Skip to content

Commit

Permalink
Update TROUBLESHOOTING.md
Browse files Browse the repository at this point in the history
Add info about Pi 3's WiFi
  • Loading branch information
mikebrady committed Apr 19, 2016
1 parent 56fc451 commit ed4ec93
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions TROUBLESHOOTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ This can be caused by lots of things, but one of them is that the WiFi adapter m
```
iw dev wlan0 set power_save off
```
Here is the command sequence for a Raspberry Pi 3, which has built-in WiFi:

```
sudo iwconfig wlan0 power off
```

There are some more details in some the closed issues on this repository.

Expand Down

0 comments on commit ed4ec93

Please sign in to comment.