On Wed, 16 Jul 2003 07:21 pm, Michael Adams wrote:
> Ensure you are not using the '8139too' driver. Its a little buggy and this
> shows during high bandwidth usage. BTW Donald Becker is THE linux network
> card driver guru, this site is predominantly based on his work and explains
> where i am coming from. http://www.scyld.com/network/rtl8139.html
>
> This may or may not help. I know my experience with the '8139too' left a
> nasty taste.

... the link on the site to the SRPMīs is bogus, and the compilation of the 
module by hand from his source is a bit obscure. So for the record, here is 
how I finally managed to compile for a non-cardbus card (all on one line):

gcc -DMODULE -Wall -Wstrict-prototypes -O6 -c rtl8139.c 
-I/usr/src/linux/include -include /usr/src/linux/include/linux/modversions.h

and for the pci-scan module:

cc -DMODULE -D__KERNEL__ -DEXPORT_SYMTAB -Wall -Wstrict-prototypes -O6 -c 
pci-scan.c -I/usr/src/linux/include -include 
/usr/src/linux/include/linux/modversions.h

Now the insmod on the pci-scan works, but fails on the rtl8139.o
...any thoughts?
-- 
 john in sydney
 Mandrake Linux 9.1, Kernel version: 2.4.21-0.18mdk
 OpenPGP key available on www.keyserver.net
 1024D/3E4A902F B38A AB0F 8658 D9E1 4900 3050 08FA D4FA 3E4A 902F


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to