To check what modules are currently being loaded in kernel, you can just use lsmod command
$ lsmod
The output will look like below
To get more information about a particular module, you can use modinfo. Lets say we want to get more information about psmouse module
$ modinfo psmouse
The output will look like below
No comments:
Post a Comment