Created
November 22, 2013 20:13
-
-
Save lithuak/7606081 to your computer and use it in GitHub Desktop.
Fix WiFi on Ubuntu/Dell
This file contains 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
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