From owner-freebsd-acpi@FreeBSD.ORG Mon Jun 25 20:15:27 2007 Return-Path: X-Original-To: freebsd-acpi@freebsd.org Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8EF6916A400 for ; Mon, 25 Jun 2007 20:15:27 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.freebsd.org (Postfix) with ESMTP id EFDB613C483 for ; Mon, 25 Jun 2007 20:15:26 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.8/8.13.8) with ESMTP id l5PKFJYa029907; Mon, 25 Jun 2007 16:15:20 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-acpi@freebsd.org Date: Mon, 25 Jun 2007 15:42:31 -0400 User-Agent: KMail/1.9.6 References: <1182251419.985.22.camel@localhost> <1182328473.1054.14.camel@localhost> <1182415678.1108.9.camel@localhost> In-Reply-To: <1182415678.1108.9.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200706251542.31733.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Mon, 25 Jun 2007 16:15:20 -0400 (EDT) X-Virus-Scanned: ClamAV 0.88.3/3523/Mon Jun 25 10:30:33 2007 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: Subject: Re: Help required for HP NC6000 Suspend on Ram Troubleshooting 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: Mon, 25 Jun 2007 20:15:27 -0000 On Thursday 21 June 2007 04:47:58 am Olivier Fauchon wrote: > > .... > > ath0: link state changed to DOWN > > wakeup from sleeping state (slept 00:00:03) > > .... > > > > So I guess my system pass the test. > > > > Yep. > > > > > > > 2/ When doing a 'regular' acpiconf -s3 , system goes black, > > I can hear 3 'beeps', and then the laptop is stuck (Requires > > hard reboot). > > > > In fact the led should be red blinking in suspend mode, > > but it's still permanant green. > > > > My guess is that the system can't call properly S3 ACPI Suspend > code??? > > > > > > Any more help required :-) > > > > > Weird.. the key is to figure out what's happening during the final entry > to S3. You could try throwing in some printfs and see what was the last > to trigger. My nc6220 loses all its ATA devices on resume. Mine also has a serial console so I've been able to debug some. Try http://www.FreeBSD.org/~jhb/patches/ata_reinit.patch (fixes a panic on resume) and http://www.FreeBSD.org/~jhb/patches/ata_resume.patch (doesn't lose ATA devices on resume). This gets it closer, but somehow resume is hanging elsewhere as i still don't get to where I can hit enter on the (serial) console after this. I have verified that you can use acpi_video to turn the LCD on and off, so that will be useful once it gets far enough to run commands during resume. On my laptop at least, though, acpi_video always thinks all the output devices are off even when they are on. -- John Baldwin