From owner-freebsd-questions@FreeBSD.ORG Thu Apr 5 12:57:33 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 7AE1C16A403 for ; Thu, 5 Apr 2007 12:57:33 +0000 (UTC) (envelope-from nagylzs@freemail.hu) Received: from smtp.enternet.hu (smtp.enternet.hu [62.112.192.21]) by mx1.freebsd.org (Postfix) with ESMTP id 3CCF013C4D9 for ; Thu, 5 Apr 2007 12:57:33 +0000 (UTC) (envelope-from nagylzs@freemail.hu) Received: from [62.68.177.164] (helo=[172.16.0.43]) by smtp.enternet.hu with esmtpa (Exim 4) id 1HZRWt-000HIQ-QE; Thu, 05 Apr 2007 14:57:32 +0200 Message-ID: <4614F23E.2080507@freemail.hu> Date: Thu, 05 Apr 2007 14:57:34 +0200 From: =?windows-1252?Q?Nagy_L=E1szl=F3_Zsolt?= User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: =?windows-1252?Q?Ivan_Zenzerovic=27?= , freebsd-questions@freebsd.org References: <640eadd40704050350j79fe989t79174e7c85aa09a2@mail.gmail.com> In-Reply-To: <640eadd40704050350j79fe989t79174e7c85aa09a2@mail.gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: XMMS problem 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: Thu, 05 Apr 2007 12:57:33 -0000 Ivan Zenzerovic' wrote: > Hello, > > when I try to play music with xmms, i get the error: Please chech > that: Your > soundcard is configured. You have the correct output plugin selected. No > other program is blocking the soundcard. > > My soundcard is working well, and in the console i see the xmms error: ** > WARNING **: oss_open(): Failed to open audio device (/dev/dsp): Device > busy > Then i stopped noatun and quit him, tryed again, but nothing. > Help please... Are you using Gnome or KDE? Most probably, a sound daemon like ESD is running, and it uses your hardware already. You configure your output plugin of xmms to use Esd/Arts instead of /dev/dsp. Alternatively, you can specify kernel parameters so it will allow sharing of your sound card(s). Please refer to the FreeBSD handbook about configuring multiple channels on a single sound card. Best, Laszlo