7

Microphone is not working on my desktop. What I have tried to:

  1. Reinstalled alsa-base pavucontrol pulseaudio. This changed nothing

sudo apt removeauto --purge alsa-base pavucontrol pulseaudio

sudo reboot

sudo apt install alsa-base pavucontrol pulseaudio

  1. Removed pavucontrol and pulse audio. And then micro started working, but no sound control and started to appear error Error loading QML file: file:///home/noah/.local/share/plasma/plasmoids/org.kde.plasma.audiodeviceswitcher/contents/ui/main.qml:29:1: module "org.kde.plasma.private.volume" is not installed

  2. Installed pavucontrol and pulseaudio, rebooted and then sound control came back, error disappeared, but micro stopped working again

2 Answers2

4

Ok, so this is what fixed this issue for me

  1. Run command pavucontrol or just open pavu volume control in apps
  2. Go to 'Input Devices'
  3. Scroll down to 'Built-in Audio Analog Stereo'
  4. Click on lock icon
  5. Set 'Front Right' slider to zero
  6. Adjust 'Front Left' so you get clean sound

I think that you may try to go with 'Front Left' to zero instead, based on you mic.

1

tl;dr

If you are on a laptop trying to use the built-in mic, make sure that you selected the built-in mic with the correct profile and port.

Things to check

  1. Open "System Settings" and select "Audio". Kubuntu System Settings for Audio
  2. If there are no recording devices, make sure that the profile for the built-in playback device (Built-in Audio Analog Stereo in this case) has the correct profile selected which is "Analog Stereo Duplex" in this case. If "Analog Stereo Output" is selected instead, the input will not show up.
  3. Check that the correct recording device is selected (Built-in Audio Analog Stereo in this case). The profile should be identical to the profile of the related playback device.
  4. Make sure you selected the correct port. "Internal Microphone" if you would like to use the built-in mic or "Headset" if you plugged in a headset.
totymedli
  • 484