PDA

View Full Version : ~~wired connection~~~How can I make it work??


piggyaugu
2nd July 2005, 12:12 AM
How can I set the max speed of the net card????

I have a wierd connection in my studio now. It is not compatible with 100M connection. under windows, i must configure the net card to "10M Full" mode in driver to be able to connected. the net works on DHCP. How can I make it work in Fedora 4?

I have tried "ifconfig eth0 media 10baseT" but it told me the operation is not supported.

Nels664868
2nd July 2005, 01:25 AM
What do you mean "wired connection"? Is it DSL, cable or other?
What type of computer are you using?
What is the ethernet card make/model?

piggyaugu
2nd July 2005, 03:23 PM

I got the answer from linuxquestions

use this:

ethtool -s ethX speed 10 duplex full autoneg off

this will force a work mode for the net interface.

thx the replies.