-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 A little contribution to the ongoing suspend saga. This is a Sony Vaio SRX51P Laptop (P3 Mobile CPU, i820 chipset). echo -n "mem" > /sys/power/state : ~ Shots the laptop nearly instantly into some deep sleep state, from which it only awakes after power cycling (removing ac and battery). echo -n "disk" > /sys/power/state : ~ Quite interesting. Laptop seems to suspend correctly, but can only be awakened by holding the power switch >4 seconds. Then the kernel finds a valid resume partition and tries to resume, but says: "Kernel panic: Resume Machine: Unable to find suspended-data signature (pmdisk-swa - misspelled?" Swap partition is the one it suspended to... On next reboot it again tries to resume (though noresume was given at the command line), fails, reboots and than works again. Sometimes it also can only be awakened through power cycling. echo -n "standby" > /sys/power/state : The display flickers shortly and dmesg logs: PM: Preparing system for suspend Stopping tasks: =====================================| Restarting tasks... done nothing else happens. Adding a 'sleep 1' doesn't change anything. sleep 1; echo 4 > /proc/acpi/sleep : ~ Sort of works, but no sleep in between. From dmesg: Stopping tasks: ======================================| Freeing memory: ................| hda: start_power_step(step: 0) hda: completing PM request, suspend PCI: Setting latency timer of device 0000:00:1f.2 to 64 PCI: Setting latency timer of device 0000:00:1f.4 to 64 PCI: Setting latency timer of device 0000:00:1f.5 to 64 hda: Wakeup request inited, waiting for !BSY... hda: start_power_step(step: 1000) hda: completing PM request, resume Restarting tasks... done sleep 1; echo 3 > /proc/acpi/sleep ~ Freezes the laptop. Like "disk". Anything else I could try? What makes me wondering is, that the laptop never really tries to come up from sleep (except "disk"). This is test9, earlier tries on random 2.6-test versions didn't show anymore success. Thanks, Jan $ lspci 00:00.0 Host bridge: Intel Corp. 82815 815 Chipset Host Bridge and Memory Controller Hub (rev 11) 00:02.0 VGA compatible controller: Intel Corp. 82815 CGC [Chipset Graphics Controller] (rev 11) 00:1e.0 PCI bridge: Intel Corp. 82820 820 (Camino 2) Chipset PCI (-M) (rev 03) 00:1f.0 ISA bridge: Intel Corp. 82820 820 (Camino 2) Chipset ISA Bridge (ICH2-M) (rev 03) 00:1f.1 IDE interface: Intel Corp. 82820 820 (Camino 2) Chipset IDE U100 (-M) (rev 03) 00:1f.2 USB Controller: Intel Corp. 82820 820 (Camino 2) Chipset USB (Hub A) (rev 03) 00:1f.3 SMBus: Intel Corp. 82820 820 (Camino 2) Chipset SMBus (rev 03) 00:1f.4 USB Controller: Intel Corp. 82820 820 (Camino 2) Chipset USB (Hub B) (rev 03) 00:1f.5 Multimedia audio controller: Intel Corp. 82820 820 (Camino 2) Chipset AC'97 Audio Controller (rev 03) 00:1f.6 Modem: Intel Corp. 82820 820 (Camino 2) Chipset AC'97 Modem Controller (rev 03) 01:00.0 FireWire (IEEE 1394): Texas Instruments: Unknown device 8023 01:02.0 CardBus bridge: Ricoh Co Ltd RL5c475 (rev 80) 01:05.0 CardBus bridge: Texas Instruments PCI1410 PC card Cardbus Controller (rev 01) 01:08.0 Ethernet controller: Intel Corp. 82820 (ICH2) Chipset Ethernet Controller (rev 03) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQE/m895LqMJRclVKIYRAiK7AJ41Q+VAgtQjUs9NXutUG3+qp5T1iwCfU8+u 67Ywr3FmvI5ZHvugvPSKtxE= =mMZ/ -----END PGP SIGNATURE-----