You are not logged in.

#1 2024-09-21 10:16:18

zkl
Member
Registered: 2024-01-18
Posts: 2

Pipewire doesn't start on startup

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

#2 2024-09-21 11:34:31

mithrial
Member
Registered: 2017-03-05
Posts: 151

Re: Pipewire doesn't start on startup

systemctl --user enable --now pipewire

How did you install it?

Offline

#3 2024-09-21 12:09:38

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,807

Re: Pipewire doesn't start on startup

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 -f

Offline

Board footer

Powered by FluxBB