Install µswsusp:
sudo apt-get install uswsusp
Test it:
sudo s2disk ## CAUTION: make sure data is saved for this test!
Download these files:
* {{:howtos:hal-system-power-hibernate-linux|hal-system-power-hibernate-linux}}
* {{:howtos:hal-system-power-suspend-linux|hal-system-power-suspend-linux}}
and put them in /usr/lib/hal/scripts/linux:
sudo cp hal-system-* /usr/lib/hal/scripts/linux/
sudo chmod 755 /usr/lib/hal/scripts/linux/*
You can run
s2disk
s2ram
to make a quick test of hibernation and suspend.
// Source: http://blog.paulbetts.org/index.php/2007/02/11/fixing-software-suspend-hibernate-with-uswsusp-in-ubuntu-feisty-and-edgy //