-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsensors.conf
63 lines (51 loc) · 1.54 KB
/
sensors.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# Stolen from https://github.com/lm-sensors/lm-sensors/blob/3b4e53f177fa017fa908725353148ea06b1bb47f/configs/Asus/P10S-M_WS.conf
# wget -O - https://github.com/lm-sensors/lm-sensors/blob/3b4e53f177fa017fa908725353148ea06b1bb47f/configs/Asus/P10S-M_WS.conf > /etc/sensors.d/sensors.conf
# Asus P10S-M WS
chip "nct6791-*"
ignore temp1 # -62.0 all the time
ignore temp2 # -45.0
ignore temp3 # 23.0 all the time
ignore temp4 # 26.0 all the time
ignore temp6 # -62.0
# temp8 - temp10 always 0
ignore temp8
ignore temp9
ignore temp10
label temp7 "CPU"
label temp5 "MB"
label in0 "VCORE"
ignore in2 # same as in3
ignore in5 # 2040 all the time
ignore in11 # same as VCCIO (in9)
ignore in13 # same as in9
ignore in14 # 2040 all the time
label in1 "+5V"
compute in1 @ * 5, @ / 5
set in1_min 5 * 0.95
set in1_max 5 * 1.05
label in3 "+3.3V"
set in3_min 3.3 * 0.95
set in3_max 3.3 * 1.05
label in4 "+12V"
compute in4 @ * 12, @ / 12
set in4_min 12 * 0.95
set in4_max 12 * 1.05
label in6 "VCCSA"
label in7 "+3.3VSB"
set in7_min 3.3 * 0.95
set in7_max 3.3 * 1.05
label in9 "VCCIO"
label in10 "+5VSB"
compute in10 @ * 5, @ / 5
set in10_min 5 * 0.95
set in10_max 5 * 1.05
label in12 "VDDQ_AB_CPU1"
label fan1 "REAR_FAN"
label fan2 "CPU_FAN1"
label fan3 "FRNT_FAN1"
label fan4 "FRNT_FAN2"
label fan5 "FRNT_FAN3"
label fan6 "FRNT_FAN4"
#ignore intrusion0
#ignore intrusion1
ignore beep_enable