Skip to content

Instantly share code, notes, and snippets.

@nathan818fr
Last active May 12, 2024 14:46
Show Gist options
  • Save nathan818fr/b187715f8b562d8793d29e6bb3a4f3c7 to your computer and use it in GitHub Desktop.
Save nathan818fr/b187715f8b562d8793d29e6bb3a4f3c7 to your computer and use it in GitHub Desktop.
lm-sensors config for X570 AORUS MASTER
# /etc/sensors.d/x570_aorus_master.conf
# Gigabyte X570 AORUS MASTER
#
# dmi: Board Manufacturer: Gigabyte Technology Co., Ltd.
# dmi: Board Product Name: X570 AORUS MASTER
#
# Require https://github.com/frankcrawford/it87
chip "acpitz-acpi-0"
# temp1 and temp2 are hardcoded and always returns 16.8°C
ignore temp1
ignore temp2
chip "it8688-isa-0a40"
label in0 "CPU Vcore"
label in1 "+3.3V"
compute in1 @ * (33/20), @ / (33/20)
label in2 "+12V"
compute in2 @ * (120/20), @ / (120/20)
label in3 "+5V"
compute in3 @ * (50/20), @ / (50/20)
label in4 "VCORE SOC"
label in5 "CPU VDDP"
label in6 "DRAM (CH A/B)"
label in7 "3VSB"
label in8 "VBAT"
label fan1 "CPU_FAN"
label fan2 "SYS_FAN1"
label fan3 "SYS_FAN2"
label fan4 "PCH_FAN"
label fan5 "CPU_OPT"
label temp1 "System 1"
label temp2 "EC_TEMP1"
label temp3 "CPU"
label temp4 "PCIEX16"
label temp5 "VRM MOS"
label temp6 "PCH"
ignore intrusion0
chip "it8792-isa-0a60"
label in0 "in0"
label in1 "DDRVTT (CH A/B)"
label in2 "CHIPSET Core"
label in3 "in3"
label in4 "CPU VDD18"
label in5 "PM_CLDO12"
label in6 "in6"
label in7 "in7"
label in8 "VBAT"
label fan1 "SYS_FAN5_PUMP"
label fan2 "SYS_FAN6_PUMP"
label fan3 "SYS_FAN4"
label temp1 "PCIEX8"
label temp2 "EC_TEMP2"
label temp3 "System 2"
ignore intrusion0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment