Page 1 of 1

How to change USB D-Link DWA-130 MAC address?

Posted: Tue 25 Sep 2012, 04:18
by figarofigaro
Hi all!

Basic to intermediate linux user here.

I managed to get my DWA-130 D-Link wireless USB adapter running, using ndiswrapper

I had trouble at first, but realized the drivers I was using didn't play nicely with AES, so I made a quick hotspot from my android phone, left it unencrypted, and I was shortly hooked up!

Anyways.

The problem I'm having is with the

Code: Select all

ifconfig wlan0 hw ether
command, to change the MAC address on the fly...

I know some hardware won't work nicely with this... and I'm wondering if I'm just doing it wrong... or if it's just the hardware.

I have at least 4 of these USB adapters (weird, I know) and it would really suck if none of them are able to change MAC addresses!

Posted: Tue 25 Sep 2012, 05:33
by figarofigaro
i might chalk this up to the hardware...

because I just tried on my Windows 7 machine, and it wouldn't work either

:x

So if anybody is attempting to screw around with their D-Link DWA-130 wireless USB adapter, you might be out of luck

sorry guys

Posted: Tue 25 Sep 2012, 16:00
by darkcity
could try the dlink forum
http://forums.dlink.com/

Posted: Tue 25 Sep 2012, 16:28
by DPUP5520

Code: Select all

ifconfig wlan0 down
ifconfig wlan0 hw ether xx:xx:xx:xx:xx:xx
ifconfig wlan0 up
ifconfig wlan0 |grep HWaddr
Above should work, have you tried changing using macchanger?