赞
踩
apt install realtek-rtl88xxau-dkms
#临时设置
sudo ifconfig wlan1 down
sudo ifconfig wlan1 hw ether 12:34:56:78:90:00
sudo ifconfig wlan1 up
# 永久设置
vim /etc/network/interfaces
#加入如下MAC地址配置
hwaddress ether 00:01:04:1b:2C:1F
#重启网络服务
sudo service networking rstart
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。