<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: how to find out duplex mode..? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-find-out-duplex-mode/m-p/2803016#M88751</link>
    <description>this tool can change speed setting automatically?&lt;BR /&gt;just install and execute?&lt;BR /&gt;that is fit for linux?&lt;BR /&gt;can you describe that how it is performed..?&lt;BR /&gt;</description>
    <pubDate>Tue, 10 Sep 2002 10:27:50 GMT</pubDate>
    <dc:creator>mw_4</dc:creator>
    <dc:date>2002-09-10T10:27:50Z</dc:date>
    <item>
      <title>how to find out duplex mode..?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-find-out-duplex-mode/m-p/2803013#M88748</link>
      <description>Hi,&lt;BR /&gt;how can I find out it ?&lt;BR /&gt;and what am i supposed to do to set full duplex mode at interfaces next linux reboot?</description>
      <pubDate>Tue, 10 Sep 2002 07:22:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-find-out-duplex-mode/m-p/2803013#M88748</guid>
      <dc:creator>mw_4</dc:creator>
      <dc:date>2002-09-10T07:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: how to find out duplex mode..?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-find-out-duplex-mode/m-p/2803014#M88749</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;if you are using mii supported NIC, you can use mii-tool to check and set the duplex.&lt;BR /&gt;&lt;BR /&gt;For example, Intel Pro/100 ,there are 2 drivers, eepro100 &amp;amp; e100.&lt;BR /&gt;Both driver has option to set the connection speed and duplex.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.scyld.com/network/eepro100.html" target="_blank"&gt;http://www.scyld.com/network/eepro100.html&lt;/A&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;A href="ftp://aiedownload.intel.com/df-support/2896/ENG/e100.txt" target="_blank"&gt;ftp://aiedownload.intel.com/df-support/2896/ENG/e100.txt&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Other NIC has their own way to set the speed/duplex by driver.&lt;BR /&gt;Check the developer's page of the driver or inside of the source for more information.&lt;BR /&gt;&lt;BR /&gt;And make sure you set your HUB/Switch port negtiation properly.&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Sep 2002 07:51:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-find-out-duplex-mode/m-p/2803014#M88749</guid>
      <dc:creator>I_M</dc:creator>
      <dc:date>2002-09-10T07:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to find out duplex mode..?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-find-out-duplex-mode/m-p/2803015#M88750</link>
      <description>Hi,&lt;BR /&gt;download ethtool from this link. it will change the speed settings .&lt;BR /&gt;&lt;A href="http://sourceforge.net/project/showfiles.php?group_id=3242&amp;amp;release_id=95787" target="_blank"&gt;http://sourceforge.net/project/showfiles.php?group_id=3242&amp;amp;release_id=95787&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Sep 2002 08:30:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-find-out-duplex-mode/m-p/2803015#M88750</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-09-10T08:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to find out duplex mode..?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-find-out-duplex-mode/m-p/2803016#M88751</link>
      <description>this tool can change speed setting automatically?&lt;BR /&gt;just install and execute?&lt;BR /&gt;that is fit for linux?&lt;BR /&gt;can you describe that how it is performed..?&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Sep 2002 10:27:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-find-out-duplex-mode/m-p/2803016#M88751</guid>
      <dc:creator>mw_4</dc:creator>
      <dc:date>2002-09-10T10:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: how to find out duplex mode..?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-find-out-duplex-mode/m-p/2803017#M88752</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;  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 &lt;BR /&gt;&lt;BR /&gt;Alias eth0 eepro100 &lt;BR /&gt;Options eepro100 options=48 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Check the driver's documentation for how to set up the options&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Wed, 11 Sep 2002 06:26:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-find-out-duplex-mode/m-p/2803017#M88752</guid>
      <dc:creator>oiram</dc:creator>
      <dc:date>2002-09-11T06:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to find out duplex mode..?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-find-out-duplex-mode/m-p/2803018#M88753</link>
      <description>Hi,&lt;BR /&gt;please look at this link.&lt;BR /&gt;&lt;A href="http://linuxcommand.org/man_pages/ethtool8.html" target="_blank"&gt;http://linuxcommand.org/man_pages/ethtool8.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Sep 2002 06:57:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-find-out-duplex-mode/m-p/2803018#M88753</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-09-11T06:57:37Z</dc:date>
    </item>
  </channel>
</rss>

