Issue/Bug Description:
Following the advice here, I've dropped in configuration to add a combine audio output sink (so that my partner and I can watch a movie on an airplane, her with analog output and me with USB output). Since adding this configuration, I have no audio output devices on boot.
ER: a new "combined" output device should appear in sound settings
AR: no output devices
Restart pipewire and logout and login
systemctl --user restart pipewire
ER/AR: "combined" output device beside all other output devices in sound settings
Reset combined sink configuration and reboot
rm ~/.config/pipewire/pipewire.conf.d/add-combined-sink.conf
ER/AR: standard output devices in sound settings
Other Notes:
Repro steps above illustrate one workaround while I intend to just create this combined audio sink on demand with the command pactl load-module module-combine-sink. Perhaps this bug report is a hint as to why some other users have similar symptoms?
Distribution (run
cat /etc/os-release
):Related Application and/or Package Version (run
apt policy $PACKAGE NAME
):Issue/Bug Description: Following the advice here, I've dropped in configuration to add a combine audio output sink (so that my partner and I can watch a movie on an airplane, her with analog output and me with USB output). Since adding this configuration, I have no audio output devices on boot.
Steps to reproduce (if you know):
ER: a new "combined" output device should appear in sound settings AR: no output devices
ER/AR: "combined" output device beside all other output devices in sound settings
rm ~/.config/pipewire/pipewire.conf.d/add-combined-sink.conf
ER/AR: standard output devices in sound settingsOther Notes: Repro steps above illustrate one workaround while I intend to just create this combined audio sink on demand with the command
pactl load-module module-combine-sink
. Perhaps this bug report is a hint as to why some other users have similar symptoms?