Page 1 of 1

[solved] RTL-8139/8139C/8139C+(rev 10) ethernet doesn't work

Posted: Fri Feb 22, 2013 9:50 pm
by KeesA
Hello,

I have a desktop computer with Linux Mint 14 and an ethernetcard from Realtec.
Unfortunally, until now, I can't have Internet with this card. :(
I don't know much about hardware, Linux or the terminal but I understand that lspci shows some information.
I did this and RTL-8139/8139C/8139C+ was what came up.
Is it possible someway to have Internet with this Realtec card?

Re: RTL-8139/8139C/8139C+ (rev 10) ethernet doesn't work

Posted: Fri Mar 01, 2013 4:34 pm
by KeesA
Is there maybe any other Linux distro that may support this card or do all Linux distro's have the same set of drivers?

Re: RTL-8139/8139C/8139C+ (rev 10) ethernet doesn't work

Posted: Thu Apr 11, 2013 4:11 pm
by KeesA
Also on other distro's the cabled Internet doesn't work for me on this machine.
When I opened the computer, It occured to me that the Internetconnection is not realy a card but that it is fixed to the mobo.
When I buy an internetcard for cabled Internet, will any modern card do or are there some brands that don't work with Linux Mint?

Re: RTL-8139/8139C/8139C+ (rev 10) ethernet doesn't work

Posted: Fri May 10, 2013 7:20 pm
by KeesA
Finally, after trying 4 distro's with no succes, I found the solution in an old topic from the Ubuntu forum.

sudo mii-tool eth0 -F 10baseT-FD
sudo rmmod 8139too
sudo modprobe 8139too

where in my case eth0 in the first line had to be replaced with eth1.


http://ubuntuforums.org/showthread.php? ... 657e9c7ee8

Re: [solved] RTL-8139/8139C/8139C+(rev 10) ethernet doesn't

Posted: Fri May 10, 2013 8:41 pm
by KeesA
sudo mii-tool eth1 -F 100baseT4 works too.
Edited 1 day later:

I found that ethtool works nice.

sudo apt-get install ethtool
sudo ethtool -s eth1 speed 10 duplex full autoneg on

This last line must be repeated after every boot, so I put it in a batchfile.

This seems to work best on my situation with a max of 8MB/s offered by my provider.