Ista namena. Razlicite mogucnosti.
$man modprobe
MODPROBE(8) MODPROBE(8)
NAME
modprobe - program to add and remove modules from the Linux Kernel
....
..
.
$man insmod
insmod(8) insmod(8)
NAME
insmod -- simple program to insert a module into the Linux Kernel
SYNOPSIS
insmod [filename] [module options ...]
DESCRIPTION
insmod is a trivial program to insert a module into the kernel: if the
filename is a hyphen, the module is taken from standard input. Most
users will want to use modprobe(8) instead, which is cleverer.
....
...
.
[/code]