<?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: How to configure eth0 ?? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-configure-eth0/m-p/2569988#M89568</link>
    <description>The device driver for the 3-Com 3c509 is the 3c59x.o Since that is in your list you must be loading it.  I'm running Redhat 7.1 and have the 3c509 NIC. Only thing I had to do to enable it was to go into Setup during bootup and change the Operating System from Win95/98 to Other. On my HP Pavilion once you get into BIOS setup you push right arrow and Operating System selection is about half way down the screen.</description>
    <pubDate>Wed, 05 Sep 2001 17:01:07 GMT</pubDate>
    <dc:creator>Vernon Brown_1</dc:creator>
    <dc:date>2001-09-05T17:01:07Z</dc:date>
    <item>
      <title>How to configure eth0 ??</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-configure-eth0/m-p/2569982#M89562</link>
      <description>Hello all !&lt;BR /&gt;&lt;BR /&gt;I have a pentium III IBM 300 GL, and I installed the Head Rat Linux 7.0, but I &lt;BR /&gt;can not to configure my NIC ( 3com ).&lt;BR /&gt;When I try to use the ifconfig this folowing message is diplayed :&lt;BR /&gt;&lt;BR /&gt;"no such file or device name".&lt;BR /&gt;&lt;BR /&gt;In the /dev I don?t find the eth0 file.&lt;BR /&gt;&lt;BR /&gt;I configured my /etc/hosts and my default gateway, but the device can not become up.&lt;BR /&gt;&lt;BR /&gt;Any suggestion will be very apreciated.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Abel Berger&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Aug 2001 16:49:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-configure-eth0/m-p/2569982#M89562</guid>
      <dc:creator>Abel Berger</dc:creator>
      <dc:date>2001-08-24T16:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure eth0 ??</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-configure-eth0/m-p/2569983#M89563</link>
      <description>Hello Abel,&lt;BR /&gt;&lt;BR /&gt;I guess the driver is not loaded for your NIC.&lt;BR /&gt;&lt;BR /&gt;First, you have to find the right driver : go to the /lib/modules/&lt;VERSION&gt;, then type :&lt;BR /&gt;&lt;BR /&gt;grep 3c modules.dep&lt;BR /&gt;&lt;BR /&gt;You'll get a list of 3com NIC module names starting with "3c".&lt;BR /&gt;&lt;BR /&gt;Identify the one matching your NIC, then :&lt;BR /&gt;&lt;BR /&gt;modprobe -a &lt;MODULE_NAME&gt;&lt;BR /&gt;&lt;BR /&gt;After that, you will be able to use "ifconfig" to set the IP and other parameters.&lt;BR /&gt;&lt;BR /&gt;When everything is OK, just edit /etc/modules.conf (or conf.modules in old linux versions), add a line like this :&lt;BR /&gt;&lt;BR /&gt;alias eth0 3c509&lt;BR /&gt;&lt;BR /&gt;(replace 3c509 by your effective module name), then type :&lt;BR /&gt;&lt;BR /&gt;depmod -a&lt;BR /&gt;&lt;BR /&gt;in order to rebuild the module database.&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;Kodjo&lt;BR /&gt;&lt;BR /&gt;P.S. Do not forget to rate this answer (from 1 to 10).&lt;BR /&gt;&lt;/MODULE_NAME&gt;&lt;/VERSION&gt;</description>
      <pubDate>Fri, 24 Aug 2001 17:35:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-configure-eth0/m-p/2569983#M89563</guid>
      <dc:creator>Kodjo Agbenu</dc:creator>
      <dc:date>2001-08-24T17:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure eth0 ??</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-configure-eth0/m-p/2569984#M89564</link>
      <description>Hi Kodjo,&lt;BR /&gt;&lt;BR /&gt;I find the following files in the &lt;BR /&gt;/lib/modules/2.4.5-9cl/kernel/drivers/net :&lt;BR /&gt;3c501.o&lt;BR /&gt;3c503.o&lt;BR /&gt;3c505.o&lt;BR /&gt;3c507.o&lt;BR /&gt;3c509.o&lt;BR /&gt;3c515.o&lt;BR /&gt;3c59x.o&lt;BR /&gt;&lt;BR /&gt;but when I run the command :&lt;BR /&gt;modprobe -a 3c509.o, the following message is displayed :&lt;BR /&gt;"modprobe : can?t locate module 3c509.o"&lt;BR /&gt;&lt;BR /&gt;What is happening ??&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Abel Berger</description>
      <pubDate>Fri, 24 Aug 2001 18:41:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-configure-eth0/m-p/2569984#M89564</guid>
      <dc:creator>Abel Berger</dc:creator>
      <dc:date>2001-08-24T18:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure eth0 ??</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-configure-eth0/m-p/2569985#M89565</link>
      <description>My NIC is a 3com 3C905 and my &lt;BR /&gt;kernel is 2.4.5-9, I think this is the problem.&lt;BR /&gt;Where I can find the device driver for 3C905 supported by 2.4.5-9 Linux RedHat Kernel ???&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Abel Berger</description>
      <pubDate>Fri, 24 Aug 2001 19:45:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-configure-eth0/m-p/2569985#M89565</guid>
      <dc:creator>Abel Berger</dc:creator>
      <dc:date>2001-08-24T19:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure eth0 ??</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-configure-eth0/m-p/2569986#M89566</link>
      <description>Thanks Kodjo !&lt;BR /&gt;&lt;BR /&gt;I think that maybe not exist device driver for&lt;BR /&gt;3C905 Fast Ethernet Adapter supported by beta 2.4.5-9 kernel RedHat Linux.&lt;BR /&gt;I will install the RedHat 6.1 Kernel 2.2.12-20.&lt;BR /&gt;I know that this Kernel version has a compatible device driver for 3C905 Fast Ethernet Adapter.&lt;BR /&gt;&lt;BR /&gt;Thanks for all,&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Abel Berger</description>
      <pubDate>Fri, 24 Aug 2001 20:12:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-configure-eth0/m-p/2569986#M89566</guid>
      <dc:creator>Abel Berger</dc:creator>
      <dc:date>2001-08-24T20:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure eth0 ??</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-configure-eth0/m-p/2569987#M89567</link>
      <description>Hello Abel,&lt;BR /&gt;&lt;BR /&gt;I think that you can keep your current Linux version with 2.4.5 kernel. The module named "3c90x" should work.&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;Kodjo&lt;BR /&gt;</description>
      <pubDate>Sat, 25 Aug 2001 10:29:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-configure-eth0/m-p/2569987#M89567</guid>
      <dc:creator>Kodjo Agbenu</dc:creator>
      <dc:date>2001-08-25T10:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure eth0 ??</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-configure-eth0/m-p/2569988#M89568</link>
      <description>The device driver for the 3-Com 3c509 is the 3c59x.o Since that is in your list you must be loading it.  I'm running Redhat 7.1 and have the 3c509 NIC. Only thing I had to do to enable it was to go into Setup during bootup and change the Operating System from Win95/98 to Other. On my HP Pavilion once you get into BIOS setup you push right arrow and Operating System selection is about half way down the screen.</description>
      <pubDate>Wed, 05 Sep 2001 17:01:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-configure-eth0/m-p/2569988#M89568</guid>
      <dc:creator>Vernon Brown_1</dc:creator>
      <dc:date>2001-09-05T17:01:07Z</dc:date>
    </item>
  </channel>
</rss>

