[Debian-eeepc-devel] fancontrol with 2.6.27 on a 701

Santi Béjar santi at agolina.net
Fri Oct 24 03:45:56 UTC 2008


Hi *,

  I've get it working with the programs in debian + a self compiled
2.6.27 kernel (as the bug in
http://wiki.debian.org/DebianEeePC/TipsAndTricks#head-ee428146bc6dc3f20d2279b756b25ce6c40420bb
is fixed in 2.6.27). The config for fancontrol (packages lm-sensors)
is:

[ I've only configured it, thanks to all the people involved to get it working]

# Configuration file generated by pwmconfig, changes will be lost
INTERVAL=10
FCTEMPS=hwmon1/pwm1=hwmon0/temp1_input
FCFANS= hwmon1/pwm1=hwmon1/fan1_input
MINTEMP=hwmon1/pwm1=53
MAXTEMP=hwmon1/pwm1=60
MINSTART=hwmon1/pwm1=50
MINSTOP=hwmon1/pwm1=40

I'm still adjusting the different values, but you can take it as a
starting point.

  I generated it with pwmconfig with the following patch (it required
a devices link in /sys/class/hwmon/hwmon?/device ):

--- /usr/sbin/pwmconfig	2008-08-02 07:38:12.000000000 +0200
+++ pwmconfig	2008-10-24 05:40:16.000000000 +0200
@@ -74,7 +74,7 @@
 cd $DIR
 if [ "$SYSFS" = "2" ]
 then
-	PREFIX='hwmon*/device'
+	PREFIX='hwmon*'
 else
 	PREFIX='*-*'
 fi

HTH,
Santi



More information about the Debian-eeepc-devel mailing list