** Description changed:
The microphone on my DELL Precision 5690 doesn't work after upgrading to
the Linux image 6.11.0-17 from 6.8.0.52 - Ubuntu 24.04.2 LTS.
When I go to the audio panel (or pavucontrol), the microphone seems to
be receiving a saturated signal, and it continuously fluctuates (see
video). When I record, I hear a crackling sound.
This is not the first time this issue has occurred; it happens with
every new kernel since at least the kernel 6.8.0.41.
I tried purging and reinstalling PulseAudio, PipeWire, linux-firmware,
ubuntu-drivers-common, firmware-sof-signed, alsa-utils, ... but it
didn't solve the problem.
OTHER INVESTIGATION :
1- Verified PipeWire Installation and Services
- Checked that PipeWire and related components (pipewire-pulse, libpipewire,
etc.) were installed.
- Tried listing and restarting PipeWire-related services using both
systemctl and systemctl --user, but the expected service units (like
pipewire.service or pipewire-pulse.service) were not found or failed to start.
2- Examined ALSA Logs
- Reviewed system logs (journalctl -xe | grep alsa) and found repeated errors
such as "snd_pcm_avail after recover: Relais brisé (pipe)", indicating
persistent ALSA issues with the SoundWire device on the Meteor Lake-P HD Audio
Controller.
3- Forced Driver Options
- Attempted to disable the SOF (Sound Open Firmware) driver by adding the
option options snd_intel_dspcfg dsp_driver=1 to /etc/modprobe.d/alsa.conf to
force the use of the legacy snd_hda_intel driver.
- Updated the initramfs (sudo update-initramfs -u) and rebooted the system.
- Also tried the inverse (dsp_driver=0) to force the SOF driver, but neither
change resolved the problem.
4- Reinstallation and Updates
- Reinstalled PipeWire and related packages.
- Checked for and installed BIOS and firmware updates as well as considering
different kernel versions (mainline or older versions) to address potential
compatibility issues, but these steps did not fix the audio problem.
Overall, none of these measures succeeded in activating the SoundWire
input, and the ALSA errors persisted.
============
$ lspci | grep -i audio
00:1f.3 Multimedia audio controller: Intel Corporation Meteor Lake-P HD Audio
Controller (rev 20)
01:00.1 Audio device: NVIDIA Corporation Device 22be (rev a1)
============
$ cat /proc/asound/cards
0 [NVidia ]: HDA-Intel - HDA NVidia
HDA NVidia at 0x7d000000 irq 17
1 [sofsoundwire ]: sof-soundwire - sof-soundwire
DellInc.-Precision5690--02RYDD
ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: pulseaudio 1:16.1+dfsg1-2ubuntu10.1
ProcVersionSignature: Ubuntu 6.11.0-17.17~24.04.2-generic 6.11.11
Uname: Linux 6.11.0-17-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.28.1-0ubuntu3.3
Architecture: amd64
AudioDevicesInUse:
USER PID ACCESS COMMAND
/dev/snd/seq: glion 3136 F.... pipewire
/dev/snd/controlC0: glion 3139 F.... wireplumber
/dev/snd/controlC1: glion 3136 F.... pipewire
glion 3139 F.... wireplumber
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Tue Feb 18 23:50:51 2025
InstallationDate: Installed on 2025-01-03 (46 days ago)
InstallationMedia: Ubuntu 24.04.1 LTS "Noble Numbat" - Release amd64
(20240827.1)
MachineType: Dell Inc. Precision 5690
ProcEnviron:
LANG=fr_FR.UTF-8
PATH=(custom, no user)
SHELL=/bin/bash
TERM=xterm-256color
XDG_RUNTIME_DIR=<set>
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No
PulseAudio daemon running, or not running as session daemon.
SourcePackage: pulseaudio
Symptom: audio
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/31/2024
dmi.bios.release: 1.10
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.10.0
dmi.board.name: 02RYDD
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 10
dmi.chassis.vendor: Dell Inc.
dmi.ec.firmware.release: 1.18
dmi.modalias:
dmi:bvnDellInc.:bvr1.10.0:bd12/31/2024:br1.10:efr1.18:svnDellInc.:pnPrecision5690:pvr:rvnDellInc.:rn02RYDD:rvrA00:cvnDellInc.:ct10:cvr:sku0CC8:
dmi.product.family: Precision
dmi.product.name: Precision 5690
dmi.product.sku: 0CC8
dmi.sys.vendor: Dell Inc.
============
$ pactl list short sources
48
alsa_output.pci-0000_00_1f.3-platform-sof_sdw.HiFi__hw_sofsoundwire_7__sink.monitor
PipeWire s32le 2ch 48000Hz SUSPENDED
49
alsa_output.pci-0000_00_1f.3-platform-sof_sdw.HiFi__hw_sofsoundwire_6__sink.monitor
PipeWire s32le 2ch 48000Hz SUSPENDED
50
alsa_output.pci-0000_00_1f.3-platform-sof_sdw.HiFi__hw_sofsoundwire_5__sink.monitor
PipeWire s32le 2ch 48000Hz SUSPENDED
51
alsa_output.pci-0000_00_1f.3-platform-sof_sdw.HiFi__hw_sofsoundwire__sink.monitor
PipeWire s32le 2ch 48000Hz SUSPENDED
52
alsa_output.pci-0000_00_1f.3-platform-sof_sdw.HiFi__hw_sofsoundwire_2__sink.monitor
PipeWire s32le 2ch 48000Hz SUSPENDED
53
alsa_input.pci-0000_00_1f.3-platform-sof_sdw.HiFi__hw_sofsoundwire_1__source
PipeWire s32le 2ch 48000HzSUSPENDED
54
alsa_input.pci-0000_00_1f.3-platform-sof_sdw.HiFi__hw_sofsoundwire_4__source
PipeWire s32le 2ch 48000HzSUSPENDED
+
+ ===========
+ $ dmesg | grep "snd\|sof\|intel\|firmware"
+ [ 0.095678] software IO TLB: area num 32.
+ [ 0.615292] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
+ [ 0.615293] software IO TLB: mapped [mem
0x000000003e74a000-0x000000004274a000] (64MB)
+ [ 0.694693] intel_pstate: Intel P-state driver initializing
+ [ 0.696392] intel_pstate: HWP enabled
+ [ 0.721550] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA
2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
+ [ 0.721558] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA
2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
+ [ 0.721590] blacklist: Revoked X.509 cert 'Microsoft Windows PCA 2010:
d14fa98a0708cef4241898e500fff3d6791d37bc'
+ [ 0.885205] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
+ [ 0.941197] intel-lpss 0000:00:15.3: enabling device (0000 -> 0002)
+ [ 0.999195] intel-lpss 0000:00:1e.0: enabling device (0000 -> 0002)
+ [ 2.259309] intel_vsec 0000:00:0a.0: enabling device (0000 -> 0002)
+ [ 2.259342] intel_vpu 0000:00:0b.0: enabling device (0000 -> 0002)
+ [ 2.265103] intel-hid INTC1077:00: platform supports 5 button array
+ [ 2.270221] intel_vpu 0000:00:0b.0: [drm] Firmware:
intel/vpu/vpu_37xx_v0.0.bin, version:
20230726*MTL_CLIENT_SILICON-release*2101*ci_tag_mtl_pv_vpu_rc_20230726_2101*648a666b8b9
+ [ 2.301888] intel-ipu6 0000:00:05.0: enabling device (0000 -> 0002)
+ [ 2.302361] intel-ipu6 0000:00:05.0: Device 0x7d19 (rev: 0x4)
+ [ 2.302379] intel-ipu6 0000:00:05.0: physical base address 0x5229000000
+ [ 2.302380] intel-ipu6 0000:00:05.0: mapped as: 0x00000000c9294b23
+ [ 2.302412] intel-ipu6 0000:00:05.0: IPU in secure mode
+ [ 2.302414] intel-ipu6 0000:00:05.0: IPU secure touch = 0x80000000
+ [ 2.302415] intel-ipu6 0000:00:05.0: IPU camera mask = 0x0
+ [ 2.313127] intel_pmc_core INT33A1:00: Assuming a default substate order
for this platform
+ [ 2.313250] intel_pmc_core INT33A1:00: initialized
+ [ 2.313343] intel-ipu6 0000:00:05.0: IPC reset done
+ [ 2.314261] intel-ipu6 0000:00:05.0: Direct firmware load for
intel/ipu6epmtl_fw.bin failed with error -2
+ [ 2.319727] intel-ipu6 0000:00:05.0: FW version: 20230925
+ [ 2.328229] intel-ipu6 0000:00:05.0: Device 0x7d19 (rev: 0x4)
+ [ 2.328241] intel-ipu6 0000:00:05.0: physical base address 0x5229000000
+ [ 2.328242] intel-ipu6 0000:00:05.0: mapped as: 0x00000000b2bda20f
+ [ 2.328289] intel-ipu6 0000:00:05.0: IPU in secure mode
+ [ 2.328290] intel-ipu6 0000:00:05.0: IPU secure touch = 0x80000000
+ [ 2.328291] intel-ipu6 0000:00:05.0: IPU camera mask = 0x0
+ [ 2.331112] intel-ipu6 0000:00:05.0: IPC reset done
+ [ 2.331143] intel-ipu6 0000:00:05.0: Direct firmware load for
intel/ipu6epmtl_fw.bin failed with error -2
+ [ 2.334304] intel-ipu6 0000:00:05.0: FW version: 20230925
+ [ 2.357723] [drm] Initialized intel_vpu 1.0.0 for 0000:00:0b.0 on minor 0
+ [ 2.391534] intel-ipu6 0000:00:05.0: Device 0x7d19 (rev: 0x4)
+ [ 2.391546] intel-ipu6 0000:00:05.0: physical base address 0x5229000000
+ [ 2.391548] intel-ipu6 0000:00:05.0: mapped as: 0x00000000c9294b23
+ [ 2.391599] intel-ipu6 0000:00:05.0: IPU in secure mode
+ [ 2.391601] intel-ipu6 0000:00:05.0: IPU secure touch = 0x80000000
+ [ 2.391602] intel-ipu6 0000:00:05.0: IPU camera mask = 0x0
+ [ 2.393922] intel-ipu6 0000:00:05.0: IPC reset done
+ [ 2.393939] intel-ipu6 0000:00:05.0: Direct firmware load for
intel/ipu6epmtl_fw.bin failed with error -2
+ [ 2.396026] intel-ipu6 0000:00:05.0: FW version: 20230925
+ [ 2.511488] intel-ipu6 0000:00:05.0: Device 0x7d19 (rev: 0x4)
+ [ 2.511510] intel-ipu6 0000:00:05.0: physical base address 0x5229000000
+ [ 2.511512] intel-ipu6 0000:00:05.0: mapped as: 0x00000000c9294b23
+ [ 2.511799] intel-ipu6 0000:00:05.0: IPU in secure mode
+ [ 2.511801] intel-ipu6 0000:00:05.0: IPU secure touch = 0x80000000
+ [ 2.511803] intel-ipu6 0000:00:05.0: IPU camera mask = 0x0
+ [ 2.513632] intel-ipu6 0000:00:05.0: IPC reset done
+ [ 2.513681] intel-ipu6 0000:00:05.0: Direct firmware load for
intel/ipu6epmtl_fw.bin failed with error -2
+ [ 2.518000] intel-ipu6 0000:00:05.0: FW version: 20230925
+ [ 2.750374] intel-ipu6 0000:00:05.0: Device 0x7d19 (rev: 0x4)
+ [ 2.750388] intel-ipu6 0000:00:05.0: physical base address 0x5229000000
+ [ 2.750390] intel-ipu6 0000:00:05.0: mapped as: 0x00000000c9294b23
+ [ 2.750685] intel-ipu6 0000:00:05.0: IPU in secure mode
+ [ 2.750687] intel-ipu6 0000:00:05.0: IPU secure touch = 0x80000000
+ [ 2.750688] intel-ipu6 0000:00:05.0: IPU camera mask = 0x0
+ [ 2.752496] intel-ipu6 0000:00:05.0: IPC reset done
+ [ 2.752522] intel-ipu6 0000:00:05.0: Direct firmware load for
intel/ipu6epmtl_fw.bin failed with error -2
+ [ 2.756115] intel-ipu6 0000:00:05.0: FW version: 20230925
+ [ 2.798607] intel-ipu6 0000:00:05.0: Device 0x7d19 (rev: 0x4)
+ [ 2.798625] intel-ipu6 0000:00:05.0: physical base address 0x5229000000
+ [ 2.798628] intel-ipu6 0000:00:05.0: mapped as: 0x00000000b2bda20f
+ [ 2.798801] intel-ipu6 0000:00:05.0: IPU in secure mode
+ [ 2.798803] intel-ipu6 0000:00:05.0: IPU secure touch = 0x80000000
+ [ 2.798805] intel-ipu6 0000:00:05.0: IPU camera mask = 0x0
+ [ 2.800621] intel-ipu6 0000:00:05.0: IPC reset done
+ [ 2.800642] intel-ipu6 0000:00:05.0: Direct firmware load for
intel/ipu6epmtl_fw.bin failed with error -2
+ [ 2.803277] intel-ipu6 0000:00:05.0: FW version: 20230925
+ [ 2.923886] intel-ipu6 0000:00:05.0: Device 0x7d19 (rev: 0x4)
+ [ 2.923919] intel-ipu6 0000:00:05.0: physical base address 0x5229000000
+ [ 2.923924] intel-ipu6 0000:00:05.0: mapped as: 0x00000000c9294b23
+ [ 2.924148] intel-ipu6 0000:00:05.0: IPU in secure mode
+ [ 2.924151] intel-ipu6 0000:00:05.0: IPU secure touch = 0x80000000
+ [ 2.924153] intel-ipu6 0000:00:05.0: IPU camera mask = 0x0
+ [ 2.926337] intel-ipu6 0000:00:05.0: IPC reset done
+ [ 2.926367] intel-ipu6 0000:00:05.0: Direct firmware load for
intel/ipu6epmtl_fw.bin failed with error -2
+ [ 2.929913] intel-ipu6 0000:00:05.0: FW version: 20230925
+ [ 2.946805] intel-ipu6 0000:00:05.0: Device 0x7d19 (rev: 0x4)
+ [ 2.946838] intel-ipu6 0000:00:05.0: physical base address 0x5229000000
+ [ 2.946839] intel-ipu6 0000:00:05.0: mapped as: 0x00000000c9294b23
+ [ 2.946879] intel-ipu6 0000:00:05.0: IPU in secure mode
+ [ 2.946881] intel-ipu6 0000:00:05.0: IPU secure touch = 0x80000000
+ [ 2.946883] intel-ipu6 0000:00:05.0: IPU camera mask = 0x0
+ [ 2.948720] intel-ipu6 0000:00:05.0: IPC reset done
+ [ 2.948743] intel-ipu6 0000:00:05.0: Direct firmware load for
intel/ipu6epmtl_fw.bin failed with error -2
+ [ 2.951893] intel-ipu6 0000:00:05.0: FW version: 20230925
+ [ 2.976282] intel-ipu6 0000:00:05.0: Device 0x7d19 (rev: 0x4)
+ [ 2.976296] intel-ipu6 0000:00:05.0: physical base address 0x5229000000
+ [ 2.976297] intel-ipu6 0000:00:05.0: mapped as: 0x00000000c9294b23
+ [ 2.976336] intel-ipu6 0000:00:05.0: IPU in secure mode
+ [ 2.976338] intel-ipu6 0000:00:05.0: IPU secure touch = 0x80000000
+ [ 2.976340] intel-ipu6 0000:00:05.0: IPU camera mask = 0x0
+ [ 2.978164] intel-ipu6 0000:00:05.0: IPC reset done
+ [ 2.978192] intel-ipu6 0000:00:05.0: Direct firmware load for
intel/ipu6epmtl_fw.bin failed with error -2
+ [ 2.981304] intel-ipu6 0000:00:05.0: FW version: 20230925
+ [ 2.982150] iwlwifi 0000:02:00.0: loaded firmware version 92.67ce4588.0
gl-c0-fm-c0-92.ucode op_mode iwlmvm
+ [ 3.008710] intel-ipu6 0000:00:05.0: Device 0x7d19 (rev: 0x4)
+ [ 3.008723] intel-ipu6 0000:00:05.0: physical base address 0x5229000000
+ [ 3.008724] intel-ipu6 0000:00:05.0: mapped as: 0x00000000c9294b23
+ [ 3.009096] intel-ipu6 0000:00:05.0: IPU in secure mode
+ [ 3.009097] intel-ipu6 0000:00:05.0: IPU secure touch = 0x80000000
+ [ 3.009098] intel-ipu6 0000:00:05.0: IPU camera mask = 0x0
+ [ 3.011798] intel-ipu6 0000:00:05.0: IPC reset done
+ [ 3.011811] intel-ipu6 0000:00:05.0: Direct firmware load for
intel/ipu6epmtl_fw.bin failed with error -2
+ [ 3.014643] intel-ipu6 0000:00:05.0: FW version: 20230925
+ [ 3.017213] Bluetooth: hci0: Found device firmware: intel/ibt-0291-0291.sfi
+ [ 3.019480] intel-ipu6 0000:00:05.0: Device 0x7d19 (rev: 0x4)
+ [ 3.019491] intel-ipu6 0000:00:05.0: physical base address 0x5229000000
+ [ 3.019492] intel-ipu6 0000:00:05.0: mapped as: 0x00000000c9294b23
+ [ 3.019549] intel-ipu6 0000:00:05.0: IPU in secure mode
+ [ 3.019551] intel-ipu6 0000:00:05.0: IPU secure touch = 0x80000000
+ [ 3.019552] intel-ipu6 0000:00:05.0: IPU camera mask = 0x0
+ [ 3.020335] intel_rapl_msr: PL4 support detected.
+ [ 3.020366] intel_rapl_common: Found RAPL domain package
+ [ 3.020378] intel_rapl_common: Found RAPL domain core
+ [ 3.020379] intel_rapl_common: Found RAPL domain uncore
+ [ 3.020381] intel_rapl_common: Found RAPL domain psys
+ [ 3.021373] intel-ipu6 0000:00:05.0: IPC reset done
+ [ 3.021387] intel-ipu6 0000:00:05.0: Direct firmware load for
intel/ipu6epmtl_fw.bin failed with error -2
+ [ 3.023290] intel-ipu6 0000:00:05.0: FW version: 20230925
+ [ 3.057028] intel-ipu6 0000:00:05.0: Device 0x7d19 (rev: 0x4)
+ [ 3.057098] intel-ipu6 0000:00:05.0: physical base address 0x5229000000
+ [ 3.057099] intel-ipu6 0000:00:05.0: mapped as: 0x000000006054b62a
+ [ 3.057151] intel-ipu6 0000:00:05.0: IPU in secure mode
+ [ 3.057152] intel-ipu6 0000:00:05.0: IPU secure touch = 0x80000000
+ [ 3.057153] intel-ipu6 0000:00:05.0: IPU camera mask = 0x0
+ [ 3.058979] intel-ipu6 0000:00:05.0: IPC reset done
+ [ 3.058995] intel-ipu6 0000:00:05.0: Direct firmware load for
intel/ipu6epmtl_fw.bin failed with error -2
+ [ 3.064352] intel-ipu6 0000:00:05.0: FW version: 20230925
+ [ 3.099269] intel-ipu6 0000:00:05.0: Device 0x7d19 (rev: 0x4)
+ [ 3.099280] intel-ipu6 0000:00:05.0: physical base address 0x5229000000
+ [ 3.099281] intel-ipu6 0000:00:05.0: mapped as: 0x000000006054b62a
+ [ 3.099313] intel-ipu6 0000:00:05.0: IPU in secure mode
+ [ 3.099314] intel-ipu6 0000:00:05.0: IPU secure touch = 0x80000000
+ [ 3.099315] intel-ipu6 0000:00:05.0: IPU camera mask = 0x0
+ [ 3.101126] intel-ipu6 0000:00:05.0: IPC reset done
+ [ 3.101150] intel-ipu6 0000:00:05.0: Direct firmware load for
intel/ipu6epmtl_fw.bin failed with error -2
+ [ 3.102873] intel-ipu6 0000:00:05.0: FW version: 20230925
+ [ 3.116830] intel-ipu6 0000:00:05.0: Device 0x7d19 (rev: 0x4)
+ [ 3.116838] intel-ipu6 0000:00:05.0: physical base address 0x5229000000
+ [ 3.116839] intel-ipu6 0000:00:05.0: mapped as: 0x00000000b2bda20f
+ [ 3.116861] intel-ipu6 0000:00:05.0: IPU in secure mode
+ [ 3.116862] intel-ipu6 0000:00:05.0: IPU secure touch = 0x80000000
+ [ 3.116862] intel-ipu6 0000:00:05.0: IPU camera mask = 0x0
+ [ 3.118677] intel-ipu6 0000:00:05.0: IPC reset done
+ [ 3.118686] intel-ipu6 0000:00:05.0: Direct firmware load for
intel/ipu6epmtl_fw.bin failed with error -2
+ [ 3.121329] intel-ipu6 0000:00:05.0: FW version: 20230925
+ [ 3.130513] intel-ipu6 0000:00:05.0: Device 0x7d19 (rev: 0x4)
+ [ 3.130521] intel-ipu6 0000:00:05.0: physical base address 0x5229000000
+ [ 3.130522] intel-ipu6 0000:00:05.0: mapped as: 0x00000000fded0e78
+ [ 3.130562] intel-ipu6 0000:00:05.0: IPU in secure mode
+ [ 3.130563] intel-ipu6 0000:00:05.0: IPU secure touch = 0x80000000
+ [ 3.130564] intel-ipu6 0000:00:05.0: IPU camera mask = 0x0
+ [ 3.132374] intel-ipu6 0000:00:05.0: IPC reset done
+ [ 3.132383] intel-ipu6 0000:00:05.0: Direct firmware load for
intel/ipu6epmtl_fw.bin failed with error -2
+ [ 3.134465] intel-ipu6 0000:00:05.0: FW version: 20230925
+ [ 3.352524] i915 0000:00:02.0: [drm] Finished loading DMC firmware
i915/mtl_dmc.bin (v2.21)
+ [ 3.357765] intel_vsc intel_vsc: silicon stepping version is 0:2
+ [ 3.361320] intel-ipu6 0000:00:05.0: Device 0x7d19 (rev: 0x4)
+ [ 3.361365] intel-ipu6 0000:00:05.0: physical base address 0x5229000000
+ [ 3.361366] intel-ipu6 0000:00:05.0: mapped as: 0x00000000c3ba1be3
+ [ 3.361406] intel-ipu6 0000:00:05.0: IPU in secure mode
+ [ 3.361407] intel-ipu6 0000:00:05.0: IPU secure touch = 0x80000000
+ [ 3.361408] intel-ipu6 0000:00:05.0: IPU camera mask = 0x0
+ [ 3.363189] intel-ipu6 0000:00:05.0: IPC reset done
+ [ 3.363202] intel-ipu6 0000:00:05.0: Direct firmware load for
intel/ipu6epmtl_fw.bin failed with error -2
+ [ 3.364267] intel-ipu6 0000:00:05.0: FW version: 20230925
+ [ 3.382813] i915 0000:00:02.0: [drm] GT0: GuC firmware i915/mtl_guc_70.bin
version 70.20.0
+ [ 3.386985] intel-ipu6 0000:00:05.0: Device 0x7d19 (rev: 0x4)
+ [ 3.386996] intel-ipu6 0000:00:05.0: physical base address 0x5229000000
+ [ 3.386997] intel-ipu6 0000:00:05.0: mapped as: 0x00000000fded0e78
+ [ 3.387085] intel-ipu6 0000:00:05.0: IPU in secure mode
+ [ 3.387086] intel-ipu6 0000:00:05.0: IPU secure touch = 0x80000000
+ [ 3.387087] intel-ipu6 0000:00:05.0: IPU camera mask = 0x0
+ [ 3.388904] intel-ipu6 0000:00:05.0: IPC reset done
+ [ 3.388919] intel-ipu6 0000:00:05.0: Direct firmware load for
intel/ipu6epmtl_fw.bin failed with error -2
+ [ 3.389899] intel-ipu6 0000:00:05.0: FW version: 20230925
+ [ 3.395825] i915 0000:00:02.0: [drm] GT1: GuC firmware i915/mtl_guc_70.bin
version 70.20.0
+ [ 3.395827] i915 0000:00:02.0: [drm] GT1: HuC firmware
i915/mtl_huc_gsc.bin version 8.5.4
+ [ 3.498975] intel-ipu6 0000:00:05.0: Device 0x7d19 (rev: 0x4)
+ [ 3.499005] intel-ipu6 0000:00:05.0: physical base address 0x5229000000
+ [ 3.499010] intel-ipu6 0000:00:05.0: mapped as: 0x00000000c3ba1be3
+ [ 3.499088] intel-ipu6 0000:00:05.0: IPU in secure mode
+ [ 3.499092] intel-ipu6 0000:00:05.0: IPU secure touch = 0x80000000
+ [ 3.499094] intel-ipu6 0000:00:05.0: IPU camera mask = 0x0
+ [ 3.500916] intel-ipu6 0000:00:05.0: IPC reset done
+ [ 3.500946] intel-ipu6 0000:00:05.0: Direct firmware load for
intel/ipu6epmtl_fw.bin failed with error -2
+ [ 3.502381] intel-ipu6 0000:00:05.0: FW version: 20230925
+ [ 3.503031] intel-ipu6 0000:00:05.0: Device 0x7d19 (rev: 0x4)
+ [ 3.503043] intel-ipu6 0000:00:05.0: physical base address 0x5229000000
+ [ 3.503044] intel-ipu6 0000:00:05.0: mapped as: 0x00000000fded0e78
+ [ 3.503094] intel-ipu6 0000:00:05.0: IPU in secure mode
+ [ 3.503097] intel-ipu6 0000:00:05.0: IPU secure touch = 0x80000000
+ [ 3.503099] intel-ipu6 0000:00:05.0: IPU camera mask = 0x0
+ [ 3.504935] intel-ipu6 0000:00:05.0: IPC reset done
+ [ 3.504962] intel-ipu6 0000:00:05.0: Direct firmware load for
intel/ipu6epmtl_fw.bin failed with error -2
+ [ 3.506411] intel-ipu6 0000:00:05.0: FW version: 20230925
+ [ 3.523948] intel-ipu6 0000:00:05.0: Device 0x7d19 (rev: 0x4)
+ [ 3.523955] intel-ipu6 0000:00:05.0: physical base address 0x5229000000
+ [ 3.523956] intel-ipu6 0000:00:05.0: mapped as: 0x0000000056ee0195
+ [ 3.523995] intel-ipu6 0000:00:05.0: IPU in secure mode
+ [ 3.523996] intel-ipu6 0000:00:05.0: IPU secure touch = 0x80000000
+ [ 3.523997] intel-ipu6 0000:00:05.0: IPU camera mask = 0x0
+ [ 3.526506] intel-ipu6 0000:00:05.0: IPC reset done
+ [ 3.526522] intel-ipu6 0000:00:05.0: Direct firmware load for
intel/ipu6epmtl_fw.bin failed with error -2
+ [ 3.527606] intel-ipu6 0000:00:05.0: FW version: 20230925
+ [ 3.560660] i915 0000:00:02.0: [drm] GT1: Loaded GSC firmware
i915/mtl_gsc_1.bin (cv1.0, r102.0.10.1878, svn 1)
+ [ 13.988734] intel-ipu6 0000:00:05.0: Device 0x7d19 (rev: 0x4)
+ [ 13.988789] intel-ipu6 0000:00:05.0: physical base address 0x5229000000
+ [ 13.988792] intel-ipu6 0000:00:05.0: mapped as: 0x00000000dc4a278e
+ [ 13.989013] intel-ipu6 0000:00:05.0: IPU in secure mode
+ [ 13.989017] intel-ipu6 0000:00:05.0: IPU secure touch = 0x80000000
+ [ 13.989020] intel-ipu6 0000:00:05.0: IPU camera mask = 0x0
+ [ 14.002974] intel-ipu6 0000:00:05.0: IPC reset done
+ [ 14.003031] intel-ipu6 0000:00:05.0: Direct firmware load for
intel/ipu6epmtl_fw.bin failed with error -2
+ [ 14.005426] intel-ipu6 0000:00:05.0: FW version: 20230925
+ [ 14.006357] pci 0000:00:05.0: deferred probe pending: intel-ipu6: IPU
bridge init failed
+ [ 14.109443] intel-ipu6 0000:00:05.0: Device 0x7d19 (rev: 0x4)
+ [ 14.109490] intel-ipu6 0000:00:05.0: physical base address 0x5229000000
+ [ 14.109493] intel-ipu6 0000:00:05.0: mapped as: 0x000000005acc8fc3
+ [ 14.109708] intel-ipu6 0000:00:05.0: IPU in secure mode
+ [ 14.109710] intel-ipu6 0000:00:05.0: IPU secure touch = 0x80000000
+ [ 14.109712] intel-ipu6 0000:00:05.0: IPU camera mask = 0x0
+ [ 14.125600] intel-ipu6 0000:00:05.0: IPC reset done
+ [ 14.125623] intel-ipu6 0000:00:05.0: Direct firmware load for
intel/ipu6epmtl_fw.bin failed with error -2
+ [ 14.126805] intel_rapl_common: Found RAPL domain package
+ [ 14.127086] intel-ipu6 0000:00:05.0: FW version: 20230925
+ [ 14.131999] intel-ipu6 0000:00:05.0: Device 0x7d19 (rev: 0x4)
+ [ 14.132015] intel-ipu6 0000:00:05.0: physical base address 0x5229000000
+ [ 14.132016] intel-ipu6 0000:00:05.0: mapped as: 0x00000000dc4a278e
+ [ 14.132044] intel-ipu6 0000:00:05.0: IPU in secure mode
+ [ 14.132045] intel-ipu6 0000:00:05.0: IPU secure touch = 0x80000000
+ [ 14.132047] intel-ipu6 0000:00:05.0: IPU camera mask = 0x0
+ [ 14.136402] intel-ipu6 0000:00:05.0: IPC reset done
+ [ 14.136426] intel-ipu6 0000:00:05.0: Direct firmware load for
intel/ipu6epmtl_fw.bin failed with error -2
+ [ 14.137819] intel-ipu6 0000:00:05.0: FW version: 20230925
+ [ 14.169842] snd_hda_intel 0000:00:1f.3: SoundWire enabled on CannonLake+
platform, using SOF driver
+ [ 14.169901] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
+ [ 14.170058] snd_hda_intel 0000:01:00.1: Disabling MSI
+ [ 14.170064] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
+ [ 14.170296] intel-ipu6 0000:00:05.0: Device 0x7d19 (rev: 0x4)
+ [ 14.170315] intel-ipu6 0000:00:05.0: physical base address 0x5229000000
+ [ 14.170317] intel-ipu6 0000:00:05.0: mapped as: 0x00000000dc4a278e
+ [ 14.170373] intel-ipu6 0000:00:05.0: IPU in secure mode
+ [ 14.170374] intel-ipu6 0000:00:05.0: IPU secure touch = 0x80000000
+ [ 14.170376] intel-ipu6 0000:00:05.0: IPU camera mask = 0x0
+ [ 14.172199] intel-ipu6 0000:00:05.0: IPC reset done
+ [ 14.172234] intel-ipu6 0000:00:05.0: Direct firmware load for
intel/ipu6epmtl_fw.bin failed with error -2
+ [ 14.173259] intel-ipu6 0000:00:05.0: FW version: 20230925
+ [ 14.307701] intel-ipu6 0000:00:05.0: Device 0x7d19 (rev: 0x4)
+ [ 14.307721] intel-ipu6 0000:00:05.0: physical base address 0x5229000000
+ [ 14.307722] intel-ipu6 0000:00:05.0: mapped as: 0x00000000dc4a278e
+ [ 14.307774] intel-ipu6 0000:00:05.0: IPU in secure mode
+ [ 14.307776] intel-ipu6 0000:00:05.0: IPU secure touch = 0x80000000
+ [ 14.307777] intel-ipu6 0000:00:05.0: IPU camera mask = 0x0
+ [ 14.321175] intel-ipu6 0000:00:05.0: IPC reset done
+ [ 14.321199] intel-ipu6 0000:00:05.0: Direct firmware load for
intel/ipu6epmtl_fw.bin failed with error -2
+ [ 14.322656] intel-ipu6 0000:00:05.0: FW version: 20230925
+ [ 14.323675] intel-ipu6 0000:00:05.0: Sending BOOT_LOAD to CSE
+ [ 14.360021] intel-ipu6 0000:00:05.0: Sending AUTHENTICATE_RUN to CSE
+ [ 14.406098] intel-ipu6 0000:00:05.0: CSE authenticate_run done
+ [ 14.406124] intel-ipu6 0000:00:05.0: IPU6-v4 driver version 1.0
+ [ 14.411643] intel-ipu6-psys intel-ipu6-psys0: pkg_dir entry count:8
+ [ 14.411808] intel-ipu6-psys intel-ipu6-psys0: psys probe minor: 0
+ [ 14.421320] sof-audio-pci-intel-mtl 0000:00:1f.3: enabling device (0000 ->
0002)
+ [ 14.421527] sof-audio-pci-intel-mtl 0000:00:1f.3: DSP detected with PCI
class/subclass/prog-if 0x040100
+ [ 14.421592] sof-audio-pci-intel-mtl 0000:00:1f.3: bound 0000:00:02.0 (ops
i915_audio_component_bind_ops [i915])
+ [ 14.429026] sof-audio-pci-intel-mtl 0000:00:1f.3: use msi interrupt mode
+ [ 14.440645] sof-audio-pci-intel-mtl 0000:00:1f.3: hda codecs found, mask 4
+ [ 14.444398] sof-audio-pci-intel-mtl 0000:00:1f.3: Firmware paths/files for
ipc type 1:
+ [ 14.444400] sof-audio-pci-intel-mtl 0000:00:1f.3: Firmware file:
intel/sof-ipc4/mtl/sof-mtl.ri
+ [ 14.444401] sof-audio-pci-intel-mtl 0000:00:1f.3: Firmware lib path:
intel/sof-ipc4-lib/mtl
+ [ 14.444401] sof-audio-pci-intel-mtl 0000:00:1f.3: Topology file:
intel/sof-ace-tplg/sof-mtl-rt713-l0-rt1316-l12-rt1713-l3.tplg
+ [ 14.446067] sof-audio-pci-intel-mtl 0000:00:1f.3: Loaded firmware library:
ADSPFW, version: 2.11.1.1
+ [ 14.447836] intel-ipu6-isys intel-ipu6-isys0: bind Intel IVSC CSI nlanes
is 2 port is 4
+ [ 14.572984] sof-audio-pci-intel-mtl 0000:00:1f.3: Booted firmware version:
2.11.1.1
+ [ 14.581742] sof-audio-pci-intel-mtl 0000:00:1f.3: Topology: ABI 3:29:1
Kernel ABI 3:23:1
+ [ 14.581974] sof_sdw sof_sdw: ASoC: Parent card not yet available, widget
card binding deferred
+ [ 14.597836] sof_sdw sof_sdw: hda_dsp_hdmi_build_controls: no PCM in
topology for HDMI converter 3
+ [ 14.614576] input: sof-soundwire Headset Jack as
/devices/pci0000:00/0000:00:1f.3/sof_sdw/sound/card1/input22
+ [ 14.614629] input: sof-soundwire HDMI/DP,pcm=5 as
/devices/pci0000:00/0000:00:1f.3/sof_sdw/sound/card1/input23
+ [ 14.614790] input: sof-soundwire HDMI/DP,pcm=6 as
/devices/pci0000:00/0000:00:1f.3/sof_sdw/sound/card1/input24
+ [ 14.614835] input: sof-soundwire HDMI/DP,pcm=7 as
/devices/pci0000:00/0000:00:1f.3/sof_sdw/sound/card1/input25
+ [ 14.643381] intel-ipu6-isys intel-ipu6-isys0: All sensor registration
completed.
+ [ 884.294169] sof-audio-pci-intel-mtl 0000:00:1f.3: DSP detected with PCI
class/subclass/prog-if 0x040100
+ [ 884.294226] sof-audio-pci-intel-mtl 0000:00:1f.3: bound 0000:00:02.0 (ops
i915_audio_component_bind_ops [i915])
+ [ 884.301007] sof-audio-pci-intel-mtl 0000:00:1f.3: use msi interrupt mode
+ [ 884.312362] sof-audio-pci-intel-mtl 0000:00:1f.3: hda codecs found, mask 4
+ [ 884.314100] sof-audio-pci-intel-mtl 0000:00:1f.3: Firmware paths/files for
ipc type 1:
+ [ 884.314101] sof-audio-pci-intel-mtl 0000:00:1f.3: Firmware file:
intel/sof-ipc4/mtl/sof-mtl.ri
+ [ 884.314102] sof-audio-pci-intel-mtl 0000:00:1f.3: Firmware lib path:
intel/sof-ipc4-lib/mtl
+ [ 884.314102] sof-audio-pci-intel-mtl 0000:00:1f.3: Topology file:
intel/sof-ace-tplg/sof-mtl-rt713-l0-rt1316-l12-rt1713-l3.tplg
+ [ 884.315644] sof-audio-pci-intel-mtl 0000:00:1f.3: Loaded firmware library:
ADSPFW, version: 2.11.1.1
+ [ 884.438641] sof-audio-pci-intel-mtl 0000:00:1f.3: Booted firmware version:
2.11.1.1
+ [ 884.439119] sof-audio-pci-intel-mtl 0000:00:1f.3: Topology: ABI 3:29:1
Kernel ABI 3:23:1
+ [ 884.439651] sof_sdw sof_sdw: ASoC: Parent card not yet available, widget
card binding deferred
+ [ 884.450393] sof_sdw sof_sdw: hda_dsp_hdmi_build_controls: no PCM in
topology for HDMI converter 3
+ [ 884.466755] input: sof-soundwire Headset Jack as
/devices/pci0000:00/0000:00:1f.3/sof_sdw/sound/card1/input29
+ [ 884.466820] input: sof-soundwire HDMI/DP,pcm=5 as
/devices/pci0000:00/0000:00:1f.3/sof_sdw/sound/card1/input30
+ [ 884.466862] input: sof-soundwire HDMI/DP,pcm=6 as
/devices/pci0000:00/0000:00:1f.3/sof_sdw/sound/card1/input31
+ [ 884.466913] input: sof-soundwire HDMI/DP,pcm=7 as
/devices/pci0000:00/0000:00:1f.3/sof_sdw/sound/card1/input32
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2098820
Title:
Microphone not working - Meteor Lake P - Linux 6.11.0.17
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firmware-sof/+bug/2098820/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs