Same problem here. Only fix I found is to use udev to rename device names
to the classic ones, for example wlan0.

I use /etc/udev/rules.d/70-persistent-net.rules

SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*",
ATTR{address}=="00:22:2f:c3:f6:2a", ATTR{dev_id}=="0x0", AT
TR{type}=="1", KERNEL=="wlan*", NAME="wlan0"

In this way everything works nicely.

Something does not work with these new loooong device names.

Reply via email to