<?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: eth0 wont start !! in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/eth0-wont-start/m-p/5253412#M81036</link>
    <description>Sorry took so long to get back to you but been on hols &lt;BR /&gt;&lt;BR /&gt;Ok it is was fixed by downloading the latest driver and installing it - though even that was not straightforward !!</description>
    <pubDate>Thu, 09 Sep 2010 12:18:26 GMT</pubDate>
    <dc:creator>KevB_1</dc:creator>
    <dc:date>2010-09-09T12:18:26Z</dc:date>
    <item>
      <title>eth0 wont start !!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/eth0-wont-start/m-p/5253406#M81030</link>
      <description>when trying to activate eth0 after an install (OEL5 update3 ) get the following error &lt;BR /&gt;&lt;BR /&gt;SIOCSIFFLAGS device or resource busy &lt;BR /&gt;&lt;BR /&gt;Any ideas - running on BL460c G6 with virtual connect &lt;BR /&gt;&lt;BR /&gt;done the normal google and people were talking about turning off plug and play is this possible on a blade or even is this the answer !&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Aug 2010 07:51:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/eth0-wont-start/m-p/5253406#M81030</guid>
      <dc:creator>KevB_1</dc:creator>
      <dc:date>2010-08-27T07:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: eth0 wont start !!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/eth0-wont-start/m-p/5253407#M81031</link>
      <description>&amp;gt; done the normal google and people were talking about turning off plug and play is this possible on a blade or even is this the answer ! &lt;BR /&gt;&lt;BR /&gt;The above sounds like it might be very old information: back in 1995 or so, something like this was the standard advice for ISA cards on Linux. If so, it's not at all applicable to modern Linux systems.&lt;BR /&gt;&lt;BR /&gt;You might have to install updated Broadcom network drivers, downloadable from &lt;A href="http://www.hp.com/go/support" target="_blank"&gt;http://www.hp.com/go/support&lt;/A&gt; as always. Select "Download drivers and software", type in your server model ("BL460c G6") and start the search. Select your OS (OEL5, either 32 or 64-bit version), then look at the downloads in the "Driver - Network" category.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Fri, 27 Aug 2010 09:17:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/eth0-wont-start/m-p/5253407#M81031</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-08-27T09:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: eth0 wont start !!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/eth0-wont-start/m-p/5253408#M81032</link>
      <description>thanks for the reply &lt;BR /&gt;&lt;BR /&gt;Is there anyway that I can see what driver I am currently using ?</description>
      <pubDate>Fri, 27 Aug 2010 10:03:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/eth0-wont-start/m-p/5253408#M81032</guid>
      <dc:creator>KevB_1</dc:creator>
      <dc:date>2010-08-27T10:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: eth0 wont start !!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/eth0-wont-start/m-p/5253409#M81033</link>
      <description>"ethtool -i &lt;NIC_NAME&gt;" will identify the name and version of the driver used by the NIC.&lt;BR /&gt;&lt;BR /&gt;An example from this old laptop running Debian 5.0 (with the latest kernel version):&lt;BR /&gt;&lt;BR /&gt;# ethtool -i eth0&lt;BR /&gt;driver: e100&lt;BR /&gt;version: 3.5.24-k2-NAPI&lt;BR /&gt;firmware-version: N/A&lt;BR /&gt;bus-info: 0000:02:08.0&lt;BR /&gt;&lt;BR /&gt;Once you know the name of the module, you can get still more information using "modinfo &lt;MODULE_NAME&gt;".&lt;BR /&gt;&lt;BR /&gt;# modinfo e100&lt;BR /&gt;filename:       /lib/modules/2.6.35.3-pm/kernel/drivers/net/e100.ko&lt;BR /&gt;firmware:       e100/d102e_ucode.bin&lt;BR /&gt;firmware:       e100/d101s_ucode.bin&lt;BR /&gt;firmware:       e100/d101m_ucode.bin&lt;BR /&gt;version:        3.5.24-k2-NAPI&lt;BR /&gt;license:        GPL&lt;BR /&gt;author:         Copyright(c) 1999-2006 Intel Corporation&lt;BR /&gt;description:    Intel(R) PRO/100 Network Driver&lt;BR /&gt;srcversion:     AD159C3CF5E35B7DF14FE8D&lt;BR /&gt;alias:          pci:v00008086d00001029sv*sd*bc02sc00i*&lt;BR /&gt;&lt;BR /&gt;[... omitted a long list of alias strings that tell the system what hardware this module can run... ]&lt;BR /&gt;&lt;BR /&gt;depends:        mii&lt;BR /&gt;vermagic:       2.6.35.3-pm mod_unload modversions PENTIUMM 4KSTACKS &lt;BR /&gt;parm:           debug:Debug level (0=none,...,16=all) (int)&lt;BR /&gt;parm:           eeprom_bad_csum_allow:Allow bad eeprom checksums (int)&lt;BR /&gt;parm:           use_io:Force use of i/o access mode (int)&lt;BR /&gt;&lt;BR /&gt;MK&lt;/MODULE_NAME&gt;&lt;/NIC_NAME&gt;</description>
      <pubDate>Fri, 27 Aug 2010 17:49:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/eth0-wont-start/m-p/5253409#M81033</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-08-27T17:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: eth0 wont start !!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/eth0-wont-start/m-p/5253410#M81034</link>
      <description>many thanks for the info</description>
      <pubDate>Mon, 06 Sep 2010 08:18:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/eth0-wont-start/m-p/5253410#M81034</guid>
      <dc:creator>KevB_1</dc:creator>
      <dc:date>2010-09-06T08:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: eth0 wont start !!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/eth0-wont-start/m-p/5253411#M81035</link>
      <description>and besides,&lt;BR /&gt;# cat /proc/devices&lt;BR /&gt;# dmesg | grep 'Ethernet driver'&lt;BR /&gt;# grep eth0 /etc/modules.conf&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Sep 2010 14:10:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/eth0-wont-start/m-p/5253411#M81035</guid>
      <dc:creator>Hakki Aydin Ucar</dc:creator>
      <dc:date>2010-09-06T14:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: eth0 wont start !!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/eth0-wont-start/m-p/5253412#M81036</link>
      <description>Sorry took so long to get back to you but been on hols &lt;BR /&gt;&lt;BR /&gt;Ok it is was fixed by downloading the latest driver and installing it - though even that was not straightforward !!</description>
      <pubDate>Thu, 09 Sep 2010 12:18:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/eth0-wont-start/m-p/5253412#M81036</guid>
      <dc:creator>KevB_1</dc:creator>
      <dc:date>2010-09-09T12:18:26Z</dc:date>
    </item>
  </channel>
</rss>

