To list all available linux kernel modules, issue as root:
$ find /lib/modules// -type f -iname '*.o' -or -iname '*.ko'
written on Tuesday, September 01, 2009 by Danilo Bargen
To list all available linux kernel modules, issue as root:
$ find /lib/modules// -type f -iname '*.o' -or -iname '*.ko'