Are you recompiling a kernel which is the same version as your current kernel? If you are, try renaming your current /lib/modules/<version> directory. For example: mv /lib/modules/2.2.16 /lib/modules/2.2.16.old Do this before 'make modules'. Good luck, Hidong [EMAIL PROTECTED] wrote: > > I don't recompile my kernel very often, but every time I do I use this > sequence: > make dep > make bzlilo > if [ -f /lib/modules/`uname -r`.last ]; then > mv -vf /lib/modules/`uname -r`.last /dev/null > fi > mv /lib/modules/`uname -r` /lib/modules/`uname -r`.last > make modules > make modules_install > /sbin/depmod -a > shutdown -r now > > I just added a scsi board, so I had to recompile to add scsi support which > I had previously taken out. Now I have a slew of the infamous ``Unresolved > symbols'' error messages - one for each of the modules - on running depmod > -a. I can't remember what I had to do to clear up this problem the last > time this happened. Can someone help me resolve this and prevent this from > happening again? > > Mit freundlichen Grüßen, > Russ. > > _______________________________________________ > Redhat-list mailing list > [EMAIL PROTECTED] > https://listman.redhat.com/mailman/listinfo/redhat-list _______________________________________________ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list