|
~]#{nbsp}modprobe -v my_module insmod /lib/modules/3.17.4-302.fc21.x86_64/extra/pass:quotes[_my_module_].ko ~]#{nbsp}lsmod | grep my_module pass:quotes[_my_module_] 12425 0
|
|
|
Additional Resources
|
|
|
For more information on kernel modules and their utilities, see the following resources.
|
|
|
Manual Page Documentation
|
|
|
`lsmod(8)` — The manual page for the [command]#lsmod# command.
|
|
|
`modinfo(8)` — The manual page for the [command]#modinfo# command.
|
|
|
`modprobe(8)` — The manual page for the [command]#modprobe# command.
|
|
|
`rmmod(8)` — The manual page for the [command]#rmmod# command.
|
|
|
`ethtool(8)` — The manual page for the [command]#ethtool# command.
|
|
|
`mii-tool(8)` — The manual page for the [command]#mii-tool# command.
|
|
|
Installable and External Documentation
|
|
|
link:++http://tldp.org/HOWTO/Module-HOWTO/++[Linux Loadable Kernel Module HOWTO] — The [citetitle]_Linux Loadable Kernel Module HOWTO_ from the Linux Documentation Project contains further information on working with kernel modules.
|
|