seems like the package is missing some declared dependencies? going by the source repo https://github.com/Fred78290/nct6687d?tab=readme-ov-file#dependencies it should depend on "make automake linux-firmware linux-headers dkms base-devel", but it currently only declares "dkms" in its PKGBUILD. I was missing linux-headers just now and ran into a bunch of errors like this:
:: Running post-transaction hooks...
(1/3) Arming ConditionNeedsUpdate...
(2/3) Install DKMS modules
==> ERROR: Missing opt kernel headers for module nct6687d-dkms-git/r131.15089b0.
==> ERROR: Missing bin kernel headers for module nct6687d-dkms-git/r131.15089b0.
==> ERROR: Missing home kernel headers for module nct6687d-dkms-git/r131.15089b0.
Pinned Comments
benlypan commented on 2020-11-17 07:59 (UTC)
run
modprobe nct6687to load the module and then runsensorsto get the outputs.