summaryrefslogtreecommitdiff
path: root/TROUBLESHOOTING.md
diff options
context:
space:
mode:
authorMike Brady <mikebrady@eircom.net>2017-08-03 19:20:58 +0200
committerMike Brady <mikebrady@eircom.net>2017-08-03 19:20:58 +0200
commitc677ad483edbd17ba18f49d72376ccc4f3872bf7 (patch)
tree16ecd7984f75062ca8235a4c4b45017ed143f6bf /TROUBLESHOOTING.md
parent0e9190a5d6ffb8c7d8fd0b8622f9ee39b882bb59 (diff)
parent94d89b867342a827d8920720c561eaf4ce7cfdc6 (diff)
Merging to master branch 3.0rc0
Diffstat (limited to 'TROUBLESHOOTING.md')
-rw-r--r--TROUBLESHOOTING.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/TROUBLESHOOTING.md b/TROUBLESHOOTING.md
index 7f7852a..f4cdbd3 100644
--- a/TROUBLESHOOTING.md
+++ b/TROUBLESHOOTING.md
@@ -46,7 +46,7 @@ Allow network discovery. This setting creates a private type network and enables
**Problem**
-You have installed Shairport Sync successfully, the deamon is running, you can see it from your remote terminal but you are unable to play a song.
+You have installed Shairport Sync successfully, the daemon is running, you can see it from your remote terminal but you are unable to play a song.
**Before you change anything to your configuration**
@@ -72,7 +72,7 @@ sudo ufw allow from 192.168.1.1/16 to any port 6000:6005 proto udp
sudo ufw allow from 192.168.1.1/16 to any port 35000:65535 proto udp
```
-You may have to change the IP adresses range depending on your own local network settings.
+You may have to change the IP addresses range depending on your own local network settings.
You can check UFW config by typing `sudo ufw status` in shell. Please make sure that UFW is active, especially if you have deactivated it previously for testing purpose.
@@ -152,6 +152,6 @@ This sets the default alsa audio device to be the USB DAC via a dmixer plugin (w
This will then be used by default by Shairport-Sync and any other applications using alsa.
-Note that some distributions (such as Volumio 2) don't use an asound.conf file by default, they instead specificy the hardware details directly in '/etc/mpd.conf' files so some more in-depth modification is needed to override this.
+Note that some distributions (such as Volumio 2) don't use an asound.conf file by default, they instead specify the hardware details directly in '/etc/mpd.conf' files so some more in-depth modification is needed to override this.
(Note: not tested by Mike B.)