modprobe

command module
v0.0.0-...-d0ca1d5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 23, 2024 License: MIT Imports: 12 Imported by: 0

README

modprobe

Add and remove modules from the Linux Kernel

Usage:
  modprobe [options] MODULE [SYMBOL=VALUE]...
  modprobe [options] -a MODULE [MODULE]...
  modprobe [options] -r MODULE [MODULE]...
  modprobe [options] -D MODULE
Options:
  -C string
        Config file (default "/etc/modprobe.conf")
  -D    Print MODULE dependencies and exit
  -a    Load multiple MODULEs
  -d string
        Modules root directory (default "/lib/modules")
  -n    Dry-run
  -q    Quiet
  -r    Remove MODULE(s)
  -v    Verbose
  -va
        Combines -v and -a
Example:
  modprobe -v brd rd_size=32768 rd_nr=4

Documentation

Overview

The modprobe command loads and unloads Linux kernel modules and dependencies. It supports uncompressed, gzip, xz and zstd compressed module files.

Usage:

modprobe [options] MODULE [SYMBOL=VALUE]...
modprobe [options] -a MODULE [MODULE]...
modprobe [options] -r MODULE [MODULE]...
modprobe [options] -D MODULE

Options:

-C string
   Config file (default "/etc/modprobe.conf")
-D Print MODULE dependencies and exit
-a Load multiple MODULEs
-d string
   Modules root directory (default "/lib/modules")
-n Dry-run
-q Quiet
-r Remove MODULE(s)
-v Verbose
-va
   Combines -v and -a

Example:

modprobe -v brd rd_size=32768 rd_nr=4

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL