Bug 14233
Summary: | Different "Method parse/execution failed" errors on eeepc p1005ha | ||
---|---|---|---|
Product: | ACPI | Reporter: | Oleksij Rempel (fishor) (bug-track) |
Component: | Config-Tables | Assignee: | ykzhao (yakui.zhao) |
Status: | CLOSED DUPLICATE | ||
Severity: | normal | CC: | lenb, yakui.zhao |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | Subsystem: | ||
Regression: | No | Bisected commit-id: | |
Attachments: |
complete dmesg
lspci dsdt |
Created attachment 23186 [details]
lspci
Created attachment 23187 [details]
dsdt
thanks for reporting this bug. We see such issue on many laptops. From the log info it seems that this is a dup of bug 13055. Thanks. |
Created attachment 23185 [details] complete dmesg There is different acpi errors on Asus eeepc p1005ha [ 0.188423] ACPI Error (dswload-0659): [USB0] Namespace lookup failure, AE_NOT_FOUND [ 0.188445] ACPI Error (psparse-0537): Method parse/execution failed [\] (Node c15640a0), AE_NOT_FOUND .... and after some random time, this: .... [ 1.005046] ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.SBRG.EC0_.BST2] (Node f70130c0), AE_TIME [ 1.005097] ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.CBST] (Node f7017210), AE_TIME [ 1.005143] ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.BAT0._BST] (Node f7017150), AE_TIME Tested with latest git 2.6.31-09061-g6d7f18f. It sems not to be a regression.