No Wifi MacBookPro 2015 (11,4) BRC43602 Manjaro

Hello,
I’m a new Linux user with little prior knowledge.
It would be nice if someone could help me with my problem.
At my MacBookPro 2015 (11,4) I can’t activate WiFi under Manjaro. The camera and SD card reader also don’t work, I think is related to the same driver.
WiFi works under Fedora and there is the brcmfmac_wcc Broadcom driver installed, which is not available under Majaro.
May Wifi run with this driver?
How do I get this installed in Manjaro?

Software:
Betriebssystem: Manjaro Linux
KDE-Plasma-Version: 6.1.5
KDE-Frameworks-Version: 6.6.0
Qt-Version: 6.7.2
Kernel-Version: 6.6.54-2-MANJARO (64-bit)
Grafik-Plattform: Wayland

Hardware:
Prozessoren: 8 × Intel® Core™ i7-4770HQ CPU @ 2.20GHz
Speicher: 15,5 GiB Arbeitsspeicher
Grafikprozessor: Mesa Intel® Iris® Pro Graphics P5200
Hersteller: Apple Inc.
Produktname: MacBookPro11,4
Systemversion: 1.0

used Wifi-Modul:
03:00.0 Network controller: Broadcom Inc. and subsidiaries BCM43602 802.11ac Wireless LAN SoC (rev 01)

Driver by Fedora:

Module Size Used by

binfmt_misc 28672 1
brcmfmac_wcc 12288 0

brcmfmac 524288 1 brcmfmac_wcc

brcmutil 20480 1 brcmfmac
cfg80211 1445888 1 brcmfmac

mmc_core 282624 1 brcmfmac

rfkill 40960 8 bluetooth,cfg80211


Driver by Manjaro:

Module Size Used by

brcmfmac 593920 0
mmc_core 262144 1 brcmfmac
cfg80211 1327104 1 brcmfmac
rfkill 40960 6 bluetooth,cfg80211
brcmutil 20480 1 brcmfmac

Hi @kasentaler, and welcome!

In order for us, or anyone for that matter, to be able to provide assistance, more information is necessary. To that end, please see:

Please also note and heed: Forum Rules - Manjaro

Hope you manage!


:bangbang: Tip for legibility: :bangbang:

To provide terminal output, copy the text you wish to share, and paste it here, surrounded by three (3) backticks, a.k.a grave accents. Like this:

```
pasted text
```

Or three (3) tilde signs, like this:

~~~
pasted text
~~~

This will just cause it to be rendered like this:

Portaest sed
elementum
cursus nisl nisi
hendrerit ac quis
sit
adipiscing
tortor sit leo commodo.

Instead of like this:

Portaest sed elementum cursus nisl nisi hendrerit ac quis sit adipiscing tortor sit leo commodo.

Alternatively, paste the text you wish to format as terminal output, select all pasted text, and click the </> button on the taskbar. This will indent the whole pasted section with one TAB, causing it to render the same way as described above.

Thereby improving legibility and making it much easier for those trying to be of assistance.


:bangbang::bangbang: Additionally

If your language isn’t English, please prepend any and all terminal commands with LC_ALL=C. For example:

LC_ALL=C bluetoothctl

This will just cause the terminal output to be in English, making it easier to understand and debug.

Please edit your post accordingly.

Note that the above text is partially pre-prepared as a general introduction for new forum Users. Please take the time to follow links given and learn how to create effective Support requests and encourage quality responses.

Please also provide the output of:

journalctl --grep=brcmfmac

It’s probably this issue. More model-specific info for wifi, camera and card reader are here.

If that doesn’t help

2 Likes