You are not logged in.
I'm on XFCE + Arch and my audio stack is behaving really weirdly
My audio output volume always ends up as whatever I set it to with `alsamixer` regardless of the volume set with pavucontrol.
Any help would be appreciated.
Thanks
Offline
You should generally not need to touch alsamixer when using pulse/pipewire and doing so anyway is likely to mess up the relevant upper layers because they don't get notified of the change and xfce has a pulseaudio panel plugin make sure you're using that: https://archlinux.org/packages/extra/x8 … io-plugin/
That said some general sanity checks would help to have the outputs of
systemctl --user status pipewire{,-pulse} wireplumber pulseaudio
sudo fuser -v /dev/snd/*
aplay -lL
pactl list cards
pactl list sinkswrapped in [code][/code] tags
Last edited by V1del (Yesterday 17:01:42)
Offline