change wlan name to eth
I am trying to change the name of wlan to eth
The reason is because MATLAB needs to read the eth device address, and I only have wlan.
I changed 70-persistent-net-rules to
# PCI device 0x14e4:0x4311 (b43-pci-bridge)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:16:ce:6c:5e:cf", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="eth1"
I tried to enact this change with udevadm control --reload-rules
I also removed biosdevname
however /sbin/ifconfig still shows an entry for wlan0
Can anyone help?
Thanks.
|