summaryrefslogtreecommitdiff
path: root/configs/MSI
diff options
context:
space:
mode:
authorTele42 <tele42k3@yahoo.com>2018-01-21 09:58:17 -0500
committerGuenter Roeck <linux@roeck-us.net>2018-01-21 07:36:09 -0800
commit7547870646e68402c1f9f503b96a03d5e01a89d9 (patch)
treeb007ff5ac9306a20ff622c12a64f516b9d689884 /configs/MSI
parent1398ef02016db7ca4746da261b2d92a42ef10da3 (diff)
downloadlm-sensors-git-7547870646e68402c1f9f503b96a03d5e01a89d9.tar.gz
configs: Bulk config recovery from archive.org (Part 2)
This is a bulk recovery of the sensor configs found at https://web.archive.org/web/20150901092438/http://www.lm-sensors.org:80/wiki/Configurations The config sections themselves are unaltered, but I've selectively added some, but not all of the extra info around them. Anywhere there's been extra info added, it should be in comments at the top of the config, followed by a double newline to indicate the separation. Attribution has been retained where possible, but links to the mailing list are hosed, so goto the above archive.org link to check if a config has extra origin notes. [groeck: reformatted description] Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'configs/MSI')
-rw-r--r--configs/MSI/945P-Neo2-F.conf56
-rw-r--r--configs/MSI/975X-Platinum.conf63
-rw-r--r--configs/MSI/GF615M-P33.conf60
-rw-r--r--configs/MSI/IM-945GC.conf58
-rw-r--r--configs/MSI/IM-945GSE-A.conf39
-rw-r--r--configs/MSI/P35-Neo.conf37
-rw-r--r--configs/MSI/P6N-SLI-FI.conf58
-rw-r--r--configs/MSI/P965-Platinum.conf48
-rw-r--r--configs/MSI/X58-Pro-E.conf48
9 files changed, 467 insertions, 0 deletions
diff --git a/configs/MSI/945P-Neo2-F.conf b/configs/MSI/945P-Neo2-F.conf
new file mode 100644
index 00000000..1fa26d02
--- /dev/null
+++ b/configs/MSI/945P-Neo2-F.conf
@@ -0,0 +1,56 @@
+# Winbond W83627EHF configuration contributed by Dmitry Pechnikov
+# This is for an MSI 945P Neo2-F aka MS-7176.
+chip "w83627ehf-*" "w83627dhg-*"
+
+ label in0 "VCore"
+ label in1 "+12V"
+ label in2 "AVCC"
+ label in3 "3VCC"
+ label in6 "+5V"
+ label in7 "VSB"
+ label in8 "VBAT"
+
+# +12V is in1 and +5V is in6 as recommended by datasheet
+ compute in1 @*(1+(56/10)), @/(1+(56/10))
+ compute in6 @*(1+(22/10)), @/(1+(22/10))
+
+ set in1_min 12.0*0.9
+ set in1_max 12.0*1.1
+ set in6_min 5.0*0.9
+ set in6_max 5.0*1.1
+
+ set in2_min 3.3*0.9
+ set in2_max 3.3*1.1
+ set in3_min 3.3*0.9
+ set in3_max 3.3*1.1
+ set in7_min 3.3*0.9
+ set in7_max 3.3*1.1
+ set in8_min 3.3*0.9
+ set in8_max 3.3*1.1
+
+ ignore in4
+ ignore in5
+ ignore in9
+
+# Fans
+ label fan1 "Case Fan"
+ label fan2 "CPU Fan"
+ label fan3 "Aux Fan"
+
+ ignore fan1
+ ignore fan3
+ ignore fan5
+# set fan1_min 1200
+ set fan2_min 1000
+
+# Temperatures
+ label temp1 "Sys Temp"
+ label temp2 "CPU Temp"
+ label temp3 "AUX Temp"
+
+ set temp1_max 55
+ set temp1_max_hyst 48
+ set temp2_max 55
+ set temp2_max_hyst 47
+ set temp3_max 55
+ set temp3_max_hyst 50
diff --git a/configs/MSI/975X-Platinum.conf b/configs/MSI/975X-Platinum.conf
new file mode 100644
index 00000000..09b97111
--- /dev/null
+++ b/configs/MSI/975X-Platinum.conf
@@ -0,0 +1,63 @@
+# Configuration file for the MSI 975X Platinum (MS-7246),
+# contributed by Leonardo MarĂ­n.
+
+
+chip "w83627ehf-*" "w83627dhg-*"
+
+ label in0 "VCore" # CPU Core Voltage
+ label in1 "VPCIEx" # PCI Express Voltage
+ label in2 "AVCC"
+ label in3 "3VCC"
+ label in6 "+ 5V" # +5V, or so i think
+ label in7 "3VSB"
+ label in8 "VBAT"
+ label in9 "+12V" # +12V, or so i think
+
+## +12V is in9 and +5V is in6 ##
+ compute in9 @*(1+(56/10)), @/(1+(56/10))
+ compute in6 @*(1+(22/10)), @/(1+(22/10))
+
+ set in9_min 12.0*0.9
+ set in9_max 12.0*1.1
+ set in6_min 5.0*0.9
+ set in6_max 5.0*1.1
+
+ set in0_min 0.9
+ set in0_max 1.7
+ set in1_min 1.4
+ set in1_max 2.0
+ set in2_min 3.3*0.9
+ set in2_max 3.3*1.1
+ set in3_min 3.3*0.9
+ set in3_max 3.3*1.1
+ set in7_min 3.3*0.9
+ set in7_max 3.3*1.1
+ set in8_min 3.0*0.9
+ set in8_max 3.3*1.1
+
+ ignore in4
+ ignore in5
+
+## Temperatures ##
+
+ label temp1 "Sys Temp"
+ label temp2 "CPU Temp"
+ label temp3 "Aux Temp"
+
+ set temp1_max 55
+ set temp1_max_hyst 48
+ set temp2_max 55
+ set temp2_max_hyst 47
+ set temp3_max 55
+ set temp3_max_hyst 50
+
+## Fans ##
+
+ label fan1 "PSU Fan"
+ label fan2 "CPU Fan"
+ label fan3 "NB Fan"
+ label fan4 "Sys Fan"
+
+ set fan2_min 800
+
+ ignore fan5
diff --git a/configs/MSI/GF615M-P33.conf b/configs/MSI/GF615M-P33.conf
new file mode 100644
index 00000000..7ee1aef5
--- /dev/null
+++ b/configs/MSI/GF615M-P33.conf
@@ -0,0 +1,60 @@
+# Contributed by John Smith.
+
+
+# lm_sensors configuration file for the MSI GF615M-P33 rev 1.3 (MS-7597)
+# 2011-07-14, Kid from Belgrade
+# tweaked from config for MSI P35 Neo / MSI MS-7360 motherboard
+# 2007-09-21, Andre Jagusch
+# Comments welcome!
+
+chip "f71889ed-*"
+
+# Temperature
+ label temp1 "CPU"
+ label temp2 "System"
+ ignore temp3
+
+# Fans
+ label fan1 "CPU"
+ label fan2 "System"
+ label fan3 "Misc"
+
+# sensors in2, in3, in6, in7 and in8 may be ignored since
+# they are not shown in BIOS for MS-7597
+# in6 is always 0.00
+# Voltage
+ label in0 "+3.3V"
+ label in1 "Vcore"
+# ignore in2
+# ignore in3
+ label in2 "Vdimm"
+ label in3 "Vchip"
+ label in4 "+5V"
+ label in5 "+12V"
+ ignore in6
+# ignore in7
+# ignore in8
+ label in7 "3VSB"
+ label in8 "Battery"
+
+# never change the in0, in7 and in8 compute, these are hardwired in the chip!
+# +5V, +12V and +3.3V computes looking fine for MS-7597, nothing changed
+ compute in0 (@ * 2), (@ / 2)
+ compute in2 (@ * 2), (@ / 2)
+ compute in3 (@ * 2), (@ / 2)
+ compute in4 (@ * 5.25), (@ / 5.25)
+ compute in5 (@ * 11), (@ / 11)
+ compute in6 (@ * 6.585), (@ / 6.585)
+ compute in7 (@ * 2), (@ / 2)
+ compute in8 (@ * 2), (@ / 2)
+
+
+# On Fintek, first sensor is below or near the CPU socket (how to determine this?)
+# CPU temperature is also measurable by on-die sensor on K10 series.
+# Now I have not found this anywhere and correction is correlated with Fintek,
+# tweaked for Athlon II x2 250, may differ for others.
+chip "k10temp-*"
+
+ label temp1 "CPU K10 Temp"
+
+ compute temp1 (@ + 5.5), (@ - 5.5)
diff --git a/configs/MSI/IM-945GC.conf b/configs/MSI/IM-945GC.conf
new file mode 100644
index 00000000..5bd7df18
--- /dev/null
+++ b/configs/MSI/IM-945GC.conf
@@ -0,0 +1,58 @@
+# Configuration file contributed by Bryan Guidroz.
+
+
+chip "f71882fg-isa-0a10"
+
+# Ignore - Voltage
+# The F71882FG uses an 8-bit, 8 mV LSB ADC for voltage monitoring.
+# This means that it can measure up to 2.04 V directly. This is the value
+# of in2, in3 and in6 on the MSI MS-9832, which means these inputs
+# are saturated. This means these inputs are unused.
+
+ ignore in2
+ ignore in3
+ ignore in6
+
+# Ignore - Fans
+# The MSI MS-9832 uses fan1 (CPU Fan) and fan2 (System Fan).
+# This means other fans are unused.
+
+ ignore fan3
+ ignore fan4
+
+# Ignore - Temps
+# The MSI MS-9832 uses temp1 (CPU temp) and temp3 (System temp).
+# This means temp2 is unused.
+
+ ignore temp2
+
+# Other - Voltages
+# in0 (+3.3v), in7 (3VSB), and in8 (Vbat) are internally monitored voltages
+# with internal dividers. This means the values are properly set and do not
+# need to be defined in this configuration as they should be reported properly.
+
+# Voltages
+ label in1 "Vcore"
+ label in4 "+5V"
+ label in5 "+12V"
+
+ compute in4 @*(1+200/47), @/(1+200/47)
+ compute in5 @*(1+200/20), @/(1+200/20)
+
+ set in1_max 1.1625 * 1.05
+
+# Fans
+ label fan1 "CPU Fan"
+ label fan2 "Sys Fan"
+
+ set fan1_min 2100
+ set fan2_min 1400
+
+# Temperatures
+ label temp1 "CPU Temp"
+ label temp3 "Sys Temp"
+
+ set temp1_max 60
+ set temp1_max_hyst 58
+ set temp3_max 50
+ set temp3_max_hyst 48
diff --git a/configs/MSI/IM-945GSE-A.conf b/configs/MSI/IM-945GSE-A.conf
new file mode 100644
index 00000000..51aac2d2
--- /dev/null
+++ b/configs/MSI/IM-945GSE-A.conf
@@ -0,0 +1,39 @@
+# lm_sensors configuration file for the MSI IM-945GSE-A motherboard
+# Atom N270, Dual Gigabit Intel 82574L controllers, VGA, DVI
+# 2009-07-01 Thomas Ettwein
+# 2010-08-29 Leo Krueger
+
+chip "f71882fg-*"
+
+# Temperature
+ label temp1 "CPU"
+ label temp2 "Systemboard"
+ ignore temp3
+
+# Fans
+ ignore fan1 # no connector on board
+ label fan2 "CPUFAN1"
+ ignore fan3 # no connector on board
+ ignore fan4 # no connector on board
+
+
+# Voltage
+ label in0 "3.3V"
+ label in1 "Vcore"
+ label in2 "Vdimm"
+ label in3 "Vchip"
+ label in4 "+5V"
+ label in5 "12V"
+ label in6 "5VSB"
+ label in7 "3VSB"
+ label in8 "Battery"
+
+# never change the in0, in7 and in8 compute, these are hardwired in the chip!
+ compute in0 (@ * 2), (@ / 2)
+ compute in2 (@ * 2), (@ / 2)
+ compute in3 (@ * 2), (@ / 2)
+ compute in4 (@ * 5.25), (@ / 5.25)
+ compute in5 (@ * 11.0), (@ / 11.0)
+ compute in6 (@ * 5.25), (@ / 5.25)
+ compute in7 (@ * 2), (@ / 2)
+ compute in8 (@ * 2), (@ / 2)
diff --git a/configs/MSI/P35-Neo.conf b/configs/MSI/P35-Neo.conf
new file mode 100644
index 00000000..72cb75a1
--- /dev/null
+++ b/configs/MSI/P35-Neo.conf
@@ -0,0 +1,37 @@
+# lm_sensors configuration file for the MSI P35 Neo / MSI MS-7360 motherboard
+# 2007-09-21, Andre Jagusch
+# Comments welcome!
+
+chip "f71882fg-*"
+
+# Temperature
+ label temp1 "CPU"
+ label temp2 "System"
+ ignore temp3
+
+# Fans
+ label fan1 "CPU"
+ label fan2 "System"
+ label fan3 "Power"
+ label fan4 "Aux"
+
+# Voltage
+ label in0 "3.3V"
+ label in1 "Vcore"
+ label in2 "Vdimm"
+ label in3 "Vchip"
+ label in4 "+5V"
+ label in5 "12V"
+ label in6 "5VSB"
+ label in7 "3VSB"
+ label in8 "Battery"
+
+# never change the in0, in7 and in8 compute, these are hardwired in the chip!
+ compute in0 (@ * 2), (@ / 2)
+ compute in2 (@ * 2), (@ / 2)
+ compute in3 (@ * 2), (@ / 2)
+ compute in4 (@ * 5.25), (@ / 5.25)
+ compute in5 (@ * 11), (@ / 11)
+ compute in6 (@ * 6.585), (@ / 6.585)
+ compute in7 (@ * 2), (@ / 2)
+ compute in8 (@ * 2), (@ / 2)
diff --git a/configs/MSI/P6N-SLI-FI.conf b/configs/MSI/P6N-SLI-FI.conf
new file mode 100644
index 00000000..73e22f04
--- /dev/null
+++ b/configs/MSI/P6N-SLI-FI.conf
@@ -0,0 +1,58 @@
+# Sasha Alexandr - grapefruitgirl at linuxmail dot org
+# Sept 2007 - lm_sensors 2.10.4
+# Platform: MS-7350-010 P6N-SLI-FI mfg-date: 0707
+# Chipset: nVidia nforce2 650i/430i SLI
+# CPU: Intel CORE2 E2160 1.8 Ghz
+# BIOS: AMIBIOS v2.3
+#
+# Configuration for Fintek F71882FG Super-I/O device & coretemp driver for CORE2 CPU temps:
+
+ chip "f71882fg-isa-0a00"
+
+# NOTE: Fans 1 and 3 are switched around (somewhere).
+ label fan1 "CPU Cooler"
+ label fan2 "SysFan2: Rear Case"
+ label fan3 "SysFan1: some device"
+ label fan4 "SysFan3: some device"
+
+# NOTE: Set statements for fans & volts give an 'Unknown Feature' error currently. This should be fixed sometime.
+# The fans report exact same as BIOS; no computing needed.
+# Header labeled 'Sysfan3' on board doesn't seem to report RPM.
+
+ label temp1 "CPU Temp"
+ label temp2 "System Temp"
+ label temp3 "128 ignore"
+
+# NOTE: temp1 reports 5'C less than BIOS so I add 5'C to it.
+ compute temp1 (@ + 5), (@ - 5)
+ ignore temp3
+
+# Voltages:
+ label in0 "3.3V in0"
+ label in1 "CPU V-Core in1"
+ label in2 "+5V StBy in2"
+ label in3 "V-Dimm in3"
+ label in4 "+5V in4"
+ label in5 "+12V in5"
+ label in6 "0.888 ignore"
+ label in7 "3.3 V StBy in7"
+ label in8 "3V Battery in8"
+
+ compute in0 (@ * 2.00) ,(@ / 2.00)
+# compute in1 (no computing necessary)
+ compute in2 (@ * 5.25) ,(@ / 5.25)
+ compute in3 (@ * 2.50) ,(@ / 2.50)
+# NOTE: I add 0.005 to in4 so it reads EXACTLY as BIOS reads.
+ compute in4 (0.005 + @ * 5.25) ,(0.005 - @ / 5.25)
+ compute in5 (@ * 11.00),(@ / 11.00)
+ ignore in6
+ compute in7 (@ * 2.00) ,(@ / 2.00)
+ compute in8 (@ * 2.00) ,(@ / 2.00)
+
+chip "coretemp-isa-0000"
+label temp1 "Core 0 Temp"
+
+chip "coretemp-isa-0001"
+label temp1 "Core 1 Temp"
+
+# EOF
diff --git a/configs/MSI/P965-Platinum.conf b/configs/MSI/P965-Platinum.conf
new file mode 100644
index 00000000..fd7b87dc
--- /dev/null
+++ b/configs/MSI/P965-Platinum.conf
@@ -0,0 +1,48 @@
+# Configuration file contributed by Olaf Mandel.
+
+
+# configuration for the Fintek f71882fg as used on the MSI X58 Pro-E (MS-7522)
+chip "f71882fg-*"
+
+# Temperature
+ label temp1 "CPU"
+ label temp2 "IOH"
+ label temp3 "System"
+
+# Fans
+ label fan1 "CPU"
+ label fan2 "System 1" # This is not confirmed
+ label fan3 "System 2"
+ ignore fan2
+ ignore fan4
+
+# Voltage
+ label in0 "3.3V"
+ label in1 "Vcore"
+ ignore in2
+ ignore in3
+ label in4 "5V"
+ label in5 "12V"
+ ignore in6
+ label in7 "3VSB"
+ label in8 "Vbat"
+ compute in0 (@ * 2), (@ / 2) # Hardwired in chip, don't change
+ compute in4 (@ * 5.25), (@ / 5.25) # E24: (12 + 51) / 12
+ compute in5 (@ * 11), (@ / 11) # E6: ( 1 + 10) / 1
+ compute in7 (@ * 2), (@ / 2) # Hardwired in chip, don't change
+ compute in8 (@ * 2), (@ / 2) # Hardwired in chip, don't change
+
+# Thresholds
+ set in1_max 1.3
+ set temp1_max 85
+ set temp1_max_hyst 82
+ set temp1_crit 100
+ set temp1_crit_hyst 97
+ set temp2_max 75
+ set temp2_max_hyst 72
+ set temp2_crit 85
+ set temp2_crit_hyst 82
+ set temp3_max 55
+ set temp3_max_hyst 52
+ set temp3_crit 65
+ set temp3_crit_hyst 62
diff --git a/configs/MSI/X58-Pro-E.conf b/configs/MSI/X58-Pro-E.conf
new file mode 100644
index 00000000..fd7b87dc
--- /dev/null
+++ b/configs/MSI/X58-Pro-E.conf
@@ -0,0 +1,48 @@
+# Configuration file contributed by Olaf Mandel.
+
+
+# configuration for the Fintek f71882fg as used on the MSI X58 Pro-E (MS-7522)
+chip "f71882fg-*"
+
+# Temperature
+ label temp1 "CPU"
+ label temp2 "IOH"
+ label temp3 "System"
+
+# Fans
+ label fan1 "CPU"
+ label fan2 "System 1" # This is not confirmed
+ label fan3 "System 2"
+ ignore fan2
+ ignore fan4
+
+# Voltage
+ label in0 "3.3V"
+ label in1 "Vcore"
+ ignore in2
+ ignore in3
+ label in4 "5V"
+ label in5 "12V"
+ ignore in6
+ label in7 "3VSB"
+ label in8 "Vbat"
+ compute in0 (@ * 2), (@ / 2) # Hardwired in chip, don't change
+ compute in4 (@ * 5.25), (@ / 5.25) # E24: (12 + 51) / 12
+ compute in5 (@ * 11), (@ / 11) # E6: ( 1 + 10) / 1
+ compute in7 (@ * 2), (@ / 2) # Hardwired in chip, don't change
+ compute in8 (@ * 2), (@ / 2) # Hardwired in chip, don't change
+
+# Thresholds
+ set in1_max 1.3
+ set temp1_max 85
+ set temp1_max_hyst 82
+ set temp1_crit 100
+ set temp1_crit_hyst 97
+ set temp2_max 75
+ set temp2_max_hyst 72
+ set temp2_crit 85
+ set temp2_crit_hyst 82
+ set temp3_max 55
+ set temp3_max_hyst 52
+ set temp3_crit 65
+ set temp3_crit_hyst 62