Once the harddisk is supported properly (see the Harddisk page for details) it's rather easy to get suspending and resuming to work. Instead of writing my own suspend script I'm being lazy and just use the hibernate script that comes with Software Suspend 2. Luckily it's also available as a Debian package, so installation is easily done as usual with apt-get, installing the needed vbetool utility at the same time:
apt-get install hibernate vbetool
Attached is the hibernate.conf that I use for suspending to RAM, just a few notes: (see the hibernate.conf manual page for all the other settings)
You can use the configuration file by issuing
hibernate -F /path/to/hibernate.conf.ram
see the Special Keys page for how to map Fn+F4 to that command.
More information can be found in the "How to make ACPI work" ThinkWiki page.
| Attachment | Size |
|---|---|
| hibernate.conf.ram | 483 bytes |