problems with pipewire-pulse
Hi,
I wanted to switch most of my audio config to pipewire since my friend recommended it to me.
I have successfully replaced ALSA and JACK (and learned that I was using jack actually).
However i have a problem with pipewire-pulse. It does not run:
$ pactl info
Connection failure: Connection refused
pa_context_connect() failed: Connection refused
and if I try to start it manually i get this:
$ pipewire-pulse
[E][00140.203030] mod.fallback-sink | [module-fallback-: 426 pipewire__module_init()] can't connect: Host is down
[E][00140.203064] default | [ cmd.c: 51 do_cmd()] can't run command load-module module-always-sink: Host is down
[E][00140.203267] mod.protocol-pulse | [ pulse-server.c: 1083 do_set_client_name()] 0x55db4928cee0: failed to connect client: Host is down
[W][00140.203271] mod.protocol-pulse | [ reply.c: 54 reply_error()] client 0x55db492918d0 [Plasma PA]: ERROR command:9 (SET_CLIENT_NAME) tag:1 error:6 (Host is down)
[E][00141.204496] mod.protocol-pulse | [ pulse-server.c: 1083 do_set_client_name()] 0x55db4928cee0: failed to connect client: Host is down
[W][00141.204507] mod.protocol-pulse | [ reply.c: 54 reply_error()] client 0x55db49298370 [Plasma PA]: ERROR command:9 (SET_CLIENT_NAME) tag:1 error:6 (Host is down)
[E][00142.206076] mod.protocol-pulse | [ pulse-server.c: 1083 do_set_client_name()] 0x55db4928cee0: failed to connect client: Host is down
[W][00142.206087] mod.protocol-pulse | [ reply.c: 54 reply_error()] client 0x55db49299b50 [Plasma PA]: ERROR command:9 (SET_CLIENT_NAME) tag:1 error:6 (Host is down)
Do any of you know why is this happening?