From owner-freebsd-current@FreeBSD.ORG Tue Dec 16 02:54:28 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 C376216A4CE for ; Tue, 16 Dec 2003 02:54:28 -0800 (PST) Received: from smtp.hotbox.ru (smtp.hotbox.ru [80.68.244.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C16C43D3C for ; Tue, 16 Dec 2003 02:54:26 -0800 (PST) (envelope-from batuto@hotbox.ru) Received: from s01.wgc.chem.spbu.ru ([195.19.227.70]) (authenticated bits=0) by smtp.hotbox.ru (8.12.9/8.12.9) with ESMTP id hBGAqSV7016618 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Tue, 16 Dec 2003 13:52:30 +0300 (MSK) (envelope-from batuto@hotbox.ru) From: "Yan V. Batuto" To: Dan Foster Date: Tue, 16 Dec 2003 13:58:58 +0300 User-Agent: KMail/1.5.4 References: <20031216010608.E4CAC16A4D0@hub.freebsd.org> <200312161023.00227.batuto@wgc.chem.pu.ru> <20031216073514.GA6783@gblx.net> In-Reply-To: <20031216073514.GA6783@gblx.net> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200312161357.33234.batuto@hotbox.ru> Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit cc: current@freebsd.org Subject: Re: 5.2-RELEASE TODO X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: batuto@hotbox.ru List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Dec 2003 10:54:28 -0000 > > Just my $0.02: Problem #1 is not confined to -CURRENT too. > > I hear crackles in the output sound on my old pentium running 4.9-stable. And > > soundcard there is "simple SB16" too -- ISA CL4135 (afair). > > (Sorry, I can't reach it in the moment to get full dmesg.) > > It looks like crackles occurs during disk activity -- they sounds exactly > > synchronously with IDE LED blinking. I tried to switch vchans on and off, > > but without any audible changes. > > Crackling, from my understanding, usually means timing problems... > especially if it can't get enough time to do its stuff. > > In your case, perhaps some sort of pre-emption due to servicing ATA disk > requests, indirectly causing sound driver timing issues? May be. But why it occurs only with selected cards?.. I tried to play with pci aureal 8820 card and had a fresh sound in contrast to cl4135, but snd_au8820.ko, based on ancient binaries released by dying company is too buggy and unstable. :( So, I'd say that may be something wrong in "simple SB16" code... I'll be very appreciate If anybody suggest me any idea about how and where I should dig this trouble. Yan.