On Sun, Aug 1, 2010 at 1:52 PM, pk <pete...@coolmail.se> wrote: > On 2010-08-01 11:01, Xi Shen wrote: > >> Aug 1 16:56:03 david-gentoo kernel: [ 715.671669] ACPI: If an ACPI >> driver is available for this device, you should use it instead of the >> native driver >> >> how to fix this problem? > > Use the ACPI module (appropriate for your motherboard) instead of the > it87 module. For example my motherboard (asus P5E64WS) uses the atk0110 > (acpi) module... you find it under these conditions (make menuconfig): > > Depends on: HWMON [=y] && ACPI [=y] && X86 [=y] && EXPERIMENTAL[=y] > Location: > -> Device Drivers > -> Hardware Monitoring support (HWMON [=y]) > > Best regards > > Peter K > >
I've the same problem and I solved it by adding acpi_enforce_resources=lax to my kernel parameters in bootloader. I know that it's not safe way, but it's faster then configure lm_sensors by hand. b.r.