From owner-freebsd-questions@FreeBSD.ORG Sat May 24 11:58:37 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F077137B401 for ; Sat, 24 May 2003 11:58:36 -0700 (PDT) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id B20E443F3F for ; Sat, 24 May 2003 11:58:35 -0700 (PDT) (envelope-from cinek@gmx.de) Received: (qmail 28891 invoked by uid 65534); 24 May 2003 18:58:34 -0000 Received: from pD9E1E4C2.dip.t-dialin.net (EHLO pD9E1E4C2.dip.t-dialin.net) (217.225.228.194) by mail.gmx.net (mp023) with SMTP; 24 May 2003 20:58:34 +0200 From: Martin Krzysiak To: freebsd-questions@freebsd.org Date: Sat, 24 May 2003 20:58:33 +0200 User-Agent: KMail/1.5 References: <20030524180026.GA1512@goku.kasby> In-Reply-To: <20030524180026.GA1512@goku.kasby> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200305242058.33679.cinek@gmx.de> Subject: Re: xmms fails occasionally X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 May 2003 18:58:37 -0000 On Saturday 24 May 2003 20:00, Francesco Casadei wrote: > I have the same problem you described if xmms' output plugin is esound > instead of oss. Nope. I have this problem with OSS sound output plugin. I don't have esound here. It occurs while STARTING new songs. Usually it plays 10 - 30 songs and then suddenly says "Device busy" or similar, because it already opened /dev/dsp somewhere else (forgot to call close() ?). But I think it is not a FreeBSD problem, because all other applications that use sound work perfectly. (kscd works fine here on KDE-3.1) Martin