You are not logged in.
Pages: 1
In /etc/rc.conf there are a lot of modules that are loaded that don't need to be, like modules related to OSS. Is there some command that'll show me what modules are being used at the moment and/or what they do?
Offline
lsmod
Offline
Yes Thinkpad FTW! Back on topic; so there are three columns: Module, Size and Used By. In the used by column what do the different numbers mean?
I ran "lsmod | less" to be able to view each individual one. (That "| less" part is really useful)
Last edited by jordanwb (2008-08-07 01:59:15)
Offline
The number is the amount of references, other modules who use it.
Offline
With the last update of pciutils running "lspci -k | less" is a nice information too.
Offline
Isn't always descriptive enough, but can also help:
modinfo MODULE_NAME
flack 2.0.6: menu-driven BASH script to easily tag FLAC files (AUR)
knock-once 1.2: BASH script to easily create/send one-time sequences for knockd (forum/AUR)
Offline
Pages: 1