Fred78290 / nct6687d

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

No longer working after an update #40

Closed minghui-liu closed 2 years ago

minghui-liu commented 2 years ago

I updated my ubuntu 22.04 and nct6687 is no long working. Installing after building from source:

sudo modprobe nct6687
modprobe: ERROR: could not insert 'nct6687': Exec format error
make: *** [Makefile:16: install] Error 1
uname -a
Linux 5.15.0-33-generic #34-Ubuntu SMP Wed May 18 13:34:26 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

dmesg:

[    1.746460] nct6687: disagrees about version of symbol module_layout
[   69.016523] nct6687: disagrees about version of symbol module_layout
minghui-liu commented 2 years ago

Rebuilt from source using new kernel headers solved the issue.