From owner-freebsd-multimedia@FreeBSD.ORG Mon Jul 23 01:54:40 2007 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6172F16A417; Mon, 23 Jul 2007 01:54:40 +0000 (UTC) (envelope-from hartzell@alerce.com) Received: from merlin.alerce.com (merlin.alerce.com [64.62.142.94]) by mx1.freebsd.org (Postfix) with ESMTP id 4142B13C474; Mon, 23 Jul 2007 01:54:40 +0000 (UTC) (envelope-from hartzell@alerce.com) Received: from merlin.alerce.com (localhost [127.0.0.1]) by merlin.alerce.com (Postfix) with ESMTP id 0534033C6C; Sun, 22 Jul 2007 18:55:13 -0700 (PDT) Received: from postfix.alerce.com (w092.z064001164.sjc-ca.dsl.cnc.net [64.1.164.92]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "satchel.alerce.com", Issuer "alerce.com" (verified OK)) by merlin.alerce.com (Postfix) with ESMTP id B266833C5D; Sun, 22 Jul 2007 18:55:12 -0700 (PDT) Received: by postfix.alerce.com (Postfix, from userid 501) id 7563C111D5C; Sun, 22 Jul 2007 18:54:38 -0700 (PDT) From: George Hartzell MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18084.2653.975106.166383@almost.alerce.com> Date: Sun, 22 Jul 2007 18:54:37 -0700 To: Ariff Abdullah In-Reply-To: <20070723084035.44ba636e.ariff@FreeBSD.org> References: <18083.56790.697157.775570@almost.alerce.com> <20070723084035.44ba636e.ariff@FreeBSD.org> X-Mailer: VM 7.19 under Emacs 22.1.1 X-Virus-Scanned: ClamAV using ClamSMTP Cc: freebsd-multimedia@freebsd.org Subject: Re: HDA sound problem on mac pro running -STABLE X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: hartzell@alerce.com List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jul 2007 01:54:40 -0000 Ariff Abdullah writes: > On Sun, 22 Jul 2007 15:44:38 -0700 > George Hartzell wrote: > > > > I have a mac pro running -STABLE from a couple of days ago. > > > > If I load the sound and snd_hda modules I can play an mp3 file with > > mpg123, BUT even with the mixer vol and pcm set to 100:100 it's only > > just barely audible. > > > > There's dmesg and sysctl info at: > > > > http://shrimp.alerce.com/misc/delicious-dmesg-verbose.txt > > http://shrimp.alerce.com/misc/delicious-sysctl > > > > I've tried picking up Ariff's binary modules, and I've tried setting > > > > hint.pcm.0.softpcmvol=1 > > > > and > > > > hint.pcm.0.config="softpcmvol" > > > > using kenv and then reloading the driver, with no improvement. > > > > Anyone know how I can get the volume to behave? > > > > Try "gpio0" 1,2,3, .. 7, or any combination of it. > > My time a bit tight right now, unless you willing to > irc://irc.freenode.net @ #freebsd-azalia. > [...] Hmmm. hint.pcm.0.config="gpio0" sends the sound out the internal speakers, even with external speakers plugged in. hint.pcm.0.config="gpio1" sends the sound out to the external speakers! Yay! Thanks for the hint! g.