From owner-freebsd-arm@freebsd.org Tue Aug 22 19:11:22 2017 Return-Path: Delivered-To: freebsd-arm@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 82BB6DDD364; Tue, 22 Aug 2017 19:11:22 +0000 (UTC) (envelope-from ilya@bakulin.de) Received: from olymp.kibab.com (unknown [IPv6:2a01:4f8:160:84c1::10]) by mx1.freebsd.org (Postfix) with ESMTP id 4B20171219; Tue, 22 Aug 2017 19:11:21 +0000 (UTC) (envelope-from ilya@bakulin.de) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Tue, 22 Aug 2017 15:11:20 -0400 From: Ilya Bakulin To: Chris Gordon Cc: freebsd-arm@freebsd.org, owner-freebsd-arm@freebsd.org Subject: Re: Beaglebone Black + FreeBSD + USB WiFi = WAP? Organization: Deglitch Networks In-Reply-To: <40EA308E-489D-4A0B-B75A-2CA5A4EC474E@theory14.net> References: <40EA308E-489D-4A0B-B75A-2CA5A4EC474E@theory14.net> Message-ID: <685d0eed3532a34f239e7ff893f817db@bakulin.de> X-Sender: ilya@bakulin.de X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Aug 2017 19:11:22 -0000 Hi Chris, have you found the issue already? If not: what does `top -Sa` show when you're running your speed test? Specifically what does "CPU:" line look like, and what are the top processes in the list? I've had an issue with FreeBSD acting as WAP (although using Atheros-based NIC) some years ago, the problem back then was that the machine CPU was just too slow to process the traffic. On 2017-08-02 22:33, Chris Gordon wrote: > NOTE: I posted this to freebsd-questions@ a few days ago and didn’t > get any responses. If this list isn’t appropriate, I apologize in > advance. > > > Is anyone using a BeagleBone Black and USB Wifi as a WAP? If so, what > kind of throughput do you get on your Wifi? I’m getting very bad > network performance. > > Hardware: > > - BeagleBone Black rev C. > - Tried with two different USB Wifi Adapters: > - Edimax N150 (small nub type adapter) > - LB Link from Adafruit (https://www.adafruit.com/product/1030) > - Both show as RTL8188CUS chips (via dmesg) > - Wired connection connected for access to my network and internet > > OS: > > - Mostly with the most recent Beaglebone Snapshot of 11.0 > - A few quick tests with the 11. snapshot image > > Connection Speeds: > > - Using nuttcp (over 100Mbps ethernet) between the BB and another > machine, I can get ~90+ Mbps in each direction so I don’t think there > is an issue with that part of the connection. > - Using the BB as a WAP and connection my iPad I see 1 to 5 Mbps down > and < 1 Mbps tested via the Ookla Speedtest app. > - Connecting to my ancient Netgear WAP using the same app and test, I > get roughly 10 Mbps in either direction with the same test. > > > Configs (pretty much taken right from the handbook): > > /boot/loader.conf: > > if_urtwn_load="YES" > wlan_mac_load="YES" > > /etc/rc.conf (relevant parts) > > ifconfig_cpsw0="inet XX.XX.XX.XX netmask 0xffffff00” > defaultrouter=“YY.YY.YY.YY" > hostapd_enable="YES" > wlans_urtwn0="wlan0" > create_args_wlan0="wlanmode hostap" > ifconfig_wlan0="up" > cloned_interfaces="bridge0" > ifconfig_bridge0="addm cpsw0 addm wlan0 up” > > /etc/hostapd.conf > > interface=wlan0 > debug=1 > ctrl_interface=/var/run/hostapd > ctrl_interface_group=wheel > ssid=REDACTED > wpa=2 > wpa_passphrase=REDACTED > wpa_key_mgmt=WPA-PSK > wpa_pairwise=CCMP > > > > Any ideas? Is this just the limit of USB wifi on this board? > > > Thanks, > Chris > _______________________________________________ > freebsd-arm@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" -- Mit freundlichen Grüßen, Ilya Bakulin