From: Mike Brady Date: Tue, 22 May 2018 22:08:30 +0000 (+0100) Subject: Update TROUBLESHOOTING.md X-Git-Tag: 3.2RC10~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86aa989df49eba49fc1ecf30d81ee65233c32ae2;p=thirdparty%2Fshairport-sync.git Update TROUBLESHOOTING.md --- diff --git a/TROUBLESHOOTING.md b/TROUBLESHOOTING.md index ce3397fb..262bca6b 100644 --- a/TROUBLESHOOTING.md +++ b/TROUBLESHOOTING.md @@ -36,6 +36,22 @@ wireless-power off ``` to the file `/etc/network/interfaces`. +Here is another option, suggested by [davidhq](https://github.com/davidhq) in [#653](https://github.com/mikebrady/shairport-sync/issues/653#issuecomment-391100620): + +``` +$ sudo nano /etc/network/if-up.d/off-power-manager +``` + +Type: +``` +#!/bin/sh +/sbin/iwconfig wlan0 power off +``` +Then: +``` +sudo chmod +x /etc/network/if-up.d/off-power-manager +``` + There are some more details in some the closed issues on this repository. ### Faulty WiFi