From owner-freebsd-current@freebsd.org Fri Jan 6 15:57:53 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB8E7CA2362; Fri, 6 Jan 2017 15:57:53 +0000 (UTC) (envelope-from shuriku@shurik.kiev.ua) Received: from graal.it-profi.org.ua (graal.shurik.kiev.ua [193.239.74.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 621781814; Fri, 6 Jan 2017 15:57:52 +0000 (UTC) (envelope-from shuriku@shurik.kiev.ua) Received: from mail.lissoft.com.ua ([109.237.91.29] helo=thinkpad.it-profi.org.ua) by graal.it-profi.org.ua with esmtpa (Exim 4.87 (FreeBSD)) (envelope-from ) id 1cPWeo-000Kjj-SV; Fri, 06 Jan 2017 17:42:18 +0200 From: Alexandr Krivulya Subject: Re: ACPI Error on HP ProBook 430 G2 To: Jung-uk Kim , Hans Petter Selasky , "Moore, Robert" , Edward Tomasz Napierala , "O. Hartmann" References: <20161220150920.jkugbdrqnm3fkaqe@vzakharov> <20161220173402.64bfb602@thor.walstatt.dynvpn.de> <20161221111430.GB26106@brick> <94F2FBAB4432B54E8AACC7DFDE6C92E37E54938B@ORSMSX110.amr.corp.intel.com> <94F2FBAB4432B54E8AACC7DFDE6C92E37E5498DD@ORSMSX110.amr.corp.intel.com> <7867f8ae-0f1a-5406-119f-9c75c311a14a@selasky.org> <94F2FBAB4432B54E8AACC7DFDE6C92E37E54AA59@ORSMSX110.amr.corp.intel.com> Cc: "freebsd-acpi@freebsd.org" , "freebsd-current@freebsd.org" , Vladimir Zakharov Message-ID: <4178d784-87e8-e637-db22-0ddd015a5f42@shurik.kiev.ua> Date: Fri, 6 Jan 2017 17:42:12 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-SA-Exim-Connect-IP: 109.237.91.29 X-SA-Exim-Mail-From: shuriku@shurik.kiev.ua X-SA-Exim-Scanned: No (on graal.it-profi.org.ua); SAEximRunCond expanded to false X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Fri, 06 Jan 2017 15:57:53 -0000 03.01.2017 20:21, Jung-uk Kim пишет: > On 01/03/2017 11:22, Hans Petter Selasky wrote: >> On 01/03/17 16:26, Moore, Robert wrote: >>> Not sure I understand. The fix has been committed, and is part of >>> version 20161222. >>> >>> >> Hi Robert, >> >> From what I can see that patches have been pushed to the following >> branch, vendor-sys/acpica/20161222/, see: >> >> https://svnweb.freebsd.org/changeset/base/310451 >> >> But not yet to "master" (12-current) ? >> >> Is that correct? >> >> My console has been filling up with messages like this: >> >>> ACPI Exception: AE_AML_OPERAND_TYPE, While resolving operands for >>> [OpcodeName unavailable] (20161117/dswexec-498) >>> ACPI Error: Method parse/execution failed >>> [\134_SB.PCI0.LPCB.H_EC._Q50] (Node 0xfffff800047fce40), >>> AE_AML_OPERAND_TYPE (20161117/psparse-560) >>> acpi_ec0: evaluation of query method _Q50 failed: AE_AML_OPERAND_TYPE >> over the holidays, so I assume that means the previous version of ACPI, >> 20161117 which the 20161222 version is supposed to fix. > I was AFK for two weeks. I will merge ACPICA 20161222 to FreeBSD head > this week when I find some free time. > > I don't know if my problem related to this topic, but a few weeks I see in KDE battery capacity -1%. acpiconf shows no battery: root@thinkpad:/home/shurik # acpiconf -i0 Design capacity: 0 mWh Last full capacity: 0 mWh Technology: primary (non-rechargeable) Design voltage: 0 mV Capacity (warn): 0 mWh Capacity (low): 0 mWh Low/warn granularity: 0 mWh Warn/full granularity: 0 mWh Model number: Serial number: Type: OEM info: State: not present Present voltage: 12611 mV Just updated to r311492 and problem still present. There is no such problem on previous kernel r310241. And there is no more error messages: Jan 6 09:22:39 thinkpad kernel: ACPI Error: Needed type [Reference], found [Processor] 0xfffff800055d5000 (20161117/exresop-111) Jan 6 09:22:39 thinkpad kernel: ACPI Error: Method parse/execution failed [\PNOT] (Node 0xfffff80005595bc0), AE_AML_OPERAND_TYPE (20161117/psparse-560) Jan 6 09:22:39 thinkpad kernel: ACPI Error: Method parse/execution failed [\_SB.PCI0.LPCB.EC0._REG] (Node 0xfffff8000558a040), AE_AML_OPERAND_TYPE (20161117/psparse-560) --