I am running the latest Kali Live (with persistence) on an old Mac Book pro, but cannot get the WiFi to work. The lspci command shows that the device is recognised and is a Broadcom BCM4360 WiFi Adapter.

I issued the following commands:
Code:
sudo apt-get update
sudo apt-get install firmware-b43-installer
They worked fine, but when I reboot the machine WiFi is still not available. When I issue the dmesg command it shows the following error message:
Code:
b43-phy0 ERROR: FOUND UNSUPPORTED PHY (Analog 12, Type 11 (AC), Revision 1)
I suspect that it is telling me that this particular model (the 4300) is not supported, and this page from the Linux kernel website appears to support that: https://wireless.wiki.kernel.org/en/...upported_chips

Are there other driver options to try? Is there another way around this problem?