From owner-freebsd-multimedia@FreeBSD.ORG Thu Dec 10 01:16:20 2009 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 72F84106566C; Thu, 10 Dec 2009 01:16:19 +0000 (UTC) (envelope-from bikedude880@gmail.com) Received: from mail-gx0-f214.google.com (mail-gx0-f214.google.com [209.85.217.214]) by mx1.freebsd.org (Postfix) with ESMTP id 4CFAF8FC15; Thu, 10 Dec 2009 01:16:17 +0000 (UTC) Received: by gxk6 with SMTP id 6so6100562gxk.13 for ; Wed, 09 Dec 2009 17:16:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:cc:references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=esPDU1CG0Lruphcx2tn32dGT2n2cJtti8Jc0rCRrOHc=; b=Fx3UyR3JQfAssbfJIYC4RddEm15+Qh9nheUXHvFoHLPiAz4YN9AoxjQsBCmpxLHoA7 /M0agNN1M7l+9GU3/EhrpQ9nzJ5e9Ng1sP6xXcETkN+JJhPxyl8RzJKQ/GwTFWBUPBeR 5XnHmWYwh+k36MGqSayv7Zg5MUEG6wrHAWupk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:cc:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id; b=h3yDyjcLdMCi5HpC3yuiUFq4XmhfCdoaISSYT0uVEkHa9Urb8R+ugXJI18MjCpI4hF jI0FQ2d7g60OQT5eWTQtsvd5S0PNvKsZWLtuQ4/AlKhzjQyIzBtLk2Vyd3l044hdVOOw LaLiBp2UcP7Kx+i7fcwrV6uG2SwN1trBMscU0= Received: by 10.150.251.33 with SMTP id y33mr17759263ybh.143.1260407772525; Wed, 09 Dec 2009 17:16:12 -0800 (PST) Received: from localhost.invalid (c-71-202-69-92.hsd1.ca.comcast.net [71.202.69.92]) by mx.google.com with ESMTPS id 22sm186119yxe.3.2009.12.09.17.16.10 (version=SSLv3 cipher=RC4-MD5); Wed, 09 Dec 2009 17:16:11 -0800 (PST) From: Daniel Penney To: Alexander Motin Date: Wed, 9 Dec 2009 17:16:09 -0800 User-Agent: KMail/1.12.4 (FreeBSD/8.0-RELEASE; KDE/4.3.4; i386; ; ) References: <1260404588.00192522.1260394202@10.7.7.3> <4B204461.4090600@FreeBSD.org> In-Reply-To: <4B204461.4090600@FreeBSD.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200912091716.09594.bikedude880@gmail.com> Cc: freebsd-multimedia@freebsd.org Subject: Re: Intel 82801G (codec CXD9872RD/K) stereo only, quiet audio 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: Thu, 10 Dec 2009 01:16:20 -0000 On Wednesday 09 December 2009 16:44:17 Alexander Motin wrote: > Daniel Penney wrote: > > Done a bit of searching and have yet to come across any information > > regarding this codec under FreeBSD. I've tried setting a few > > device.hints to no avail and have come to the last resource I can find. > > The codec is the Sigmatel CXD9872RD/K. > > It's first time I see it, but it is usually not a problem. > > > Attached is the output of the following commands: > > sysctl debug.bootverbose=1 > > kldload snd_hda > > sysctl dev.hdac.0.pindump=1 > > > > Dec 9 12:52:38 kernel: hdac0: 2 associations found: > > Dec 9 12:52:38 kernel: hdac0: Association 0 (1) out: > > Dec 9 12:52:38 kernel: hdac0: Pin nid=15 seq=0 > > Dec 9 12:52:38 kernel: hdac0: Pin nid=12 seq=1 > > Dec 9 12:52:38 kernel: hdac0: Pin nid=11 seq=2 > > Dec 9 12:52:38 kernel: hdac0: Pin nid=10 seq=3 > > Dec 9 12:52:38 kernel: hdac0: Pin nid=17 seq=4 > > Dec 9 12:52:38 kernel: hdac0: Association 1 (2) in: > > Dec 9 12:52:38 kernel: hdac0: Pin nid=13 seq=0 > > Dec 9 12:52:38 kernel: hdac0: Pin nid=14 seq=1 > > Dec 9 12:52:38 kernel: hdac0: Pin nid=20 seq=2 > > Dec 9 12:52:38 kernel: hdac0: Tracing association 0 (1) > > Dec 9 12:52:38 kernel: hdac0: Pin 15 traced to DAC 5 > > Dec 9 12:52:38 kernel: hdac0: Pin 12 traced to DAC 3 > > Dec 9 12:52:38 kernel: hdac0: Pin 11 traced to DAC 4 > > Dec 9 12:52:38 kernel: hdac0: Pin 10 traced to DAC 2 > > Dec 9 12:52:38 kernel: hdac0: Pin 17 traced to DAC 16 > > Dec 9 12:52:38 kernel: hdac0: Association 0 (1) trace succeeded > > Dec 9 12:52:38 kernel: hdac0: Tracing association 1 (2) > > Dec 9 12:52:38 kernel: hdac0: Unable to trace pin 13 to ADC 6, undo > > traces Dec 9 12:52:38 kernel: hdac0: Pin 13 traced to ADC 8 > > Dec 9 12:52:38 kernel: hdac0: Unable to trace pin 14 to ADC 8, undo > > traces Dec 9 12:52:38 kernel: hdac0: Unable to trace pin 13 to ADC 18, > > undo traces Dec 9 12:52:38 kernel: hdac0: Association 1 (2) trace > > failed > > There is codec misconfiguration in BIOS for association 1 (2). Pin with > nid 14 can't be routed to the same ADC as 13 and 20. This codec just > can't manage it. That pin should always to be configured separately or > disabled. If you fix this, record should probably be traced fine. > > What other problems? What do you mean by quiet? How exactly? > With all the mixer settings and speakers at maximum, it's barely audible (about 15% of nominal). For the levels it's outputting right now, the mixer would ideally be at max and the speakers at 20%. Thanks for pointing out the issue with record as well.