<?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: Problem with NIC settings in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/problem-with-nic-settings/m-p/3998986#M28267</link>
    <description>Hi Atul,&lt;BR /&gt;&lt;BR /&gt;if you configure gigabit speed you should always set autoneg to ON!&lt;BR /&gt;thus:&lt;BR /&gt;$ ethtool -s eth1 autoneg speed 1000 duplex full&lt;BR /&gt;&lt;BR /&gt;Did you doublecheck your switchport settings?&lt;BR /&gt;&lt;BR /&gt;What are the error counters of your interface?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;HGH&lt;BR /&gt;</description>
    <pubDate>Mon, 14 May 2007 10:55:36 GMT</pubDate>
    <dc:creator>Hemmetter</dc:creator>
    <dc:date>2007-05-14T10:55:36Z</dc:date>
    <item>
      <title>Problem with NIC settings</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-nic-settings/m-p/3998984#M28265</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I've a Dell PowerEdge 2650 server having onboard PCI based Broadcom Tigon3 10/100/1000BaseT Ethernet Cards.&lt;BR /&gt;&lt;BR /&gt;When I check out the NIC settings using the command "ethtool", it gives me the following output --&lt;BR /&gt;&lt;BR /&gt;-----------------------------------------------&lt;BR /&gt;[root@cubot3 root]# ethtool eth1&lt;BR /&gt;Settings for eth1:&lt;BR /&gt;        Supported ports: [ MII ]&lt;BR /&gt;        Supported link modes:   10baseT/Half 10baseT/Full&lt;BR /&gt;                                100baseT/Half 100baseT/Full&lt;BR /&gt;                                1000baseT/Half 1000baseT/Full&lt;BR /&gt;        Supports auto-negotiation: Yes&lt;BR /&gt;        Advertised link modes:  10baseT/Half 10baseT/Full&lt;BR /&gt;                                100baseT/Half 100baseT/Full&lt;BR /&gt;                                1000baseT/Half 1000baseT/Full&lt;BR /&gt;        Advertised auto-negotiation: Yes&lt;BR /&gt;        Speed: 100Mb/s&lt;BR /&gt;        Duplex: Full&lt;BR /&gt;        Port: Twisted Pair&lt;BR /&gt;        PHYAD: 1&lt;BR /&gt;        Transceiver: internal&lt;BR /&gt;        Auto-negotiation: off&lt;BR /&gt;        Supports Wake-on: g&lt;BR /&gt;        Wake-on: d&lt;BR /&gt;        Current message level: 0x000000ff (255)&lt;BR /&gt;        Link detected: yes&lt;BR /&gt;[root@cubot3 root]#&lt;BR /&gt;----------------------------------------------&lt;BR /&gt;&lt;BR /&gt;So, my problem arises when I try changing the setting to 1Gbps Full Duplex. When I do this, either the NIC doesn't get activated or it still shows me as 100Mbps Full Duplex. Have also tried putting a parameter in "/etc/rc.local" but it still remains the same.&lt;BR /&gt;&lt;BR /&gt;Following parameter is being put into /etc/rc.local ---&lt;BR /&gt;&lt;BR /&gt;ethtool -s eth1 autoneg off speed 1000 duplex full&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This server has got another NIC which always remains deactivated. Have tried changing the network cables. Have also swapped the switch ports but no success. At times, either one NIC gets activated and other remains inactive or vice versa. I'm not able to figure out the problem as what it could be. Also, we have checked the swith side settings and they are proper.&lt;BR /&gt;&lt;BR /&gt;Kindly suggest me what else can I try. Not able to locate the drivers as well.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;TIA&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Atul</description>
      <pubDate>Mon, 14 May 2007 03:48:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-nic-settings/m-p/3998984#M28265</guid>
      <dc:creator>Atul Gautam</dc:creator>
      <dc:date>2007-05-14T03:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with NIC settings</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-nic-settings/m-p/3998985#M28266</link>
      <description>Hi,&lt;BR /&gt;Probably you need to install the driver for broadcom instead the generic driver brought by the OS (tg3).&lt;BR /&gt;For HP hardware, we can use smartstart to install all linux driver for the server hardware. I don't know about Dell. Official broadcom site should be a good place to start.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;EF</description>
      <pubDate>Mon, 14 May 2007 04:21:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-nic-settings/m-p/3998985#M28266</guid>
      <dc:creator>Emir Faisal</dc:creator>
      <dc:date>2007-05-14T04:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with NIC settings</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-nic-settings/m-p/3998986#M28267</link>
      <description>Hi Atul,&lt;BR /&gt;&lt;BR /&gt;if you configure gigabit speed you should always set autoneg to ON!&lt;BR /&gt;thus:&lt;BR /&gt;$ ethtool -s eth1 autoneg speed 1000 duplex full&lt;BR /&gt;&lt;BR /&gt;Did you doublecheck your switchport settings?&lt;BR /&gt;&lt;BR /&gt;What are the error counters of your interface?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;HGH&lt;BR /&gt;</description>
      <pubDate>Mon, 14 May 2007 10:55:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-nic-settings/m-p/3998986#M28267</guid>
      <dc:creator>Hemmetter</dc:creator>
      <dc:date>2007-05-14T10:55:36Z</dc:date>
    </item>
  </channel>
</rss>

