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 ...
- 10-25-2006 #1Just 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
- 10-25-2006 #2
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/
- 10-25-2006 #3Did you configure your NIC with:
Originally Posted by billy6642
?Code:redhat-config-network
Did you check the tab there for your NIC that allows you to bring up Internet at boot?
- 10-25-2006 #4Just Joined!
- Join Date
- Oct 2006
- Posts
- 4
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'.
Originally Posted by billy6642
--
Vladimir
http://unix-news.blogspot.com
- 10-26-2006 #5Just Joined!
- Join Date
- Oct 2006
- Posts
- 8
Thank you all for good advices...


Reply With Quote