Results 1 to 5 of 5
Dear Sirs
i am trying to record a voice MIC sound with arecord command and i can not get it
linux kernel -> Fedora 5 -> kernel linux version 2.6-> ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-03-2006 #1Just Joined!
- Join Date
- Oct 2006
- Posts
- 36
mic recording alsa arecord
Dear Sirs
i am trying to record a voice MIC sound with arecord command and i can not get it
linux kernel -> Fedora 5 -> kernel linux version 2.6-> alsa 1.0.11 version
library configuration files
.asoundrec no existe
/etc/alsa/alsa.conf installed
/etc/asound.conf installed
HARDWARE CONFIGURATION
alsamixer command
settings ON: Master, Master M, PCM, MIC, Capture -> volume 100%
Mic Select: MIC1
Mono out: MIC
I can ear the external phones when I talk on microphone MIC1
RECORDING
[candido@s167m40 musica]$ arecord -l
**** List of CAPTURE Hardware Devices ****
card 0: ICH5 [Intel ICH5], device 0: Intel ICH [Intel ICH5]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: ICH5 [Intel ICH5], device 1: Intel ICH - MIC ADC [Intel ICH5 - MIC ADC]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: ICH5 [Intel ICH5], device 2: Intel ICH - MIC2 ADC [Intel ICH5 - MIC2 ADC]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: ICH5 [Intel ICH5], device 3: Intel ICH - ADC2 [Intel ICH5 - ADC2]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: Camera [Camera], device 0: USB Audio [USB Audio]
Subdevices: 1/1
Subdevice #0: subdevice #0
**Results-> device name-> card=ICH5, device=1
[candido@s167m40 ~]$ arecord -Dplughw:ICH5,0,1 record.wav
arecord: main:547: audio open error: Dispositivo o recurso ocupado
**Results-> the subdevice number 1 is busy
[candido@s167m40 ~]$ arecord -Dhw:ICH5,0 record.wav
Recording WAVE 'record.wav' : Unsigned 8 bit, Rate 8000 Hz, Mono
arecord: set_params:901: Sample format non available
**Results-> sample format error
[candido@s167m40 ~]$ arecord -Dplughw:ICH5,0 record.wav
Recording WAVE 'record.wav' : Unsigned 8 bit, Rate 8000 Hz, Mono
Results -> ¿?
when i execute aplay record.wave only on ear noise
WHAT IS WRONG?
THANKS IN ADVANCE
- 10-22-2006 #2
microphone mishaps
I am having a similar problem where I can hear myself when I speak on the mic, but when I do the samre thing in KRec, and it dosent seem to pick anything else. It semms that the problem is that I can't record myself when I try SKYPE. Could someone please shed some light for the noob here??
- 10-23-2006 #3Just Joined!
- Join Date
- Oct 2006
- Posts
- 36
capture in connection
Hi,
the problem is the connection of the capture bus. You must connect the capture in of the codec to the mic input. This one can be done with a control aplication or command. I have controled this connection with alsactl tool.
good look
- 12-01-2006 #4Just Joined!
- Join Date
- Dec 2006
- Posts
- 1
Could you please, pleease provide more information about what actually did you do to get this to work? Any links, docs, etc?
- 12-07-2006 #5Just Joined!
- Join Date
- Oct 2006
- Posts
- 36
Hi Skolima,
you must have installed alsa-utils extra packages. After you can use the alsamixer, amixer and alsactl utilities for your audio configuration. Take care with the capture settings if you want recording with your mic. P.e you can control this configuration with amixer command, alsamixer gui utilities or alsactl command too.
you have information about this utilites in
http://alsa-project.org/ -> http://alsa.opensrc.org/ ->http://www.alsa-project.org/~valenty...ini-HOWTO.html
and with the shell manuals
man amixer ; man alsamixer ; man alsactl
Regards
Candido


Reply With Quote
