02-26-2021, 11:13 AM
I tried genuine I350-T2 with 5.10.0-3-arm64 #1 SMP Debian 5.10.13-1 kernel.
Works like a dream.
The only problem I found is that Rock's build-in ethernet port changed its name all the time. It might be any of eth0, eth1, eth2.
After I created the /lib/udev/rules.d/70-persistent-net.rules
with the following contents
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", KERNELS=="fe300000.ethernet", NAME="eth2"
The problem stopped and the build-in port is always eth2.
Works like a dream.
The only problem I found is that Rock's build-in ethernet port changed its name all the time. It might be any of eth0, eth1, eth2.
After I created the /lib/udev/rules.d/70-persistent-net.rules
with the following contents
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", KERNELS=="fe300000.ethernet", NAME="eth2"
The problem stopped and the build-in port is always eth2.