Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [DE] Intel Alder Lake PCH-P Audiodriver lädt nicht  (Read 3177 times)

Offline gnasch

  • User
  • Posts: 63
[DE] Intel Alder Lake PCH-P Audiodriver lädt nicht
« on: 2022/09/03, 19:57:37 »
Der Audio Driver lädt nicht, es erscheint nur das dummy-device.

Code: [Select]
cg@JugIdeaPad:~$ inxi -AS
System:
  Host: JugIdeaPad Kernel: 5.19.5-2-siduction-amd64 x86_64 bits: 64
    Desktop: KDE Plasma 5.25.4
    Distro: siduction 21.3.0 Wintersky - kde - (202112231751)
Audio:
  Device-1: Intel Alder Lake PCH-P High Definition Audio driver: N/A
  Sound Server-1: ALSA v: k5.19.5-2-siduction-amd64 running: yes
  Sound Server-2: PipeWire v: 0.3.56 running: yes
cg@JugIdeaPad:~$

Fehlermeldung:

Code: [Select]
cg@JugIdeaPad:~$ dmesg |grep sof
[    0.880651] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.880653] software IO TLB: mapped [mem 0x000000004a4fa000-0x000000004e4fa000] (64MB)
[    3.618131] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
[    3.618141] sof-audio-pci-intel-tgl 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
[    3.618151] sof-audio-pci-intel-tgl 0000:00:1f.3: enabling device (0000 -> 0002)
[    3.618311] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100
[    3.620518] sof-audio-pci-intel-tgl 0000:00:1f.3: use msi interrupt mode
[    3.624936] sof-audio-pci-intel-tgl 0000:00:1f.3: warning: No matching ASoC machine driver found
[    3.624940] sof-audio-pci-intel-tgl 0000:00:1f.3: error: no matching ASoC machine driver found - aborting probe
[    3.624942] sof-audio-pci-intel-tgl 0000:00:1f.3: error: failed to get machine info -19
cg@JugIdeaP

diese Module sind geladen:

Code: [Select]
g@JugIdeaPad:~$ lsmod |grep snd
snd_seq_dummy          16384  0
snd_hrtimer            16384  1
snd_seq                73728  7 snd_seq_dummy
snd_seq_device         16384  1 snd_seq
snd_soc_dmic           16384  0
snd_sof_pci_intel_tgl    16384  0
snd_sof_intel_hda_common    81920  1 snd_sof_pci_intel_tgl
snd_sof_pci            20480  2 snd_sof_intel_hda_common,snd_sof_pci_intel_tgl
snd_sof               147456  2 snd_sof_pci,snd_sof_intel_hda_common
snd_sof_utils          16384  1 snd_sof
snd_sof_xtensa_dsp     16384  1 snd_sof_intel_hda_common
snd_soc_acpi_intel_match    57344  1 snd_sof_pci_intel_tgl
snd_soc_acpi           16384  2 snd_soc_acpi_intel_match,snd_sof_intel_hda_common
snd_soc_core          229376  2 snd_sof,snd_soc_dmic
snd_compress           20480  1 snd_soc_core
snd_pcm_dmaengine      16384  1 snd_soc_core
ac97_bus               16384  1 snd_soc_core
snd_hda_intel          36864  0
snd_intel_dspcfg       28672  2 snd_hda_intel,snd_sof_intel_hda_common
snd_hda_codec         122880  1 snd_hda_intel
snd_hda_core           69632  2 snd_hda_intel,snd_hda_codec
snd_hwdep              16384  1 snd_hda_codec
snd_pcm               126976  9 snd_hda_intel,snd_hda_codec,snd_sof,snd_sof_intel_hda_common,snd_compress,snd_soc_core,snd_sof_utils,snd_hda_core,snd_pcm_dmaengine
snd_timer              32768  3 snd_seq,snd_hrtimer,snd_pcm
snd                    90112  12 snd_seq,snd_seq_device,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_sof,snd_timer,snd_compress,snd_soc_core,snd_pcm
soundcore              16384  1 snd
cg@JugIdeaPad:~$ lsmod |grep sof
snd_sof_pci_intel_tgl    16384  0
snd_sof_intel_hda_common    81920  1 snd_sof_pci_intel_tgl
snd_sof_pci            20480  2 snd_sof_intel_hda_common,snd_sof_pci_intel_tgl
snd_sof               147456  2 snd_sof_pci,snd_sof_intel_hda_common
snd_sof_utils          16384  1 snd_sof
snd_sof_xtensa_dsp     16384  1 snd_sof_intel_hda_common
snd_soc_acpi_intel_match    57344  1 snd_sof_pci_intel_tgl
snd_soc_acpi           16384  2 snd_soc_acpi_intel_match,snd_sof_intel_hda_common
snd_soc_core          229376  2 snd_sof,snd_soc_dmic
snd_intel_dspcfg       28672  2 snd_hda_intel,snd_sof_intel_hda_common
snd_pcm               126976  9 snd_hda_intel,snd_hda_codec,snd_sof,snd_sof_intel_hda_common,snd_compress,snd_soc_core,snd_sof_utils,snd_hda_core,snd_pcm_dmaengine
snd                    90112  12 snd_seq,snd_seq_device,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_sof,snd_timer,snd_compress,snd_soc_core,snd_pcm
cg@JugIdeaPad:~$

