You are not logged in.
Small issue after 'pipewire-media-session' replacement by 'wireplumber' during update here. In case anybody figures out how to make pipewire/wireplumber/SuperMario
remember the toggled state of the internal microphone - please let me know (will do the same).
Thanks
EDIT: Right now I'm toggling it off at login (wayfire/sway config) via
amixer -q sset Capture toggleentry
EDIT#2: I've consulted https://wiki.archlinux.org/title/WirePl … evice/node, but it only mentions how to disable devices...
UPDATE: No change after wireplumber update to 0.4.10-3, that just landed...
EDIT#3: Tried @V1del s suggestion from this thread (post #15), which will make wireplumber(?) remember the toggled state, but the toggling now pairs playback and capture functionality, which is no solution to my issue...
Last edited by dogknowsnx (2022-05-11 19:21:57)
You should in general not rely on amixer with other sound daemons present. If you want to use wireplumber/pipewire-pulse revert my suggestion and then do the following.
What exactly does the toggle do for you? Is this about mute/unmute states? Use
pactl set-source-mute @DEFAULT_SOURCE@ togglefor example. That will manipulate things in a manner that wireplumber will "know" to remember.
Offline
@V1del Thanks! You're a wizard. Solved.
Last edited by dogknowsnx (2022-05-11 15:23:42)