Quick and dirty workaround for broadcom-sta-dkms on kernel 5.17:

1. Download patch.
$ wget
https://raw.githubusercontent.com/archlinux/svntogit-community/master/broadcom-wl-dkms/trunk/012-linux517.patch

WARNING: Make sure not to download any untrused/malicious code. The
changes in the linked patch appear small and safe.

2. With root shell, go to source.
# cd /usr/src/broadcom-sta-6.30.223.271/src/wl/sys/

3. Patch the code.
# patch wl_linux.c < /home/stephan/Downloads/012-linux517.patch 

4. Reconfigure broadcom-sta-dkms to trigger DKMS
# dpkg-reconfigure broadcom-sta-dkms

WARNING: Re-installing the package will reverse your changes.


Regards

Reply via email to