Hello igor
Now, I have another wrong.
When I execute the following command:pulseaudio --system. The phenomenon is as follows:
root@imx6qsabresd:/etc# pulseaudio --system --realtime &
28092
root@imx6qsabresd:/etc# W: main.c: Running in system mode, but --disallow-exit not set.
W: main.c: Running in system mode, but --disallow-module-loading not set.
N: main.c: Running in system mode, forcibly disabling SHM mode.
W: main.c: OK, so you are running PA in system mode. Please note that you most likely shouldn't be doing that.
W: main.c: If you do it nonetheless then it's your own fault if things don't work as expected.
W: main.c: Please read http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/WhatIsWrongWithSystemWide/ for an explanation why system mode is usually a bad idea.
E: main.c: Failed to acquire org.pulseaudio.Server: org.freedesktop.DBus.Error.AccessDenied: Connection ":1.25" is not allowed to own the service "org.pulseaudio.Server" due to security policies in the configuration file
E: bluez5-util.c: GetManagedObjects() failed: org.freedesktop.DBus.Error.AccessDenied: Rejected send message, 2 matched rules; type="method_call", sender=":1.25" (uid=100 pid=28092 comm="pulseaudio --system --realtime ") interface="org.freedesktop.DBus.ObjectManager" member="GetManagedObjects" error name="(unset)" requested_reply="0" destination="org.bluez" (uid=0 pid=22025 comm="/usr/libexec/bluetooth/bluetoothd -C ")
How to solve it?
Thank you