[:DebianWiki/EditorGuide#translation:Translation(s)]: none

(!) [:/Discussion:Discussion]


This is a full list of modules for the Linux Kernel.

List of Kernel Modules for the Linux Kernel

The list is generated with :

 ( cd /lib/modules/$(uname -r)/kernel/ ; echo "== Linux Kernel $(uname -r) ==" ; echo "Directory $(pwd)/" ; for x in $(find . -type f -name '*.ko'); do echo -n " * ~-" ; dirname  "$x" | tr "\n" "/"; echo -n "-~'''" ; basename "$x" | sed -e 's/\.ko$//' | tr "\n" " " ; echo -n "''' - " ; /sbin/modinfo $x | grep -E "^description:" | sed -e 's/description: *//'  -e 's/\([A-Z]\+[a-z]\+\)\{2,\}/!\0/g' | tr "\n" " " ; echo "" ; done  ) >  /tmp/modules

Linux Kernel 2.6.23-1-686

Directory /lib/modules/2.6.23-1-686/kernel/

Module Information

Module Documentation