From what I understood, the problem was in the ata module and it was fixed in
https://bugzilla.novell.com/show_bug.cgi?id=398270 User a_romanescu@yahoo.co.uk added comment https://bugzilla.novell.com/show_bug.cgi?id=398270#c8 --- Comment #8 from Alexandru Romanescu <a_romanescu@yahoo.co.uk> 2008-06-12 17:07:04 MDT --- Got it working! the recent kernel (...well, better said, a platform specific workaround for the "lovely" toshiba acpi), but my platform, M4, wasn't "included" (hopefully it will be) So, I followed the advices in the link above (adapted at openSUSE11): cd /lib/modules/2.6.25.5-1.1-default/kernel/drivers/ata mv ata_piix.ko ata_piix.ko.bak cat ata_piix.ko.bak | sed 's/TECRA M5/TECRA M4/' | sudo tee ata_piix.ko > /dev/null mkinitr rebooted and it works! For the real suspend-to-ram problem: -almost all the combinations from http://en.opensuse.org/S2ram seem to work, EXCEPT: "s2ram -f -a 3" and "s2ram -f -a 1" and "s2ram -f -s" (now I'm using "s2ram -f -p -m") -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.