Re: Dell D810 Laptop Suspend/Resume

Davy Durham <[email protected]> Fri, 22 Apr 2005 21:24:45 -0500
Newsgroups org.kernel.vger.linux-laptop
Message-ID <[email protected]>
Why do you supose none of these are working quite right for me?

"echo 3 > /proc/acpi/sleep" and "echo mem > /sys/power/state" both show 
in the /var/log/messages

Apr 22 21:19:22 localhost kernel: Stopping tasks: 
==========================================================================
Apr 22 21:19:22 localhost kernel: stopping tasks failed (1 tasks remaining)
Apr 22 21:19:22 localhost kernel: Restarting tasks...<6> Strange, 
mDNSResponder not stopped
Apr 22 21:19:22 localhost kernel: done
Apr 22 21:19:22 localhost gpm[4262]: *** info [mice.c(1766)]:
Apr 22 21:19:22 localhost gpm[4262]: imps2: Auto-detected intellimouse PS/2
Apr 22 21:19:24 localhost hald[4360]: Timed out waiting for hotplug 
event 732. Rebasing to 734


And 4 and disk don't do anything.. How can I enable this method, or any 
idea why they don't do anything?  Catting either file shows

$cat /sys/power/state
standby mem disk

$cat /proc/acpi/sleep
S0 S3 S4 S4bios S5


Thanks
  Davy

Brown, Len wrote:

>S3 is suspend to RAM (MS calls it standby, IIR)
>S4 is suspend to disk (MS calls it hibernate)
>
>you can enter either state directly via
># echo 3 > /proc/acpi/sleep
># echo 4 > /proc/acpi/sleep
>
>or equivalently
>
># echo mem > /sys/power/state
># echo disk > /sys/power state
>
>cheers,
>-Len
>  
>