Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ihortymoshenko/9009851 to your computer and use it in GitHub Desktop.
Save ihortymoshenko/9009851 to your computer and use it in GitHub Desktop.
Installing Wi-Fi on Dell Vostro 1700 with Xubuntu 12.04
#!/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