I am currently setting up a bluetooth connectivity system for my garage to play music through. I have got the music playing and running smoothly, but I cannot figure out how get the pulseaudio daemon to run from startup or from a script. I'm hesitant to try random google searches since I don't want to break something important! I guess im just unsure how to proceed! any amount would help!
Here's the link/guide i used in case someone needs to take a look.
Setup Raspberry Pi 3 as bluetooth speaker
Thanks in advance!
systemctl list-unit-files | grep pulse
. If you installed pulseaudio viaapt
, there should be a service available already, you just have to enable it. – goldilocks Sep 25 '16 at 13:00