From owner-freebsd-net@FreeBSD.ORG Mon Jan 4 20:44:22 2010 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C4C61065672 for ; Mon, 4 Jan 2010 20:44:22 +0000 (UTC) (envelope-from weongyo.jeong@gmail.com) Received: from mail-qy0-f176.google.com (mail-qy0-f176.google.com [209.85.221.176]) by mx1.freebsd.org (Postfix) with ESMTP id DB3F98FC1D for ; Mon, 4 Jan 2010 20:44:21 +0000 (UTC) Received: by qyk6 with SMTP id 6so6569616qyk.3 for ; Mon, 04 Jan 2010 12:44:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:cc :subject:message-id:reply-to:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent:organization:x-operation-sytem; bh=rQO20/awkFL5jON6HOLeiUKy9NdyKZv15Q+h5nZZWoA=; b=AmUt3F0i9oCVJ/6TJAgf4z1C92ex4WtNn7hGxspEUuwj3c7rYsDDO3p960J/YDUOjP 8gmegBFX+DUPaOjuDdVfMjG3NH/d6jdlgcD6Dgv/v4+wtzeLz7C8GEI2lmNO2wHZfw16 CPXa0dcrKfTNZUArz2ohdBJkTDe37CbwC2b/E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:mail-followup-to :references:mime-version:content-type:content-disposition :in-reply-to:user-agent:organization:x-operation-sytem; b=kRkZnMbxCqt+0l09Rf3dS5c/TBc0fkd4uV7ApULCMd5XNaJcGWvamY7mx+SHYiIZ+c gZufT7LpLe5jPhJ5Uf/fPUS76MfX1y5Ex77NQptwGcBk2XgXYmmZ8O9zeQ6L3jNNJGXA Dl/nZj4zFUrT2EgEnkD9Jc4/dcoakSCFEF4gg= Received: by 10.224.44.164 with SMTP id a36mr11535580qaf.149.1262637850225; Mon, 04 Jan 2010 12:44:10 -0800 (PST) Received: from weongyo ([174.35.1.224]) by mx.google.com with ESMTPS id 4sm49842616qwe.5.2010.01.04.12.44.09 (version=SSLv3 cipher=RC4-MD5); Mon, 04 Jan 2010 12:44:09 -0800 (PST) Received: by weongyo (sSMTP sendmail emulation); Mon, 4 Jan 2010 12:44:24 -0800 From: Weongyo Jeong Date: Mon, 4 Jan 2010 12:44:24 -0800 To: Steven Friedrich Message-ID: <20100104204424.GH1491@weongyo> Mail-Followup-To: Steven Friedrich , Sam Leffler , freebsd-net@freebsd.org References: <200912151603.32111.freebsd@insightbb.com> <4B35160C.3040701@errno.com> <20091226044243.GE11506@weongyo> <200912260942.48320.freebsd@insightbb.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="t0UkRYy7tHLRMCai" Content-Disposition: inline In-Reply-To: <200912260942.48320.freebsd@insightbb.com> User-Agent: Mutt/1.4.2.3i Organization: CDNetworks. X-Operation-Sytem: FreeBSD Cc: freebsd-net@freebsd.org Subject: Re: uath under FreeBSD 8.0-STABLE X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Weongyo Jeong List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jan 2010 20:44:22 -0000 --t0UkRYy7tHLRMCai Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sat, Dec 26, 2009 at 09:42:48AM -0500, Steven Friedrich wrote: > On Friday 25 December 2009 11:42:43 pm Weongyo Jeong wrote: > > On Fri, Dec 25, 2009 at 11:44:12AM -0800, Sam Leffler wrote: > > > Steven Friedrich wrote: > > > >On Thursday 24 December 2009 05:09:42 pm Weongyo Jeong wrote: > > > >>OK. It looks weird idProduct didn't be decreased 1 after loading the > > > >>firmware. > > > >> > > > >>And what I'd like to see is the *full* result of the following steps: > > > >> > > > >> 1. plugs in your USB device. > > > >> 2. run commands as follows: > > > >> > > > >> # kldload if_uath > > > >> # dmesg | tail > > > >> # uathload -v -d /dev/ugen4.3 > > > >> # dmesg | tail > > > >> > > > >>In a theory, after loading the firmware normally the device which at > > > >> the moment idProduct is 0x4251 is detached and reseted then it should > > > >> be reattached with idProduct(0x4250). > > > >> > > > >>regards, > > > >>Weongyo Jeong > > > > > > > >Opps, I'm sorry, the reply I just sent ws wrong because once you've used > > > >uathload, you have to unplugplug the device before you can run it again. > > > >So here it is: > > > >Load firmware ar5523.bin (builtin) to /dev/ugen4.3 > > > >send block 0: 147368 bytes remaining > > > > > > > > : data... > > > > : wait for ack...flags=0x14 total=149416 > > > > > > <...snip...> > > > > > > The device should detach and be re-enumerated w/ a different device id > > > that the driver attaches to. Hard to say why it does not. > > > > > > uathload should be automatically run by devd but it appears the devd > > > rules file I did got lost (don't see it in the tree). > > > > I agree with sam@ that it's hard to understand why it's not detached > > after downloading the firmware. > > > > Yesterday I ordered `Netgear Wireless USB Adapter WG111T' which probably > > is same one with you so I could reproduce your problem and debug it. > > Thanks for your effort. I appreciate it. Oops I forgot to attach the file. regards, Weongyo Jeong --t0UkRYy7tHLRMCai Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="patch_uath_20100104.diff" Index: usbdevs =================================================================== --- usbdevs (revision 201529) +++ usbdevs (working copy) @@ -2003,8 +2003,8 @@ product NETGEAR WG111V2 0x6a00 WG111V2 product NETGEAR2 MA101 0x4100 MA101 product NETGEAR2 MA101B 0x4102 MA101 Rev B -product NETGEAR3 WG111T 0x4250 WG111T product NETGEAR3 WG111T_NF 0x4251 WG111T (no firmware) +product NETGEAR3 WG111T 0x4252 WG111T product NETGEAR3 WPN111 0x5f00 WPN111 product NETGEAR3 WPN111_NF 0x5f01 WPN111 (no firmware) --t0UkRYy7tHLRMCai--