I went through all the make xconfig; make dep; make clean; make bzImage;
make modules; make modules_install and didn't see any errors, I put all
the file in /boot and made a new initrd image with the new modules. Then I
edited /etc/lilo.conf and ran lilo. All fine. So I rebooted, problem.
There seems to trouble with the modules that were compiled. I booted an
old kernel and checked /lib/modules/2.2.6 and noticed there was no
modules.dep, so I ran depmod -a 2.2.6 and was given this:

/lib/modules/2.2.6/fs/romfs.o: unresolved symbol(s)
/lib/modules/2.2.6/fs/nfsd.o: unresolved symbol(s)
/lib/modules/2.2.6/fs/minix.o: unresolved symbol(s)
/lib/modules/2.2.6/net/tulip.o: unresolved symbol(s)
/lib/modules/2.2.6/net/dummy.o: unresolved symbol(s)
/lib/modules/2.2.6/scsi/aic7xxx.o: unresolved symbol(s)
/lib/modules/2.2.6/block/nbd.o: unresolved symbol(s)
/lib/modules/2.2.6/block/rd.o: unresolved symbol(s)
/lib/modules/2.2.6/block/loop.o: unresolved symbol(s)

I would have thought this would have created problems during make modules.
I also tried redoing it all and instead of doing make modules_install and
copying the rest by hand running make install, this had the same effect.
Any ideas here?


---------------------------------------------------------------------------
Send administrative requests to [EMAIL PROTECTED]

Reply via email to