Skip to content

Instantly share code, notes, and snippets.

@dlech
Last active May 25, 2020 18:08
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dlech/7e9d28bccac9632cbc50 to your computer and use it in GitHub Desktop.
Save dlech/7e9d28bccac9632cbc50 to your computer and use it in GitHub Desktop.
BlueZ 5 and PulseAudio on Debian jessie
<busconfig>
<policy user="pulse">
<allow send_destination="org.bluez"/>
</policy>
</busconfig>
[Unit]
Description=Pulse Audio
[Service]
Type=simple
ExecStart=/usr/bin/pulseaudio --system --disallow-exit --disable-shm
[Install]
WantedBy=multi-user.target
@kvr52
Copy link

kvr52 commented Sep 20, 2017

Hi.
I'm not clear what should I do wih the two files above and where should I put / copy them in Raspberrry PI2.

I would need a full step-by-step guide to set up bluetooth speaker on PI2.
Please provide me the link, if already available somwhere.
Thanks in advance.
Kv Rajan

@meoso
Copy link

meoso commented Apr 16, 2018

thanks found this via ev3dev/ev3dev#198 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment