Bug 4097
Summary: | ACPI does not work anymore (AE_AML_NO_OPERAND) | ||
---|---|---|---|
Product: | ACPI | Reporter: | Brice Goglin (bgoglin) |
Component: | ACPICA-Core | Assignee: | Robert Moore (Robert.Moore) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | acpi-bugzilla |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.11-rc2-mm1 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: |
Output of acpidmp
Output of dmesg -s64000 |
Description
Brice Goglin
2005-01-24 18:10:25 UTC
Created attachment 4459 [details]
Output of acpidmp
Created attachment 4460 [details]
Output of dmesg -s64000
Looks like a problem with the global lock was introduced in 20050114. Will fix and release immediately. please test the 2.6.10 patch here: http://ftp.kernel.org/pub/linux/kernel/people/lenb/acpi/patches/release/2.6.10/acpi-20050125-2.6.10.diff.gz or the 2.6.11 patch here: http://ftp.kernel.org/pub/linux/kernel/people/lenb/acpi/patches/release/2.6.11/acpi-20050125-2.6.11-rc2.diff.gz Works on top of 2.6.11-rc2 (and also on top of 2.6.11-rc2-mm1 without its bk-acpi.patch). At least fans, battery and thermal_zone are back. I still have these on dmesg but I think it's another problem: Jan 27 01:11:12 localhost kernel: evgpeblk-0275 [08] ev_save_method_info : Unknown GPE method type: C13E (name not of form _Lxx or _Exx) Jan 27 01:11:12 localhost kernel: evgpeblk-0275 [08] ev_save_method_info : Unknown GPE method type: C18F (name not of form _Lxx or _Exx) Jan 27 01:11:12 localhost kernel: evgpeblk-0275 [08] ev_save_method_info : Unknown GPE method type: C1DC (name not of form _Lxx or _Exx) Jan 27 01:11:12 localhost kernel: evgpeblk-0979 [06] ev_create_gpe_block : GPE 00 to 0F [_GPE] 2 regs on int 0x9 Jan 27 01:11:12 localhost kernel: evgpeblk-0987 [06] ev_create_gpe_block : Found 3 Wake, Enabled 1 Runtime GPEs in this block Jan 27 01:11:12 localhost kernel: evgpeblk-0275 [08] ev_save_method_info : Unknown GPE method type: C13E (name not of form _Lxx or _Exx) Jan 27 01:11:12 localhost kernel: evgpeblk-0275 [08] ev_save_method_info : Unknown GPE method type: C18F (name not of form _Lxx or _Exx) Jan 27 01:11:12 localhost kernel: evgpeblk-0275 [08] ev_save_method_info : Unknown GPE method type: C1DC (name not of form _Lxx or _Exx) Jan 27 01:11:12 localhost kernel: evgpeblk-0979 [06] ev_create_gpe_block : GPE 10 to 1F [_GPE] 2 regs on int 0x9 Jan 27 01:11:12 localhost kernel: evgpeblk-0987 [06] ev_create_gpe_block : Found 2 Wake, Enabled 5 Runtime GPEs in this block Thanks a lot. |