Hey all,
I've been recently having some issues with MacOS on my device (Macbook Pro 15" Late 2014) so I decided to install Manjaro this afternoon and try to start hacking away at it.
I've followed several posts on the Macbook WiFi issues but fear I may have gotten things a bit tangled up. I'm sure that with some guidance I can get it working. This is the guide I was following: MacBook WiFi - BCM4360.
Everything worked up until the point I entered
sudo modprobe wl
where I get a prompt telling me the wl module can't be found.
Here is my output for sudo modprobe wl
:
02:00.0 Network controller [0280]: Broadcom Limited BCM4360 802.11ac Wireless Network Adapter [14e4:43a0] (rev 03)
Subsystem: Apple Inc. BCM4360 802.11ac Wireless Network Adapter [106b:0134]
Flags: bus master, fast devsel, latency 0
Memory at a0600000 (64-bit, non-prefetchable) [size=32K]
Memory at a0400000 (64-bit, non-prefetchable) [size=2M]
Capabilities: <access denied>
Kernel modules: bcma
03:00.0 Multimedia controller [0480]: Broadcom Limited 720p FaceTime HD Camera [14e4:1570]
Subsystem: Broadcom Limited 720p FaceTime HD Camera [14e4:1570]
Flags: bus master, fast devsel, latency 0, IRQ 47
Memory at a0900000 (64-bit, non-prefetchable) [size=64K]
Memory at 80000000 (64-bit, prefetchable) [size=256M]
Memory at a0800000 (64-bit, non-prefetchable) [size=1M]
Capabilities: <access denied>
Kernel driver in use: bdc-pci
Kernel modules: bdc_pci
And the output for uname -r
:
4.19.0-3-MANJARO
Before following the steps in the post above, my driver was being recognized as bcma-pci-bridge. Any help or guidance would be greatly appreciated.