Search notes:

Shell command: modprobe

modprobe adds or removes kernel modules to/from the kernel.

TODO

modprobe

When modprobe loads a module, it parses /proc/cmdline to collect module parameters for the module being loaded.

Module not found

$ modprobe vhci-hcd
modprobe: FATAL: Module vhci-hcd not found in directory /lib/modules/5.15.90.1-microsoft-standard-WSL2

See also

lsmod is a less clever alternative to modprobe.
Shell commands
Kernel module shell commands

Index