From owner-freebsd-net@FreeBSD.ORG Wed Jan 6 17:44:50 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 6DD4B1065692 for ; Wed, 6 Jan 2010 17:44:50 +0000 (UTC) (envelope-from freebsd@insightbb.com) Received: from mxsf02.insightbb.com (mxsf02.insightbb.com [74.128.0.63]) by mx1.freebsd.org (Postfix) with ESMTP id 39A308FC1F for ; Wed, 6 Jan 2010 17:44:50 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.49,230,1262581200"; d="scan'208";a="694731623" Received: from unknown (HELO mxsf12.insightbb.com) ([172.31.249.231]) by mxsf02.insightbb.com with ESMTP; 06 Jan 2010 12:44:49 -0500 X-IronPort-AV: E=Sophos;i="4.49,230,1262581200"; d="scan'208";a="13707722" Received: from unknown (HELO asav02.insightbb.com) ([172.31.249.123]) by mxsf12.insightbb.com with ESMTP; 06 Jan 2010 12:44:49 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AtgEAGNbREvQLicL/2dsb2JhbACBRY4xAcJwhDAE X-IronPort-AV: E=Sophos;i="4.49,230,1262581200"; d="scan'208";a="342710566" Received: from 208-46-39-11.dia.static.qwest.net (HELO laptop2.stevenfriedrich.org) ([208.46.39.11]) by asavout02.manage.insightbb.com with ESMTP; 06 Jan 2010 12:44:48 -0500 To: freebsd-net@freebsd.org From: Steven Friedrich Date: Wed, 6 Jan 2010 12:44:46 -0500 MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201001061244.46700.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: Wed, 06 Jan 2010 17:44:50 -0000 On Monday 04 January 2010 05:31:18 pm Weongyo Jeong wrote: > On Mon, Jan 04, 2010 at 03:57:56PM -0500, Steven Friedrich wrote: > > On Monday 04 January 2010 03:34:41 pm Weongyo Jeong wrote: > > > Could you please test with attached patch? Today the device I ordered > > > is delivered and I tried to test with it. One thing, it looks weird, > > > I noticed is that after uploading the firmware, idProduct is increased > > > not decreased. > > > > > > After patching, you should rebuild the module. > > > > I didn't get an attachment... > > Attached. > > regards, > Weongyo Jeong > I had to place: # Firmware download for Netgear WG111T USB ethernet. attach 100 { match "vendor" "0x1385"; match "product" "0x4251"; action "/usr/sbin/uathload -d /dev/$device-name"; }; in /etc/devd.conf, but I later moved it to /usr/local/etc/devd/WG111T.conf Then it appeared in the ifconfig as uath0. But I get errors later when I run wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant.conf Those errors are: uath0: timeout waiting for reply to cmd 0x8 (8) uath0: could not start target, error 35 Your patch DOES work, AFAIK.