* RE: ACPI error in 2.6.16 (AE_TIME, Returned by Handler for EmbeddedControl)
@ 2006-03-23 1:45 Brown, Len
2006-03-23 3:01 ` Francesco Biscani
0 siblings, 1 reply; 5+ messages in thread
From: Brown, Len @ 2006-03-23 1:45 UTC (permalink / raw)
To: Francesco Biscani, Linux Kernel Mailing List; +Cc: linux-acpi, Yu, Luming
>sometimes at boot I get the following from the logs:
>
>ACPI: write EC, IB not empty
>ACPI Exception (evregion-0409): AE_TIME, Returned by Handler for
>[EmbeddedControl] [20060127]
>ACPI Error (psparse-0517): Method parse/execution failed
>[\_SB_.PCI0.ISA_.EC0_.SMRD] (Node c13ecd40), AE_TIME
>ACPI Error (psparse-0517): Method parse/execution failed
>[\_SB_.BAT1.UPBI]
>(Node dbf42720), AE_TIME
>ACPI Error (psparse-0517): Method parse/execution failed
>[\_SB_.BAT1.CHBP]
>(Node dbf42660), AE_TIME
>ACPI Error (psparse-0517): Method parse/execution failed
>[\_SB_.PCI0.ISA_.EC0_.SMSL] (Node c13ecce0), AE_TIME
>ACPI Error (psparse-0517): Method parse/execution failed
>[\_SB_.PCI0.ISA_.EC0_._Q09] (Node c13ecc40), AE_TIME
>
>And after that the battery is reported as absent (even if it
>is physically
>present). I get the impression that this happens when rebooting, not
>from "cold powerons".
>
>This did not happen in 2.6.15, it appeared somewhere in
>2.6.16-rc series.
does this go away if you boot with "ec_intr=0"?
-Len
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: ACPI error in 2.6.16 (AE_TIME, Returned by Handler for EmbeddedControl)
2006-03-23 1:45 ACPI error in 2.6.16 (AE_TIME, Returned by Handler for EmbeddedControl) Brown, Len
@ 2006-03-23 3:01 ` Francesco Biscani
0 siblings, 0 replies; 5+ messages in thread
From: Francesco Biscani @ 2006-03-23 3:01 UTC (permalink / raw)
To: Brown, Len; +Cc: Linux Kernel Mailing List, linux-acpi, Yu, Luming, Jiri Slaby
On Thursday 23 March 2006 02:45, Brown, Len wrote:
> does this go away if you boot with "ec_intr=0"?
So far it seems like that option solves the problem. But since the bug appears
very erratically I think it's better to wait for a few more reboots.
BTW, when I was testing _without_ ec_intr=0 I got this in the log (this
happened the first reboot after the one mentioned in my previous mail):
Mar 23 03:48:50 kurtz ACPI: read EC, IB not empty
Mar 23 03:48:50 kurtz ACPI: read EC, OB not full
Mar 23 03:48:50 kurtz ACPI Exception (evregion-0409): AE_TIME, Returned by
Handler for [EmbeddedControl] [20060127]
Mar 23 03:48:50 kurtz ACPI Exception (dswexec-0458): AE_TIME, While resolving
operands for [AE_NOT_CONFIGURED] [20060127]
Mar 23 03:48:50 kurtz ACPI Error (psparse-0517): Method parse/execution failed
[\_SB_.PCI0.ISA_.EC0_._Q20] (Node c13ecbc0), AE_TIME
This is an hp pavilion ze5616ea laptop, FYI.
Thanks and best regards,
Francesco
--
Dr. Francesco Biscani
Dipartimento di Astronomia
Università di Padova
biscani@pd.astro.it
-
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: ACPI error in 2.6.16 (AE_TIME, Returned by Handler for EmbeddedControl)
@ 2006-03-23 3:46 Yu, Luming
2006-03-23 13:52 ` Francesco Biscani
2006-03-23 22:34 ` Francesco Biscani
0 siblings, 2 replies; 5+ messages in thread
From: Yu, Luming @ 2006-03-23 3:46 UTC (permalink / raw)
To: Francesco Biscani, Brown, Len
Cc: Linux Kernel Mailing List, linux-acpi, Jiri Slaby
>On Thursday 23 March 2006 02:45, Brown, Len wrote:
>> does this go away if you boot with "ec_intr=0"?
>
>So far it seems like that option solves the problem. But since
>the bug appears
>very erratically I think it's better to wait for a few more reboots.
>
>BTW, when I was testing _without_ ec_intr=0 I got this in the
>log (this
>happened the first reboot after the one mentioned in my previous mail):
>
>Mar 23 03:48:50 kurtz ACPI: read EC, IB not empty
>Mar 23 03:48:50 kurtz ACPI: read EC, OB not full
>Mar 23 03:48:50 kurtz ACPI Exception (evregion-0409): AE_TIME,
>Returned by
>Handler for [EmbeddedControl] [20060127]
>Mar 23 03:48:50 kurtz ACPI Exception (dswexec-0458): AE_TIME,
>While resolving
>operands for [AE_NOT_CONFIGURED] [20060127]
>Mar 23 03:48:50 kurtz ACPI Error (psparse-0517): Method
>parse/execution failed
>[\_SB_.PCI0.ISA_.EC0_._Q20] (Node c13ecbc0), AE_TIME
>
>This is an hp pavilion ze5616ea laptop, FYI.
>
>Thanks and best regards,
>
> Francesco
Please file this bug on bugzilla.kernel.org
We need to find out why ?
Could you post dmesg for ec_intr=0 , ec_intr=1 on bugzilla.
Thanks,
Luming
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: ACPI error in 2.6.16 (AE_TIME, Returned by Handler for EmbeddedControl)
2006-03-23 3:46 Yu, Luming
@ 2006-03-23 13:52 ` Francesco Biscani
2006-03-23 22:34 ` Francesco Biscani
1 sibling, 0 replies; 5+ messages in thread
From: Francesco Biscani @ 2006-03-23 13:52 UTC (permalink / raw)
To: Yu, Luming; +Cc: Brown, Len, Linux Kernel Mailing List, linux-acpi
On Thursday 23 March 2006 04:46, Yu, Luming wrote:
> Please file this bug on bugzilla.kernel.org
> We need to find out why ?
> Could you post dmesg for ec_intr=0 , ec_intr=1 on bugzilla.
>
>
> Thanks,
> Luming
>
Ok, I'll do it later today ASAP. I'll post when done.
Thanks,
Francesco
--
Dr. Francesco Biscani
Dipartimento di Astronomia
Università di Padova
biscani@pd.astro.it
-
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: ACPI error in 2.6.16 (AE_TIME, Returned by Handler for EmbeddedControl)
2006-03-23 3:46 Yu, Luming
2006-03-23 13:52 ` Francesco Biscani
@ 2006-03-23 22:34 ` Francesco Biscani
1 sibling, 0 replies; 5+ messages in thread
From: Francesco Biscani @ 2006-03-23 22:34 UTC (permalink / raw)
To: Yu, Luming; +Cc: Brown, Len, Linux Kernel Mailing List, linux-acpi
On Thursday 23 March 2006 04:46, Yu, Luming wrote:
> Please file this bug on bugzilla.kernel.org
> We need to find out why ?
> Could you post dmesg for ec_intr=0 , ec_intr=1 on bugzilla.
Done:
http://bugzilla.kernel.org/show_bug.cgi?id=6278
Thanks,
Francesco
--
Dr. Francesco Biscani
Dipartimento di Astronomia
Università di Padova
biscani@pd.astro.it
-
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-03-23 22:34 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-23 1:45 ACPI error in 2.6.16 (AE_TIME, Returned by Handler for EmbeddedControl) Brown, Len
2006-03-23 3:01 ` Francesco Biscani
-- strict thread matches above, loose matches on Subject: below --
2006-03-23 3:46 Yu, Luming
2006-03-23 13:52 ` Francesco Biscani
2006-03-23 22:34 ` Francesco Biscani
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox