Comment 116 for bug 621265

Revision history for this message
Christopher Salinardi (csalinardi-gmx) wrote :

Eric,

Thanks for the reply, I didn't realize there were newer kernels since I don't have a Lucid system right now. I just tested 2.5.32-27 and it works!

The sources.list lines would be:

deb http://us.archive.ubuntu.com/ubuntu/ lucid-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ lucid-updates main restricted

then:

sudo apt-get update
sudo apt-get install linux-image-2.6.32-27-generic
sudo apt-get install linux-headers-2.6.32-27 (if you need to do any compiling)

One note on grub that I forgot above... When counting the grub menu entries to set the default kernel you have to start counting at 0, not 1, to get the numbers right.

Thanks,
Chris