<?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 Ethtool and not taking the settings in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ethtool-and-not-taking-the-settings/m-p/4903733#M87203</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am trying to set my eth0 interface to the following:&lt;BR /&gt;&lt;BR /&gt;speed = 1000&lt;BR /&gt;duplex = full&lt;BR /&gt;autoneg = off&lt;BR /&gt;&lt;BR /&gt;I run the command:&lt;BR /&gt;&lt;BR /&gt;ethtool -s speed 1000 duplex full autoneg off&lt;BR /&gt;&lt;BR /&gt;and it doesn't take it.  Is there an error in there?  Is there another way I can change the settings?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Tue, 24 May 2005 15:46:40 GMT</pubDate>
    <dc:creator>Coolmar</dc:creator>
    <dc:date>2005-05-24T15:46:40Z</dc:date>
    <item>
      <title>Ethtool and not taking the settings</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ethtool-and-not-taking-the-settings/m-p/4903733#M87203</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am trying to set my eth0 interface to the following:&lt;BR /&gt;&lt;BR /&gt;speed = 1000&lt;BR /&gt;duplex = full&lt;BR /&gt;autoneg = off&lt;BR /&gt;&lt;BR /&gt;I run the command:&lt;BR /&gt;&lt;BR /&gt;ethtool -s speed 1000 duplex full autoneg off&lt;BR /&gt;&lt;BR /&gt;and it doesn't take it.  Is there an error in there?  Is there another way I can change the settings?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 24 May 2005 15:46:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ethtool-and-not-taking-the-settings/m-p/4903733#M87203</guid>
      <dc:creator>Coolmar</dc:creator>
      <dc:date>2005-05-24T15:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: Ethtool and not taking the settings</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ethtool-and-not-taking-the-settings/m-p/4903734#M87204</link>
      <description>Check the switch settings. Is the switch port you are connected to set for 1000? Set for autoneg off? etc.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 24 May 2005 16:14:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ethtool-and-not-taking-the-settings/m-p/4903734#M87204</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-05-24T16:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Ethtool and not taking the settings</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ethtool-and-not-taking-the-settings/m-p/4903735#M87205</link>
      <description>Yes, the switch port is set to the settings that I am trying to use.</description>
      <pubDate>Tue, 24 May 2005 17:46:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ethtool-and-not-taking-the-settings/m-p/4903735#M87205</guid>
      <dc:creator>Coolmar</dc:creator>
      <dc:date>2005-05-24T17:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Ethtool and not taking the settings</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ethtool-and-not-taking-the-settings/m-p/4903736#M87206</link>
      <description>What type of NIC are you using, under which Linux distribution?&lt;BR /&gt;&lt;BR /&gt;Most cards (but not all) drivers will accept settings such as this from 'ethtool', but others need to be set when the driver it's self initializes.&lt;BR /&gt;&lt;BR /&gt;grep eth0 /etc/modules.conf&lt;BR /&gt;&lt;BR /&gt;Should show what driver is being used for the moment, and 'modinfo &lt;NAME&gt;' should show you what options are avaialbe to it.&lt;BR /&gt;&lt;BR /&gt;Generally to use this method, you add an:&lt;BR /&gt;&lt;BR /&gt;options &lt;NAME&gt; &lt;OPTIONS&gt;&lt;BR /&gt;&lt;BR /&gt;To your '/etc/modules.conf', and every time the driver initializes (assuming 'insmod' isn't used directly), it sets those options.&lt;/OPTIONS&gt;&lt;/NAME&gt;&lt;/NAME&gt;</description>
      <pubDate>Tue, 24 May 2005 18:43:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ethtool-and-not-taking-the-settings/m-p/4903736#M87206</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-05-24T18:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Ethtool and not taking the settings</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ethtool-and-not-taking-the-settings/m-p/4903737#M87207</link>
      <description>I am using Redhat Linux Enterprise Server Rel. 4.  There is no /etc/modules.conf and I am not sure what the brand of NIC is.  Here is my ethtool output:&lt;BR /&gt;&lt;BR /&gt;Settings for eth0:&lt;BR /&gt;        Supported ports: [ TP ]&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: Half&lt;BR /&gt;        Port: Twisted Pair&lt;BR /&gt;        PHYAD: 0&lt;BR /&gt;        Transceiver: internal&lt;BR /&gt;        Auto-negotiation: on&lt;BR /&gt;        Supports Wake-on: g&lt;BR /&gt;        Wake-on: d&lt;BR /&gt;        Link detected: yes&lt;BR /&gt;</description>
      <pubDate>Wed, 25 May 2005 09:48:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ethtool-and-not-taking-the-settings/m-p/4903737#M87207</guid>
      <dc:creator>Coolmar</dc:creator>
      <dc:date>2005-05-25T09:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: Ethtool and not taking the settings</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ethtool-and-not-taking-the-settings/m-p/4903738#M87208</link>
      <description>Under RHES4 it'll be '/etc/modprobe.conf'.</description>
      <pubDate>Wed, 25 May 2005 10:08:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ethtool-and-not-taking-the-settings/m-p/4903738#M87208</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-05-25T10:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: Ethtool and not taking the settings</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ethtool-and-not-taking-the-settings/m-p/4903739#M87209</link>
      <description>Ok...found it.  Here is what it says:&lt;BR /&gt;&lt;BR /&gt;alias eth0 bcm5700&lt;BR /&gt;alias eth1 bcm5700&lt;BR /&gt;alias scsi_hostadapter cciss&lt;BR /&gt;alias usb-controller ohci-hcd&lt;BR /&gt;</description>
      <pubDate>Wed, 25 May 2005 10:21:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ethtool-and-not-taking-the-settings/m-p/4903739#M87209</guid>
      <dc:creator>Coolmar</dc:creator>
      <dc:date>2005-05-25T10:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: Ethtool and not taking the settings</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ethtool-and-not-taking-the-settings/m-p/4903740#M87210</link>
      <description>This BroadCom NIC had some issues with some distros of Linux. &lt;BR /&gt;&lt;BR /&gt;Here is a site from BrodCom that gives some details as to what you may need to do.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.jpn.hp.com/products/software/oe/linux/mainstream/bin/support/doc/option/nic/bcm5700/bcm5700-7.4.12b-1_ldistrib.txt" target="_blank"&gt;http://www1.jpn.hp.com/products/software/oe/linux/mainstream/bin/support/doc/option/nic/bcm5700/bcm5700-7.4.12b-1_ldistrib.txt&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;At this other site, I noticed and newer driver, just built May 11, 2005. (some 14 days ago)&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.broadcom.com/drivers/downloaddrivers.php" target="_blank"&gt;http://www.broadcom.com/drivers/downloaddrivers.php&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Lots of other posts to be found. From google I searched bcm5700 + linux</description>
      <pubDate>Wed, 25 May 2005 10:33:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ethtool-and-not-taking-the-settings/m-p/4903740#M87210</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-05-25T10:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: Ethtool and not taking the settings</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ethtool-and-not-taking-the-settings/m-p/4903741#M87211</link>
      <description>Well I guess the syntax was wrong....when I did:&lt;BR /&gt;&lt;BR /&gt;ethtool -s eth0 speed 100 duplex full autoneg off ... it worked...well, sort of.  Still won't take "speed 1000" even though it is a gigabit card.  This is the error:&lt;BR /&gt;&lt;BR /&gt;Cannot set new settings: Invalid argument&lt;BR /&gt;  not setting speed&lt;BR /&gt;  not setting duplex&lt;BR /&gt;  not setting autoneg&lt;BR /&gt;&lt;BR /&gt;Guess I will look into this one too.</description>
      <pubDate>Wed, 25 May 2005 16:18:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ethtool-and-not-taking-the-settings/m-p/4903741#M87211</guid>
      <dc:creator>Coolmar</dc:creator>
      <dc:date>2005-05-25T16:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: Ethtool and not taking the settings</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ethtool-and-not-taking-the-settings/m-p/4903742#M87212</link>
      <description>Found out the last part...the switch only takes up to 100.  &lt;BR /&gt;&lt;BR /&gt;Thanks for all the help everybody.&lt;BR /&gt;&lt;BR /&gt;Sally</description>
      <pubDate>Wed, 25 May 2005 16:19:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ethtool-and-not-taking-the-settings/m-p/4903742#M87212</guid>
      <dc:creator>Coolmar</dc:creator>
      <dc:date>2005-05-25T16:19:34Z</dc:date>
    </item>
  </channel>
</rss>

