[Bug 281311] [sound][snd_hda] hdac0: Command 0x20373000 timeout on address 2

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 09 Sep 2024 11:08:54 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281311

--- Comment #5 from Dmitry Lukhtionov <dmitryluhtionov@gmail.com> ---
in my sysctl
hw.snd.default_unit: 0

hdac0: <Intel Gemini Lake HDA Controller> mem
0xa1310000-0xa1313fff,0xa1000000-0xa10fffff irq 25 at device 14.0 on pci0
hdacc0: <Realtek ALC256 HDA CODEC> at cad 0 on hdac0
hdaa0: <Realtek ALC256 Audio Function Group> at nid 1 on hdacc0
pcm0: <Realtek ALC256 (Internal Analog)> at nid 20 and 18 on hdaa0
pcm1: <Realtek ALC256 (Front Analog Headphones)> at nid 33 on hdaa0
hdacc1: <Intel Gemini Lake HDA CODEC> at cad 2 on hdac0
hdaa1: <Intel Gemini Lake Audio Function Group> at nid 1 on hdacc1
pcm2: <Intel Gemini Lake (HDMI/DP 8ch)> at nid 3 on hdaa1


cad 0 - codec on motherboard
cad 2 - codec on video card

hdac0: Command 0x20373100 timeout on address 2 - attempt to write to `cad 2`

PARTIALLY SOLVED:
put 
hint.hdacc.1.disabled="1"
into device.hints

Sound became play, but very silent

-- 
You are receiving this mail because:
You are the assignee for the bug.