From owner-freebsd-questions@FreeBSD.ORG Fri Dec 2 19:31:41 2005 Return-Path: X-Original-To: freebsd-questions@FreeBSD.ORG 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 35B8516A41F for ; Fri, 2 Dec 2005 19:31:41 +0000 (GMT) (envelope-from ml@t-b-o-h.net) Received: from vjofn.tucs-beachin-obx-house.com (vjofn.tucs-beachin-obx-house.com [204.107.90.128]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAF1643D8A for ; Fri, 2 Dec 2005 19:31:30 +0000 (GMT) (envelope-from ml@t-b-o-h.net) Received: (from tbohml@localhost) by vjofn.tucs-beachin-obx-house.com (8.12.9/8.12.9) id jB2JVRpc090456 for freebsd-questions@FreeBSD.ORG; Fri, 2 Dec 2005 14:31:27 -0500 (EST) From: Tuc at T-B-O-H Message-Id: <200512021931.jB2JVRpc090456@vjofn.tucs-beachin-obx-house.com> To: freebsd-questions@FreeBSD.ORG Date: Fri, 2 Dec 2005 14:31:27 -0500 (EST) X-Mailer: ELM [version 2.5 PL6] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Subject: Can't open audio device /dev/dsp: Device busy 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, 02 Dec 2005 19:31:41 -0000 Hi, Running a pretty current 4.11-STABLE, my pcm is toshiba# dmesg|grep pcm Preloaded elf module "snd_pcm.ko" at 0xc05f81dc. pcm0: port 0xfebc-0xfebf,0xfec0-0xfeff mem 0xefdf0000-0xefdf7fff irq 11 at device 12.0 on pci0 pcm0: and sndstat toshiba# cat /dev/sndstat FreeBSD Audio Driver (newpcm) Installed devices: pcm0: at memory 0xefdf0000 irq 11 (4p/2r/0v channels duplex) When I first boot things are fine. I start GAIM with "Automatic" and thats fine. But at some point it just stops working for GAIM and anything else like mplayerxp. I start to get "Can't open audio device /dev/dsp: Device busy" but with fstat I get : toshiba# fstat|grep dsp toshiba# What do I do?? Thanks, Tuc