cannot change the mac address
You must shut the interface down before attempting to change the address. Try: sudo ip link set INTEREFACE down #interface = wlan0 ... Execute your macchanger command (sudo macchanger -r INTERFACE) And then bring it back up: sudo ip link set INTEREFACE up