| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
|
|
|
Realtek Realtek RTL8139/810X Family PCI Fast Ethernet NIC
|
|
|
|
Reviews
|
Views
|
Date of last review
|
|
6
|
56988
|
03-09-2009
|
|
 |
|
Recommended By
|
Average Price
|
Average Rating
|
|
83% of reviewers
|
$7.50
|
7.5
|
|
|
|
|
|
|
|
Description:
|
A integrated nic on the gigabyte GA-7VT600 motherboard
|
|
Keywords:
|
NIC Realtek RTL8139/810x rtl8139 810x 10/100
|
|
/sbin/lspci output:
|
Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
|
|
Chipset:
|
Realtek RTL8139/810X
|
|
Connection Type:
|
Integrated PCI
|
|
|
|
05-17-2005, 03:36 PM
|
#1
|
Registered: Mar 2005
Distribution: Slackware 10.1, Ubuntu 5.04
Posts: 109
Rep:
|
Would you recommend the product? no | Price you paid? (in USD): None indicated | Rating: 1
|
Kernel (uname -r):
|
2.4
|
|
Distribution:
|
Slackware 9.1
|
This is not very compatible with linux at all.
|
|
|
|
07-19-2005, 03:13 PM
|
#2
|
Registered: Jul 2005
Distribution: Mandriva 2006
Posts: 104
Rep: 
|
Would you recommend the product? yes | Price you paid? (in USD): $5.00 | Rating: 9
|
Kernel (uname -r):
|
2.6.8.1-12mdk
|
|
Distribution:
|
Mandrake 10.1
|
Everithig is OK
|
|
|
|
08-13-2005, 11:42 AM
|
#3
|
Registered: Mar 2004
Distribution: Debian Sarge
Posts: 169
|
Would you recommend the product? yes | Price you paid? (in USD): $10.00 | Rating: 10
|
Kernel (uname -r):
|
2.6.12
|
|
Distribution:
|
Custom :-D
|
Wonderful card. It is inexpensive and works without any trouble. I have over 5 of them and i love them!
|
|
|
|
04-21-2006, 05:11 AM
|
#4
|
Registered: Mar 2006
Distribution: OpenSuse
Posts: 70
|
Would you recommend the product? yes | Price you paid? (in USD): None indicated | Rating: 7
|
Kernel (uname -r):
|
|
|
Distribution:
|
Mandriva, Slackware, Debian
|
I had a problem no exactly with the NIC (network interface card) but with the APIC (Advanced Programmable Interrupt Controller). This is a mode that made this card not working on Mandriva 10 and Debian 3.1.
I fixed this in Debian by editing /boot/grub/menu.lst. I added "noapic acpi=off".
Example:
title Debian GNU/Linux, kernel 2.4.27-2-686
root (hd0,0)
kernel /boot/vmlinuz-2.4.27-2-686 root=/dev/hda1 ro noapic acpi=off
initrd /boot/initrd.img-2.4.27-2-686
savedefault
boot
In Mandriva I used the boot section of the control center. There is a check box for APIC mode.
|
|
|
|
11-19-2006, 01:46 PM
|
#5
|
Registered: Nov 2006
Distribution: openSUSE 11.0
Posts: 170
|
Would you recommend the product? yes | Price you paid? (in USD): None indicated | Rating: 8
|
Kernel (uname -r):
|
Thanks so very much.
Ok so i'll give anyone the solution to it.
These are the steps I followed for r1000 v1.04
I copied the r1000 files into /root/r1000
such that I had /root/r1000/src/..... files
and /root/r1000Makefile
I edited /root/src/Ma
|
|
Distribution:
|
SuSE 10.1, Fedora6, Slackware 11, Ubuntu 6.06.1
|
r1000 was only supported by Ubuntu from the distros I tried (mentioned above).
(By the way, thought windows says RTL8139/R810x, it is most likely not an RTL8139, or it would use the RTL8139 specific driver, and linux detects that well.)
I downloaded the latest source for the R1000 drivers from Realtek, which required some editing before getting to work, here is how:
These are the steps I followed for r1000 v1.04
I copied the r1000 files into /root/r1000
such that I had /root/r1000/src/..... files
and /root/r1000/Makefile
I edited /root/src/Makefile_linux26x
and changed
include $(PWD)/src/Makefile_linux26x
to
include /root/r1000/src/Makefile_linux26x
then I edited /root/r1000/src/r1000_n.c (thanks to dotato)
and changed the 3 lines startting with MODULE_PARM to MODULE_PARM_DESC
as root I wrote
make clean modules
make install
depmod -a (no idea what it does but it was in the readme)
then I ran r1000.
Started up SuSE's YaST, went to 'view hardware'
Closed it.
Opened up Netword Devices (still in YaST) and there was my NIC ready for configuration!!!
Joy oh joy!
It finally works.
Once you get the driver installed, it works well, Don't know why r1000 was not included with any of those Distros except Ubuntu.
|
|
|
|
03-09-2009, 01:18 PM
|
#6
|
Registered: May 2003
Distribution: Ubuntu 10.04, mostly
Posts: 6,002
|
Would you recommend the product? yes | Price you paid? (in USD): None indicated | Rating: 10
|
Kernel (uname -r):
|
2.6.24-23
|
|
Distribution:
|
kubuntu
|
I don't have this chipset, but have helped a number of people who do.
If you have ever run windows on your PC you need to read this thread for reliable operation:
http://www.linuxquestions.org/questions/ubuntu-63/weird-network-card-problem-591466/#post2922729
The easiest solution is at post #11, and it seems that windows can shut the chipset down, so linux is unable to see it.
For the purposes of this feedback form I've rated it as "Excellent" as when it works, it does so well.
|
|
|
|
All times are GMT -5. The time now is 12:29 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|