Re: 2013 MacBook Air Project

2013-09-02 Thread Adrian Chadd
On 2 September 2013 09:48, Gary Palmer wrote: > While not helpful in getting a native driver working, does the device > work under the NDIS emulation layer with the Windows driver? > I don't know. But the wifi NDIS stuff has evolved quite significantly over the years and I don't know if the ndi

Re: 2013 MacBook Air Project

2013-09-02 Thread Gary Palmer
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

Re: 2013 MacBook Air Project

2013-09-02 Thread Jason Birch
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 o

Re: 2013 MacBook Air Project

2013-09-01 Thread Lundberg, Johannes
This is the info OSX gives me about the 11" 2013 MacBook Air. --- Software Versions: CoreWLAN: 3.4 (340.18) CoreWLANKit: 2.0.2 (202.11) Menu Extra: 8.1 (810.11) configd plug-in: 8.5 (850.252) System Information: 8.3 (830.5) IO80211 Family: 5.3 (530.5) Diagnostics: 2.1 (210.

Re: 2013 MacBook Air Project

2013-09-01 Thread Adrian Chadd
did you contribute this stuff back up to the linux driver? -adrian On 31 August 2013 21:30, Jason Birch wrote: > > Yup. I hope I get some positive responses from Broadcom. I really don't >> want to port the Linux driver(s), it's just plain silly. >> > > I've noticed a hell of a lot of problem

Re: 2013 MacBook Air Project

2013-08-31 Thread Jason Birch
> Yup. I hope I get some positive responses from Broadcom. I really don't > want to port the Linux driver(s), it's just plain silly. > I've noticed a hell of a lot of problems with the B4331 rev2 under Linux on several distributions, which have been resolved for me by splicing apart the _Windows_

Re: 2013 MacBook Air Project

2013-08-31 Thread Piotr Kubaj
Considering how "well" they used to support Linux in the past and how long it took them to publish a proper driver (they released open driver for their devices only 3 years ago), I don't believe they will give support for FreeBSD any soon. signature.asc Description: OpenPGP digital signature

Re: 2013 MacBook Air Project

2013-08-31 Thread Adrian Chadd
On 31 August 2013 11:44, Lundberg, Johannes wrote: > Hi Adrian > > That's great! Good luck to you :) > > Yup. I hope I get some positive responses from Broadcom. I really don't want to port the Linux driver(s), it's just plain silly. -adrian ___ freeb

Re: 2013 MacBook Air Project

2013-08-31 Thread Lundberg, Johannes
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 in

Re: 2013 MacBook Air Project

2013-08-31 Thread Lundberg, Johannes
Hi Hans Thanks for adding the device! And, sorry but the patch didn't make any difference :( Johannes Lundberg BRILLIANTSERVICE CO., LTD. On Sat, Aug 31, 2013 at 9:11 AM, Hans Petter Selasky wrote: > On 08/31/13 01:42, Lundberg, Johannes wrote: > >> + >> +

Re: 2013 MacBook Air Project

2013-08-31 Thread Adrian Chadd
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 wrote: > Hi > > I thought I'd give a progress report on running FreeBSD 10 on a MacBook Air > 11"

Re: 2013 MacBook Air Project

2013-08-31 Thread Hans Petter Selasky
On 08/31/13 01:42, Lundberg, Johannes wrote: + + /* MacBookAir6,1 */ + { USB_VPI(0x05ac, 0x828f, 0) }, + }; Hi, I've updated the FreeBSD USB bluetooth driver with your ID, and a few more from Linux. I've attached an XHCI patch you can try. --HPS === ./xhci.c

Re: 2013 MacBook Air Project

2013-08-31 Thread Lundberg, Johannes
I forgot about the patch to sys/dev/ahci/ahci.c but it is already committed to head so just update that file to get access to the SSD controller. One line has been added: {0x91831b4b, 0x00, "Marvell 88SS9183", AHCI_Q_NOBSYRES}, Johannes Lundberg BRILLIANTSERVICE CO., LTD.

Re: 2013 MacBook Air Project

2013-08-30 Thread Lundberg, Johannes
Thanks :) No github but I will attach the patches in this mail. Remember, the diskgeom patch is a ugly hack Johannes Lundberg BRILLIANTSERVICE CO., LTD. On Fri, Aug 30, 2013 at 11:38 PM, Alfred Perlstein wrote: > This is so cool! > > Do you have a repo

Re: 2013 MacBook Air Project

2013-08-30 Thread Alfred Perlstein
This is so cool! Do you have a repo on github with these patches? On 8/30/13 9:25 AM, Lundberg, Johannes 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.

2013 MacBook Air Project

2013-08-30 Thread Lundberg, Johannes
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 ha