Sunday, December 12, 2010

modprobe


MODPROBE(8) MODPROBE(8)



NAME
modprobe - program to add and remove modules from the Linux Kernel

SYNOPSIS
modprobe [ -v ] [ -V ] [ -C config-file ] [ -n ] [ -i ] [ -q ] [
-b ] [ -o modulename ] [ modulename ] [ module parameters... ]

modprobe [ -r ] [ -v ] [ -n ] [ -i ] [ modulename... ]

modprobe [ -l ] [ -t dirname ] [ wildcard ]

modprobe [ -c ]

modprobe [ --dump-modversions ] [ filename... ]

DESCRIPTION
modprobe intelligently adds or removes a module from the Linux kernel:
note that for convenience, there is no difference between _ and - in
module names. modprobe looks in the module directory /lib/mod‐
ules/`uname -r` for all the modules and other files, except for the
optional /etc/modprobe.conf configuration file and /etc/modprobe.d
directory (see modprobe.conf(5)). modprobe will also use module options
specified on the kernel command line in the form of .

No comments:

Post a Comment