Hi,
I've compiled a driver for my device and I'm trying to load it via insmod:
somewhere I've read that this might be the case when the kernel does not allow loading unsigned modules. How can I figure out whether this is the case for my kernel and how can I change this behavior?
thanks!
P.S: I'm running opensuse 13.1 with
I've compiled a driver for my device and I'm trying to load it via insmod:
Code:
insmod ax88179_178a.ko
insmod: error inserting 'ax88179_178a.ko': -1 Unknown symbol in module
thanks!
P.S: I'm running opensuse 13.1 with
Code:
uname -a
Linux laptop.site 3.11.10-21-desktop #1 SMP PREEMPT Mon Jul 21 15:28:46 UTC 2014 (9a9565d) x86_64 x86_64 x86_64 GNU/Linux