From owner-freebsd-mobile@FreeBSD.ORG Tue Oct 7 13:39:04 2003 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B45916A4B3 for ; Tue, 7 Oct 2003 13:39:04 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 16AF443FDD for ; Tue, 7 Oct 2003 13:39:03 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 7222 invoked by uid 1000); 7 Oct 2003 20:39:04 -0000 Date: Tue, 7 Oct 2003 13:39:04 -0700 (PDT) From: Nate Lawson To: Mike Hunter In-Reply-To: <20031005204738.GA29279@ack.Berkeley.EDU> Message-ID: <20031007133603.T7172@root.org> References: <20031005195107.GA24142@ack.Berkeley.EDU> <20031005204738.GA29279@ack.Berkeley.EDU> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: acpi-jp@jp.FreeBSD.org cc: freebsd-mobile@freebsd.org Subject: Re: [acpi-jp 2717] Re: Dell D800 ACPI Issues X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2003 20:39:04 -0000 On Sun, 5 Oct 2003, Mike Hunter wrote: > The computer does not crash when I close the lid, but the lcd does not > turn off. > > acpiconf -s 5 works (soft off) > acpiconf -s 4 and 3 don't work. Devices detach, and the computer goes > half-comatose: I can switch around vtys but the login process (and/or > getty) doesn't seem to be running. S2-S4 are still pretty experimental due to the widely-varying hardware. More device drivers need to properly suspend/resume before we can start chasing down individual problems. > Power profiles seem to work > > My goal is to get the lcd to turn off when I close the lid...anything more > than that would be great too. You might want to try acpiconf -s 1 and see if it sleeps ok. If it does, you can do sysctl hw.acpi.lid_switch_state=S1 so it goes into this state when you close the lid. -Nate