Windows Linux Tips: Annoying boot messages


twitter tips,twitter tricks,twitter tips and tricks,twitter latest updates,facebook tips and tricks,facebook tricks,facebook tips,Windows 7 Tips,Windows 7 tips and tricks,Windows 7 tips with staps,Windows XP Tips,Windows XP tips and tricks,Windows XP tips with staps

When recompiling your kernel, you might end up seeing strange messages on bootup like:modprobe: cannot find net-pf-5 modprobe: cannot find char-major-14These are messages from the modules loader telling you that he can't find specific modules.

 This usualyhappens when you compile modules, but modprobe tries to load modules that were not compiled and it can't find them. The way to remove those messages is to set the modules to off. In the file /etc/conf.modules youmay want to add: alias net-pf-5 offalias char-major-14 off

This will stop modprobe from trying to load them. Of course you could also try to resove the problem by
compiling the modules and make sure modprobe knows where they are.



"Windows Linux Tips: Annoying boot messages"



Reference: tipoftheweek.darkelf.net