From: Mike Brady Date: Sat, 13 May 2017 10:46:22 +0000 (+0100) Subject: Update TROUBLESHOOTING.md X-Git-Tag: 3.1~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3cb54fb9db0f48a37941db58ea22647e6571ead;p=thirdparty%2Fshairport-sync.git Update TROUBLESHOOTING.md --- diff --git a/TROUBLESHOOTING.md b/TROUBLESHOOTING.md index 45ea8fe7..ebbfd473 100644 --- a/TROUBLESHOOTING.md +++ b/TROUBLESHOOTING.md @@ -24,6 +24,11 @@ Here is the command sequence for a Raspberry Pi 3, which has built-in WiFi: ``` sudo iwconfig wlan0 power off ``` +Alternatively, add the following line: +``` +wireless-power off +``` +to the file `/etc/network/interfaces`. There are some more details in some the closed issues on this repository.