Gentoo Archives: gentoo-user

From: Alexander Tanyukevich <atanyukevich@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] ACPI conflict while loading it87 module
Date: Sun, 01 Aug 2010 15:07:41
Message-Id: AANLkTikrWc9xmuG7HoCWS=G-fJqwyqnyD6+HXN3LdP2a@mail.gmail.com
In Reply to: Re: [gentoo-user] ACPI conflict while loading it87 module by pk
1 On Sun, Aug 1, 2010 at 1:52 PM, pk <peterk2@××××××××.se> wrote:
2 > On 2010-08-01 11:01, Xi Shen wrote:
3 >
4 >> Aug  1 16:56:03 david-gentoo kernel: [  715.671669] ACPI: If an ACPI
5 >> driver is available for this device, you should use it instead of the
6 >> native driver
7 >>
8 >> how to fix this problem?
9 >
10 > Use the ACPI module (appropriate for your motherboard) instead of the
11 > it87 module. For example my motherboard (asus P5E64WS) uses the atk0110
12 > (acpi) module... you find it under these conditions (make menuconfig):
13 >
14 > Depends on: HWMON [=y] && ACPI [=y] && X86 [=y] && EXPERIMENTAL[=y]
15 > Location:
16 >  -> Device Drivers
17 >        -> Hardware Monitoring support (HWMON [=y])
18 >
19 > Best regards
20 >
21 > Peter K
22 >
23 >
24
25 I've the same problem and I solved it by adding
26 acpi_enforce_resources=lax to my kernel parameters in bootloader.
27 I know that it's not safe way, but it's faster then configure
28 lm_sensors by hand.
29
30 b.r.