You are not logged in.

#1 2012-08-26 22:30:37

blueblob
Member
Registered: 2011-05-12
Posts: 22

[Solved]Mic doesn't show up in Alsa

I'm not sure if this is the right board or should be in laptop issues, feel free to move it to another area if necessary.

I recently got a new laptop (Sony Vaio VPCSC41FM) and the internal mic doesn't show up in alsamixer but mic boost and capture both show up, but don't give me sound on the mic.

$ lspci|grep Audio
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 04)
$ aplay -L
null
    Discard all samples (playback) or generate zero samples (capture)
default:CARD=PCH
    HDA Intel PCH, ALC275 Analog
    Default Audio Device
sysdefault:CARD=PCH
    HDA Intel PCH, ALC275 Analog
    Default Audio Device
front:CARD=PCH,DEV=0
    HDA Intel PCH, ALC275 Analog
    Front speakers
surround40:CARD=PCH,DEV=0
    HDA Intel PCH, ALC275 Analog
    4.0 Surround output to Front and Rear speakers
surround41:CARD=PCH,DEV=0
    HDA Intel PCH, ALC275 Analog
    4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=PCH,DEV=0
    HDA Intel PCH, ALC275 Analog
    5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=PCH,DEV=0
    HDA Intel PCH, ALC275 Analog
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=PCH,DEV=0
    HDA Intel PCH, ALC275 Analog
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
hdmi:CARD=PCH,DEV=0
    HDA Intel PCH, HDMI 0
    HDMI Audio Output
hdmi:CARD=PCH,DEV=1
    HDA Intel PCH, HDMI 1
    HDMI Audio Output
$ amixer
Simple mixer control 'Master',0
  Capabilities: pvolume pvolume-joined pswitch pswitch-joined penum
  Playback channels: Mono
  Limits: Playback 0 - 64
  Mono: Playback 55 [86%] [-9.00dB] [on]
Simple mixer control 'Headphone',0
  Capabilities: pvolume pswitch penum
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 64
  Mono:
  Front Left: Playback 61 [95%] [-2.00dB] [on]
  Front Right: Playback 61 [95%] [-2.00dB] [on]
Simple mixer control 'Speaker',0
  Capabilities: pvolume pswitch penum
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 64
  Mono:
  Front Left: Playback 0 [0%] [-63.00dB] [off]
  Front Right: Playback 0 [0%] [-63.00dB] [off]
Simple mixer control 'PCM',0
  Capabilities: pvolume penum
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 255
  Mono:
  Front Left: Playback 200 [78%] [-11.00dB]
  Front Right: Playback 200 [78%] [-11.00dB]
Simple mixer control 'Mic Boost',0
  Capabilities: volume penum
  Playback channels: Front Left - Front Right
  Capture channels: Front Left - Front Right
  Limits: 0 - 3
  Front Left: 0 [0%] [0.00dB]
  Front Right: 0 [0%] [0.00dB]
Simple mixer control 'IEC958',0
  Capabilities: pswitch pswitch-joined penum
  Playback channels: Mono
  Mono: Playback [on]
Simple mixer control 'IEC958',1
  Capabilities: pswitch pswitch-joined penum
  Playback channels: Mono
  Mono: Playback [on]
Simple mixer control 'Beep',0
  Capabilities: pvolume pswitch penum
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Mono:
  Front Left: Playback 0 [0%] [-34.50dB] [off]
  Front Right: Playback 0 [0%] [-34.50dB] [off]
Simple mixer control 'Capture',0
  Capabilities: cvolume cswitch penum
  Capture channels: Front Left - Front Right
  Limits: Capture 0 - 46
  Front Left: Capture 0 [0%] [-17.00dB] [off]
  Front Right: Capture 0 [0%] [-17.00dB] [off]
Simple mixer control 'Auto-Mute Mode',0
  Capabilities: enum
  Items: 'Disabled' 'Enabled'
  Item0: 'Enabled'

There is a patch on the ubuntu bugtracker but I am not sure if it is relevant, as it is posted for a different model laptop. Also, I don't know where to get the Alsa source that I would need for the patch.

Any help is greatly appreciated!

Last edited by blueblob (2012-08-30 04:15:31)

Offline

#2 2012-08-28 17:06:26

lspci
Member
From: Virginia, USA
Registered: 2012-06-09
Posts: 242

Re: [Solved]Mic doesn't show up in Alsa

  1. Have you checked the wiki's page on Alsa? 

  2. Try

    arecord -l
  3. aplay only shows playback devices:

    $ aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: Intel [HDA Intel], device 0: CONEXANT Analog [CONEXANT Analog]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    card 0: Intel [HDA Intel], device 1: Conexant Digital [Conexant Digital]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    card 0: Intel [HDA Intel], device 3: HDMI 0 [HDMI 0]
      Subdevices: 1/1
      Subdevice #0: subdevice #0

Last edited by lspci (2012-08-28 17:10:48)


Please don't be a help vampire. | Bitbucket

Give a little more for a little less today.  smile

Offline

#3 2012-08-29 22:28:14

blueblob
Member
Registered: 2011-05-12
Posts: 22

Re: [Solved]Mic doesn't show up in Alsa

$ arecord -l
**** List of CAPTURE Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: ALC275 Analog [ALC275 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

I have tried internal microphone not working from the arch wiki using snd_hda_intel instead of snd-hda-intel.

$ lsmod
Module                  Size  Used by
snd_hda_codec_hdmi     23672  1 
snd_hda_codec_realtek    60726  1 
btusb                  11764  0 
bluetooth             190551  2 btusb
arc4                    1410  2 
radeon                852322  0 
uvcvideo               69437  0 
videobuf2_vmalloc       2468  1 uvcvideo
videobuf2_memops        2246  1 videobuf2_vmalloc
videobuf2_core         20415  1 uvcvideo
videodev               93086  1 uvcvideo
media                  10213  2 uvcvideo,videodev
iwlwifi               310987  0 
mac80211              395712  1 iwlwifi
cfg80211              170255  2 iwlwifi,mac80211
sony_laptop            29218  0 
ttm                    64320  1 radeon
snd_hda_intel          24053  0 
snd_hda_codec          94305  3 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_intel
snd_hwdep               6300  1 snd_hda_codec
snd_pcm                74958  3 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
snd_page_alloc          7217  2 snd_pcm,snd_hda_intel
snd_timer              18966  1 snd_pcm
snd                    58997  7 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_hda_codec,snd_hda_intel
i915                  438112  2 
i2c_algo_bit            5391  2 i915,radeon
acpi_cpufreq            5933  1 
drm_kms_helper         33051  2 i915,radeon
mperf                   1299  1 acpi_cpufreq
soundcore               5410  1 snd
r8169                  48993  0 
rts_pstor             401619  0 
rfkill                 15604  4 cfg80211,sony_laptop,bluetooth
drm                   208958  5 ttm,i915,drm_kms_helper,radeon
i2c_i801                8180  0 
intel_agp              10936  1 i915
i2c_core               20369  7 drm,i915,i2c_i801,drm_kms_helper,i2c_algo_bit,radeon,videodev
intel_gtt              14047  3 i915,intel_agp
mei                    32152  0 
microcode              12345  0 
aesni_intel            43154  0 
aes_x86_64              7508  1 aesni_intel
aes_generic            26138  2 aesni_intel,aes_x86_64
ghash_clmulni_intel     4237  0 
cryptd                  8741  2 ghash_clmulni_intel,aesni_intel
coretemp                5654  0 
crc32c_intel            1987  0 
serio_raw               4653  0 
psmouse                70792  0 
evdev                   9754  7 
pcspkr                  1899  0 
iTCO_wdt               12813  0 
iTCO_vendor_support     1929  1 iTCO_wdt
mii                     4123  1 r8169
thermal                 7959  0 
video                  11307  1 i915
processor              26567  1 acpi_cpufreq
battery                 6517  0 
button                  4502  1 i915
ac                      2376  0 
vboxdrv              1792216  0 
ext4                  424871  2 
crc16                   1359  2 ext4,bluetooth
jbd2                   73919  1 ext4
mbcache                 5977  1 ext4
sr_mod                 14823  0 
cdrom                  35648  1 sr_mod
sd_mod                 29239  4 
ahci                   20549  3 
libahci                20023  1 ahci
xhci_hcd               81472  0 
libata                167611  2 ahci,libahci
scsi_mod              132736  4 libata,rts_pstor,sd_mod,sr_mod
ehci_hcd               41026  0 
usbcore               147661  5 btusb,uvcvideo,ehci_hcd,xhci_hcd
usb_common               954  1 usbcore

Offline

#4 2012-08-30 01:10:31

ConnorBehan
Package Maintainer (PM)
From: Long Island NY
Registered: 2007-07-05
Posts: 1,359
Website

Re: [Solved]Mic doesn't show up in Alsa

Underscores and hyphens are synonymous in module names.

Did you try going into alsamixer, pressing F4 and using spacebar to put a red "CAPTURE" label underneath "Capture" and "Mic"?


6EA3 F3F3 B908 2632 A9CB E931 D53A 0445 B47A 0DAB
Great things come in tar.xz packages.

Offline

#5 2012-08-30 04:12:54

blueblob
Member
Registered: 2011-05-12
Posts: 22

Re: [Solved]Mic doesn't show up in Alsa

That fixed it. I was confused because I didn't see Mic listed at all in alsamixer, but I needed to turn capture on I guess. Thanks! big_smile

Offline

Board footer

Powered by FluxBB