This shows you the differences between two versions of the page.
| linux [2016/04/21 05:05] – created oemb1905 | linux [2016/04/24 04:37] (current) – removed oemb1905 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | #Linux Basics | ||
| - | #Jonathan Haack | ||
| - | # | ||
| - | # | ||
| - | |||
| - | ------------------------------------------- | ||
| - | |||
| - | #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:// | ||
| - | |||
| - | #I had to do the following - add jessie to apt-get - in order to get it to work despite the instructions | ||
| - | |||
| - | deb http:// | ||
| - | |||
| - | #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:// | ||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||