From owner-freebsd-current@FreeBSD.ORG Wed Jun 4 09:10:47 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A68F237B401 for ; Wed, 4 Jun 2003 09:10:47 -0700 (PDT) Received: from tomts13-srv.bellnexxia.net (tomts13-srv.bellnexxia.net [209.226.175.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7842B43FA3 for ; Wed, 4 Jun 2003 09:10:46 -0700 (PDT) (envelope-from matt@gsicomp.on.ca) Received: from gabby.gsicomp.on.ca ([65.95.185.239]) by tomts13-srv.bellnexxia.netESMTP <20030604161045.BCLI1194.tomts13-srv.bellnexxia.net@gabby.gsicomp.on.ca>; Wed, 4 Jun 2003 12:10:45 -0400 Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by gabby.gsicomp.on.ca (8.12.6/8.12.6) with SMTP id h54G5pmK046097; Wed, 4 Jun 2003 12:05:51 -0400 (EDT) (envelope-from matt@gsicomp.on.ca) Message-ID: <00dc01c32ab3$c68392d0$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: "Kevin Oberman" References: <20030604142121.F3F5D5D04@ptavv.es.net> Date: Wed, 4 Jun 2003 12:10:10 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: freebsd-current@freebsd.org Subject: Re: ACPI problems with HEAD and IBM ThinkPad T23 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jun 2003 16:10:48 -0000 ----- Original Message ----- From: "Kevin Oberman" To: "Matthew Emmerton" Cc: Sent: Wednesday, June 04, 2003 10:21 AM Subject: Re: ACPI problems with HEAD and IBM ThinkPad T23 > > From: "Matthew Emmerton" > > Date: Wed, 4 Jun 2003 10:00:53 -0400 > > Sender: owner-freebsd-current@freebsd.org > > > > This is a multi-part message in MIME format. > > > > ------=_NextPart_000_0069_01C32A80.2F346810 > > Content-Type: text/plain; > > charset="iso-8859-1" > > Content-Transfer-Encoding: 7bit > > > > I cvsup'd from 5.0-R to HEAD and enabled ACPI to see if anything had changed > > in the past 6 months. > > Indeed, things have, and a few workarounds I had implemented before were no > > longer needed. > > > > However, I still got a host of errors from ACPI upon boot, and some hacks to > > device.hints were still neccessary to keep my laptop functional through a > > boot. > > > > Attached are my device.hints file and a copy of the dmesg. > > > > In particular, the things that bother me are: > > 1) All of the "Method execution failed" errors > > 2) The fact that I have to have a device.hints entry in order to see console > > message upon boot. (Without this, my system boots up silently and after > > about 30 seconds, displays the familiar login prompt.) > > On my T30, I get similar messages at startup. Some patches currently > under discussion on the ACPI list may (or may not) eliminate them. The > messages that the patches (if committed) eliminate are bogus and yours > are of the type to be in this class. Ahh. Good to hear. > Take a look at the output of 'sysctl hw.acpi'. The T30 does not support > S1, so you need to re-define anything using S1 to use something else or > nothing at all. Same here. > Does S3 work properly? When I suspend my T30, I lose my USB ports until > I reboot and suspend does not turn off the backlight on my LCD. (This > provides a wonderful demonstration of literal bit rot.) I actually make it a habit to never use power-save modes on my T23 when I'm using FreeBSD - I got bit badly once. When I did try it, I lose my backlight, my ethernet (since I was using my Cisco Aironet 350 pccard at the time) and IIRC the system locked up shortly thereafter. > The requirements for hints to get the console to work at boot are > surprising. I have never seen this on my T30. As pointed out in another note, this is my fault - I trashed the default device.hints and made a "minimal" version. In my case, it requires entries for sc0 and fd0. > How recent is your BIOS? The latest release was on March 6, 2003. I > found significant improvement in ACPI after upgrading my firmware! I upgraded to the latest BIOS before sending this report - the dmesg output was the same between my older BIOS (December, IIRC) and the latest BIOS. -- Matt Emmerton