On Tue, Jul 28, 2015 at 04:28:31AM -0400, Stefan Berger wrote:
> On Tue, Jul 28, 2015 at 10:01:56AM +0200, Alexandre Ratchov wrote:
> > On Mon, Jul 27, 2015 at 04:47:56PM -0400, Stefan Berger wrote:
> > > Hi, 
> > > 
> > > i have some trouble, configuring my audio devices: I want to 
> > > record with my internal microphone (Thinkpad x220i) or/and my headphones 
> > > with aucat, but I can't configure it according to FAQ because 
> > > the output from mixerctl is somehow, different. 
> > 
> > does playback work? assuping it does, if you run:
> > 
> > aucat -o test.wav
> 
> I did that, but when I do the 
> 
> aucat -i test.wav
> 
> command, then I can't hear anything.  I also tried 
> 
> aucat -c 0:1 -o 1.wav -c 2:3 -o 2.wav -c 4:5 -o 3.wav
> 

For this to work, you've to restart sndiod with
the following args "-C 0:5 -c 0:3".

But according to mixerctl, all 3 ADCs get their signal from mic2 so
all 3 files would have the same content.

> but nothing for all three files.  
> 
> > could you post the output of mixerctl -v ?
> 
> here is my mixerctl -v output:  
> 

First, try to crank all input gains:

mixerctl record.volume=255

> record.adc-0:1_source=mic2  [ sel sel2 mic2 mix ]
> record.adc-2:3_source=mic2  [ sel sel2 mic2 mix ]
> record.adc-4:5_source=mic2  [ sel sel2 mic2 mix ]
> inputs.sel_source=mic  [ mic ]

If it doesn't work, try to use the other mic:

mixerctl record.adc-0:1_source=sel
mixerctl record.adc-2:3_source=sel
mixerctl record.adc-4:5_source=sel

Reply via email to