You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ALSA lib conf.c:3725:(snd_config_hooks_call) Cannot open shared library libasound_module_conf_pulse.so (/home/linuxbrew/.linuxbrew/Cellar/alsa-lib/1.2.4/lib/alsa-lib/libasound_module_conf_pulse.so: cannot open shared object file: No such file or directory)
ALSA lib control.c:1471:(snd_ctl_open_noupdate) Invalid CTL default
It seems like alsa-lib, which is installed via homebrew tried to load alsa plugins by loading the config file made by another alsa, which is installed with apt.
As a temporary solution, sudo apt remove libasound2-plugins solved the error, though this may cause other problems...
https://linuxaudio.hatenablog.com/entry/2021/02/13/094348
maybe alsa-lib should be runtime dependency, not a build dependency?
The text was updated successfully, but these errors were encountered: