Re: ACPI Error: No handler for Region [ECOR]

2018-11-27 Thread Poul-Henning Kamp
In message <10399.1543270...@critter.freebsd.dk>, "Poul-Henning Kamp" writes: >>I'm seeing it on my ThinkPad x230 as well > >and on T480 running 13.0-CURRENT r340932M as well: And seems to be gone with this kernel: 13.0-CURRENT r341006M Havn't tried the ones in between. -- P

Re: ACPI Error: No handler for Region [ECOR]

2018-11-26 Thread Renato Botelho
On 26/11/18 19:59, Yuri Pankov wrote: > Renato Botelho wrote: >> On 26/11/18 19:32, Florian Limberger wrote: >>> Hi, >>> >>> On 20.11.18 14:46, Charlie Li wrote: Nov 20 09:35:19 ardmore kernel: ACPI Error: No handler for Region [ECOR] (0xf80003662300) [EmbeddedControl] (20181031/evreg

Re: ACPI Error: No handler for Region [ECOR]

2018-11-26 Thread Yuri Pankov
Renato Botelho wrote: > On 26/11/18 19:32, Florian Limberger wrote: >> Hi, >> >> On 20.11.18 14:46, Charlie Li wrote: >>> Nov 20 09:35:19 ardmore kernel: ACPI Error: No handler for Region [ECOR] >>> (0xf80003662300) [EmbeddedControl] (20181031/evregion-288) >>> Nov 20 09:35:19 ardmore kernel: A

Re: ACPI Error: No handler for Region [ECOR]

2018-11-26 Thread Renato Botelho
On 26/11/18 19:32, Florian Limberger wrote: > Hi, > > On 20.11.18 14:46, Charlie Li wrote: >> Nov 20 09:35:19 ardmore kernel: ACPI Error: No handler for Region [ECOR] >> (0xf80003662300) [EmbeddedControl] (20181031/evregion-288) >> Nov 20 09:35:19 ardmore kernel: ACPI Error: Region EmbeddedCon

Re: ACPI Error: No handler for Region [ECOR]

2018-11-23 Thread Ben Widawsky
On 18-11-23 13:05:00, Charlie Li wrote: > On 23/11/2018 00:02, Ben Widawsky wrote: > > Thanks both of you. Here's another shot at roughly the same thing I asked > > the > > first reporter to try (that patch was wrong). If it doesn't work, can you > > please > > post the dmesg? > > > This patch w

Re: ACPI Error: No handler for Region [ECOR]

2018-11-23 Thread Ben Widawsky
___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: ACPI Error: No handler for Region [ECOR]

2018-11-23 Thread Charlie Li
On 23/11/2018 00:02, Ben Widawsky wrote: > Thanks both of you. Here's another shot at roughly the same thing I asked the > first reporter to try (that patch was wrong). If it doesn't work, can you > please > post the dmesg? > This patch works on my machine as well. -- Charlie Li Can't think of

Re: ACPI Error: No handler for Region [ECOR]

2018-11-23 Thread Ben Widawsky
On 18-11-23 16:42:22, Mateusz Piotrowski wrote: > On Tue, 20 Nov 2018 at 15:47, Charlie Li wrote: > > > Somewhere between r340491 and r340650, probably starting from r340595, > > my ThinkPad W550s started spewing these messages repeatedly in the > > system log since boot: > > > > ... > > > > As a

Re: ACPI Error: No handler for Region [ECOR]

2018-11-23 Thread Mateusz Piotrowski
On Tue, 20 Nov 2018 at 15:47, Charlie Li wrote: > Somewhere between r340491 and r340650, probably starting from r340595, > my ThinkPad W550s started spewing these messages repeatedly in the > system log since boot: > > ... > > As a result, I am now unable to query battery information at the very

Re: ACPI Error: No handler for Region [ECOR]

2018-11-23 Thread Samy Mahmoudi
With your patch applied, normal behavior seems back again. "dmesg" output and other relevent files are availabe at: http://imp.ovh/acpi > ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscr

Re: ACPI Error: No handler for Region [ECOR]

2018-11-23 Thread Samy Mahmoudi
Hi all, "patch -p 1 < your_patch" gives me the following *.rej file: @@ -362,7 +362,8 @@ ret = 0; goto out; -} +} else + ecdt = 0; ret = ACPI_ID_PROBE(device_get_parent(dev), dev, ec_ids, NULL); if (ret > 0) @@ -422,16 +434,6 @@ /* Store the value

Re: ACPI Error: No handler for Region [ECOR]

2018-11-22 Thread Ben Widawsky
Thanks both of you. Here's another shot at roughly the same thing I asked the first reporter to try (that patch was wrong). If it doesn't work, can you please post the dmesg? diff --git a/sys/dev/acpica/acpi_ec.c b/sys/dev/acpica/acpi_ec.c index a21dbc963af..666aba2b3c8 100644 --- a/sys/dev/acpica

Re: ACPI Error: No handler for Region [ECOR]

2018-11-21 Thread Charlie Li
On 21/11/2018 11:21, Charlie Li wrote: > On 20/11/2018 14:37, Ben Widawsky wrote: >> On 18-11-20 11:28:56, Ben Widawsky wrote: >>> On 18-11-20 14:09:08, Jung-uk Kim wrote: I am pretty sure r340644 caused the regression. >>> >>> Seems like a good bet. Could you please add the full dmesg as

Re: ACPI Error: No handler for Region [ECOR]

2018-11-21 Thread Charlie Li
On 20/11/2018 14:37, Ben Widawsky wrote: > On 18-11-20 11:28:56, Ben Widawsky wrote: >> On 18-11-20 14:09:08, Jung-uk Kim wrote: >>> On 18. 11. 20., Charlie Li wrote: Nov 20 09:35:19 ardmore kernel: ACPI Error: No handler for Region [ECOR] (0xf80003662300) [EmbeddedControl] (20181031/

Re: ACPI Error: No handler for Region [ECOR]

2018-11-21 Thread Samy Mahmoudi
Hi again, Please find the requested files: http://imp.ovh/18.2.0/acpidump_-dt_output http://imp.ovh/18.2.0/acpi_ec_values http://imp.ovh/18.2.0/dmesg_output Best regards, Samy > ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/ma

Re: ACPI Error: No handler for Region [ECOR]

2018-11-21 Thread Samy Mahmoudi
Same problem/output as Charlie Li, with a Lenovo T520. I will post requested output files as soon as possible. ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freeb

Re: ACPI Error: No handler for Region [ECOR]

2018-11-21 Thread matias
Hi, I have the same problem as Charlie Li. In case it could help you address this I put up the data you requested in a gist: https://gist.github.com/rebost/f8f231662a7501b14d63f348ee5e4ca2 you can also download it as a zip file: https://gist.github.com/rebost/f8f231662a7501b14d63f348ee5e4ca2

Re: ACPI Error: No handler for Region [ECOR]

2018-11-20 Thread Ben Widawsky
On 18-11-20 11:28:56, Ben Widawsky wrote: > On 18-11-20 14:09:08, Jung-uk Kim wrote: > > On 18. 11. 20., Charlie Li wrote: > > > Somewhere between r340491 and r340650, probably starting from r340595, > > > my ThinkPad W550s started spewing these messages repeatedly in the > > > system log since boo

Re: ACPI Error: No handler for Region [ECOR]

2018-11-20 Thread Ben Widawsky
On 18-11-20 14:09:08, Jung-uk Kim wrote: > On 18. 11. 20., Charlie Li wrote: > > Somewhere between r340491 and r340650, probably starting from r340595, > > my ThinkPad W550s started spewing these messages repeatedly in the > > system log since boot: > > > > Nov 20 09:35:19 ardmore kernel: ACPI Err

Re: ACPI Error: No handler for Region [ECOR]

2018-11-20 Thread Jung-uk Kim
On 18. 11. 20., Charlie Li wrote: > Somewhere between r340491 and r340650, probably starting from r340595, > my ThinkPad W550s started spewing these messages repeatedly in the > system log since boot: > > Nov 20 09:35:19 ardmore kernel: ACPI Error: No handler for Region [ECOR] > (0xf8000366230

Re: ACPI Error on HP ProBook 430 G2

2017-01-06 Thread Alexandr Krivulya
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 bra

Re: ACPI Error on HP ProBook 430 G2

2017-01-06 Thread Edward Tomasz Napierala
...@freebsd.org [mailto:owner-freebsd- > > a...@freebsd.org] On Behalf Of Edward Tomasz Napierala > > Sent: Wednesday, December 21, 2016 3:15 AM > > To: O. Hartmann > > Cc: freebsd-a...@freebsd.org; freebsd-current@freebsd.org; Vladimir > > Zakharov > > Subj

Re: ACPI Error on HP ProBook 430 G2

2017-01-03 Thread 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/acpi

RE: ACPI Error on HP ProBook 430 G2

2017-01-03 Thread Moore, Robert
> -Original Message- > From: Hans Petter Selasky [mailto:h...@selasky.org] > Sent: Tuesday, January 3, 2017 8:23 AM > To: Moore, Robert ; Edward Tomasz Napierala > ; O. Hartmann > Cc: freebsd-a...@freebsd.org; freebsd-current@freebsd.org; Vladimir > Zakharov >

RE: ACPI Error on HP ProBook 430 G2

2017-01-03 Thread Moore, Robert
> Cc: freebsd-a...@freebsd.org; freebsd-current@freebsd.org; Vladimir > Zakharov > Subject: Re: ACPI Error on HP ProBook 430 G2 > > On 12/22/16 21:04, Moore, Robert wrote: > > ACPICA version 20161222 happened today, with a fix for the problem > below. > > > > +1 >

Re: ACPI Error on HP ProBook 430 G2

2017-01-03 Thread Hans Petter Selasky
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/31

Re: ACPI Error on HP ProBook 430 G2

2017-01-02 Thread Hans Petter Selasky
On 12/22/16 21:04, Moore, Robert wrote: ACPICA version 20161222 happened today, with a fix for the problem below. +1 When will the fix be merged to -head ? --HPS ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listin

RE: ACPI Error on HP ProBook 430 G2

2016-12-22 Thread Moore, Robert
z Napierala ; O. Hartmann > > Cc: freebsd-a...@freebsd.org; freebsd-current@freebsd.org; Vladimir > Zakharov > Subject: RE: ACPI Error on HP ProBook 430 G2 > > We have fixed this issue for the latest version of ACPICA that will > happen this week, probably 22 december. > >

RE: ACPI Error on HP ProBook 430 G2

2016-12-21 Thread Moore, Robert
r 21, 2016 3:15 AM > To: O. Hartmann > Cc: freebsd-a...@freebsd.org; freebsd-current@freebsd.org; Vladimir > Zakharov > Subject: Re: ACPI Error on HP ProBook 430 G2 > > On 1220T1734, O. Hartmann wrote: > > Am Tue, 20 Dec 2016 18:09:20 +0300 > > Vladimir Zakharov

Re: ACPI Error on HP ProBook 430 G2

2016-12-21 Thread Alexandr Krivulya
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 [Proce

Re: ACPI Error on HP ProBook 430 G2

2016-12-21 Thread 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] 0xf800043

Re: ACPI Error on HP ProBook 430 G2

2016-12-20 Thread O. Hartmann
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] 0xf800043b8980 > (20161117/exresop-111) ACPI Exception: AE_AML

Re: ACPI error msgs at boot

2003-10-05 Thread Doug White
On Sun, 5 Oct 2003, Matt Douhan wrote: > Oct 5 23:40:58 dragonfruit kernel: ACPI-1287: *** Error: Method execution > failed [\_SB_.PCI0.LPCB.BAT1._BST] (Node 0xc47d > d980), AE_AML_REGION_LIMIT > Oct 5 23:40:58 dragonfruit kernel: ACPI-1287: *** Error: Method execution > failed [\_SB_.PCI0.LPCB.

Re: ACPI: Error: Method execution failed

2003-06-14 Thread Bjoern A. Zeeb
On Sat, 14 Jun 2003, Doug White wrote: Hi, > This might be fixable ... its overrunning a region definition which could > be a simple bug that could be fixed by extracting the DSDT, convert to > ASL, fix, recompile, and override. Of course you have to know ASL :) No I don't really know but rememb

Re: ACPI: Error: Method execution failed

2003-06-14 Thread Doug White
On Sat, 14 Jun 2003, Bjoern A. Zeeb wrote: > already had this with 5.0 as I do with 5.1 and I suspect it's > a broken BIOS ? Or something that the MS interpreter allows and the stringent Intel one does not. This might be fixable ... its overrunning a region definition which could be a simple bug

Re: ACPI Error on FreeBSD-CURRENT

2003-01-16 Thread Peter Schultz
Nate Lawson wrote: > On Thu, 16 Jan 2003, Peter Schultz wrote: > > >ACPI-1287: *** Error: Method execution failed, E_AML_UNINITIALIZED_LOCAL > >can't fetch resources for \\_SB_.PCI0.FDC0 - AE_AML_UNINITIALIZED_LOCAL > > > >I have a Tyan S1834 and see the above error during boot. I'm not > >sure i

Re: ACPI Error on FreeBSD-CURRENT

2003-01-16 Thread Nate Lawson
On Thu, 16 Jan 2003, Peter Schultz wrote: > ACPI-1287: *** Error: Method execution failed, E_AML_UNINITIALIZED_LOCAL > can't fetch resources for \\_SB_.PCI0.FDC0 - AE_AML_UNINITIALIZED_LOCAL > > I have a Tyan S1834 and see the above error during boot. I'm not sure > if this is such a big problem

Re: acpi error

2001-09-04 Thread Beech Rintoul
On Tuesday 04 September 2001 03:04 pm, Mike Smith wrote: > > I'm having a problem with the new acpi. One one of our boxes (amd K7 900 > > Mhz Compaq) does not probe xl properly. It returns Could not probe memory > > (returns error6). There is no pnp setting in this bios. I went back to > > pre-com

Re: acpi error

2001-09-04 Thread Mike Smith
> I'm having a problem with the new acpi. One one of our boxes (amd K7 900 Mhz > Compaq) does not probe xl properly. It returns Could not probe memory > (returns error6). There is no pnp setting in this bios. I went back to > pre-commit and it works fine. Any suggestions? There seems to be a c