Operating System - Linux
1827204 Members
2449 Online
109716 Solutions
New Discussion

how to find out duplex mode..?

 
SOLVED
Go to solution
mw_4
Frequent Advisor

how to find out duplex mode..?

Hi,
how can I find out it ?
and what am i supposed to do to set full duplex mode at interfaces next linux reboot?
Step by step
5 REPLIES 5
I_M
Honored Contributor
Solution

Re: how to find out duplex mode..?

Hi

if you are using mii supported NIC, you can use mii-tool to check and set the duplex.

For example, Intel Pro/100 ,there are 2 drivers, eepro100 & e100.
Both driver has option to set the connection speed and duplex.

http://www.scyld.com/network/eepro100.html
or
ftp://aiedownload.intel.com/df-support/2896/ENG/e100.txt

Other NIC has their own way to set the speed/duplex by driver.
Check the developer's page of the driver or inside of the source for more information.

And make sure you set your HUB/Switch port negtiation properly.

Good luck
U.SivaKumar_2
Honored Contributor

Re: how to find out duplex mode..?

Hi,
download ethtool from this link. it will change the speed settings .
http://sourceforge.net/project/showfiles.php?group_id=3242&release_id=95787

regards,
U.SivaKumar
Innovations are made when conventions are broken
mw_4
Frequent Advisor

Re: how to find out duplex mode..?

this tool can change speed setting automatically?
just install and execute?
that is fit for linux?
can you describe that how it is performed..?
Step by step
oiram
Regular Advisor

Re: how to find out duplex mode..?

Hi,

To set up the speed of yout target you should add the options to the module in the file /etc/modules.conf. For example, to force 100MB full-duplex on an eepro100MB driver, make sure that the following lines have been added to /etc/modules.conf

Alias eth0 eepro100
Options eepro100 options=48


Check the driver's documentation for how to set up the options

Regards.
U.SivaKumar_2
Honored Contributor

Re: how to find out duplex mode..?

Hi,
please look at this link.
http://linuxcommand.org/man_pages/ethtool8.html

regards,
U.SivaKumar
Innovations are made when conventions are broken