LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   mic not working on my compaq presario 62 after installing ubuntu 11.04 (https://www.linuxquestions.org/questions/linux-newbie-8/mic-not-working-on-my-compaq-presario-62-after-installing-ubuntu-11-04-a-885644/)

chaseseith 06-10-2011 03:13 PM

mic not working on my compaq presario 62 after installing ubuntu 11.04
 
i cant seem to get my mic to work i just installed ubuntu 11.04 on my copmaq can any 1 help?

Peacedog 06-10-2011 10:44 PM

Hi chaseseith, Welcome to LQ. Please post the output from the following.

Code:

$ sudo lspci -v | grep -i audio
$ cat /proc/asound/card0/codec#* | grep Codec

Good luck. ;-)

chaseseith 06-12-2011 11:03 AM

mic works now
 
mic seems to be working. but cant get google talk to work on here now i got it to work on my eee pc 1000he but not on the prasario cq62 why is that? and thanks for the help :)

Peacedog 06-12-2011 05:17 PM

Hi chaseseith, Welcome to LQ. Please post the output from the following.

Code:

$ sudo lspci -v | grep -i audio
$ cat /proc/asound/card0/codec#* | grep Codec

Good luck. ;-)

mrangelcolon 10-08-2011 08:02 AM

Re: PeaceDog
 
Quote:

Welcome to LQ. Please post the output from the following.
Code:

$ sudo lspci -v | grep -i audio
$ cat /proc/asound/card0/codec#* | grep Codec

my output is as follows...


ATI Technologies Inc SBx00 Azalia (Intel HDA) (rev 40)


Codec: Realtek ALC270
Codec: LSI ID 1040



I am currently having problems with my internal microphone, and do not currently have the funds for an external. I am intending to utilize google voice again when my microphone is functioning again... If able to help, it would be very much appreciated.


Thank you,
Mr. Angel Colon

Peacedog 10-08-2011 12:36 PM

Let's also see which version you're running. Please post the result of the following.

Code:

$ cat /proc/asound/version
Good luck. ;-)

mrangelcolon 10-09-2011 08:48 AM

my results for code series 2
 
Quote:

Originally Posted by Peacedog (Post 4493242)
Let's also see which version you're running. Please post the result of the following.

Code:

$ cat /proc/asound/version
Good luck. ;-)



Advanced Linux Sound Architecture Driver Version 1.0.23.

Peacedog 10-09-2011 09:34 PM

You might try adding some of the following options to your /etc/modprobe.d/alsa-base file.

Code:

laptop-amic
laptop-dmic
auto

The options should be at the end of the file in the following format.

Code:

options snd-hda-intel model=OPTION
Good luck. ;-)

mrangelcolon 10-10-2011 09:01 AM

Quote:

PeaceDog
Problem Solved!!! :)

Code:

alsamixer

mic booster and internal mic booster were muted...


Amazingly enough i stumbled upon that with some guidance and thought I should let you all on here know that my problem wasnt drivers... it was default muting... THANK YOU VERY MUCH !!!!!!!! :)

Peacedog 10-10-2011 09:20 PM

Glad you got it sorted.

Good luck. ;-)

jmlm_1970 03-26-2012 07:01 PM

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).


All times are GMT -5. The time now is 11:54 AM.