LinuxQuestions.org
Help answer threads with 0 replies.
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 01-30-2007, 07:21 PM   #1
rfleming
LQ Newbie
 
Registered: Dec 2006
Posts: 21

Rep: Reputation: 15
Error loading rtl8139


Heya all,
I am running Fedora Core 6 on my computer. I recently installed a Dynex Dx-E101 card. Everywhere is telling me to use the rtl8139 driver. When I do, I get an error "Failure /sbin/modprobe rtl8139" I tried loading it manually and it told me there is no module by this name. Anyone know how to fix this?
 
Old 01-30-2007, 07:38 PM   #2
suid0
Member
 
Registered: Jul 2005
Location: Brazil
Distribution: Slackware, openSuSe, Ubuntu, Fedora
Posts: 56

Rep: Reputation: 16
You can try: 8139too or even 8139cp
 
Old 01-30-2007, 07:41 PM   #3
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,407

Rep: Reputation: 141Reputation: 141
Try "8139too" or "8139cp". Ahh, someone beat me.

By the way, when I'm looking for stuff like this, I often use "modprobe -c |grep xxx" in this case xxx was 8139.

Last edited by Quakeboy02; 01-30-2007 at 07:43 PM.
 
Old 01-30-2007, 08:11 PM   #4
rfleming
LQ Newbie
 
Registered: Dec 2006
Posts: 21

Original Poster
Rep: Reputation: 15
Thanks for the info. How do I set up the card now using the new module. The 8129 in the gui manager still tried to load the rtl8129. Thanks again
 
Old 01-30-2007, 09:23 PM   #5
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,407

Rep: Reputation: 141Reputation: 141
"The 8129 in the gui manager still tried to load the rtl8129."

Can you be more specific? What gui manager? What 8129?
 
Old 01-30-2007, 09:37 PM   #6
rfleming
LQ Newbie
 
Registered: Dec 2006
Posts: 21

Original Poster
Rep: Reputation: 15
Sorry for being so vague, I seem to do that a lot
The network gui I am using is the system-config-network.
What happens is when I attempt to add hardware with the "RealTek RTL8129 Fast Ethernet"
When I click on the ok button I get a popup with the error
Code:
Command failed: /sbin/modprobe  rtl8129

Output:
FATAL: Module rtl8129 not found.
If i try to use the "RTL8139, SMC EZ Card Fast Ethernet" No popups happen, but when I try to activate the device, it cannot be found.
/sbin/lspci lists the Ethernet card as "Ethernet device: Unknown device"
 
Old 01-30-2007, 09:44 PM   #7
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,407

Rep: Reputation: 141Reputation: 141
Have you tried running "modprobe 8139too" and "modprobe 8139cp" as root? I'm sorry but I don't understand what gui you're running.
 
Old 01-30-2007, 09:49 PM   #8
rfleming
LQ Newbie
 
Registered: Dec 2006
Posts: 21

Original Poster
Rep: Reputation: 15
The gui is the network admin in the gnome gui. System->Admin->Network
Also I did those modprobes, what should my next step be?
 
Old 01-30-2007, 09:56 PM   #9
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,407

Rep: Reputation: 141Reputation: 141
Bring up a terminal and run the following "sudo network-admin". Is that the gui you're talking about? Tell me what you see under the "Connections" tab. And does "lspci" still show "Ethernet device: Unknown device"?
 
Old 01-30-2007, 10:04 PM   #10
rfleming
LQ Newbie
 
Registered: Dec 2006
Posts: 21

Original Poster
Rep: Reputation: 15
network-admin comes up command not found.
Also the lspci comes up the same as before, device unknown. The driver is installed it seems, as my integrated lan works and runs of the 8139, not sure which one, but the lspci shows "Realtec Semiconductor Co., Ltd. RTL-8139/8139C/8139C+"
 
Old 01-30-2007, 10:30 PM   #11
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,407

Rep: Reputation: 141Reputation: 141
"network-admin comes up command not found."

You just don't have it installed. No biggy.

I think I may have found what's confusing me. Was this an old card you had laying around the house? Apparently, the Dynek driver was a hack of the rtl8139 driver. And I think that has been renamed and worked on until it's now the "8139too" and "8139cp" depending on which works for you.

Quote:
Much code comes from Donald Becker's rtl8139.c driver,
versions 1.13 and older. This driver was originally based
on rtl8139.c version 1.07. Header of rtl8139.c version 1.13:
Unfortunately, the Dynek driver is for a 2.4 kernel. I have a bright idea: spend $15 and get a new card that works with recent kernels.
 
Old 01-30-2007, 10:42 PM   #12
rfleming
LQ Newbie
 
Registered: Dec 2006
Posts: 21

Original Poster
Rep: Reputation: 15
Thanks for the help. I will have to pick up a new card, any recommendations?
 
Old 01-30-2007, 10:45 PM   #13
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,407

Rep: Reputation: 141Reputation: 141
"Thanks for the help. I will have to pick up a new card, any recommendations?"

I wasn't much help, I'm afraid. Anything recent should work. 3c-5xx cards, SMC-1211, I dunno. Anything except for that !@#$ Dynek I think.
 
Old 01-30-2007, 10:49 PM   #14
rfleming
LQ Newbie
 
Registered: Dec 2006
Posts: 21

Original Poster
Rep: Reputation: 15
I spent the past 3 days messing with this thing, so you telling me that it is not usable is very useful.
 
Old 04-21-2007, 12:14 PM   #15
UhhMaybe
Member
 
Registered: Jul 2004
Location: Salt Lake City, Utah
Distribution: Absolute 12.0 Studio 64 1.3.0
Posts: 470

Rep: Reputation: 30
Cool

Try an 3COM Ethernet NIC. Go to www.outletpc.com or www.pcsurplusonline.com for about $5.00 each. Suggestion,...3COM 30905b. Most Linux Distro's have the drivers included. Setup networking during the install. Good to go after first boot with DHCP.
 
  


Reply

Tags
rtl8139



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
"Error on compiling rtl8139.c on Fedora Core 3" jamsheer Linux - Networking 2 01-26-2006 11:46 PM
kudzu error loading libraries & respawning too fast error CatherineBennet Linux - Newbie 0 01-05-2005 05:04 PM
Loading modules error after loading compiled kernel td0l2 Linux - Newbie 12 07-28-2004 11:10 AM
realtek rtl8139 gives device or resource busy error with slack 9.1 /xp dualboot joe83 Linux - Networking 2 06-10-2004 07:32 AM
wine error: error while loading shared libraries... eam Linux - Software 0 11-26-2003 12:01 AM

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

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