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

Questions about hardware, drivers and peripherals
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
KeesA

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

Post 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?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
KeesA

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

Post 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?
KeesA

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

Post 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?
KeesA

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

Post 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
KeesA

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

Post 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.
Locked

Return to “Hardware Support”