* Re: [lm-sensors] Help with asus_atk0110 module
@ 2010-01-29 8:37 Luca Tettamanti
2010-01-29 15:20 ` Juliano F. Ravasi
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Luca Tettamanti @ 2010-01-29 8:37 UTC (permalink / raw)
To: lm-sensors
On Fri, Jan 29, 2010 at 5:17 AM, Juliano F. Ravasi <jravasi@gmail.com> wrote:
> Hello,
>
> I have an Asus P5VDC-X motherboard that used to work with the w83627ehf
> module, so I could read temperature sensors and adjust PWM outputs...
> until 2.6.31. I found that it was replaced by your asus_atk0110 module
> (source: <https://launchpad.net/bugs/382211>). However, I can't make it
> work in my computer.
>
> I would like to have your help to determine what is wrong. The driver
> loads ok, but /sys/class/hwmon is empty, not a single entry. The kernel
> log (dmesg) is completely silent while loading the driver, so I have no
> idea if the driver is not correct, or if it isn't detecting any sensor,
> or what. Is there any way to debug this?
The module complains when it encounters an error, otherwise is very silent...
In this case it seems that it's not even trying to attach to the hwmon
interface.
I need a copy of the DSDT (/sys/firmware/acpi/tables/DSDT).
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] Help with asus_atk0110 module
2010-01-29 8:37 [lm-sensors] Help with asus_atk0110 module Luca Tettamanti
@ 2010-01-29 15:20 ` Juliano F. Ravasi
2010-01-29 15:28 ` Luca Tettamanti
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Juliano F. Ravasi @ 2010-01-29 15:20 UTC (permalink / raw)
To: lm-sensors
[-- Attachment #1: Type: text/plain, Size: 476 bytes --]
Luca Tettamanti wrote:
> The module complains when it encounters an error, otherwise is very silent...
> In this case it seems that it's not even trying to attach to the hwmon
> interface.
>
> I need a copy of the DSDT (/sys/firmware/acpi/tables/DSDT).
>
A copy of DSDT file is attached.
Regards,
--
Juliano F. Ravasi ·· http://juliano.info/
5105 46CC B2B7 F0CD 5F47 E740 72CA 54F4 DF37 9E96
"A candle loses nothing by lighting another candle."
-- Erin Majors
[-- Attachment #2: DSDT --]
[-- Type: application/octet-stream, Size: 18969 bytes --]
[-- Attachment #3: Type: text/plain, Size: 153 bytes --]
_______________________________________________
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] Help with asus_atk0110 module
2010-01-29 8:37 [lm-sensors] Help with asus_atk0110 module Luca Tettamanti
2010-01-29 15:20 ` Juliano F. Ravasi
@ 2010-01-29 15:28 ` Luca Tettamanti
2010-01-29 18:03 ` Juliano F. Ravasi
2010-02-02 10:09 ` Luca Tettamanti
3 siblings, 0 replies; 5+ messages in thread
From: Luca Tettamanti @ 2010-01-29 15:28 UTC (permalink / raw)
To: lm-sensors
On Fri, Jan 29, 2010 at 4:20 PM, Juliano F. Ravasi <jravasi@gmail.com> wrote:
> Luca Tettamanti wrote:
>> The module complains when it encounters an error, otherwise is very silent...
>> In this case it seems that it's not even trying to attach to the hwmon
>> interface.
>>
>> I need a copy of the DSDT (/sys/firmware/acpi/tables/DSDT).
>
> A copy of DSDT file is attached.
Ok, you were bitten by this bug:
http://lists.lm-sensors.org/pipermail/lm-sensors/2010-January/027633.html
Fix is already present in Linus' tree, you can find the patch here:
http://lists.lm-sensors.org/pipermail/lm-sensors/2010-January/027647.html
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] Help with asus_atk0110 module
2010-01-29 8:37 [lm-sensors] Help with asus_atk0110 module Luca Tettamanti
2010-01-29 15:20 ` Juliano F. Ravasi
2010-01-29 15:28 ` Luca Tettamanti
@ 2010-01-29 18:03 ` Juliano F. Ravasi
2010-02-02 10:09 ` Luca Tettamanti
3 siblings, 0 replies; 5+ messages in thread
From: Juliano F. Ravasi @ 2010-01-29 18:03 UTC (permalink / raw)
To: lm-sensors
Luca Tettamanti wrote:
> Ok, you were bitten by this bug:
> http://lists.lm-sensors.org/pipermail/lm-sensors/2010-January/027633.html
>
> Fix is already present in Linus' tree, you can find the patch here:
> http://lists.lm-sensors.org/pipermail/lm-sensors/2010-January/027647.html
>
Thanks! That worked!
But it looks like the module doesn't support PWM outputs... I couldn't
get much information from Google, and reading the source seems like it
only supports temp/volt/fan sensors. Is this correct? Is it planned to
support adjusting the PWM outputs in the future?
Best regards,
--
Juliano F. Ravasi ·· http://juliano.info/
5105 46CC B2B7 F0CD 5F47 E740 72CA 54F4 DF37 9E96
"A candle loses nothing by lighting another candle."
-- Erin Majors
_______________________________________________
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] Help with asus_atk0110 module
2010-01-29 8:37 [lm-sensors] Help with asus_atk0110 module Luca Tettamanti
` (2 preceding siblings ...)
2010-01-29 18:03 ` Juliano F. Ravasi
@ 2010-02-02 10:09 ` Luca Tettamanti
3 siblings, 0 replies; 5+ messages in thread
From: Luca Tettamanti @ 2010-02-02 10:09 UTC (permalink / raw)
To: lm-sensors
On Fri, Jan 29, 2010 at 7:03 PM, Juliano F. Ravasi <jravasi@gmail.com> wrote:
> Luca Tettamanti wrote:
>> Ok, you were bitten by this bug:
>> http://lists.lm-sensors.org/pipermail/lm-sensors/2010-January/027633.html
>>
>> Fix is already present in Linus' tree, you can find the patch here:
>> http://lists.lm-sensors.org/pipermail/lm-sensors/2010-January/027647.html
>>
>
> Thanks! That worked!
>
> But it looks like the module doesn't support PWM outputs... I couldn't
> get much information from Google, and reading the source seems like it
> only supports temp/volt/fan sensors. Is this correct? Is it planned to
> support adjusting the PWM outputs in the future?
Direct PWM adjustment: no, it's not possible with the ACPI driver.
Q-FAN: maybe, but so far I've been unable to decode the interface.
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
end of thread, other threads:[~2010-02-02 10:09 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-29 8:37 [lm-sensors] Help with asus_atk0110 module Luca Tettamanti
2010-01-29 15:20 ` Juliano F. Ravasi
2010-01-29 15:28 ` Luca Tettamanti
2010-01-29 18:03 ` Juliano F. Ravasi
2010-02-02 10:09 ` Luca Tettamanti
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.