Bug 10389
Summary: | kernel 2.6.24-1 doesn't detect my laptop correctly | ||
---|---|---|---|
Product: | ACPI | Reporter: | Alexei Kouznetsov (leshdsl) |
Component: | ACPICA-Core | Assignee: | Zhang Rui (rui.zhang) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | acpi-bugzilla, bunk |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.24-1 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Attachments: |
output of acpidump
patch: don;t load asus-acpi if model is not supported |
Description
Alexei Kouznetsov
2008-04-03 10:28:32 UTC
Please attach the acpidump of your laptop with the latest pmtools at http://www.kernel.org/pub/linux/kernel/people/lenb/acpi/utils/ Created attachment 15667 [details]
output of acpidump
Here is output of acpidump. It also contain two "checksum error" warnings.
I see, the Asus-acpi driver is loaded on this laptop because it finds a "ATK0100" device. asus_hotk_get_info returns AE_OK even if it founds the unsupported model. And in turn install the notify handler for this device. So I think this is a bug in the asus-acpi driver. But as this driver is deprecated by the asus-laptop, not sure if this fix can be upstream or not. Created attachment 15681 [details]
patch: don;t load asus-acpi if model is not supported
Please apply this patch and see if the problem is gone. :)
> Please apply this patch and see if the problem is gone. :) > At last I managed to patch and compile the kernel. The problem is gone. No constant writing to acpid logs. > But as this driver is deprecated by the asus-laptop, not sure if this fix can be upstream or not. > That's sad :( Len, this is a bug in asus-acpi driver. If we won't remove the driver in near future, I think it's better to apply the patch in comment #4. patch in comment #4 applied to acpi-test shipped in linux-2.6.28-rc1 closed commit 7745384080ef70f7710530afa3e45477b126e056 Author: Zhang Rui <rui.zhang@intel.com> Date: Fri Oct 17 01:42:41 2008 -0400 don't load asus-acpi if model is not supported |