I've installed Debian Jessie to dual-boot on a Macbook Pro 12,1. So far, I haven't been able to set up my WiFi drivers correctly. I've followed the instructions here in this way:
- Found my chipset using the table on the documentation above.
BCM43602 14e4:43ba
- Downloaded necessary
.binfiles by cloning the repository and moving the files for my chipset (brcm/brcmfmac43602-pcie.binandbrcm/brcmfmac43602-pcie.ap.bin) into/etc/firmware/brcm.
I haven't done the step that reads:
For SDIO driver you need to copy the nvram for your system and place it in /lib/firmware/brcm.
The reason is because I don't think the computer would be using the SDIO driver, but rather the PCIE driver. I'm not sure about this. A secondary reason is that I could not find the nvram file in /sys/firmware/efi/efivars after mount -t efivarfs none /sys/firmware/efi/efivars.
On rebooting, the driver appears not to be working. Any ideas?