Set of patch for Broadcom wireless adapters
Patched for Linux >= 4.15 and 5.1.2
Tested on Debian Stretch with Kernel 4.15.2 and 5.1.2
$ uname -r
4.15.2
or
$ uname -r
5.1.2
With a Azureware BCM94360HMB 802.11abgn/11ac WLAN + BT PCI-E Mini Card
$ lspci -nn | grep 14e4
03:00.0 Network controller [0280]: Broadcom Limited BCM4360 802.11ac Wireless Network Adapter [14e4:43a0] (rev 03)
$ git clone https://github.com/fabiomartino/broadcom-wl.git
$ cd broadcom-wl/
Download the source code from Broadcom Support and Downloads page
$ tar xzf hybrid-v35_64-nodebug-pcoem-6_30_223_271.tar.gz
$ patch -p1 < linux-415.patch
or
$ patch -p1 < linux-512.patch
$ make clean
$ make
$ make install
$ modprobe -r bcma
$ echo "blacklist bcma" > /etc/modprobe.d/broadcom.conf
$ echo "wl" > /etc/modules-load.d/wl.conf
$ depmod -a
$ modprobe wl
- Official README file (download)
- Arch Linux packages: broadcom-wl / broadcom-wl-dkms
- Debian packages: broadcom-sta (source repository)