From owner-freebsd-current@FreeBSD.ORG Wed Apr 1 08:59:16 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 0C26E1065674 for ; Wed, 1 Apr 2009 08:59:16 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.185]) by mx1.freebsd.org (Postfix) with ESMTP id 8E7DB8FC08 for ; Wed, 1 Apr 2009 08:59:15 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: by mu-out-0910.google.com with SMTP id w9so1127976mue.3 for ; Wed, 01 Apr 2009 01:59:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=RgLxq+gd96BuWjiSGdpEaqJJdmj8hA+zwdV2tHfBPsw=; b=WF1s03gUk7x0TXIwRwhVc+li5cR4AvjjObywYrihalthnZagllP4yulN2DbnciZ7q6 X4FL9YS/i0l/Jikxcv0HdRtgInAnMXunNU1cA8z1Gu0cIfnfTaveAJ4Eifucm30+8eHt UnRB1Fr84OQ0Qc7eldCqAXCc32GXekr9JVdfI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=NYqU+z6bpbiE7YAqpcgldHYwidgtdkNypYB030ZmFGYtkDR5I7PzVQMLrUhKXDh0vm wzSwUJyg9f4uTr7zzJ0WlhqG1K6M7Z0UT/VXHCElrIH6YxMrKDI7kRD4+yEayR8w5SB4 awykZhjEYINBd3srvdeVxzMY/BWrXCM2osTto= MIME-Version: 1.0 Received: by 10.103.244.4 with SMTP id w4mr2713972mur.11.1238576354643; Wed, 01 Apr 2009 01:59:14 -0700 (PDT) In-Reply-To: <1128196a0904010150v572edbd4sb9ab080e2cd8bbb1@mail.gmail.com> References: <1128196a0904010150v572edbd4sb9ab080e2cd8bbb1@mail.gmail.com> Date: Wed, 1 Apr 2009 12:59:14 +0400 Message-ID: From: pluknet To: XkuIPjIedEYT XkuIPjIedEYT Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: 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:59:16 -0000 2009/4/1 XkuIPjIedEYT XkuIPjIedEYT : > 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 looks that something was changed in this area in r190508. -- wbr, pluknet