From owner-freebsd-questions@FreeBSD.ORG Tue Sep 23 04:36:53 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 1576D16A4B3 for ; Tue, 23 Sep 2003 04:36:53 -0700 (PDT) Received: from remt21.cluster1.charter.net (remt21.cluster1.charter.net [209.225.8.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D59544005 for ; Tue, 23 Sep 2003 04:36:51 -0700 (PDT) (envelope-from chowse@charter.net) Received: from [66.168.145.25] (HELO moe) by remt21.cluster1.charter.net (CommuniGate Pro SMTP 4.0.6) with ESMTP id 168767064; Tue, 23 Sep 2003 07:36:50 -0400 From: "Charles Howse" To: "'Warren Block'" Date: Tue, 23 Sep 2003 06:35:49 -0500 Message-ID: <00e701c381c6$ee899e90$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 In-Reply-To: <20030923052403.W26074@wonkity.com> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: 'John Smith' cc: freebsd-questions@freebsd.org 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: Tue, 23 Sep 2003 11:36:53 -0000 > On Tue, 23 Sep 2003, Charles Howse wrote: >=20 > > > As advised, I omitted the "at nexus? flags 0x20" part=20 > from the line: > > > > > > device apm0 at nexus? flags 0x20 =09 > # Advanced Power > > > Management > > > > > > and that's how I got auto power off to work. I think=20 > LINT has more > > > info. > > > > You said you had never needed the flags, not that you had=20 > to omit them > > for it to work. >=20 > Actually, I think it was me that said that. I omit the hints unless I > find there's a need for them; for APM, I've never needed them. > Likewise with 'device pcm' for sound. I stand corrected, but I still haven't had my original question answered... The BIOS supports APM, and ACPI. I have the proper lines in my kernel config and rc.conf. I will omit the flags the next time I make kernel. If it still doesn't work, what then?