You are not logged in.
Pages: 1
Hey guys, I just installed Arch a couple hours ago and I'm having trouble with audio. Everytime I turn on my PC and type in pactl info, it said:
Connection failure: Connection refused
pa_context_connect() failed: Connection refused
And everytime I wanted audio to work, I have to restart pipewire in order for it to work.
Last edited by zkl (2024-09-21 10:20:43)
Offline
systemctl --user enable --now pipewire
How did you install it?
Offline
pipewire is supposed to be socket activated.
Please post the output of
find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -fOffline
Pages: 1