Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 16545  / 3 Years ago, fri, august 13, 2021, 2:49:25

I just bought a new Lenovo P580 Ideapad yesterday and installed 12.04 64bit on it. I tried making a call with it and discovered that the built-in microphone wasn't working. I unmuted it in sound settings, and still nothing.



I did the following



:~$ cat /proc/asound/card0/codec#* | grep Codec 
Codec: Conexant CX20590
Codec: Intel PantherPoint HDMI


Followed some tips and ran



:~$ sudo gedit /etc/modprobe.d/alsa-base.conf


then added this to the end



options snd-hda-intel model=asus


I amplified the input sound with alsamixer to make sure...
When the input was amplified to max on alsamixer, the input signal was at a constant level (1/3 of max) which I'm guessing was the system's noise. This played back was a low frequency hum. I plugged in headphones that have a built-in mic and that worked, although it still had the humming in the background.



I changed the last line in alsa-base.conf to:



options snd-hda-intel model=thinkpad


which gave me the same result.



I'm not sure where to go from here, and any help would be greatly appreciated...


More From » 12.04

 Answers
7

In terminal run:



sudo gedit /etc/modprobe.d/alsa-base.conf


Add these two lines to the end of alsa-base.conf :



alias snd-card-0 snd-hda-intel
options snd-hda-intel model=auto


Save and reboot.



After reboot make sure that your mic is not muted. To check that run alsamixer in terminal.



Credit to Mark Rijckenberg


[#35000] Saturday, August 14, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
irripri

Total Points: 164
Total Questions: 111
Total Answers: 107

Location: South Georgia
Member since Sun, Aug 8, 2021
3 Years ago
irripri questions
Mon, Aug 29, 22, 03:19, 2 Years ago
Thu, Mar 30, 23, 01:56, 1 Year ago
Thu, Dec 30, 21, 08:53, 2 Years ago
;