From owner-freebsd-questions@FreeBSD.ORG Fri May 15 12:52:26 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 282CE106566B for ; Fri, 15 May 2009 12:52:26 +0000 (UTC) (envelope-from me@janh.de) Received: from mailhost.uni-hamburg.de (mailhost.uni-hamburg.de [134.100.32.155]) by mx1.freebsd.org (Postfix) with ESMTP id D70938FC18 for ; Fri, 15 May 2009 12:52:25 +0000 (UTC) (envelope-from me@janh.de) Received: from localhost (localhost [127.0.0.1]) by mailhost.uni-hamburg.de (Postfix) with ESMTP id CF66490285; Fri, 15 May 2009 14:34:59 +0200 (CEST) X-Virus-Scanned: by University of Hamburg (RRZ/mailhost) Received: from mailhost.uni-hamburg.de ([127.0.0.1]) by localhost (mailhost.uni-hamburg.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id NKwYLXcVAbxm; Fri, 15 May 2009 14:34:59 +0200 (CEST) Received: from janh.freebsd (privat-131jes.math.uni-hamburg.de [134.100.221.76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: fmjv004) by mailhost.uni-hamburg.de (Postfix) with ESMTPSA id B22F09027E; Fri, 15 May 2009 14:34:59 +0200 (CEST) Message-ID: <4A0D6177.5070601@janh.de> Date: Fri, 15 May 2009 14:35:03 +0200 From: Jan Henrik Sylvester User-Agent: Thunderbird 2.0.0.21 (X11/20090405) MIME-Version: 1.0 To: Marco References: 4A0D3D63.903@web.de Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: questions-list freebsd Subject: Re: USB WLAN Atheros and USB Ethernet FBSD 7.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 May 2009 12:52:26 -0000 Marco wrote: > iam thinking of building a router with usb wlan and usb ethernet > controller attached. as the wlan device shall be an AP i would go for > atheros stick. however, i'am unsure if anybody has expirience if or > which devices should work out of the box with latest stable release. i > read something about a "uath" device module but could not find it in my > sys-tree. uath is only available in 8-CURRENT and I am not sure, if it does Host AP mode. (The same goes for upgt.) In 7.2-RELEASE (and 7-STABLE), the only usb wlan drivers are ural, rum, and zyd, but zyd does not do Host AP for what I know (and it was never stable for me). ural and rum both do Host AP. Maybe this is interesting for you: http://en.wikipedia.org/wiki/Comparison_of_Open_Source_Wireless_Drivers Anyhow, why does it have to be usb? From my own experience, usb devices do not work as well as Cardbus or (Mini)PCI. You will probably be much more happy, if you get an ath based MiniPCI card. Cheers, Jan Henrik