A Diff of all of the patches is included. Also, here are instructions for doing it for lay folks. It is assumed that the diff file is in the home directory:
1. sudo apt-get install kernel-package libncurses5-dev fakeroot bzip2 linux-source-2.6.20 2. cd /usr/src 3. sudo tar jxvf linux-source-2.6.20.tar.bz2 4. sudo cp /boot/config-2.6.20-10-generic linux-source-2.6.20/.config 5. sudo patch -p0 < ~/NC4200-acpi.diff 6. cd linux-source-2.6.20 7. sudo make-kpkg clean 8. sudo fakeroot make-kpkg --initrd --append-to-version=-custom kernel_image kernel_headers This should produce a usable deb package in /usr/src tarek : ) ** Attachment added: "Patch for NC4200 ACPI" http://librarian.launchpad.net/6836682/NC4200-acpi.diff -- Regression: Fan does not come on due to ACPI problems https://launchpad.net/bugs/75398 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs