View Issue Details

IDProjectCategoryView StatusLast Update
0001421channel: kernel/el9--kernel--OTHER--public2024-02-11 19:04
ReporterJean-Marc LIGER Assigned Totoracat  
PrioritynormalSeverityblockReproducibilityalways
Status resolvedResolutionfixed 
Platformx86-64OSRocky LinuxOS Version9.3
Summary0001421: sof-soundwire drivers seem to be missing
DescriptionHi,

I'm using Rocky Linux on a Dell Precision 5480. I've tried both kernel-lt and kernel-ml to get a newer/updated kernel but the sof-soundwire drivers seem to be missing so I don't I have no sound without headphones.

Any help is welcome,
Ligenix
Steps To ReproduceBoot with ELRepo 6.x.y kernel-{lt,m} on a DEll Precision 5480
Additional InformationRocky Linux 9.3 distro kernel has sof-soundwire drivers enabled

ELrepo firmware repository is enabled

Lastest sof firmware has been installed :
dnf install https://kojihub.stream.centos.org/kojifiles/packages/alsa-sof-firmware/2023.12/1.el9/noarch/alsa-sof-firmware-2023.12-1.el9.noarch.rpm

adding modprobe options like snd-intel-dspcfg dsp_driver or snd_hda_intel dmic_detect set to 0 or 1 hasn't any effect
TagsNo tags attached.

Activities

toracat

2024-01-20 12:26

administrator   ~0009516

Missing config option:

CONFIG_SND_SOC_INTEL_SOUNDWIRE_SOF_MACH=m

toracat

2024-01-22 20:55

administrator   ~0009521

The missing config will be added to the next kernel update for kernel-ml and kernel-lt (x86_64 only).

toracat

2024-01-26 05:01

administrator   ~0009527

In the following packages, the requested kernel option has been enabled (CONFIG_SND_SOC_INTEL_SOUNDWIRE_SOF_MACH=m) :

kernel-ml-6.7.2-1.el9.elrepo.x86_64.rpm
kernel-lt-6.1.75-1.el9.elrepo.86_64.rpm

Please give them a try and let us know if they work.

Jean-Marc LIGER

2024-01-26 13:48

reporter   ~0009531

kernel-ml-6.7.2-1.el9.elrepo.x86_64.rpm works well
kernel-lt-6.1.75-1.el9.elrepo.86_64.rpm works not, even the soundwire drivers are presents.

ligenix@aleph ~]$ uname -a
Linux aleph 6.1.75-1.el9.elrepo.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jan 25 22:22:50 EST 2024 x86_64 x86_64 x86_64 GNU/Linux

[ligenix@aleph ~]$ lsmod | grep soundwire
soundwire_intel 49152 1 snd_sof_intel_hda_common
soundwire_generic_allocation 16384 1 soundwire_intel
soundwire_cadence 45056 1 soundwire_intel
soundwire_bus 102400 8 snd_soc_rt715_sdca,regmap_sdw,snd_soc_rt1316_sdw,regmap_sdw_mbq,soundwire_intel,snd_soc_rt711_sdca,soundwire_generic_allocation,soundwire_cadence
snd_soc_core 385024 11 snd_soc_rt715_sdca,snd_soc_rt1316_sdw,soundwire_intel,snd_sof,snd_sof_intel_hda_common,snd_soc_hdac_hdmi,snd_soc_hdac_hda,snd_soc_rt711_sdca,snd_sof_probes,snd_soc_dmic,snd_soc_skl_hda_dsp
snd_pcm 155648 18 snd_soc_rt715_sdca,snd_hda_codec_hdmi,snd_soc_rt1316_sdw,snd_hda_intel,snd_usb_audio,snd_hda_codec,soundwire_intel,snd_sof,snd_sof_intel_hda_common,snd_soc_hdac_hdmi,snd_compress,snd_soc_rt711_sdca,snd_soc_core,snd_sof_utils,snd_hda_core,snd_pcm_dmaengine

toracat

2024-01-26 13:54

administrator   ~0009532

Thanks for testing them.

I wonder what is causing the failure in kernel-lt. Is there any kernel module that is present in kernel-ml but not in kernel-lt?

Jean-Marc LIGER

2024-01-30 01:57

reporter   ~0009543

[ligenix@aleph ~]$ rpm -qa | grep elrepo | sort
elrepo-release-9.1-1.el9.elrepo.noarch
kernel-lt-6.1.75-1.el9.elrepo.x86_64
kernel-lt-core-6.1.75-1.el9.elrepo.x86_64
kernel-lt-modules-6.1.75-1.el9.elrepo.x86_64
kernel-ml-6.7.2-1.el9.elrepo.x86_64
kernel-ml-core-6.7.2-1.el9.elrepo.x86_64
kernel-ml-modules-6.7.2-1.el9.elrepo.x86_64
python3-perf-6.6.12-1.el9.elrepo.x86_64

[ligenix@aleph ~]# modinfo snd-intel-dspcfg
filename: /lib/modules/6.1.75-1.el9.elrepo.x86_64/kernel/sound/hda/snd-intel-dspcfg.ko.xz
import_ns: SND_INTEL_SOUNDWIRE_ACPI
description: Intel DSP config driver
license: GPL v2
srcversion: B1819150488544A68AC042A
depends: snd-intel-sdw-acpi
retpoline: Y
intree: Y
name: snd_intel_dspcfg
vermagic: 6.1.75-1.el9.elrepo.x86_64 SMP preempt mod_unload modversions
parm: dsp_driver:Force the DSP driver for Intel DSP (0=auto, 1=legacy, 2=SST, 3=SOF) (int)

i test all the options without success

Jean-Marc LIGER

2024-02-02 09:55

reporter   ~0009544

kernel-lt-6.1.76-1.el9.elrepo.x86_64 has the same behaviour

toracat

2024-02-08 12:46

administrator   ~0009560

@Jean-Marc LIGER

Could you show us the output from the following commands?

$ lspci | grep -i audio
$ dmesg | grep -E '(snd|sof|soundcore)'
$ lsmod | grep -E "(^snd|sof|soundwire)"

I need to see the results from both kernel-ml and kernel-lt.

Jean-Marc LIGER

2024-02-08 15:09

reporter   ~0009561

You can find the results in the attached files.
kernel-lt-6.1.77.txt (5,615 bytes)   
0000:00:1f.3 Multimedia audio controller: Intel Corporation Raptor Lake-P/U/H cAVS (rev 01)
[    0.017479] software IO TLB: area num 32.
[    0.903997] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.903997] software IO TLB: mapped [mem 0x0000000038e95000-0x000000003ce95000] (64MB)
[    1.711157] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    1.711162] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[   19.948814] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
[   19.948942] snd_hda_intel 0000:00:1f.3: SoundWire enabled on CannonLake+ platform, using SOF driver
[   20.055205] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
[   20.057123] sof-audio-pci-intel-tgl 0000:00:1f.3: SoundWire enabled on CannonLake+ platform, using SOF driver
[   20.057149] sof-audio-pci-intel-tgl 0000:00:1f.3: enabling device (0000 -> 0002)
[   20.057342] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100
[   20.057401] sof-audio-pci-intel-tgl 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[   20.067613] sof-audio-pci-intel-tgl 0000:00:1f.3: use msi interrupt mode
[   20.088612] sof-audio-pci-intel-tgl 0000:00:1f.3: No SoundWire machine driver found
[   20.088614] sof-audio-pci-intel-tgl 0000:00:1f.3: hda codecs found, mask 4
[   20.088615] sof-audio-pci-intel-tgl 0000:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
[   20.088617] sof-audio-pci-intel-tgl 0000:00:1f.3: DMICs detected in NHLT tables: 0
[   20.107889] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:2:0-57864
[   20.107892] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
[   20.107896] sof-audio-pci-intel-tgl 0000:00:1f.3: unknown sof_ext_man header type 3 size 0x30
[   20.205385] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:2:0-57864
[   20.205388] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
[   20.231710] sof-audio-pci-intel-tgl 0000:00:1f.3: Topology: ABI 3:22:1 Kernel ABI 3:23:0
[   20.293660] input: sof-hda-dsp HDMI/DP,pcm=1 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input19
[   20.293686] input: sof-hda-dsp HDMI/DP,pcm=2 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input20
[   20.293704] input: sof-hda-dsp HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input21
snd_seq_dummy          16384  0
snd_hrtimer            16384  1
snd_soc_skl_hda_dsp    24576  3
snd_soc_intel_hda_dsp_common    20480  1 snd_soc_skl_hda_dsp
snd_soc_hdac_hdmi      45056  1 snd_soc_skl_hda_dsp
snd_sof_probes         24576  0
snd_hda_codec_hdmi     81920  1
snd_soc_rt715_sdca     36864  0
snd_soc_rt711_sdca     53248  0
snd_soc_rt1316_sdw     28672  0
snd_soc_dmic           16384  1
snd_sof_pci_intel_tgl    16384  0
snd_sof_intel_hda_common   192512  1 snd_sof_pci_intel_tgl
soundwire_intel        49152  1 snd_sof_intel_hda_common
soundwire_generic_allocation    16384  1 soundwire_intel
soundwire_cadence      45056  1 soundwire_intel
snd_sof_intel_hda      20480  1 snd_sof_intel_hda_common
snd_sof_pci            24576  2 snd_sof_intel_hda_common,snd_sof_pci_intel_tgl
snd_sof_xtensa_dsp     16384  1 snd_sof_intel_hda_common
snd_sof               286720  3 snd_sof_pci,snd_sof_intel_hda_common,snd_sof_probes
snd_sof_utils          20480  1 snd_sof
snd_soc_hdac_hda       24576  1 snd_sof_intel_hda_common
snd_hda_ext_core       40960  3 snd_sof_intel_hda_common,snd_soc_hdac_hdmi,snd_soc_hdac_hda
snd_soc_acpi_intel_match    81920  2 snd_sof_intel_hda_common,snd_sof_pci_intel_tgl
snd_soc_acpi           16384  2 snd_soc_acpi_intel_match,snd_sof_intel_hda_common
soundwire_bus         102400  8 snd_soc_rt715_sdca,regmap_sdw,snd_soc_rt1316_sdw,regmap_sdw_mbq,soundwire_intel,snd_soc_rt711_sdca,soundwire_generic_allocation,soundwire_cadence
snd_soc_core          385024  11 snd_soc_rt715_sdca,snd_soc_rt1316_sdw,soundwire_intel,snd_sof,snd_sof_intel_hda_common,snd_soc_hdac_hdmi,snd_soc_hdac_hda,snd_soc_rt711_sdca,snd_sof_probes,snd_soc_dmic,snd_soc_skl_hda_dsp
snd_compress           28672  2 snd_soc_core,snd_sof_probes
snd_pcm_dmaengine      16384  1 snd_soc_core
snd_hda_intel          61440  0
snd_intel_dspcfg       36864  3 snd_hda_intel,snd_sof,snd_sof_intel_hda_common
snd_intel_sdw_acpi     20480  2 snd_sof_intel_hda_common,snd_intel_dspcfg
snd_hda_codec         184320  6 snd_hda_codec_hdmi,snd_hda_intel,snd_soc_intel_hda_dsp_common,snd_soc_hdac_hda,snd_sof_intel_hda,snd_soc_skl_hda_dsp
snd_hda_core          118784  9 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_ext_core,snd_hda_codec,snd_soc_intel_hda_dsp_common,snd_sof_intel_hda_common,snd_soc_hdac_hdmi,snd_soc_hdac_hda,snd_sof_intel_hda
snd_hwdep              16384  1 snd_hda_codec
snd_seq                94208  7 snd_seq_dummy
snd_seq_device         16384  1 snd_seq
snd_pcm               155648  15 snd_soc_rt715_sdca,snd_hda_codec_hdmi,snd_soc_rt1316_sdw,snd_hda_intel,snd_hda_codec,soundwire_intel,snd_sof,snd_sof_intel_hda_common,snd_soc_hdac_hdmi,snd_compress,snd_soc_rt711_sdca,snd_soc_core,snd_sof_utils,snd_hda_core,snd_pcm_dmaengine
snd_timer              49152  3 snd_seq,snd_hrtimer,snd_pcm
snd                   126976  20 snd_seq,snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_sof,snd_timer,snd_soc_hdac_hdmi,snd_compress,snd_soc_core,snd_pcm
kernel-lt-6.1.77.txt (5,615 bytes)   
kernel-ml-6.7.4.txt (6,066 bytes)   
0000:00:1f.3 Multimedia audio controller: Intel Corporation Raptor Lake-P/U/H cAVS (rev 01)

