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.
alias myModuleAlias someModule, doesmodinfo myModuleAliasnot work? I would have expected this to be part of the point of an alias? – fpghost Jan 14 '14 at 14:19