From owner-freebsd-questions@FreeBSD.ORG Sun Sep 21 12:45:38 2003 Return-Path: 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 8740C16A4B3 for ; Sun, 21 Sep 2003 12:45:38 -0700 (PDT) Received: from remt29.cluster1.charter.net (remt29.cluster1.charter.net [209.225.8.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75D9B43F85 for ; Sun, 21 Sep 2003 12:45:36 -0700 (PDT) (envelope-from chowse@charter.net) Received: from [66.168.145.25] (HELO moe) by remt29.cluster1.charter.net (CommuniGate Pro SMTP 4.0.6) with ESMTP id 154552577 for questions@freebsd.org; Sun, 21 Sep 2003 15:45:19 -0400 From: "Charles Howse" To: Date: Sun, 21 Sep 2003 14:45:12 -0500 Message-ID: <005b01c38078$df4e3020$04fea8c0@moe> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 In-Reply-To: <20030918071918.O94950@wonkity.com> Importance: Normal Subject: RE: how to enable auto power off X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Sep 2003 19:45:38 -0000 > On Thu, 18 Sep 2003, Charles Howse wrote: >=20 > > OK, I just checked the BIOS, and it does have Power=20 > Management support, > > and when I boot, I also see 'ACPI function enable' in the=20 > post msgs. I > > realize that ACPI is not supported in FBSD < 5.x. I'm=20 > running 4.8-p4. > > > > I've never used Power Management on any of my computers, so=20 > this is new > > territory for me. > > I would assume that I need to set Power Management to=20 > 'enabled' in BIOS, > > or no? >=20 > No. At least not on the machines I've set up lately. You=20 > need 'device > apm' (the hints have never been needed on my machines) and > 'apm_enable=3D"YES"', but that's it. I've recompiled with the proper lines in my kernel config and rc.conf, and when I boot, I see: apm: protected mode connections are not supported And shutdown -p now does not power off the machine. Should I assume that the BIOS does not support soft power off?=20