Internal mic not working in my UBUNTU 11.04 (64bit) in my sony vaio VPCEH3AEN laptop
Open a terminal (Ctrl+Alt+T) and send the output from this command:
sudo lshw -C multimedia
Still in the terminal run:
wget -O alsa-info.sh http://www.alsa-project.org/alsa-info.sh && chmod +x ./alsa-info.sh && ./alsa-info.sh
When asked if you want to upload it, say YES (y)
You will then be presented with a URL to where it was uploaded to … similar to:
Your ALSA information is located at [b]http://www.alsa-project.org/db/?f=d2144bd3c37d1583c0f59fb14a96d5838e42619f[/b]Can you post that URL.
Now still in the terminal run:
lspci -vnn
In the output, look for any sections that contain “Audio device”, and post those sections.
here’s mine for comparison … so you’re looking for sections similar to:
00:1b.0 Audio device [0403]: Intel Corporation N10/ICH 7 Family High Definition Audio Controller [8086:27d8] (rev 02) Subsystem: Acer Incorporated [ALI] Device [1025:015b] Flags: bus master, fast devsel, latency 0, IRQ 45 Memory at 78540000 (64-bit, non-prefetchable) [size=16K] Capabilities: Kernel driver in use: snd_hda_intel
Be aware, you’ll probaably have to scroll up in the terminal to find that section … and there may be more than one.
Hi Mark,
The url which i got,
http://www.alsa-project.org/db/?f=c7562c39267b7e864fde521c916b639a3c22392b
The audio device sections are :
00:1b.0 Audio device [0403]: Intel Corporation 6 Series Chipset Family High Definition Audio Controller [8086:1c20] (rev 04)
Subsystem: Sony Corporation Device [104d:908b]
Flags: bus master, fast devsel, latency 0, IRQ 43
Memory at d5300000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
Capabilities: [100] Virtual Channel
Capabilities: [130] Root Complex Link
Kernel driver in use: snd_hda_intel
Kernel modules: snd-hda-intel
and another one which i got for nVIDIA
01:00.1 Audio device [0403]: nVidia Corporation Device [10de:0e08] (rev a1)
Subsystem: Sony Corporation Device [104d:908b]
Flags: bus master, fast devsel, latency 0, IRQ 17
Memory at d3000000 (32-bit, non-prefetchable) [size=16K]
Capabilities: [60] Power Management version 3
Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [78] Express Endpoint, MSI 00
Kernel driver in use: snd_hda_intel
Kernel modules: snd-hda-intel
First thing to try …
Open a terminal (Ctrl+Alt+T), and run these3 commands in sequence:
sudo add-apt-repository ppa:ubuntu-audio-dev/ppa
then
sudo apt-get update
then
sudo apt-get install linux-alsa-driver-modules-$(uname -r)
Now REBOOT … and check if your mic works.