[ltp] Supend-To-Disk with Kernel 2.6.8.1 and ACPI-Patch

Stefan Triller linux-thinkpad@linux-thinkpad.org
Mon, 11 Oct 2004 20:22:37 +0200


Hi,

Niels Stargardt wrote:
> Hi I have an IBM Thinkpad R40 (Centrino) 2722 5MG, 256 MB Ram
> I'm using Debian sarge (snapshot from 2004-05-21) . 
> I'm starting to make the ACPI running. I used Kernel 2.6.8.1 with the ACPI-Patch acpi-20040715-2.6.8.diff and compile all power-management-features directly into the kernel. Suspend to ram works fine. cpufreqd works fine too. So the last problem is suspend-to-disk.
> Than I tried to patch the kernel with the swsusp2-patches software-suspend-2.0.0.109-for-2.6.8.1. I patch the kernel with 
> 
> for patchfile in ../software-suspend-2.0.0.109-for-2.6.8.1/*; do patch -p1 < $patchfile; done
> 
> Unfortunately the kernel has than compile errors at suspend.c :-(

Look at this site, there is a patch for that:

http://lists.berlios.de/pipermail/softwaresuspend-devel/2004-September/000555.html

Stefan