~mmach/netext73/lm-sensors

« back to all changes in this revision

Viewing changes to configs/Asus/TX97-E.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 3 configuration file for the Asus TX97-E motherboard
 
2
# 2005-11-14, Jean Delvare <jdelvare@suse.de>
 
3
# Comments welcome!
 
4
 
 
5
chip "lm78-*"
 
6
 
 
7
### Voltages
 
8
 
 
9
   # Vcore is monitored twice because this is a "dual plane" CPU
 
10
   # (Intel Pentium 166 MMX).
 
11
   label in0 "Vcore 1"
 
12
   label in1 "Vcore 2"
 
13
   label in2 "+3.3V"
 
14
   label in3 "+5V"
 
15
   label in4 "+12V"
 
16
   label in5 "-12V"
 
17
   label in6 "-5V"
 
18
 
 
19
   compute in3 @*((6.8/10)+1),  @/((6.8/10)+1)
 
20
   compute in4 @*((28/10)+1),   @/((28/10)+1)
 
21
   compute in5 @*(-210/60.4),   @/(-210/60.4)
 
22
   compute in6 @*(-90.9/60.4),  @/(-90.9/60.4)
 
23
 
 
24
   # It looks like you can't trust VID readings when using a dual plane
 
25
   # CPU (e.g. Intel Pentium MMX or AMD K6) on the TX97-E. It will report
 
26
   # the "equivalent" (jumper-wise) single plane voltage. At least this is
 
27
   # what I can observe since I use a Pentium 166 MMX, which uses 2.8V
 
28
   # dual plane, and VID reads 3.4V, which is the same jumper combination
 
29
   # for single plane. This also seems to suggest that the VID value comes
 
30
   # from the motherboard and not the CPU itself as is the case with later
 
31
   # models.
 
32
   ignore cpu0_vid
 
33
 
 
34
   set in0_min 2.7
 
35
   set in0_max 2.9
 
36
   set in1_min 2.7
 
37
   set in1_max 2.9
 
38
   set in2_min 3.3 * 0.95
 
39
   set in2_max 3.3 * 1.05
 
40
   set in3_min 5.0 * 0.95
 
41
   set in3_max 5.0 * 1.05
 
42
   set in4_min 12 * 0.95
 
43
   set in4_max 12 * 1.05
 
44
   set in5_min -12 * 0.95
 
45
   set in5_max -12 * 1.05
 
46
   set in6_min -5 * 0.95
 
47
   set in6_max -5 * 1.05
 
48
 
 
49
### Fans
 
50
 
 
51
   label fan1 "Case Fan"
 
52
   label fan2 "CPU Fan"
 
53
   label fan3 "P/S Fan"
 
54
 
 
55
   # I only have a CPU fan on this system. Note that the power supply fan
 
56
   # header surprisingly did not seem to be powered anyway, so I couldn't
 
57
   # have used it if I had wanted to.
 
58
   ignore fan1
 
59
   ignore fan3
 
60
 
 
61
   set fan2_div 2
 
62
   set fan2_min 4800
 
63
 
 
64
### Temperatures
 
65
 
 
66
   label temp1 "M/B Temp"
 
67
 
 
68
   set temp1_max 40
 
69
   set temp1_max_hyst 38
 
70
 
 
71
chip "lm75-*"
 
72
 
 
73
   label temp1 "CPU Temp"
 
74
 
 
75
   # Contrary to most motherboards, the Asus TX97-E needs scaling,
 
76
   # supposedly to compensate for the thermistor-to-CPU distance. The
 
77
   # formula doesn't make much physical sense, but will give the same
 
78
   # value as the BIOS displays.
 
79
   compute temp1 @*2, @/2
 
80
 
 
81
   set temp1_max 80     
 
82
   set temp1_max_hyst 75