Skip to content

Instantly share code, notes, and snippets.

@iandark
Created April 1, 2025 12:50
Show Gist options
  • Select an option

  • Save iandark/53e545aa630c5e1e0d816eed4589d9e5 to your computer and use it in GitHub Desktop.

Select an option

Save iandark/53e545aa630c5e1e0d816eed4589d9e5 to your computer and use it in GitHub Desktop.
How to install Broadcom BCM4360 on debian on Macbook
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