P965 Platinum
Example configuration file for the MSI P965 Platinum motherboard:
# lm_sensors configuration file for the MSI P965 Platinum motherboard
# 2007-07-06, Hans de Goede <j.w.r.degoede@hhs.nl>
# Comments welcome!
chip "f71882fg-*"
# Temperature
label temp1 "CPU"
label temp2 "System"
ignore temp3
# Fans
label fan1 "CPU"
label fan2 "System"
ignore fan3
ignore fan4
# Voltage
label in0 "3.3V"
label in1 "Vcore"
label in2 "Vram"
label in3 "5VSB"
label in4 "+5V"
label in5 "12V"
label in6 "Vchip"
label in7 "3VSB"
label in8 "Battery"
# never change the in0, in7 and in8 compute, these are hardwired in the chip!
compute in0 (@ * 2), (@ / 2)
compute in2 (@ * 2), (@ / 2)
compute in3 (@ * (1+200/47)), (@ / (1+200/47))
compute in4 (@ * (1+200/47)), (@ / (1+200/47))
compute in5 (@ * (1+200/20)), (@ / (1+200/20))
compute in7 (@ * 2), (@ / 2)
compute in8 (@ * 2), (@ / 2)
