From owner-freebsd-current@FreeBSD.ORG Tue Oct 14 11:14:20 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EFE6D106568B for ; Tue, 14 Oct 2008 11:14:20 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from cmail.optima.ua (cmail.optima.ua [195.248.191.121]) by mx1.freebsd.org (Postfix) with ESMTP id 73FEF8FC22 for ; Tue, 14 Oct 2008 11:14:19 +0000 (UTC) (envelope-from mav@FreeBSD.org) X-Spam-Flag: SKIP X-Spam-Yversion: Spamooborona-2.1.0 Received: from orphanage.alkar.net (account mav@alkar.net [212.86.226.11] verified) by cmail.optima.ua (CommuniGate Pro SMTP 5.1.14) with ESMTPA id 224942912; Tue, 14 Oct 2008 14:14:18 +0300 Message-ID: <48F47F09.2000609@FreeBSD.org> Date: Tue, 14 Oct 2008 14:14:17 +0300 From: Alexander Motin User-Agent: Thunderbird 2.0.0.14 (X11/20080612) MIME-Version: 1.0 To: wkoszek@FreeBSD.org References: <20081013220221.GA98439@FreeBSD.org> In-Reply-To: <20081013220221.GA98439@FreeBSD.org> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit Cc: freebsd-current@FreeBSD.org Subject: Re: New snd_hda(4) doesn't handle speaker on NVidia MCP51 audio controller X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Oct 2008 11:14:21 -0000 Wojciech A. Koszek wrote: > I can't hear anything coming out of my speakers after new snd_hda(4) > import. Here's some more detailed information: > > http://people.freebsd.org/~wkoszek/newhda/dmesg.boot As you can see from hdac0: 4 associations found: hdac0: Association 0 (1) out: hdac0: Pin nid=14 seq=0 hdac0: Association 1 (2) out: hdac0: Pin nid=11 seq=0 hdac0: Association 2 (3) out: hdac0: Pin nid=18 seq=0 hdac0: Association 3 (4) in: hdac0: Pin nid=12 seq=0 hdac0: Pin nid=17 seq=1 hdac0: Pin nid=13 seq=14 and the rest, driver found 3 playback devices: pcm0 - headphones, pcm1 - line-out, pcm2 - spdif. If in your case line-out is a speaker, then it is your hardware vendor bug that you don't have speaker-to-headphones audio redirection. Read new snd_hda manual to learn more about how to use it better. -- Alexander Motin