<?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: Forcing the NIC interface to 100 Mbps Full Duplex in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/forcing-the-nic-interface-to-100-mbps-full-duplex/m-p/3441540#M81633</link>
    <description>Where do I find a table/map of cards&amp;lt;-&amp;gt; options, some where shown in above replies.&lt;BR /&gt;Mine, today is "e1000", I need to run 100/FD now until copperGB switch environ is installed.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;-Stephen 770-343-0196&lt;BR /&gt;========== SNIP ==================&lt;BR /&gt;2) module options in /etc/modules.conf - unfortunately, there is different options for every NIC driver. For example for eepro100:&lt;BR /&gt;options eepro100 full_duplex=1&lt;BR /&gt;&lt;BR /&gt;for e100:&lt;BR /&gt;options eth0 e100_speed_duplex=4&lt;BR /&gt;&lt;BR /&gt;for bcm5700&lt;BR /&gt;options eth0 line_speed=100 auto_speed=0 full_duplex=1</description>
    <pubDate>Thu, 23 Dec 2004 08:37:55 GMT</pubDate>
    <dc:creator>Stephen_126</dc:creator>
    <dc:date>2004-12-23T08:37:55Z</dc:date>
    <item>
      <title>Forcing the NIC interface to 100 Mbps Full Duplex</title>
      <link>https://community.hpe.com/t5/operating-system-linux/forcing-the-nic-interface-to-100-mbps-full-duplex/m-p/3441531#M81624</link>
      <description>Greetings,&lt;BR /&gt;I am currently running Linux AS 3.0 - The port that I have my Linux server plugged into forced to 100 Mbps full duplex and NO neg.  I would like to set this setting as well on my NIC ineterface on my server and make it a permanent setting.  Does anyone here know how I can do this?  Yes, I ran the command "mii-tool eth0" and it came back with 10/100 Mbps auto - I must change this to reduced the number of collisions on the NIC interface.&lt;BR /&gt;&lt;BR /&gt;Thank you in advance.&lt;BR /&gt;Ian D.</description>
      <pubDate>Sat, 11 Dec 2004 20:44:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/forcing-the-nic-interface-to-100-mbps-full-duplex/m-p/3441531#M81624</guid>
      <dc:creator>Ian Derringer</dc:creator>
      <dc:date>2004-12-11T20:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: Forcing the NIC interface to 100 Mbps Full Duplex</title>
      <link>https://community.hpe.com/t5/operating-system-linux/forcing-the-nic-interface-to-100-mbps-full-duplex/m-p/3441532#M81625</link>
      <description>It probably won't help. The collisions are probably a result of general network configutation.&lt;BR /&gt;&lt;BR /&gt;The way to reduce collisons is to reduce the size of the collision domain. If all of your servers and workstations are on the same collission domain you'll have a lot of collisions.&lt;BR /&gt;&lt;BR /&gt;What you may wish to do is check into dividing your network into distinct subnets.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sat, 11 Dec 2004 21:44:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/forcing-the-nic-interface-to-100-mbps-full-duplex/m-p/3441532#M81625</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-12-11T21:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: Forcing the NIC interface to 100 Mbps Full Duplex</title>
      <link>https://community.hpe.com/t5/operating-system-linux/forcing-the-nic-interface-to-100-mbps-full-duplex/m-p/3441533#M81626</link>
      <description>Ian,&lt;BR /&gt;&lt;BR /&gt;To force 100 baseT full duplex for eth0 use:&lt;BR /&gt;&lt;BR /&gt;/sbin/mii-tool -F 100baseTx-FD eth0&lt;BR /&gt;&lt;BR /&gt;Then to check eth0&lt;BR /&gt;&lt;BR /&gt;/sbin/mii-tool eth0&lt;BR /&gt;&lt;BR /&gt;What I'd do is put this command at the end of your /etc/rc.d/rc.local file.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Ross</description>
      <pubDate>Sat, 11 Dec 2004 23:51:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/forcing-the-nic-interface-to-100-mbps-full-duplex/m-p/3441533#M81626</guid>
      <dc:creator>Ross Minkov</dc:creator>
      <dc:date>2004-12-11T23:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: Forcing the NIC interface to 100 Mbps Full Duplex</title>
      <link>https://community.hpe.com/t5/operating-system-linux/forcing-the-nic-interface-to-100-mbps-full-duplex/m-p/3441534#M81627</link>
      <description>there are two ways to force 10/100 half/full duplex mode for most NICs:&lt;BR /&gt;&lt;BR /&gt;1) mii-tools &amp;amp; ethtool - you should add one of two commands into rc.local&lt;BR /&gt;&lt;BR /&gt;2) module options  in /etc/modules.conf  - unfortunately, there is different options for every NIC driver. For example &lt;BR /&gt;for eepro100:&lt;BR /&gt;&lt;BR /&gt;options eepro100 full_duplex=1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;for e100:&lt;BR /&gt;&lt;BR /&gt;options eth0 e100_speed_duplex=4&lt;BR /&gt;&lt;BR /&gt;for bcm5700&lt;BR /&gt;&lt;BR /&gt;options eth0  line_speed=100 auto_speed=0 full_duplex=1 &lt;BR /&gt;</description>
      <pubDate>Sun, 12 Dec 2004 05:13:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/forcing-the-nic-interface-to-100-mbps-full-duplex/m-p/3441534#M81627</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2004-12-12T05:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: Forcing the NIC interface to 100 Mbps Full Duplex</title>
      <link>https://community.hpe.com/t5/operating-system-linux/forcing-the-nic-interface-to-100-mbps-full-duplex/m-p/3441535#M81628</link>
      <description>You will want to use the options method&lt;BR /&gt;to set 100 FD.  Our Cisco switches get &lt;BR /&gt;very confused when they see the switch &lt;BR /&gt;start negotiating and fall back to HD.&lt;BR /&gt;&lt;BR /&gt;You may also want to delay loading the &lt;BR /&gt;drivers until the interface is configured.&lt;BR /&gt;We also had problems if the driver was&lt;BR /&gt;loaded, and not configured immediately.&lt;BR /&gt;Remove the driver from /etc/modules, and&lt;BR /&gt;add an alias line in /etc/modules.conf &lt;BR /&gt;for the module. &lt;BR /&gt;&lt;BR /&gt;  aliase eth0  e100pro&lt;BR /&gt;&lt;BR /&gt;I finally convinced the network people to &lt;BR /&gt;allow auto-negotiation.  I pointed out that&lt;BR /&gt;the MII spec does not support 100FD as the&lt;BR /&gt;only option.  CISCO advertises the ports&lt;BR /&gt;as 100HD. &lt;BR /&gt;&lt;BR /&gt;The vortex documentation recommends the following port configuration on CISCO.&lt;BR /&gt;&lt;BR /&gt;    interface FastEthernet0/N&lt;BR /&gt;        description machinename&lt;BR /&gt;        load-interval 30&lt;BR /&gt;        spanning-tree portfast&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;By the way, increasing carrier drops&lt;BR /&gt;indicates the swithch when HD, and &lt;BR /&gt;increasing collisions indicates the&lt;BR /&gt;server when HD.</description>
      <pubDate>Mon, 13 Dec 2004 09:52:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/forcing-the-nic-interface-to-100-mbps-full-duplex/m-p/3441535#M81628</guid>
      <dc:creator>Bill Thorsteinson</dc:creator>
      <dc:date>2004-12-13T09:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: Forcing the NIC interface to 100 Mbps Full Duplex</title>
      <link>https://community.hpe.com/t5/operating-system-linux/forcing-the-nic-interface-to-100-mbps-full-duplex/m-p/3441536#M81629</link>
      <description>The preferrable method is the second one described by Karasik, though it may look a little more work involved. It is, in general, not a good practice to put stuff in the rc.local if you can avoid it. &lt;BR /&gt;&lt;BR /&gt;Another thing I ran into was some old NIC's that didn't have full duplex support in the driver. You need replace your NIC if that's case.&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Mon, 13 Dec 2004 10:19:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/forcing-the-nic-interface-to-100-mbps-full-duplex/m-p/3441536#M81629</guid>
      <dc:creator>Chris Xu</dc:creator>
      <dc:date>2004-12-13T10:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: Forcing the NIC interface to 100 Mbps Full Duplex</title>
      <link>https://community.hpe.com/t5/operating-system-linux/forcing-the-nic-interface-to-100-mbps-full-duplex/m-p/3441537#M81630</link>
      <description>I have to say I am _not_ a fan of hardcoding.  I will say that I don't have the bad history with switches some have.  Most of the switches I've used (surprise) have been ProCurves.  &lt;BR /&gt;&lt;BR /&gt;Indeed, if oneside is hardcoded and theother auto, autoneg is _supposed_ to fail and the side trying to auto will be in half-duplex because it is _supposed_ to be there.&lt;BR /&gt;&lt;BR /&gt;You then get duplex mismatch with the hardcoded FD side and indeed you will see collisions - the type to look for in particular are "*late*" collisions if your tools break those out - for those are the "collisions" that are actually errors.  On the full-duplex side of the mismatch you will see FCS/CRC errors.&lt;BR /&gt;&lt;BR /&gt;When auto fails, go for the latest switch firmware and NIC drivers before resorting to hardcoding.  Otherwise, move some kit around, get some new kit, whathaveyou and poof, duplex mismatches all over again.&lt;BR /&gt;&lt;BR /&gt;The other reason to try to break the hardcoding habit - for Gigabit autoneg is _required_.</description>
      <pubDate>Mon, 13 Dec 2004 12:22:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/forcing-the-nic-interface-to-100-mbps-full-duplex/m-p/3441537#M81630</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2004-12-13T12:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: Forcing the NIC interface to 100 Mbps Full Duplex</title>
      <link>https://community.hpe.com/t5/operating-system-linux/forcing-the-nic-interface-to-100-mbps-full-duplex/m-p/3441538#M81631</link>
      <description>Hi,&lt;BR /&gt;Everyone has a good point.  I ran lsmod and saw that I have a bcm5700 NIC card.  I was not able to modify my NIC setting with 'mii-tool', therefore, I downloaded 'ethtool' and used that instead.  I was getting collisions because my cisco switch (5509) was set at 100Mbps full duplex auto - and my NIC was set to 100 half duplex auto.  I do know that the cisco switch, well atleast mine doesn't like auto negotiate that much.  So, I forced the cisco switch and the NIC interface to full duplex 100MBps no auto and everyone is very happy now.&lt;BR /&gt;&lt;BR /&gt;Thanks for all your help.&lt;BR /&gt;&lt;BR /&gt;Have a great day!!&lt;BR /&gt;&lt;BR /&gt;P.S. How do I give out points to one/multiple people?&lt;BR /&gt;&lt;BR /&gt;Ian D.&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Dec 2004 10:16:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/forcing-the-nic-interface-to-100-mbps-full-duplex/m-p/3441538#M81631</guid>
      <dc:creator>Ian Derringer</dc:creator>
      <dc:date>2004-12-14T10:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Forcing the NIC interface to 100 Mbps Full Duplex</title>
      <link>https://community.hpe.com/t5/operating-system-linux/forcing-the-nic-interface-to-100-mbps-full-duplex/m-p/3441539#M81632</link>
      <description>&amp;gt;points?&lt;BR /&gt;&lt;BR /&gt;In IE browser you'll see a button for assigning points, Firefox has a problem with this button.</description>
      <pubDate>Tue, 14 Dec 2004 10:20:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/forcing-the-nic-interface-to-100-mbps-full-duplex/m-p/3441539#M81632</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2004-12-14T10:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Forcing the NIC interface to 100 Mbps Full Duplex</title>
      <link>https://community.hpe.com/t5/operating-system-linux/forcing-the-nic-interface-to-100-mbps-full-duplex/m-p/3441540#M81633</link>
      <description>Where do I find a table/map of cards&amp;lt;-&amp;gt; options, some where shown in above replies.&lt;BR /&gt;Mine, today is "e1000", I need to run 100/FD now until copperGB switch environ is installed.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;-Stephen 770-343-0196&lt;BR /&gt;========== SNIP ==================&lt;BR /&gt;2) module options in /etc/modules.conf - unfortunately, there is different options for every NIC driver. For example for eepro100:&lt;BR /&gt;options eepro100 full_duplex=1&lt;BR /&gt;&lt;BR /&gt;for e100:&lt;BR /&gt;options eth0 e100_speed_duplex=4&lt;BR /&gt;&lt;BR /&gt;for bcm5700&lt;BR /&gt;options eth0 line_speed=100 auto_speed=0 full_duplex=1</description>
      <pubDate>Thu, 23 Dec 2004 08:37:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/forcing-the-nic-interface-to-100-mbps-full-duplex/m-p/3441540#M81633</guid>
      <dc:creator>Stephen_126</dc:creator>
      <dc:date>2004-12-23T08:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Forcing the NIC interface to 100 Mbps Full Duplex</title>
      <link>https://community.hpe.com/t5/operating-system-linux/forcing-the-nic-interface-to-100-mbps-full-duplex/m-p/3441541#M81634</link>
      <description>modinfo module&lt;BR /&gt;&lt;BR /&gt;or on module's site / from authors / from Google&lt;BR /&gt;&lt;BR /&gt;AFAIK, for e1000 you should use&lt;BR /&gt;&lt;BR /&gt;options e1000 Speed=100,Duplex=Full</description>
      <pubDate>Thu, 23 Dec 2004 08:55:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/forcing-the-nic-interface-to-100-mbps-full-duplex/m-p/3441541#M81634</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2004-12-23T08:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Forcing the NIC interface to 100 Mbps Full Duplex</title>
      <link>https://community.hpe.com/t5/operating-system-linux/forcing-the-nic-interface-to-100-mbps-full-duplex/m-p/3441542#M81635</link>
      <description>Another alternate for RHAS3 is edit your /etc/sysconfig/network-scripts/ifcfg-eth0[1,2]&lt;BR /&gt;&lt;BR /&gt;add this line:&lt;BR /&gt;&lt;BR /&gt;ETHTOOL_OPTS="speed 100 duplex full autoneg off"&lt;BR /&gt;&lt;BR /&gt;The network script checks for the variable ETHTOOL_OPTS and will set your duplex for you.  This may work with RHAS2.1, depending on the update version you are running</description>
      <pubDate>Wed, 19 Jan 2005 15:58:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/forcing-the-nic-interface-to-100-mbps-full-duplex/m-p/3441542#M81635</guid>
      <dc:creator>Aris Cruz</dc:creator>
      <dc:date>2005-01-19T15:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: Forcing the NIC interface to 100 Mbps Full Duplex</title>
      <link>https://community.hpe.com/t5/operating-system-linux/forcing-the-nic-interface-to-100-mbps-full-duplex/m-p/3441543#M81636</link>
      <description>Great!  I will try that and let you know.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Ian</description>
      <pubDate>Thu, 20 Jan 2005 09:58:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/forcing-the-nic-interface-to-100-mbps-full-duplex/m-p/3441543#M81636</guid>
      <dc:creator>Ian Derringer</dc:creator>
      <dc:date>2005-01-20T09:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: Forcing the NIC interface to 100 Mbps Full Duplex</title>
      <link>https://community.hpe.com/t5/operating-system-linux/forcing-the-nic-interface-to-100-mbps-full-duplex/m-p/6881004#M81637</link>
      <description>&lt;P&gt;Hi, where exactly do you place this line in the eth0 file when using VI editor.&amp;nbsp;&lt;/P&gt;&lt;P&gt;ETHTOOL_OPTS="speed 100 duplex full autoneg off"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried placing it at the end (looks like the end) and saving it but it does not make any changes,.. &amp;nbsp;THank You&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2016 03:45:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/forcing-the-nic-interface-to-100-mbps-full-duplex/m-p/6881004#M81637</guid>
      <dc:creator>Noordhoek</dc:creator>
      <dc:date>2016-07-22T03:45:12Z</dc:date>
    </item>
  </channel>
</rss>

