On Sat, May 06, 2006 at 07:12:00PM -0600, Scott Horowitz wrote: > With DEBUG, I see: "WARNING: swapon /dev/hda2 failed. Error: 255" > > Any thoughts? Thanks for your help so far.
ok, this is very fishy now. Can you please try if suspending manually from init=/bin/bash works? (instructions on how to do this are on http://en.opensuse.org/ACPI_Suspend_debugging but the Wiki is down right now). I suspect that your distribution uses modular ide drivers, but does not set up the resume correctly in the initrd. If this is the case, there is not much _we_ can do, since the mkinitrd is generally a distro business. You could compile the IDE drivers statically into the kernel, this would help in this case. Anyway, we need to know if it works manually if you do (with init=/bin/bash) mount /proc mount /sys swapon -a echo disk > /sys/power/state -- Stefan Seyfried \ "I didn't want to write for pay. I QA / R&D Team Mobile Devices \ wanted to be paid for what I write." SUSE LINUX Products GmbH, Nürnberg \ -- Leonard Cohen _______________________________________________ powersave-devel mailing list [email protected] http://forge.novell.com/mailman/listinfo/powersave-devel
