Well, the lsmod output looks OK as far as I can tell.
Have you install PulseAudio Volume Control and made sure the PulseAudio channels are correctly configured and not muted?:
- Code: Select all
$ su
Password:
# equo install pavucontrol
# exit
$ pavucontrol
Try the following as root user:
- Code: Select all
# echo "options snd-hda-intel model=auto enable=yes" >> /etc/modprobe.d/alsasound
then reboot, open a Konsole/Terminal window and run ALSAMixer:
- Code: Select all
$ alsamixer -c 0
Press the Tab key to page through all the input and output channels. Make sure none are muted (pressing the 'M' key toggles muting) and the channels are turned up to reasonable levels.
If the above-mentioned edit to /etc/modprobe.d/alsasound does not do it, then try instead the fix given in
Gentoo Wiki - Dell Latitude E6x00, i.e. change the line in /etc/modprobe.d/alsasound to be:
- Code: Select all
options snd-hda-intel model=ref
and, if that also does not work, try:
- Code: Select all
set model=dell-m4-1
and if that does not work, try the fix in that Gentoo Wiki article for kernel 2.6.31-gentoo-r6:
For Version 2.6.31-gentoo-r6, you do not need to set any module options ("model=xxx"), but be sure to set in the alsamixer (kde mixer) the following to get a working mic: Digital Input Source = Digital Mic 1, Input Source1 = Front Mic, Input Source2 = Front Mic.
It's worth trying even if he wrote:
The most recent kernel which works for me with both Audio output as well as the built-in microphone is Version 2.6.31-gentoo-r6. With all newer kernels that I tried, including up to version 2.6.34-gentoo, either the microphone or the sound does not work. For Version 2.6.31-gentoo-r6, you do not need to set any module options ("model=xxx"), but be sure to set in the alsamixer (kde mixer) the following to get a working mic: Digital Input Source = Digital Mic 1, Input Source1 = Front Mic, Input Source2 = Front Mic. If anyone knows how to get both the audio output and microphone working with more recent kernels, please post a comment here! Thanks.
If that does not work then I'm out of ideas.