<?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: Linux Networking in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux-networking/m-p/2425744#M68</link>
    <description>Search from the network card's manufacturer's web site for their linux driver.&lt;BR /&gt;&lt;BR /&gt;Once you have this file you may load the driver via:&lt;BR /&gt;&lt;BR /&gt;#insmod name_of_driver.o</description>
    <pubDate>Tue, 22 May 2001 15:38:51 GMT</pubDate>
    <dc:creator>f. halili</dc:creator>
    <dc:date>2001-05-22T15:38:51Z</dc:date>
    <item>
      <title>Linux Networking</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-networking/m-p/2425741#M65</link>
      <description>Folks,&lt;BR /&gt;I'm having a problem with Redhat Linux 6.1 and 6.2, wherein no matter what box or how many times I install the OS, my NIC's aren't recognized - ever.  I use NE2000 nic's, and I can manually set up an eth0 "interface" but it never gets activated.  The activate on boot never works, initial install of the OS never detects that hardware.  It should be noted that among all the different boxes I installed the OS in, a different NIC(s) was in each.  I'm new to Linux, and would dearly love to know what I'm doing/not doing to screw this up.  Thanx to all who reply...&lt;BR /&gt;&lt;BR /&gt;Paul Hinchman</description>
      <pubDate>Sat, 10 Jun 2000 23:02:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-networking/m-p/2425741#M65</guid>
      <dc:creator>Paul Hinchman</dc:creator>
      <dc:date>2000-06-10T23:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Networking</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-networking/m-p/2425742#M66</link>
      <description>In my opinion your question belongs to the LINUX forum. &lt;BR /&gt;&lt;BR /&gt;The problem is that linux is not able to recognize the IRQ and IOADDRESS for NE2000 cards. You should&lt;BR /&gt;specify irq and ioaddress in /etc/conf.modules.&lt;BR /&gt;It should contain line like:&lt;BR /&gt;&lt;BR /&gt;alias eth0 ne&lt;BR /&gt;options ne irq=5 io=0x300&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;There is also a possibility to specify the io and irq using&lt;BR /&gt;linuxconf (it does actually the same thing...)&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Jun 2000 08:05:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-networking/m-p/2425742#M66</guid>
      <dc:creator>Jiri Furst</dc:creator>
      <dc:date>2000-06-12T08:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Networking</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-networking/m-p/2425743#M67</link>
      <description>Check to make sure you are using the correct driver. Have seen instances in which the NIC brand/model doesn't inituitively match the drivers you think you need.</description>
      <pubDate>Tue, 13 Jun 2000 12:57:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-networking/m-p/2425743#M67</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-06-13T12:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Networking</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-networking/m-p/2425744#M68</link>
      <description>Search from the network card's manufacturer's web site for their linux driver.&lt;BR /&gt;&lt;BR /&gt;Once you have this file you may load the driver via:&lt;BR /&gt;&lt;BR /&gt;#insmod name_of_driver.o</description>
      <pubDate>Tue, 22 May 2001 15:38:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-networking/m-p/2425744#M68</guid>
      <dc:creator>f. halili</dc:creator>
      <dc:date>2001-05-22T15:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Networking</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-networking/m-p/2425745#M69</link>
      <description>Echo the concerns expressed above. &lt;BR /&gt;&lt;BR /&gt;1) It is not always clear which driver should be used for a given nic, especially the older types like ne2000 compatibles.&lt;BR /&gt;&lt;BR /&gt;2) Assuming ne2000 is the correct driver: what is the output from ifconfig, netstat -rn etc.?&lt;BR /&gt;&lt;BR /&gt;3) Verify the contents of /etc/sysconfig/network-scripts/ifcfg-eth0. Do they match what you expect?&lt;BR /&gt;&lt;BR /&gt;4) What error do you get when you issue&lt;BR /&gt;&lt;BR /&gt;# ifconfig eth0 up&lt;BR /&gt;&lt;BR /&gt;5) Assuming these are not plug and play nics, have you verified that the jumper settings correspond to the irq and base address you have plugged in for them?&lt;BR /&gt;&lt;BR /&gt;Sorry if this isn't a direct answer, but I hope it provides a starting point for your investigations. &lt;BR /&gt;&lt;BR /&gt;(If you're out of patience, you could just get a newer nic. I've always had good luck with eepro100's ...)&lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Tue, 22 May 2001 21:03:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-networking/m-p/2425745#M69</guid>
      <dc:creator>Mark Fenton</dc:creator>
      <dc:date>2001-05-22T21:03:25Z</dc:date>
    </item>
  </channel>
</rss>

