For those who like to test… linux kernel v3.4-rc6-precise is released. Use on your own risk . Stuff like drivers for wifi and video cards may not work after installing this kernel.
For 32 bit:
Dowload and save the packages to your Downloads folder
linux-headers-3.4.0-030400rc6_3.4.0-030400rc6.201205061835_all.deb
linux-headers-3.4.0-030400rc6-generic_3.4.0-030400rc6.201205061835_i386.deb
linux-image-3.4.0-030400rc6-generic_3.4.0-030400rc6.201205061835_i386.deb
For 32 bit:
When the packages are downloaded open a terminal window (press Ctrl+Alt+T) and copy+paste the following lines:
cd ~/Downloads/
sudo dpkg -i linux-headers-3.4.0-030400rc6_3.4.0-030400rc6.201205061835_all.deb linux-headers-3.4.0-030400rc6-generic_3.4.0-030400rc6.201205061835_i386.deb linux-image-3.4.0-030400rc6-generic_3.4.0-030400rc6.201205061835_i386.deb
When the packages are installed close the terminal window and restart your system.
For 64 bit:
Dowload and save the packages to your Downloads folder
linux-headers-3.4.0-030400rc6_3.4.0-030400rc6.201205061835_all.deb
linux-headers-3.4.0-030400rc6-generic_3.4.0-030400rc6.201205061835_amd64.deb
linux-image-3.4.0-030400rc6-generic_3.4.0-030400rc6.201205061835_amd64.deb
When the packages are downloaded open a terminal window (press Ctrl+Alt+T) and copy+paste the following lines:
cd ~/Downloads/
sudo dpkg -i linux-headers-3.4.0-030400rc6_3.4.0-030400rc6.201205061835_all.deb linux-headers-3.4.0-030400rc6-generic_3.4.0-030400rc6.201205061835_amd64.deb linux-image-3.4.0-030400rc6-generic_3.4.0-030400rc6.201205061835_amd64.deb
When the packages are installed close the terminal window and restart your system.
List of changes