Skip to content

Instantly share code, notes, and snippets.

@ChemsEddineHarouit
Created March 30, 2017 20:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ChemsEddineHarouit/0154302302fa637409200b2abae9e29a to your computer and use it in GitHub Desktop.
Save ChemsEddineHarouit/0154302302fa637409200b2abae9e29a to your computer and use it in GitHub Desktop.
Fixing BCM Driver for Neon KDE (bcm wireless kernel missing)
#!/bin/bash
cd
sudo systemctl restart network-manager
sudo apt-get install bcmwl-kernel-source
sudo update-initramfs -u -k all
sudo systemctl restart network-manager
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment