From owner-freebsd-current@FreeBSD.ORG Thu Nov 10 08:41:33 2011 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 8ACF5106566B; Thu, 10 Nov 2011 08:41:33 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe04.c2i.net [212.247.154.98]) by mx1.freebsd.org (Postfix) with ESMTP id DA3D68FC08; Thu, 10 Nov 2011 08:41:32 +0000 (UTC) X-T2-Spam-Status: No, hits=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe04.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 201513843; Thu, 10 Nov 2011 09:41:30 +0100 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Thu, 10 Nov 2011 09:38:39 +0100 User-Agent: KMail/1.13.5 (FreeBSD/8.2-STABLE; KDE/4.4.5; amd64; ; ) References: <4EBB6787.8000300@gmail.com> In-Reply-To: <4EBB6787.8000300@gmail.com> X-Face: *nPdTl_}RuAI6^PVpA02T?$%Xa^>@hE0uyUIoiha$pC:9TVgl.Oq, NwSZ4V"|LR.+tj}g5 %V,x^qOs~mnU3]Gn; cQLv&.N>TrxmSFf+p6(30a/{)KUU!s}w\IhQBj}[g}bj0I3^glmC( :AuzV9:.hESm-x4h240C`9=w MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201111100938.39891.hselasky@c2i.net> Cc: Glen Barber , current@freebsd.org Subject: Re: Netgear WNA1000N USB wlan device 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: Thu, 10 Nov 2011 08:41:33 -0000 On Thursday 10 November 2011 06:56:23 Glen Barber wrote: > Hi, > > Netgear has these neat little USB micro wireless network adapters[1] > that one could plug in and forget about without fear of, for example, > breaking the device. > > Said devices are really nice for those of us without supported > integrated wireless chipsets, such as those found in late 2010 MacBooks, > or anything manufactured by Dell recently... > > The only problem is that the device itself is not supported. > > The device appears to have a RealTek RTL8188CUS chipset (vendor 0846, > device 9041), which, without knowing much more about the device, I > suspect could work with the urtw(4) driver. However, my feeble attempts > at simulating support for the device ended, well, as expected. :) > > Is someone out there interested in undertaking the task of tweaking the > driver code (if it's feasible in this case, of course) to get this > device supported? I suspect more people than just me would be greatly > appreciative of support for it. :) > > Thanks, > > Glen > > [1] - > http://www.totobay.com/netgear-wna-1000-n-150m-wireless-usb-adapter_p29987. > html Hi, Could you dump the device descriptor using usbconfig and Google the .idVendor and .idProduct values? --HPS