Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sensors config for Gigabyte B450 AORUS ELITE #12

Merged
merged 1 commit into from
Jul 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
73 changes: 73 additions & 0 deletions Sensors configs/GA-B450-AORUS-ELITE.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
# Gigabyte Z690 AORUS PRO DDR4 (rev 1.0)
#
# dmi: Board Manufacturer: Gigabyte Technology Co., Ltd.
# dmi: Board Product Name: B450 AORUS ELITE
# dmi: BIOS Version: F65a
#
# 2023-07-09 Stephen Horvath
# based on
# FurryJackman's X299 Gaming 7 Pro
# https://forum.level1techs.com/t/i-patched-the-it87-temperature-monitoring-driver-need-some-help-testing-it/132675/33
# and some parts taken from elsewhere
# Updates welcome

chip "acpitz-acpi-0"
ignore temp1 # Always returns 290 Kelvins

chip "it8686-*"
label in0 "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 "CPU VCORE SOC"
label in5 "CPU VDDP"
label in6 "DRAM"
label in7 "3VSB"
label in8 "VBAT"
label in9 "AVCC3" # HWinfo picks this up, but it87 doesn't

label fan1 "CPU"
label fan2 "System 1"
label fan3 "System 2"
label fan4 "System 3"

label temp1 "System 1"
label temp2 "Chipset"
label temp3 "CPU"
label temp4 "PCIEX16"
label temp5 "VRM MOS"
label temp6 "VSOC MOS"

chip "it8792-*"
label in0 "VIN0"

label in1 "DDR VTT"
compute in1 0.03+@,@-0.03 # Raw reading is 0.03v off, HWinfo64 is the same

label in2 "Chipset Core"

label in3 "VIN3" # feel free to ignore this sensor. This matches HWInfo64
compute in3 @/2,@*2

label in4 "CPU VDD18"
label in5 "DDR VPP"

ignore in6 # hwinfo64 is ignoring one input, I think it's this one, it's always reporting 2.78V (the max)

label in7 "3VSB"
label in8 "VBAT"

label temp1 "PCIEX8"
label temp2 "Temperature 2"
label temp3 "System 2"

ignore fan1
ignore fan2
ignore fan3