LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Ethernet card not getting detected. (https://www.linuxquestions.org/questions/linux-newbie-8/ethernet-card-not-getting-detected-864433/)

sacbravo 02-22-2011 11:33 PM

Ethernet card not getting detected.
 
Helloo everyone,

I am a newbie in linux.

I have installed fedora core 8 on my system. But i am unable to use LAN connection. here are the results of some of the commands which give error messages

[root@localhost ~]# lspci | grep -i ether
00:19.0 Ethernet controller: Intel Corporation Unknown device 10f5 (rev 03)
[root@localhost ~]# uname -a
Linux localhost.localdomain 2.6.23.1-42.fc8 #1 SMP Tue Oct 30 13:55:12 EDT 2007 i686 i686 i386 GNU/Linux
[root@localhost ~]# ifconfig -a
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:260 errors:0 dropped:0 overruns:0 frame:0
TX packets:260 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:21072 (20.5 KiB) TX bytes:21072 (20.5 KiB)

sit0 Link encap:IPv6-in-IPv4
NOARP MTU:1480 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

[root@localhost ~]# ethtool -i eth0
Cannot get driver information: No such device


Kindly let me know, how do i know which is the ethernet card and to install the drivers.

EDDY1 02-22-2011 11:40 PM

Fedora 8 supported? Fedora is up to 14 now.

sacbravo 02-23-2011 12:00 AM

fedora 8
 
My application requires me to use fedora 8.

NM04 02-23-2011 12:02 AM

sacbravo,
i think your NIC is sit0, go to system-> administration -> network, enter the root password, and configure it. One more thing try ethtool -i sit0. I am a little bit confused about sit0 because I can't see physical address of it !!

sacbravo 02-23-2011 12:06 AM

sit 0
 
I think that sit0 is appearing bcoz, using the "neat" command ?I had chosen some random intel ether express driver(gigabit). But when i hit the activate button, It says "delay in initialization of eth0"

sacbravo 02-23-2011 12:11 AM

the result of ethtool -i sit0 is "Cannot get driver info:Operation not supported"

NM04 02-23-2011 12:17 AM

sacbravo,
do one thing post the output of the following command::
service network restart

sacbravo 02-23-2011 12:28 AM

@NM04

In system> administartion> network, There is no hardware or driver currently, bcoz none of the default driver entries are compatible.
the result of service network restart is as follows:

[root@localhost ~]# service network restart
Shutting down loopback interface: [ OK ]
Bringing up loopback interface: [ OK ]
[root@localhost ~]#

I am not aware which is the ethernet controller, except that it is an intel gigabit device, which is evident from lspci command, in my first thread.

NM04 02-23-2011 01:04 AM

i think you need to install the driver for your ethernet controller. I guess when you installed the fedora 8 you didn't checked the module for your ethernet controller. you can do one thing, do you have an extra NIC, if yes, attach it to the motherboard and then boot. Also tell me your motherboard name and the number written on the bar code strip.

sacbravo 02-23-2011 01:38 AM

Actually i am using a PXI based system from M/s NI: http://sine.ni.com/nips/cds/view/p/lang/en/nid/206809. I did not get any option for ethernet controller during installation. I suspect it is because fedora 8 setup doesnt have the particular modules for this gigabit ethernet controller.

Meanwhile i had installed F8 on another cPCI based system, where i got the option for ethernet controller during installation. It is working fine there. I tried re-installing F8 on the PXI system, but yet again i did not get any option for the ethernet controller configuration.

So kindly tell me is there any command which gives us information about the ethernet controller in the system (even BIOS command). The info isnt available in any of the datasheets. Meanwhile i am trying to get the info from NI support.

NM04 03-27-2011 11:34 PM

sacbravo,

post the o/p of the command "dmesg".

NM04 04-01-2011 12:22 AM

1) try, service NetworkManager restart
2) try, service network restart
3) try one more command "ifconfig -a" or "lspci |grep -i ethernet


All times are GMT -5. The time now is 07:53 AM.