9

I have encountered a bug relating to stock kernel 2.6.32 in lucid, so I want to upgrade to 2.6.35. What is the simplest way of doing that?

Jorge Castro
  • 71,754
jumbli
  • 749

4 Answers4

6

The ubuntu kernel team provides mainline kernels in a ppa.

You can see a complete list of versions available. The latest for Lucid appears to be 2.6.35-rc1-lucid. That link goes to a directory where you can download deb files. Install them to install the kernel.

Hamish Downer
  • 19,181
  • I tried to install the debs after downoading them but I faced dependency problems. Any particular order that they have to be installed? – jumbli Oct 10 '10 at 00:52
3

The kernel team has just announced a 2.6.35 backport for 10.04. Please note:

While the primary incentive for the backport effort has been server enablement, the desktop flavours will work but your mileage may vary. I've successfully used -generic- on both nVidia and Intel graphics GPUs in 2D mode. That being said, any bug reports against the desktop flavours will be marked 'Wont Fix'. There is simply too much skew between Maverick DRM and Lucid X server drivers.

According to the mail the packages mentioned in this answer have been deleted.

Jorge Castro
  • 71,754
2

Add the Kernel-ppa to your /etc/apt/sources.list:

deb http://ppa.launchpad.net/kernel-ppa/ppa/ubuntu lucid main

Then install the latest kernel with the command below, remember to replace with the kernel type required for your system (typically generic, generic-pae, or server):

sudo apt-get install linux-image-<flavour>-lts-backport-maverick

Andy
  • 852
  • I've fixed your formatting, I think this would be a better answer if you used add-apt-repository as outlined here: http://askubuntu.com/questions/4983/what-are-ppas-and-how-do-i-use-them/4987#4987 – Jorge Castro Oct 10 '10 at 18:56
  • 1
    Now that 10.10 has released these kernels have moved into Lucid proper and you no longer require a PPA. – Andy May 16 '11 at 16:17
0

Please note that if you are using proprietary drivers those will most probably not work. Also, ureadahead which is responsible for the speedy ubuntu boot will not work. Don't worry too much, it still boots fast but THAT FAST :)