From owner-freebsd-current@FreeBSD.ORG Wed Apr 1 08:50:46 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12586106568E for ; Wed, 1 Apr 2009 08:50:46 +0000 (UTC) (envelope-from xkuipjiedeyt@gmail.com) Received: from mail-gx0-f176.google.com (mail-gx0-f176.google.com [209.85.217.176]) by mx1.freebsd.org (Postfix) with ESMTP id C1C8F8FC08 for ; Wed, 1 Apr 2009 08:50:45 +0000 (UTC) (envelope-from xkuipjiedeyt@gmail.com) Received: by gxk24 with SMTP id 24so738489gxk.19 for ; Wed, 01 Apr 2009 01:50:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=aVPYB0j7YjyRr3uRaK+pTmtMlmNjWjQ80rmvTwIashI=; b=TQkhWUFwEVpU+9yXxRDFMrYB+InykTp17wCjEFBh1qy5py3jHvQ0Z7Lq1dZpb553JM HjEs1OY+ei1oAVZg+6ZwdYXNG2z1erHynqh/90ca1sC9kUhgJPvwXJB44IH9wqaf1ghN pYj41C2xOsABkJ5mXAe+Qxvkq5XpAxQM3s7cQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=eRR09PyhWCGYvESspHJ5T+Ju5cmHTnUi/YyAmygKCkGJanoqsufjqEPXGkvyW4Jl8s vOljLCe62LnqQyvYEr19t3mtUUWzLqN0SZ6IGMUMmOhse2PWBwmLruGLmp+q8MFMXr5p IucabjsUDqfUWlkukvqJuDPRYCJovDslYmJdw= MIME-Version: 1.0 Received: by 10.142.79.17 with SMTP id c17mr3035688wfb.171.1238575844674; Wed, 01 Apr 2009 01:50:44 -0700 (PDT) Date: Wed, 1 Apr 2009 16:50:44 +0800 Message-ID: <1128196a0904010150v572edbd4sb9ab080e2cd8bbb1@mail.gmail.com> From: XkuIPjIedEYT XkuIPjIedEYT To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: How can I change the MAC address of ath0? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Apr 2009 08:50:46 -0000 I'm running the FreeBSD 8.0-CURRENT r190504. # dmesg | grep ^ath0 ath0: 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?