From owner-freebsd-mobile@FreeBSD.ORG Fri Aug 25 11:02:53 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org 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 B08DC16A5D0 for ; Fri, 25 Aug 2006 11:02:53 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id 323C543D45 for ; Fri, 25 Aug 2006 11:02:52 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 16055 invoked from network); 25 Aug 2006 21:02:52 +1000 Received: from 203-217-78-140.dyn.iinet.net.au (HELO localhost) (203.217.78.140) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 25 Aug 2006 21:02:52 +1000 Date: Fri, 25 Aug 2006 21:02:48 +1000 From: Norberto Meijome To: Henrik Brix Andersen Message-ID: <20060825210248.476ddbd9@localhost> In-Reply-To: <20060825091348.GC22836@osgiliath.brixandersen.dk> References: <20060825005305.5f145cf6@localhost> <20060824171401.706707ea@localhost> <20060825190556.0e913ec5@localhost> <20060825091348.GC22836@osgiliath.brixandersen.dk> X-Mailer: Sylpheed-Claws 2.4.0 (GTK+ 2.8.20; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-mobile@freebsd.org Subject: Re: Minimal sample custom devd.conf ( was Re: IBM T30 and suspend/resume capability ) X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Aug 2006 11:02:53 -0000 On Fri, 25 Aug 2006 11:13:48 +0200 Henrik Brix Andersen wrote: > On Fri, Aug 25, 2006 at 07:05:56PM +1000, Norberto Meijome wrote: > > gotcha :) I would guess mine is supported by BIOS: (S4 ) > > > > hw.acpi.supported_sleep_state: S3 S4 S5 > > hw.acpi.power_button_state: S5 > > hw.acpi.sleep_button_state: S3 > > hw.acpi.lid_switch_state: NONE > > hw.acpi.standby_state: S1 > > hw.acpi.suspend_state: S3 > > Try 'sysctl hw.acpi.s4bios' thanks Henrik . [betom@ayiin] [Fri Aug 25 21:00:52 2006] /usr/home/betom $ sysctl hw.acpi. | grep s4 hw.acpi.s4bios: 0 So it seems IBM / Lenovo Thinkpad z60M doesn't support BIOS-level hibernation (aka acpi State 4 aka S4 aka suspend to disk) oh well, no love lost - wasn't planning on slicing the disk again :D cheers, Beto