From owner-freebsd-questions@FreeBSD.ORG Sun Oct 3 14:47:36 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA53D1065670 for ; Sun, 3 Oct 2010 14:47:36 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from sola.nimnet.asn.au (paqi.nimnet.asn.au [115.70.110.159]) by mx1.freebsd.org (Postfix) with ESMTP id 4BE798FC12 for ; Sun, 3 Oct 2010 14:47:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by sola.nimnet.asn.au (8.14.2/8.14.2) with ESMTP id o93ElVWP076300; Mon, 4 Oct 2010 01:47:32 +1100 (EST) (envelope-from smithi@nimnet.asn.au) Date: Mon, 4 Oct 2010 01:47:31 +1100 (EST) From: Ian Smith To: Eitan Adler In-Reply-To: <20101003094814.2B50B106575D@hub.freebsd.org> Message-ID: <20101004004508.R62022@sola.nimnet.asn.au> References: <20101003094814.2B50B106575D@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-questions@freebsd.org Subject: Re: ACPI & battery issues 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: Sun, 03 Oct 2010 14:47:36 -0000 In freebsd-questions Digest, Vol 330, Issue 10, Message: 5 On Sat, 2 Oct 2010 10:42:23 -0400 Eitan Adler wrote: > I see > ACPI Exception: AE_NO_HARDWARE_RESPONSE, Returned by Handler for > [EmbeddedControl] (20100331/evregion-588) > ACPI Error (psparse-0633): Method parse/execution failed > [\\_SB_.PCI0.LPCB.BAT1._BST] (Node 0xc6adba60), > AE_NO_HARDWARE_RESPONSE > > repeatedly in dmesg > > sysctl's relating to battery information is also slow: > % time sysctl hw.acpi.battery.state > hw.acpi.battery.state: 7 > sysctl hw.acpi.battery.state 0.00s user 2.18s system 72% cpu 3.006 total > > % time sysctl hw.acpi.battery > hw.acpi.battery.life: -1 > hw.acpi.battery.time: -1 > hw.acpi.battery.state: 7 > hw.acpi.battery.units: 1 > hw.acpi.battery.info_expire: 5 > sysctl hw.acpi.battery 0.00s user 6.58s system 67% cpu 9.779 total > > also note that the life and time are both negative one. > > This is on a Lenovo G530 laptop. The Embedded Controller timed out so battery info is unknown / bogus, which appears quite likely the issue reported here: http://www.freebsd.org/cgi/query-pr.cgi?pr=150517 If you're sure you have the latest Lenovo BIOS/EC updates, try posting your report above to the freebsd-acpi list, also providing OS version (uname -a) and contents of /var/run/dmesg.boot Good luck, Ian