Click to See Complete Forum and Search --> : Shutdown


realjoyrex
04-29-2003, 11:05 AM
When I turn my computer off, I go to terminal and do 'poweroff'. However, after displaying messages 'I2O system down.' and 'Power down.' it just stops there and I have to manually push the power button to turn the power finally off. Maybe I need some module to make it work automatically?

jetblackz
04-29-2003, 12:10 PM
/sbin/modprobe apm

and add it to /etc/????/rc.modules

???? could be rc.d or init.d

realjoyrex
05-01-2003, 03:43 AM
Thanks for the answer. I have Debian system, I added a line 'apm' to /etc/modules -file since it reads there 'kernel modules to load at boot time'. I suppose this it the right place?

bwkaz
05-01-2003, 09:48 AM
Should be. :)

jetblackz
05-01-2003, 12:20 PM
Yep.

Or put it in lilo.conf

append="mem=128M apm=on apm=power-off" if kernel supports it.