Many might be having problem of not able to suspend in Ubuntu. This can be solved by installing the Acpitool. Acpitool allows the machine to be put into standby, if your system supports it.
Type the following commands in terminal:
sudo su
apt-get install acpitool //install acpitool
acpitool -s // send the system into standby mode
this sends the system into standby mode
Latter you can standby the system normally or you can use acpitool -s command to send the system into standby mode
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment