Comment 6 for bug 287701

Revision history for this message
Leann Ogasawara (leannogasawara) wrote :

Has anyone here been able to confirm this patch resolves the issue? Sam, you may need to modify the patch as it looks like you have a different device. For help on how to patch and build the kernel, do the following:

$ sudo apt-get install git-core linux-kernel-devel fakeroot build-essential makedumpfile
$ git clone git://kernel.ubuntu.com/ubuntu/ubuntu-intrepid.git
$ cd ubuntu-intrepid
$ patch -p1 < nokia_5610_unusual_devs.patch
$ CONCURRENCY_LEVEL=2 AUTOBUILD=1 NOEXTRAS=1 fakeroot debian/rules binary-generic skipabi=true

Once that finishes building there should be something like linux-image-2.6.27-7-generic_2.6.27-7.14_i386.deb
created one directory up.

The following wiki also described building the Ubuntu kernel source - https://help.ubuntu.com/community/Kernel/Compile

Definitely let us know if this patch helps. We can then work on getting is applied as a SRU - Stable Release Update (http://wiki.ubuntu.com/StableReleaseUpdates) . Thanks.