Fred78290 / nct6687d

Linux kernel module for Nuvoton NCT6687-R

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No longer working after an update

minghui-liu opened this issue · comments

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

Rebuilt from source using new kernel headers solved the issue.