When looking at dmesg, I see this:
[ 8.565731] [ T743] iwlwifi 0000:03:00.0 wlp3s0: renamed from wlan0
This is not cool. Seriously, I can never remember that name so I’d rather the system leave the default alone so I have wlan0 instead of some random generated name.
Anyway to do this on OpenSUSE? I already added net.ifnames=0 biosdevname=0 to the bootconfig, but that doesn’t do anything and the 70-persistent-net.rules is empty and I find it strange I would have to add anything to stop it from doing something.
@susejunky or they could say yes, and be using systemd-boot… I was trying to imply asking this first since it’s available now and may not realize… So many options today, grub, apparmor, selinx and systemd-boot…
Thanks for all the replies. I have managed to fix this. Adding just net.ifnames=0 to the boot config didn’t work, as indicated. Adding package biosdevname in addition to that bootconfig did the trick.
Yes, I am using sdboot. Adding that is done through sudo pbl --add-option net.ifnames=0 && sudo sdbootutil add-all-kernels, for those wondering.
Now I have interface names I can actually remember.