From owner-freebsd-wireless@FreeBSD.ORG Wed Oct 16 21:18:39 2013 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 89684C8C for ; Wed, 16 Oct 2013 21:18:39 +0000 (UTC) (envelope-from mueller6721@twc.com) Received: from cdptpa-oedge-vip.email.rr.com (cdptpa-outbound-snat.email.rr.com [107.14.166.226]) by mx1.freebsd.org (Postfix) with ESMTP id 516192B82 for ; Wed, 16 Oct 2013 21:18:38 +0000 (UTC) Received: from [74.130.200.176] ([74.130.200.176:11789] helo=localhost) by cdptpa-oedge02 (envelope-from ) (ecelerity 3.5.0.35861 r(Momo-dev:tip)) with ESMTP id C6/BA-15942-DA20F525; Wed, 16 Oct 2013 21:18:37 +0000 Date: Wed, 16 Oct 2013 21:18:37 +0000 Message-ID: From: "Thomas Mueller" To: freebsd-wireless@freebsd.org References: Subject: Re: AR934x initial support is now in the tree X-RR-Connecting-IP: 107.14.168.130:25 X-Cloudmark-Score: 0 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Oct 2013 21:18:39 -0000 > The AR9271 is a USB-connected AR9285, for all intents and purposes. > So it would use ath(4), if ath(4) had the required USB glue. > Sorry. > -adrian NetBSD-current seems to support AR9271, so maybe the required USB glue is not too far away? I haven't set it up yet, so can't see if it really works. So far, I use NetBSD-current amd64 with subversion built from pkgsrc to checkout and update FreeBSD source tree. NetBSD-current amd64 works with Realtek 8111E Ethernet on MSI Z77 MPOWER motherboard, while FreeBSD fails to connect. Otherwise, I can try to set up wifi through rsu or ndis, or see if ndis can work with Realtek 8111E Ethernet. Tom