Alsa-Information unter: http://alsa-project.org/db/?f=c6ead83e0d1015f3e9c025551b59d234cb6dbb05

Code: [Select]
cg@JugIdeaPad:~$ lspci
00:00.0 Host bridge: Intel Corporation Device 4601 (rev 04)
00:02.0 VGA compatible controller: Intel Corporation Alder Lake-UP3 GT2 [Iris Xe Graphics] (rev 0c)
00:04.0 Signal processing controller: Intel Corporation Alder Lake Innovation Platform Framework Processor Participant (rev 04)
00:06.0 PCI bridge: Intel Corporation 12th Gen Core Processor PCI Express x4 Controller #0 (rev 04)
00:07.0 PCI bridge: Intel Corporation Alder Lake-P Thunderbolt 4 PCI Express Root Port #0 (rev 04)
00:08.0 System peripheral: Intel Corporation 12th Gen Core Processor Gaussian & Neural Accelerator (rev 04)
00:0d.0 USB controller: Intel Corporation Alder Lake-P Thunderbolt 4 USB Controller (rev 04)
00:0d.2 USB controller: Intel Corporation Alder Lake-P Thunderbolt 4 NHI #0 (rev 04)
00:12.0 Serial controller: Intel Corporation Device 51fc (rev 01)
00:14.0 USB controller: Intel Corporation Alder Lake PCH USB 3.2 xHCI Host Controller (rev 01)
00:14.2 RAM memory: Intel Corporation Alder Lake PCH Shared SRAM (rev 01)
00:15.0 Serial bus controller: Intel Corporation Alder Lake PCH Serial IO I2C Controller #0 (rev 01)
00:15.1 Serial bus controller: Intel Corporation Alder Lake PCH Serial IO I2C Controller #1 (rev 01)
00:16.0 Communication controller: Intel Corporation Alder Lake PCH HECI Controller (rev 01)
00:1d.0 PCI bridge: Intel Corporation Device 51b1 (rev 01)
00:1d.3 PCI bridge: Intel Corporation Device 51b3 (rev 01)
00:1f.0 ISA bridge: Intel Corporation Alder Lake PCH eSPI Controller (rev 01)
00:1f.3 Multimedia audio controller: Intel Corporation Alder Lake PCH-P High Definition Audio Controller (rev 01)
00:1f.4 SMBus: Intel Corporation Alder Lake PCH-P SMBus Host Controller (rev 01)
00:1f.5 Serial bus controller: Intel Corporation Alder Lake-P PCH SPI Controller (rev 01)
01:00.0 Non-Volatile memory controller: Micron Technology Inc Device 5404 (rev 03)
2c:00.0 SD Host controller: O2 Micro, Inc. SD/MMC Card Reader Controller (rev 01)
2d:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8822CE 802.11ac PCIe Wireless Network Adapter
cg@JugIdeaPad:~$

Offline towo

  • Administrator
  • User
  • *****
  • Posts: 2.920
Re: Intel Alder Lake PCH-P Audiodriver lädt nicht
« Reply #1 on: 2022/09/03, 20:03:06 »
firmware-sof-signed

Installiert?
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

Offline gnasch

  • User
  • Posts: 63
Re: Intel Alder Lake PCH-P Audiodriver lädt nicht
« Reply #2 on: 2022/09/03, 20:20:02 »
Ja, ist installiert:

Code: [Select]
cg@JugIdeaPad:~$ apt-cache policy firmware-sof-signed
firmware-sof-signed:
  Installiert:           2.1.1-1
  Installationskandidat: 2.1.1-1
  Versionstabelle:
 *** 2.1.1-1 500
        500 https://deb.debian.org/debian unstable/non-free amd64 Packages
        100 /var/lib/dpkg/status
cg@JugIdeaPad:~$

Offline gnasch

  • User
  • Posts: 63