I have spent many long hours getting ln-sensors set up, and it appears to working OK, lower fan noise and lower temps except I am concerned about what is real. Take a look at the following and I think you will see what I mean, Also, none of this agrees with what I see in the bios. # cat rc.local #!/bin/sh # # This script will be executed *after* all the other init scripts. # You can put your own initialization stuff in here if you don't # want to do the full Sys V style init stuff. #From sensors-detect #To load everything that is needed, add this to some /etc/rc* file: #----cut here---- # I2C adapter drivers modprobe i2c-viapro modprobe i2c-isa # I2C chip drivers modprobe eeprom modprobe w83627hf init=0 #Added to test if updates are turned off by lm_sensors # sleep 2 # optional /usr/bin/sensors -s # recommended #----cut here---- echo 58:30:38:28:27 > /proc/acpi/thermal_zone/THRM/trip_points cat /proc/acpi/thermal_zone/THRM/trip_points >> /var/log/messages touch /var/lock/subsys/local /usr/sbin/fancontrol &> /var/log/fancontrol.log & [root at p-f-a rc.d]# cat /proc/acpi/thermal_zone/THRM/trip_points critical (S5):?????????? 58 C passive:???????????????? 38 C: tc1=4 tc2=3 tsp=60 devices=0xdbc89338 active[0]:?????????????? 28 C: devices=0xdbc89dec [root at p-f-a rc.d]# sensors w83697hf-isa-0290 Adapter: ISA adapter VCore:???? +1.66 V? (min =? +1.58 V, max =? +1.74 V)????????????? +3.3V:???? +3.31 V? (min =? +3.15 V, max =? +3.47 V)????????????? +5V:?????? +4.95 V? (min =? +4.68 V, max =? +5.16 V)????????????? +12V:???? +11.00 V? (min =? +9.91 V, max = +12.10 V)????????????? -12V:???? -11.71 V? (min = -13.12 V, max = -10.69 V)?????? ALARM? -5V:?????? -5.10 V? (min =? -5.35 V, max =? -5.10 V)????????????? V5SB:????? +5.40 V? (min =? +5.13 V, max =? +5.67 V)????????????? VBat:????? +3.23 V? (min =? +2.61 V, max =? +3.90 V)????????????? Case Fan: 2480 RPM? (min = 1328 RPM, div = 8)???????????????????? CPU Fan:? 2860 RPM? (min = 2596 RPM, div = 8)???????????????????? Case Temp:?? +25?C? (high =?? +40?C, hyst =?? +37?C)?? sensor = thermistor?????????? CPU Temp:? +30.5?C? (high =?? +65?C, hyst =?? +32?C)?? sensor = diode?????????? alarms:?? beep_enable: ????????? Sound alarm enabled [root at p-f-a rc.d]# gedit rc.local [root at p-f-a rc.d]# cat /var/log/fancontrol.log Loading configuration from /etc/fancontrol ... Common settings: ? INTERVAL=15 Settings for 9191-0290/pwm2: ? Depends on 9191-0290/temp2_input ? Controls 9191-0290/fan2_input ? MINTEMP=15 ? MAXTEMP=55 ? MINSTART=90 ? MINSTOP=85 ? MINPWM=0 ? MAXPWM=255 Settings for 9191-0290/pwm1: ? Depends on 9191-0290/temp1_input ? Controls 9191-0290/fan1_input ? MINTEMP=0 ? MAXTEMP=60 ? MINSTART=80 ? MINSTOP=75 ? MINPWM=0 ? MAXPWM=255 Enabling PWM on fans... Starting automatic fan control... -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.lm-sensors.org/pipermail/lm-sensors/attachments/20090312/97988762/attachment.html