Email or username:

Password:

Forgot your password?
Top-level
Johannes Ernst

@b2c I've been used to enp1s0 and such on PCs, but the enu1u1u1 was new on the Pi. I guess I'm more confused on the "u" in there and why there are so many.

1 comment
born2chill

@J12t I see - as described in the article the devices are primarily enumerated by physical topology. You can check

ls -lah /sys/class/net/

to look up how systemd enumerated them (usually depending on PCI or USB connection).

lspci -k

or

lsusb -v

may also help if you want to get into such details

Go Up