<?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 fixed &amp;quot;network interface card&amp;quot; speed to 100 full duplex in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-fixed-quot-network-interface-card-quot-speed-to-100-full/m-p/3241926#M11211</link>
    <description>Hi JP,&lt;BR /&gt;Thanks for your assist.&lt;BR /&gt;This problem has been resolve.&lt;BR /&gt;Thank you :-)</description>
    <pubDate>Thu, 15 Apr 2004 05:34:21 GMT</pubDate>
    <dc:creator>sam chen</dc:creator>
    <dc:date>2004-04-15T05:34:21Z</dc:date>
    <item>
      <title>how to fixed "network interface card" speed to 100 full duplex</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-fixed-quot-network-interface-card-quot-speed-to-100-full/m-p/3241911#M11196</link>
      <description>Deat Sir,&lt;BR /&gt;Could you please tell me how to do it.&lt;BR /&gt;Thanks a lot.</description>
      <pubDate>Wed, 07 Apr 2004 01:25:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-fixed-quot-network-interface-card-quot-speed-to-100-full/m-p/3241911#M11196</guid>
      <dc:creator>sam chen</dc:creator>
      <dc:date>2004-04-07T01:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to fixed "network interface card" speed to 100 full duplex</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-fixed-quot-network-interface-card-quot-speed-to-100-full/m-p/3241912#M11197</link>
      <description>Unfortunately this is slightly different depending on which driver you are using.&lt;BR /&gt;&lt;BR /&gt;The command 'modinfo &lt;DRIVER&gt;' will tell you what flags are available.&lt;BR /&gt;&lt;BR /&gt;Usually, an entry similar to this in '/etc/modules.conf' is what it takes:&lt;BR /&gt;&lt;BR /&gt;options eepro100 options=48&lt;BR /&gt;&lt;BR /&gt;to hardware at full-duplex 100Mbit.&lt;/DRIVER&gt;</description>
      <pubDate>Wed, 07 Apr 2004 01:49:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-fixed-quot-network-interface-card-quot-speed-to-100-full/m-p/3241912#M11197</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-04-07T01:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to fixed "network interface card" speed to 100 full duplex</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-fixed-quot-network-interface-card-quot-speed-to-100-full/m-p/3241913#M11198</link>
      <description>here are two ways in Linux to force NIC to work in 100 FD mode&lt;BR /&gt;&lt;BR /&gt;1) almost universal way using mii-tool or ethtool utilities, you should add &lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;mii-tool -F 100baseTx-FD&lt;BR /&gt;&lt;BR /&gt;string into /etc/rc.local script (see "man mii-tool" for more options)&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;2) set NIC module (driver) parameters using /etc/modules.conf. Unfortunately there is no universal parameters suitable for all NICs' below you can see few examples:&lt;BR /&gt;&lt;BR /&gt;You may learn more from output of "modinfo" command and NIC module/driver documentation/websites&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;eepro100: (Intel Ethernet  Express 10/100)&lt;BR /&gt;&lt;BR /&gt;options eepro100 full_duplex=1&lt;BR /&gt;&lt;BR /&gt;e100:  (Intel Ethernet  Express 10/100)&lt;BR /&gt;&lt;BR /&gt;options eth0 e100_speed_duplex=4&lt;BR /&gt;&lt;BR /&gt;bcm5700   (Broadcom Gigabit Ethernet)&lt;BR /&gt;&lt;BR /&gt;options eth0 line_speed=100 auto_speed=0 full_duplex=1 &lt;BR /&gt;&lt;BR /&gt;e1000  (Intel Gigabit Ethernet)&lt;BR /&gt;&lt;BR /&gt;options e1000 Speed=100,Duplex=Full&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt; &lt;BR /&gt;Vitaly  &lt;BR /&gt;</description>
      <pubDate>Wed, 07 Apr 2004 01:51:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-fixed-quot-network-interface-card-quot-speed-to-100-full/m-p/3241913#M11198</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2004-04-07T01:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: how to fixed "network interface card" speed to 100 full duplex</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-fixed-quot-network-interface-card-quot-speed-to-100-full/m-p/3241914#M11199</link>
      <description>Hi Stuart,&lt;BR /&gt;I have checked my NIC.&lt;BR /&gt;It's Broadcom Trgon3.&lt;BR /&gt;Could you tell me which file I need to modify.&lt;BR /&gt;I am not sure how to do it.&lt;BR /&gt;Thanks fot your assist.&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Apr 2004 02:05:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-fixed-quot-network-interface-card-quot-speed-to-100-full/m-p/3241914#M11199</guid>
      <dc:creator>sam chen</dc:creator>
      <dc:date>2004-04-07T02:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to fixed "network interface card" speed to 100 full duplex</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-fixed-quot-network-interface-card-quot-speed-to-100-full/m-p/3241915#M11200</link>
      <description>Ok then! TG3 module is a pain-in-the-ass..&lt;BR /&gt;&lt;BR /&gt;Mainly being it doesn't have any configurable options to limit/force a data rate.&lt;BR /&gt;&lt;BR /&gt;If it is a broadcomm card (which if it's a HP/Compaq machine, it more than likely is), use the HP recomended 'bcm5700' driver, not 'tg3'.</description>
      <pubDate>Wed, 07 Apr 2004 02:16:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-fixed-quot-network-interface-card-quot-speed-to-100-full/m-p/3241915#M11200</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-04-07T02:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to fixed "network interface card" speed to 100 full duplex</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-fixed-quot-network-interface-card-quot-speed-to-100-full/m-p/3241916#M11201</link>
      <description>Addition: the bcm5700 driver is part of the Proliant Support Pack, which can be downloaded from starting point &lt;A href="http://h18004.www1.hp.com/products/servers/platforms/" target="_blank"&gt;http://h18004.www1.hp.com/products/servers/platforms/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;JP</description>
      <pubDate>Wed, 07 Apr 2004 02:22:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-fixed-quot-network-interface-card-quot-speed-to-100-full/m-p/3241916#M11201</guid>
      <dc:creator>Jeroen Peereboom</dc:creator>
      <dc:date>2004-04-07T02:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to fixed "network interface card" speed to 100 full duplex</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-fixed-quot-network-interface-card-quot-speed-to-100-full/m-p/3241917#M11202</link>
      <description>for bcm5700 driver see options in my previous post&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;for tg3 [yes, it were a lot of problem with tg3 in in the past, may be now we have better version]: ethtool should force tg3 to 100FD</description>
      <pubDate>Wed, 07 Apr 2004 02:26:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-fixed-quot-network-interface-card-quot-speed-to-100-full/m-p/3241917#M11202</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2004-04-07T02:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to fixed "network interface card" speed to 100 full duplex</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-fixed-quot-network-interface-card-quot-speed-to-100-full/m-p/3241918#M11203</link>
      <description>Hi Stuart,&lt;BR /&gt;Yes, it's a Itanium rx2600 workstation, OS version is RedHat AD 2.1.&lt;BR /&gt;This NIC is eth1.&lt;BR /&gt;Could you tell me how to change driver to bcm5700.&lt;BR /&gt;And why can't still use tg3 driver?&lt;BR /&gt;Thank you very much.</description>
      <pubDate>Wed, 07 Apr 2004 02:29:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-fixed-quot-network-interface-card-quot-speed-to-100-full/m-p/3241918#M11203</guid>
      <dc:creator>sam chen</dc:creator>
      <dc:date>2004-04-07T02:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to fixed "network interface card" speed to 100 full duplex</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-fixed-quot-network-interface-card-quot-speed-to-100-full/m-p/3241919#M11204</link>
      <description>Hi Vitaly,&lt;BR /&gt;Do you have good idea in this case such as install a currect driver or fix 100FD.&lt;BR /&gt;Then could you write down how to do it.&lt;BR /&gt;Thanks for your assist.&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Apr 2004 02:41:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-fixed-quot-network-interface-card-quot-speed-to-100-full/m-p/3241919#M11204</guid>
      <dc:creator>sam chen</dc:creator>
      <dc:date>2004-04-07T02:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to fixed "network interface card" speed to 100 full duplex</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-fixed-quot-network-interface-card-quot-speed-to-100-full/m-p/3241920#M11205</link>
      <description>Hi Vitaly,&lt;BR /&gt;Are you here.&lt;BR /&gt;Could you tell me how to force TG3 to 100FD.&lt;BR /&gt;Thanks a lot.</description>
      <pubDate>Wed, 07 Apr 2004 02:56:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-fixed-quot-network-interface-card-quot-speed-to-100-full/m-p/3241920#M11205</guid>
      <dc:creator>sam chen</dc:creator>
      <dc:date>2004-04-07T02:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to fixed "network interface card" speed to 100 full duplex</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-fixed-quot-network-interface-card-quot-speed-to-100-full/m-p/3241921#M11206</link>
      <description>You can nail your connection w/ the tg3 driver.  Just dwnload the ethtools rpm and install, and then nail your duplex speed by&lt;BR /&gt;ethtool -s eth0 speed 100 duplex full autoneg off.&lt;BR /&gt;&lt;BR /&gt;cheers!&lt;BR /&gt;ds.</description>
      <pubDate>Wed, 07 Apr 2004 15:35:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-fixed-quot-network-interface-card-quot-speed-to-100-full/m-p/3241921#M11206</guid>
      <dc:creator>Darrin St. Amant</dc:creator>
      <dc:date>2004-04-07T15:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to fixed "network interface card" speed to 100 full duplex</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-fixed-quot-network-interface-card-quot-speed-to-100-full/m-p/3241922#M11207</link>
      <description>Sam,&lt;BR /&gt;&lt;BR /&gt;I'm living in Israel, not US, so it was night here :-)&lt;BR /&gt;&lt;BR /&gt;IMHO, you don't have to switch from tg3 to bcm5700, &lt;BR /&gt;&lt;BR /&gt;try to force tg3 to be 100FD using ethtool first. &lt;BR /&gt;&lt;BR /&gt;If it doesn't work, when:&lt;BR /&gt;&lt;BR /&gt;- check if you have bcm5700 driver:&lt;BR /&gt;&lt;BR /&gt;find /lib/modules -name bcm5700.o&lt;BR /&gt;&lt;BR /&gt;If you have it, when:&lt;BR /&gt;&lt;BR /&gt;- service network stop&lt;BR /&gt;rmmod tg3&lt;BR /&gt;insmod bcm5700&lt;BR /&gt;service network start&lt;BR /&gt;&lt;BR /&gt;Does it work? if yes, just replace tg3 with bcm5700 in /etc/modules.comf.&lt;BR /&gt;&lt;BR /&gt;If you don't have bcm5700 module, you should dw/compile/install it.</description>
      <pubDate>Thu, 08 Apr 2004 02:15:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-fixed-quot-network-interface-card-quot-speed-to-100-full/m-p/3241922#M11207</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2004-04-08T02:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: how to fixed "network interface card" speed to 100 full duplex</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-fixed-quot-network-interface-card-quot-speed-to-100-full/m-p/3241923#M11208</link>
      <description>Sam,replying to 'how should I install the bcm5700 driver'.I downloaded and copied the Proliant Support Pack, started install700.sh script and selected to install the NIC drivers only.It will modify your modules.conf with something like:alias eth0 bcm5700alias eth1 bcm5700And you need to reboot.You can add an options line later.JP.</description>
      <pubDate>Thu, 08 Apr 2004 06:52:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-fixed-quot-network-interface-card-quot-speed-to-100-full/m-p/3241923#M11208</guid>
      <dc:creator>Jeroen Peereboom</dc:creator>
      <dc:date>2004-04-08T06:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to fixed "network interface card" speed to 100 full duplex</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-fixed-quot-network-interface-card-quot-speed-to-100-full/m-p/3241924#M11209</link>
      <description>By the way, It seems that if I reply using my Linux system the linefeeds are missing in my replies. Sorry.JP.</description>
      <pubDate>Thu, 08 Apr 2004 06:55:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-fixed-quot-network-interface-card-quot-speed-to-100-full/m-p/3241924#M11209</guid>
      <dc:creator>Jeroen Peereboom</dc:creator>
      <dc:date>2004-04-08T06:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: how to fixed "network interface card" speed to 100 full duplex</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-fixed-quot-network-interface-card-quot-speed-to-100-full/m-p/3241925#M11210</link>
      <description>Hi Vitaly,&lt;BR /&gt;Thanks for your assist.&lt;BR /&gt;This problem has being solve.&lt;BR /&gt;Really,you are living in lsrael.&lt;BR /&gt;It's so far with me.  :-)&lt;BR /&gt;Are you Jewess?&lt;BR /&gt;I am living in Taiwan.&lt;BR /&gt;Nice to meeting you via Internet.</description>
      <pubDate>Thu, 15 Apr 2004 05:32:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-fixed-quot-network-interface-card-quot-speed-to-100-full/m-p/3241925#M11210</guid>
      <dc:creator>sam chen</dc:creator>
      <dc:date>2004-04-15T05:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to fixed "network interface card" speed to 100 full duplex</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-fixed-quot-network-interface-card-quot-speed-to-100-full/m-p/3241926#M11211</link>
      <description>Hi JP,&lt;BR /&gt;Thanks for your assist.&lt;BR /&gt;This problem has been resolve.&lt;BR /&gt;Thank you :-)</description>
      <pubDate>Thu, 15 Apr 2004 05:34:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-fixed-quot-network-interface-card-quot-speed-to-100-full/m-p/3241926#M11211</guid>
      <dc:creator>sam chen</dc:creator>
      <dc:date>2004-04-15T05:34:21Z</dc:date>
    </item>
  </channel>
</rss>

