On Mi, 10.10.07 18:06 michael norman <[EMAIL PROTECTED]> wrote:

> Hi
> 
> I have installed this card in a box running openSUSE 10.3.  Playback
> works wonderfully but I can't find an option in kmix to capture the
> sound for recording (krecord or audacity)
> 
> Alsa version is 1.0.14, as provided by opeSUSE.
> 
> Kernel is Linux 2.6.22.5-31-default i686
> 
> Any hints appreciated.
> 
> Mike
> 

And as a hint, if you want to capture whatever goes through the card,
put following in your ~/.asoundrc:

# Monitor Mixer as recordable device
pcm.ice1712 {
    type hw
    card 0
    device 0
}

pcm.monitor {
    type plug
    ttable.0.10 1 # digital mix left
    ttable.1.11 1 # digital mix right
    slave.pcm ice1712
}

That way you get a read/writeable device called monitor.

Attachment: signature.asc
Description: PGP signature

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to