From owner-freebsd-multimedia@FreeBSD.ORG Wed Nov 12 16:08:10 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 D14ED1065679 for ; Wed, 12 Nov 2008 16:08:10 +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 56E7E8FC0C for ; Wed, 12 Nov 2008 16:08:09 +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.2.9) with ESMTPA id 227673358; Wed, 12 Nov 2008 18:08:09 +0200 Message-ID: <491AFF68.9080104@FreeBSD.org> Date: Wed, 12 Nov 2008 18:08:08 +0200 From: Alexander Motin User-Agent: Thunderbird 2.0.0.14 (X11/20080612) MIME-Version: 1.0 To: Andriy Gapon References: <4910CD23.9090902@icyb.net.ua> <491162E9.4020400@FreeBSD.org> <4911AA93.9050603@icyb.net.ua> <4911B9FE.6000505@FreeBSD.org> <4912E1A5.6040206@icyb.net.ua> <491AEB24.8030109@icyb.net.ua> In-Reply-To: <491AEB24.8030109@icyb.net.ua> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@FreeBSD.org Subject: Re: Intel 82801I hda, STAC9271D codec: problem(s) 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: Wed, 12 Nov 2008 16:08:10 -0000 Andriy Gapon wrote: > on 06/11/2008 14:23 Andriy Gapon said the following: >> on 05/11/2008 17:21 Alexander Motin said the following: >>> There are really much possibilities, but you should first answer two >>> questions: what do you want to have and what your hardware can do? >>> >>> Some examples of possible configurations provided in man page, but you >>> may want to invent something more customized. The main hardware feature >>> you should test - is a jack presence detection. More info about your >>> codec organization you may get from diagram on page 35 of codec >>> datasheet: http://www.idt.com/products/getDoc.cfm?docID=18451989 >> Thanks for the pointers/hints. I will play with HDA configuration if it >> is still necessary after BIOS upgrade. > > I performed the upgrade, here's new verbose dmesg: > http://www.icyb.net.ua/~avg/hda.newest.dmesg.gz > > Now HDA behaves more reasonable, quite close to what you predicted: pcm0 > provides both playback and recording through rear jacks. Playback > through front still doesn't work, recording through front isn't tested, > but I don't expect much changes. I haven't tested pcm1 usage either. Now I see that pcm0 includes all analog playback and recording. The only problem is that your case front connectors does not report jeck insertion, so audio never switched there. You may try to add hint.hdac.0.cad2.nid10.config="misc 1" to give driver hint that jack sensing is not supported. I expect it should give you headphones connector working all the time. -- Alexander Motin