I am trying to start a 32bit binary of a game and try to start it with pulseaudio support. I am getting the following errors: AL lib: alsa.c:878: snd_ctl_pcm_next_device failed ALSA lib pcm.c:2104:(snd_pcm_open_conf) Cannot open shared library /usr/lib32/alsa-lib/libasound_module_pcm_pulse.so ALSA lib pcm.c:2104:(snd_pcm_open_conf) Cannot open shared library /usr/lib32/alsa-lib/libasound_module_pcm_pulse.so AL lib: alsa.c:344: Could not open playback device 'default': No such file or directory AL lib: oss.c:179: Could not open /dev/dsp: Device or resource busy ALSA lib pcm.c:2104:(snd_pcm_open_conf) Cannot open shared library /usr/lib32/alsa-lib/libasound_module_pcm_pulse.so ALSA lib pcm.c:2104:(snd_pcm_open_conf) Cannot open shared library /usr/lib32/alsa-lib/libasound_module_pcm_pulse.so AL lib: alsa.c:344: Could not open playback device 'default': No such file or directory AL lib: oss.c:179: Could not open /dev/dsp: Device or resource busy WARNING: Cannot open the audio device. ALSA lib pcm.c:2104:(snd_pcm_open_conf) Cannot open shared library /usr/lib32/alsa-lib/libasound_module_pcm_pulse.so ALSA lib pcm.c:2104:(snd_pcm_open_conf) Cannot open shared library /usr/lib32/alsa-lib/libasound_module_pcm_pulse.so AL lib: alsa.c:344: Could not open playback device 'default': No such file or directory AL lib: oss.c:179: Could not open /dev/dsp: Device or resource busy ALSA lib pcm.c:2104:(snd_pcm_open_conf) Cannot open shared library /usr/lib32/alsa-lib/libasound_mod ALSA lib pcm.c:2104:(snd_pcm_open_conf) Cannot open shared library /usr/lib32/alsa-lib/libasound_mod AL lib: alsa.c:344: Could not open playback device 'default': No such file or directory AL lib: oss.c:179: Could not open /dev/dsp: Device or resource busy ALSA lib pcm.c:2099:(snd_pcm_open_noupdate) Unknown PCM default And its right the following libraries are not available /usr/lib32/alsa-lib/libasound_mod /usr/lib32/alsa-lib/libasound_module_pcm_pulse.so Reproducible: Always Steps to Reproduce: 1. configure system to use pulseaudio 2. start 32bit game
*** This bug has been marked as a duplicate of bug 186820 ***