Hello, I would like to report an audio bring-up issue on an LG laptop with Intel Panther Lake.
System information:
- Laptop: LG Electronics 16Z90U-H.AU87U1 / 16Z90U
- DMI:
LG Electronics 16Z90U-H.AU87U1/16Z90U
- BIOS:
P1ZK3090 X64 03/06/2026
- SKU:
EVO
- Distro: Fedora Linux 44 Workstation
- Kernel:
7.1.1-300.fc44.x86_64
Audio information:
- PCI audio device:
Intel Corporation Device [8086:e428]
- PCI subsystem:
LG Electronics, Inc. Device [1854:0567]
- Driver:
sof-audio-pci-intel-ptl
- SoundWire codecs detected in kernel modules/logs:
rt712-sdca, rt1320
Problem:
No sound card is created, so there is no internal speaker output and no ALSA playback device to test.
aplay -l
aplay: device_list:279: no soundcards found...
/sys/class/sound
inxi -A
Audio:
Device-1: Intel driver sof-audio-pci-intel-ptl
API: ALSA v: k7.1.1-300.fc44.x86_64 status: kernel-api
Relevant lspci -nnk entry:
00:1f.3 Multimedia audio controller [0401]: Intel Corporation Device [8086:e428] (rev 01)
Subsystem: LG Electronics, Inc. Device [1854:0567]
Kernel driver in use: sof-audio-pci-intel-ptl
Kernel modules: snd_sof_pci_intel_ptl, snd_hda_intel
Relevant kernel log:
sof-audio-pci-intel-ptl 0000:00:1f.3: enabling device (0000 -> 0002)
sof-audio-pci-intel-ptl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100
sof-audio-pci-intel-ptl 0000:00:1f.3: bound 0000:00:02.0 (ops intel_audio_component_bind_ops [xe])
sof-audio-pci-intel-ptl 0000:00:1f.3: use msi interrupt mode
sof-audio-pci-intel-ptl 0000:00:1f.3: hda codecs found, mask 4
sof-audio-pci-intel-ptl 0000:00:1f.3: NHLT device BT(0) detected, ssp_mask 0x4
sof-audio-pci-intel-ptl 0000:00:1f.3: BT link detected in NHLT tables: 0x4
sof-audio-pci-intel-ptl 0000:00:1f.3: DMICs detected in NHLT tables: 2
rt712-sdca sdw:0:3:025d:0713:01: rt712_sdca_io_init RT712 VB detected but no SMART_MIC function exposed in ACPI
sof-audio-pci-intel-ptl 0000:00:1f.3: SOF firmware and/or topology file not found.
sof-audio-pci-intel-ptl 0000:00:1f.3: Supported default profiles
sof-audio-pci-intel-ptl 0000:00:1f.3: - ipc type 1 (Requested):
sof-audio-pci-intel-ptl 0000:00:1f.3: Firmware file: intel/sof-ipc4/ptl/sof-ptl.ri
sof-audio-pci-intel-ptl 0000:00:1f.3: Topology file: intel/sof-ipc4-tplg/sof-ptl-rt713-l3-rt1320-l1-2ch.tplg
sof-audio-pci-intel-ptl 0000:00:1f.3: Check if you have 'sof-firmware' package installed.
sof-audio-pci-intel-ptl 0000:00:1f.3: Optionally it can be manually downloaded from:
sof-audio-pci-intel-ptl 0000:00:1f.3: https://github.com/thesofproject/sof-bin/
sof-audio-pci-intel-ptl 0000:00:1f.3: error: sof_probe_work failed err: -2
Firmware/topology note:
Fedora provides the SOF files through alsa-sof-firmware, not a package named sof-firmware. The installed package is:
alsa-sof-firmware-2025.12.2-1.fc44.noarch
/lib/firmware/intel/sof-ipc4/ptl/ contains the requested PTL firmware as a compressed root-level file, and also under community/ and intel-signed/, for example:
/lib/firmware/intel/sof-ipc4/ptl/sof-ptl.ri.xz
/lib/firmware/intel/sof-ipc4/ptl/community/sof-ptl.ri.xz
/lib/firmware/intel/sof-ipc4/ptl/intel-signed/sof-ptl.ri.xz
There are also several PTL topology files installed by alsa-sof-firmware, but I do not see the exact topology requested by the kernel:
intel/sof-ipc4-tplg/sof-ptl-rt713-l3-rt1320-l1-2ch.tplg
Related files I do see include:
/lib/firmware/intel/sof-ipc4-tplg/sof-ptl-rt713-l3-rt1320-l12.tplg.xz
/lib/firmware/intel/sof-ipc4-tplg/sof-ptl-rt713-l2-rt1320-l13.tplg.xz
/lib/firmware/intel/sof-ipc4-tplg/sof-ptl-rt712-l3-rt1320-l2.tplg.xz
/lib/firmware/intel/sof-ipc4-tplg/sof-ptl-rt712-l2-rt1320-l1.tplg.xz
This looks like the machine driver is selecting a topology name that is not present in the installed firmware/topology set, or this LG model needs a different topology mapping/quirk.
Please let me know if there are additional logs or ACPI dumps that would help.
Hello, I would like to report an audio bring-up issue on an LG laptop with Intel Panther Lake.
System information:
LG Electronics 16Z90U-H.AU87U1/16Z90UP1ZK3090 X64 03/06/2026EVO7.1.1-300.fc44.x86_64Audio information:
Intel Corporation Device [8086:e428]LG Electronics, Inc. Device [1854:0567]sof-audio-pci-intel-ptlrt712-sdca,rt1320Problem:
No sound card is created, so there is no internal speaker output and no ALSA playback device to test.
aplay -l/sys/class/soundinxi -ARelevant
lspci -nnkentry:Relevant kernel log:
Firmware/topology note:
Fedora provides the SOF files through
alsa-sof-firmware, not a package namedsof-firmware. The installed package is:/lib/firmware/intel/sof-ipc4/ptl/contains the requested PTL firmware as a compressed root-level file, and also undercommunity/andintel-signed/, for example:There are also several PTL topology files installed by
alsa-sof-firmware, but I do not see the exact topology requested by the kernel:Related files I do see include:
This looks like the machine driver is selecting a topology name that is not present in the installed firmware/topology set, or this LG model needs a different topology mapping/quirk.
Please let me know if there are additional logs or ACPI dumps that would help.