Page 1 of 1
Change MAC address of Intel 5300 Wifi card?
Posted: Tue Mar 30, 2010 1:53 pm
by albo
Hi Folks,
Intel states that in the newer versions of their drivers they've disabled the ability for users to manually set the MAC address of their card. Anyone know of other utilities that can set the MAC address now that intel has disabled that functionality?
thanks!
Re: Change MAC address of Intel 5300 Wifi card?
Posted: Tue Mar 30, 2010 9:55 pm
by ThinkRob
Code: Select all
crow:/home/rob# ifconfig wlan2
wlan2 Link encap:Ethernet HWaddr 00:26:c6:4c:2d:ae
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:165599 errors:0 dropped:0 overruns:0 frame:0
TX packets:112056 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:158821750 (151.4 MiB) TX bytes:18706390 (17.8 MiB)
crow:/home/rob# ifconfig wlan2 hw ether 00:00:DE:AD:BE:EF
crow:/home/rob# ifconfig wlan2
wlan2 Link encap:Ethernet HWaddr 00:00:de:ad:be:ef
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:165599 errors:0 dropped:0 overruns:0 frame:0
TX packets:112056 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:158821750 (151.4 MiB) TX bytes:18706390 (17.8 MiB)
Works fine for me!

Re: Change MAC address of Intel 5300 Wifi card?
Posted: Wed Mar 31, 2010 3:12 am
by yak
When I tried to change the MAC on my T60 with 3945abg, I had to revert to an older driver for it to work. However no such driver may be available for the new cards.
As Rob said, it usually works out-of-the-box in Linux.
Re: Change MAC address of Intel 5300 Wifi card?
Posted: Mon May 03, 2010 2:54 pm
by albo
So, getting back to this topic, does anyone know if there's any little utility for windows that might allow someone to do this? It'd be nice if cygwin had ifconfig, but i even if it did, i doubt that'd work as it probably would only work if a linux driver had exclusive access to the device.
so - any other ideas?
thanks!
Re: Change MAC address of Intel 5300 Wifi card?
Posted: Wed May 12, 2010 7:08 pm
by ljwobker
try this in windows... go to network connections, right click your wireless network adapter.
select properties... you should get a popup and you should be able to "configure" the adapter itself...click on "configure" ... your driver may or may not have an option to change the MAC address.
Re: Change MAC address of Intel 5300 Wifi card?
Posted: Wed May 12, 2010 7:59 pm
by zekeblue
albo wrote:So, getting back to this topic, does anyone know if there's any little utility for windows that might allow someone to do this? It'd be nice if cygwin had ifconfig, but i even if it did, i doubt that'd work as it probably would only work if a linux driver had exclusive access to the device.
so - any other ideas?
thanks!
You can try this:
http://amac.paqtool.com/
May not work on Win7 and/or 64bit.
Re: Change MAC address of Intel 5300 Wifi card?
Posted: Thu May 13, 2010 5:40 am
by albo
nice idea zeke, but no joy. i see you have win7x64 - have you tried it on your own computer?
Re: Change MAC address of Intel 5300 Wifi card?
Posted: Thu May 13, 2010 10:21 am
by zekeblue
albo wrote:nice idea zeke, but no joy. i see you have win7x64 - have you tried it on your own computer?
I have not. I used it a while back on XP successfully.
.