Changing MAC address of usb wireless adapter

kristiqn1104

Honorable
Apr 8, 2014
9
0
10,510
Hello,
I have TP-LINK tl-wn321g USB wireless adapter.
My question is :
Can I change somehow the MAC address of my wireless manually? I tried from the Device manager -> the wireless adapter -> advanced : but there is no option to change it how I did with my network card .
I need this because the router on which I need to connect has a MAC address restriction so I need to put the MAC address given to me by my ISP into my wireless.

I would be very grateful if you can help!
 
Solution
You can try the simple
ifconfig wlan0 ether hw xx:xx:xx:xx:xx:xx

It works on may devices. Others there is a program called macchanger.

There likely is a gui screen that you can change this also but since this varies between linux distributions I never can find it.

kristiqn1104

Honorable
Apr 8, 2014
9
0
10,510


They told me to I buy new usb wireless adapter because mine is out of use.
I'm really disappointed that there is no way to change the MAC address of the device.
I asked the manufacturer( tp-link) but they are not supporting their forum..
 

USAFRet

Titan
Moderator


On that device, the MAC address is burned into the chip. You can't change it.
 


This is actually something different. The USB card you have is a older 802.11g. They may have decided to only support 802.11n cards. This is not a mac address thing it is the type of radio chip inside the unit.

The only reason you can not change the mac address is microsoft is preventing it. If you were to run the same device under a linux OS you could change the mac.

Still I can't believe it is a mac restriction. Most times you would get a mac locked out because that particular card was detected violating some policy.

 

kristiqn1104

Honorable
Apr 8, 2014
9
0
10,510

Can you give me advices how can I change it from Linux? Do I need specific application?
 
You can try the simple
ifconfig wlan0 ether hw xx:xx:xx:xx:xx:xx

It works on may devices. Others there is a program called macchanger.

There likely is a gui screen that you can change this also but since this varies between linux distributions I never can find it.
 
Solution