Comment 7 for bug 381439

Revision history for this message
Charly Mendez (cmendez0) wrote :

For anyone who has the same problem, the configuration that solved the internal MIC problem with my ASUS M51VA laptop using Ubuntu 9.04 Jaunty is:

adding in the file /etc/modprobe.d/alsa-base.conf these lines:

options snd-pcsp index=-2
alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel
options snd-hda-intel model=auto
options snd-hda-intel enable_msi=1

you can do that with "sudo gedit /etc/modprobe.d/alsa-base.conf"

and adding in the file /etc/modprobe.d/options.conf these lines:

options snd-pcsp index=-2
alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel
options snd-hda-intel model=auto
options snd-hda-intel enable_msi=1

you can do that with "sudo gedit /etc/modprobe.d/options.conf"

I wish it helps