Views:
40,554β
Votes: 3β
Tags:
drivers
pulseaudio
20.04
alsa
hardware
Link:
π See Original Answer on Ask Ubuntu β§ π
URL:
https://askubuntu.com/q/1246455
Title:
Ubuntu 20.04 Lenovo Ideapad Microphone not working
ID:
/2020/06/03/Ubuntu-20.04-Lenovo-Ideapad-Microphone-not-working
Created:
June 3, 2020
Edited: July 9, 2021
Upload:
September 15, 2024
Layout: post
TOC:
false
Navigation: false
Copy to clipboard: false
In addition to the accepted answer, you can check out the following post: Disable PulseAudio Auto Volume.
This post indicates that you can edit the following files as root:
sudo emacs -nw /usr/share/pulseaudio/alsa-mixer/paths/analog-input-dock-mic.conf
sudo emacs -nw /usr/share/pulseaudio/alsa-mixer/paths/analog-input-front-mic.conf
sudo emacs -nw /usr/share/pulseaudio/alsa-mixer/paths/analog-input-headphone-mic.conf
sudo emacs -nw /usr/share/pulseaudio/alsa-mixer/paths/analog-input-headset-mic.conf
sudo emacs -nw /usr/share/pulseaudio/alsa-mixer/paths/analog-input-internal-mic-always.conf
sudo emacs -nw /usr/share/pulseaudio/alsa-mixer/paths/analog-input-internal-mic.conf
sudo emacs -nw /usr/share/pulseaudio/alsa-mixer/paths/analog-input-mic.conf
sudo emacs -nw /usr/share/pulseaudio/alsa-mixer/paths/analog-input-rear-mic.conf
And update the following fields wherever you see them in these files. You donβt need to update volume if itβs set to off. Only devices that are awake need to be adjusted.
-
Under [
Element Internal Mic Boost]
setvolume
tozero
. This includes any variations like[Element Dock Mic Boost]
. -
Under
[Element Int Mic Boost]
setvolume
tozero
. -
Under
[Element Mic Boost]
setvolume
tozero
.
Restart the computer for the changes to take effect.