Created
February 14, 2014 21:37
-
-
Save ihortymoshenko/9009851 to your computer and use it in GitHub Desktop.
Installing Wi-Fi on Dell Vostro 1700 with Xubuntu 12.04
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
#!/bin/sh | |
sudo apt-get update | |
sudo apt-get purge bcmwl-kernel-source broadcom-sta-common broadcom-sta-source | |
sudo apt-get install b43-fwcutter firmware-b43-installer | |
sudo modprobe b43 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment