:: Re: [DNG] ALSA: Host is down
Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Michael Nelson
Fecha:  
A: dng
Asunto: Re: [DNG] ALSA: Host is down
On Tue, Feb 13, 2024 at 05:20:23AM -0700, Michael Nelson wrote:
>
> Assume you want to configure PipeWire at a system-wide level, but run it
> on a per-user basis. I don't know if this is a Best Common Practice,
> but it works for me:
>
> # apt install pipewire-audio --install-recommends
> # apt purge pulseaudio


As it turns out, PipeWire will read whatever customized /etc/pulse/
configuration you have, so 'apt purge pulseaudio' (while satisfying) is
not good practice.

Cheers,