From: Mike Brady Date: Tue, 19 Apr 2016 10:24:52 +0000 (+0100) Subject: Update TROUBLESHOOTING.md X-Git-Tag: 2.8.3~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed4ec933e7a2000407f71718215c8181f1fb9379;p=thirdparty%2Fshairport-sync.git Update TROUBLESHOOTING.md Add info about Pi 3's WiFi --- diff --git a/TROUBLESHOOTING.md b/TROUBLESHOOTING.md index 6a49f0a7..45ea8fe7 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.