Am Dienstag, 21. Februar 2006 11:32 schrieb Stefan Bruens: > Am Montag, 20. Februar 2006 07:12 schrieb Esben Stien: > > Damien Sandras <[EMAIL PROTECTED]> writes: > > > Not soon > > > > I am now using oss2jack, which works great with asterisk, iaxcomm, > > kphone and anything else I've thrown at it, but ekiga does not even > > see it. > > > > crw-rw---- 1 root audio 252, 0 2006-02-19 21:14 /dev/dsp5
Another possibility is to use the following "~/.asoundrc":
--------
pcm.jack
{
type jack
playback_ports
{
0 alsa_pcm:playback_1
1 alsa_pcm:playback_2
}
capture_ports
{
0 alsa_pcm:capture_1
1 alsa_pcm:capture_2
}
}
pcm.!default {
type plug
slave { pcm "jack" }
}
---------
You have to choose "default" as device then.
Greetings,
Stefan
--
Stefan BrĂ¼ns / Kastanienweg 6 - Zimmer 1206 / 52074 Aachen
mailto:[EMAIL PROTECTED] http://www.kawo1.rwth-aachen.de/~lurchi/
phone: +49 241 169-4206 mobile: +49 160 3797725
pgpiR5LJX11Nc.pgp
Description: PGP signature
_______________________________________________ GnomeMeeting-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnomemeeting-list
