From owner-freebsd-multimedia@FreeBSD.ORG Sun Sep 21 20:41:04 2008 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 58AA2106566B; Sun, 21 Sep 2008 20:41:04 +0000 (UTC) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from mail-gw0.york.ac.uk (mail-gw0.york.ac.uk [144.32.128.245]) by mx1.freebsd.org (Postfix) with ESMTP id DD4F88FC16; Sun, 21 Sep 2008 20:41:03 +0000 (UTC) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from mail-gw6.york.ac.uk (mail-gw6.york.ac.uk [144.32.129.26]) by mail-gw0.york.ac.uk (8.13.6/8.13.6) with ESMTP id m8LKAQfp009323; Sun, 21 Sep 2008 21:10:26 +0100 (BST) Received: from ury.york.ac.uk ([144.32.108.81]) by mail-gw6.york.ac.uk with esmtps (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1KhVGE-0001ZK-Nc; Sun, 21 Sep 2008 21:10:26 +0100 Received: from ury.york.ac.uk (localhost.york.ac.uk [127.0.0.1]) by ury.york.ac.uk (8.14.2/8.14.2) with ESMTP id m8LKAQpn064749; Sun, 21 Sep 2008 21:10:26 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from localhost (gavin@localhost) by ury.york.ac.uk (8.14.2/8.14.2/Submit) with ESMTP id m8LKAQHI064746; Sun, 21 Sep 2008 21:10:26 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) X-Authentication-Warning: ury.york.ac.uk: gavin owned process doing -bs Date: Sun, 21 Sep 2008 21:10:26 +0100 (BST) From: Gavin Atkinson X-X-Sender: gavin@ury.york.ac.uk To: Alexander Motin In-Reply-To: <48D22B47.7080806@FreeBSD.org> Message-ID: <20080921210813.O31429@ury.york.ac.uk> References: <1220628355.99079.31.camel@buffy.york.ac.uk> <48C19944.1090005@FreeBSD.org> <1221730340.19986.15.camel@buffy.york.ac.uk> <48D22B47.7080806@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-York-MailScanner: Found to be clean X-York-MailScanner-From: gavin.atkinson@ury.york.ac.uk Cc: freebsd-multimedia@FreeBSD.org, Gavin Atkinson Subject: Re: HDA patch 20080903 experience 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: Sun, 21 Sep 2008 20:41:04 -0000 On Thu, 18 Sep 2008, Alexander Motin wrote: > Gavin Atkinson wrote: >>>> I also cannot get sound from the internal CD ROM drive, but this didn't >>>> work with the old HDA driver either. Is this something that can be made >>>> to work somehow? >>> Your system vendor does not declare CD pin in codec configuration. But >>> it is still possible that it is present on usual for this codec place. >>> You may try to declare it with such device hint: >>> hint.hdac.0.cad0.nid28.config="as=2 seq=1 device=CD" >> I haven't managed to find the correct way to do this yet. Even with the >> above hint in place, the output of dev.hdac.0.pindump shows them as >> [DISABLED], is that correct? > No. Try that way: > hint.hdac.0.cad0.nid28.config="as=2 seq=1 device=CD conn=Fixed" That gets rid of the [DISABLED], but I still get no audio from the CD ROM drive. I'm guessing that it is just not wired, and that Windows plays CDs through reading the audio from the disk? Thanks anyway. Gavin