Page MenuHomeVyOS Platform

Realtek RTL8139 Ethernet Card not working.
Closed, InvalidPublicBUG

Description

Hello VyOS team,

This is a different behavior, because the O.S. is getting the interface status as u/u but is not receving any ARP addresses and is not reachable by ping or any other protocol, looks like a driver issue at the latest VyOS version my point of view, because it stops working at the latest version:

Driver at VyOS 1.4-rolling-202105170417:
driver: 8139too
version: 0.9.28
firmware-version:
expansion-rom-version:
bus-info: 0000:03:01.0
supports-statistics: yes
supports-test: no
supports-eeprom-access: no
supports-register-dump: yes
supports-priv-flags: no

Driver at VyOS 1.4-rolling-202110010217: (LATEST VERSION)
driver: forcedeth
version: 0.64
firmware-version:
expansion-rom-version:
bus-info: 0000:00:05.0
supports-statistics: no
supports-test: yes
supports-eeprom-access: no
supports-register-dump: yes
supports-priv-flags: no

Details

Difficulty level
Unknown (require assessment)
Version
1.4-rolling-202110010217
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Behavior change
Issue type
Bug (incorrect behavior)

Event Timeline

Can you check the MAC address of the card not that the interface got mixed up in their naming?

Hi c-po,

Including evidences that the MAC Addresses are not been transported between p2p link:

R1
? (172.29.29.254) at <incomplete> on eth3

RX: bytes packets errors dropped overrun mcast

          0        0       0        0        0           0
TX:   bytes  packets  errors  dropped  carrier  collisions
     966378    16077       0        0        0           0

R2
? (172.29.29.253) at <incomplete> on eth4
RX: bytes packets errors dropped overrun mcast

     681712    11360       0        0        0           0
TX:   bytes  packets  errors  dropped  carrier  collisions
     537178    11629       0        0        0           0

I will change the patch cord cable with a crossover and see if it works.

Problem solved and it was my mistake.

I changed the interface as requested by c-po and it works, you may proceed and close this request.

Sorry about the inconvenience.

Good work to y'all.