You are not logged in.
In the process of setting sound on lxc (achlinux) guest I am trying to use access to a networked pulseaudio server
I placed in /etc/pulse/default.pa:
load-module module-zeroconf-discover
Then when restarting pulseaudio I get the following message in journalctl:
May 24 13:43:15 arch pulseaudio[4232]: Failed to open module module-zeroconf-discover.so: module-zeroconf-discover.so: cannot open shared object file: No such file or directory
May 24 13:43:15 arch pulseaudio[4232]: Failed to open module "module-zeroconf-discover".
May 24 13:43:15 arch pulseaudio[4232]: Module load failed.
May 24 13:43:15 arch pulseaudio[4232]: Failed to initialize daemon.
The avahi module is installed. Is there another package that I need to install or is it a setup issue.
Offline
https://www.archlinux.org/news/pulseaudio-split/
From the error message, I would presume pulseaudio-zeroconf
Offline
Thanks. It solved this problem.
I still cannot get sound to work in lxc guest. I can only get sound through the dummy card, but not in the host. Is it possible that lxc cannot work with avahi/zerconf.
Offline