From 7a3dc723a5e8315eda8685d00fb5a9e187736d74 Mon Sep 17 00:00:00 2001 From: Paul Guyot Date: Sun, 27 Oct 2019 10:47:33 +0100 Subject: [PATCH] Use new driver for tagtagtag sound card --- setup | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/setup b/setup index 69cb398d..08d72707 100755 --- a/setup +++ b/setup @@ -51,9 +51,10 @@ sudo apt-get install -y postgresql libpq-dev git python3 python3-venv python3-de echo "Installing sound driver for Ulule 2019 cards" sudo apt-get install raspberrypi-kernel-headers cd /home/pi -sudo -u pi git clone https://github.com/respeaker/seeed-voicecard.git -cd /home/pi/seeed-voicecard -bash install.sh +sudo -u pi git clone -b tagtagtag-sound https://github.com/pguyot/wm8960 +cd /home/pi/wm8960 +make +sudo make install echo "Installing pynab release branch" cd /home/pi