LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Internal mic problem - Audio device: Intel Corporation 82801I (ICH9 Family) (https://www.linuxquestions.org/questions/linux-hardware-18/internal-mic-problem-audio-device-intel-corporation-82801i-ich9-family-755977/)

loren7 09-17-2009 01:23 PM

Internal mic problem - Audio device: Intel Corporation 82801I (ICH9 Family)
 
Hi,

I am having problems with this audio device. The sound works perfectly, but the internal mic doesn't work. External mic works perfectly too.

My hardware:

Code:

loren7@Loren7 ~ # lspci |grep Audio
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
loren7@Loren7 ~ # lspci -n |grep 00:1b.0
00:1b.0 0403: 8086:293e (rev 03)

loren7@Loren7 ~ # uname -r
2.6.27-gentoo-r5

I'm using KDE 3.5.9 ...

I tested compiling the package alsa-driver version 1.0.18a, and with the alsa-driver inside the kernel (2.6.30). In both cases the sound works but the internal mic doesn't work. I used the standards configurations.

Any help is welcome ...

Thank's ...

noliviercifg 09-18-2009 03:21 AM

same issue !
 
same issue : sound and external microphone works well
but no internal microphone !

$ lspci |grep Audio
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)

$ cat /proc/asound/card0/codec#* | grep Codec
Codec: Realtek ALC269
Codec: Intel G45 DEVCTG

$ uname -r
2.6.31-9-generic

(on ubuntu 9.10 alpha 5)

loren7 09-22-2009 03:26 PM

Maybe the solution ...
 
Maybe the solution ...

http://bugzilla.kernel.org/show_bug.cgi?id=13871

Adriano Loren7

jmlm_1970 03-26-2012 07:17 PM

How to make microphone work!
 
The only solution to make microphone work is to install linux-backports-modules-alsa-generic...

Just go to:

Menu / System / Administration / Synaptic Package Manager

And search and mark for installation:

linux-backports-modules-alsa-generic

tip: if you have multiple versions click on the first and read the description which should inform what name to install...

If after the reboot and mic mute is off, still does not work, just go to terminal and type:

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

and add or change the following:

options snd-hda-intel model=auto enable=yes

Then Ctrl+X, type Y to write and exit, reboot and mic will work.

Bye and have lots of fun with Ubuntu (the best).

TobiSGD 03-26-2012 07:20 PM

Quote:

Originally Posted by jmlm_1970 (Post 4637079)
The only solution to make microphone work is to install linux-backports-modules-alsa-generic...

Just go to:

Menu / System / Administration / Synaptic Package Manager

And search and mark for installation:

linux-backports-modules-alsa-generic

tip: if you have multiple versions click on the first and read the description which should inform what name to install...

If after the reboot and mic mute is off, still does not work, just go to terminal and type:

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

and add or change the following:

options snd-hda-intel model=auto enable=yes

Then Ctrl+X, type Y to write and exit, reboot and mic will work.

Bye and have lots of fun with Ubuntu (the best).

You realize that this thread is three years old, and that the OP is running Gentoo? No apt-get, no Synaptic, no backports repository. In short, your solution will at least partially not work.


All times are GMT -5. The time now is 06:48 PM.