[    0.016912] software IO TLB: area num 32.
[    0.985375] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.985376] software IO TLB: mapped [mem 0x0000000038e95000-0x000000003ce95000] (64MB)
[    1.811669] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    1.811675] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[   40.710202] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
[   40.710283] snd_hda_intel 0000:00:1f.3: SoundWire enabled on CannonLake+ platform, using SOF driver
[   40.811081] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
[   40.811209] sof-audio-pci-intel-tgl 0000:00:1f.3: SoundWire enabled on CannonLake+ platform, using SOF driver
[   40.811237] sof-audio-pci-intel-tgl 0000:00:1f.3: enabling device (0000 -> 0002)
[   40.811405] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100
[   40.811461] sof-audio-pci-intel-tgl 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[   40.820959] sof-audio-pci-intel-tgl 0000:00:1f.3: use msi interrupt mode
[   40.842365] sof-audio-pci-intel-tgl 0000:00:1f.3: hda codecs found, mask 4
[   40.862387] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:2:0-57864
[   40.862389] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
[   40.862393] sof-audio-pci-intel-tgl 0000:00:1f.3: unknown sof_ext_man header type 3 size 0x30
[   40.964323] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:2:0-57864
[   40.964326] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
[   40.989353] sof-audio-pci-intel-tgl 0000:00:1f.3: Topology: ABI 3:22:1 Kernel ABI 3:23:0
[   40.989463] sof_sdw sof_sdw: ASoC: Parent card not yet available, widget card binding deferred
[   41.036466] sof_sdw sof_sdw: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 3
[   41.072440] input: sof-soundwire Headset Jack as /devices/pci0000:00/0000:00:1f.3/sof_sdw/sound/card0/input19
[   41.072465] input: sof-soundwire HDMI/DP,pcm=5 as /devices/pci0000:00/0000:00:1f.3/sof_sdw/sound/card0/input20
[   41.072483] input: sof-soundwire HDMI/DP,pcm=6 as /devices/pci0000:00/0000:00:1f.3/sof_sdw/sound/card0/input21
[   41.072499] input: sof-soundwire HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sof_sdw/sound/card0/input22
[ 5637.407496] usbcore: registered new interface driver snd-usb-audio

snd_usb_audio         434176  0
snd_usbmidi_lib        49152  1 snd_usb_audio
snd_rawmidi            53248  1 snd_usbmidi_lib
snd_seq_dummy          12288  0
snd_hrtimer            12288  1
snd_ctl_led            24576  0
snd_soc_sof_sdw        90112  5
snd_soc_intel_hda_dsp_common    16384  1 snd_soc_sof_sdw
snd_sof_probes         24576  0
snd_soc_intel_sof_maxim_common    20480  1 snd_soc_sof_sdw
snd_hda_codec_hdmi     94208  1
snd_soc_rt711_sdca     53248  1
snd_soc_rt715_sdca     40960  1
snd_soc_rt1316_sdw     28672  2
snd_soc_dmic           12288  0
snd_sof_pci_intel_tgl    12288  0
snd_sof_intel_hda_common   221184  1 snd_sof_pci_intel_tgl
soundwire_intel        73728  5 snd_sof_intel_hda_common
soundwire_generic_allocation    12288  1 soundwire_intel
snd_sof_intel_hda_mlink    40960  2 soundwire_intel,snd_sof_intel_hda_common
soundwire_cadence      45056  1 soundwire_intel
snd_sof_intel_hda      24576  1 snd_sof_intel_hda_common
snd_sof_pci            24576  2 snd_sof_intel_hda_common,snd_sof_pci_intel_tgl
snd_sof_xtensa_dsp     16384  1 snd_sof_intel_hda_common
snd_sof               376832  4 snd_sof_pci,snd_sof_intel_hda_common,snd_sof_probes,snd_sof_intel_hda
snd_sof_utils          16384  1 snd_sof
snd_soc_hdac_hda       28672  1 snd_sof_intel_hda_common
snd_hda_ext_core       40960  4 snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_sof_intel_hda_mlink,snd_sof_intel_hda
snd_soc_acpi_intel_match   102400  2 snd_sof_intel_hda_common,snd_sof_pci_intel_tgl
snd_soc_acpi           16384  2 snd_soc_acpi_intel_match,snd_sof_intel_hda_common
snd_soc_core          458752  11 snd_soc_sof_sdw,snd_soc_rt715_sdca,snd_soc_rt1316_sdw,soundwire_intel,snd_sof,snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_soc_rt711_sdca,snd_soc_intel_sof_maxim_common,snd_sof_probes,snd_soc_dmic
snd_compress           28672  2 snd_soc_core,snd_sof_probes
snd_pcm_dmaengine      16384  1 snd_soc_core
soundwire_bus         122880  9 snd_soc_sof_sdw,snd_soc_rt715_sdca,regmap_sdw,snd_soc_rt1316_sdw,regmap_sdw_mbq,soundwire_intel,snd_soc_rt711_sdca,soundwire_generic_allocation,soundwire_cadence
snd_hda_intel          61440  0
snd_intel_dspcfg       36864  3 snd_hda_intel,snd_sof,snd_sof_intel_hda_common
snd_intel_sdw_acpi     16384  2 snd_sof_intel_hda_common,snd_intel_dspcfg
snd_hda_codec         225280  5 snd_hda_codec_hdmi,snd_hda_intel,snd_soc_intel_hda_dsp_common,snd_soc_hdac_hda,snd_sof_intel_hda
snd_hda_core          147456  8 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_ext_core,snd_hda_codec,snd_soc_intel_hda_dsp_common,snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_sof_intel_hda
snd_hwdep              20480  2 snd_usb_audio,snd_hda_codec
snd_seq               114688  7 snd_seq_dummy
snd_seq_device         16384  2 snd_seq,snd_rawmidi
snd_pcm               196608  16 snd_soc_rt715_sdca,snd_hda_codec_hdmi,snd_soc_rt1316_sdw,snd_hda_intel,snd_usb_audio,snd_hda_codec,soundwire_intel,snd_sof,snd_sof_intel_hda_common,snd_compress,snd_soc_rt711_sdca,snd_soc_core,snd_sof_utils,snd_soc_intel_sof_maxim_common,snd_hda_core,snd_pcm_dmaengine
snd_timer              53248  3 snd_seq,snd_hrtimer,snd_pcm
snd                   155648  28 snd_ctl_led,snd_soc_sof_sdw,snd_seq,snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_usb_audio,snd_usbmidi_lib,snd_hda_codec,snd_sof,snd_timer,snd_compress,snd_soc_core,snd_pcm,snd_rawmidi
kernel-ml-6.7.4.txt (6,066 bytes)   

