From owner-freebsd-hackers@FreeBSD.ORG Mon Jun 2 15:28:05 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9DF937B401 for ; Mon, 2 Jun 2003 15:28:05 -0700 (PDT) Received: from srv2.resnet.ohio-state.edu (srv2.resnet.ohio-state.edu [164.107.3.56]) by mx1.FreeBSD.org (Postfix) with SMTP id A45E943F85 for ; Mon, 2 Jun 2003 15:28:04 -0700 (PDT) (envelope-from mistry.7@osu.edu) Received: (qmail 9171 invoked by uid 506); 2 Jun 2003 23:03:39 -0000 Received: from mistry.7@osu.edu by srv2.resnet.ohio-state.edu by uid 503 with qmail-scanner-1.14 ( Clear:. Processed in 0.020416 secs); 02 Jun 2003 23:03:39 -0000 Received: from rdrt-164-107-205-86.resnet.ohio-state.edu (HELO 192.168.1.100) (164.107.205.86) by srv2.resnet.ohio-state.edu with SMTP; 2 Jun 2003 23:03:39 -0000 From: Anish Mistry To: Pav Lucistnik Date: Mon, 2 Jun 2003 18:28:16 -0400 User-Agent: KMail/1.5 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200306021828.16590.mistry.7@osu.edu> cc: freebsd-hackers@freebsd.org Subject: Re: Sound Panic - VIA VT8233 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2003 22:28:06 -0000 On Monday 02 June 2003 06:10 pm, Pav Lucistnik wrote: > On Mon, 02 Jun 2003 22:30:37 +0000, Orion Hodson wrote: > > I have lots of problems on 5.1-RC box with similar onboard sound chip. > I see many hangs (maybe it's a panic, don't know, dump is not being > written to dumdev). They always happen when sound is playing, on keypress, > mouse move, network traffic or on starting playback. > > Also vchans stopped working for me, when I try to play on /dev/dsp0.2 it > always says device busy, /dev/dsp0 works. > > $ sysctl hw.snd.pcm0.vchans > hw.snd.pcm0.vchans: 4 > > pcm0: port 0xdc00-0xdcff irq 5 at device 17.5 on pci0 > pcm0: > > $ kldstat | grep snd > 3 1 0xc04b6000 52e4 snd_via8233.ko > 4 2 0xc04bc000 1b4f8 snd_pcm.ko > > > -- > Pav Lucistnik > Mami! Ten kursor na me mrka! > What are your dump settings? Mine are: in rc.conf: (savecore with the -z option was failing for me so i removed it) dumpdev="/dev/ad0s1b" # make sure this is the swap dumpdir="/usr/crash" in my kernel config: makeoptions DEBUG=-g options DDB, DDB_UNATTENDED -- Anish Mistry