Hi,
I understand that X570 boards supposedly no longer have a WMI interface and thus loading the kernel module fails as expected:
$ sudo modprobe asus-wmi-sensors
modprobe: ERROR: could not insert 'asus_wmi_sensors': No such device
$ dmesg
[ 1596.035029] asuswmisensors: Vendor: ASUSTeK COMPUTER INC. Board: ROG CROSSHAIR VIII IMPACT BIOS version: 1302 WMI version: 0
However, with the nct6775 driver I'm missing the VRM and PCH temperatures and fan speeds. HWiNFO64 on Windows is able to read them out and shows them in an "ASUS EC" category and initially warned that reading them might slow-down the system:

Any idea how to get these sensor values on Linux?
For reference, here's the dmidecode output:
$ sudo dmidecode -t baseboard
# dmidecode 3.2
Getting SMBIOS data from sysfs.
SMBIOS 3.2.0 present.
Handle 0x0002, DMI type 2, 15 bytes
Base Board Information
Manufacturer: ASUSTeK COMPUTER INC.
Product Name: ROG CROSSHAIR VIII IMPACT
Version: Rev X.0x
Serial Number: *redacted 15 digit number*
Asset Tag: Default string
Features:
Board is a hosting board
Board is replaceable
Location In Chassis: Default string
Chassis Handle: 0x0003
Type: Motherboard
Contained Object Handles: 0
Handle 0x0032, DMI type 10, 6 bytes
On Board Device Information
Type: Video
Status: Enabled
Description: To Be Filled By O.E.M.
Handle 0x0038, DMI type 41, 11 bytes
Onboard Device
Reference Designation: Onboard IGD
Type: Video
Status: Enabled
Type Instance: 1
Bus Address: 0000:00:02.0
Hi,
I understand that X570 boards supposedly no longer have a WMI interface and thus loading the kernel module fails as expected:
However, with the
nct6775driver I'm missing the VRM and PCH temperatures and fan speeds. HWiNFO64 on Windows is able to read them out and shows them in an "ASUS EC" category and initially warned that reading them might slow-down the system:Any idea how to get these sensor values on Linux?
For reference, here's the
dmidecodeoutput: