LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   NIC card does not appear in red hat enterprise linux 5. (https://www.linuxquestions.org/questions/linux-hardware-18/nic-card-does-not-appear-in-red-hat-enterprise-linux-5-a-699130/)

imran1985 01-22-2009 09:26 AM

NIC card does not appear in red hat enterprise linux 5.
 
Dear friend

When I try to see whether my nic card is avilable or not typing command ifconfig.It doesnot show me my NIC card(eth0) information except loop back(lo) information.So how can I activate my nic card in rhel5 so that i can setup ip address in nic card(eth0).But it is to inform you that when i check network device it shows me that it is installed but not active.so please help me to solve this problem.it is very urgent.

Md.Imran Hossain.

imran1985 01-22-2009 09:35 AM

NIc CARD problem in RHEL5
 
I dont know what is the problem.

imran1985 01-22-2009 09:37 AM

I dont know how to solve the problem

TB0ne 01-22-2009 12:58 PM

Quote:

Originally Posted by imran1985 (Post 3417439)
I dont know how to solve the problem

Posting three times in ten minutes won't get you a response any quicker. If you want "very urgent" attention, those people are called "consultants", and they get paid. We volunteer here.

If it's truly urgent, I suggest you call RedHat since you're paying for their support with enterprise linux. Go through the RedHat network configuration tool, select your interface, and provide it the information it needs, such as an address, gateway, etc.

anaspk 03-17-2009 12:56 AM

Quote:

Originally Posted by imran1985 (Post 3417429)
Dear friend

When I try to see whether my nic card is avilable or not typing command ifconfig.It doesnot show me my NIC card(eth0) information except loop back(lo) information.So how can I activate my nic card in rhel5 so that i can setup ip address in nic card(eth0).But it is to inform you that when i check network device it shows me that it is installed but not active.so please help me to solve this problem.it is very urgent.

Md.Imran Hossain.

The redhatEL5 does not detect some of the NIC cards , so in this case u have to install the appropriate cards driver from the card manufacturer site, after getting the driver u have to install according to the manual some of the tips i will show here
if ur network card is realtek 8168(newer one)

#lsmod |grep r8169 -----> redhat detected u r card is r8169 Series
to remove allready existing driver

#rmmod r8169

unpack the driver you downloaded from the site in my case realtek
#tar vjxf <downloaded tarfile.tar.bz2>
#cd< tar file directory>
#make clean modules
#make install
#depmod -a
#modprob r8168 // this is ur installed driver

You can check Ur driver is loaded or not
#lsmod |grep r8168
#ifconfig -a
#ifconfig ethX up X is 0,1,2....


All times are GMT -5. The time now is 09:00 AM.