<?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: Full duplex settings in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/full-duplex-settings/m-p/3259718#M11685</link>
    <description>If 'mii-tool' doesn't work, you can try 'ethtool'.&lt;BR /&gt;&lt;BR /&gt;If that doesn't work either, it may need these settings to be initialised with the driver.&lt;BR /&gt;&lt;BR /&gt;Is it compiled as a module?  If so, use 'modinfo' to see if it has driver-parameters that can be passed to it during module initialisation, using an 'options' line in '/etc/modules.conf'.</description>
    <pubDate>Mon, 26 Apr 2004 23:45:38 GMT</pubDate>
    <dc:creator>Stuart Browne</dc:creator>
    <dc:date>2004-04-26T23:45:38Z</dc:date>
    <item>
      <title>Full duplex settings</title>
      <link>https://community.hpe.com/t5/operating-system-linux/full-duplex-settings/m-p/3259717#M11684</link>
      <description>I want to change the duplex settings of network card in my RH 9.0 box. When I tried mii-tool it is giving me the error that mii is not supported.&lt;BR /&gt;&lt;BR /&gt;How can change the speed and duplex settings of network card in linux ??</description>
      <pubDate>Mon, 26 Apr 2004 23:11:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/full-duplex-settings/m-p/3259717#M11684</guid>
      <dc:creator>PVR</dc:creator>
      <dc:date>2004-04-26T23:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: Full duplex settings</title>
      <link>https://community.hpe.com/t5/operating-system-linux/full-duplex-settings/m-p/3259718#M11685</link>
      <description>If 'mii-tool' doesn't work, you can try 'ethtool'.&lt;BR /&gt;&lt;BR /&gt;If that doesn't work either, it may need these settings to be initialised with the driver.&lt;BR /&gt;&lt;BR /&gt;Is it compiled as a module?  If so, use 'modinfo' to see if it has driver-parameters that can be passed to it during module initialisation, using an 'options' line in '/etc/modules.conf'.</description>
      <pubDate>Mon, 26 Apr 2004 23:45:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/full-duplex-settings/m-p/3259718#M11685</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-04-26T23:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: Full duplex settings</title>
      <link>https://community.hpe.com/t5/operating-system-linux/full-duplex-settings/m-p/3259719#M11686</link>
      <description>Module is e2000 and i would like to know how can I pass the arguments to this module?&lt;BR /&gt;&lt;BR /&gt;how to make the changs permanent. I want to make it is 100Mbps Full Duplex.&lt;BR /&gt;&lt;BR /&gt;Both ethtool and mii-tool is not working. Is there any way to make the driver compatiable to mii-tool.?&lt;BR /&gt;&lt;BR /&gt;In my system ethtool is not there.</description>
      <pubDate>Mon, 26 Apr 2004 23:54:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/full-duplex-settings/m-p/3259719#M11686</guid>
      <dc:creator>PVR</dc:creator>
      <dc:date>2004-04-26T23:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Full duplex settings</title>
      <link>https://community.hpe.com/t5/operating-system-linux/full-duplex-settings/m-p/3259720#M11687</link>
      <description>Linux defaults to 100 BaseT full duplex&lt;BR /&gt;&lt;BR /&gt;You should not have to force it.&lt;BR /&gt;&lt;BR /&gt;Try replacing cabling.&lt;BR /&gt;Then&lt;BR /&gt;service network restart&lt;BR /&gt;&lt;BR /&gt;If that does not help check the switch port settings on the switch. They should be set to auto negotiate, but its okay to hard code 100 BaseT full.&lt;BR /&gt;&lt;BR /&gt;I've run into some older hubs that actually operate at 100 BaseT half duplex. It does happen.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 27 Apr 2004 00:26:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/full-duplex-settings/m-p/3259720#M11687</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-04-27T00:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Full duplex settings</title>
      <link>https://community.hpe.com/t5/operating-system-linux/full-duplex-settings/m-p/3259721#M11688</link>
      <description>I am sure that it is not a network problem.&lt;BR /&gt;&lt;BR /&gt;I want to know how can force full duplex. &lt;BR /&gt;&lt;BR /&gt;Thanks in advance</description>
      <pubDate>Tue, 27 Apr 2004 00:38:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/full-duplex-settings/m-p/3259721#M11688</guid>
      <dc:creator>PVR</dc:creator>
      <dc:date>2004-04-27T00:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: Full duplex settings</title>
      <link>https://community.hpe.com/t5/operating-system-linux/full-duplex-settings/m-p/3259722#M11689</link>
      <description>I don't have an 'e2000' module..  Can I assume this was typo, and should be 'e1000' ?&lt;BR /&gt;&lt;BR /&gt;If that is the case, then an entry in '/etc/modules.conf' that looks similar to:&lt;BR /&gt;&lt;BR /&gt;options e1000 Duplex=2&lt;BR /&gt;&lt;BR /&gt;Will force the interface to be full-duplex upon module init.&lt;BR /&gt;&lt;BR /&gt;I'm not sure if it's possible to force options upon an already inserted module, so you may need to bring the interface down (ifdown eth0), and remove the module (rmmod e1000), then bring the interface back up again (ifup eth0).</description>
      <pubDate>Tue, 27 Apr 2004 00:43:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/full-duplex-settings/m-p/3259722#M11689</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-04-27T00:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Full duplex settings</title>
      <link>https://community.hpe.com/t5/operating-system-linux/full-duplex-settings/m-p/3259723#M11690</link>
      <description>Use command &lt;BR /&gt;#modinfo MODULENAME&lt;BR /&gt;to get attributes of the module and read docs in kernel source (find docs on internet) on how to set 'em up.&lt;BR /&gt;a sample output [for eepro100] is&lt;BR /&gt;localhost:~/adm&amp;gt;modinfo eepro100&lt;BR /&gt;filename:    /lib/modules/2.4.7-10/kernel/drivers/net/eepro100.o&lt;BR /&gt;description: "Intel i82557/i82558/i82559 PCI EtherExpressPro driver"&lt;BR /&gt;author:      "Maintainer: Andrey V. Savochkin &lt;SAW&gt;"&lt;BR /&gt;parm:        debug int, description "eepro100 debug level (0-6)"&lt;BR /&gt;parm:        options int array (min = 1, max = 8), description "eepro100: Bits 0-3: tranceiver type, bit 4: full duplex, bit 5: 100Mbps"&lt;BR /&gt;parm:        full_duplex int array (min = 1, max = 8), description "eepro100 full duplex setting(s) (1)"&lt;BR /&gt;parm:        congenb int, description "eepro100  Enable congestion control (1)"&lt;BR /&gt;parm:        txfifo int, description "eepro100 Tx FIFO threshold in 4 byte units, (0-15)"&lt;BR /&gt;parm:        rxfifo int, description "eepro100 Rx FIFO threshold in 4 byte units, (0-15)"&lt;BR /&gt;parm:        txdmacount int&lt;BR /&gt;parm:        rxdmacount int&lt;BR /&gt;parm:        rx_copybreak int, description "eepro100 copy breakpoint for copy-only-tiny-frames"&lt;BR /&gt;parm:        max_interrupt_work int, description "eepro100 maximum events handled per interrupt"&lt;BR /&gt;parm:        multicast_filter_limit int, description "eepro100 maximum number of filtered multicast addresses"&lt;BR /&gt;&lt;BR /&gt;Let me know,&lt;BR /&gt;R.&lt;BR /&gt;&lt;/SAW&gt;</description>
      <pubDate>Tue, 27 Apr 2004 02:16:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/full-duplex-settings/m-p/3259723#M11690</guid>
      <dc:creator>Roberto Polli</dc:creator>
      <dc:date>2004-04-27T02:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: Full duplex settings</title>
      <link>https://community.hpe.com/t5/operating-system-linux/full-duplex-settings/m-p/3259724#M11691</link>
      <description>Hello PVR,&lt;BR /&gt;&lt;BR /&gt;look in /sbin for mii-tool and ethtool. For some reason /sbin seems not to be in the standard path for root if you do a su for me.&lt;BR /&gt;Maybe that fooled you too ;-)&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
      <pubDate>Tue, 27 Apr 2004 13:36:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/full-duplex-settings/m-p/3259724#M11691</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-04-27T13:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: Full duplex settings</title>
      <link>https://community.hpe.com/t5/operating-system-linux/full-duplex-settings/m-p/3259725#M11692</link>
      <description>Martin,&lt;BR /&gt;&lt;BR /&gt;/sbin will be in your path if you use "su -" and not just "su" command.</description>
      <pubDate>Wed, 28 Apr 2004 00:35:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/full-duplex-settings/m-p/3259725#M11692</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2004-04-28T00:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: Full duplex settings</title>
      <link>https://community.hpe.com/t5/operating-system-linux/full-duplex-settings/m-p/3259726#M11693</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can find info from RedHat on loading parameters for drivers here:&lt;BR /&gt;&lt;A href="http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/ref-guide/ch-modules.html" target="_blank"&gt;http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/ref-guide/ch-modules.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You can find all allowed Ethernet parameters for all supported netwerk cards for RedHat 9 here:&lt;BR /&gt;&lt;A href="http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/ref-guide/s1-modules-ethernet.html" target="_blank"&gt;http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/ref-guide/s1-modules-ethernet.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Robert</description>
      <pubDate>Wed, 28 Apr 2004 04:35:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/full-duplex-settings/m-p/3259726#M11693</guid>
      <dc:creator>Robert Binkhorst</dc:creator>
      <dc:date>2004-04-28T04:35:18Z</dc:date>
    </item>
  </channel>
</rss>

