Ubuntu – update the kernel of the 10.04 LTS to the latest kernel

10.04kernel

I want to update the kernel version of my current 10.04 LTS to at least 2.6.37 (because the drivers for my eth0 and wlan0 interfaces are included in the said kernel).

If it is possible, how do I do this? Is there a repo I add to my sources list?

Best Answer

You don't have to add the PPA. Just install the linux-image-generic-lts-backport-oneiric package from the lucid-updates suite:

sudo apt-get install linux-image-generic-lts-backport-oneiric

If you're using out-of-tree modules like Virtual Box or proprietary drivers, you'll likely need the headers as well:

sudo apt-get install linux-headers-generic-lts-backport-oneiric

Other package names can be found on http://packages.ubuntu.com/source/lucid-updates/linux-meta-lts-backport-oneiric