Here are my workaround to have them work correctly:
VGA:
- Install backport-maverick kernel for LCD resolution detection (1366x768)
sudo apt-get install linux-image-generic-pae-lts-backport-maverick \
linux-headers-generic-pae-lts-backport-maverick - Reboot
- Build the compat-wireless device driver manually for backport-maverick kernel
- Here's the Building and Installing steps
cd compat-wireless-`date -I`; make; sudo make install - Reboot