driver

Hp laserjet pro m102a

Step 1: Download latest hplip drivers from https://developers.hp.com/hp-linux-imaging-and-printing It will take you to download page where you need to choose your distro.

Step 2: Once downloaded, open terminal and type,

$ cd ~/Downloads/ $ chmod +x [downloaded file name].run $ ./[downloaded file name].run

Step 3: Follow instructions on screen.

driver printer brother hl 1110

then sudo sh ./linux-brprinter-installer-2.0.0-1

driver usb wifi

driver usb wifi2

driver wifi bcm4312

sudo apt-get update

sudo apt-get install firmware-b43-installer

sudo apt-get install bcmwl-kernel-source

install wifi for bcm4036

sudo apt-get install linux-firmware-nonfree

sudo apt-get install b43-fwcutter

sudo modprobe -r b43 ssb

sudo modprobe b43

bcm 4306

12.04 (Precise Pangolin) - 14.04 (Trusty Tahr)

Open a Terminal and if you haven't already done so, update your package list:

sudo apt-get update

If you have a b43 card use the command

sudo apt-get install firmware-b43-installer

or, if you need the b43legacy driver, use:

sudo apt-get install firmware-b43legacy-installer

or, (12.04 - 12.10) if you need a LP-PHY version (e.g BCM4312), use:

sudo apt-get install firmware-b43-lpphy-installer

Restart the computer or reload the b43/b43legacy module as outlined in the Switching between drivers section below (replace b43 with b43legacy where appropriate).