From owner-freebsd-questions@FreeBSD.ORG Sat Jan 24 18:49:52 2004 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 B083D16A4CE for ; Sat, 24 Jan 2004 18:49:52 -0800 (PST) Received: from elkins.org (user41.net272.fl.sprint-hsd.net [64.45.235.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA90043D41 for ; Sat, 24 Jan 2004 18:49:51 -0800 (PST) (envelope-from bsd@elkins.org) Received: from kathix.elkins ([192.168.0.10]) by elkins.org with esmtp (Exim 3.36 #1 (Debian)) id 1AkaLP-0002U7-00 for ; Sat, 24 Jan 2004 21:49:51 -0500 From: Jeff Elkins To: freebsd-questions@freebsd.org Date: Sat, 24 Jan 2004 21:49:50 -0500 User-Agent: KMail/1.5.4 References: <20040125011941.20937.qmail@web21405.mail.yahoo.com> In-Reply-To: <20040125011941.20937.qmail@web21405.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200401242149.50834.bsd@elkins.org> Subject: Re: /dev/dsp: Device busy 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: Sun, 25 Jan 2004 02:49:52 -0000 On Saturday 24 January 2004 8:19 pm, Dorin H. wrote: >--- Geert Hendrickx wrote: >> Hello, >> >> I have a problem playing sounds in FreeBSD. >> Sometimes it works, sometimes it >> doesn't, and then I get the following error message: >> >> >> /dev/dsp: Device busy >> >> but "lsof | grep dsp" yields nothing. >> >> Can anyone help me with this mystery? :-) >> >> Thanks in advance, >> >> GH > >Same here. Toshiba laptop. FBSD 4.9. KDE 3.1.4. >/dev/dsp is from time to time hold by artsd. > > Problem is, it is hold even when nothing is played. >fstat /dev/dsp shows the problem. >If anyone find a solution, pls. let me know. >TIA, >/Dorin. While it's not a real solution, I told KDE not to start arts. Most of the sound apps I use are non-KDE, so thus far, I don't miss it. Oddly enough, this isn't a problem with debian. I'm too new to bsd to have figured out why one OS works and one doesn't. Jeff