Итак после вчерашнего обновления системы после перезагрузки появилось такое сообщение
WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.
WARNING: All config files need .conf: /etc/modprobe.d/blacklist, it will be ignored in a future release.
WARNING: All config files need .conf: /etc/modprobe.d/alsa, it will be ignored in a future release.
WARNING: All config files need .conf: /etc/modprobe.d/pnp-aliases, it will be ignored in a future release.
WARNING: All config files need .conf: /etc/modprobe.d/ndiswrapper, it will be ignored in a future release.
Лечение банально запустить
update-modules
А затем в каталоге /etc/modprobe.d/ все файлы переименовать на .conf
После этого проверить все ли секции из /etc/modprobe.conf существуют в виде .conf файлов в каталоге /etc/modprobe.d/ и если это так то можно смело удалить файл /etc/modprobe.conf. Бекап файла /etc/modprobe.conf тоже не будет лишним.
После перезагрузки предупреждение исчезнет.
Comments