I have noticed several cases where, if I use lsmod
to find a module and then use modinfo
for that module, it comes out with a ERROR: Module not found message. For example with the Nvidia module (When using the proprietary drivers).
So in what cases would a module appear on lsmod
but give an ERROR like the one I mentioned above with modinfo
.