Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Forced insertion “incompatible” module in kernel

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
count0
Posts: 1
Joined: 2021-02-18 19:08

Forced insertion “incompatible” module in kernel

#1 Post by count0 »

I want insert module with source code missed in newer kernel (for simplicity x.y.z+1 version change). modprobe don't do this. How to change vermagic of module or force insmod or modprobe load module? Modprobe -v say's what it used insmod for insertion, so one program another error. "Incompatible module" or "Exec format error", no matter. I ready for recompiling insmod, reverse-engineer module, or use hex editor to change vermagic and entry points table in module. Please say, how do it more simple?

Post Reply