summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrfiemost <drfiemost@users.sourceforge.net>2020-11-28 21:09:41 +0100
committerdrfiemost <drfiemost@users.sourceforge.net>2020-11-28 21:09:41 +0100
commit1346f116386e062538ce8cac63cbcb1df4d76de2 (patch)
tree58028404f804b51924613a7915202e8b6aafa4a5
parent3106d71bafc17fa47b72d3bad2d3c158ee06ec71 (diff)
downloadlm-sensors-git-1346f116386e062538ce8cac63cbcb1df4d76de2.tar.gz
Add Biostar A960D+V2 config
-rw-r--r--configs/Biostar/A960D+V2.conf51
1 files changed, 51 insertions, 0 deletions
diff --git a/configs/Biostar/A960D+V2.conf b/configs/Biostar/A960D+V2.conf
new file mode 100644
index 00000000..12e7d84f
--- /dev/null
+++ b/configs/Biostar/A960D+V2.conf
@@ -0,0 +1,51 @@
+# Configuration file contributed by Leandro Nini.
+
+
+# libsensors configuration file
+# -----------------------------
+#
+# This is a first attempt at a custom configuration file for the Biostar A960D+V2.
+# This custom configuration file should be copied to /etc/sensors.d/Biostar-A960D+V2.conf.
+#
+# Custom configuration files for some specific mainboards can be found at
+# https://github.com/lm-sensors/lm-sensors/tree/master/configs
+
+# READ THE MAN PAGE DOCUMENTATION OF 'sensors.conf' FOR MORE
+# COMPLETE INFORMATION. ie:
+
+# man sensors.conf
+
+chip "it8728-*"
+
+# All labels set to match Biostar A960D+V2 BIOS displayed labels. See
+# the 'PC Health' screen in the BIOS.
+
+# Voltage settings
+
+ label in0 "CPU"
+ label in1 "DDR"
+ label in2 "+12V"
+ label in3 "+5V"
+ ignore in4
+ ignore in5
+ label in6 "Chip"
+
+ compute in2 6.0*@,@/6.0
+ compute in3 ((15/10)+1)*@ , @/((15/10)+1)
+
+# Fan settings
+
+ label fan1 "CPU Fan"
+ label fan2 "Sys1 Fan"
+ ignore fan3
+
+# Temperature sensor settings
+
+ label temp1 "CPU Temp"
+ label temp3 "Sys Temp"
+
+# temp2 is not identified
+ ignore temp2
+
+ ignore intrusion0
+