Email or username:

Password:

Forgot your password?
Johannes Ernst

Just what is enu1u1u1? Did somebody rename devices? What happened to my poor eth0? #linux

3 comments
born2chill

@J12t A littlebit late to the party, are we? :masto_wink:

Predictable network device interface naming has been a thing for a while now, see:

* freedesktop.org/wiki/Software/

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.

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