You can run modinfo modulename
where modulename is the name of the module of the lsmod
output (without .ko suffix). But if the module was loaded, then the .ko file must be somewhere in your filesystem like /lib/modules/$(uname -r)/...
.
↧
Answer by Freddy for modinfo on running module without the corresponding .ko file
↧