Armbian_22.05.1_Orangepi-r1plus-lts_focal_current_5.15.35.img.xz - USB3 Ethernet not working correctly. Slow RX bug.

Description

Affects focal but not bullseye. Produces inconsistent results.
LAN0 has slow RX bug.
Armbian_22.05.1_Orangepi-r1plus-lts_bullseye_current_5.15.35.img.xz  -  is working, no observed issues.

Environment

None

Checklist

hide

Activity

Show:

Kat Schwarz May 30, 2022 at 7:58 AM
Edited

Added a comment to the download page:
There is currently a known issue with lan0 (center of the board).  A high load triggered receiver bug in the r8152 USB Ethernet driver.  This can be mitigated with the command “ethtool -K lan0 tx off” (without quotes).
For this state to survive a reboot, modify /etc/udev/rules.d/70-rename-lan.rule to contain:
SUBSYSTEM==”net”, ACTION==”add”, DRIVERS==”r8152″, KERNEL==”eth1″, NAME=”lan0″, RUN+=”/usr/sbin/ethtool -K lan0 tx off“

Note: if you plug in another USB Ethernet adapter, it changes the name of the of the interface from lan0 to enx8aaf6680410a and the rename in /etc/udev/rules.d/70-rename-lan.rules no longer works.

Igor Pecovnik May 29, 2022 at 6:24 PM

Image were re-done and reported one works.

Done

Details

Assignee

Reporter

SOC

Rockchip RK3328

Fix versions

Priority

Created May 29, 2022 at 9:43 AM
Updated May 30, 2022 at 8:24 AM
Resolved May 29, 2022 at 6:24 PM