In /usr/share/pulseaudio/alsa-mixer/paths/analog-input-internal-mic.conf
and /usr/share/pulseaudio/alsa-mixer/paths/analog-input-mic.conf
:
- Under
[Element Internal Mic Boost]
set volume tozero
. - Under
[Element Int Mic Boost]
set volume tozero
. - Under
[Element Mic Boost]
setvolume
tozero
Find your source name from the following command; mine is alsa_input.pci-0000_00_1f.3.analog-stereo
$ pacmd list-sources | grep 'name:.*input'
Edit /etc/pulse/default.pa
and add the following lines, where INPUT_NAME
is name of the input source from above step:
`load-module module-remap-source source_name=record_mono master=INPUT_NAME master_channel_map=front-left channel_map=mono`
`set-default-source record_mono`
Then restart PulseAudio:
$ pulseaudio -k
$ pulseaudio --start
Hi, at first it worked for me. But after restart all the config got back and the microphone was not working anymore.
As I needed to install Linux Mint, I was with the same issue, and the Mint community says to install PavuControl.
Here, running Mint, worked fine and did not reseted.
The related post with instructions:
https://forums.linuxmint.com/viewtopic.php?p=1872455#p1872455