我想更改我的 USB 适配器的 MAC 地址。我刚刚安装了 mt7610u 驱动程序。所以我这样做了:
sudo service network-manager stop
sudo ifconfig ra0 down
sudo ifconfig ra0 hw ether 02:00:00:00:00:0A
sudo ifconfig ra0 up
sudo service network-manager start
第三行出现以下错误:
SIOCSIFHWADDR: Operation not supported
我安装了 macchanger 并尝试更改它,但得到:
[ERROR] Could not change MAC: interface up or insufficient permissions: Operation not supported
我不知道这是否与司机有关或者其他什么。
答案1
错误是:
SIOCSIFHWADDR: Operation not supported
这意味着你的模块或硬件不允许您更改 MAC 地址