~mmach/netext73/lm-sensors

« back to all changes in this revision

Viewing changes to configs/Asus/M2N-SLI_Deluxe.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
# Contributed by Matt Roberds.
 
2
 
 
3
 
 
4
# Second cut at a minimal sensors3.conf for Asus M2N-SLI Deluxe motherboard
 
5
# Based on existing entries in sensors3.conf and Jean Delvare's configuration
 
6
# for the Asus M2N32-SLI
 
7
# Matt Roberds, 21 Feb 2008
 
8
 
 
9
 
 
10
chip "it8716-*"
 
11
 
 
12
# Voltages
 
13
 
 
14
    label  in0  "VCore"
 
15
    label  in1  "VDDR"     # Not in BIOS
 
16
    ignore in2             # 3.3 V is monitored by adt7475
 
17
    label  in3  "+5V"      # VCC
 
18
    label  in4  "+12V"
 
19
    ignore in5             # -12 V not monitored
 
20
    ignore in6             #  -5 V not monitored
 
21
    label  in7  "5VSB"     # Not in BIOS
 
22
    label  in8  "VBat"     # Not in BIOS
 
23
 
 
24
    # Vcore, VDDR, and Vbat are connected directly, so no compute
 
25
    # line is needed for these. For +5V, +12V and 5VSB, the default
 
26
    # resistors seem to have been used.
 
27
    compute in3  ((6.8/10)+1)*@ , @/((6.8/10)+1)
 
28
    compute in4  ((30/10)+1)*@  , @/((30/10)+1)
 
29
    compute in7  ((6.8/10)+1)*@ , @/((6.8/10)+1)
 
30
 
 
31
# Temperatures
 
32
 
 
33
# Not sure.  temp1 always reads close to what k8temp reports for Core0,
 
34
# and to what the BIOS reports as the CPU temperature.  temp2 is between
 
35
# temp1 and temp3; it is close to what the BIOS reports as the motherboard
 
36
# temperature.  temp3 always reads approximate ambient temperature.
 
37
 
 
38
    label temp1 "CPU Temp"
 
39
    label temp2 "MB Temp"
 
40
    label temp3 "MB Temp"
 
41
 
 
42
# Fans
 
43
 
 
44
    label  fan1 "CPU Fan"
 
45
    label  fan2 "Chassis Fan 1"
 
46
    label  fan3 "Power Supply Fan"
 
47
 
 
48
    # Ignore fans you don't have
 
49
#   ignore fan2
 
50
#   ignore fan3
 
51
 
 
52
 
 
53
chip "adt7475-*"
 
54
 
 
55
# Note: this section depends on some further hacks I have made to
 
56
# Jordan Crouse's driver
 
57
 
 
58
# Voltages
 
59
 
 
60
    ignore in1
 
61
    label  in2  "+3.3V"
 
62
 
 
63
# Temperatures
 
64
 
 
65
# temp1 and temp3 don't appear to be hooked up; temp2 is on board the
 
66
# adt7475 chip itself.
 
67
 
 
68
    ignore temp1
 
69
    label  temp2  "ADT7475 Temp"
 
70
    ignore temp3
 
71
 
 
72
# Fans
 
73
 
 
74
    label  fan1 "Chassis Fan 4"
 
75
    label  fan2 "Chassis Fan 2"
 
76
    label  fan3 "Chassis Fan 3"
 
77
    ignore fan4
 
78
 
 
79
    # Ignore fans you don't have
 
80
#   ignore fan1
 
81
#   ignore fan2
 
82
#   ignore fan3
 
83
 
 
84
 
 
85
chip "k8temp-*"
 
86
 
 
87
   label temp1 "core0 temp"
 
88
   label temp3 "core1 temp"
 
89