For those who like to test the latest kernel V3.4 release candidate…
For 32 bit systems:
linux-headers-3.4.0-030400rc2_3.4.0-030400rc2.201204072235_all.deb
linux-headers-3.4.0-030400rc2-generic_3.4.0-030400rc2.201204072235_i386.deb
linux-image-3.4.0-030400rc2-generic_3.4.0-030400rc2.201204072235_i386.deb
To install the kernel open a terminal window and copy+paste the following lines:
cd ~/Downloads/
sudo dpkg -i linux-headers-3.4.0-030400rc2_3.4.0-030400rc2.201204072235_all.deb linux-headers-3.4.0-030400rc2-generic_3.4.0-030400rc2.201204072235_i386.deb linux-image-3.4.0-030400rc2-generic_3.4.0-030400rc2.201204072235_i386.deb
For 64 bit systems:
linux-headers-3.4.0-030400rc2_3.4.0-030400rc2.201204072235_all.deb
linux-headers-3.4.0-030400rc2-generic_3.4.0-030400rc2.201204072235_amd64.deb
linux-image-3.4.0-030400rc2-generic_3.4.0-030400rc2.201204072235_amd64.deb
To install the kernel open a terminal window and copy+paste the following lines:
To install the kernel open a terminal window and copy+paste the following lines:
cd ~/Downloads/
sudo dpkg -i linux-headers-3.4.0-030400rc2_3.4.0-030400rc2.201204072235_all.deb linux-headers-3.4.0-030400rc2-generic_3.4.0-030400rc2.201204072235_amd64.deb linux-image-3.4.0-030400rc2-generic_3.4.0-030400rc2.201204072235_amd64.deb
When the kernel is installed you need to reboot your system.