commit 10bf5f3a55dd961ffacda7e32e88138f370f928c
parent cf4da4ac5f6679b4bab5d9a24804bf805e4a0259
Author: Robin Bäckman <robinbackman@gmail.com>
Date: Tue, 1 Nov 2016 14:49:53 +0000
INSTALL.md edited online with Bitbucket
Diffstat:
1 file changed, 12 insertions(+), 0 deletions(-)
diff --git a/INSTALL.md b/INSTALL.md
@@ -54,6 +54,18 @@ Then run this
sudo chmod 664 /etc/systemd/system/tarina.service && sudo systemctl daemon-reload
```
+if USB soundcard
+
+add this to /etc/modprobe.d/alsa-base.conf
+```
+#set index value
+options snd_usb_audio index=0
+options snd_bcm2835 index=1
+
+#reorder
+options snd slots=snd_usb_audio, snd_bcm2835
+```
+
## Known problems ##
* Seems like the whole thing runs better on Wheezy, even if it's the pi 2. I don't know why?