This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to configure PulseAudio in am335x SDK ?

PulseAudio server is not configured, and I can not run it. The client is not configured also. How to configure PulseAudio in am335x SDK ? I did not find information about it in the TI wiki.

  • Hi Vladimir,

    Check the linked below tutorials about PulseAudio configuration:
    wiki.archlinux.org/.../Configuration
    en.wikibooks.org/.../Remote_server

    BR
    Tsvetolin Shulev
  • Hi Tsvetolin,

    I tried to run pulseadio manually. But I see these messges in the terminal:

    root@am335x-evm:~# pulseaudio -nC                                           
    W: [pulseaudio] main.c: This program is not intended to be run as root (unless -
    -system is specified).                                                          
    E: [pulseaudio] ltdl-bind-now.c: Failed to open module module-cli.so: module-cli
    .so: cannot open shared object file: No such file or directory                  
    E: [pulseaudio] module.c: Failed to open module "module-cli".                   
    E: [pulseaudio] main.c: Module load failed.                                     
    E: [pulseaudio] main.c: Failed to initialize daemon.       

    There is information that this is a bug of pulseaudio. Where can I get a working version of pulseaudio for SDK?