At 12:14 AM 1/28/2001, Matthew wrote:
They are not compiled against any distrobution that I know of and are not specially for Redhat Linux. After what Linus said about RH 7.0 I doubt he will use that.
ftp://ftp.scyld.com/pub/network/netdriver-2.1.src.rpm
I got them on by downloading them and then issuing the "rpm --rebuild netdriver-2.1.src.rpm"
I tried that... and it didn't work because it was complaining of unresolved symbols. I had better success with compiling the individual drivers: gcc -I/usr/src/linux/include -DMODULE -D__KERNEL__ -O6 -c tulip.c gcc -I/usr/src/linux/include -DMODULE -D__KERNEL__ -O6 -c pci-scan.c I had to include the -I option to successfully compile the drivers. insmod pci-scan.o insmod tulip.o These drivers are blazingly fast... I was getting a consistent 395 kilobytes/sec on my 10Mb network. Unfortunately, the network still dies after transferring 50% of a 1GB batch transfer. (This is significantly more than what I was able to do with the older drivers.) Thanks! Christopher Reimer