Lm sensorsPDMSi: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<pre># cat /etc/sensors.d/pdsmi chip "w83792d-*" ignore temp1 ignore fan1 ignore fan2 ignore fan3 ignore fan4 label in0 "Vcore" #label in1 "1.5V" #label fan5 "CPU Fan" #...") |
No edit summary |
||
Line 1: | Line 1: | ||
< | <syntaxhighlight lang=bash> | ||
# cat /etc/sensors.d/pdsmi | |||
chip "w83792d-*" | chip "w83792d-*" | ||
ignore temp1 | ignore temp1 | ||
Line 12: | Line 13: | ||
#label fan6 "CPU Fan" # ? | #label fan6 "CPU Fan" # ? | ||
label temp2 "CPU Temp" | label temp2 "CPU Temp" | ||
label temp3 "System Temp"</ | label temp3 "System Temp" | ||
</syntaxhighlight> |
Latest revision as of 01:02, 25 January 2018
# cat /etc/sensors.d/pdsmi
chip "w83792d-*"
ignore temp1
ignore fan1
ignore fan2
ignore fan3
ignore fan4
label in0 "Vcore"
#label in1 "1.5V"
#label fan5 "CPU Fan" # ?
#label fan6 "CPU Fan" # ?
label temp2 "CPU Temp"
label temp3 "System Temp"