Skip to content

Instantly share code, notes, and snippets.

@rmoriz
Created November 5, 2010 02:00
Show Gist options
  • Save rmoriz/663537 to your computer and use it in GitHub Desktop.
Save rmoriz/663537 to your computer and use it in GitHub Desktop.
# QUELLE: http://wiki.hetzner.de/index.php/Sensors.conf
#
# /etc/sensors3.conf von Debian / lm-sensors 3.0.2
# ================================================
#
# sample configuration for the Fintek f71882fg for MSI X58 Pro (7522-040R,
# like seen in Hetzner's EQ6 servers). To load the driver module, append a
# single line (without the #) to /etc/modules:
# f71882fg
#
chip "f71882fg-*"
# never change the in0, in7 and in8 compute, these are hardwired in the chip!
compute in0 (@ * 2), (@ / 2)
compute in2 (@ * 2), (@ / 2)
compute in3 (@ * 2), (@ / 2)
compute in4 (@ * 5.25), (@ / 5.25)
compute in5 (@ * 11), (@ / 11)
compute in6 (@ * 5.25), (@ / 5.25)
compute in7 (@ * 2), (@ / 2)
compute in8 (@ * 2), (@ / 2)
# Temperature
# cpu temp is about 35 deg celsius (linux, idle)
label temp1 "CPU"
set temp1_max 70
set temp1_crit 80
# the IOH runs rather hot, even with an idle system 60..65 deg celsius
# are seen. DO NOT ACTIVATE CPU SMART FAN OR IT WILL GET EVEN HOTTER!
label temp2 "IOH"
set temp2_max 80
set temp2_crit 90
# system is about 40 deg celsius (linux, idle)
label temp3 "System"
set temp3_max 50
set temp3_crit 55
# Fans
# value (CPU smart fan disabled!) is about 2300 rpm (linux, idle)
label fan1 "CPU"
ignore fan2
# value is about 2200 rpm (linux, idle)
label fan3 "System2"
ignore fan4
# Voltage
label in0 "3.3V"
label in1 "Vcore"
# BIOS (loaded) in1 == 1.25V
# linux idle in1 == 1.05V (?)
set in1_max 1.35
ignore in2
ignore in3
label in4 "+5V"
label in5 "12V"
ignore in6
label in7 "3VSB"
label in8 "Battery"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment