~mmach/netext73/lm-sensors

« back to all changes in this revision

Viewing changes to configs/ASRock/M2NF3-VSTA.conf

  • Committer: mmach
  • Date: 2020-02-05 20:28:34 UTC
  • Revision ID: netbit73@gmail.com-20200205202834-zc3sla47j9e700w5
3.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# lm_sensors configuration file for the ASRock M2NF3-VSTA motherboard
 
2
# 2008-01-01, Hans de Goede <j.w.r.degoede@hhs.nl>
 
3
# Comments welcome!
 
4
 
 
5
# Winbond W83627EHF configuration for ASRock AM2NF3-VSTA
 
6
chip "w83627ehf-*" "w83627dhg-*"
 
7
 
 
8
    label in0 "VCore"
 
9
    label in1 "VCore2"
 
10
    label in2 "AVCC"
 
11
    label in3 "3VCC"
 
12
    label in6 "12V"
 
13
    label in7 "VSB"
 
14
    label in8 "VBAT"
 
15
    label in9 "5V"
 
16
 
 
17
# +12V and +5V use dividers recommended by datasheet
 
18
    compute in6 @*(1+(56/10)),  @/(1+(56/10))
 
19
    compute in9 @*(1+(22/10)),  @/(1+(22/10))
 
20
 
 
21
# in4 and in5 are not used (they seem to be hooked up to 3.3v/2, but thats
 
22
# already monitored)
 
23
    ignore in4
 
24
    ignore in5
 
25
 
 
26
# we need to set all voltage limits (hurray for a well written BIOS)
 
27
# Note you may need to adapt in0 and in1 depending on your CPU
 
28
    set in0_min   0.9
 
29
    set in0_max   1.5
 
30
    set in1_min   0.9
 
31
    set in1_max   1.5
 
32
    set in2_min   3.3*0.95
 
33
    set in2_max   3.3*1.05
 
34
    set in3_min   3.3*0.95
 
35
    set in3_max   3.3*1.05
 
36
    set in6_min   12.0*0.9
 
37
    set in6_max   12.0*1.1
 
38
    set in7_min   3.3*0.95
 
39
    set in7_max   3.3*1.05
 
40
    set in8_min   3.0
 
41
    set in8_max   3.3*1.05
 
42
    set in9_min   5.0*0.95
 
43
    set in9_max   5.0*1.05
 
44
 
 
45
# Fans
 
46
   label fan1      "Case Fan"
 
47
   label fan2      "CPU Fan"
 
48
   ignore fan3
 
49
   ignore fan5
 
50
# Fan minumums, disable fan1 min as a case fan isn't always connected,
 
51
   set fan1_min    0
 
52
#  set fan2_min    1700
 
53
 
 
54
# Temperatures
 
55
   label temp1     "Sys Temp"
 
56
   label temp2     "CPU Temp"
 
57
   label temp3     "CPU2 Temp"
 
58
 
 
59
   set temp1_max       45
 
60
   set temp1_max_hyst  40
 
61
 
 
62
 
 
63
chip "k8temp-*"
 
64
 
 
65
   label temp1 "Core0 Temp"
 
66
   label temp2 "Core0 Temp"
 
67
   label temp3 "Core1 Temp"
 
68
   label temp4 "Core1 Temp"