Fedora 33, kernel update 5.9 to 5.10 broke v4l2loopback kernel module
by TheJooomes from LinuxQuestions.org on (#5CX0K)
After a kernel update, I just get "modprobe: ERROR: could not insert 'v4l2loopback': Exec format error" when trying to start the module with modprobe. I figured recompiling and installing would fix it, but it didn't.
Here's basically how I installed it, and tried to fix it. Compile with make, then make install, then depmod -a, then modprobe v4l2loopback, all with root privileges. Something like that. It worked perfectly when I installed it weeks ago, but apparently that's not how to fix it. Oh yeah, and I did restart my PC, then tried modprobe again with the same error.
Could someone help me fix this please? Or if I'm doing something wrong, like usual, please tell me.


Here's basically how I installed it, and tried to fix it. Compile with make, then make install, then depmod -a, then modprobe v4l2loopback, all with root privileges. Something like that. It worked perfectly when I installed it weeks ago, but apparently that's not how to fix it. Oh yeah, and I did restart my PC, then tried modprobe again with the same error.
Could someone help me fix this please? Or if I'm doing something wrong, like usual, please tell me.