From owner-freebsd-questions@FreeBSD.ORG Tue Feb 1 02:13:38 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CBCC16A4CE for ; Tue, 1 Feb 2005 02:13:38 +0000 (GMT) Received: from newman.alt-network.com (wsip-68-110-223-100.ks.ok.cox.net [68.110.223.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72A6743D2F for ; Tue, 1 Feb 2005 02:13:37 +0000 (GMT) (envelope-from justin@alt-network.com) Received: from [10.0.0.20] ([10.0.0.20])j112Dakl043657 for ; Mon, 31 Jan 2005 20:13:36 -0600 (CST) (envelope-from justin@alt-network.com) From: "Justin L. Boss" To: freebsd-questions@freebsd.org Date: Mon, 31 Jan 2005 20:13:34 -0600 User-Agent: KMail/1.7.2 References: <200501310211.38761.justin@alt-network.com> <20050131161354.GC86499@slackbox.xs4all.nl> In-Reply-To: <20050131161354.GC86499@slackbox.xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200501312013.35294.justin@alt-network.com> X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on newman.alt-network.com X-Virus-Scanned: ClamAV 0.80/533/Sat Oct 16 20:09:44 2004 clamav-milter version 0.80j on newman.alt-network.com X-Virus-Status: Clean Subject: Re: Sound echo X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 02:13:38 -0000 That was it, thanks. On Monday 31 January 2005 10:13 am, Roland Smith wrote: > On Mon, Jan 31, 2005 at 02:11:38AM -0600, Justin L. Boss wrote: > > I'm running FreeBSD 5.3 using the via8233 sound driver. And on some of > > my games I get echo like sound. If you have had this problem and know > > how to fix it. I would be greatly appreciate it. > > While I haven't noticed echos, I did have lags and clicks with the same > driver, until I enlarged the soundcards DMA buffer size, by adding > > hint.pcm.0.buffersize="16384" > > to /boot/device.hints > > Roland