summaryrefslogtreecommitdiff
path: root/TROUBLESHOOTING.md
diff options
context:
space:
mode:
authorMike Brady <mikebrady@eircom.net>2016-04-19 11:24:52 +0100
committerMike Brady <mikebrady@eircom.net>2016-04-19 11:24:52 +0100
commited4ec933e7a2000407f71718215c8181f1fb9379 (patch)
tree182d6f065a7280dbb237b9ea491b6ca87673b47f /TROUBLESHOOTING.md
parent56fc451dd4d1b1078cea34d95710f57089b39463 (diff)
Update TROUBLESHOOTING.md
Add info about Pi 3's WiFi
Diffstat (limited to 'TROUBLESHOOTING.md')
-rw-r--r--TROUBLESHOOTING.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/TROUBLESHOOTING.md b/TROUBLESHOOTING.md
index 6a49f0a..45ea8fe 100644
--- a/TROUBLESHOOTING.md
+++ b/TROUBLESHOOTING.md
@@ -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.