summaryrefslogtreecommitdiff
path: root/TROUBLESHOOTING.md
diff options
context:
space:
mode:
authorMike Brady <mikebrady@eircom.net>2016-02-05 20:29:44 +0000
committerMike Brady <mikebrady@eircom.net>2016-02-05 20:29:44 +0000
commitec9ad0bbd6114ce0bc9a40ad76e998a3bfa491f4 (patch)
tree871d4c12493623d626b17d996d9f08b2eb305dbd /TROUBLESHOOTING.md
parentc998bbf5a4cc1354c4db71e638a3c9c1642cb48a (diff)
Update TROUBLESHOOTING.md
Diffstat (limited to 'TROUBLESHOOTING.md')
-rw-r--r--TROUBLESHOOTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/TROUBLESHOOTING.md b/TROUBLESHOOTING.md
index 9af96fa..6300236 100644
--- a/TROUBLESHOOTING.md
+++ b/TROUBLESHOOTING.md
@@ -10,9 +10,9 @@ In this brief document will be listed some problems and some solutions.
Shairport Sync is installed and running, but sometimes it disappears from the network, and sometimes it suffers from long dropouts.
-**Possible Problem**
+**Possible Cause**
-These problems can be caused by lots of things, but one of them is that the WiFi adapter may be set to run in a low-power or power-saving mode. If it's not busy, then after a while it goes into a low-power mode. This is bad as the device needs to be always connected to the network to provide the AirPlay service. You need to turn off power-saving mode. How you do this varies with platform and with WiFi adapter – internet search is your friend. Here, for instance, is the command for the C.H.I.P. from Next Thing Co, which has built in WiFi and Linux and has the `iw` command installed:
+This can be caused by lots of things, but one of them is that the WiFi adapter may be set to run in a low-power or power-saving mode. If it's not busy, then after a while it goes into a low-power mode. This is bad as the device needs to be always connected to the network to provide the AirPlay service. You need to turn off power-saving mode. How you do this varies with platform and with WiFi adapter – internet search is your friend. Here, for instance, is the command for the C.H.I.P. from Next Thing Co, which has built in WiFi and Linux and has the `iw` command installed:
```
iw dev wlan0 set power_save off