From owner-freebsd-usb@FreeBSD.ORG Wed Sep 16 21:54:37 2009 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 422D2106566C for ; Wed, 16 Sep 2009 21:54:37 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe14.tele2.se [212.247.155.161]) by mx1.freebsd.org (Postfix) with ESMTP id C92098FC0C for ; Wed, 16 Sep 2009 21:54:36 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=1daCgBmjNeEA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=BTD9pe7wGmKW61fEZxUA:9 a=zBiPA4bJ3l9xs9pvKAZbz0VpD0AA:4 a=u89v-tlinV1IztRF:21 a=4-VaE4cCHYAsaZ5Z:21 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe14.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 565982341; Wed, 16 Sep 2009 23:54:32 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org, pyunyh@gmail.com Date: Wed, 16 Sep 2009 23:55:04 +0200 User-Agent: KMail/1.11.4 (FreeBSD/9.0-CURRENT; KDE/4.2.4; i386; ; ) References: <20090916185256.GI1155@michelle.cdnetworks.com> In-Reply-To: <20090916185256.GI1155@michelle.cdnetworks.com> X-Face: (%:6u[ldzJ`0qjD7sCkfdMmD*RxpOwEEQ+KWt[{J#x6ow~JO:,zwp.(t; @Aq :4:&nFCgDb8[3oIeTb^'",;u{5{}C9>"PuY\)!=#\u9SSM-nz8+SR~B\!qBv MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200909162355.05395.hselasky@c2i.net> Cc: Subject: Re: CFT: axe(4) station address patch X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Sep 2009 21:54:37 -0000 Hi, Can you send me the patch. Seems like the list software stripped it off. --HPS On Wednesday 16 September 2009 20:52:56 Pyun YongHyeon wrote: > Hi, > > Traditionally axe(4) didn't support reprogramming station address > (node id) as datasheet does not mention the required command. > However AX88178 datasheet has the command and it seems the command > works as expected. I've attached patch which will enable changing > ethernet address of the controller for AX88178/AX88772/AX88172. > I couldn't test it on AX88772 and AX88172 controller. So if you > have these controllers would you give it try let me know how it > goes on your controller? > > > Check the ethernet address and change it to other address with > ifconfig(8). The following command will change the ethernet address > to aa:bb:cc:dd:ee:ff. > #ifconfig ue0 down > #ifconfig ue0 ether aa:bb:cc:dd:ee:ff > #ifconfig ue0 up > After that check whether you can still use network. > > Hans, would you review the patch?