Comment 14 for bug 594837

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

OK Kamal--help here?

* Got this: *
http://kernel.ubuntu.com/~kamal/scien/0001-TESTING-acpi-Unconditionally-set-SCI_EN-on-resume.patch

* Tried this: *
sudo apt-get install linux-source
tar xjf /usr/src/linux-source-2.6.32.tar.bz2
cd linux-source-2.6.32/
patch -p1 < ../0001-TESTING-acpi-Unconditionally-set-SCI_EN-on-resume.patch

* Result was: *
patching file arch/x86/kernel/acpi/sleep.c
patching file drivers/acpi/sleep.c
Hunk #5 FAILED at 353.
Hunk #6 succeeded at 449 (offset 32 lines).
1 out of 6 hunks FAILED -- saving rejects to file drivers/acpi/sleep.c.rej
patching file include/linux/acpi.h

--The rejects were a section that was supposed to remove a bunch of hardware-specific matches for init_set_sci_en_on_resume. Is there another patch I should be using? Is my source different?

I want to be able to patch the kernel so I can use my WWAN, so I need to apply two patches.