PDA

View Full Version : insmod & modprobe error



nishtya
04-12-2004, 12:10 AM
hd install of 3.3 knoppix debian style here - since installing the nvidia drivers (and everything is working fine in that regard) I have a recurrent "theme" in errors upon boot up, the gist of it being:
Apr 11 18:43:33 ecs kernel: 0: nvidia: loading NVIDIA Linux x86 NVIDIA Kernel Module 1.0-5336 Wed Jan 14 18:29:26 PST 2004
Apr 11 18:43:33 ecs insmod: Note: /etc/modules.conf is more recent than /lib/modules/2.4.24-xfs/modules.dep
Apr 11 18:43:33 ecs insmod: Warning: loading /lib/modules/2.4.24-xfs/kernel/drivers/video/nvidia.o will taint the kernel: non-GPL license - NVIDIA
Apr 11 18:43:33 ecs insmod: See http://www.tux.org/lkml/#export-tainted for information about tainted modules
Apr 11 18:43:33 ecs insmod: Module nvidia loaded, with warnings
Apr 11 18:44:04 ecs modprobe: Note: /etc/modules.conf is more recent than /lib/modules/2.4.24-xfs/modules.dep
Apr 11 18:44:46 ecs last message repeated 4 times
Apr 11 18:44:47 ecs modprobe: Note: /etc/modules.conf is more recent than /lib/modules/2.4.24-xfs/modules.dep

this appears a lot, more than I think the knowledgeable folks here need to see. Since everything has been working fine, I have assumed noob rule number one: if it aint broke don't try to fix it. But, "Note: /etc/modules.conf is more recent than /lib/modules/2.4.24-xfs/modules.dep" appeared on my totally miserable failures to get lm-sensors going and I wonder if that's the problem. I am too linux-stupid to know if this error is anything to "worry" about, but could one of you experts explain it to me? If it is possibly the reason I am a complete failure at lm-sensor compiling, could you let me know how to fix it? Thanks for any assistance you may offer.

Durand Hicks
04-12-2004, 03:12 AM
Open a console as root and type update-modules. That will clear up "the modules is more recent than" type errors when you next boot.

nishtya
04-12-2004, 11:45 AM
update-modules creates a new modules.conf (and backup) timestamped when I run it but, the message continues to appea asthe message is correct in that the modules.conf is newer than /lib/modules/2.4.24-xfs/modules.dep. What is invoking /lib/modules/2.4.24-xfs/modules.dep? I am assuming .dep is dependancies and it is interesting as the failures I am getting with i2c lm-sensor compiling at end with depend during compile time. But this is a fresh kernel and I switch back to nv driver as opposed to nvidia which started this whole thing.