From owner-freebsd-ports@FreeBSD.ORG Fri Dec 17 19:04:47 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2503F16A4CE for ; Fri, 17 Dec 2004 19:04:47 +0000 (GMT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0176B43D5C for ; Fri, 17 Dec 2004 19:04:47 +0000 (GMT) (envelope-from dantavious@comcast.net) Received: from focus.dantavious.com (pcp09757877pcs.gambrl01.md.comcast.net[68.48.122.129]) by comcast.net (rwcrmhc11) with ESMTP id <2004121719043601300fr72ve>; Fri, 17 Dec 2004 19:04:46 +0000 From: Derrick Edwards To: Alexander Leidinger Date: Fri, 17 Dec 2004 14:19:05 -0500 User-Agent: KMail/1.7.2 References: <200411211341.10072.dantavious@comcast.net> <200412170851.41770.dantavious@comcast.net> <1103294279.41c2ef470d42e@netchild.homeip.net> In-Reply-To: <1103294279.41c2ef470d42e@netchild.homeip.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200412171419.05825.dantavious@comcast.net> cc: freebsd-ports@freebsd.org Subject: Re: SKYPE Sound Problems X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 19:04:47 -0000 On Friday 17 December 2004 09:37 am, Alexander Leidinger wrote: Cool, this did the trick. So do I have to kill artsd prior to using SKYPE everytime. As stated before, I added the virtual channel with no joy. If I do not kill artsd then I get the same error. I have provided a listing of my dsp devices. Thanks very much for getting me this far. v/r Derrick ls |grep dsp crw-rw-rw- 1 root wheel 30, 3 Dec 17 14:10 dsp0.0 crw-rw-rw- 1 root wheel 30, 0x00010003 Dec 17 14:07 dsp0.1 crw-rw-rw- 1 root wheel 30, 0x00020003 Dec 17 14:07 dsp0.2 crw-rw-rw- 1 root wheel 30, 0x00030003 Dec 17 14:07 dsp0.3 crw-rw-rw- 1 root wheel 30, 5 Dec 17 14:07 dspW0.0 crw-rw-rw- 1 root wheel 30, 0x00010005 Dec 17 14:07 dspW0.1 crw-rw-rw- 1 root wheel 30, 0x00020005 Dec 17 14:07 dspW0.2 crw-rw-rw- 1 root wheel 30, 0x00030005 Dec 17 14:07 dspW0.3 crw-rw-rw- 1 root wheel 30, 0x0001000b Dec 17 14:07 dspr0.1 > Zitat von Derrick Edwards : > > I tried adding virtual channels however, still no joy. > > Kill artsd (and make sure it will not be respawn). Try to play something > without artsd (e.g. cat /dev/urandom >/dev/dsp, you should hear some noise) > to make sure the sound device isn't opened by another program. Then try > with skype again. > > Bye, > Alexander.