I purchased a used SuperMicro x12sae motherboard for xcp-ng host.
Unfortunately, sensors-detect
does not recognize the sensor chip.
Trying family `VIA/Winbond/Nuvoton/Fintek'... Yes
Found unknown chip with ID 0xd423
The sensor chip on this board uses nct6755 kernel module.
So in /etc/modules-load.d/nct6775.conf
,
nct6775
You can load it with modprobe nct6775
, and sensors command should report the temps and everything.
“coretemp” – coretemp-module-alt
is also useful. Add both.