Closed ghost closed 3 years ago
Also experiencing loss of sound since going from 1.6.1 to 1.7. More details can be found here
Happens to me too. Just downgraded back to 1.6.1 and everything works again. Upgrading to 1.7 breaks all audio and the only detected sound card is "Dummy Output".
Edit: I'm on Dell Inspiron 5490. lspci | grep audio
outputs this-
00:1f.3 Multimedia audio controller: Intel Corporation Comet Lake PCH-LP cAVS
Same here, Arch with 5.11.11 kernel on Thinkpad Carbon X1 7th gen
$ journalctl -b -1 | grep sof-audio-pci
Apr 07 10:10:35 stonefly kernel: sof-audio-pci 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
Apr 07 10:10:35 stonefly kernel: sof-audio-pci 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
Apr 07 10:10:35 stonefly kernel: sof-audio-pci 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040380
Apr 07 10:10:36 stonefly kernel: sof-audio-pci 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Apr 07 10:10:36 stonefly kernel: sof-audio-pci 0000:00:1f.3: use msi interrupt mode
Apr 07 10:10:36 stonefly kernel: sof-audio-pci 0000:00:1f.3: hda codecs found, mask 5
Apr 07 10:10:36 stonefly kernel: sof-audio-pci 0000:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
Apr 07 10:10:36 stonefly kernel: sof-audio-pci 0000:00:1f.3: DMICs detected in NHLT tables: 4
Apr 07 10:10:36 stonefly kernel: sof-audio-pci 0000:00:1f.3: Direct firmware load for intel/sof/sof-cnl.ri failed with error -2
Apr 07 10:10:36 stonefly kernel: sof-audio-pci 0000:00:1f.3: error: request firmware intel/sof/sof-cnl.ri failed err: -2
Apr 07 10:10:36 stonefly kernel: sof-audio-pci 0000:00:1f.3: error: failed to load DSP firmware -2
Apr 07 10:10:36 stonefly kernel: sof-audio-pci 0000:00:1f.3: error: sof_probe_work failed err: -2
Downgrade helped.
lspci | grep -i audio
00:1f.3 Audio device: Intel Corporation Cannon Point-LP High Definition Audio Controller (rev 11)
Adding snd_hda_intel.dmic_detect=0
to the kernel parameters also fixed this without downgrading for me on Arch 5.11.11, Lenovo Yoga 7i.
This looks like a downstream packaging bug; please close.
same story but on Lenovo X1 Carbon Gen 8
# lspci | grep audio
00:1f.3 Audio device: Intel Corporation Comet Lake PCH-LP cAVS
Downgrading to 1.6.x helped.
This looks like a downstream packaging bug; please close.
Looks like you're right. I wasn't sure how to confirm this myself at first since I had no idea how to install this directly from github. All there is under deployment is a todo.
For reference, here is the downstream bug report: https://bugs.archlinux.org/task/70327
Adding
snd_hda_intel.dmic_detect=0
to the kernel parameters also fixed this without downgrading for me on Arch 5.11.11, Lenovo Yoga 7i.
it also removes support for your microphones. Not so good.
Describe the bug
Unable to set my laptop's internal speakers or headphone jack as an output because they are not being recognized by ASLA.
To Reproduce
No steps to reproduce. Audio device is not recognized immediately after boot.
Reproduction Rate
100%
Expected behavior
I expected to be able to output audio to my laptop's internal speakers or headphone jack and be able to control the output with something like
alsamixer
.Impact
Not able to hear anything (unless plugging in an external USB audio device).
Environment
Apologies in advance. I'm unsure of how to answer this part. I am basically using the default Arch Linux kernel (5.11.11-arch1-1), and I am not sure which branches it is based off (the kernel and its modules). Also, I am not sure what a topology file is or what platform means in this context. I think platform is Whiskey Lake?
1) Branch name and commit hash of the 2 repositories: sof (firmware/topology) and linux (kernel driver).
Screenshots or console output
Here is
alsa-info.sh
output:After upgrade:
After downgrading back to 1.6.1:
Tell me if more information is needed (and where to get it from).