[tulip] Using tulip.c with 2.4.18 for a 21143 card

Narayanaswamy, Naga (Naga) nn4@lucent.com
Wed Jul 31 10:24:01 2002


Try the instructions on the following page
http://www.scyld.com/network/updates.html
to see if you can compile and insmod tulip.o
Once you test and it works you can install the new tulip.o
If it does not work (I had problems with Red Hat Distribution),
Try running the following. 
Donald suggested it to me and it worked great for me.

mkdir /tmp/netdrivers 
cd /tmp/netdrivers 
ncftpget ftp://www.scyld.com/pub/network/netdrivers.tgz 
tar xfv netdrivers.tgz 
make 
make install # This must be done as 'root' 

I used this procedure on many machines and it worked fine.

Regards,
Naga Narayanaswamy
Lucent Technologies,
8301 Professional Pl
Landover, MD 20785

> I have unpacked a stock 2.4.18 kernel for building my own kernel, but
> I am unsure what to do with the tulip.c file of
> 	<ftp://www.scyld.com/pub/network/tulip.c>
> 
> The 2.4.18 source doesn't contain a tulip.c file, I can overwrite.
> 
> It has a directory called tulip, ie.
> 	linux/drivers/net/tulip/
> 
> Should I delete that directory and drop the tulip.c file into
> drivers/net/, before doing make menuconfig?
> 
> Or is the idea to first build the kernel, and then build the module
> outside of the kernel, and drop it in over the tulip.o file?  The
> Network driver updates document seems to hint at this?