Created
April 1, 2025 12:50
-
-
Save iandark/53e545aa630c5e1e0d816eed4589d9e5 to your computer and use it in GitHub Desktop.
How to install Broadcom BCM4360 on debian on Macbook
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1 - Enable the nonfree repos. By adding "non-free" to your "/etc/apt/sources.list" file or do it in "Software & Updates" app. | |
| 2 - Run the following commands: | |
| sudo apt-get update | |
| sudo apt-get install broadcom-sta-* | |
| 3 - If this does not work, you must compile your kernel with the driver; | |
| sudo apt-get install linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') broadcom-sta-dkms |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment