Re: tulip with 3CSOHO100B-TX on Redhat 9

Donald Becker <[email protected]> Thu, 17 Apr 2003 16:17:45 -0400 (EDT)
Newsgroups gmane.linux.drivers.tulip.general
Message-ID <[email protected]>
On Thu, 17 Apr 2003, CP wrote:

> Donald Becker wrote:
> >Here is an example of a correct module dependency
> >grep tulip /lib/modules/2.4.17-0.18.18_Scyld/modules.dep
> >
> >/lib/modules/2.4.17-0.18.18_Scyld/net/tulip.o:	/lib/modules/2.4.17-0.18.18_Scyld/net/pci-scan.o

> interesting.....  here is my "grep tulip 
> /lib/modules/2.4.20-9/net/modules.dep" output:
> 
> /lib/modules/2.4.20-9/kernel/drivers/net/pcmcia/xircom_tulip_cb.o:
> /lib/modules/2.4.20-9/kernel/drivers/net/tulip/tulip.o:
> /lib/modules/2.4.20-9/kernel/drivers/net/tulip_old/tulip_old.o:
> /lib/modules/2.4.20-9/net/tulip.o:      /lib/modules/2.4.20-9/net/pci-scan.o

This should work: the "modprobe" should do
   first tries to load the old tulip driver
       which doesn't detect the card
   tries to load the updated tulip driver
       which requires loading pci-scan.o first

If this doesn't happen properly, try changing the search path order in
/etc/modules.conf by adding these lines at the beginning

# Prefer Scyld driver updates by putting them first
path[net]=/lib/modules/`uname -r`/net
path=/lib/modules/`uname -r`/

or just do
  rm /lib/modules/2.4.20-9/kernel/drivers/net/tulip/tulip.o

-- 
Donald Becker				[email protected]
Scyld Computing Corporation		http://www.scyld.com
410 Severn Ave. Suite 210		Scyld Beowulf cluster system
Annapolis MD 21403			410-990-9993

_______________________________________________
tulip mailing list, [email protected]
To change to digest mode or unsubscribe visit
http://www.scyld.com/mailman/listinfo/tulip