No probably everything is fine, you just should have moved the
/lib/modules/2.0.32 directory to /lib/modules/2.0.32-old
because make modules_install just copies the new modules to this
directory, and then you have modules lying around which are not known to
the module-list or the kernel ( I'm not shure to what actually).
Just move /lib/modules/2.0.32 to /lib/modules/2.0.32-old, 
go to yout linux src directory and just run make modules_install again
this should solve the problem.
Clemens 

-----------------------------------------------------------------------------
Clemens Adler                 e-mail: [EMAIL PROTECTED]
                                      [EMAIL PROTECTED]
        
Institut fuer Kernphysik
Universitaet Frankfurt               office phone:  069-798-24285
August-Euler-Strasse 6
60486 Frankfurt

On Tue, 2 Jun 1998, Paul Kersting wrote:

> 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.
> 
> 


-- 
  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