Skip to content

Instantly share code, notes, and snippets.

@h3po
Last active November 19, 2022 15:53
Show Gist options
  • Save h3po/6ebbbd5ec2e8e7abcefaacc9dee87537 to your computer and use it in GitHub Desktop.
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.
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
@ZjYwMj
Copy link

ZjYwMj commented Nov 19, 2022

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.

  1. It could be that with current kernels, acpi_enforce_resources=lax is obsoleted.
  2. Do some of the entries of 1st post at https://www.reddittorjg6rue252oqsxryoxengawnmo46qy4kyii5wtqnwfj4ooad.onion/r/linux/comments/a8j6ts/lmsensors_configuration_for_the_asus_prime_z370a/
    applicable to the voltage, and maybe other, data?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment