Hi I’ve installed endeavour os gnome on a lunarlake lenovo yoga slim 7i. It seems like the audio is not working. If I do inxi -A
Audio: Device-1: Intel Lunar Lake-M HD Audio driver: sof-audio-pci-intel-lnl API: ALSA v: k6.13.7-arch1-1 status: kernel-api Server-1: PipeWire v: 1.4.1 status: active
This shows up. Any solutions?
Read on another forum:
> systemctl --user --now enable wireplumber
Hi, I just got the same laptop (14ILL10). Same output on inxi -A
.
aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: sofsoundwire [sof-soundwire], device 0: Jack Out (*) []
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: sofsoundwire [sof-soundwire], device 2: Speaker (*) []
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: sofsoundwire [sof-soundwire], device 5: HDMI1 (*) []
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: sofsoundwire [sof-soundwire], device 6: HDMI2 (*) []
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: sofsoundwire [sof-soundwire], device 7: HDMI3 (*) []
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: sofsoundwire [sof-soundwire], device 31: Deepbuffer Jack Out (*) []
Subdevices: 1/1
Subdevice #0: subdevice #0
I also tried installing linux-firmware-git
and lts and zen and mainline kernels, but the audio is not working with either. (mainline breaks wifi even) (also, bluetooth is not working on any of them)
@Sboykorea have you made any progress in the last days? Appreciate any hints, thank you!
Seems to be a general issue on Arch currently, according to this.
There is also an thread on the Arch Linux forum which might be worth following.
You could try to install alsa-lib, which is an alternative to the regular alsa implementation and includes the ALSA Use Case Manager configuration (and topologies) as a dependency which seems to have fixed the audio issues, at least on the 15" variant of the Yoga Slim 7 (15ILL9), according to this resolved issue over on github.
Hi @1093i3511 , thanks for your research, I didn’t look into the sof project repo, but that is exactly where the suggested fix you found worked for me. <3
In short, yay -Syu linux-firmware-git alsa-ucm-conf-git
should solve the problem.
To skip building linux-firmware-git
locally, I also included garuda’s chaotic aur as the lowest priority pacman source.
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.