From owner-freebsd-wireless@freebsd.org Tue Sep 15 08:30:19 2015 Return-Path: Delivered-To: freebsd-wireless@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 DFAE7A03299 for ; Tue, 15 Sep 2015 08:30:19 +0000 (UTC) (envelope-from mueller6723@twc.com) Received: from dnvrco-oedge-vip.email.rr.com (dnvrco-outbound-snat.email.rr.com [107.14.73.225]) by mx1.freebsd.org (Postfix) with ESMTP id B245218EE for ; Tue, 15 Sep 2015 08:30:18 +0000 (UTC) (envelope-from mueller6723@twc.com) Received: from [96.28.178.143] ([96.28.178.143:64630] helo=localhost) by dnvrco-oedge01 (envelope-from ) (ecelerity 3.5.0.35861 r(Momo-dev:tip)) with ESMTP id 97/F1-01924-956D7F55; Tue, 15 Sep 2015 08:27:06 +0000 Date: Tue, 15 Sep 2015 08:26:05 +0000 Message-ID: <97.F1.01924.956D7F55@dnvrco-oedge01> From: "Thomas Mueller" To: freebsd-wireless@freebsd.org References: <42.EE.28247.80F76F55@dnvrco-oedge02> Subject: Re: looking for if_rsu testers X-RR-Connecting-IP: 107.14.64.118:25 X-Authority-Analysis: v=2.1 cv=fZ8jyigF c=1 sm=1 tr=0 a=RKm8ZHSrUWUxlfG+7GhaOw==:117 a=RKm8ZHSrUWUxlfG+7GhaOw==:17 a=ayC55rCoAAAA:8 a=pedpZTtsAAAA:8 a=FP58Ms26AAAA:8 a=3tcz3bTJAAAA:8 a=PLUjekkXDLzMlGrr2QoA:9 a=83IDqXaSLGwA:10 X-Cloudmark-Score: 0 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.20 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: Tue, 15 Sep 2015 08:30:20 -0000 > We don't have the AR9271/AR7010 USB glue in our driver. Someone has to > port the glue to our atheros driver. I'll help get the HAL AR9271 bits > in place if this is done! > I don't know why the openbsd rsu driver works fine but ours doesn't - > there's not much difference. Maybe we're doing something different in > usb/net80211 land? Or maybe something locking/concurrency related? I'm > not sure yet. > I still do get the "firmware doesn't successfully join" problem at > home, even after today's fixes. I at least have a way to reproduce the > problem but I'm not sure what is going on. It'd be really helpful if > someone with openbsd can get some debugging information and join > #freebsd-wifi on efnet. > Thanks! > -adrian With Hiro H50191 (rsu) on FreeBSD, I don't get the firmware-not-loading problem but did in OpenBSD. All I have for OpenBSD is the latest (5.4) USB-stick image from liveusb-openbsd.sourceforge.net , and updated bsd.rd for OpenBSD 5.5, 5,6 and 5.7. Neither AR9271 (athn) nor rsu ever loaded the firmware. On NetBSD-current, sometimes athn works at least for some time before silently quitting, but most of the time I get athn0: could not load firmware (35) Fortunately Realtek 8111E Ethernet works with re, now FreeBSD as well as NetBSD, but not OpenBSD (maybe the upcoming OpenBSD 5.8 due for Oct 18, 2015?). A problem with OpenBSD is not supporting gpt. I noticed gpt commented out in GENERIC config (cvsweb interface), but now I see, on www.openbsd.org/plus58.html Disable GPT support. It appears to create broken spoofed labels for empty disks. (end of quote) That makes it very difficult to do anything with OpenBSD, unless I do everything on USB sticks (limited writes?). Try to cross-compile Bitrig (forked from OpenBSD) from NetBSD-current amd64? I actually git-cloned and updated (git pull) the source, xenocara and ports trees to at least have a look. Tom