From owner-freebsd-multimedia@FreeBSD.ORG Wed Jul 19 16:24:33 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F9AD16A4DF for ; Wed, 19 Jul 2006 16:24:33 +0000 (UTC) (envelope-from jahnke@sonatabio.com) Received: from smtp.wizwire.com (smtp.wizwire.com [209.218.100.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3724E43D4C for ; Wed, 19 Jul 2006 16:24:31 +0000 (GMT) (envelope-from jahnke@sonatabio.com) Received: from pinot.fmjassoc.com (209.218.101.53.bvi2.wizwire.com [209.218.101.53]) by smtp.wizwire.com (8.13.1/8.13.1) with ESMTP id k6JFN57x007286 for ; Wed, 19 Jul 2006 08:23:06 -0700 From: Frank Jahnke To: freebsd-multimedia@freebsd.org Content-Type: text/plain Date: Wed, 19 Jul 2006 09:22:34 -0700 Message-Id: <1153326154.823.10.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-WizWire-MailScanner-Information: Please contact the ISP for more information X-WizWire-MailScanner: Found to be clean X-MailScanner-From: jahnke@sonatabio.com Subject: Sound Issue -- Bzzzzt! X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jul 2006 16:24:33 -0000 I recently installed a Turtle Beach Santa Cruz card in my FreeBSD box. Mostly I use the Gnome media applications, and audio playback gives me a loud BZZZT every 20 second or so. Otherwise it seems to work OK. It seemed like this was a buffering issue, so I tried to change the buffer size using hint.pcm.0.buffersize="32768" in /boot/device.hints, but seems not to have worked. Any advice would be most appreciate! Information: pinot% sysctl hw.snd hw.snd.report_soft_formats: 1 hw.snd.targetirqrate: 32 hw.snd.verbose: 1 hw.snd.maxautovchans: 4 hw.snd.unit: 0 hw.snd.pcm0.buffersize: 0 hw.snd.pcm0.vchans: 4 pinot% dmesg | grep pcm pcm0: on csa0 pcm0: pcm0: [GIANT-LOCKED] FreeBSD 6.1-RELEASE-p2 FreeBSD 6.1-RELEASE-p2 #3: Sat Jul 15 09:17:40 PDT 2006 Gnome is 2.14.2. Frank