Skip to content
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

macchanger -r wlan0 error #94

Open
ghost opened this issue May 16, 2018 · 2 comments
Open

macchanger -r wlan0 error #94

ghost opened this issue May 16, 2018 · 2 comments

Comments

@ghost
Copy link

ghost commented May 16, 2018

I'm using alfa network awus036ach and is working well but i want to change my mac address and when i give this command it gives me an error.

sudo macchanger -r wlan1

Current MAC: xx:xx:xx:xx:xx:xx (ALFA, INC.)
Permanent MAC: xx:xx:xx:xx:xx:xx (ALFA, INC.)
[ERROR] Could not change MAC: interface up or insufficient permissions: Operation not permitted

@jeffro87
Copy link

jeffro87 commented Jun 25, 2018

a little late, try this
ifconfig wlan1 down
macchanger -r wlan1
ifconfig wlan1 up

@qkum
Copy link

qkum commented Jul 4, 2019

Possible fixes:
1#It pops up if the interface (wlan0) is already in use in another window. - stop the other program/process using the wireless interface.
2# try with "sudo" in front - as I now see you tried.
3# do as the comment above said, take down the interface and change the mac address manually:
ifconfig wlan1 down
macchanger --random --bia wlan1
ifconfig wlan1 up

Explanation:
--random = random maccaddress,
--bia = pretends to be a real burned in mac address.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants