Comment 13 for bug 594837

Revision history for this message
Brian (x-brian) wrote :

(Up)graded today to kernel 2.6.32-23.37 from 2.6.35-rc1 and resume again fails. I decided the quirks in the upstream kernel were annoying so I (up)graded to the standard Ubuntu kernel.

After doing that, I had to patch the kernel to support my Gobi WWAN. Is there a walk-through of how to apply Kamal's patch to the kernel? Since I need a patch to support my WWAN card, I don't think I can use Kamal's pre-built kernel mentioned above will support my WWAN without being patched.

Here's where I got the patch:
http://kernel.ubuntu.com/~kamal/scien/0001-TESTING-acpi-Unconditionally-set-SCI_EN-on-resume.patch

Since I already got the current (2.6.32-23.37) kernel source, which is what Kamal's patch uses, I should be able to add this patch to the other required patch, yes?

Like:
cd ./linux-source-2.6.32
patch -p1 < ../usb-wwan-2.6.32.diff
patch -p1 < ../0001-TESTING-acpi-Unconditionally-set-SCI_EN-on-resume.patch
....etc. (compiling patched kernel)

Or will that fail? I guess I can try it.... maybe it will work, maybe not. Might need to change the order.

For now WWAN is more important to me than suspend/resume, but I would like to get both working correctly!