Operating System - Linux
1836048 Members
4281 Online
110089 Solutions
New Discussion

force network card 100 mbit

 
Tarek_1
Frequent Advisor

force network card 100 mbit

Hi,
i want to force the network card on my linux redhat 7.2 to 100 mbit.
It isn't an eepro100, so the way to do it didn't work.
In the /etc/modules i have this entry.
alias eth0 3c59x
Usually i add this entry:
options eepro100 options=0x30
in the /etc/modules but in this case didn't work. (of course i replaced eepro100 with 3c59x)
and then rmmod 3c59x
This is the output of my mii-tool command:
eth0: 10 Mbit, half duplex, no link

Thanks in advance
Tarek
2 REPLIES 2
Ian Vaughan
Honored Contributor

Re: force network card 100 mbit

Howdy,
The easiest way to set up your card is to download the 3c59Xcfg.exe program from the www.3com.com support site & drop it onto a bootable dos ( boo - hiss ) floppy disk. This sticks the settings into the eeprom. The more graceful way is to insmod with
options=4 full_duplex=1 as the options but I don't know if they can be applied using your modules.conf or not.
HTH
Ian
PS - at least your 3c590 will do 100Mbit - mine must have come in on the ark as it only does 10 :o(
Hope that helps - please click "Thumbs up" for Kudos if it does
## ---------------------------------------------------------------------------##
Which is the only cheese that is made backwards?
Edam!
Tweets: @2techie4me
Kodjo Agbenu
Honored Contributor

Re: force network card 100 mbit

Hi Tarek,

Check that the port of the switch is properly configured. Do not hesitate to force it at 100 Mbits/sec, full duplex.

Then, I guess both the switch and the host ethernet adapter will negociate 100 Mbits/sec full-duplex.

If it does not work, try to force it in start/stop scripts using mii-tool.

Good luck.

Kodjo
Learn and explain...