'\" t .\" Title: modprobe .\" Author: Jon Masters .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 01/08/2021 .\" Manual: modprobe .\" Source: kmod .\" Language: English .\" .TH "MODPROBE" "8" "01/08/2021" "kmod" "modprobe" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" modprobe \- Add and remove modules from the Linux Kernel .SH "SYNOPSIS" .HP \w'\fBmodprobe\fR\ 'u \fBmodprobe\fR [\fB\-v\fR] [\fB\-V\fR] [\fB\-C\ \fR\fB\fIconfig\-file\fR\fR] [\fB\-n\fR] [\fB\-i\fR] [\fB\-q\fR] [\fB\-b\fR] [\fImodulename\fR] [\fB\fImodule\ parameters\fR\fR...] .HP \w'\fBmodprobe\fR\ 'u \fBmodprobe\fR [\-r] [\fB\-v\fR] [\fB\-n\fR] [\fB\-i\fR] [\fB\fImodulename\fR\fR...] .HP \w'\fBmodprobe\fR\ 'u \fBmodprobe\fR [\-c] .HP \w'\fBmodprobe\fR\ 'u \fBmodprobe\fR [\-\-dump\-modversions] [\fIfilename\fR] .SH "DESCRIPTION" .PP \fBmodprobe\fR intelligently adds or removes a module from the Linux kernel: note that for convenience, there is no difference between _ and \- in module names (automatic underscore conversion is performed)\&. \fBmodprobe\fR looks in the module directory /lib/modules/`uname \-r` for all the modules and other files, except for the optional configuration files in the /etc/modprobe\&.d directory (see \fBmodprobe.d\fR(5))\&. \fBmodprobe\fR will also use module options specified on the kernel command line in the form of \&.