[Pkg-utopia-maintainers] Bug#1052682: pipewire-pulse: Updated section in /etc/pipewire/pipewire-pulse.conf.d/ not loading module-switch-on-connect

Dylan Aïssi bob.dybian at gmail.com
Tue Sep 26 15:28:32 BST 2023


Le mar. 26 sept. 2023 à 08:00, S. <sb56637 at gmail.com> a écrit :
>
> I am following these instructions to enable module-switch-on-connect for
> pipewire-pulse by adding just the section I want to modify in
> /etc/pipewire/pipewire-pulse.conf.d/my.conf
>
> https://docs.pipewire.org/page_module_protocol_pulse.html#autotoc_md380
>
> ----------------------------
> pulse.cmd = [
>     { cmd = "load-module" args = "module-always-sink" flags = [ ] }
>     { cmd = "load-module" args = "module-switch-on-connect" }
> ]
> ----------------------------

It works using only:

pulse.cmd = [
    { cmd = "load-module" args = "module-switch-on-connect" }
]

Not sure, why it doesn't work when it is preceded by module-always-sink,
could be an upstream bug.

Since pw 0.3.70 (that means you will have to use the version in
bookworm-backports),
you can use the tool called pw-config to debug your config files, like:

pw-config -n pipewire-pulse.conf list

Best regards,
Dylan



More information about the Pkg-utopia-maintainers mailing list