Date: Wed, 1 Apr 2009 16:50:44 +0800 From: XkuIPjIedEYT XkuIPjIedEYT <xkuipjiedeyt@gmail.com> To: freebsd-current@freebsd.org Subject: How can I change the MAC address of ath0? Message-ID: <1128196a0904010150v572edbd4sb9ab080e2cd8bbb1@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
I'm running the FreeBSD 8.0-CURRENT r190504. # dmesg | grep ^ath0 ath0: <Atheros 5212> mem 0xf4000000-0xf400ffff irq 18 at device 11.0 on pci0 ath0: [ITHREAD] ath0: AR2413 mac 7.9 RF2413 phy 4.5 changing the MAC address directly on ath0 didn't work: # ifconfig ath0 link 00:aa:bb:cc:dd:ee ifconfig: ioctl (SIOCAIFADDR): Operation not supported by device # ifconfig ath0 ether 00:aa:bb:cc:dd:ee ifconfig: ioctl (SIOCAIFADDR): Operation not supported by device it worked when creating wlan0 with the wlanaddr option, but I can't associate to the AP if I try to change the MAC address of wlan0. Any help?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1128196a0904010150v572edbd4sb9ab080e2cd8bbb1>