Fred78290 / nct6687d

Linux kernel module for Nuvoton NCT6687-R
GNU General Public License v2.0
203 stars 40 forks source link

B460M PRO VDH #48

Open Makhno77 opened 1 year ago

Makhno77 commented 1 year ago

This is the output from my MSI B460M PRO VDH. It seems to work quite well, the temperatures are in line with those from the BIOS and coretemp module, but some values are clearly out of order: RAM and NVME, for example, i don't have an m.2 ssd!

sensors-detect does not recognize the chip even after installing the module

sensors-detect

---snip--- Trying family `VIA/Winbond/Nuvoton/Fintek'... Yes Found unknown chip with ID 0xd592 ---snip


dmesg | grep nct6687 [ 2.726177] nct6687: loading out-of-tree module taints kernel. [ 2.726205] nct6687: module verification failed: signature and/or required key missing - tainting kernel [ 3.758741] nct6687: Found NCT6687D or compatible chip at 0x004e:0x0a20 [ 3.760666] nct6687 nct6687.2592: NCT6687D EC firmware version 1.0 build 05/06/20


sensors nct6687-isa-0a20 Adapter: ISA adapter +12V: 12.10 V (min = +12.05 V, max = +12.14 V) +5V: 5.00 V (min = +4.99 V, max = +5.02 V) +3.3V: 3.32 V (min = +0.00 V, max = +3.32 V) CPU Soc: 742.00 mV (min = +0.74 V, max = +1.16 V) CPU Vcore: 674.00 mV (min = +0.67 V, max = +0.68 V) CPU 1P8: 0.00 V (min = +0.00 V, max = +0.00 V) CPU VDDP: 0.00 V (min = +0.00 V, max = +0.00 V) DRAM: 2.00 V (min = +2.00 V, max = +2.00 V) Chipset: 936.00 mV (min = +0.93 V, max = +0.94 V) CPU SA: 1.05 V (min = +1.04 V, max = +1.05 V) Voltage #2: 1.52 V (min = +1.51 V, max = +1.52 V) AVCC3: 3.37 V (min = +3.35 V, max = +3.37 V) AVSB: 3.32 V (min = +0.00 V, max = +3.32 V) VBat: 996.00 mV (min = +0.00 V, max = +1.00 V) CPU Fan: 435 RPM (min = 420 RPM, max = 615 RPM) Pump Fan: 0 RPM (min = 0 RPM, max = 0 RPM) System Fan #1: 936 RPM (min = 665 RPM, max = 942 RPM) System Fan #2: 402 RPM (min = 398 RPM, max = 414 RPM) System Fan #3: 0 RPM (min = 0 RPM, max = 0 RPM) System Fan #4: 0 RPM (min = 0 RPM, max = 0 RPM) System Fan #5: 0 RPM (min = 0 RPM, max = 0 RPM) System Fan #6: 0 RPM (min = 0 RPM, max = 0 RPM) CPU: +25.5°C (low = +23.5°C, high = +49.0°C) System: +30.5°C (low = +25.0°C, high = +31.0°C) VRM MOS: +28.0°C (low = +24.5°C, high = +30.5°C) PCH: +40.0°C (low = +25.0°C, high = +41.0°C) CPU Socket: +27.0°C (low = +23.0°C, high = +28.0°C) PCIe x1: +29.5°C (low = +29.0°C, high = +30.0°C) M2_1: +23.5°C (low = +23.0°C, high = +23.5°C)

acpitz-acpi-0 Adapter: ACPI interface temp1: +27.8°C (crit = +119.0°C)

coretemp-isa-0000 Adapter: ISA adapter Package id 0: +28.0°C (high = +80.0°C, crit = +100.0°C) Core 0: +25.0°C (high = +80.0°C, crit = +100.0°C) Core 1: +28.0°C (high = +80.0°C, crit = +100.0°C) Core 2: +26.0°C (high = +80.0°C, crit = +100.0°C) Core 3: +25.0°C (high = +80.0°C, crit = +100.0°C)


Regards and thanks for your work.