You are not logged in.
Pages: 1
Hey!
I've got quite a problem with my microphone, actually. It works, I tried it on windows.
I followed the wiki stuff on ALSA, my card was automatically recognised. Sound works perfectly, with alsamixer. The problem comes from my sound input. I have an application that gives me the trafic on the input, and I activated the input with alsamixer -V capture. The channel is the good one, since I view changes when i plug the microphone in (during approximately 0.05s, there is a lot of traffic). But, when i talk into the microphone, nothing changes
tuxer@tuxer-laptop:~/Desktop$ ls -l /dev/snd/
total 0
crw-rw---- 1 root audio 116, 8 juil. 7 11:59 controlC0
crw-rw---- 1 root audio 116, 7 juil. 7 11:59 hwC0D0
crw-rw---- 1 root audio 116, 6 juil. 7 12:08 pcmC0D0c
crw-rw---- 1 root audio 116, 5 juil. 7 13:07 pcmC0D0p
crw-rw---- 1 root audio 116, 4 juil. 7 11:59 pcmC0D1p
crw-rw---- 1 root audio 116, 3 juil. 7 11:59 seq
crw-rw---- 1 root audio 116, 2 juil. 7 11:59 timer
tuxer@tuxer-laptop:~/Desktop$ lsmod|grep '^snd' | column -t
snd_hda_codec_idt 74044 1
snd_seq_dummy 3540 0
snd_seq_oss 36224 0
snd_seq_midi_event 8592 1 snd_seq_oss
snd_hda_intel 31208 10
snd_seq 64640 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_hda_codec 82000 2 snd_hda_codec_idt,snd_hda_intel
snd_seq_device 8324 3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_hwdep 9944 1 snd_hda_codec
snd_pcm_oss 47328 0
snd_mixer_oss 20976 1 snd_pcm_oss
snd_pcm 90808 6 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_timer 25344 5 snd_seq,snd_pcm
snd 76712 25 snd_hda_codec_idt,snd_seq_oss,snd_hda_intel,snd_seq,snd_hda_codec,snd_seq_device,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
snd_page_alloc 10752 2 snd_hda_intel,snd_pcm
Here are the two commands asked on the wiki.
Thanks for your help
Tuxer
Offline
I know it's no help, but I've also been unable to use the microphone with 2.6.30 (worked fine with 2.6.28). Using snd_hda_intel, too.
Haven't look into the matter as is something that I use seldom, but I've noticed that at boot time, just before the screen clears for login prompt, there is some message about HDA Intel and unrecognized hardware which perhaps is related. Sorry for not pasting it but I've been unable to find it greping in /var/log, it seems it's only dumped to the console.
Offline
Pages: 1