<div dir="ltr">Same problem here. Only fix I found is to use udev to rename device names to the classic ones, for example wlan0.<div><br></div><div>I useĀ <span style="font-family:monospace"><span style="color:rgb(0,0,0)">/etc/udev/rules.d/70-persistent-net.rules</span><br></span><div><br></div><div><span style="font-family:monospace"><span style="color:rgb(0,0,0)">SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:22:2f:c3:f6:2a", ATTR{dev_id}=="0x0", AT</span><br>TR{type}=="1", KERNEL=="wlan*", NAME="wlan0"<br></span></div><div><br></div><div>In this way everything works nicely.</div><div><br></div><div>Something does not work with these new loooong device names.</div></div></div>