* Re: [lm-sensors] it87 / acpi / DSDT-dump (ASUS P5V2D-MX)
@ 2009-10-13 13:00 Luca Tettamanti
2009-10-13 13:37 ` Luca Tettamanti
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Luca Tettamanti @ 2009-10-13 13:00 UTC (permalink / raw)
To: lm-sensors
On Sat, Oct 10, 2009 at 2:58 PM, Manuel Knitza
<manuel.knitza@uni-konstanz.de> wrote:
> as being owner of an ASUS P5V2D-MX board, i have the same problems
> with it87 that also showed up on the net/lkml.org.
Define problem. Are you seeing a higher temperature?
> sry for being too lazy to register for an account on lkml.org.
Both lkml and lm-sensors@lm-sensors.org (which is more relevant) lists are open.
> i´m chosing this way to send you a dump of my DSDT.
I don't see anything suspicious, please describe what problem you're
experiencing.
Luca
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [lm-sensors] it87 / acpi / DSDT-dump (ASUS P5V2D-MX)
2009-10-13 13:00 [lm-sensors] it87 / acpi / DSDT-dump (ASUS P5V2D-MX) Luca Tettamanti
@ 2009-10-13 13:37 ` Luca Tettamanti
2009-10-13 13:55 ` Luca Tettamanti
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Luca Tettamanti @ 2009-10-13 13:37 UTC (permalink / raw)
To: lm-sensors
On Tue, Oct 13, 2009 at 3:23 PM, Manuel Knitza
<manuel.knitza@uni-konstanz.de> wrote:
> Luca Tettamanti schrieb:
>>
>> On Sat, Oct 10, 2009 at 2:58 PM, Manuel Knitza
>> <manuel.knitza@uni-konstanz.de> wrote:
>>>
>>> as being owner of an ASUS P5V2D-MX board, i have the same problems
>>> with it87 that also showed up on the net/lkml.org.
>>
>> Define problem. Are you seeing a higher temperature?
>
> no higher temp; simply not able to load it87 module
Ok, then this is expected. See this FAQ:
http://www.lm-sensors.org/wiki/FAQ/Chapter3#Mysensorshavestoppedworkinginkernel2.6.31
> when i searched the net for a solution i came across
> http://lkml.org/lkml/2009/9/20/43
>
> i started to collect some kind of solutions which are more likely some
> workarounds which i put into this post
> http://forums.gentoo.org/viewtopic-p-6005344-highlight-.html#6005344
pnpacpi shouldn't be overridden. If you want to load the native driver
(it87) then use "acpi_enforce_resources=lax"
> finally i switched from using it87 to asus_atk0110 and upgraded to latest
> lm_sensors.
Ok, does atk0110 work fine?
>>> sry for being too lazy to register for an account on lkml.org.
>>
>> Both lkml and lm-sensors@lm-sensors.org (which is more relevant) lists are
>> open.
>
> as you´re suggesting lm-sensors list, i´m a bit unsure if you were the
> right one to bother with that it87 problem. the first thing that came
> into my mind when i read some posts about that on lkml and seing you
> mailadress kronos.IT@....
(it stands for information technology :P)
> i thought u are one of those guys responsible
> for it8xx. or is that actually the same?
Nope, I'm the maintainer of asus_atk0110. And lm-sensors is the right
ML (do not strip the CC).
>>> i´m chosing this way to send you a dump of my DSDT.
>>
>> I don't see anything suspicious, please describe what problem you're
>> experiencing.
>
> read sth about faulty dsdt provided by asus. some ressource handling with
> acpi... (dont understand very much about that); well, as my mobo
> like 4, or 5 yrs old, asus won´t be interested into providing some
> bios-update i think. but on the other side im not the only owner of that
> board for sure, so maybe its possible to fix that from kernel/module-
> side
The DSDT is not faulty. The hwmon chip is used by ACPI and hence its
IO ports are marked as reserved. The native drivers used to bind to
the hwmon chip anyway; this might lead to invalid data being read - or
worse (since there are two users touching the chip without any
synchronization).
Starting from 2.6.31 the native drivers are forbidden to bind if the
chip is claimed by ACPI; asus_atk0110 replaces (at least for
monitoring) native drivers on ASUS boards, using the hwmon interface
defined in the DSDT.
So my advise to you is to use asus_atk0110; if you need to directly
control the fans (not possible with the ACPI driver) then use
"acpi_enforce_resources=lax" and load it87 (and do *not* load
asus_atk0110).
Luca
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [lm-sensors] it87 / acpi / DSDT-dump (ASUS P5V2D-MX)
2009-10-13 13:00 [lm-sensors] it87 / acpi / DSDT-dump (ASUS P5V2D-MX) Luca Tettamanti
2009-10-13 13:37 ` Luca Tettamanti
@ 2009-10-13 13:55 ` Luca Tettamanti
2009-10-13 14:18 ` Jean Delvare
2009-10-13 14:27 ` Manuel Knitza
3 siblings, 0 replies; 5+ messages in thread
From: Luca Tettamanti @ 2009-10-13 13:55 UTC (permalink / raw)
To: lm-sensors
On Tue, Oct 13, 2009 at 3:48 PM, Manuel Knitza
<manuel.knitza@uni-konstanz.de> wrote:
> Luca Tettamanti schrieb:
>> if you need to directly
>> control the fans (not possible with the ACPI driver) then use
>> "acpi_enforce_resources=lax" and load it87 (and do *not* load
>> asus_atk0110).
>
> ok, then that seems to be the *solution* rather then a workaround
No, it's really a workaround since the hwmon chip may be used by
"something" else (i.e. the firmware); on older boards it's somewhat
safe to override the exclusion logic since the chip is not actively
used (it's accessed only through the ACPI interface); on newer board
this is not true, there's a controller chip which uses the hwmon
independently.
Luca
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [lm-sensors] it87 / acpi / DSDT-dump (ASUS P5V2D-MX)
2009-10-13 13:00 [lm-sensors] it87 / acpi / DSDT-dump (ASUS P5V2D-MX) Luca Tettamanti
2009-10-13 13:37 ` Luca Tettamanti
2009-10-13 13:55 ` Luca Tettamanti
@ 2009-10-13 14:18 ` Jean Delvare
2009-10-13 14:27 ` Manuel Knitza
3 siblings, 0 replies; 5+ messages in thread
From: Jean Delvare @ 2009-10-13 14:18 UTC (permalink / raw)
To: lm-sensors
On Tue, 13 Oct 2009 15:37:34 +0200, Luca Tettamanti wrote:
> So my advise to you is to use asus_atk0110; if you need to directly
> control the fans (not possible with the ACPI driver) then use
> "acpi_enforce_resources=lax" and load it87 (and do *not* load
> asus_atk0110).
I thought the asus_atk0110 driver was being automatically? If I'm
correct then one needs to _blacklist_ the asus_atk0110 driver for it to
not load.
--
Jean Delvare
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [lm-sensors] it87 / acpi / DSDT-dump (ASUS P5V2D-MX)
2009-10-13 13:00 [lm-sensors] it87 / acpi / DSDT-dump (ASUS P5V2D-MX) Luca Tettamanti
` (2 preceding siblings ...)
2009-10-13 14:18 ` Jean Delvare
@ 2009-10-13 14:27 ` Manuel Knitza
3 siblings, 0 replies; 5+ messages in thread
From: Manuel Knitza @ 2009-10-13 14:27 UTC (permalink / raw)
To: lm-sensors
Jean Delvare schrieb:
> On Tue, 13 Oct 2009 15:37:34 +0200, Luca Tettamanti wrote:
>> So my advise to you is to use asus_atk0110; if you need to directly
>> control the fans (not possible with the ACPI driver) then use
>> "acpi_enforce_resources=lax" and load it87 (and do *not* load
>> asus_atk0110).
>
> I thought the asus_atk0110 driver was being automatically? If I'm
> correct then one needs to _blacklist_ the asus_atk0110 driver for it to
> not load.
>
i think in general, yes. but only if available. as a gentoo-user i´m
adjusting my kernel very often. so "blacklisting" for me is done
'automatically' by removing that module from my kernel-config to be
compiled as a module and then doing a "make modules && make
modules_install" (which suffices as only the modules i really need for
booting kernel are not compiled as modules, but into kernel)
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-10-13 14:27 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-13 13:00 [lm-sensors] it87 / acpi / DSDT-dump (ASUS P5V2D-MX) Luca Tettamanti
2009-10-13 13:37 ` Luca Tettamanti
2009-10-13 13:55 ` Luca Tettamanti
2009-10-13 14:18 ` Jean Delvare
2009-10-13 14:27 ` Manuel Knitza
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.