Comment 23 for bug 382211

Revision history for this message
x (xyzx-deactivatedaccount) wrote :

I have a problem with my Asus P5L-MX (http://www.asus.com/product.aspx?P_ID=X70d3NCzH2DE9vWH).
The asus_atk0110 driver loads without errors and I have installed lm-sensors 3.1.1 from the ppa.
No pwmconfig won't run anymore:

=====================================
$ sudo pwmconfig
[...]
/usr/sbin/pwmconfig: There are no pwm-capable sensor modules installed
=====================================

I have copied over the /etc/fancontrol from Jaunty, but fancontrol prints out errors as well:

=====================================
$ sudo fancontrol
Loading configuration from /etc/fancontrol ...

Common settings:
  INTERVAL=10

Settings for hwmon0/device/pwm2:
  Depends on hwmon2/device/temp1_input
  Controls hwmon0/device/fan2_input
  MINTEMP=32
  MAXTEMP=47
  MINSTART=130
  MINSTOP=80
  MINPWM=60
  MAXPWM=255

Enabling PWM on fans...
/usr/sbin/fancontrol: line 232: hwmon0/device/pwm2: No such file or directory
Error enabling PWM on /sys/class/hwmon/hwmon0/device/pwm2
Aborting, restoring fans...
/usr/sbin/fancontrol: line 194: hwmon0/device/pwm2: No such file or directory
Verify fans have returned to full speed
alex@alex-desktop:/sys/class/hwmon/hwmon0$
=====================================