この質問は「Udev:ネットワークインターフェースの名前を変更する」と似ていますが、私のインターフェースはudevルールで名前が付けられていないため、重複しているとは考えていません。
このラップトップマシンに1つのWiFiアダプターがあり、インターフェイスの名前をwlp5s0からwlan0に変更したいと思います。
root@aj-laptop:/etc/udev/rules.d# iwconfig
wlp5s0 IEEE 802.11 ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=off
Retry short limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:on
eth0 no wireless extensions.
lo no wireless extensions.
root@aj-laptop:/etc/udev/rules.d# ifconfig wlp5s0
wlp5s0: flags=4098<BROADCAST,MULTICAST> mtu 1500
ether 00:80:34:1f:d8:3f txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
ただし、70-persistent-net.rulesまたは/etc/udev/rules.d/ディレクトリー内の他のファイルには、このインターフェースのルールはありません。
このインターフェイスの名前を変更する方法はありますか?