Hello. I've lost sound. Dmesg content: hdac0: HDA Driver Revision: 20090624_0136 hdac0: [ITHREAD] Starting default moused . mixer: unknown device: mic (or ogain) hdac0: HDA Codec #0: Conexant CX20561 (Hermosa) pcm0: <HDA Conexant CX20561 (Hermosa) PCM #0 Analog> at cad 0 nid 1 on hdac0 It was previously working with such device.hints: hint.hdac.0.cad0.nid22.config="as=1" hint.hdac.0.cad0.nid26.config="as=1 seq=1" hint.hdac.0.cad0.nid24.config="as=2" hint.hdac.0.cad0.nid29.config="as=2 seq=1" + sysctl.conf dev.pcm.0.play.vchans=0 dev.pcm.0.bitperfect=1 -best regards, Jakub Lach -- View this message in context: http://www.nabble.com/No-sound-after-update-to-RC2-from-RC1.-tp26078773p26078773.html Sent from the freebsd-stable mailing list archive at Nabble.com.
Jakub Lach wrote:> I've lost sound. Dmesg content: > > hdac0: HDA Driver Revision: 20090624_0136 > hdac0: [ITHREAD] > > Starting default moused > . > mixer: > unknown device: mic > (or ogain) > > hdac0: HDA Codec #0: Conexant CX20561 (Hermosa) > pcm0: <HDA Conexant CX20561 (Hermosa) PCM #0 Analog> at cad 0 nid 1 on hdac0 > > It was previously working with such device.hints: > > hint.hdac.0.cad0.nid22.config="as=1" > hint.hdac.0.cad0.nid26.config="as=1 seq=1" > hint.hdac.0.cad0.nid24.config="as=2" > hint.hdac.0.cad0.nid29.config="as=2 seq=1" > > + sysctl.conf > > dev.pcm.0.play.vchans=0 > dev.pcm.0.bitperfect=1There was no any changes in snd_hda for last two month in RELENG_8 branch. Show me full verbose boot messages and `cat /dev/sndstat`. -- Alexander Motin
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/8fdabeIt tells that file has expired. -- Alexander Motin
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/55d199I 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