From owner-freebsd-current@FreeBSD.ORG Mon Sep 2 16:48:44 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4CB86D08; Mon, 2 Sep 2013 16:48:44 +0000 (UTC) (envelope-from gpalmer@freebsd.org) Received: from mail.in-addr.com (unknown [IPv6:2001:470:8:162::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 16BE52121; Mon, 2 Sep 2013 16:48:44 +0000 (UTC) Received: from gjp by mail.in-addr.com with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1VGXIs-00091v-JT; Mon, 02 Sep 2013 12:48:38 -0400 Date: Mon, 2 Sep 2013 12:48:38 -0400 From: Gary Palmer To: Jason Birch Subject: Re: 2013 MacBook Air Project Message-ID: <20130902164838.GA33898@in-addr.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: gpalmer@freebsd.org X-SA-Exim-Scanned: No (on mail.in-addr.com); SAEximRunCond expanded to false Cc: Adrian Chadd , FreeBSD Current , "Lundberg, Johannes" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Sep 2013 16:48:44 -0000 On Mon, Sep 02, 2013 at 08:00:29PM +1000, Jason Birch wrote: > On Mon, Sep 2, 2013 at 4:16 AM, Adrian Chadd wrote: > > > did you contribute this stuff back up to the linux driver? > > > > I did not; I was simply following a few how-tos on a colleague's machine to > help her get a stable network connection. We never did fully crack that > nut; I quickly realised how far out of my depth I was :) > > On Mon, Sep 2, 2013 at 11:02 AM, Lundberg, Johannes < > johannes@brilliantservice.co.jp> wrote: > > > This is the info OSX gives me about the 11" 2013 MacBook Air. > > > > After a little bit of Googling, it looks like the chip inside the mid-2013 > MacBook Air is the Broadcom BCM4360 (Not the 4331 I've played with) which > is currently _not_ supported[1] by the legacy b43 Linux driver. > Additionally, it doesn't seem to be listed in the list of supported devices > of Broadcom's official open-source Linux drivers[2]. > > Broadcom's website seems a little helpful - they offer you the ability to > submit a request for driver help - but not for this model of chip. I think > your best bet will be to work from the sources of the bcmwl driver[3] - > which /might/ be related to the brcm80211 stuff? I've not dug any further. > > [1] http://wireless.kernel.org/en/users/Drivers/b43#Supported_devices > [2] http://wireless.kernel.org/en/users/Drivers/brcm80211#Supported_Chips > [3] https://launchpad.net/ubuntu/+source/bcmwl While not helpful in getting a native driver working, does the device work under the NDIS emulation layer with the Windows driver? Gary