Gord wrote:
>
> I recently recompiled my kernel on my e-smith box in order to
> patch in additional features into the kernel. Everything is
> perfect except for one slight issue...
>
> When I execute a "shutdown -h now" command, the system goes
> through it's normal shutdown process, but it will not power
> off the ATX system.
>
> I did enable SMP in the kernel configuration in order to
> compile the image but this one little snag is really a pain
> in the butt.
SMP support disables most automatic apm features, which this is one of.
You need to pass apm=power-off to the lilo command line (see the other posts how to do this).
--
Damien