From owner-freebsd-net@FreeBSD.ORG Tue Dec 22 23:07:09 2009 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 776CC1065692 for ; Tue, 22 Dec 2009 23:07:09 +0000 (UTC) (envelope-from freebsd@insightbb.com) Received: from mxsf03.insightbb.com (mxsf03.insightbb.com [74.128.0.64]) by mx1.freebsd.org (Postfix) with ESMTP id 3EFC98FC24 for ; Tue, 22 Dec 2009 23:07:09 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.47,438,1257138000"; d="scan'208";a="773221278" Received: from unknown (HELO mxsf13.insightbb.com) ([172.31.249.233]) by mxsf03.insightbb.com with ESMTP; 22 Dec 2009 18:06:56 -0500 X-IronPort-AV: E=Sophos;i="4.47,438,1257138000"; d="scan'208";a="13112727" Received: from unknown (HELO asav03.insightbb.com) ([172.31.249.123]) by mxsf13.insightbb.com with ESMTP; 22 Dec 2009 18:06:54 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AiUFALffMEvQLicL/2dsb2JhbACBS9U9hDMEgWWBMw X-IronPort-AV: E=Sophos;i="4.47,438,1257138000"; d="scan'208";a="118230297" Received: from 208-46-39-11.dia.static.qwest.net (HELO laptop2.stevenfriedrich.org) ([208.46.39.11]) by asavout03.insightbb.com with ESMTP; 22 Dec 2009 18:06:54 -0500 From: Steven Friedrich To: freebsd-net@freebsd.org Date: Tue, 22 Dec 2009 18:06:53 -0500 User-Agent: KMail/1.12.4 (FreeBSD/8.0-STABLE; KDE/4.3.4; i386; ; ) References: <200912151603.32111.freebsd@insightbb.com> <200912221754.25692.freebsd@insightbb.com> <20091222230122.GA49597@citylink.fud.org.nz> In-Reply-To: <20091222230122.GA49597@citylink.fud.org.nz> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200912221806.53391.freebsd@insightbb.com> Subject: Re: uath under FreeBSD 8.0-STABLE X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2009 23:07:09 -0000 On Tuesday 22 December 2009 06:01:22 pm Andrew Thompson wrote: > On Tue, Dec 22, 2009 at 05:54:25PM -0500, Steven Friedrich wrote: > > On Tuesday 22 December 2009 02:31:04 pm Weongyo Jeong wrote: > > > On Tue, Dec 15, 2009 at 04:03:31PM -0500, Steven Friedrich wrote: > > > > Ok, I am able to load firmware with: > > > > uathload -d /dev/ugen4.3 > > > > but it also appears to do so when I plug it in... > > > > > > > > Now what? It doesn't show up in ifconfig... > > > > > > Could you please show me dmesg output and the output of > > > > > > # usbconfig dump_device_desc > > > > This message appears on the console when the device is plugged in: > > ugen4.3: < Atheros Communications Inc > at usbus4 > > > > usbconfig -u 4 -a 3 dump_info > > ugen4.3: at usbus4, cfg=0 md=HOST > > spd=HIGH (480Mbps) pwr=ON > > It looks like you are missing the step to load the firmware with > uathload(8). > > # uathload -d /dev/ugen4.3 > > > Maybe the documentation is missing this, or even better would be to have > devd do it automagically. I've tried that and it doesn't look any different than just plugging it in...