I do set the capture port using alsamixer to the live drive.  I can
adjust the playback volume coming in through my headphones (also plugged
into the live drive), but no sound gets recorded! Things record fine if
I hook the microphone up in the regular mic input in back, if I set the
capture to that. 

Also, when I type 
amixer -c 1  (the soundblaster is my second card)
I get:
ALSA lib control.c:588:(snd_ctl_open_noupdate) Invalid CTL 1
amixer: Mixer attach 1 error: No such file or directory

yet alsamixer -c1 works fine.  What's wrong?

Anywas, thanks for the reply. 

Reynald


[EMAIL PROTECTED] wrote:
> 
> Try setting the capture port using alsamixer.  The LiveDrive line
> capture is a separate switch from the board line in.
> Look at the SB-Live-mixer.txt file (alsa-driver) for more detail.
> I use a emu10k1 w/the little Hoontech board, here is my .asoundrc.
> 
> pcm.emu10k1 {
>    type hw
>    card 0
>    device 0
> }
> 
> ctl.emu10k1 {
>    type hw
>    card 0
> }
> 
> pcm.emu_spdif {
>     type plughw
>     slave.pcm emu10k1
> }
> 
> rawmidi.mpu {
>         type hw
>         card 0
>         device 0
>         subdevice 0
> }
> rawmidi.synth1 {
>         type hw
>         card 0
>         device 1
>         subdevice 0
> }
> rawmidi.synth2 {
>         type hw
>         card 0
>         device 2
>         subdevice 0
> }
>

_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to