On Thu, 13 Nov 2003, Mike Moran wrote:
I'm just setting up a computer with Debian 3.0 and I had to do some
hdparm stuff so I booted it from Knoppix. I noticed that when Knoppix
shutdown it managed to turn off the machine, whereas when I shutdown
from Debian it just sits there showing "Power Down". Does anyone know
what special steps I have to take to get this working? Is this related
to apmd?
Definitely. Debian stock kernels don't have apm turned on by default, and
the "automatic power off" business is part of apm. I have usually built my
own kernels for my Debian machines in order to support some weird piece of
HW. I choose build them with apm turned on and find that "auto power
off" happens automagically.
What I don't know is whether the stock kernels are built with apm
available but disabled. I suspect they are, but I have never tried to
enable it. You could run modconf and see if there are some apm modules to
load. You could also investigate boot parameters to see if apm is built in
monolithically.