From owner-freebsd-acpi@FreeBSD.ORG Mon Jul 13 12:46:08 2009 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 5D4161065670 for ; Mon, 13 Jul 2009 12:46:08 +0000 (UTC) (envelope-from naylor.b.david@gmail.com) Received: from mail-yx0-f181.google.com (mail-yx0-f181.google.com [209.85.210.181]) by mx1.freebsd.org (Postfix) with ESMTP id 0828E8FC1A for ; Mon, 13 Jul 2009 12:46:07 +0000 (UTC) (envelope-from naylor.b.david@gmail.com) Received: by yxe11 with SMTP id 11so4086782yxe.3 for ; Mon, 13 Jul 2009 05:46:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:organization:to:subject :date:user-agent:cc:references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=AKwyv2WZnAFpVySWhJz011SF2oLsxW0jBJDPBGdo6pc=; b=M5aZwfwgdL/v3J3rX4kwls8Rgiyr1W9BAIv2LOr1ZNze7Dk09w2xZWQMZ4DgkMVKNC a/xbc6c2qdigP+tSxSaTJtP86Gy9NP0ERx1dzQv8Co3yUiZukZ77erA3e30hLOxd22HJ Iz6ud+aJrZEgTRy78aiPnhEtpaGS868rNNALI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:organization:to:subject:date:user-agent:cc:references :in-reply-to:mime-version:content-type:content-transfer-encoding :message-id; b=RSh/9jh13IYUm3DgL6Atk1EfFqOHP+yuB0JRLJPoS+ytcfgBLDM59PxfHNroG0TNVT NyCR/nKHfupJg8MEFpFIUDcgI8V7wbTw9Yb6RBO31HYCepVa04XDr24lR25FmvRjr2xr 4Gxx7UN8uBmJ8KEbbHua3k6xB9f8B77uaSimk= Received: by 10.90.119.15 with SMTP id r15mr2178336agc.98.1247489167203; Mon, 13 Jul 2009 05:46:07 -0700 (PDT) Received: from dragonmini.dg ([196.34.241.123]) by mx.google.com with ESMTPS id 6sm4563460agb.28.2009.07.13.05.46.01 (version=SSLv3 cipher=RC4-MD5); Mon, 13 Jul 2009 05:46:05 -0700 (PDT) From: David Naylor Organization: Private To: Peter Harrison Date: Mon, 13 Jul 2009 14:47:21 +0200 User-Agent: KMail/1.9.10 References: <200906181407.11607.naylor.b.david@gmail.com> <200906231655.23010.naylor.b.david@gmail.com> <20090707203731.GA1629@ideapad.piggybox> In-Reply-To: <20090707203731.GA1629@ideapad.piggybox> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart6532914.ny9SyoOHNC"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200907131447.24702.naylor.b.david@gmail.com> Cc: freebsd-acpi@freebsd.org Subject: Re: [PATCH] Lenovo S10(e) ACPI 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, 13 Jul 2009 12:46:09 -0000 --nextPart6532914.ny9SyoOHNC Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Tuesday 07 July 2009 22:37:31 Peter Harrison wrote: > Tuesday, 23 June 2009 at 16:55:19 +0200, David Naylor said: > > On Monday 22 June 2009 21:20:34 Peter Harrison wrote: > > > > David > > > > > > Hi David, > > > > > > Thanks for coming back to me - I haven't had a chance to test the new > > > patch yet, but will get on to it as soon as I can. > > > > > > Is just a kernel rebuild enough after patching? Last time a did kernel > > > + world to pick up the last security advisory too and it was a bit > > > painful (even slower than my old Celeron M based Dell laptop). > > > > If you don't have ACPI compiled into the kernel then only that module > > needs to be rebuilt, otherwise only the kernel needs to be rebuilt. > > OK. I've run the new patch and reinstalled acpi. > > My system will now boot without problem, and shows none of the error > messages relating to acpi in /var/log/messages. Thanks for this. > > It now powers off sporadically. Sometimes it will, sometimes it won't. I'm assuming you mean a `shutdown -p now` will not cut the power, as appose= d=20 to the netbook randomly cuts power without warning? > But it's certainly a whole lot better than it was, so thanks for all your > help. =46irst some diagnostics, please do the following: 1) On a console: # uname -a # sysctl debug.acpi 2) What version are you using (I've got the S10e)? 3) What version of the BIOS are you running? 4) Is there any predictors as to when the system will not shutdown? 5) What are the last messages printed on the console (when shutdown fails)? A few things you can try to fix the problem: 1) Go into the BIOS settings (and just exit, this resets some stuff) 2) Try playing with debug.acpi.ec.* (especially with delay [remember a valu= e=20 of 0 disables any delay]). 3) Upgrade to -current (or try a newer version of the ACPICA driver for 7) 4) Flash the BIOS to the latest version (released in May) I don't have the problem that you describe so I'm hoping it results from a= =20 difference between our systems (a difference that can be bridged). =20 > > > I'm still reeling from a packaged based upgrade of Firefox (still took > > > a while, even using packages). > > > > > > Thanks again for your help. > > > > I'll be away for the next 3 weeks so can only help you after that. > > Hope you enjoyed your time away. I did, thanks --nextPart6532914.ny9SyoOHNC Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEABECAAYFAkpbLNwACgkQUaaFgP9pFrLYvgCfZbirKlgBd4rKwYp53SAPkZQ0 GCUAn3JSypWX+Pj2NdrXwLOfuk+6OcXE =OY8+ -----END PGP SIGNATURE----- --nextPart6532914.ny9SyoOHNC--