<?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: LINUX AS 3 R4 DUPLEX SETTING in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux-as-3-r4-duplex-setting/m-p/3546564#M87164</link>
    <description>&lt;BR /&gt;Add options directive in /etc/modules.conf to set the speed and the duplex. For example here is /etc/modules.conf from one of my servers:&lt;BR /&gt;&lt;BR /&gt;# cat /etc/modules.conf&lt;BR /&gt;alias eth0 e1000&lt;BR /&gt;alias eth1 e1000&lt;BR /&gt;alias eth2 e1000&lt;BR /&gt;alias eth3 e1000&lt;BR /&gt;options e1000 Speed=100,100,100,100 Duplex=2,2,2,2&lt;BR /&gt;alias eth4 tg3&lt;BR /&gt;alias scsi_hostadapter cciss&lt;BR /&gt;alias usb-controller usb-ohci&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Ross</description>
    <pubDate>Wed, 18 May 2005 09:26:13 GMT</pubDate>
    <dc:creator>Ross Minkov</dc:creator>
    <dc:date>2005-05-18T09:26:13Z</dc:date>
    <item>
      <title>LINUX AS 3 R4 DUPLEX SETTING</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-as-3-r4-duplex-setting/m-p/3546561#M87161</link>
      <description>how can I force the duplex setting to 100 full or even see what it is at right now. I cannot use mii-tool or ethtool, both do not work</description>
      <pubDate>Tue, 17 May 2005 14:13:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-as-3-r4-duplex-setting/m-p/3546561#M87161</guid>
      <dc:creator>John Ketron</dc:creator>
      <dc:date>2005-05-17T14:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: LINUX AS 3 R4 DUPLEX SETTING</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-as-3-r4-duplex-setting/m-p/3546562#M87162</link>
      <description>What network card is in the server?&lt;BR /&gt;&lt;BR /&gt;Those two tools work on 90% of the drivers Linux provides.&lt;BR /&gt;&lt;BR /&gt;The output of 'lsmod' and 'lspci' will probably be of help there.&lt;BR /&gt;&lt;BR /&gt;In any case, your info will hopefully be in the 'dmesg' buffer, or in '/var/log/dmesg'.</description>
      <pubDate>Tue, 17 May 2005 17:50:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-as-3-r4-duplex-setting/m-p/3546562#M87162</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-05-17T17:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: LINUX AS 3 R4 DUPLEX SETTING</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-as-3-r4-duplex-setting/m-p/3546563#M87163</link>
      <description>&lt;BR /&gt;when the driver is loaded and ip address configured most of the drivers will give what is the speed at which they are working. these messages are generally sent to kernel messages (dmesg) and /var/log/messages.&lt;BR /&gt;&lt;BR /&gt;Gopi</description>
      <pubDate>Wed, 18 May 2005 01:16:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-as-3-r4-duplex-setting/m-p/3546563#M87163</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-05-18T01:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: LINUX AS 3 R4 DUPLEX SETTING</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-as-3-r4-duplex-setting/m-p/3546564#M87164</link>
      <description>&lt;BR /&gt;Add options directive in /etc/modules.conf to set the speed and the duplex. For example here is /etc/modules.conf from one of my servers:&lt;BR /&gt;&lt;BR /&gt;# cat /etc/modules.conf&lt;BR /&gt;alias eth0 e1000&lt;BR /&gt;alias eth1 e1000&lt;BR /&gt;alias eth2 e1000&lt;BR /&gt;alias eth3 e1000&lt;BR /&gt;options e1000 Speed=100,100,100,100 Duplex=2,2,2,2&lt;BR /&gt;alias eth4 tg3&lt;BR /&gt;alias scsi_hostadapter cciss&lt;BR /&gt;alias usb-controller usb-ohci&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Ross</description>
      <pubDate>Wed, 18 May 2005 09:26:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-as-3-r4-duplex-setting/m-p/3546564#M87164</guid>
      <dc:creator>Ross Minkov</dc:creator>
      <dc:date>2005-05-18T09:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: LINUX AS 3 R4 DUPLEX SETTING</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-as-3-r4-duplex-setting/m-p/3546565#M87165</link>
      <description>If the switch is programmed for autonegotiate and is a full duplex switch/hub.&lt;BR /&gt;&lt;BR /&gt;And the card is modern, you should not have to do anything to go full duplex.&lt;BR /&gt;&lt;BR /&gt;The preferred methodology is autonegotiate.&lt;BR /&gt;&lt;BR /&gt;I would stop trying to force full duplex and investigate the wiring,switch and other infrastructure to figure out why you are not getting full duplex with auto negotiate.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 18 May 2005 09:42:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-as-3-r4-duplex-setting/m-p/3546565#M87165</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-05-18T09:42:44Z</dc:date>
    </item>
  </channel>
</rss>

