Last active
November 19, 2022 15:53
-
-
Save h3po/6ebbbd5ec2e8e7abcefaacc9dee87537 to your computer and use it in GitHub Desktop.
My lm_sensors config for the Nuvoton NCT6793D on my Asus Z170-Deluxe Motherboard. Haven't figured out the voltages yet. To get the nct6775 driver working with the monitor chip, you need to boot with acpi_enforce_resources=lax to ignore the ACPI address space conflict with the EFI.
This file contains 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
chip "nct6793-isa-0290" | |
label in0 "CPUVCORE" | |
compute in0 @*2, @/2 | |
label in1 "VIN0" | |
label in2 "AVCC" | |
label in3 "3VCC" | |
label in4 "VIN1" | |
label in5 "VIN2" | |
label in6 "VIN3" | |
label in7 "3VSB" | |
label in8 "VBAT" | |
label in9 "VIN4" | |
label in10 "VIN5" | |
label in11 "VIN6" | |
label in12 "VIN7" | |
label in13 "VIN8" | |
label in14 "VIN9" | |
label in15 "VIN10" | |
#ASUS Z170-Deluxe specific | |
ignore in6 #NC | |
label fan1 "CHA1" | |
label fan2 "CPU" | |
label fan3 "CHA2" | |
label fan4 "CHA3" | |
label fan5 "CHA4" | |
label fan6 "CPU_OPT" | |
ignore temp4 #AUXTIN1 | |
ignore temp5 #AUXTIN2 | |
ignore temp6 #AUXTIN3 | |
ignore temp9 #PCH_CHIP_CPU_MAX_TEMP | |
ignore temp10 #PCH_CHIP_TEMP | |
ignore intrusion0 | |
ignore intrusion1 | |
ignore beep_enable | |
#Specific to my system | |
ignore fan1 #CHA1 | |
ignore fan6 #CPU_OPT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I was looking for lm-sensors config for another board. I am sharing with you because I hope you will be interested in the following.
applicable to the voltage, and maybe other, data?