我知道这个问题类似于“ Udev:重命名我的网络接口 ”,但是我不认为它是重复的,因为我的接口不是通过udev规则命名的,该问题中的其他答案都对我无效。
因此,我在此便携式计算机上安装了一个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/目录中的任何其他文件都没有针对此接口的规则。
有什么办法可以重命名此接口?