Results 1 to 5 of 5
can any body tell me how to suspend a linux system through command promt...
- 02-13-2007 #1
Suspend console command
can any body tell me how to suspend a linux system through command promt
- 02-13-2007 #2
On my system, there's a script called /usr/lib/hal/scripts/hal-system-power-suspend that looks like it's meant to suspend the system. It appears to be a freedesktop.org specification that was implemented last May, so it should be included on any current distro. Mind you, I haven't tried it, so I don't know how well it works.
Stand up and be counted as a Linux user!
- 02-13-2007 #3
Got this as result
default:~ # /usr/lib/hal/scripts/hal-system-power-suspend
org.freedesktop.Hal.Device.UnknownError
No back-end for your operating system
- 02-13-2007 #4
Suspend from the command line
go to the /proc/acpi/sleep, do (cat sleep) to see how many stage provided by the acpi normaly the S3 suspend the computer to the mem,
so : echo 3 > sleep or (echo -n "mem" > /sys/power/state) and that should work,but for me when i tried to turn on my computer again it appears only black screen,but this problem is related to your VGA resolution mode,go to
http://www.thinkwiki.org/wiki/Proble...k_after_resume.
to see if you have a vga with such problem and to see how to solve it,if your VGA is not in the list of problematic video card so you are lucky.
hope this help
- 02-14-2007 #5
yes it works for me with out any problem
/usr/lib/hal/scripts/linux\hal-system-power-hibernate-linux


Reply With Quote