-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ERROR] Could not change MAC: interface up or insufficient permissions: Operation not permitted #76
Comments
use |
Not working! I have the same error. I use sudo and ifconfig wlan down, but the problem continue |
Same. RockyOS 8.4, so basically CentOS 8. Kernel 4.18.0-305.19.1.el8_4.x86_64 . [root@DHCP-40-118 ~]# ifconfig wlp0s21f0u2u2 down But, randomizing works: [root@DHCP-40-118 ~]# macchanger -r wlp0s21f0u2u2 Well, not really: [root@DHCP-40-118 ~]# ifconfig wlp0s21f0u2u2 up So, I have three of the same Tenda USB Wifi adapters. Think that is hosing it, maybe? I do not see 82:b5:78:df:e0:76 on any of them. |
This may be an issue with the RT driver: [root@DHCP-40-118 ~]# ip link set dev wlp0s21f0u2u2 down These are: Bus 001 Device 010: ID 148f:5370 Ralink Technology, Corp. RT5370 Wireless Adapter |
Nope. This is "I/O Error" (Idiot Operator). [root@DHCP-40-118 ~]# ifconfig wlp0s21f0u2u2 down Choose a different address w/o multicast bit set. |
use: |
wow, this is working :) |
u need to know the name of your driver, if its wlan0 or wlanmon then u should turn down, change the mac adress and then turn it up again. |
I have the same problem. Again, macchanger works for the ethernet card, but not for the wifi card (giving the same error as for OP). Do the different capabilities of different drivers matter here? My wireless card is a Broadcom 4352 with a janky driver. |
On a similar card, this works for me:
|
If ur using Kali Linux or smtng similar but as a VM, probably you need to use an external wi-fi card, I had to buy one just tu use it for kali. |
It's been a while but here is what I tried and worked; |
This worked for me. |
yes its absolutely working !! $sudo macchanger -a device We trust you have received the usual lecture from the local System
|
For wlan0, you can try : |
I had this too. The problem is it gave me permissions error (using |
I also have the same problem: with the ethernet card the MAC changes easily but with the WI-FI card it gives this error: [ERROR] Could not change MAC: interface up or insufficient permissions: Operation not supported. |
i have a brodcam 43142 |
If you're in a desktop environment, simply turn off your WiFi, do this and turn it back on. Works fine. |
You have to first turn down your wlan0 by command : ifconfig wlan0 down then use the macchanger command for changing mac address : macchanger -r wlan0 then you will see that the mac has been changed. confirm by running the command : macchanger -s wlan0 after successing you need to turn up the wlan0 by using command : ifconfig wlan0 up |
just simply turn down your wlan0 by the "ifconfig wlan0 down" and the use your command and dont forget to turn up wlan0 too by using "ifconfig wlan0 up". if you want to see if your wlan0 is up or not you can use the iwconfig command |
[ERROR] Could not change MAC: interface up or insufficient permissions: Operation not permitted
The text was updated successfully, but these errors were encountered: