I did my first kernel compilation today to incorporate vfat support into the
kernel.  I have RH5.0 installed and I used the linux 2.0.32 source that came
with the RH distribution.  I did:

make xconfig
make dep
make clean
make boot
make modules
make modules_install

and then I copied the new zImage file into boot, modified lilo.conf, and reran
/sbin/lilo  with the new kernel as an option, saving the original kernel.

Everything seems to run ok with both the new and the old kernel, but I see in
the login messages that there seems to be some dependency problems when the
kernel is loaded.  For example, with the new kernel I get:

Finding module dependencies/lib/modules/2.0.32/misc/sc.o: unresolved symbol(s)
/lib/modules/2.0.32/misc/isdn.o: unresolved symbol(s)
/lib/modules/2.0.32/net/ni65.o: unresolved symbol(s)
/lib/modules/2.0.32/net/ni52.o: unresolved symbol(s)
/lib/modules/2.0.32/net/eepro.o: unresolved symbol(s)
/lib/modules/2.0.32/net/at1700.o: unresolved symbol(s)
/lib/modules/2.0.32/ipv4/ip_masq_vdolive.o: unresolved symbol(s)
/lib/modules/2.0.32/ipv4/ip_masq_raudio.o: unresolved symbol(s)
/lib/modules/2.0.32/ipv4/ip_masq_quake.o: unresolved symbol(s)
/lib/modules/2.0.32/ipv4/ip_masq_irc.o: unresolved symbol(s)
/lib/modules/2.0.32/ipv4/ip_masq_ftp.o: unresolved symbol(s)
/lib/modules/2.0.32/ipv4/ip_masq_cuseeme.o: unresolved symbol(s)
/lib/modules/2.0.32/ipv4/ip_alias.o: unresolved symbol(s)

Is there a module configuration file that I need to change?  How do I fix this?
Any help is apreciated, as I'm really trying to learn this system.

TIA,

--
Paul J. Kersting
KW Consulting, Inc. - Fuel Rod Expertise for the Nuclear Power Industry
E-mail: [EMAIL PROTECTED]    WWW: www.kwconsulting.com
(412) 635-7333 (voice)  (412) 367-2195 (fax)



-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to