/etc/modprobe.conf нет
Подключение модуля в Debian (Подключение модуля при загрузке ОС)
Модератор: Bizdelnick
-
Serdg
- Сообщения: 3
- ОС: Debian, CentOS
Подключение модуля в Debian
Как подключать необходимый модуль при старте системы в Debian?
/etc/modprobe.conf нет
/etc/modprobe.conf нет
-
diesel
- Бывший модератор
- Сообщения: 5989
- ОС: OS X, openSuSE, ROSA, Debian
Re: Подключение модуля в Debian
man modprobe.conf:
Код: Выделить всё
NAME
modprobe.conf — Configuration file/directory for modprobe
DESCRIPTION
Because the modprobe command can add or remove extra more than one module, due to module dependencies, we need a method of specifying what options
are to be used with those modules. /etc/modprobe.conf (or, if that does not exist, all files under the /etc/modprobe.d directory) specifies those
options, as required.