Find the answer to your Linux question:
Results 1 to 5 of 5
I have a system with 2 Intel NICs. I installed RedHat 9 and since this OS is old I have to download the NIC driver from INTEL site and manually ...
  1. #1
    Just Joined!
    Join Date
    Oct 2006
    Posts
    8

    please help

    I have a system with 2 Intel NICs. I installed RedHat 9 and since this OS is old I have to download the NIC driver from INTEL site and manually loading the NIC driver. After loading the driver, I type modprobe e1000 and it basically works from this point. However, the problem is whenever I rebooted the system and when it come up eth0 & eth1 always indicated as FAIL. From a terminal, I have to type "ifup eth0" everytime there is a reboot.

    Can someone kind enough to show me what need to be done so that I don't have to type "ifup eth0" everytime I give the system a reboot? Please help

  2. #2
    Trusted Penguin Roxoff's Avatar
    Join Date
    Aug 2005
    Location
    Nottingham, England
    Posts
    3,392
    Dont use RedHat 9! It's seven years old now, and the hardware you're using could well be unsupported or poorly supported by the base distro - and you wont get any updates for it.

    Use a newer distro - download Fedora Core 5 (or 6 if you can now) which is the same line as RH9 (i.e. any documentation that came with your RH9 should still be mostly valid).

    Other alternatives are the very expensive RedHat Enterprise Linux 4.3, or one of their community-supported clones (CentOS, Tao Linux, etc.)
    Linux user #126863 - see http://linuxcounter.net/

  3. #3
    Trusted Penguin Dapper Dan's Avatar
    Join Date
    Oct 2004
    Location
    The Sovereign State of South Carolina
    Posts
    4,562
    Quote Originally Posted by billy6642
    Can someone kind enough to show me what need to be done so that I don't have to type "ifup eth0" everytime I give the system a reboot? Please help
    Did you configure your NIC with:
    Code:
    redhat-config-network
    ?
    Did you check the tab there for your NIC that allows you to bring up Internet at boot?
    Linux Mint + IceWM Registered:#371367 New Members: click here

  4. #4
    Just Joined!
    Join Date
    Oct 2006
    Posts
    4
    Quote Originally Posted by billy6642
    I have a system with 2 Intel NICs. I installed RedHat 9 and since this OS is old I have to download the NIC driver from INTEL site and manually loading the NIC driver. After loading the driver, I type modprobe e1000 and it basically works from this point. However, the problem is whenever I rebooted the system and when it come up eth0 & eth1 always indicated as FAIL. From a terminal, I have to type "ifup eth0" everytime there is a reboot.

    Can someone kind enough to show me what need to be done so that I don't have to type "ifup eth0" everytime I give the system a reboot? Please help
    I don't exactly remember Redhat 9, because I'm using Debian, but as I remember, the network configuration is at /etc/sysconfig/network, you should edit your configs manually or use 'redhat-config-network'(GUI) or 'netstat'.

    --
    Vladimir
    http://unix-news.blogspot.com

  5. #5
    Just Joined!
    Join Date
    Oct 2006
    Posts
    8
    Thank you all for good advices...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...