chrootman Tux's lil' helper
Joined: 18 Aug 2020 Posts: 95
|
Posted: Fri May 06, 2022 6:35 pm Post subject: start-pulseaudio-x11 Connection failure[resuelto] |
|
|
Hola, no encontraba forma de solucionarlo, así que seguí esto de pipewire y todo bien, luego en pulseaudio hay que cambiar a hdmi.
Code: | start-pulseaudio-x11
Connection failure: Connection refused
pa_context_connect() failed: Connection refused |
Quote: | 'Connection to Pulse Audio failed. In this case this is likely because Pulse_Server in the environment/X11 Root Window Properties or default-server in client.conf is misconfigured. This situation can also arise when Pulse Audio crashed and left stale details in the Root X11 window. If this is the case then Pulse Audio should autospawn again, or if this not cofigured you should run start-pulseaudio-x11 manually' |
https://forums.gentoo.org/viewtopic-p-8582157.html?sid=73198a76525ce9c6de60e9650a81bd3f
https://wiki.gentoo.org/wiki/PipeWire
https://bugs.gentoo.org/799881
https://forums.gentoo.org/viewtopic-p-8706572.html?sid=35bb6787bbdff7d0bb19b2459d5b0ed4
Code: | Device Drivers --->
<*> Sound card support --->
<*> Advanced Linux Sound Architecture --->
[*] Sound Proc FS Support
[*] Verbose procfs contents |
Code: | systemctl --user enable --now pipewire.socket
systemctl --user enable --now pipewire.service
systemctl --user enable --now wireplumber.service
emerge -av media-video/wireplumber
systemctl --user disable --now pulseaudio.socket pulseaudio.service
systemctl --user enable --now pipewire.socket pipewire-pulse.socket wireplumber.service |
|
|