Last active
June 4, 2026 12:11
-
-
Save sanmai/2e13b1afa74eca1354889d0080b1da4b to your computer and use it in GitHub Desktop.
ASUS TUF B760M-PLUS WIFI D4 (Nuvoton NCT6798D)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # /etc/sensors.d/b760m.conf | |
| # ASUS TUF GAMING B760M-PLUS WIFI D4 -- Nuvoton NCT6798D (nct6798-isa-0290) | |
| # SilverStone ALTA G1M | |
| # Apply with: sudo sensors -s | |
| chip "nct6798-*" | |
| # ============ Temperatures ============ | |
| label temp1 "Motherboard" # SYSTIN | |
| label temp2 "CPU (socket)" # CPUTIN | |
| label temp8 "CPU (PECI)" # PECI Agent 0 | |
| ignore temp3 # AUXTIN0 | |
| ignore temp4 # AUXTIN1 | |
| ignore temp5 # AUXTIN2 | |
| ignore temp6 # AUXTIN3 | |
| ignore temp7 # AUXTIN4 | |
| ignore temp9 # PECI Calibration (internal) | |
| ignore temp10 # PCH_CHIP_CPU_MAX_TEMP | |
| ignore temp11 # PCH_CHIP_TEMP | |
| ignore temp12 # PCH_CPU_TEMP | |
| # ============ Fans ============ | |
| label fan1 "P12 Slim (back, upper)" | |
| set fan1_min 200 | |
| label fan2 "ALF 3 Pro (side)" | |
| set fan2_min 300 | |
| label fan4 "P12 Slim (back, lower)" | |
| set fan4_min 200 | |
| label fan5 "184i PRO (bottom)" | |
| set fan5_min 350 | |
| # not populated | |
| ignore fan3 | |
| # not wired | |
| ignore fan6 | |
| ignore fan7 | |
| ignore pwm6 | |
| ignore pwm7 | |
| # ============ Voltages ============ | |
| # 0.69 V idle / 1.26 V all-core | |
| label in0 "Vcore" | |
| set in0_min 0.0 | |
| set in0_max 1.50 | |
| label in2 "AVCC" | |
| set in2_min 3.0 | |
| set in2_max 3.6 | |
| label in3 "+3.3V" | |
| set in3_min 3.0 | |
| set in3_max 3.6 | |
| label in7 "3VSB" | |
| set in7_min 3.0 | |
| set in7_max 3.6 | |
| label in8 "Vbat" | |
| set in8_min 2.7 | |
| set in8_max 3.6 | |
| label in10 "DRAM" | |
| set in10_min 1.10 | |
| set in10_max 1.45 | |
| ignore in1 # 0.99 V raw | |
| ignore in4 # 1.01 V raw | |
| ignore in5 # 0.18-0.24 V raw | |
| ignore in6 # 0.98 V raw | |
| ignore in9 # 1.06 V raw (VCCSA?) | |
| ignore in11 # 1.65 V raw | |
| ignore in12 # 1.06 V raw | |
| ignore in13 # 0.98 V raw | |
| ignore in14 # 1.01 V raw | |
| # ============ Misc ============ | |
| ignore intrusion0 | |
| ignore intrusion1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment