
Originally Posted by
a13x
I'm not sure I did everything right
but is here:
tsalsa.txt - nopaste.com (beta)
Code:
alex@linux-lhn7:~> cat /etc/modprobe.d/sound
alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel
Looking at your mixer I see this:
Code:
Amixer contents for card 0 [Intel] _____________________________________
amixer set 'Capture',0 Capture 14 100%,Capture 14 100% on
amixer set 'Capture',1 Capture 0 0% off Capture 0 0% off
amixer set 'Digital',0 Capture 0 0% Capture 0 0%
amixer set 'Input Source',0 Items: 'Mic' 'CD' Item0: 'Mic'
amixer set 'Input Source',1 Items: 'Mic' 'CD' Item0: 'Mic'
amixer set 'Mux',0 Capture 0 0% Capture 0 0%
amixer set 'Mux',1 Capture 0 0% Capture 0 0%
Looks like you have two inputs for a mic. Did you try both? You may wish to move up the "mux" value, which is at 0% now.
Failing that, you could try an edit to your /etc/modprobe.d/sound file:
alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel
options snd-hda-intel model=3stack
Save that change, then restart alsa with
rcalsasound restart
and test your mic.