RE: Dell D810 Laptop Suspend/Resume

"Brown, Len" <[email protected]> Fri, 22 Apr 2005 13:57:11 -0400
Newsgroups org.kernel.vger.linux-laptop
Message-ID <F7DC2337C7631D4386A2DF6E8FB22B3002F682BE@hdsmsx401.amr.corp.intel.com>
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