Skip to content

Instantly share code, notes, and snippets.

@ub3d4
ub3d4 / wlan_bcm4313_debian.sh
Last active May 3, 2019 02:56
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
@ub3d4
ub3d4 / HOWTO_LaserJetP1606dn_Debian
Last active August 29, 2015 14:22
HOWTO install HP LaserJet P1606dn in Debian 8 (Jessie)
USB Installation
It is very simple to install HP Laserjet P1606dn with the HPLIP Automatic Installer.
1) This installer is available to download at:
http://hplipopensource.com/hplip-web/downloads.html
2) Open a console and go to the location where it was downloaded
3) Run 'hplip-3.15.4.run' (In Debian 8 the installer only worked for me launching it with the superuser,
although it is recommended to launch it as a normal user).
4) Once you are asked about debian dependencies, it will resolve them automatically.