Bug 7829 - ACPI Error (psparse-0537): Method parse/execution failed
Summary: ACPI Error (psparse-0537): Method parse/execution failed
Status: REJECTED UNREPRODUCIBLE
Alias: None
Product: ACPI
Classification: Unclassified
Component: Power-Battery (show other bugs)
Hardware: i386 Linux
: P2 normal
Assignee: Zhang Rui
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-15 12:28 UTC by Cijoml Cijomlovic Cijomlov
Modified: 2009-12-30 04:20 UTC (History)
2 users (show)

See Also:
Kernel Version: 2.6.23.11
Subsystem:
Regression: ---
Bisected commit-id:


Attachments

Description Cijoml Cijomlovic Cijomlov 2007-01-15 12:28:58 UTC
Most recent kernel where this bug did *NOT* occur: 2.6.19
Distribution:
Hardware Environment:
Software Environment:
Problem Description:

ACPI: EC: write_cmd timeout, command = 129
ACPI Exception (evregion-0424): AE_TIME, Returned by Handler for
[EmbeddedControl] [20060707]
ACPI Error (psparse-0537): Method parse/execution failed
[\_SB_.PCI0.LPCB.EC__.RAMR] (Node c18cda54), AE_TIME
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.BAT0.UPBS] (Node
c18c5dd8), AE_TIME
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.BAT0._BST] (Node
c18c5e28), AE_TIME
ACPI Exception (acpi_battery-0207): AE_TIME, Evaluating _BST [20060707]


Steps to reproduce:

just appeared in my dmesg after upgrade to 2.6.20-rc3
Comment 1 Alexey Starikovskiy 2007-01-16 02:22:05 UTC
Cijoml,
Could you give details on hardware and dmesg from both failing and non-failing 
cases? Also does "ec_intr=0" help?
Comment 2 Cijoml Cijomlovic Cijomlov 2007-01-16 02:31:16 UTC
Hi,

my BIOS is buggy - you can find all related informations in 

http://bugzilla.kernel.org/show_bug.cgi?id=5902

where are dumps etc...
Comment 3 Fu Michael 2007-11-05 22:13:16 UTC
Alex, just a reminder for this old bug...
Comment 4 Cijoml Cijomlovic Cijomlov 2007-11-06 01:32:01 UTC
Hi it is still valid, I see it also with 2.6.23.1 vanilla kernel.
Comment 5 ykzhao 2007-12-19 21:07:23 UTC
HI, Cijoml
Will you please try the latest kernel and boot with the option of "ec_intr=0" ?
Please attach the output of dmesg and acpidump after the system is booted.
It will be great if the debug function of acpi and base device driver is enabled in kernel configuration.(CONFIG_DEBUG_DRIVER and CONFIG_ACPI_DEBUG should be set to y in the file of .config).
Thanks.
Comment 6 Alexey Starikovskiy 2007-12-20 00:33:01 UTC
ec_intr is not available any longer in 2.6.24.
Comment 7 Cijoml Cijomlovic Cijomlov 2007-12-28 02:41:52 UTC
Changing kernel version for now...
Comment 8 Len Brown 2008-01-08 19:20:32 UTC
Cijoml, so can you attach the dmesg for 2.6.24-rc?
Comment 9 Zhang Rui 2008-03-18 02:23:15 UTC
cijiml.
please try the latest kernel and see if the problem still exists.
I'll close this bug if there is still no response. :)
Comment 10 Len Brown 2008-03-25 17:39:12 UTC
no response in 3 months -- closing as not reproducible.
please re-open if this is still an open issue.
Comment 11 William 2009-12-30 03:47:25 UTC
Hello, 

My father in law appears to be experiencing an issue similar to this issue.  As of now, this appears to cause the battery to stop charing upon boot up(as indicated by the LED's when the Linux kernel boots up).

This is the error message thus far from /var/log/messages:
Dec 29 16:33:51 david-laptop kernel: [    0.305575] PnPBIOS: Disabled by ACPI PNP
Dec 29 16:33:51 david-laptop kernel: [    1.123925] ACPI: EC: non-query interrupt received, switching to interrupt mode
Dec 29 16:33:51 david-laptop kernel: [    1.125147] ACPI Error: No handler for Region [ECR_] (db40e410) [EmbeddedControl] 20090521 evregion-319
Dec 29 16:33:51 david-laptop kernel: [    1.125156] ACPI Error: Region EmbeddedControl(3) has no handler 20090521 exfldio-294
Dec 29 16:33:51 david-laptop kernel: [    1.125166] ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.EPWR.PCLK] (Node db40d858), AE_NOT_EXIST
Dec 29 16:33:51 david-laptop kernel: [    1.125196] ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.LPC0.EC0_._Q1E] (Node db413930), AE_NOT_EXIST
Dec 29 16:33:51 david-laptop kernel: [    1.140589] ACPI: AC Adapter [ACAD] (on-line)

This is the current kernel revision:
david@david-laptop:~$ uname -a
Linux david-laptop 2.6.31-17-generic #54-Ubuntu SMP Thu Dec 10 16:20:31 UTC 2009 i686 GNU/Linux

This is the acpi revision reported in the /var/log/messages:
Dec 29 16:33:51 david-laptop kernel: [    0.019739] ACPI: Core revision 20090521

If you need me to produce the dmesg or anything else, please let me know.

If this is a different issue all together, please let me know if I need to submit another bug request, as the error message is not exact.

At this time, google or bugzilla does me no favors.

Thanks for your time.(In reply to comment #10)
> no response in 3 months -- closing as not reproducible.
> please re-open if this is still an open issue.
Comment 12 William 2009-12-30 04:20:49 UTC
Hello,

So before the flame war starts, I do realize my error.  I remember back in the days when apm(forgive me for mentioning this to an acpi developer) was the stuff and a lot of people had to disable acpi as it was young in its days.

I disabled acpi using temporary kernel boot parameters and the battery starts to charge, however, my father in law would love to use acpi.

Submitting this update was a bit hasty, so I am sorry for this.  I do have a unique acpi error, however, and I do have a bug unique to bug from what I can see by searching bugzilla which I believe is preventing the battery from charging as needed.  

Do I need to open a new bug for this issue to keep from mixing bugs?

Thanks for your advice and time and forgive me for posting so prematurely.

William

Note You need to log in before you can comment on or make changes to this bug.