From owner-freebsd-current@FreeBSD.ORG Mon Dec 22 19:49:38 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 C2B3A1065673 for ; Mon, 22 Dec 2008 19:49:38 +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 C70FF8FC22 for ; Mon, 22 Dec 2008 19:49:37 +0000 (UTC) (envelope-from mav@FreeBSD.org) X-Spam-Flag: SKIP X-Spam-Yversion: Spamooborona-2.1.0 Received: from [212.86.226.226] (account mav@alkar.net HELO mavbook.mavhome.dp.ua) by cmail.optima.ua (CommuniGate Pro SMTP 5.2.9) with ESMTPSA id 230354805; Mon, 22 Dec 2008 20:49:36 +0200 Message-ID: <494FE13F.6050107@FreeBSD.org> Date: Mon, 22 Dec 2008 20:49:35 +0200 From: Alexander Motin User-Agent: Thunderbird 2.0.0.17 (X11/20081029) MIME-Version: 1.0 To: Damian Gerow References: In-Reply-To: Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD-Current Subject: Re: No sound from snd_hda 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: Mon, 22 Dec 2008 19:49:38 -0000 Damian Gerow wrote: > I've got an Intel HDA device that is sort-of detected, but I get no sound > from it: > > ----- > FreeBSD Audio Driver (newpcm: 64bit 2007061600/amd64) > Installed devices: > pcm0: at cad 0 nid 1 on hdac0 kld snd_hda [MPSAFE] (1p:1v/1r:1v channels duplex default) > pcm1: at cad 0 nid 1 on hdac0 kld snd_hda [MPSAFE] (1p:1v/1r:1v channels duplex) > ----- > > The same device looked almost exactly the same on a 7.1-BETA build, but I > actually had audio output. > > I've checked the mixer device, tried muting and unmuting various channels, > all to no avail. The audio devices are created, and every program I've > tried opens them successfully, but I get no actual sound. > > I've tried searching around, but I haven't been able to turn anything up. > Is there something I'm missing? Something I should be doing that I'm not? You are missing new snd_hda man page reading. RTFM. :) 1) Read new man page; 2) Driver provides you two pcm devices for different purposes, so try to use both (as man page recommends); 3) If your system has several audio connectors - try all of them, they are not equal any more. 4) Boot with verbose logs enabled to get much more information about your codec and driver operation (as man page recommends); 5) Connexant audio codecs are rare, so send your verbose output to me, I would like to see it. -- Alexander Motin