LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 06-01-2007, 10:30 PM   #1
iron_michael86
LQ Newbie
 
Registered: Dec 2006
Posts: 8

Rep: Reputation: 0
onboard ethernet card not detected


hi to all,
gr8 FORUM.I need help my ethernet card is not getting detected in linux.whereas it getting detected in windows.so i could not config the netconnection in linux.mine is redhat enterprise 4 edition.i have chosen all the possible hardware setting and nothing works.is there any command for auto detection of hardware since my ethernet card works fine .my motherboard is asus x series
 
Old 06-02-2007, 01:46 AM   #2
rhaag71
LQ Newbie
 
Registered: Feb 2007
Location: Columbus, Ohio
Distribution: Ubuntu, Puppy, CentOS
Posts: 23

Rep: Reputation: 15
Post

I don't know what interface card you are using, but the first thing I would do is 'google' the model number (using google.com/linux of course) and see what the name of the approiate driver is. Oh, I should mention that I am an Ubuntu user, which is Debian based...but same/same for the most part. Anyway...Next you can enter"

$ lsmod
this should list all of your drivers (some are loaded/and some are module that will load when needed)...look for the driver you are supposed to have, maybe even use a better command like...

$ lsmod | grep <yourdrivername>

or at least...(and especially if the 'grep' don't produce what your looking for)...the 'more' will show the entire file but pausing one page at a time...

$ lsmod | more #spacebar lets you continue...

if you do have the appropriate driver, then '$ lspci' should show your card, maybe even '$ lspci | grep <keyword from your card manufactuer>' for example '$ lspci | grep realtek' on my box...if it is listed then your card is detected and loaded. Also I should mention that just because it might show up here does not mean that the low-level configuration is perfect...like almost the right driver or something like that, but it is a good place to start.

To configure automatically...Now you'll have to bear with me, Ubuntu, I'm not bragging or anything...just explaning why I have'nt had to fight this situation to much, But, Ubuntu has always detected, loaded, and configured all of my NIC's (network interface cards) pretty well. Wireless always seem to be a pain, but my workaround is a router in client mode piped through an ethernet NIC. Anyhow...

$ ifup -a

should cofigure/deconfigure any network cards that are properly installed, by the kernel that is, Im sure you know how to plug one into the PCI slot although equally important.

Well without know a whole lot more about your system, and I am by no means an expert, I think that might at least point you toward some success. If I am way out there then I appologize.

Happy Hackin ,
rhaag71
 
Old 06-02-2007, 01:59 AM   #3
maroonbaboon
Senior Member
 
Registered: Aug 2003
Location: Sydney
Distribution: debian
Posts: 1,495

Rep: Reputation: 48
I think 'lspci' should show the hardware even if no driver is loaded. Depending on how your system is set up you might need to use '/sbin/lspci' instead.

Is this device integrated into the motherboard or is it a plug-in card? Your description is not quite clear. Sometimes very new motherboards have unsupported network hardware.

As a last resort you can always buy a plug-in NIC for a couple of dollars and connect through that instead.
 
Old 06-02-2007, 02:28 AM   #4
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
Please be more specific about the motherboard, although it would be even better if you could post the exact type of NIC.

There is a real possibility that the NIC in question was not supported by RHEL yet - I have a fairly recent mobo with a REALTEK NIC and both Fedora 5 & 6 were unable to detect it (Fedora is closely related to RHEL so ...). The solution was to download the appropriate driver from REALTEK, install it and then do some minimal configuration.
 
Old 06-05-2007, 12:23 AM   #5
iron_michael86
LQ Newbie
 
Registered: Dec 2006
Posts: 8

Original Poster
Rep: Reputation: 0
guys, can i try connecting my usb instead of my ethernet.will that work
 
Old 06-05-2007, 04:02 AM   #6
maroonbaboon
Senior Member
 
Registered: Aug 2003
Location: Sydney
Distribution: debian
Posts: 1,495

Rep: Reputation: 48
So you have an ADSL or cable modem with both USB and ethernet connections, and you are connecting your PC to it directly?

To use USB you probably still need a driver for the modem. Is your modem on this list anywhere?

http://www.qbik.ch/usb/devices/searc...?pattern=modem

Otherwise you can Google your modem make and model along with 'linux' and see if there are any reports of success. I never used a USB modem, so can't help much more than that.

What's the problem with the ethernet? Did the various suggestions above not give any useful extra information?
 
Old 06-11-2007, 10:08 PM   #7
iron_michael86
LQ Newbie
 
Registered: Dec 2006
Posts: 8

Original Poster
Rep: Reputation: 0
thanx once again

thanks for the last tip.i will follow it
 
Old 06-11-2007, 10:14 PM   #8
iron_michael86
LQ Newbie
 
Registered: Dec 2006
Posts: 8

Original Poster
Rep: Reputation: 0
the problem was that i could not find the the driver for my ethernet it is sis 190 100/10 ethernet driver for redhat enterprise 4 edition
 
Old 06-12-2007, 05:51 AM   #9
maroonbaboon
Senior Member
 
Registered: Aug 2003
Location: Sydney
Distribution: debian
Posts: 1,495

Rep: Reputation: 48
So did you get it running? There has been a sis190 driver in the linux kernel for a while. I'm not familiar with RHE4.
 
Old 06-13-2007, 09:05 PM   #10
iron_michael86
LQ Newbie
 
Registered: Dec 2006
Posts: 8

Original Poster
Rep: Reputation: 0
glad to inform u guys that now I have loaded redhat enterprise 5 server edition.It automatically detected my ethernet card.I am happy that i am posting this reply through linux .thanks again to all the people who took time to answer my query.Happy Posting
 
  


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
OnBoard Ethernet Not Detected (K7 Mother Board) tribeone Linux - Networking 18 11-27-2006 06:20 PM
ethernet card SiS 900-Based PCI Fast Ethernet Adapter Not Detected pathan_azhar Linux - Networking 0 08-13-2006 04:15 AM
Dell 600m:Slackware 10.0 Onboard 10/100 network card not detected.. DreameR-X Linux - Laptop and Netbook 0 05-20-2005 09:03 PM
Ethernet Card detected in one kernel is not detected in the other?? ashishuttarwar Linux - Hardware 14 06-15-2004 10:06 PM
Onboard ethernet card in SiS630E chipset tobythelard Linux - Networking 20 06-21-2002 01:58 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 02:31 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