I have tested with jaunty's kernel (2.6.28) and it worked. Did not have
the patience to trace down what changed. Anyway, to install the new
kernel, follow these steps (assuming you are on intrepid):

$ sudo apt-get install git-core fakeroot build-essential makedumpfile
$ sudo apt-get build-dep linux
$ git clone git://kernel.ubuntu.com/ubuntu/ubuntu-jaunty.git
$ cd ubuntu-jaunty
$ CONCURRENCY_LEVEL=2 AUTOBUILD=1 NOEXTRAS=1 fakeroot debian/rules 
binary-generic skipabi=true # Will take a loooooooooong time.....
$ echo vesafb | sudo tee -a /etc/initramfs-tools/modules
$ echo fbcon | sudo tee -a /etc/initramfs-tools/modules
$ cd ..
$ sudo dpkg -i linux-image-2.6.28-4-generic_2.6.28-4.11_i386.deb
$ sudo dpkg -i --force-depends 
linux-headers-2.6.28-4-generic_2.6.28-4.11_i386.deb
$ sudo dpkg -i linux-libc-dev_2.6.28-4.11_i386.deb # Not sure if this is 
necessary

So far, because of the dependency problem, I keep getting a warning
related to linux-headers. So far (have been running this for 1 full day
now), this doesn't seen to be causing problems.

-- 
Nokia 5310 usb mass-storage hangs
https://bugs.launchpad.net/bugs/302960
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to