toracat

2024-02-09 17:37

administrator   ~0009562

Thanks.

(1) Kernel module snd_soc_sof_sdw is in kernel-ml but not in kernel-lt. It is built with the kernel option, CONFIG_SND_SOC_INTEL_SOUNDWIRE_SOF_MACH=m. Although this option is now enabled in both kernels, kernel-lt still does not have snd_soc_sof_sdw.

(2) In the dmesg of kernel-lt, I see "No SoundWire machine driver found". I looked at the source code that generates this line. There seem to be some differences between kernel-ml and kernel-lt. It might be technically possible to backport relevant code from kernel-ml into kernel-lt to enable the soundwire driver.

I was hoping to solve the issue by adjusting the kernel config option(s). However it looks as if we need to play with the source code. Then we are not supposed to modify our source code when building our kernels.

Jean-Marc LIGER

2024-02-10 11:32

reporter   ~0009563

Well, I was thinking something like this because my laptop has MIPI hardware, but kernel-ml works fine now, thanks for your support.

toracat

2024-02-11 19:04

administrator   ~0009564

Now closing as 'resolved'.

Issue History

Date Modified Username Field Change
2024-01-20 08:24 Jean-Marc LIGER New Issue
2024-01-20 08:24 Jean-Marc LIGER Status new => assigned
2024-01-20 08:24 Jean-Marc LIGER Assigned To => toracat
2024-01-20 08:43 pperry Project channel: elrepo/el9 => channel: kernel/el9
2024-01-20 08:43 pperry Category --elrepo--request-for-enhancement-- => General
2024-01-20 12:26 toracat Status assigned => acknowledged
2024-01-20 12:26 toracat Category General => --kernel--OTHER--
2024-01-20 12:26 toracat Note Added: 0009516
2024-01-22 20:55 toracat Note Added: 0009521
2024-01-22 20:56 toracat Status acknowledged => assigned
2024-01-26 05:01 toracat Note Added: 0009527
2024-01-26 05:02 toracat Status assigned => feedback
2024-01-26 13:48 Jean-Marc LIGER Note Added: 0009531
2024-01-26 13:48 Jean-Marc LIGER Status feedback => assigned
2024-01-26 13:54 toracat Note Added: 0009532
2024-01-30 01:57 Jean-Marc LIGER Note Added: 0009543
2024-02-02 09:55 Jean-Marc LIGER Note Added: 0009544
2024-02-08 12:46 toracat Note Added: 0009560
2024-02-08 15:09 Jean-Marc LIGER Note Added: 0009561
2024-02-08 15:09 Jean-Marc LIGER File Added: kernel-lt-6.1.77.txt
2024-02-08 15:09 Jean-Marc LIGER File Added: kernel-ml-6.7.4.txt
2024-02-09 17:37 toracat Note Added: 0009562
2024-02-10 11:32 Jean-Marc LIGER Note Added: 0009563
2024-02-11 19:04 toracat Status assigned => resolved
2024-02-11 19:04 toracat Resolution open => fixed
2024-02-11 19:04 toracat Note Added: 0009564