From owner-freebsd-stable@FreeBSD.ORG Mon Nov 7 11:23:33 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9329F16A41F for ; Mon, 7 Nov 2005 11:23:33 +0000 (GMT) (envelope-from sebster@sebster.com) Received: from smtp.profdata.nl (server.profdata.nl [213.196.2.244]) by mx1.FreeBSD.org (Postfix) with SMTP id C6CDF43D45 for ; Mon, 7 Nov 2005 11:23:32 +0000 (GMT) (envelope-from sebster@sebster.com) Received: (qmail 63982 invoked from network); 7 Nov 2005 11:23:31 -0000 Received: from unknown (HELO ?10.0.0.6?) (80.126.244.3) by server.profdata.nl with SMTP; 7 Nov 2005 11:23:31 -0000 Message-ID: <436F3931.6010909@sebster.com> Date: Mon, 07 Nov 2005 12:23:29 +0100 From: Sebastiaan van Erk User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051017) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <436DEB56.4050505@sebster.com> <20051106124722.GA705@bsd.trippelsdorf.de> In-Reply-To: <20051106124722.GA705@bsd.trippelsdorf.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Markus Trippelsdorf Subject: Re: Sound skipping problems X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Nov 2005 11:23:33 -0000 Hi, Thanks for the tip, this seems to do the trick. Tested it with /usr/ports/sysutils/stress: root@piglet(ttyp7:42:0):/shared# stress --cpu 8 --io 4 --vm 2 --vm-bytes 128M --hdd 4 --timeout 10m stress: info: [2439] dispatching hogs: 8 cpu, 4 io, 2 vm, 4 hdd and heard no more skips. Greetings, Sebastiaan van Erk Markus Trippelsdorf wrote: > On Sun, Nov 06, 2005 at 12:39:02PM +0100, Sebastiaan van Erk wrote: > >>Hi, >> >>I have major sound skipping problems on FreeBSD 6.0. I checked the >>mailing list archives and found a related thread: > > ... > >>Does anybody have any ideas of what I could do to solve this problem? >> > > You could try to set hint.pcm.0.buffersize="16384" in /boot/loader.conf . > It solved the problem for me.