Hello
I find that I did not transplant pulseaudio.So I follow the instructions in the connection documentation:https://community.nxp.com/docs/DOC-103385,but I use pulseaudio version is 8.0.
I tried to execute the command “pulseaudio --system --realtime & ”, start pulseaudio. But the error is as follows:
root@imx6qsabresd:/etc# pulseaudio --system --realtime &
27683
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.
W: pid.c: Stale PID file, overwriting.
Inconsistency detected by ld.so: dl-open.c: 678: dlopen: Assertion `_dl_debug_initialize (0, args.nsid)->r_state == RT_CONSISTENT' failed!
How to solve this?