Hi all!
After couple hours... figured out the config for an ASUS M3A78-CM motherboard
Here you go!
chip "it87-*" "it8712-*"
# The values below have been tested on Asus M3A78-CM motherboards.
label in0 "VCore 1"
ignore in1
label in2 "+3.3V"
ignore in3
label in4 "+12V"
label in5 "+5V"
ignore in6
ignore in7
label in8 "VBat"
compute in4 ((28/10) +1)*@ , @/((28/10) +1)
compute in5 @*(1+(22/10)), @/(1+(22/10))
set in0_min 1.30 * 0.95
set in0_max 1.30 * 1.05
set in2_min 3.3 * 0.95
set in2_max 3.3 * 1.05
set in4_min 12 * 0.95
set in4_max 12 * 1.05
set in5_min 5 * 0.95
set in5_max 5 * 1.05
set temp1_type 2
set temp2_type 2
set temp3_type 3
ignore temp3
label temp1 "CPU Temp"
label temp2 "M/B Temp"
_____________________________________
remove everything else!
here is the output from sensors:
frodo:/sys/class/hwmon/hwmon1/device # sensors
atk0110-acpi-0
Adapter: ACPI interface
Vcore Voltage: +1.30 V (min = +0.85 V, max = +1.60 V)
+3.3 Voltage: +3.28 V (min = +2.97 V, max = +3.63 V)
+5 Voltage: +4.97 V (min = +4.50 V, max = +5.50 V)
+12 Voltage: +12.22 V (min = +10.20 V, max = +13.80 V)
CPU FAN Speed: 2295 RPM (min = 600 RPM)
CHASSIS FAN Speed: 0 RPM (min = 600 RPM)
POWER FAN Speed: 1313 RPM (min = 600 RPM)
CPU Temperature: +48.0°C (high = +60.0°C, crit = +95.0°C)
MB Temperature: +35.0°C (high = +45.0°C, crit = +95.0°C)
it8712-isa-0290
Adapter: ISA adapter
VCore 1: +1.30 V (min = +1.23 V, max = +1.36 V)
+3.3V: +3.28 V (min = +3.14 V, max = +3.47 V)
+12V: +12.22 V (min = +11.37 V, max = +12.59 V)
+5V: +4.97 V (min = +4.76 V, max = +5.27 V)
VBat: +3.20 V
fan1: 2295 RPM (min = 0 RPM)
fan2: 0 RPM (min = 0 RPM)
fan3: 1313 RPM (min = 0 RPM)
CPU Temp: +48.0°C (low = -1.0°C, high = -5.0°C) sensor = thermistor
M/B Temp: +35.0°C (low = -1.0°C, high = +127.0°C) sensor = thermistor
cpu0_vid: +1.550 V
frodo:/sys/class/hwmon/hwmon1/device #
Best Regards
Martin Desormeaux
a.k.a Neo2048