Preview:
find . -name '*.ko*' | wc -l # number of modules under raspberry , . means /lib/modules/5/kernel
lsmod #list all loaded modules
lsmod | wc -l # how many modules are loaded
rmmode -f mod #force deletion of a modules
modinfo mod # get info
insmod #insert a module , needs the path 
mymod #loads/remove module and its dependencies
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter