Skip to content

Instantly share code, notes, and snippets.

@lithuak
Created November 22, 2013 20:13
Show Gist options
  • Save lithuak/7606081 to your computer and use it in GitHub Desktop.
Save lithuak/7606081 to your computer and use it in GitHub Desktop.
Fix WiFi on Ubuntu/Dell
http://askubuntu.com/questions/346804/one-ubuntu-laptop-on-wifi-occasionally-makes-other-laptops-connection-slow
sudo sh -c "echo 'blacklist wl' >> /etc/modprobe.d/broadcomm-blacklist.conf"
sudo sh -c "echo 'brcmsmac' >> /etc/modprobe.d/broadcomm.conf"
"
When I do this, I end up with no kernel driver in use and no wifi.
Actually, it looks like brcmsmac was already blacklisted in a different modprobe.d/ file, created by bcmwl. I commented that out and rebooted and brcmsmac was active.
"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment