LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   WARNING: Deprecated config file (https://www.linuxquestions.org/questions/fedora-35/warning-deprecated-config-file-792430/)

angle2009 03-01-2010 04:21 PM

WARNING: Deprecated config file
 
hi every body

i got this warning message while booting

Code:

WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.
WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.

any recommendations towards this messages

thanks in advance

blacky_5251 03-01-2010 10:45 PM

Try "man modprobe.conf" and you will see that this file is "the old" way of implementing kernel modules. The "new way" is to put the commands inside files in the /etc/modprobe.d directory.

Good luck :)

angle2009 03-03-2010 02:14 PM

actually my /etc/modprobe.conf is an empty file
i tried to move it to /etc/modprobe.d
i also tired to rename it but in vain the same warning still exists

blacky_5251 03-03-2010 08:20 PM

If your file is empty, then remove it. The error/warning will/should then go away.

rwinchester 03-26-2010 03:47 PM

Me Too
 
Quote:

Originally Posted by blacky_5251 (Post 3884845)
If your file is empty, then remove it. The error/warning will/should then go away.

Thanks Blacky_5251 - I had the same problem...as root - used
mv modprobe.conf modprobe.d/modprobe.con
the rm modprobe.conf

fixed it.


All times are GMT -5. The time now is 02:31 AM.