From owner-freebsd-questions@freebsd.org Wed Oct 21 06:27:21 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0995A1A8DF for ; Wed, 21 Oct 2015 06:27:21 +0000 (UTC) (envelope-from mmatalka@gmail.com) Received: from mail-wi0-x234.google.com (mail-wi0-x234.google.com [IPv6:2a00:1450:400c:c05::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6BD1E365 for ; Wed, 21 Oct 2015 06:27:21 +0000 (UTC) (envelope-from mmatalka@gmail.com) Received: by wicfv8 with SMTP id fv8so59310914wic.0 for ; Tue, 20 Oct 2015 23:27:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:references:date:in-reply-to:message-id:user-agent :mime-version:content-type; bh=0s7613XjC37JCgvZjKrdxcfUTp6MJCFHUmP9y7MT/2s=; b=VsjXFVoGlD9ZOq0Yyo0X+tADmUOVwBHkeM6Lvz/RFa51ydXIJkzEbT14dLOmm3quL2 DQzJl/8oCdP0al5l1NA5rdgPWP8Dy5dGuriMLuTrLKrMTTXSw4qXNss1y+M6rtWzqhFN rN/tgrYSi0fH6R1oeA36wuxUuseT7WNsANeK8Ko9sOTmBxm0O72ShOGK9EWYRc0IFmij 04e2TqQmd0alAYmdvVzPzcKE5Oz1QsZW14EKi7WfrwcCfI2a5ytgu3N3ONs/arMwJRxD ucKTPYnl0TkR67PxW1EfatcX/RWWNG7GTE69jtgwz+rFRZQIFGp3GgBmgSjFFTK67/or o+6A== X-Received: by 10.194.113.67 with SMTP id iw3mr9640543wjb.66.1445408838735; Tue, 20 Oct 2015 23:27:18 -0700 (PDT) Received: from localhost (li195-236.members.linode.com. [178.79.139.236]) by smtp.gmail.com with ESMTPSA id nf15sm5830152wic.22.2015.10.20.23.27.16 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 20 Oct 2015 23:27:17 -0700 (PDT) From: Malcolm Matalka To: freebsd-questions@freebsd.org Subject: Re: USB wireless adapter for hostapd? References: <87a8rcnb15.fsf@elk.localnet> Date: Wed, 21 Oct 2015 06:27:15 +0000 In-Reply-To: <87a8rcnb15.fsf@elk.localnet> (Carl Johnson's message of "Tue, 20 Oct 2015 20:41:26 -0700") Message-ID: <86r3kolosc.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Oct 2015 06:27:21 -0000 Carl Johnson writes: > I am trying to set up a Raspberry Pi as an access point, but FreeBSD > doesn't support hostap mode on the adapters (urtwn) that I have. Does > anybody have any suggestions on where I could buy an adapter that > FreeBSD does support hostap mode? Looking at the man pages seems to > indicate that very few are supported for anything other than normal > station mode. > > Thanks for any information. I've had success with this: http://www.modmypi.com/raspberry-pi/accessories/wifi-dongles/wifi-dongle-nano-usb/?search=wifi Basically, you need to find things with specific chipsets that support hostedap. Ralink 5370 is one of them. However, I've had trouble getting more than 80KB/s out (although I can max out the in at ~1MB/s) of this on my RPi1. I'm not sure where the problem is because I just don't know enough about it, perhaps someone else knows how to debug/tune it.