list available kernel modules

From thelinuxwiki
Jump to: navigation, search

command:

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