From owner-freebsd-current@FreeBSD.ORG Thu Jan 19 06:26:59 2012 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 C66DF1065674; Thu, 19 Jan 2012 06:26:59 +0000 (UTC) (envelope-from mickael.maillot@gmail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4AADA8FC15; Thu, 19 Jan 2012 06:26:58 +0000 (UTC) Received: by qcse1 with SMTP id e1so3159620qcs.13 for ; Wed, 18 Jan 2012 22:26:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=3l80DHuFcGo3PHyWn9SzQSlVJu/ujQqhcsNOSFWf04M=; b=hJdXfqPnjxoYpQytwHriDXSAtqRuNiK5Eu4mzz42rl+6A3Z/jgULI6U1eKj8V+psk4 aJdp/HXdriwDklx66aRlQZkFpECVdGTwVHSVczcUxmaxn7cXmQwPNzC5STT44+Y1GIwL djnCzrqFPLM6I03/vzs8SDEyV0TM0LFnpLg8o= MIME-Version: 1.0 Received: by 10.229.115.21 with SMTP id g21mr9848555qcq.56.1326954418515; Wed, 18 Jan 2012 22:26:58 -0800 (PST) Received: by 10.229.124.11 with HTTP; Wed, 18 Jan 2012 22:26:58 -0800 (PST) In-Reply-To: <4F177979.5010106@FreeBSD.org> References: <4F0DE3FD.2020203@FreeBSD.org> <20120112121853.GC1429@procyon.xvoid.org> <4F0ED8D0.8080403@FreeBSD.org> <4F171D7A.4080003@FreeBSD.org> <4F177979.5010106@FreeBSD.org> Date: Thu, 19 Jan 2012 07:26:58 +0100 Message-ID: From: =?ISO-8859-1?Q?Micka=EBl_Maillot?= To: Alexander Motin Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Yuri Pankov , freebsd-multimedia@freebsd.org, FreeBSD current Subject: Re: [RFT] Major snd_hda rewrite 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: Thu, 19 Jan 2012 06:26:59 -0000 2012/1/19 Alexander Motin > On 01/19/12 00:04, Micka=EBl Maillot wrote: > >> 2012/1/18 Alexander Motin > >> >> >> On 01/16/12 13:26, Micka=EBl Maillot wrote: >> >> it could be realy nice to have nvidia hdmi support first 2 >> channels and >> next 8 channels. >> i have an ION2 platform and i'm open to test everything. >> >> >> I've just committed (http://svn.freebsd.org/__**changeset/base/230312= >> >) >> to head patch >> (http://people.freebsd.org/~__**mav/hda.hdmi.patch >> >), >> significantly >> >> improving HDMI/DisplayPort audio support. Testers, go! :) >> >> >> Thank a lot ! >> >> kernel patched, reboot, and still no sound over hdmi, so i add in my >> loader.conf: >> hint.hdac.1.msi=3D0 >> reboot, and now it works ! so your patch does not disable msi by default >> for my chip. >> i tried AC3, DTS, DTS ES 6.1, and all works fine like on optical output. >> tomorow i'll try 8 channels with DTS HDMA, Dolby TrueHD and LPCM 7.1 (i >> need to recompile xbmc with some changes) >> >> you can find verbose dmesg here: >> http://fneufn.eu/freebsd/**dmesg.verb.htpc.20120118.txt >> > > I don't see there neither controller PCI ID, nor ELD content. Could you > show also `pciconf -lv` and verbose `dmesg` after Xorg start (if this was > before)? > > sorry, i was booting on the wrong kernel ..... here is the good verbose dmesg with ELD: http://fneufn.eu/freebsd/** dmesg.verb.htpc.20120119.txt pciconf -vl with nvidia part: vgapci0@pci0:3:0:0: class=3D0x030000 card=3D0x841f1043 chip=3D0x0a6410d= e rev=3D0xa2 hdr=3D0x00 vendor =3D 'nVidia Corporation' device =3D 'GT218 [ION]' class =3D display subclass =3D VGA hdac1@pci0:3:0:1: class=3D0x040300 card=3D0x841f1043 chip=3D0x0be310d= e rev=3D0xa1 hdr=3D0x00 vendor =3D 'nVidia Corporation' device =3D 'High Definition Audio Controller' class =3D multimedia subclass =3D HDA