Re: sitecom ethernet does not function

Donald Becker <[email protected]> Wed, 22 Oct 2003 23:16:00 -0400 (EDT)
Newsgroups gmane.linux.drivers.tulip.general
Message-ID <[email protected]>
On Wed, 22 Oct 2003, edward prive wrote:

> Tried to install tango.c plus pci-scan.c as mentioned on the webpage of 
> Donald Becker. So from ftp I loaded:
> Makefile
> kern_compat.h
> pci-scan.c
> pci-scan.h
> tulip-diag.c
> tulip.c
> 
> Now the following:
> edward@linux:/windows/C/Business_docu/Linux_docu/ether_tulip > ls
> Makefile  kern_compat.h  pci-scan.c  pci-scan.h  tulip-diag.c  tulip.c
> edward@linux:/windows/C/Business_docu/Linux_docu/ether_tulip > make 
> KERN_INCLUDE=/lib/modules/2.4.4-4GB/build/include
> Makefile:46: No kernel version has been specified.
>  Assuming 2.4.4-4GB.

It's unrelated to the problem here, but the 2.4.4 kernel is not suitable
for use.  We didn't release a 2.4-based product until 2.4.17.

>  Set the KERNVER variable to specify a different kernel.
> Makefile:55: Using /lib/modules/2.4.4-4GB/build/include for the kernel 
> header files.
> cc -DMODULE -D__KERNEL__ -Wall -Wstrict-prototypes -O6 
> -I/lib/modules/2.4.4-4GB/build/include  -pipe -fno-strength-reduce 
> -DMODVERSIONS   -c -o pci-scan.o pci-scan.c
> pci-scan.c:53: linux/modversions.h: Onbekend bestand of map    <-- 
> unknown file or map

What does 'locate modversions.h' return?

> cc -DMODULE -D__KERNEL__ -Wall -Wstrict-prototypes -O6 
> -I/lib/modules/2.4.4-4GB/build/include  -pipe -fno-strength-reduce 
> -DMODVERSIONS   -c -o pci-scan.o :-)  pci-scan.c
> make: *** No rule to make target `3c59x.c', needed by `3c59x.o'.  Stop. :'(

Either do
  make tulip.o
  make pci-scan.o
or get the set of drivers:

mkdir /tmp/netdrivers/
cd /tmp/netdrivers/
ncftpget ftp://ftp.scyld.com/pub/network/netdrivers.tgz
tar xfvz netdrivers.tgz
make
make install


-- 
Donald Becker				[email protected]
Scyld Computing Corporation		http://www.scyld.com
914 Bay Ridge Road, Suite 220		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