protonscr

Client cannot open shared Alsa lib.

steamclosed reviewedSteam client
ValveSoftware/steam-for-linux#801 · opened 2013-01-24 by MrSchism · updated 2013-01-25 · 6 comments · github
MMrSchism 2013-01-24 github

System Info: https://gist.github.com/45ed161ede54ebc30909

ALSA lib conf.c:3314:(snd_config_hooks_call) Cannot open shared library libasound_module_conf_pulse.so

The above is called when I open the Steam client (not doing anything at all besides that). This may occur, as far as I can tell, because the client is looking for it in the wrong directory.

Ggdrewb-valve maintainer 2013-01-24 github

That message is coming from ALSA itself, not Steam, so something in your system configuration appears off. I did a quick web search and there are multiple threads on this error message but it didn't seem like there was a single solution.

MMajkl578 2013-01-24 github

I've also seen this since last update.

ALSA lib conf.c:3314:(snd_config_hooks_call) Cannot open shared library libasound_module_conf_pulse.so
ALSA lib control.c:951:(snd_ctl_open_noupdate) Invalid CTL hw:0

System info

MMrSchism 2013-01-24 github

I only started getting it with the most recent update.

Aalama 2013-01-25 github

if you are using Debian/Ubuntu and running on a 64-bit system (amd64) do you have the 32-bit asound2's plugins installed (libasound2-plugins:i386)?

sudo apt-get install libasound2-plugins:i386

MMajkl578 2013-01-25 github

@alama: Good point, I didn't have, seems it fixed the problem. Thanks for the idea.

MMrSchism 2013-01-25 github

That seemed to fix it.

Can't believe I missed that.

Nothing extracted yet.