Skip to content
EntityQ6889593· pop 8· linked from 4 articles

modprobe is a Linux program that provides for loading a loadable kernel module into a Linux kernel, unloading a loaded module and many other related features. It provides an ability to make decisions about which modules to load, awareness of module dependencies, so that when requested to load a module, it adds other required modules first and resolution of recursive module dependencies.

Wikidata facts

Show 1 more fact
operating system
Linux

via Wikidata · CC0

~4 min read

Encyclopedic overview

6 sections
Contents
  • Operation
  • Features
  • Blacklist
  • See also
  • References
  • External links

modprobe is a Linux program that provides for loading a loadable kernel module into a Linux kernel, unloading a loaded module and many other related features. It provides an ability to make decisions about which modules to load, awareness of module dependencies, so that when requested to load a module, it adds other required modules first and resolution of recursive module dependencies.

It is commonly used indirectly. For example, udev relies upon modprobe to load drivers for automatically detected hardware.

Excerpted from Wikipedia’s “modprobe” article, available under the CC BY-SA 4.0 licence.

Available in 8 languages

via Wikidata sitelinks · CC0