Click to See Complete Forum and Search --> : How to change NIC speed to 100MB
jk2002
03-27-2002, 03:42 PM
Hi all,
How do I change my NIC speed to 100MB full-duplex on redhat 6.x, 7.x servers ?
i couldn't find anything in the howtos.
thanks
jk :confused:
FyberOptyx
03-27-2002, 04:45 PM
what make is it ?
what module is it using?
jscott
03-27-2002, 04:50 PM
Does you NIC support 100Mbs? What Manu? What Model? Does your hub/switch/router talk at 100Mbs? 10Mbs? wtf?!
Deatils are needed.
jk2002
03-27-2002, 05:04 PM
Red Hat Linux release 7.1 (Seawolf)
Kernel 2.4.9-21 on an i686
3c59x: Donald Becker and others.
00:10.0: 3Com PCI 3c905B Cyclone 100baseTx at 0x1080. Vers LK1.1.16
How can I see the current speed. I assume it is 10MB.
jk
FyberOptyx
03-27-2002, 05:53 PM
This should help
web page (http://www.scyld.com/network/vortex.html)
jk2002
03-27-2002, 07:02 PM
thanks , I'll try that.
jk :)
ee99ee2
03-28-2002, 01:15 PM
just add option=4 to the mod initilization.
-ee99ee2
jk2002
03-28-2002, 04:46 PM
You are right
1)in RH 7.x, I just used mii-tool
#mii-tool -F 100baseTx-FD
2)in RH 6.x, have to change /etc/conf.modules
adding:
options 3c59x media_select 100BASE_TX
options 3c59x full_duplex=1
see here:
web page (http://www.nervus.is/support/lin_setting_network_mode.htm)
or
options 3c59x options=4 full_duplex=1
see here:
web page (http://www.desy.de/unix/linux/desy-3/nic.html)
jk :)