Created
May 12, 2015 17:48
-
-
Save michalzielanski/3e75aed1811144fafa32 to your computer and use it in GitHub Desktop.
lm_sensors config for ASRock QC5000-ITX
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chip "radeon-pci-0008" | |
label temp1 "GPU Temp" | |
chip "fam15h_power-pci-00c4" | |
label power1 "APU Power" | |
chip "k10temp-pci-00c3" | |
label temp1 "CPU Temp" | |
# http://lm-sensors.org/wiki/VoltageLabelsAndScaling | |
# sensors -u nct6776-isa-0290 | |
# https://github.com/groeck/nct6775/ | |
chip "nct6776-isa-0290" | |
label fan1 "Case Fan" | |
label fan2 "APU Fan" | |
ignore fan3 | |
ignore fan4 | |
ignore fan5 | |
label temp1 "M/B Ambient Temp" | |
set temp1_max 70 | |
set temp1_max_hyst 70 | |
label temp2 "M/B APU Temp" | |
set temp2_max 85 | |
ignore temp3 | |
ignore temp7 | |
ignore temp8 | |
ignore temp9 | |
label in0 "VCore" | |
label in3 "+3.3V" | |
set in3_min 3.3 * 0.95 | |
set in3_max 3.3 * 1.05 | |
label in5 "+5V" | |
compute in5 @*(22.4/8), @/(22.4/8) | |
set in5_min 5.0 * 0.95 | |
set in5_max 5.0 * 1.05 | |
label in6 "+12V" | |
compute in6 @*(56/8), @/(56/8) | |
set in6_min 12.0 * 0.95 | |
set in6_max 12.0 * 1.05 | |
# copied from /etc/sensors3.conf | |
label in8 "VBat" | |
set in8_min 3.0 * 0.90 | |
set in8_max 3.3 * 1.10 | |
ignore in1 | |
# AVCC - I do not know what it is | |
ignore in2 | |
ignore in4 | |
# 3VSB - I do not know what it is | |
ignore in7 | |
ignore cpu0_vid | |
ignore intrusion0 | |
ignore intrusion1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
❤