Hi there,
I’ve been recently playing with a RPI3 and the Amazon basic USB gigabit ethernet adapter.
It works well. Automatically detects as eth1 interface.
Result from: nmcli d
DEVICE TYPE STATE CONNECTION
eth0 ethernet connected Wired connection 1
supervisor0 bridge connected supervisor0
eth1 ethernet connected eth1
wlan0 wifi disconnected --
balena0 bridge unmanaged --
br-723d1e15cb31 bridge unmanaged --
resin-dns bridge unmanaged --
lo loopback unmanaged --
resin-vpn tun unmanaged --
Now, on my RPI4, the behavior is different.
Result from: nmcli d
DEVICE TYPE STATE CONNECTION
eth0 ethernet connected Wired connection 2
supervisor0 bridge connected supervisor0
enp1s0u2 ethernet connecting (getting IP configuration) Wired connection 1
wlan0 wifi disconnected --
balena0 bridge unmanaged --
br-aaf04606d358 bridge unmanaged --
resin-dns bridge unmanaged --
veth7449af8 ethernet unmanaged --
lo loopback unmanaged --
resin-vpn tun unmanaged --
Ideally I’d like it to appear directly as eth1 so it works well with some of the configsI’m using etc (same base code is going to run on Pi3 and Pi4).
Question is why not eth1 straight like on the rpi3, and how to change this?
Thanks!