Comment 32 for bug 578506

Revision history for this message
Luca Zenatti (lucazen) wrote : Re: [Kernel] ACPI: EC: input buffer is not empty, aborting transaction

For apply patch you have to digit "patch -p1 < /pathto/patchfile" into linux source directory. If you want simulate patch, add --dry-run option at patch command.
I suggest you to apply patchs in this order:
- http://launchpadlibrarian.net/37672643/patch from https://bugs.launchpad.net/ubuntu/+source/linux/+bug/505420 (otherwise compiling exit with error)
- https://bugzilla.kernel.org/attachment.cgi?id=25261 ec patch ;)

After that you can go on to compile your kernel. You have to do it every time you change kernel, until ubuntu or kernel team not resolves that issue.