First test if they work for you:
If you have a 2.6 kernel type:
Code:
echo standby > /sys/power/state
If you run 2.4 then try:
Code:
echo S3 > /sys/power/state
Or something along those lines for 2.4 (you can also cat /sys/power/state to see your options).
Good luck!