Linux (gentoo) kernel module list

From thelinuxwiki
Revision as of 15:53, 12 April 2013 by Nighthawk (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Viewing all available modules. These would have been compiled from what was set in the kernel config file.

find /lib/modules/<kernel version>/ -type f -iname '*.o' -or -iname '*.ko' | less