From owner-freebsd-questions Fri Sep 27 5:31: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0384137B401 for ; Fri, 27 Sep 2002 05:30:58 -0700 (PDT) Received: from ncsmtp02.ogw.rr.com (ncsmtp02.ogw.rr.com [24.93.67.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2ACE743E3B for ; Fri, 27 Sep 2002 05:30:57 -0700 (PDT) (envelope-from bts@fake.com) Received: from mail6.nc.rr.com (fe6 [24.93.67.53]) by ncsmtp02.ogw.rr.com (8.12.5/8.12.2) with ESMTP id g8RCVFup029189; Fri, 27 Sep 2002 08:31:15 -0400 (EDT) Received: from this.is.fake.com ([24.162.238.30]) by mail6.nc.rr.com with Microsoft SMTPSVC(5.5.1877.757.75); Fri, 27 Sep 2002 08:30:54 -0400 Received: by this.is.fake.com (Postfix, from userid 111) id B8627BA16; Fri, 27 Sep 2002 08:30:34 -0400 (EDT) Content-Type: text/plain; charset="iso-8859-1" From: "Brian T. Schellenberger" To: John Bleichert , "Jack L. Stone" Subject: Re: powering down Date: Fri, 27 Sep 2002 08:30:34 -0400 User-Agent: KMail/1.4.2 Cc: freebsd-questions@freebsd.org References: In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200209270830.34515.bts@babbleon.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Yes, I believe that they do. On Friday 27 September 2002 08:16 am, John Bleichert wrote: | On Thu, 26 Sep 2002, Jack L. Stone wrote: | > Date: Thu, 26 Sep 2002 20:55:09 -0500 | > From: Jack L. Stone | > To: John Bleichert , | > freebsd-questions@FreeBSD.ORG Subject: Re: powering down | > | > At 09:35 PM 9.26.2002 -0400, John Bleichert wrote: | > >Hello All | > > | > >Is there any way to get FreeBSD to actually shut off my hardware? | > > It won't do so on any of my boxes using 'shutdown -h now'. | > > | > >Just curious. | > > | > >Thanks - JB | > > | > > | > ># John Bleichert | > ># http://vonbek.dhs.org/latest.jpg | > | > You'll need to make these changes: | > | > ==>to the kernel -- comment out the first line and add the second | > and recompile the kernel | > # Power management support (see LINT for more options) | > #device apm0 at nexus? disable flags 0x20 # Advanced | > Power Management | > device apm0 at nexus? flags 0x20 # Advanced Power | > Management | > | > ==>to the rc.conf -- add the line below | > apm_enable="YES" | > | > After you reboot, you should be able to use "shutdown -p now" and | > it will turn off the machine. Look at the dmesg after the boot to | > see if you see the "apm" onboard stuff. Check your BIOS too. | > | > Best regards, | > Jack L. Stone, | > Administrator | | Ah. I have APM support enabled on my Thinkpad, it works fairly well. | I'll try it on my workstation when I get home. All I really needed to | do was read the man page for shutdown(8). Wotta putz... | | Perhaps the Linux versions of shutdown (which is where I first used | this command) have a swizzle in them where the '-h' switch actually | works like '-p' here? | | Thanks - JB | | # John Bleichert | # http://vonbek.dhs.org/latest.jpg | | | To Unsubscribe: send mail to majordomo@FreeBSD.org | with "unsubscribe freebsd-questions" in the body of the message -- Brian, the man from Babble-On . . . . bts@babbleon.org (personal) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message