Ticket #2283: sensors.conf

File sensors.conf, 1.7 KB (added by ticket, 4 years ago)

sample sensors.conf

Line 
1# Winbond W83627EHF configuration originally contributed by Leon Moonen
2# Modified for ASUS P3-PH4C by Florian Kleinmanns
3chip "w83627ehf-*" "w83627dhg-*"
4
5    label in0 "VCore"
6    label in1 "+12V"
7    label in2 "AVCC"
8# ACPI <http://www.lm-sensors.org/wiki/AsusFormulaHacking> says nothing about AVCC, so you might want to uncomment:
9#ignore in2
10    label in3 "+3.3V"
11    ignore in4
12    label in5 "+5V"
13    ignore in6
14    label in7 "VSB"
15    label in8 "VBAT"
16# ACPI says nothing about VSB and VBAT, so you might want to uncomment:
17#ignore in7
18#ignore in8
19
20# The W83627DHG has no in9, uncomment the following line
21    ignore in9
22
23# ACPI says:
24    compute in1 @*(1+(56/10)),  @/(1+(56/10))
25# ACPI says... but obviously wrong:
26#    compute in3 @*(1+(34/34)),  @/(1+(34/34))
27# ACPI says:
28    compute in5 @*(1+(22/10)),  @/(1+(22/10))
29# ACPI says nothing about in8, so I guess:
30    compute in8 @*1.42, @/1.42
31
32# Values for Conroe-L (Celeron 420/430/440)
33    set in0_min   1.0*0.95
34    set in0_max   1.3375*1.05
35
36    set in1_min   12.0*0.9
37    set in1_max   12.0*1.1
38    set in2_min   3.3*0.95
39    set in2_max   3.3*1.05
40    set in3_min   3.3*0.95
41    set in3_max   3.3*1.05
42    set in5_min   5.0*0.95
43    set in5_max   5.0*1.05
44    set in7_min   3.3*0.95
45    set in7_max   3.3*1.05
46    set in8_min   3.0*0.85
47    set in8_max   3.0*1.15
48
49# Fans
50   label fan1      "Case Fan"
51   label fan2      "CPU Fan"
52   label fan3      "Aux Fan"
53   ignore fan1
54   ignore fan3
55   ignore fan4
56   ignore fan5
57   set fan2_min    600
58
59# Temperatures
60   label temp1     "Sys Temp"
61   label temp2     "CPU Temp"
62   label temp3     "AUX Temp"
63   
64  ignore temp3
65# ACPI says:
66  set temp1_over  60
67  set temp1_hyst  55
68  set temp2_over  45
69  set temp2_hyst  40
70