From owner-freebsd-current@freebsd.org Wed Dec 21 13:57:52 2016 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 E3204C8AD5D for ; Wed, 21 Dec 2016 13:57:52 +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 A19FA1BBE for ; Wed, 21 Dec 2016 13:57:51 +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 1cJh7I-000FZn-Bm for freebsd-current@freebsd.org; Wed, 21 Dec 2016 15:39:36 +0200 Subject: Re: ACPI Error on HP ProBook 430 G2 To: freebsd-current@freebsd.org References: <20161220150920.jkugbdrqnm3fkaqe@vzakharov> <20161220173402.64bfb602@thor.walstatt.dynvpn.de> <20161221111430.GB26106@brick> From: Alexandr Krivulya Message-ID: <6ec100af-0ff5-c8fd-149e-5567f515b529@shurik.kiev.ua> Date: Wed, 21 Dec 2016 15:39:31 +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: <20161221111430.GB26106@brick> 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: Wed, 21 Dec 2016 13:57:53 -0000 21.12.2016 13:14, Edward Tomasz Napierała пишет: > On 1220T1734, O. Hartmann wrote: >> Am Tue, 20 Dec 2016 18:09:20 +0300 >> Vladimir Zakharov schrieb: >> >>> Hello! >>> >>> Some time ago new ACPI messages appeared on console and in /var/log/messages. Like >>> these: >>> >>> ACPI Error: Needed type [Reference], found [Processor] 0xfffff800043b8980 >>> (20161117/exresop-111) 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.EC0.PPNT] (Node 0xfffff80004396640), AE_AML_OPERAND_TYPE >>> (20161117/psparse-560) ACPI Error: Method parse/execution failed >>> [\134_SB.PCI0.LPCB.EC0._Q04] (Node 0xfffff80004396c40), AE_AML_OPERAND_TYPE >>> (20161117/psparse-560) acpi_ec0: evaluation of query method _Q04 failed: >>> AE_AML_OPERAND_TYPE >>> >>> I'm sure that there were no such messages earlier. Suspend/resume works >>> for me. But after disconnecting power line hw.acpi.acline still equals >>> to 1. And powerd/powerdxx do not adjust CPU frequency anymore. >>> >>> System info: >>> $ uname -a >>> FreeBSD vzakharov 12.0-CURRENT FreeBSD 12.0-CURRENT #14 r310326M: Tue Dec 20 16:42:21 >>> MSK 2016 root@vzakharov:/home/obj/usr/src/sys/GENERIC-NODEBUG amd64 >>> >>> dmesg: http://pastebin.com/cYD8cR0b >>> hw.acpi: http://pastebin.com/Tht9B0FZ >>> acpidump: http://vzakharov.ru/z2v-HPProBook430G2.asl >>> >>> >>> PS. I'm not subscribed to freebsd-acpi. So keep me in CC, please. >>> >> I see lots of ACPI errors also shortly on a Lenovo E540 UEFI notebook running most recent >> CURRENT ... > +1, I see the same on Thinkpad T420. Same on Thinkpad E530, but hw.acpi.acline changes on ac lost and powerd works. --