Skip to content

Instantly share code, notes, and snippets.

@spvkgn
Last active November 4, 2021 06:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spvkgn/01a8821df3aab096db96455eeb169a1c to your computer and use it in GitHub Desktop.
Save spvkgn/01a8821df3aab096db96455eeb169a1c to your computer and use it in GitHub Desktop.
GA-P35-DS3 / Xeon L5420 lm-sensors config
chip "it8718-*"
### Voltages
label in0 "CPU Vcore"
set in0_min 0.85
set in0_max 1.35
label in1 "DDR18V"
set in1_min 1.8 * 0.95
set in1_max 1.8 * 1.10
label in2 "+3.3Vsb"
set in2_min 3.3 * 0.95
set in2_max 3.3 * 1.05
set in3_min 5 * 0.95
set in3_max 5 * 1.05
compute in3 @ * (6.8/10+1), @ / (6.8/10+1)
ignore in4
ignore in5
ignore in6
label in7 "+12V"
set in7_min 12 * 0.95
set in7_max 12 * 1.05
compute in7 @ * (30/10+1), @ / (30/10+1)
label in8 "Vbat"
label cpu0_vid "CPU VID"
### Fans
label fan1 "CPU Fan"
set fan1_min 0
#set fan1_max 3000
label fan2 "SYSFAN_2"
ignore fan2
ignore fan3
ignore fan4
### Temperatures
label temp1 "M/B Temp"
set temp1_min 0
set temp1_max 100
label temp2 "CPU Temp"
set temp2_min 25
# Xeon L5420
set temp2_max 57
# DualCore E6700
#set temp2_max 65
ignore temp3
ignore intrusion0
chip "coretemp-isa-*"
label temp2 "Core 0"
label temp3 "Core 1"
label temp4 "Core 2"
label temp5 "Core 3"
compute temp2 @ -15,@ -15
compute temp3 @ -15,@ -15
compute temp4 @ -15,@ -15
compute temp5 @ -15,@ -15
@spvkgn
Copy link
Author

spvkgn commented Nov 4, 2021

/etc/fancontrol

INTERVAL=5
DEVPATH=hwmon1=devices/platform/it87.656
DEVNAME=hwmon1=it8718
FCTEMPS=hwmon1/device/pwm1=hwmon1/device/temp2_input
FCFANS=hwmon1/device/pwm1=hwmon1/device/fan1_input
MINTEMP=hwmon1/device/pwm1=40
MAXTEMP=hwmon1/device/pwm1=57
MINSTART=hwmon1/device/pwm1=78
MINSTOP=hwmon1/device/pwm1=72
MINPWM=hwmon1/device/pwm1=60
MAXPWM=hwmon1/device/pwm1=255

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment