i wrote my own kernel module but while doing modprobe , i am getting error “unsupported module”.
–allow_unsupported option allow loading the module.
how can i set support = external in my module ?
If you want a tainted kernel, you should configure /etc/modprobe.d/10-unsupported-modules.conf to allow loading of unsupported kernel modules.
Please read:
-
SLE Administration Guide, chaptre 36.6/43.6 “Support of Kernel Modules”
https://documentation.suse.com/ -
this webpage:
https://www.suse.com/support/kb/doc/?id=3582750
and the warnings in /etc/modprobe.d/10-unsupported-modules.conf
carefully.
Thanks AndreasMeyer,
This is very helpfull.