User Tools

Site Tools


computing:linux

This is an old revision of the document!


#Linux Basics #Jonathan Haack #Haack's Networking #netcmnd@jonathanhaack.com


#Debian and Ubuntu

cd /etc/apt nano sources.lsit

#Add this line to the file at the top and save changes via nano

deb http://httpredir.debian.org/debian/ wheezy main contrib non-free

#I had to do the following - add jessie to apt-get - in order to get it to work despite the instructions

deb http://http.debian.net/debian/ jessie main contrib non-free

#Then, re-run apt-get to get these packages, then get the cutter

apt-get update apt-get install firmware-b43-installer

#or … it may be an older model, so use

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

#to know which one, go to https://wiki.debian.org/bcm43xx#supported-b43, or

computing/linux.1461472530.txt.gz · Last modified: 2018/11/25 01:33 (external edit)