Hi list

How can I set sensor limits to an Asus m4a89gtd pro usb3 board using Debian/Squeeze?

The sensors output looks reasonable (compared to the BIOS values) . What I'm missing is critical limits
for the fan speeds in case of  0 RPM.

I forced the chassis fan to stop, got 0 RPM but no ALARM output. I assume the crit value is missing. Usually I set this in a /etc/sensors.d/<configfile>

Now this fails, because sensors3.conf does not show an entry for atk0110-* and I can't create one myself that is successfully parsed by sensors -s -c <configfile>

~$ sensors --version
sensors version 3.1.2 with libsensors version 3.1.2

~$ uname -r
2.6.32-5-686

~$ sensors

k10temp-pci-00c3
Adapter: PCI adapter
temp1:       +15.0°C  (high = +70.0°C, crit = +90.0°C) 

atk0110-acpi-0
Adapter: ACPI interface
Vcore Voltage:      +1.07 V  (min =  +0.80 V, max =  +1.60 V)
+3.3V Voltage:      +3.29 V  (min =  +2.97 V, max =  +3.63 V)
+5V Voltage:        +4.97 V  (min =  +4.50 V, max =  +5.50 V)
+12V Voltage:      +12.07 V  (min = +10.20 V, max = +13.80 V)
CPU Fan Speed:     1537 RPM  (min =  600 RPM)
Chassis Fan Speed:    1467 RPM  (min =  600 RPM)
Chassis2 Fan Speed:   0 RPM  (min =  600 RPM)
Power Fan Speed:      0 RPM  (min =  600 RPM)
CPU Temperature:    +24.0°C  (high = +60.0°C, crit = +95.0°C) 
MB Temperature:     +23.0°C  (high = +45.0°C, crit = +75.0°C) 


Should I rebuild libsensors / try a newer kernel / create the config file in a different way?

What's the right thing to do here?