-
Notifications
You must be signed in to change notification settings - Fork 322
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]Intel Corporation Tiger Lake not start #9341
Comments
You deleted the https://github.com/thesofproject/sof/blob/main/.github/ISSUE_TEMPLATE/bug_report.md issue template entirely and provided zero system and version information. This means no one can help you. |
Looks like some kernels have a bad patch that mangles the widget names, e.g. "BUF31.1@p\x1a\x06", we had a similar issue in #9339 (comment) Yeah, at minimum we need to know what Linux kernel/distro is used. please attach the log of 'alsa-info' |
uname -a Nixos distro |
This looks indeed like the same version as in #9339. Can you try downgrading or upgrading your kernel and test again? |
you are right, I update the kernel and everything is right |
Describe the bug
dmesg | grep -E 'sof-|snd|error'
[ 1876.586748] hp_wmi: query 0x4 returned error 0x5
[ 1876.595377] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
[ 1876.599773] snd_hda_intel 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
[ 1876.969520] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
[ 1876.969539] sof-audio-pci-intel-tgl 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
[ 1876.969551] sof-audio-pci-intel-tgl 0000:00:1f.3: enabling device (0000 -> 0002)
[ 1876.969731] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100
[ 1878.120935] sof-audio-pci-intel-tgl 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 1879.300889] sof-audio-pci-intel-tgl 0000:00:1f.3: use msi interrupt mode
[ 1879.357736] sof-audio-pci-intel-tgl 0000:00:1f.3: hda codecs found, mask 5
[ 1879.357741] sof-audio-pci-intel-tgl 0000:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
[ 1879.357744] sof-audio-pci-intel-tgl 0000:00:1f.3: DMICs detected in NHLT tables: 2
[ 1879.360077] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:2:0-57864
[ 1879.360079] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
[ 1879.360084] sof-audio-pci-intel-tgl 0000:00:1f.3: unknown sof_ext_man header type 3 size 0x30
[ 1879.476406] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:2:0-57864
[ 1879.476409] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
[ 1879.483843] sof-audio-pci-intel-tgl 0000:00:1f.3: Topology: ABI 3:22:1 Kernel ABI 3:23:0
[ 1879.483958] sof-audio-pci-intel-tgl 0000:00:1f.3: error: source BUF31.1@p\x1a\x06 not found
[ 1879.484042] sof-audio-pci-intel-tgl 0000:00:1f.3: error: tplg component load failed -22
[ 1879.484055] sof-audio-pci-intel-tgl 0000:00:1f.3: error: failed to load DSP topology -22
[ 1879.484066] sof-audio-pci-intel-tgl 0000:00:1f.3: ASoC: error at snd_soc_component_probe on 0000:00:1f.3: -22
[ 1879.484133] skl_hda_dsp_generic: probe of skl_hda_dsp_generic failed with error -22
The text was updated successfully, but these errors were encountered: