Add rfkill steps
This commit is contained in:
parent
1dd7dafe09
commit
803c12d181
@ -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…
Reference in New Issue
Block a user