分页: 1 / 1

kunutu can't shutdown!!!

发表于 : 2007-05-11 23:40
liunux
will now halt

then it stop,and can't turnoff the power.....

how to solve this problem?

发表于 : 2007-05-11 23:46
juanzhewudi
be sure that you have turned the acpid and acpi-support servers on

发表于 : 2007-05-12 0:28
liunux
thanks ,i will try it tomorrow

发表于 : 2007-05-12 10:18
liunux
i can't star acpi,and when i check /proc/acpi ,i get : No such file or directory

but /proc/apm exist

发表于 : 2007-05-12 12:07
juanzhewudi
liunux 写了:i can't star acpi,and when i check /proc/acpi ,i get : No such file or directory

but /proc/apm exist
try to use the sysv-rc-conf
do this:
sudo apt-get install sysv-rc-conf
then run sysv-rc-conf in your terminal.
make sure that acpid and acpid-support marked in run level 2

or you can mannually start these deamon in the /etc/init.d and then shutdown you computer for a try.just do:

sudo /etc/init.d/acpid start
sudo /etc/init.d/acpid-support start

good luck :lol: