From owner-freebsd-questions Thu Sep 26 18:55:18 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 3B84237B401 for ; Thu, 26 Sep 2002 18:55:17 -0700 (PDT) Received: from sage-one.net (adsl-65-71-135-137.dsl.crchtx.swbell.net [65.71.135.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A57C43E6E for ; Thu, 26 Sep 2002 18:55:16 -0700 (PDT) (envelope-from jackstone@sage-one.net) Received: from sagea (sagea [192.168.0.3]) by sage-one.net (8.11.6/8.11.6) with SMTP id g8R1tAN33139; Thu, 26 Sep 2002 20:55:11 -0500 (CDT) (envelope-from jackstone@sage-one.net) Message-Id: <3.0.5.32.20020926205509.01026638@mail.sage-one.net> X-Sender: jackstone@mail.sage-one.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Thu, 26 Sep 2002 20:55:09 -0500 To: John Bleichert , freebsd-questions@FreeBSD.ORG From: "Jack L. Stone" Subject: Re: powering down In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" 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 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 SageOne Net http://www.sage-one.net jackstone@sage-one.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message