Skip to content

Instantly share code, notes, and snippets.

@ub3d4
Last active May 3, 2019 02:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ub3d4/c3fa8c43dc70b95aed45 to your computer and use it in GitHub Desktop.
Save ub3d4/c3fa8c43dc70b95aed45 to your computer and use it in GitHub Desktop.
Broadcom BCM4313 WLAN installation in Debian Linux 8 (Jessie)
#!/bin/bash
# wlan_bcm4313_debian.sh: Broadcom BCM4313 WLAN (Acer Aspire ONE D257) installation script - Debian Linux 8 (Jessie)
# Author: David Úbeda
apt-get install firmware-brcm80211 rfkill
/sbin/modprobe brcmsmac -r && /sbin/modprobe brcmsmac
# Use this line in laptops whithout WLAN switch
rfkill unblock all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment