BCM4360 not working with drivers installed

Hello !

After some years using Ubuntu and Debian distros, I wanted to try out manjaro.
I installed it on my laptop (Macbook Air 2017) and everthing works fine, besides the Wireless Network chip, which is a BCM4360. I saw here and there that installing broadcom-wl could solve my issue, but after installing both dkms and regular version, I found out it didn’t work.

inxi -N still gives me
Network:
Device-1: Broadcom BCM4360 802.11ac Wireless Network Adapter driver: N/A

If anyone has ever had this issue or knows a workaround somehow, I’d be glad to hear it !

Thanks a lot in advance

Caerroff

And after doing:

sudo rmmod b43 ssb bcma wl
sudo modprobe wl

?

[caerroff@caerroff-manjaro ~]$ sudo rmmod b43 ssb bcma wl
rmmod: ERROR: Module b43 is not currently loaded
rmmod: ERROR: Module ssb is not currently loaded
rmmod: ERROR: Module bcma is not currently loaded
rmmod: ERROR: Module wl is not currently loaded
[caerroff@caerroff-manjaro ~]$ sudo modprobe wl
modprobe: FATAL: Module wl not found in directory /lib/modules/5.10.79-1-lts

I don’t understand why it isn’t in /lib/modules
I have installed broadcom-wl with pacman (graphical version as I’m not very familiar with pacman CLI for now), and it said the installation was successful