LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-22-2011, 11:33 PM   #1
sacbravo
LQ Newbie
 
Registered: Feb 2011
Location: Bangalore, India
Distribution: Fedora
Posts: 16

Rep: Reputation: 0
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.
 
Old 02-22-2011, 11:40 PM   #2
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Fedora 8 supported? Fedora is up to 14 now.
 
Old 02-23-2011, 12:00 AM   #3
sacbravo
LQ Newbie
 
Registered: Feb 2011
Location: Bangalore, India
Distribution: Fedora
Posts: 16

Original Poster
Rep: Reputation: 0
fedora 8

My application requires me to use fedora 8.
 
Old 02-23-2011, 12:02 AM   #4
NM04
Member
 
Registered: Jan 2011
Distribution: Back Track,Fedora,centos
Posts: 240

Rep: Reputation: 14
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 !!
 
Old 02-23-2011, 12:06 AM   #5
sacbravo
LQ Newbie
 
Registered: Feb 2011
Location: Bangalore, India
Distribution: Fedora
Posts: 16

Original Poster
Rep: Reputation: 0
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"
 
Old 02-23-2011, 12:11 AM   #6
sacbravo
LQ Newbie
 
Registered: Feb 2011
Location: Bangalore, India
Distribution: Fedora
Posts: 16

Original Poster
Rep: Reputation: 0
Exclamation

the result of ethtool -i sit0 is "Cannot get driver info:Operation not supported"
 
Old 02-23-2011, 12:17 AM   #7
NM04
Member
 
Registered: Jan 2011
Distribution: Back Track,Fedora,centos
Posts: 240

Rep: Reputation: 14
sacbravo,
do one thing post the output of the following command::
service network restart
 
Old 02-23-2011, 12:28 AM   #8
sacbravo
LQ Newbie
 
Registered: Feb 2011
Location: Bangalore, India
Distribution: Fedora
Posts: 16

Original Poster
Rep: Reputation: 0
@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.
 
Old 02-23-2011, 01:04 AM   #9
NM04
Member
 
Registered: Jan 2011
Distribution: Back Track,Fedora,centos
Posts: 240

Rep: Reputation: 14
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.
 
Old 02-23-2011, 01:38 AM   #10
sacbravo
LQ Newbie
 
Registered: Feb 2011
Location: Bangalore, India
Distribution: Fedora
Posts: 16

Original Poster
Rep: Reputation: 0
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.
 
Old 03-27-2011, 11:34 PM   #11
NM04
Member
 
Registered: Jan 2011
Distribution: Back Track,Fedora,centos
Posts: 240

Rep: Reputation: 14
sacbravo,

post the o/p of the command "dmesg".
 
Old 04-01-2011, 12:22 AM   #12
NM04
Member
 
Registered: Jan 2011
Distribution: Back Track,Fedora,centos
Posts: 240

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


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Ethernet Card Not detected bkcreddy17 Linux - Newbie 2 04-12-2008 09:02 AM
Ethernet card not detected jst4fun Linux - Hardware 7 11-02-2007 03:51 AM
ethernet card SiS 900-Based PCI Fast Ethernet Adapter Not Detected pathan_azhar Linux - Networking 0 08-13-2006 04:15 AM
ethernet card is not detected? sha77 Linux - Networking 17 07-21-2004 02:34 PM
Ethernet Card detected in one kernel is not detected in the other?? ashishuttarwar Linux - Hardware 14 06-15-2004 10:06 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:24 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration