Apple iSightTopTouchpadSuspend to RAM/DISK

Suspend to RAM/DISK

Since kernel 2.6.22-rc3 suspend-to-RAM ist working for me :)
I'm using hibernate+s2ram do suspend to ram and hibernate+sysfs to suspend to disk.

$ apt-get install uswsusp

After this is done you have to configure uswsusp.

$ dpkg-reconfigure uswsusp

Your config should look like this:

resume device = /dev/sda7
compress = y
early writeout = y
image size = 469832253
RSA key file = /etc/uswsusp.key
shutdown method = platform
encrypt = y

Now you are able to suspend your system using the command s2disk.
For advanced suspend configuration you have to install hibernate.

$ apt-get install hibernate


Marvin Stark <marv@der-marv.de>

Apple iSightTopTouchpadSuspend to RAM/DISK