Just wondering, why the interfaces on Raspberry + Ubuntu have such crazy names like
wlx00e01ce3030f
or
enxb822ebfb32ad
Why not the usual wlan0, eth0 ?
I think it's to confuse you but they claim it has to do with being sure that the interface is a specific device and the old names couldn't be counted on in that regard due to the randomness of the boot up under different conditions and changes.Powershell wrote:Just wondering, why the interfaces on Raspberry + Ubuntu have such crazy names like
wlx00e01ce3030f
or
enxb822ebfb32ad
Why not the usual wlan0, eth0 ?
Code: Select all
SUBSYSTEM=="net", ENV{ID_NET_NAME_MAC}=="enxb827ebxxxx", NAME="eth0"