<?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: etho = 100/full in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/etho-100-full/m-p/3746772#M22095</link>
    <description>Hi, &lt;BR /&gt;&lt;BR /&gt;It is SUSE 9.&lt;BR /&gt;I do not have&lt;BR /&gt;/etc/sysconfig/network-scripts&lt;BR /&gt;&lt;BR /&gt;and under &lt;BR /&gt;/etc/sysconfig/network/scripts/&lt;BR /&gt;I do not have ifcfg-eth0 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Kevin</description>
    <pubDate>Wed, 08 Mar 2006 08:31:26 GMT</pubDate>
    <dc:creator>Kevin_194</dc:creator>
    <dc:date>2006-03-08T08:31:26Z</dc:date>
    <item>
      <title>etho = 100/full</title>
      <link>https://community.hpe.com/t5/operating-system-linux/etho-100-full/m-p/3746770#M22093</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I see with &lt;BR /&gt;ethtool eth0&lt;BR /&gt;the Duplex is "half".&lt;BR /&gt;&lt;BR /&gt;I want to change it to full.&lt;BR /&gt;ethtool -s -eth0 autoneg off&lt;BR /&gt;ethtool -s eth0 duplex full&lt;BR /&gt;&lt;BR /&gt;It is OK but after restarting the server the configuration go back to "half".&lt;BR /&gt;&lt;BR /&gt;I try setting the options in /etc/sysconfig/networking/ifcfg-ethX &lt;BR /&gt;&lt;BR /&gt;ETHTOOL_OPTS="speed 100 duplex full autoneg off"&lt;BR /&gt;&lt;BR /&gt;After restart the configuration go still back tu "half".&lt;BR /&gt;&lt;BR /&gt;What is wrong?&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;BR /&gt;Kevin&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Mar 2006 07:55:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/etho-100-full/m-p/3746770#M22093</guid>
      <dc:creator>Kevin_194</dc:creator>
      <dc:date>2006-03-08T07:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: etho = 100/full</title>
      <link>https://community.hpe.com/t5/operating-system-linux/etho-100-full/m-p/3746771#M22094</link>
      <description>Assuming you have Redhat OS and your network card device is identified as eth0, you should add the following line:&lt;BR /&gt;ETHTOOL_OPTS="speed 100 duplex full autoneg off" &lt;BR /&gt;at the end of the file:&lt;BR /&gt;/etc/sysconfig/network-scripts/ifcfg-eth0 &lt;BR /&gt;&lt;BR /&gt;Just my 2 cents.&lt;BR /&gt;Regards</description>
      <pubDate>Wed, 08 Mar 2006 08:05:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/etho-100-full/m-p/3746771#M22094</guid>
      <dc:creator>Sergejs Svitnevs</dc:creator>
      <dc:date>2006-03-08T08:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: etho = 100/full</title>
      <link>https://community.hpe.com/t5/operating-system-linux/etho-100-full/m-p/3746772#M22095</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;It is SUSE 9.&lt;BR /&gt;I do not have&lt;BR /&gt;/etc/sysconfig/network-scripts&lt;BR /&gt;&lt;BR /&gt;and under &lt;BR /&gt;/etc/sysconfig/network/scripts/&lt;BR /&gt;I do not have ifcfg-eth0 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Kevin</description>
      <pubDate>Wed, 08 Mar 2006 08:31:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/etho-100-full/m-p/3746772#M22095</guid>
      <dc:creator>Kevin_194</dc:creator>
      <dc:date>2006-03-08T08:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: etho = 100/full</title>
      <link>https://community.hpe.com/t5/operating-system-linux/etho-100-full/m-p/3746773#M22096</link>
      <description>Not sure about suse, but you should check your /etc/modules.conf or modprobe.conf if there are some parameters that may be conflicting with ethtool, also you could set the ethtool command in /etc/rc.local, this is the last script executed instead of configuring the the interface file.</description>
      <pubDate>Wed, 08 Mar 2006 08:50:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/etho-100-full/m-p/3746773#M22096</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-03-08T08:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: etho = 100/full</title>
      <link>https://community.hpe.com/t5/operating-system-linux/etho-100-full/m-p/3746774#M22097</link>
      <description>Please check out the output of "ethtool -i eth0".&lt;BR /&gt;if Ethernet driver is "e100", then in the "/etc/modules.conf" file add the options lines: &lt;BR /&gt;alias eth0 e100 &lt;BR /&gt;options e100 e100_speed_duplex=4&lt;BR /&gt;&lt;BR /&gt;if "e1000", then add&lt;BR /&gt;alias eth0 e1000&lt;BR /&gt;options e1000 Speed=100 Duplex=2&lt;BR /&gt;&lt;BR /&gt;if "bcm5700", the add&lt;BR /&gt;alias eth0 bcm5700&lt;BR /&gt;options bcm5700 line_speed=100 full_duplex=1 auto_speed=0&lt;BR /&gt;&lt;BR /&gt;then reboot your pc&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Mar 2006 09:06:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/etho-100-full/m-p/3746774#M22097</guid>
      <dc:creator>Sergejs Svitnevs</dc:creator>
      <dc:date>2006-03-08T09:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: etho = 100/full</title>
      <link>https://community.hpe.com/t5/operating-system-linux/etho-100-full/m-p/3746775#M22098</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;"ethtool -i eth0" = driver e1000&lt;BR /&gt;&lt;BR /&gt;There is no entry inside of "/etc/modules.conf" . So it is empty.&lt;BR /&gt;But the "etc/modprobe.conf" hast a lot of entries.&lt;BR /&gt;Where do I have to put:  &lt;BR /&gt;&lt;BR /&gt;alias eth0 e1000&lt;BR /&gt;options e1000 Speed=100 Duplex=2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Kevin</description>
      <pubDate>Wed, 08 Mar 2006 09:18:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/etho-100-full/m-p/3746775#M22098</guid>
      <dc:creator>Kevin_194</dc:creator>
      <dc:date>2006-03-08T09:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: etho = 100/full</title>
      <link>https://community.hpe.com/t5/operating-system-linux/etho-100-full/m-p/3746776#M22099</link>
      <description>Hi Kevin&lt;BR /&gt;&lt;BR /&gt;Just add&lt;BR /&gt;ethtool -s -eth0 autoneg off&lt;BR /&gt;ethtool -s eth0 duplex full&lt;BR /&gt;&lt;BR /&gt;to /etc/rc.local &lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Mar 2006 09:21:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/etho-100-full/m-p/3746776#M22099</guid>
      <dc:creator>Vipulinux</dc:creator>
      <dc:date>2006-03-08T09:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: etho = 100/full</title>
      <link>https://community.hpe.com/t5/operating-system-linux/etho-100-full/m-p/3746777#M22100</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;sorry but there is no:&lt;BR /&gt; /etc/rc.local &lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Kevin</description>
      <pubDate>Wed, 08 Mar 2006 09:25:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/etho-100-full/m-p/3746777#M22100</guid>
      <dc:creator>Kevin_194</dc:creator>
      <dc:date>2006-03-08T09:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: etho = 100/full</title>
      <link>https://community.hpe.com/t5/operating-system-linux/etho-100-full/m-p/3746778#M22101</link>
      <description>Shalom Kevin,&lt;BR /&gt;&lt;BR /&gt;if the force code does not work, replace the NIC.&lt;BR /&gt;&lt;BR /&gt;If that does not work, suspect the network switch port configuration, which has not been mentioned.&lt;BR /&gt;&lt;BR /&gt;Many older switches default to half duplex.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 08 Mar 2006 09:28:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/etho-100-full/m-p/3746778#M22101</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-03-08T09:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: etho = 100/full</title>
      <link>https://community.hpe.com/t5/operating-system-linux/etho-100-full/m-p/3746779#M22102</link>
      <description>Hi&lt;BR /&gt;What distribution are u using?&lt;BR /&gt;&lt;BR /&gt;You can create a script that executes the commands:&lt;BR /&gt;ethtool -s -eth0 autoneg off&lt;BR /&gt;ethtool -s eth0 duplex full &lt;BR /&gt;&lt;BR /&gt;and put the script in /etc/rc.d/rc3.d/&lt;BR /&gt;&lt;BR /&gt;This will work&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Mar 2006 09:37:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/etho-100-full/m-p/3746779#M22102</guid>
      <dc:creator>Vipulinux</dc:creator>
      <dc:date>2006-03-08T09:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: etho = 100/full</title>
      <link>https://community.hpe.com/t5/operating-system-linux/etho-100-full/m-p/3746780#M22103</link>
      <description>you only need to add:&lt;BR /&gt;&lt;BR /&gt;alias eth0 e1000&lt;BR /&gt;options e1000 Speed=100 Duplex=2&lt;BR /&gt;&lt;BR /&gt;to the "/etc/modules.conf" file and restart.</description>
      <pubDate>Wed, 08 Mar 2006 10:14:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/etho-100-full/m-p/3746780#M22103</guid>
      <dc:creator>Sergejs Svitnevs</dc:creator>
      <dc:date>2006-03-08T10:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: etho = 100/full</title>
      <link>https://community.hpe.com/t5/operating-system-linux/etho-100-full/m-p/3746781#M22104</link>
      <description>Kevin,&lt;BR /&gt;&lt;BR /&gt;The problem here is that everyone here except you is talking Redhat not Suse.&lt;BR /&gt;&lt;BR /&gt;The files are there but have different names. They're normally in "/etc/init.d" and are linked to "/etc/init.d/rc.d" and "rc?.d" and so you could put the "ethtool" commands in here.&lt;BR /&gt;&lt;BR /&gt;The easiest way to configure your devices is via Yast-2 from the GUI, then select networking devices, and your Ethernet card. This should show all the detected and configured device.&lt;BR /&gt;Assuming that your NIC is already in the list, simply select it and select "Configure", then add the duplex as an option. Once saved this should survive reboots.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Mar 2006 02:33:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/etho-100-full/m-p/3746781#M22104</guid>
      <dc:creator>Andrew Cowan</dc:creator>
      <dc:date>2006-03-09T02:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: etho = 100/full</title>
      <link>https://community.hpe.com/t5/operating-system-linux/etho-100-full/m-p/3746782#M22105</link>
      <description>Kevin,&lt;BR /&gt;&lt;BR /&gt;Further Suse documentation is available at:&lt;A href="http://www.novell.com/documentation/" target="_blank"&gt;http://www.novell.com/documentation/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;Andrew</description>
      <pubDate>Thu, 09 Mar 2006 02:34:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/etho-100-full/m-p/3746782#M22105</guid>
      <dc:creator>Andrew Cowan</dc:creator>
      <dc:date>2006-03-09T02:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: etho = 100/full</title>
      <link>https://community.hpe.com/t5/operating-system-linux/etho-100-full/m-p/3746783#M22106</link>
      <description>Hi kevin&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Use the following command&lt;BR /&gt;&lt;BR /&gt;#mii-tool -F 100baseTx-FD eth0 (For full Duplex Speed)&lt;BR /&gt;#mii-tool -F 100baseTx-HD eth0 (For Half Duplex Speed)</description>
      <pubDate>Thu, 09 Mar 2006 03:13:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/etho-100-full/m-p/3746783#M22106</guid>
      <dc:creator>dipesh_2</dc:creator>
      <dc:date>2006-03-09T03:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: etho = 100/full</title>
      <link>https://community.hpe.com/t5/operating-system-linux/etho-100-full/m-p/3746784#M22107</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Propably the following link may help you.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.cyberciti.biz/faqs/2006/01/linux-lan-card-find-out-full.php" target="_blank"&gt;http://www.cyberciti.biz/faqs/2006/01/linux-lan-card-find-out-full.php&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;rgds,&lt;BR /&gt;&lt;BR /&gt;SSN</description>
      <pubDate>Mon, 13 Mar 2006 06:05:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/etho-100-full/m-p/3746784#M22107</guid>
      <dc:creator>Subramaniyan.S</dc:creator>
      <dc:date>2006-03-13T06:05:40Z</dc:date>
    </item>
  </channel>
</rss>

