Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 May 2003 18:20:31 GMT
From:      Mark <admin@asarian-host.net>
To:        <freebsd-questions@freebsd.org>
Subject:   Re: shutdown -p now
Message-ID:  <200305221820.H4MIKVGZ028634@asarian-host.net>
References:  <20030521092225.5a6a4442.y2kbug@ms25.hinet.net>

next in thread | previous in thread | raw e-mail | index | archive | help
----- Original Message ----- 
From: "Robert Storey" <y2kbug@ms25.hinet.net>
To: <freebsd-questions@freebsd.org>
Sent: Wednesday, May 21, 2003 3:25 AM
Subject: shutdown -p now


> Dear All,
>
> I'm trying to get my computer to shut down and turn the power off.
> I'm aware of the command "shutdown -p now". It doesn't work for me,
> and after reading the handbook, I conclude that I must not have ACPI
> supported hardware. However, with Linux (and Windows) on this same
> computer, I can tell the machine to shut down and turn off the power.
> In Linux, this requires that the apm module be loaded - enabling apm
> in FBSD doesn't seem to do the trick for me (or do I need to recompile
> the kernel for this to work?).


This may not necessarily work for you, but I had a similar problem, and got
it solved by making the following change to my kernel configuration file.
Look for this:


# Power management support (see LINT for more options)
device      apm0  at nexus? disable flags 0x20 # Advanced Power Management

And change it to:

device      apm0  at nexus?


And recompile. That did the rick for me. :)

- Mark



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305221820.H4MIKVGZ028634>