From owner-freebsd-questions@FreeBSD.ORG Fri Jan 4 08:25:59 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 466D016A418 for ; Fri, 4 Jan 2008 08:25:59 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from gaia.nimnet.asn.au (nimbin.lnk.telstra.net [139.130.45.143]) by mx1.freebsd.org (Postfix) with ESMTP id DE21613C442 for ; Fri, 4 Jan 2008 08:25:57 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from localhost (smithi@localhost) by gaia.nimnet.asn.au (8.8.8/8.8.8R1.5) with SMTP id TAA27593; Fri, 4 Jan 2008 19:13:21 +1100 (EST) (envelope-from smithi@nimnet.asn.au) Date: Fri, 4 Jan 2008 19:13:20 +1100 (EST) From: Ian Smith To: Norberto Meijome In-Reply-To: <20080104123428.3292da81@meijome.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: acpi@freebsd.org, questions@freebsd.org Subject: Re: how to suspend/wake-up a FreeBSD machine? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 08:25:59 -0000 On Fri, 4 Jan 2008, Norberto Meijome wrote: > On Sun, 30 Dec 2007 11:51:41 +0100 > Henrik Brix Andersen wrote: > > > That depends largely on the hardware - on e.g. ThinkPads you need to > > press the 'Fn' button to wake up the laptop after sleep. > > hmm i think it's not so much the Fn key, u need to do anything that > triggers an ACPI event in the BIOS - like opening the lid , or > pressing Fn. I *think* 'thinkVantage' blue btn should work too. On my T23 I have suspend/wake on lid switch off (in BIOS), preferring to have to use the Fn key to wake. No other keys do that on mine including the ThinkPad key, so then called. While consulting 'sysctl hw.acpi' about that I see: hw.acpi.lid_switch_state: NONE which I assume reflects my don't-do-that BIOS setting. And confirming: # sysctl hw.acpi.lid_switch_state=1 # (or =0) hw.acpi.lid_switch_state: NONE sysctl: hw.acpi.lid_switch_state: Invalid argument which makes sense and was expected .. except that since doing that, closing the lid while awake still just blanks screen, but opening lid now wakes the laptop from sleep! No big deal, just slightly odd .. Cheers, Ian