Updated install process #4

Merged
sixteenmillimeter merged 11 commits from dev into master 2018-10-11 00:47:50 +00:00
1 changed files with 11 additions and 1 deletions
Showing only changes of commit 1517cd031f - Show all commits

View File

@ -21,7 +21,17 @@ From [learn.adafruit.com](https://learn.adafruit.com/turning-your-raspberry-pi-z
```sudo nano /etc/network/interfaces```
Add at the end:
Enable wlan0 by adding the following lines:
```
allow-hotplug wlan0
iface wlan0 inet manual
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
```
Enable with ```sudo systemctl enable wpa_supplicant.service```.
For usb connection, add at the end:
```
allow-hotplug usb0