From owner-freebsd-multimedia@FreeBSD.ORG Thu Dec 1 02:45:22 2005 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1164616A420 for ; Thu, 1 Dec 2005 02:45:22 +0000 (GMT) (envelope-from skywizard@MyBSD.org.my) Received: from tomoyo.MyBSD.org.my (tomoyo.mybsd.org.my [202.157.186.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C28643D53 for ; Thu, 1 Dec 2005 02:45:20 +0000 (GMT) (envelope-from skywizard@MyBSD.org.my) Received: from localhost (localhost [127.0.0.1]) by tomoyo.MyBSD.org.my (Postfix) with ESMTP id C1C8B6CC3A; Thu, 1 Dec 2005 10:49:13 +0800 (MYT) Received: from tomoyo.MyBSD.org.my ([127.0.0.1]) by localhost (TOMOYO.MYBSD.ORG.MY [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 63416-01; Thu, 1 Dec 2005 10:49:12 +0800 (MYT) Received: from misaki (misaki.MyBSD.org.my [IPv6:2001:328:2002:aa2:2c0:9fff:fed9:9e1d]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tomoyo.MyBSD.org.my (Postfix) with ESMTP id 991C46CC25; Thu, 1 Dec 2005 10:49:09 +0800 (MYT) Date: Thu, 1 Dec 2005 10:45:11 +0800 From: Ariff Abdullah To: Ion-Mihai Tetcu Message-Id: <20051201104511.7c601312.skywizard@MyBSD.org.my> In-Reply-To: <20051201035428.6a9de01b@it.buh.tecnik93.com> References: <20051130214101.05e5d0b0@it.buh.tecnik93.com> <20051130220018.56240358@Magellan.Leidinger.net> <20051201035428.6a9de01b@it.buh.tecnik93.com> Organization: MyBSD X-Mailer: /usr/local/lib/ruby/1.8/net/smtp.rb Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by Amavisd AntiVirus & AntiSpam Scanner running on FreeBSD mailserver at TOMOYO.MYBSD.ORG.MY Cc: freebsd-multimedia@freebsd.org, Alexander@Leidinger.net Subject: Re: [backtrace] (snd_solo) mtx_lock_sleep: recursed on non-recursive mutex X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Dec 2005 02:45:22 -0000 On Thu, 1 Dec 2005 03:54:28 +0200 Ion-Mihai Tetcu wrote: > On Wed, 30 Nov 2005 22:00:18 +0100 > Alexander Leidinger wrote: > > > On Wed, 30 Nov 2005 21:41:01 +0200 > > Ion-Mihai Tetcu wrote: > > > > > Hi, > > > > > > > > > In my quest to find an other sound card that works with skype, I > > > salvaged an ESS Solo-1 (ES1938S H209). Trying to play anything > > > through it results from "pcm channel dead" to hard freezes and > > > ,the last time I got the panic bellow. Any chance to make it > > > work or should I keep searching ? > > > > > > > > > FreeBSD it.buh.tecnik93.com 6.0-STABLE FreeBSD 6.0-STABLE #4: > > > Wed Nov 16 15:38:12 EET 2005 > > > > > > Unread portion of the kernel message buffer: > > > panic: _mtx_lock_sleep: recursed on non-recursive mutex pcm0 > > > @ > > > /usr/src/sys/modules/sound/sound/../../../dev/sound/pcm/sound.c > > > :381 > > > > Try the appropriate patch from http://people.freebsd.org/~ariff/ > > and report back please. > > Script started on Thu Dec 1 02:57:31 2005 > ESC[7mroot@it> ESC[0;31m/rootESC[0m [2:57:31] ESC[1;36m0ESC[0m > ESC[80`ESC[27m ESC[1m > ESC[0;31m#ESC[ > 0m ESC[m mpg123 -a /dev/audio0.0 ~itetcu/Media/mp3/Leonard\ > Cohen/Leonard\ Cohen\ -\^M Greatest\ Hits/01\ -\ Suzanne\ .mp3? > Greatest\ Hits/01\ -\ Suzanne\ .mp3^M High Performance MPEG > 1.0/2.0/2.5 Audio Player for Layer 1, 2 and 3. Version 0.59r > (1999/Jun/15). Written and copyrights by Michael Hipp. Uses code > from various people. See 'README' for more! THIS SOFTWARE COMES WITH > ABSOLUTELY NO WARRANTY! USE AT YOUR OWN RISK! /dev/dsp: Operation > not supported by device /dev/dsp: Operation not supported by device > /dev/dsp: Operation not supported by device > audio: Operation not supported by device > ESC[7mroot@it> ESC[0;31m/rootESC[0m [2:57:35] ESC[1;36m1ESC[0m > ESC[80`ESC[27m ESC[1m > ESC[0;31m#ESC[ > At least there is a known LOR during dsp_open() - dsp.c which can lead to this panic. I'm currently (painstakingly) working on it. In the meantime, try not to use "/dev/{audio|dsp}0.0". Instead, use /dev/audio or /dev/dsp without device/channel unit numbering. The state of sound driver locking still in its infancy, but a bit better with those patch, hopefully. -- Ariff Abdullah MyBSD http://www.MyBSD.org.my (IPv6/IPv4) http://staff.MyBSD.org.my (IPv6/IPv4) http://tomoyo.MyBSD.org.my (IPv6/IPv4)