Using Xubuntu 18.04, I have a headset that I connect, with its own microphone input. Every time I connect it, I then have to launch pavucontrol
, click to the "Input Devices" tab, then select the "Headset Microphone" (instead of "Internal Microphone") in the "Port" drop down menu.
Whenever I disconnect the headset, the "Port" gets switched back to "Internal Microphone", so I have to repeat the process the next time I connect the headset.
Is there a way to do this automatically, or with minimal effort on my part?
I searched online and saw the advice to ensure the PulseAudio module-switch-on-connect
is loaded, but I checked pactl list short modules
and it appears to be already loaded.
I almost fix it on my laptop running Debian 10 this way:
/etc/pulse/daemon.conf
— setlog-level = debug
pulseaudio -k
journalctl --follow
in a separate terminal/tmux windowmodule-alsa-card.c: Jack 'Headphone Mic Jack' is now plugged in
says which jack is detected/usr/share/pulseaudio/alsa-mixer/paths/analog-input-headset-mic.conf
, find the[Jack Headphone Mic]
section and changestate.plugged
fromunknown
toyes
I said "almost", because
The blog post guided me this direction.
The solution sent above works for some PCs, but not for all. I tested solutions for a long time that I could find in the documentation or on forums and this was the only one that worked.
So here is a script that I created that you can add when starting a session (unfortunately not for the entire computer because PulseAudio is a service that runs independently for each user).
This topic is part of my sources and here is another link that helped me in my research and to develop my script: