Re: Configurar micrófono
Esto puede servir:
~gabriel# lspci | grep Audio
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High
Definition Audio Controller (rev 01)
Gabo:/home/gabriel# lsmod | grep snd
snd_hda_intel 17332 0
snd_hda_codec 137856 1 snd_hda_intel
snd_pcm_oss 38368 0
snd_mixer_oss 15200 1 snd_pcm_oss
snd_pcm 68676 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_timer 20996 1 snd_pcm
snd 47012 6
snd_hda_intel,snd_hda_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore 9248 1 snd
snd_page_alloc 9640 2 snd_hda_intel,snd_pcm
gabriel@Gabo:~$ cat /proc/asound/cards
0 [Intel ]: HDA-Intel - HDA Intel
HDA Intel at 0x301c0000 irq 74
gabriel@Gabo:~$ cat /proc/asound/devices
0: [ 0] : control
16: [ 0- 0]: digital audio playback
17: [ 0- 1]: digital audio playback
24: [ 0- 0]: digital audio capture
33: : timer
gabriel@Gabo:~$ cat /proc/asound/pcm
00-01: STAC92xx Digital : STAC92xx Digital : playback 1
00-00: STAC92xx Analog : STAC92xx Analog : playback 1 : capture 2
gabriel@Gabo:~$ cat /proc/asound/oss/devices
0: [0- 0]: mixer
3: [0- 0]: digital audio
4: [0- 0]: digital audio
12: [0- 1]: digital audio
gabriel@Gabo:~$ ls /dev/*dsp* -l
crw-rw---- 1 root audio 14, 12 2007-09-30 03:59 /dev/adsp
crw-rw---- 1 root audio 14, 3 2007-09-30 03:59 /dev/dsp
gabriel@Gabo:~$
Reply to: