- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- how to find out duplex mode..?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2002 12:22 AM
09-10-2002 12:22 AM
how can I find out it ?
and what am i supposed to do to set full duplex mode at interfaces next linux reboot?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2002 12:51 AM
09-10-2002 12:51 AM
Solutionif 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2002 01:30 AM
09-10-2002 01:30 AM
Re: how to find out duplex mode..?
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2002 03:27 AM
09-10-2002 03:27 AM
Re: how to find out duplex mode..?
just install and execute?
that is fit for linux?
can you describe that how it is performed..?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2002 11:26 PM
09-10-2002 11:26 PM
Re: how to find out duplex mode..?
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2002 11:57 PM
09-10-2002 11:57 PM
Re: how to find out duplex mode..?
please look at this link.
http://linuxcommand.org/man_pages/ethtool8.html
regards,
U.SivaKumar