LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 05-06-2009, 09:16 PM   #1
tdog89
LQ Newbie
 
Registered: May 2009
Posts: 14

Rep: Reputation: 0
Realtek RTL8201CP NIC isn't getting detected by CentOS 5.x


Hello,
I have on board NIC RTL8201CP
GeForce 7050 / nForce 610i

I am unable to find any drivers for linux on any of these products. Does anyone have any idea how to get this to work? and/or have the download?

Thank you in advance.
 
Old 05-07-2009, 02:17 AM   #2
rylan76
Senior Member
 
Registered: Apr 2004
Location: Potchefstroom, South Africa
Distribution: Fedora 17 - 3.3.4-5.fc17.x86_64
Posts: 1,552

Rep: Reputation: 103Reputation: 103
First, the usual - are you sure the NIC is in working condition and it is not switched off in your BIOS?

If those are sorted, I'd first suggest going to the RealTek website and looking for a Linux driver specifically for your card - RealTek has some real good Linux support last time I checked.

Once you have the driver, you'll need to compile it against your kernel source code (you can get to that later, its not that hard...)

After you have compiled the new driver, you'll need to install it into your running kernel (not that hard either...)

Once THAT is done, you'll need to configure the driver so that your computer will have an IP address on your network, your gateway will be correctly setup, and your DNS will need to be configured.

Try and get hold of an applicable driver, and then post again in this thread once you have it - I'd be happy to assist. Success isn't guaranteed, but I have managed to do the above successfully, maybe I can spare you some frustration.

(Note that some drivers might be "unified" - i. e. your chipset might be one of several support by ONE driver - you'll not neccessarily find a specific, detached driver package for the ethernet chip you have)
 
Old 05-07-2009, 02:00 PM   #3
tdog89
LQ Newbie
 
Registered: May 2009
Posts: 14

Original Poster
Rep: Reputation: 0
Okay, I looked in my bios it works. I also ran Ubuntu "Live CD" and everything worked okay no problem. I am waiting on RealTek to contact me back. The Driver name that Ubuntu uses is nVidia Corporation MCP73 Ethernet is the one on my motherboard. I am unable to find this driver for linux.
 
Old 05-07-2009, 04:58 PM   #4
tdog89
LQ Newbie
 
Registered: May 2009
Posts: 14

Original Poster
Rep: Reputation: 0
Okay if i do lspci

I see the following and the ethernet card is located
Quote:
00:00.0 Host bridge: nVidia Corporation Unknown device 07c3 (rev a2)
00:00.1 RAM memory: nVidia Corporation nForce 630i memory controller (rev a2)
00:01.0 RAM memory: nVidia Corporation nForce 630i memory controller (rev a1)
00:01.1 RAM memory: nVidia Corporation nForce 630i memory controller (rev a1)
00:01.2 RAM memory: nVidia Corporation nForce 630i memory controller (rev a1)
00:01.3 RAM memory: nVidia Corporation nForce 630i memory controller (rev a1)
00:01.4 RAM memory: nVidia Corporation nForce 630i memory controller (rev a1)
00:01.5 RAM memory: nVidia Corporation nForce 630i memory controller (rev a1)
00:01.6 RAM memory: nVidia Corporation nForce 630i memory controller (rev a1)
00:02.0 RAM memory: nVidia Corporation nForce 630i memory controller (rev a1)
00:03.0 ISA bridge: nVidia Corporation MCP73 LPC Bridge (rev a2)
00:03.1 SMBus: nVidia Corporation MCP73 SMBus (rev a1)
00:03.2 RAM memory: nVidia Corporation MCP73 Memory Controller (rev a1)
00:03.4 RAM memory: nVidia Corporation MCP73 Memory Controller (rev a1)
00:04.0 USB Controller: nVidia Corporation GeForce 7100/nForce 630i (rev a1)
00:04.1 USB Controller: nVidia Corporation MCP73 [nForce 630i] USB 2.0 Controller (EHCI) (rev a1)
00:08.0 IDE interface: nVidia Corporation MCP73 IDE (rev a1)
00:09.0 Audio device: nVidia Corporation MCP73 High Definition Audio (rev a1)
00:0a.0 PCI bridge: nVidia Corporation MCP73 PCI Express bridge (rev a1)
00:0b.0 PCI bridge: nVidia Corporation MCP73 PCI Express bridge (rev a1)
00:0c.0 PCI bridge: nVidia Corporation MCP73 PCI Express bridge (rev a1)
00:0d.0 PCI bridge: nVidia Corporation MCP73 PCI Express bridge (rev a1)
00:0e.0 IDE interface: nVidia Corporation Unknown device 07f0 (rev a2)
00:0f.0 Ethernet controller: nVidia Corporation MCP73 Ethernet (rev a2)
00:10.0 VGA compatible controller: nVidia Corporation GeForce 7050/nForce 610i (rev a2)
01:06.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
01:07.0 Ethernet controller: Atheros Communications Inc. Atheros AR5001X+ Wireless Network Adapter (rev 01)
The nVidia Corporation MCP73 Ethernet (rev a2) is my onboard ethernet card that I am trying to get to work. But I can not get it to detect it at all. Is there a way to manually added it?
 
Old 05-11-2009, 08:36 AM   #5
rylan76
Senior Member
 
Registered: Apr 2004
Location: Potchefstroom, South Africa
Distribution: Fedora 17 - 3.3.4-5.fc17.x86_64
Posts: 1,552

Rep: Reputation: 103Reputation: 103
Yep, that's where the kernel module comes in. After you've downloaded and installed the kernel module in your kernel, you usually need to manually get it working with a command like

Code:
/sbin/insmod my_lan_driver.ko ;(or /sbin/modprobe my_lan_driver.ko)
/sbin/ifconfig eth0 10.0.0.8 netmask 255.255.255.0 broadcast 10.254.255.255 up
i. e. it won't happen automagically, you'll need to do a manual ifconfig.

Have you tried? I. e. try the above ifconfig like exactly like it is - what do you see? I once had this on an older Fedora system, i. e. the NIC driver was there and available, for some reason the distro's install function did not write this last line out to the system scripts so I had to add exactly the above line manually, and then everything started working... WITHOUT having to compile any modules or install anything.
 
Old 05-11-2009, 09:38 AM   #6
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
nevermind/..
 
  


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
Realtek 8169SC NIC install on CentOS 5 stuartornum Linux - Hardware 3 01-07-2008 04:16 PM
Realtek NIC (eth0 interface)not detected!! shady_Dev Linux - Hardware 2 06-26-2007 02:43 AM
Realtek ALC655 not detected eenter Debian 1 04-04-2007 03:47 PM
NIC Of NIC/Graphics Card Combo Not Detected username132 Linux - Hardware 2 04-04-2006 10:16 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

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