From owner-freebsd-questions@FreeBSD.ORG Fri Jul 6 08:46:59 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 921BD16A421 for ; Fri, 6 Jul 2007 08:46:59 +0000 (UTC) (envelope-from cblasius@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.freebsd.org (Postfix) with ESMTP id 23C6A13C45B for ; Fri, 6 Jul 2007 08:46:58 +0000 (UTC) (envelope-from cblasius@gmail.com) Received: by ug-out-1314.google.com with SMTP id o4so748943uge for ; Fri, 06 Jul 2007 01:46:57 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:from:to:subject:date:user-agent:references:in-reply-to:cc:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=QpPpwgLYKU8fZPjXU1r5o/9r4UjLyVsrI/Odm1d+THP66MdvLzfyEYfIzZdKoc/vRNCedE3UpW1lr48KSg51Y5CJ54pHVf6VTcxXEwWpRwo99fY7ag8Htzt/6KuVjQJMnLNkUPvR8K1H9chPWQxuGHrMfGWXm/UHvunBA5Fi1NY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:from:to:subject:date:user-agent:references:in-reply-to:cc:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=scgGmxvII4WZflPnhnB3ULYP2VrEUin7n64kJ3fl5h/WwjIn+krwK/pnzEPy7EbqeWgojUkWllM0ev0OLMF6ZdZ+SX+7bPN2l5oMDGZfxAaGVjdw5y4owbkbbXSilTNhdciQ1faugzZfwhYmZmB40CK5z2hkd1Zb6UGnkV9W3vw= Received: by 10.67.92.1 with SMTP id u1mr2590243ugl.1183711617814; Fri, 06 Jul 2007 01:46:57 -0700 (PDT) Received: from xdsl-5405.zgora.dialog.net.pl ( [84.40.169.29]) by mx.google.com with ESMTP id k29sm24199203fkk.2007.07.06.01.46.56 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 06 Jul 2007 01:46:56 -0700 (PDT) From: Zbigniew Komarnicki To: Ariff Abdullah Date: Fri, 6 Jul 2007 10:50:04 +0200 User-Agent: KMail/1.9.6 References: <200707051557.21884.cblasius@gmail.com> <20070706111251.7366d59e@localhost> <20070706162934.5d962e77.ariff@FreeBSD.org> In-Reply-To: <20070706162934.5d962e77.ariff@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707061050.04874.cblasius@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Skype - problem with sound device X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jul 2007 08:46:59 -0000 On Friday 06 of July 2007 10:29:34 you wrote: > Show me the output of > > #fstat|grep '\(\(dsp\|audio\|dspW\|mixer\)[0-9]\|\(snd\|midi\)stat\)' > > .. before/after opening skype. Before: # fstat|grep '\(\(dsp\|audio\|dspW\|mixer\)[0-9]\|\(snd\|midi\)stat\)' zbyszek kdeinit 88649 10 /dev 37 crw-rw-rw- mixer0 rw zbyszek artsd 87899 9 /dev 38 crw-rw-rw- dsp0.0 rw and after: # fstat | grep '\(\(dsp\|audio\|dspW\|mixer\)[0-9]\|\(snd\|midi\)stat\)' zbyszek skype_bin 74183 30 /dev 37 crw-rw-rw- mixer0 rw zbyszek skype_bin 73910 30 /dev 37 crw-rw-rw- mixer0 rw zbyszek skype_bin 73909 30 /dev 37 crw-rw-rw- mixer0 rw zbyszek skype_bin 73908 30 /dev 37 crw-rw-rw- mixer0 rw zbyszek skype_bin 73093 30 /dev 37 crw-rw-rw- mixer0 rw zbyszek skype_bin 72813 30 /dev 37 crw-rw-rw- mixer0 rw zbyszek kdeinit 88649 10 /dev 37 crw-rw-rw- mixer0 rw zbyszek artsd 87899 9 /dev 38 crw-rw-rw- dsp0.0 rw