<?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 problem in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/eth0-problem/m-p/3962186#M82722</link>
    <description>you're right, it should be e1000 module.</description>
    <pubDate>Thu, 15 Mar 2007 04:24:39 GMT</pubDate>
    <dc:creator>Vitaly Karasik_1</dc:creator>
    <dc:date>2007-03-15T04:24:39Z</dc:date>
    <item>
      <title>eth0 problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/eth0-problem/m-p/3962183#M82719</link>
      <description>Sir,&lt;BR /&gt; I am using a RHEL AS 3, NIC card intel Gigabyte.During install OS did not get NIC. no message on 'dmesg' command and no device eth0 message on 'ifconfig eth0' command. if  i do 'network service restart' it shows like: 3c501 device eth0 does not seem to be present,delaying initialization.&lt;BR /&gt;&lt;BR /&gt;please help me . guide me step by step command.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt; Shahid</description>
      <pubDate>Thu, 15 Mar 2007 02:33:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/eth0-problem/m-p/3962183#M82719</guid>
      <dc:creator>Mohammed Shahidul Islam</dc:creator>
      <dc:date>2007-03-15T02:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: eth0 problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/eth0-problem/m-p/3962184#M82720</link>
      <description>I suggest you to upgrade to the latest RHEL3 update level. It should fix your problem.</description>
      <pubDate>Thu, 15 Mar 2007 03:26:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/eth0-problem/m-p/3962184#M82720</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2007-03-15T03:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: eth0 problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/eth0-problem/m-p/3962185#M82721</link>
      <description>3c501??? This is not a driver for any Intel NIC: it's for a *very very old* 3Com NIC, one of the first Ethernet NIC models ever manufactured.&lt;BR /&gt;&lt;BR /&gt;Please run "cat /etc/modules.conf" and copy the result here. There should be a line like "alias eth0 &lt;SOMETHING&gt;". It is used to select the driver module for the network interface.&lt;BR /&gt;&lt;BR /&gt;If &lt;SOMETHING&gt; is 3c501, you'll need to change that to the correct value (if it's an Intel NIC, I guess maybe "e100" or "eepro100"?) and run "depmod -a" to make the changes effective. After that, "network service restart" should work.&lt;BR /&gt;&lt;BR /&gt;If you don't know the name of the correct driver module, please run "lspci" and show us the output, so we can figure out the correct driver module.&lt;/SOMETHING&gt;&lt;/SOMETHING&gt;</description>
      <pubDate>Thu, 15 Mar 2007 03:44:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/eth0-problem/m-p/3962185#M82721</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2007-03-15T03:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: eth0 problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/eth0-problem/m-p/3962186#M82722</link>
      <description>you're right, it should be e1000 module.</description>
      <pubDate>Thu, 15 Mar 2007 04:24:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/eth0-problem/m-p/3962186#M82722</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2007-03-15T04:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: eth0 problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/eth0-problem/m-p/3962187#M82723</link>
      <description>sir &lt;BR /&gt;&lt;BR /&gt; o/p result is here &lt;BR /&gt;&lt;BR /&gt;#cat /etc/modules.conf&lt;BR /&gt;Alias eth0 3c501&lt;BR /&gt;#lspci &lt;BR /&gt; 00:19.0 Ethernet Controller: IntelCorporation: Unknow device 104a(rev 02)&lt;BR /&gt;#depmod -a&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;Please help me. How to i install driver ?&lt;BR /&gt;Regards &lt;BR /&gt;&lt;BR /&gt;shahid</description>
      <pubDate>Thu, 15 Mar 2007 04:34:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/eth0-problem/m-p/3962187#M82723</guid>
      <dc:creator>Mohammed Shahidul Islam</dc:creator>
      <dc:date>2007-03-15T04:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: eth0 problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/eth0-problem/m-p/3962188#M82724</link>
      <description>What is your RHEL3 update level? ("uname -r" and "cat /etc/redhat-release" output)&lt;BR /&gt;If it's not update 8, I suggest to upgrade.&lt;BR /&gt;&lt;BR /&gt;As for NIC driver - you can try add &lt;BR /&gt;&lt;BR /&gt;modprobe e1000 &lt;BR /&gt;&lt;BR /&gt;but I guess that it won't work...</description>
      <pubDate>Thu, 15 Mar 2007 04:39:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/eth0-problem/m-p/3962188#M82724</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2007-03-15T04:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: eth0 problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/eth0-problem/m-p/3962189#M82725</link>
      <description>The driver may be already available. It's just that the configuration file /etc/modules.conf insists to use the wrong driver.&lt;BR /&gt;&lt;BR /&gt;To confirm that the "e1000" module is available, run:&lt;BR /&gt;modinfo e1000&lt;BR /&gt;&lt;BR /&gt;If it responds:&lt;BR /&gt;modinfo: e1000: no module by that name found&lt;BR /&gt;&lt;BR /&gt;then the e1000 module is not available. The easiest way to fix this might be to re-install with a newer Update level of RHEL AS 3 (i.e. RHEL AS 3 Update 8). The CD images are available from &lt;A href="https://rhn.redhat.com" target="_blank"&gt;https://rhn.redhat.com&lt;/A&gt; - you'll need to register to Red Hat Network to access it.&lt;BR /&gt;&lt;BR /&gt;If it responds with several lines, starting with something like this:&lt;BR /&gt;filename:    /lib/modules/2.4.18-18.7.xsmp/kernel/drivers/net/e1000/e1000.o&lt;BR /&gt;description: "Intel(R) PRO/1000 Network Driver"&lt;BR /&gt;author:      "Intel Corporation, &lt;LINUX.NICS&gt;"&lt;BR /&gt;license:     "Dual BSD/GPL"&lt;BR /&gt;[...]&lt;BR /&gt;&lt;BR /&gt;then the e1000 module is available and you'll only need to change /etc/modules.conf to say "e1000" instead of "3c501". There are many ways to do that... here's one:&lt;BR /&gt;&lt;BR /&gt;First, backup the /etc/modules.conf file:&lt;BR /&gt;cp /etc/modules.conf /etc/modules.conf.backup&lt;BR /&gt;&lt;BR /&gt;Edit the modules.conf file:&lt;BR /&gt;vi /etc/modules.conf&lt;BR /&gt;&lt;MOVE cursor="" to="" the="" beginning="" of="" the="" word="" 3c501=""&gt;&lt;BR /&gt;&lt;PRESS&gt;&lt;BR /&gt;&lt;TYPE&gt;&lt;BR /&gt;&lt;TYPE&gt;&lt;BR /&gt;&lt;BR /&gt;Verify the file is OK:&lt;BR /&gt;cat /etc/modules.conf&lt;BR /&gt;(If something went wrong, "mv /etc/modules.conf.backup /etc/modules.conf" to undo your changes.)&lt;BR /&gt;&lt;BR /&gt;Make the change effective immediately, so you don't need to reboot:&lt;BR /&gt;depmod -a&lt;BR /&gt;&lt;BR /&gt;Make sure the wrong module is not loaded:&lt;BR /&gt;rmmod 3c501&lt;BR /&gt;(this might respond with "rmmod: module 3c501 is not loaded". That's OK.)&lt;BR /&gt;&lt;BR /&gt;Restart networking:&lt;BR /&gt;service network restart&lt;BR /&gt;&lt;/TYPE&gt;&lt;/TYPE&gt;&lt;/PRESS&gt;&lt;/MOVE&gt;&lt;/LINUX.NICS&gt;</description>
      <pubDate>Thu, 15 Mar 2007 10:15:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/eth0-problem/m-p/3962189#M82725</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2007-03-15T10:15:26Z</dc:date>
    </item>
  </channel>
</rss>

