From owner-freebsd-multimedia@FreeBSD.ORG Thu Sep 18 10:19:53 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 9FA46106567B; Thu, 18 Sep 2008 10:19:53 +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 F0F1C8FC0A; Thu, 18 Sep 2008 10:19:52 +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 221201866; Thu, 18 Sep 2008 13:19:52 +0300 Message-ID: <48D22B47.7080806@FreeBSD.org> Date: Thu, 18 Sep 2008 13:19:51 +0300 From: Alexander Motin User-Agent: Thunderbird 2.0.0.14 (X11/20080612) MIME-Version: 1.0 To: Gavin Atkinson References: <1220628355.99079.31.camel@buffy.york.ac.uk> <48C19944.1090005@FreeBSD.org> <1221730340.19986.15.camel@buffy.york.ac.uk> In-Reply-To: <1221730340.19986.15.camel@buffy.york.ac.uk> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@FreeBSD.org 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: Thu, 18 Sep 2008 10:19:53 -0000 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" >> If you also have any other audio connectors on your notebook not >> detected by driver, you may try to add alike hints for other disabled pins. >> Tell me please if you succeed with this to make a permanent quirk. > > 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" -- Alexander Motin