История изменений
Исправление intelfx, (текущая версия) :
modprobe чуть более умный: разбирает /{etc,usr/lib}/modprobe.d
, обрабатывает зависимости, обрабатывает пути (т. е. ты пишешь modprobe module
, но insmod /path/to/module.ko
) и так далее.
В конце концов, modprobe(8):
modprobe 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). modprobe 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 modprobe.d(5)). modprobe will also use module options specified on the kernel command line in the form of <module>.<option> and blacklists in the form of modprobe.blacklist=<module>.
Исходная версия intelfx, :
modprobe чуть более умный: разбирает /{etc,usr/lib}/modprobe.d
, обрабатывает зависимости, обрабатывает пути (т. е. ты пишешь modprobe module
, но insmod /path/to/module.ko
) и так далее.