Page 1 of 1

Boot warnings [Solved]

Posted: Fri Jan 14, 2011 10:40 am
by cecar
I get this during boot.

Code: Select all

 Loading cpufreq kernel modules...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/blacklist, it will be ignored in a future releas 15:32:19 2011: 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/blacklist, it will be ignored in a future release.
What does it mean and can i do anything about it? The system seems to work flawlessly.

Re: Boot warnings

Posted: Fri Jan 14, 2011 11:10 am
by abercrombieande
You need to add .conf to the end of /etc/modprobe.d/blacklist

Re: Boot warnings [Solved]

Posted: Fri Jan 14, 2011 11:24 am
by cecar
My bad.. Apperently it is not allowed to have any files without .conf ending in /etc/modprobe.d/ directory. I backed up a file by renaming it in that directory.

Thank you...