modprobe : Add and remove kernel modules
[SYNOPSIS] modprobe OPTION MODULE
OPTION
-a Consider every non-argument to be a module name to be inserted or removed (-r)
-r Remove modules instead of inserting
-R Only lookup and print alias and exit
-i Ignore install or remove commands
-b Apply blacklist to resolved alias
-f Force module insertion or removal
-D Only print module dependencies and exit
-c Print out known configuration and exit
-n Do not execute operations, just print out
-C FILE Use FILE instead of default search paths
-d DIR Use DIR as filesystem root for /lib/modules
-S VERSION Use VERSION instead of `uname -r`
-s print to syslog, not stderr
-q disable messages
-v enables more messages