Dear Groupsters
My home LAN is connected to 2Mbs broadband via a cable router. The switch
and NIC's are all 100base full duplex. On this dual boot workstation
windows gets 2000bps but Linux only achieves 200bps. This discounts LAN
problems the problem is with the Linux box. The card is 3Com 3c905-TX. The
test site I've used is
http://www.speedtest.co.nz .
uname -r
2.6.3-7mdk
modules.conf
probeall scsi_hostadapter usb-storage
probeall usb-interface usb-ohci
above snd-es1938 snd-pcm-oss
alias eth0 3c59x options=4,,
# alias eth0 3c59x options=4,8,16
alias sound-slot-0 snd-es1938
options snd-es1938 enable=1
modprobe.conf
alias eth0 3c59x debug=1 options=4,,
# /sbin/modprobe 3c59x debug=1 options=4,8,16 # generates errors
alias sound-slot-0 snd-es1938
options snd-es1938 enable=1
install scsi_hostadapter /sbin/modprobe usb-storage; /bin/true
install snd-es1938 /sbin/modprobe --first-time --ignore-install snd-es1938
&& { /sbin/modprobe snd-pcm-oss; /bin/true; }
install usb-interface /sbin/modprobe usb-ohci; /bin/true
remove snd-es1938 { /sbin/modprobe -r snd-pcm-oss; } ; /sbin/modprobe -r
--first-time --ignore-remove snd-es1938
The Ethernet-HOWTO say's I'm using the correct driver and the card settings
(as follows):
0 = 10baseT
1 = 10Mbs AUI
2 = not used
3 = 10base2
4 = 100base-tx !!!!!
5 = 100base-fx
6 = MII
7 = defaults
8 = full duplex=1, half duplex=0
16 = bus master
....have been tried, as you can see in the commented-out string in
modules.conf.
It's a bit curious that my Linux box is working slower than Windows - sacre
bleu, how can this be? Any bright ideas would be welcome.
--
Regards,
Peter.
http://www.capstain.co.nz