iwconfigによるLANインターフェイスの確認で、wlan0またはwlan1という表記ではなくwlx*******という表記になっている場合の対処方法
https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/
$ sudo ln -s /dev/null /etc/udev/rules.d/80-net-setup-link.rules
$ sudo reboot
iwconfigによるLANインターフェイスの確認で、wlan0またはwlan1という表記ではなくwlx*******という表記になっている場合の対処方法
https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/
$ sudo ln -s /dev/null /etc/udev/rules.d/80-net-setup-link.rules
$ sudo reboot