Open reinerh opened 1 year ago
Depending motherboards the sensor are not connected to the same register. Without having this motherboard I’m not able to to fix the m2 sensor.
Hi both
I have this motherboard and am delighted to see it is supported - thank you.
I'm running Fedora 38 but cannot get any sensor output. I've followed the instructions:
Clone this repository ~$ git clone https://github.com/Fred78290/nct6687d ~$ cd nct6687d Build & install package ~$ make akmod
To make it loaded after system boots
Just add nct6687 into /etc/modules
sudo sh -c 'echo "nct6687" >> /etc/modules' Arch-Linux with systemd sudo sh -c 'echo "nct6687" >> /etc/modules-load.d/nct6687.conf'
(tried both above) to no avail.
Please excuse my inexperience but can you tell me where I'm going wrong please?
Many thanks in advance.
dmesg:
sensors:
Though it doesn't show the temperature of the M2_1 slot (which contains my SSD), and the board has two more M2 slots.