Internal microphone not listed in sound settings

14,662

Solution 1

My microphone stopped working when I upgraded to 12.04 LTS.

  • I installed Pulse Audio Volume Control. One way to do this is:

    sudo apt-get update
    sudo apt-get install pavucontrol
    

    Then:

  • Under the "Configuration" tab, selected "Analog Stereo Duplex".

  • Under the "Input Device" tab, pushed the mute button (which unmutes if muted).

Now my microphone works.

Solution 2

I too had been facing the same problem for quite some time. I fixed it by changing input values under gstreamer-properties. My experience.

enter image description here

Solution 3

Please have a look at this workaround:

https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/946232/comments/32

Hope that works out for you.

Solution 4

Resolved the problem in 12.04 LTS on a Asus K70IC. I'd set my machine to record from the internal speakers prior to upgrading, and after upgrading the microphone disappeared from all audio hardware management. Setting Pulse to "Analog Stereo Duplex" fixed the problem. Thanks!

Share:
14,662

Related videos on Youtube

Matthew
Author by

Matthew

Updated on September 18, 2022

Comments

  • Matthew
    Matthew over 1 year

    On a fresh 12.04 installation in sound settings the internal microphone is not listed (worked upto 11.10). Alsamixer shows that mic is "0" and muted, but after changing that it remains undetected in sound settings.

    Any help? Could also be a bug (https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/990211).

  • nilsonneto
    nilsonneto over 11 years
    Welcome to Ask Ubuntu! Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.