<?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 - dynamic? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ethtool-dynamic/m-p/3553510#M87314</link>
    <description>After each reboot, I keep having to reset my ethernet card with ethtool -&lt;BR /&gt;&lt;BR /&gt;ethtool -s eth0 speed 100 duplex full autoneg off&lt;BR /&gt;&lt;BR /&gt;Are these settings not written to a file?  It looks like the settings are dynamic - ie like with HPUX you can ifconfig to change the settings and then after a reboot they will go back to what they were unless they are changed statically in netconfig file.  Is there a file in linux where all the above is hardcoded?</description>
    <pubDate>Fri, 27 May 2005 15:02:36 GMT</pubDate>
    <dc:creator>Coolmar</dc:creator>
    <dc:date>2005-05-27T15:02:36Z</dc:date>
    <item>
      <title>Ethtool - dynamic?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ethtool-dynamic/m-p/3553510#M87314</link>
      <description>After each reboot, I keep having to reset my ethernet card with ethtool -&lt;BR /&gt;&lt;BR /&gt;ethtool -s eth0 speed 100 duplex full autoneg off&lt;BR /&gt;&lt;BR /&gt;Are these settings not written to a file?  It looks like the settings are dynamic - ie like with HPUX you can ifconfig to change the settings and then after a reboot they will go back to what they were unless they are changed statically in netconfig file.  Is there a file in linux where all the above is hardcoded?</description>
      <pubDate>Fri, 27 May 2005 15:02:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ethtool-dynamic/m-p/3553510#M87314</guid>
      <dc:creator>Coolmar</dc:creator>
      <dc:date>2005-05-27T15:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Ethtool - dynamic?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ethtool-dynamic/m-p/3553511#M87315</link>
      <description>No, they aren't written anywhere, they are sessional.&lt;BR /&gt;&lt;BR /&gt;You either need to put the 'ethtool -s ...' command in a start-up file ('/etc/rc.d/rc.local' for instance), or use the driver settings to set them when the interface starts up (possibly an '/etc/modules.conf' post-install line).</description>
      <pubDate>Fri, 27 May 2005 18:17:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ethtool-dynamic/m-p/3553511#M87315</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-05-27T18:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: Ethtool - dynamic?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ethtool-dynamic/m-p/3553512#M87316</link>
      <description>&lt;BR /&gt;ethtool changes will be active till you stop the eth0 interface. &lt;BR /&gt;&lt;BR /&gt;to make it permanent, either you can put it in /etc/rc.d/rc.local file so that every reboot will call ethtool&lt;BR /&gt;&lt;BR /&gt; or hack the /etc/init.d/network script and at the end of the start function add ethtool line so that every /etc/init.d/network start will call this.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Gopi</description>
      <pubDate>Sat, 28 May 2005 04:20:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ethtool-dynamic/m-p/3553512#M87316</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-05-28T04:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: Ethtool - dynamic?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ethtool-dynamic/m-p/3553513#M87317</link>
      <description>Hi Sally,&lt;BR /&gt;I had troubles with this recently.&lt;BR /&gt;I found out the switchport had to be configured as auto/auto. &lt;BR /&gt;When the switchport was configured as 100F, the machine rebooted as 100H.&lt;BR /&gt;All the other machines (M$) prefer a fixed port.&lt;BR /&gt;So, with auto on the switch, I do not have to worry about configuring the networkport on the machine.&lt;BR /&gt;HTH&lt;BR /&gt;Donald</description>
      <pubDate>Wed, 22 Jun 2005 04:49:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ethtool-dynamic/m-p/3553513#M87317</guid>
      <dc:creator>Donald Kok</dc:creator>
      <dc:date>2005-06-22T04:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Ethtool - dynamic?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ethtool-dynamic/m-p/3553514#M87318</link>
      <description>Hi Sally,&lt;BR /&gt;&lt;BR /&gt;I strongly agree with Donald. Linux works fine if you leave the nic module as default (auto negotiation) and set the switch port as auto also.&lt;BR /&gt;&lt;BR /&gt;That's the way we do here with a very heterogeneus server hardware environment and cisco switches.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;xyko</description>
      <pubDate>Wed, 22 Jun 2005 09:33:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ethtool-dynamic/m-p/3553514#M87318</guid>
      <dc:creator>xyko_1</dc:creator>
      <dc:date>2005-06-22T09:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: Ethtool - dynamic?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ethtool-dynamic/m-p/3553515#M87319</link>
      <description>you can use ethtool settings in your network configuration file to set these values.&lt;BR /&gt;&lt;BR /&gt;In essence you can write them to some degree.&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;&lt;BR /&gt;/etc/sysconfig/network-scripts/ifcfg-eth0&lt;BR /&gt;&lt;BR /&gt;Last line is&lt;BR /&gt;&lt;BR /&gt;ETHTOOL_OPTS="speed 1000 duplex full autoneg off"&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 22 Jun 2005 10:26:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ethtool-dynamic/m-p/3553515#M87319</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-06-22T10:26:54Z</dc:date>
    </item>
  </channel>
</rss>

