From owner-freebsd-acpi@FreeBSD.ORG Fri Jun 27 03:52:37 2008 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB728106566B; Fri, 27 Jun 2008 03:52:37 +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 05DE28FC0C; Fri, 27 Jun 2008 03:52:35 +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 NAA23441; Fri, 27 Jun 2008 13:34:53 +1000 (EST) (envelope-from smithi@nimnet.asn.au) Date: Fri, 27 Jun 2008 13:34:52 +1000 (EST) From: Ian Smith To: Christopher Sean Hilton In-Reply-To: <4D4E634D-23F7-417D-A80D-6AC30E9D2495@vindaloo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-acpi@freebsd.org Subject: Re: HP compaq nc6230 lockup on resume. X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jun 2008 03:52:37 -0000 On Thu, 26 Jun 2008, Christopher Sean Hilton wrote: > On Jun 26, 2008, at 2:55 PM, John Baldwin wrote: > > > > Yes, I haven't gotten bge to resume yet. I've tried resuming > > brgphy, etc. but > > still no dice. For video, use acpi_video and try forcing the lcd on > > in /etc/rc.resume via hw.acpi.video.lcd0.active=1. > > just add > > sysctl -w hw.acpi.video.lcd0.active=1 > > to the bottom of /etc/rc.resume I presume. Well, before the 'exit 0' anyway :) Something else you should try is setting hw.syscons.sc_no_suspend_vtswitch=1 before suspending, and if it helps, add it to /etc/sysctl.conf This is needed for my old Compaq Armada 1500c, and at 6.1 was needed for my Thinkpad T23 to resume screen (however at 7.0, just installed, it doesn't seem to be needed on the T23, though I haven't configured X yet) cheers, Ian