You are not logged in.
Pages: 1
I have tried on both Hyprland and Plasma and have installed all the recommended audio libraries, however my laptops internal speaker is not being detected.
My laptop is a Dell Inspiron 14 7420 2-in-1 that I am dual booting Arch with Windows on. The speaker works fine in windows.
Last edited by pythoncat1 (2024-02-01 20:06:09)
Offline
Post
aplay -lL
pactl list cards
pactl list sinks
sudo journalctl -b
Offline
Here is the output:
https://pastebin.com/S8ETUd2i
Offline
That's only the last one, but also the most important one
Feb 01 06:04:15 ArchLinuxKDE kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: hda codecs found, mask 5
Feb 01 06:04:15 ArchLinuxKDE kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
Feb 01 06:04:15 ArchLinuxKDE kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DMICs detected in NHLT tables: 2
Feb 01 06:04:15 ArchLinuxKDE kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Direct firmware load for intel/sof/sof-adl.ri failed with error -2
Feb 01 06:04:15 ArchLinuxKDE kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: error: sof firmware file is missing, you might need to
Feb 01 06:04:15 ArchLinuxKDE kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: download it from https://github.com/thesofproject/sof-bin/
Feb 01 06:04:15 ArchLinuxKDE kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: error: failed to load DSP firmware -2
Feb 01 06:04:15 ArchLinuxKDE kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: error: sof_probe_work failed err: -2
Install the sof-firmware package
Not directly related but also not likely to be what you want, disable dhcpcd if you're using NetworkManager with it's internal dhcp client.
Offline
Thanks that worked! I also followed your tip!
Offline
Pages: 1