I have this error message popping up in my /var/log/messages file:

modprobe: FATAL: Could not load /lib/modules/2.6.33.7.2-rt30-xxxx-std-ipv4-64/modules.dep: No such file or directory

My OS is CentOS 5.5 with my own compiled kernel, it's working fine so I know it's not causing any problems so I was wondering if it was possible to disable this message somehow??

I'd appreciate any help!!

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

Try disabling the module by adding the following to /etc/modprobe.conf:

alias rt30 off
link|improve this answer
Thanks for that!! – Cian Mc Govern Mar 13 '11 at 20:20
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.