Dell Latitude E5520 in-built microphone not working

Asked by Eudris Cabrera Rodriguez

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu alsa-driver Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:

This question was reopened

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#1

sudo add-apt-repository ppa:ubuntu-audio-dev/ppa; sudo apt-get update;sudo apt-get dist-upgrade; sudo apt-get install pavucontrol linux-sound-base alsa-base alsa-utils lightdm ubuntu-desktop linux-image-`uname -r` libasound2; sudo apt-get -y --reinstall install linux-sound-base alsa-base alsa-utils lightdm ubuntu-desktop linux-image-`uname -r` libasound2; killall pulseaudio; rm -r ~/.pulse*; ubuntu-support-status; sudo usermod -aG `cat /etc/group | grep -e '^pulse:' -e '^audio:' -e '^pulse-access:' -e '^pulse-rt:' -e '^video:' | awk -F: '{print $1}' | tr '\n' ',' | sed 's:,$::g'` `whoami`

Reboot then test

Revision history for this message
Eudris Cabrera Rodriguez (eudris) said :
#2

Thanks actionparsnip, that solved my question.

Revision history for this message
Eudris Cabrera Rodriguez (eudris) said :
#3

Great !!. It works for me.
Thanks actionparsnip, you Rock !!.

Another question.
When i executed your suggested commands, in the output appear one error message.

run-parts: executing /etc/kernel/postinst.d/dkms 3.8.0-35-generic /boot/vmlinuz-3.8.0-35-generic
Error! The dkms.conf for this module includes a BUILD_EXCLUSIVE directive which
does not match this kernel/arch. This indicates that it should not be built.

Everything is working very well, but i want to know what the error message mean.

Thanks in advance !!

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#4

If its working, please mark as solved.

Thanks

Revision history for this message
Eudris Cabrera Rodriguez (eudris) said :
#5

Thanks actionparsnip, that solved my question.