LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 04-02-2007, 02:22 PM   #1
tkmsr
Member
 
Registered: Oct 2006
Distribution: Ubuntu,Open Suse,Debian,Mac OS X
Posts: 798

Rep: Reputation: 39
not rtl chipset on lancard


I recently bought a new lan card they mention the chipset as

RTL 8139D

which was not recognized by kudzu (can some one point out why)

My system has two lan cards one is onboard and the other one I added my self ,both work well in windows and I have use net and LAN on both lan cards in windows but linux did not detected the extra lan card that I had put in ,
then I saw as the vendors CD said look for some file like rtl8139.o in
/lib/..../..../kernel/net/....

any driver given by CD are not working
lspci -v
gives me
02:02.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
Subsystem: Intel Corporation Unknown device d601
Flags: bus master, medium devsel, latency 64, IRQ 21
I/O ports at 1100 [size=256]
Memory at 30000100 (32-bit, non-prefetchable) [size=256]
Capabilities: [50] Power Management version 2

02:03.0 Ethernet controller: Hangzhou Silan Microelectronics Co., Ltd. Unknown device 2031 (rev 01)
Flags: bus master, medium devsel, latency 64, IRQ 11
Memory at 30000000 (32-bit, non-prefetchable) [size=256]
I/O ports at 1000 [size=256]
Expansion ROM at 30300000 [disabled] [size=128K]
Capabilities: [50] Power Management version 2
Capabilities: [60] Vital Product Data
I use Fedora Core 6

what should I do and how to find the chipsets etc and how to make the lan card work
 
Old 04-02-2007, 02:36 PM   #2
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
Check the realtek site for a Linux driver; they did have one for Realtek 8111/8168 so why not for your card? You'll have to compile it yourself, though.
 
Old 04-02-2007, 03:19 PM   #3
mtb
Member
 
Registered: Nov 2002
Location: Italy
Distribution: Linux Mint 17 Xfce
Posts: 295

Rep: Reputation: 30
It works fine with debian etch 2.6.18 ( also sarge 2.6.8 ), i have 2 cards of this type. I don't think you'll need to build modules.

These are my data, seems the same:
Quote:
02:03.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
Subsystem: Surecom Technology EP-320X-R
Flags: bus master, medium devsel, latency 32, IRQ 11
I/O ports at a000 [size=256]
Memory at e0104000 (32-bit, non-prefetchable) [size=256]
Capabilities: [50] Power Management version 2
Try the following:
Quote:
$lsmod |grep 8139
8139cp 21920 0
8139too 25120 0
mii 5344 2 8139cp,8139too
So insmod 8139cp 8139too ( or modconf ).

Syntax should be something like this, if not play a bit ( modconf 8139too should be enought iirc )
insmod /lib/modules/2.6.18-4-686/kernel/drivers/net/8139*

Of cource you'll need to find where they are...
 
Old 04-10-2007, 05:29 AM   #4
sc7090
LQ Newbie
 
Registered: Mar 2007
Distribution: ubuntu-6.10-server-i386
Posts: 9

Rep: Reputation: 0
It looks like i'm in the same situation. typing:

$lsmod |grep 8139

i see the same results (8139cp and 8139too). But if i try to ping
the two lancards from a laptop running win2k it gives me timeout. So i'm not
able to understand if the two NICs are correctly installed or if there is
a problem of comunication between win2k and linux. Do you know how i can ping
card #1 from card #2 passing through the switch and not internally?

---
Claudio.
 
Old 04-10-2007, 05:55 AM   #5
mtb
Member
 
Registered: Nov 2002
Location: Italy
Distribution: Linux Mint 17 Xfce
Posts: 295

Rep: Reputation: 30
Quote:
But if i try to ping
the two lancards from a laptop running win2k it gives me timeout
Firewall?

Quote:
Do you know how i can ping
card #1 from card #2 passing through the switch and not internally?
Never tried. If you try a cross cable between the 2?

Or if you try to ping from linux to win2k after having setted up addresses? Are you using dhcp or manual configuration?

For manual, you can try sudo ifconfig eth0 192.168.1.10 netmask 255.255.255.0 , for example, then try a bit.
 
Old 04-10-2007, 06:41 AM   #6
sc7090
LQ Newbie
 
Registered: Mar 2007
Distribution: ubuntu-6.10-server-i386
Posts: 9

Rep: Reputation: 0
no firewall, no DHCP. Numbers are: 192.168.123.X (X=3 and 4 on linux, 12 on win2k)
subnet: 255.255.255.0.

I didn't try a cross cable but it's tha same with two cables and one switch: the problem
is that i would like to ping the two NICs each other.

The two lights on the switch, where the two NICs are connected, blinks continuously even
if i don't make anything: is it normal or i have to think to some kind of error?

---
Claudio
 
Old 04-11-2007, 10:56 AM   #7
sc7090
LQ Newbie
 
Registered: Mar 2007
Distribution: ubuntu-6.10-server-i386
Posts: 9

Rep: Reputation: 0
It looks like the drivers 8139cp and 8139too are the right ones for
my cards. So, there must be something else. Any idea or suggestion?

SOLVED! There was an IRQ conflict (more then one!).

Thanks in advance,
Claudio.

Last edited by sc7090; 04-12-2007 at 01:00 AM.
 
Old 08-13-2007, 03:51 PM   #8
tkmsr
Member
 
Registered: Oct 2006
Distribution: Ubuntu,Open Suse,Debian,Mac OS X
Posts: 798

Original Poster
Rep: Reputation: 39
some search showed me
http://www.geocities.com/rohitksethi/

This new INTEX / ZEBRONICS card has chipsets printed saying RTC8139D or even RTL8139D....
But both these chipsets are fake...

http://geektalkin.blogspot.com/2006/...drtl8139d.html


but my problem remains still unanswered
 
Old 11-01-2007, 03:49 PM   #9
tkmsr
Member
 
Registered: Oct 2006
Distribution: Ubuntu,Open Suse,Debian,Mac OS X
Posts: 798

Original Poster
Rep: Reputation: 39
hey this is Novemeber of year 2007 finally I got the solution to my problem which I was searching from february kernel 2.6.22.5 or above has a stable driver for this particular chipset names sc92031.c any one facing this problem can google it or reply me I will tell how to make it work.
 
  


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
Help installing realtek lancard dimad Linux - Networking 3 01-17-2007 08:52 AM
how to reset lancard salahuddin_66 Slackware 2 11-27-2004 07:14 AM
lancard and mordem both way connection salahuddin_66 Linux - Networking 4 08-03-2004 03:13 AM
configure wirreless lancard on MDK10 balki Mandriva 1 04-26-2004 12:20 PM
How to configure two lancard in one ip shekhar Linux - Networking 0 09-15-2002 08:58 PM

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

All times are GMT -5. The time now is 12:23 PM.

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