Browse Source

Add rfkill steps

master
Luke Murphy 4 years ago
parent
commit
803c12d181
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 8
      docs/index.md

8
docs/index.md

@ -67,6 +67,14 @@ $ apt update
$ apt upgrade
```
This step may be not needed but it has been reported a few times. You need to
unblock the Wifi device. In order to do this, you'll need to run the following.
```bash
$ apt install -y rfkill
$ rfkill unblock wlan
```
We should then perform a number of steps within the [raspi-config] tool:
```bash

Loading…
Cancel
Save