From owner-freebsd-current@FreeBSD.ORG Sat Aug 31 18:44:35 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 E88DF80D for ; Sat, 31 Aug 2013 18:44:35 +0000 (UTC) (envelope-from johannes@brilliantservice.co.jp) Received: from mail-ie0-f181.google.com (mail-ie0-f181.google.com [209.85.223.181]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B7BF92F0C for ; Sat, 31 Aug 2013 18:44:35 +0000 (UTC) Received: by mail-ie0-f181.google.com with SMTP id a14so5725344iee.12 for ; Sat, 31 Aug 2013 11:44:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=LnqSxevQeC45/VZSQQOg7m4b+GHDJ3eYracHEhmNThE=; b=fKKstTceUb9qWDc7La1H6CXBU7i50kSqVxttsttYlicNs/au5SpH8f8r2oxsJMUNQ3 jXmz8wCSCcfTRXjK1QvPfiH2eOAiV/WJv00JC4iw9CAPpiVxRajDv8gd8jzUzZMJ2FVj yTUHEhNCNnxOaJmhK+WIw4eEh1zsnJGOrLD8wZppNoyYigZI5XK47NUATlAgS/ZQUejE BLWtuBmspG/uF5GV9PN8EMzfk1iaIW/GGIJunxuDpLVux5Gfe459H7SD/pzpP1sBUC8F nC/x4GOvHgBNAgYAd0/6QXl0G+uRPWv2qx8r4EscZzGO8Moh0C7tevchiC1qWh07axUF BloA== X-Gm-Message-State: ALoCoQlGW/uJq16x1WhvDF2GorxS88ytdHhrc6Fsaq+K+7PCA3WhJcnduPq3j2BaIqykopceE5Fv X-Received: by 10.50.122.102 with SMTP id lr6mr6950391igb.0.1377974669160; Sat, 31 Aug 2013 11:44:29 -0700 (PDT) MIME-Version: 1.0 Received: by 10.43.158.74 with HTTP; Sat, 31 Aug 2013 11:44:14 -0700 (PDT) In-Reply-To: References: From: "Lundberg, Johannes" Date: Sat, 31 Aug 2013 20:44:14 +0200 Message-ID: Subject: Re: 2013 MacBook Air Project To: Adrian Chadd Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD Current 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: Sat, 31 Aug 2013 18:44:36 -0000 Hi Adrian That's great! Good luck to you :) Johannes Lundberg BRILLIANTSERVICE CO., LTD. On Sat, Aug 31, 2013 at 7:07 PM, Adrian Chadd wrote: > I've begun trying to hunt down someone at Broadcom to talk about the 11ac > driver. > > Wish me luck. > > (And install/run FreeBSD on mac hardware..) > > > > -adrian > > > On 30 August 2013 09:25, Lundberg, Johannes < > johannes@brilliantservice.co.jp> wrote: > >> Hi >> >> I thought I'd give a progress report on running FreeBSD 10 on a MacBook >> Air >> 11" 2013 model. >> >> PCI-E SSD DRIVE >> - Added device ID to device list. Should be committed to head already. >> - Failed to write partition table due to weird characters at the end in >> the >> SSD's identifier key. Solved by ugly hack (cutting off the ident string in >> the middle), fix not committed. >> >> SMP >> - No problem when booting from usb memory stick. However, have to disable >> smp in /boot/loader.conf with kern.smp.disabled="1" to boot from the SSD. >> >> USB >> - Reverted sys/dev/usb/controller/xhci* to 243780 to make it work. >> >> WIFI >> - Seems like this one is gonna be difficult due to Broadcom's proprietary >> driver.... >> >> ETHERNET >> - Thunderbolt adapter works fine but hot-plugging not supported so you >> need >> to connect it before booting. >> >> BLUETOOTH >> - Added device to usbdevs and ng_ubt.c. Device is recognised and ubt0 >> created but when running "service bluetooth start ubt0" I get "Unable to >> setup Bluetooth stack for device ubt0". Works fine with other generic >> bluetooth 4.0 usb dongle. No debugging done. >> >> Will install Xorg next week so report about that coming later. >> >> Best Regards >> >> Johannes Lundberg >> >> BRILLIANTSERVICE CO., LTD. >> _______________________________________________ >> freebsd-current@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-current >> To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org >> " >> > >