From owner-freebsd-multimedia@FreeBSD.ORG Wed Jan 4 18:42:06 2006 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 5A5B516A41F; Wed, 4 Jan 2006 18:42:06 +0000 (GMT) (envelope-from Gabor@Zahemszky.HU) Received: from graveyard2.mail.t-online.hu (graveyard2.mail.t-online.hu [195.228.240.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id E833543DC8; Wed, 4 Jan 2006 18:41:33 +0000 (GMT) (envelope-from Gabor@Zahemszky.HU) Received: from mail.t-online.hu (karoly.axelero.hu [195.228.240.245]) by graveyard2.mail.t-online.hu (Postfix) with ESMTP id B5526203D4CE; Wed, 4 Jan 2006 19:41:25 +0100 (CET) Received: from [192.168.1.3] (dsl51B6827D.pool.t-online.hu [81.182.130.125]) by mail.t-online.hu (Postfix) with ESMTP; Wed, 4 Jan 2006 19:41:25 +0100 (CET) Message-ID: <43BC1856.4070305@Zahemszky.HU> Date: Wed, 04 Jan 2006 19:47:50 +0100 From: =?ISO-8859-2?Q?Zahemszky_G=E1bor?= User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051219) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ariff Abdullah References: <43BB0835.3070508@Zahemszky.HU> <20060104201105.3af401a9.ariff@FreeBSD.org> In-Reply-To: <20060104201105.3af401a9.ariff@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-multimedia@FreeBSD.org Subject: Re: snd_mss problem 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: Wed, 04 Jan 2006 18:42:06 -0000 Ariff Abdullah wrote: > On Wed, 04 Jan 2006 00:26:45 +0100 > Zahemszky Gábor wrote: > >>Hi! >> >>I've got a problem with FreeBSD6's sound system. In my machine, >>there is a working CMI8738-card - it's pcm0, and a builtin >>soundchip. In 5-STABLE, it's recognised by the snd-mss module. If I >>kldload it, I got: >> > > > Can you replace (and recompile) /usr/src/sys/dev/sound/isa/mss.c with > this one: > > http://people.freebsd.org/~ariff/test/mss.c Hi! Sorry, the same simptome. I've made ' make buildkernel installkernel' , reboot, and after kldloading it, the same lockup. Zahy < Gabor at Zahemszky dot HU > -- #!/bin/ksh Z='21N16I25C25E30, 40M30E33E25T15U!';IFS=' ABCDEFGHIJKLMNOPQRSTUVWXYZ ';set -- $Z;for i;{ [[ $i = ? ]]&&print $i&&break;[[ $i = ??? ]]&&j=$i&&i=${i%?};typeset -i40 i=8#$i;print -n ${i#???};[[ "$j" = ??? ]]&&print -n "${j#??} "&&j=;typeset +i i;};IFS=' 0123456789 ';set -- $Z;for i;{ [[ $i = , ]]&&i=2;[[ $i = ?? ]]||typeset -l i;j="$j $i";typeset +l i;};print "$j"