Closed daniil-loban closed 1 year ago
Couldn't get BlueALSA PCM: Rejected send message
It's quite possible that that part is missing from the documentation... The problem is with D-Bus configuration. Make sure that you've got a file like this:
> cat /etc/dbus-1/system.d/bluealsa.conf
<policy user="root">
<allow own_prefix="org.bluealsa"/>
<allow send_destination="org.bluealsa"/>
</policy>
<policy group="audio"> <!-- allow user in "audio" group to connect with bluealsa service -->
<allow send_destination="org.bluealsa"/>
</policy>
<!-- this is optional -->
<policy user="myuser"> <!-- allow user "myuser" to connect with bluealsa service -->
<allow send_destination="org.bluealsa"/>
</policy>
<!-- this is optional -->
</busconfig>
It might happen that the rules will not be applied automatically, so in that case reboot.
@daniil-loban is this issue resolved or you need more help?
Problem
I can't record file from audio on my IPhone by this instrution because:
No such device
(I did it with android device too)Reproduction steps
Setup
OS distribution and version:
Kubuntu 22.04
bluealsa:v3.0.0
bluetoothd:5.64
aplay:aplay: version 1.2.6 by Jaroslav Kysela <perex@perex.cz>