Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Oct 2009 14:52:17 +0200
From:      Alexander Motin <mav@FreeBSD.org>
To:        Jakub Lach <jakub_lach@mailplus.pl>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: No sound after update to RC2 from RC1.
Message-ID:  <4AEAE181.1050304@FreeBSD.org>
In-Reply-To: <1256901782.00178420.1256889004@10.7.7.3>
References:  <1256667780.00177464.1256654401@10.7.7.3> <1256865780.00178296.1256852401@10.7.7.3> <1256869384.00178335.1256857801@10.7.7.3> <1256872982.00178351.1256860203@10.7.7.3> <1256901782.00178420.1256889004@10.7.7.3>

next in thread | previous in thread | raw e-mail | index | archive | help
Jakub Lach wrote:
> cpghost wrote:
>> On Thu, Oct 29, 2009 at 04:05:33PM -0700, Jakub Lach wrote:
>>> mav-3 wrote:
>>>> Jakub Lach wrote:
>>>>> Yes, I tried tracing related changes to no avail, furthermore I didn't
>>>>> change 
>>>>> anything related in my configuration.
>>>>>
>>>>> Dmesg gives some insight:
>>>>>
>>>>> hdac0: Tracing association 1 (2)
>>>>> hdac0:  Unable to trace pin 24 to ADC 20, undo traces
>>>>> hdac0:  Pin 24 traced to ADC 21
>>>>> hdac0:  Unable to trace pin 29 to ADC 21, undo traces
>>>>> hdac0: Association 1 (2) trace failed
>>>>>
>>>>> Full dmesg + sndstat
>>>>>
> http://senduit.com/55d199

I don't know how it could work before, as looks like this codec unable
to pass both mics to the same ADC. Also you seems not configured audio
redirection.

I would propose you such configuration with redirection:

hint.hdac.0.cad0.nid22.config="as=1 seq=15"
hint.hdac.0.cad0.nid24.config="as=3"
hint.hdac.0.cad0.nid26.config="as=1"
hint.hdac.0.cad0.nid29.config="as=2"

or such with two separate pcm devices:

hint.hdac.0.cad0.nid22.config="as=3"
hint.hdac.0.cad0.nid24.config="as=4"
hint.hdac.0.cad0.nid26.config="as=1"
hint.hdac.0.cad0.nid29.config="as=2"

-- 
Alexander Motin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4AEAE181.1050304>