* [gentoo-user] ACPI conflict while loading it87 module
@ 2010-08-01 9:01 Xi Shen
2010-08-01 11:52 ` pk
0 siblings, 1 reply; 8+ messages in thread
From: Xi Shen @ 2010-08-01 9:01 UTC (permalink / raw
To: gentoo-user
hi,
my kernel is 2.6.32-openvz-budarin.1. i emerged the lm_sensors, and
the sensor-dectet tool says i have the it87 sensor. i compiled the
it87 hardware driver as module, and when i try to load it, i got the
following error:
Aug 1 16:56:03 david-gentoo kernel: [ 715.671596] it87: Found
IT8712F chip at 0x290, revision 7
Aug 1 16:56:03 david-gentoo kernel: [ 715.671609] it87: in3 is VCC (+5V)
Aug 1 16:56:03 david-gentoo kernel: [ 715.671612] it87: in7 is VCCH
(+5V Stand-By)
Aug 1 16:56:03 david-gentoo kernel: [ 715.671663] ACPI: I/O resource
it87 [0x295-0x296] conflicts with ACPI region HWRE [0x295-0x296]
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?
--
Best Regards,
Xi Shen (David)
http://twitter.com/davidshen84/
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] ACPI conflict while loading it87 module
2010-08-01 9:01 [gentoo-user] ACPI conflict while loading it87 module Xi Shen
@ 2010-08-01 11:52 ` pk
2010-08-01 14:21 ` Alexander Tanyukevich
2010-08-01 14:51 ` Xi Shen
0 siblings, 2 replies; 8+ messages in thread
From: pk @ 2010-08-01 11:52 UTC (permalink / raw
To: gentoo-user
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
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] ACPI conflict while loading it87 module
2010-08-01 11:52 ` pk
@ 2010-08-01 14:21 ` Alexander Tanyukevich
2010-08-01 14:51 ` Xi Shen
1 sibling, 0 replies; 8+ messages in thread
From: Alexander Tanyukevich @ 2010-08-01 14:21 UTC (permalink / raw
To: gentoo-user
On Sun, Aug 1, 2010 at 1:52 PM, pk <peterk2@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.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] ACPI conflict while loading it87 module
2010-08-01 11:52 ` pk
2010-08-01 14:21 ` Alexander Tanyukevich
@ 2010-08-01 14:51 ` Xi Shen
2010-08-02 15:49 ` Bill Longman
1 sibling, 1 reply; 8+ messages in thread
From: Xi Shen @ 2010-08-01 14:51 UTC (permalink / raw
To: gentoo-user
thanks a lot. i am using asus mb, and asus_atk0110 works for me too. :)
On Sun, Aug 1, 2010 at 7:52 PM, pk <peterk2@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
>
>
--
Best Regards,
Xi Shen (David)
http://twitter.com/davidshen84/
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] ACPI conflict while loading it87 module
2010-08-01 14:51 ` Xi Shen
@ 2010-08-02 15:49 ` Bill Longman
2010-08-02 20:02 ` pk
0 siblings, 1 reply; 8+ messages in thread
From: Bill Longman @ 2010-08-02 15:49 UTC (permalink / raw
To: gentoo-user
On 08/01/2010 07:51 AM, Xi Shen wrote:
> thanks a lot. i am using asus mb, and asus_atk0110 works for me too. :)
>
>
> On Sun, Aug 1, 2010 at 7:52 PM, pk <peterk2@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])
I just saw, this weekend in fact, that the newer Phenoms, in fact most
of the recent K10 CPUs, do not work accurately with the atk0110 so when
the driver starts to load, it flatly refuses. I have a 9750 Phenom and
that one works great. Works fine in my X2 4000+. These are all assus
[sic] mobos. But my 940 Phenom II won't work, thusly:
k10temp 0000:00:18.3: unreliable CPU thermal sensor; monitoring disabled
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] ACPI conflict while loading it87 module
2010-08-02 15:49 ` Bill Longman
@ 2010-08-02 20:02 ` pk
2010-08-02 22:22 ` Bill Longman
2010-08-03 22:00 ` Bill Longman
0 siblings, 2 replies; 8+ messages in thread
From: pk @ 2010-08-02 20:02 UTC (permalink / raw
To: gentoo-user
On 2010-08-02 17:49, Bill Longman wrote:
> I just saw, this weekend in fact, that the newer Phenoms, in fact most
> of the recent K10 CPUs, do not work accurately with the atk0110 so when
> the driver starts to load, it flatly refuses. I have a 9750 Phenom and
> that one works great. Works fine in my X2 4000+. These are all assus
> [sic] mobos. But my 940 Phenom II won't work, thusly:
>
> k10temp 0000:00:18.3: unreliable CPU thermal sensor; monitoring disabled
Isn't k10temp a different/separate module? If I go to lm-sensors site
(http://www.lm-sensors.org/wiki/Devices) I see this:
"k10temp PCI 2.6.33 or standalone driver (2009-12-06) Embedded
sensors are known to be unreliable on the DR-BA, DR-B2, DR-B3, RB-C2 and
HY-D0 revisions of the family 10h CPU, which will never be supported.
Driver contributed by Clemens Ladisch, reviewed by Jean Delvare."
So if you have one of those CPU revisions I guess you're out of luck?
The chipset on my main "rig" (Asus m/b) is running a Intel chipset... I
have only older AMD CPUs (Athlon X2 BE2400) with Gigabyte motherboards
which doesn't have the atk0110 so I'm unfortunately not much of help...
Best regards
Peter K
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] ACPI conflict while loading it87 module
2010-08-02 20:02 ` pk
@ 2010-08-02 22:22 ` Bill Longman
2010-08-03 22:00 ` Bill Longman
1 sibling, 0 replies; 8+ messages in thread
From: Bill Longman @ 2010-08-02 22:22 UTC (permalink / raw
To: gentoo-user
On 08/02/2010 01:02 PM, pk wrote:
> On 2010-08-02 17:49, Bill Longman wrote:
>
>> I just saw, this weekend in fact, that the newer Phenoms, in fact most
>> of the recent K10 CPUs, do not work accurately with the atk0110 so when
>> the driver starts to load, it flatly refuses. I have a 9750 Phenom and
>> that one works great. Works fine in my X2 4000+. These are all assus
>> [sic] mobos. But my 940 Phenom II won't work, thusly:
>>
>> k10temp 0000:00:18.3: unreliable CPU thermal sensor; monitoring disabled
>
> Isn't k10temp a different/separate module? If I go to lm-sensors site
> (http://www.lm-sensors.org/wiki/Devices) I see this:
>
> "k10temp PCI 2.6.33 or standalone driver (2009-12-06) Embedded
> sensors are known to be unreliable on the DR-BA, DR-B2, DR-B3, RB-C2 and
> HY-D0 revisions of the family 10h CPU, which will never be supported.
> Driver contributed by Clemens Ladisch, reviewed by Jean Delvare."
>
> So if you have one of those CPU revisions I guess you're out of luck?
> The chipset on my main "rig" (Asus m/b) is running a Intel chipset... I
> have only older AMD CPUs (Athlon X2 BE2400) with Gigabyte motherboards
> which doesn't have the atk0110 so I'm unfortunately not much of help...
You're right, Peter. I have two M4A79 Deluxe mobos, one with the Deneb
940 and that's where I get the error when I try to use the k10temp
module. The other runs the 9750 Agena and uses the asus_atk0110 module
and works okay. Both are amd64 running 2.6.34. I'll reboot the 940 and
see if that module works.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] ACPI conflict while loading it87 module
2010-08-02 20:02 ` pk
2010-08-02 22:22 ` Bill Longman
@ 2010-08-03 22:00 ` Bill Longman
1 sibling, 0 replies; 8+ messages in thread
From: Bill Longman @ 2010-08-03 22:00 UTC (permalink / raw
To: gentoo-user
On 08/02/2010 01:02 PM, pk wrote:
> On 2010-08-02 17:49, Bill Longman wrote:
>
>> I just saw, this weekend in fact, that the newer Phenoms, in fact most
>> of the recent K10 CPUs, do not work accurately with the atk0110 so when
>> the driver starts to load, it flatly refuses. I have a 9750 Phenom and
>> that one works great. Works fine in my X2 4000+. These are all assus
>> [sic] mobos. But my 940 Phenom II won't work, thusly:
>>
>> k10temp 0000:00:18.3: unreliable CPU thermal sensor; monitoring disabled
>
> Isn't k10temp a different/separate module? If I go to lm-sensors site
> (http://www.lm-sensors.org/wiki/Devices) I see this:
>
> "k10temp PCI 2.6.33 or standalone driver (2009-12-06) Embedded
> sensors are known to be unreliable on the DR-BA, DR-B2, DR-B3, RB-C2 and
> HY-D0 revisions of the family 10h CPU, which will never be supported.
> Driver contributed by Clemens Ladisch, reviewed by Jean Delvare."
>
> So if you have one of those CPU revisions I guess you're out of luck?
> The chipset on my main "rig" (Asus m/b) is running a Intel chipset... I
> have only older AMD CPUs (Athlon X2 BE2400) with Gigabyte motherboards
> which doesn't have the atk0110 so I'm unfortunately not much of help...
Well, I added CONFIG_SENSORS_ATK0110=y to my 940/M4A79DX setup and
gkrellm doesn't show anything. That was one test only, so take it with a
grain of salt.
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2010-08-03 22:00 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-01 9:01 [gentoo-user] ACPI conflict while loading it87 module Xi Shen
2010-08-01 11:52 ` pk
2010-08-01 14:21 ` Alexander Tanyukevich
2010-08-01 14:51 ` Xi Shen
2010-08-02 15:49 ` Bill Longman
2010-08-02 20:02 ` pk
2010-08-02 22:22 ` Bill Longman
2010-08-03 22:00 ` Bill Longman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox