Per Jessen wrote:
Dave Howorth wrote:
On Mon, 09 Jul 2018 19:21:55 +0200 Per Jessen per@computer.org wrote:
Even if it may appear a bit complex, I wouldn't worry about it at all Dave - just crack on and see if you get a module built, then see what happens when you load it. Then back to mythtv.
Hmm, that's my problem, I do worry about it. I don't remember ever building a kernel module, so that's new.
It is perhaps a little daunting, but it's really nothing special. If you've ever used the Nvidia drivers, similar procedure. Also, it isn't rebuilding the entire kernel, only that one module.
I vaguely remember removing and replacing modules, so that bit might come back to me.
insmod <module> <options> modprobe <module> <options> rmmode <module>
rmmod.