summaryrefslogtreecommitdiff
path: root/configs/PCchips
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/PCchips
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/PCchips')
-rw-r--r--configs/PCchips/M811.conf97
1 files changed, 97 insertions, 0 deletions
diff --git a/configs/PCchips/M811.conf b/configs/PCchips/M811.conf
new file mode 100644
index 00000000..18346bb4
--- /dev/null
+++ b/configs/PCchips/M811.conf
@@ -0,0 +1,97 @@
+# lm_sensors configuration file for the PCchips M811 motherboard
+
+# 2006-05-30, Hans de Goede <j.w.r.degoede@hhs.nl>
+
+# Comments welcome!
+
+
+
+chip "it87-*"
+
+
+
+# Voltage monitors as advised in the It8705 data sheet
+
+
+
+ label in0 "VCore"
+
+ label in1 "+2.5V"
+
+ label in2 "+3.3V"
+
+ label in8 "VBat"
+
+ # 5, 12, -5, -12 and standby do not seem to be connected
+
+ ignore in3
+
+ ignore in4
+
+ ignore in5
+
+ ignore in6
+
+ ignore in7
+
+ # The It8705 doesn't monitor vid
+
+ ignore vid
+
+
+
+ # in0 will depend on your processor VID value, set to voltage specified in
+
+ # bios
+
+ set in0_min 1.4 * 0.95
+
+ set in0_max 1.4 * 1.05
+
+ set in1_min 2.4
+
+ set in1_max 2.6
+
+ set in2_min 3.3 * 0.95
+
+ set in2_max 3.3 * 1.05
+
+ #the chip does not support in8 min/max
+
+
+
+# Temperature
+
+
+
+ label temp2 "CPU Temp"
+
+ set temp2_over 50
+
+ set temp2_low 15
+
+ label temp3 "PWM Temp?"
+
+ set temp3_over 65
+
+ set temp3_low 15
+
+ # temp1 does not seem to be connected
+
+ ignore temp1
+
+
+
+# Fans
+
+ label fan1 "CPU fan"
+
+ label fan2 "SYS fan"
+
+ set fan1_min 3000
+
+ # The system fan is not always connected
+
+ set fan2_min 0
+
+ ignore fan3