From 248d4a17a59cd3366f5594a360353997571e0b68 Mon Sep 17 00:00:00 2001 From: "Artem S. Tashkinov" Date: Fri, 21 Feb 2020 11:42:17 +0100 Subject: Create TUF-GAMING-X570-PLUS.conf This is actually a config for TUF GAMING X570-PLUS (Wi-Fi) but I'm quite sure these two motherboards share sensors configuration. [olysonek: reformatted description, replaced the config with the version from https://github.com/lm-sensors/lm-sensors/pull/216#issuecomment-589585372] --- configs/Asus/TUF-GAMING-X570-PLUS.conf | 61 ++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 configs/Asus/TUF-GAMING-X570-PLUS.conf diff --git a/configs/Asus/TUF-GAMING-X570-PLUS.conf b/configs/Asus/TUF-GAMING-X570-PLUS.conf new file mode 100644 index 00000000..692d1a71 --- /dev/null +++ b/configs/Asus/TUF-GAMING-X570-PLUS.conf @@ -0,0 +1,61 @@ +chip "nct6798-*" +# nct6798 values for Asus TUF GAMING X570-PLUS (WI-FI) +# I'm not entirely sure everything here is correct since no HW monitoring +# application under Windows shows all the names for all the found sensors. +# Some of the names and formulas are best guesstimates and could be wrong. +# You will have to unignore fans if you want them to be monitored. + +label in0 "Vcore" + set in0_min 0.2 + set in0_max 1.5 + +label in2 "AVSB" + set in2_min 3.3 * 0.95 + set in2_max 3.3 * 1.05 + +label in3 "3VCC" + set in3_min 3.3 * 0.95 + set in3_max 3.3 * 1.05 + +label in4 "+12V" + compute in4 @ * 12, @ / 12 + set in4_min 12 * 0.95 + set in4_max 12 * 1.05 + +label in6 "+5V" + compute in6 @ * 5, @ / 5 + set in6_min 5 * 0.95 + set in6_max 5 * 1.05 + +label in7 "3.3V" + set in7_min 3.3 * 0.95 + set in7_max 3.3 * 1.05 + +label in8 "Vbat" + set in8_min 3.3 * 0.95 + set in8_max 3.3 * 1.05 + +# always shows a constant value after boot - either 0.272 or 0.288 +ignore in10 + +# constant 0.544 +ignore in11 + +# constant 1.032 +ignore in12 + +label fan2 "CPU Fan" + set fan2_min 200 + +# The X570 chipset is quite power hungry, so let's put 1000 in to be safe +label fan5 "CHA_FAN1" + set fan5_min 1000 + +# Always show zeros +ignore temp8 +ignore temp9 +ignore temp10 + +# The motherboard doesn't seem to have them physically connected or present +ignore intrusion0 +ignore intrusion1 -- cgit v1.2.1