Wireless interface name

May be a dumb question, and not possible, but can I somehow ensure that my wifi interface name is: wlan01; wlan02… or similar?
Use USB wifi adaptors, and they always come up as: wlp0s20u7 or similar.
Predictable? I think not…
Thanks.

@hornetster just add net.ifnames=0 to the kernel boot options via YaST Bootloader, or can always add as an altname ip link property add dev wlp0s20u7 altname wlan0.

2 Likes

Thanks!
Works a treat. (#1)
John.