From owner-freebsd-current@FreeBSD.ORG Wed Apr 16 04:35:24 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D288B37B401 for ; Wed, 16 Apr 2003 04:35:24 -0700 (PDT) Received: from dsl093-019-250.msp1.dsl.speakeasy.net (dsl093-019-250.msp1.dsl.speakeasy.net [66.93.19.250]) by mx1.FreeBSD.org (Postfix) with SMTP id CB49043FBD for ; Wed, 16 Apr 2003 04:35:23 -0700 (PDT) (envelope-from peter@jocose.org) Received: (qmail 95433 invoked from network); 16 Apr 2003 11:35:23 -0000 Received: from unknown (HELO jocose.org) (10.0.0.195) by 0 with SMTP; 16 Apr 2003 11:35:23 -0000 Message-ID: <3E9D3FE9.6090206@jocose.org> Date: Wed, 16 Apr 2003 06:35:05 -0500 From: Peter Schultz User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030413 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Wade Majors References: <3E9BCC5F.4050603@ezri.org> In-Reply-To: <3E9BCC5F.4050603@ezri.org> X-Enigmail-Version: 0.73.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: current@freebsd.org Subject: Re: Adjusting pcm buffersize? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Apr 2003 11:35:25 -0000 Wade Majors wrote: > Hi, I am having problems with my soundcard that I think might be fixable > by increasing the buffersize, but the sysctl that reports the buffersize > is readonly. > > Basically, even when there is relativly mild hard disk access (like a > large cvsup) I start to get underruns (as reported by a verbose > /dev/sndstat). CPU usage is nowhere near 100% yet the sound card is > starved. I have tried tweaking everything possible in with my > motherboard's BIOS with regards to PCI, AGP, and SDRAM read/writes to no > avail. > > Any ideas? > What kind of CPU(s) do you have? I have dual pii 350s and have the same issue, but many other similar issues as well. As someone who's been running 5.0-CURRENT since it began, I feel these are due to it's unfinished state, and have nothing to do with undersized buffers and whatnot. Heck, right now I can't even run SCHED_ULE (panic: blockable sleep lock (sleep mutex) process lock), and when I can even my typing at the console gets interrupted. Pete...