Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#51 Le 12/01/2024, à 23:09

Nuliel

Re : Pas de son sur Thomson PX14C4BL128

Pour le BIOS, vu que tu as un onglet advanced avec presque rien, je pense que tu n'auras pas mieux. Tu peux tester pour le mdp BIOS mais j'y crois beaucoup moins. Et tu peux retirer le mdp si tu l'as ajouté en changeant le mdp pour un mdp vide.
On verra plus tard pour le micro, c'est déjà pas simple les HP/écouteurs, alors le micro...

Hors ligne

#52 Le 12/01/2024, à 23:14

guidel

Re : Pas de son sur Thomson PX14C4BL128

J'ai mis un mot de passe admin sur le bios : toujours pas de menu advanced hmm

Hors ligne

#53 Le 12/01/2024, à 23:19

Nuliel

Re : Pas de son sur Thomson PX14C4BL128

Je viens de remarquer qu'à aucun moment tu as la valeur par défaut:

sof-essx8336 sof-essx8336: quirk mask 0x2

alors que la valeur est 0x1a0 de ce que j'ai compris.
Donc tu peux donner

grep -r snd_soc_sof_es8336 /etc/modprobe.d

Hors ligne

#54 Le 12/01/2024, à 23:21

guidel

Re : Pas de son sur Thomson PX14C4BL128

delannoy@delannoy-PX14C:~$ grep -r snd_soc_sof_es8336 /etc/modprobe.d
/etc/modprobe.d/alsa-base.conf:#options snd_soc_sof_es8336 quirk=0x02
/etc/modprobe.d/alsa-base.conf:#options snd_soc_sof_es8336 quirk=0x02
/etc/modprobe.d/alsa-base.conf:#options snd_soc_sof_es8336 quirk=0x02
delannoy@delannoy-PX14C:~$ 

Hors ligne

#55 Le 12/01/2024, à 23:24

guidel

Re : Pas de son sur Thomson PX14C4BL128

ce sont des lignes que j'ai commentées pour retrouver ma carte son, j'aurais peut-être dû les supprimer complétement ?

Hors ligne

#56 Le 12/01/2024, à 23:33

Nuliel

Re : Pas de son sur Thomson PX14C4BL128

Tu peux les enlever vu qu'elles ne sont plus utiles, mais ça n'explique pas pourquoi tu as 0x2 par défaut.
Tu peux donner

sudo dmesg | grep "sof-essx8336 sof-essx8336: quirk mask"

pour voir la valeur actuelle de quirk

Hors ligne

#57 Le 12/01/2024, à 23:33

guidel

Re : Pas de son sur Thomson PX14C4BL128

delannoy@delannoy-PX14C:~$ sudo dmesg | grep "sof-essx8336 sof-essx8336: quirk mask"
[sudo] Mot de passe de delannoy : 
[    7.907666] sof-essx8336 sof-essx8336: quirk mask 0x2
delannoy@delannoy-PX14C:~$ 

Hors ligne

#58 Le 12/01/2024, à 23:39

Nuliel

Re : Pas de son sur Thomson PX14C4BL128

Bon, je vais éplucher https://github.com/thesofproject/linux/ … +ES8336%22 , mais ça a l'air compliqué avec ce matériel hmm

Hors ligne

#59 Le 12/01/2024, à 23:40

guidel

Re : Pas de son sur Thomson PX14C4BL128

Merci !

Hors ligne

#60 Le 12/01/2024, à 23:55

Nuliel

Re : Pas de son sur Thomson PX14C4BL128

Tu peux donner

dpkg -l | grep firmware-sof-signed

pour voir si ce paquet est installé

Hors ligne

#61 Le 13/01/2024, à 00:03

guidel

Re : Pas de son sur Thomson PX14C4BL128

delannoy@delannoy-PX14C:~$ dpkg -l | grep firmware-sof-signed
ii  firmware-sof-signed                           2.0-1ubuntu4.4                          all          Intel SOF firmware - signed
delannoy@delannoy-PX14C:~$ 

Hors ligne

#62 Le 13/01/2024, à 00:03

Nuliel

Re : Pas de son sur Thomson PX14C4BL128

Donc le firmware est récent, cool!
Je continuerai demain

Dernière modification par Nuliel (Le 13/01/2024, à 00:03)

Hors ligne

#63 Le 13/01/2024, à 00:27

guidel

Re : Pas de son sur Thomson PX14C4BL128

Good night !

Dernière modification par guidel (Le 13/01/2024, à 00:27)

Hors ligne

#64 Le 13/01/2024, à 11:28

Nuliel

Re : Pas de son sur Thomson PX14C4BL128

Hello,
Tu as supprimé de ton message précédent "Oui je viens de faire l'installation.". C'est une information importante! Un firmware trop vieux peut aussi expliquer que le pilote n'arrive pas à gérer le son. Et sans cette phrase, je pense que le paquet est installé depuis le début!
Du coup tu peux redémarrer et donner

sudo dmesg

qu'on voit s'il y a eu changement de version, et voir s'il y a d'autres messages intéressants.

D'après la doc de sof, on peut faire remonter plus d'erreurs. Je vais me renseigner là-dessus, c'est important d'avoir des logs pour chercher.

Dernière modification par Nuliel (Le 13/01/2024, à 11:29)

Hors ligne

#65 Le 13/01/2024, à 12:33

Nuliel

Re : Pas de son sur Thomson PX14C4BL128

en + du message précédent
pour du debug dynamique, tu peux créer le fichier /etc/modprobe.d/sof-dyndbg.conf avec

sudo nano /etc/modprobe.d/sof-dyndbg.conf

y mettre le contenu

# ACPI
options snd_sof_acpi dyndbg=+pmf
options snd_sof_acpi_intel_byt dyndbg=+pmf
options snd_sof_acpi_intel_bdw dyndbg=+pmf
options snd_sof_intel_byt dyndbg=+pmf
options snd_sof_intel_bdw dyndbg=+pmf

# PCI
options snd_sof_pci dyndbg=+pmf
options snd_sof_pci_intel_apl dyndbg=+pmf
options snd_sof_pci_intel_cnl dyndbg=+pmf
options snd_sof_pci_intel_icl dyndbg=+pmf
options snd_sof_pci_intel_tgl dyndbg=+pmf

# OF
options snd_sof_of dyndbg=+pmf

# DSP selection
options snd_intel_dspcfg dyndbg=+pmf
options snd_intel_sdw_acpi dyndbg=+pmf

# SOF internals
options snd_sof_intel_ipc dyndbg=+pmf
options snd_sof_intel_hda_common dyndbg=+pmf
options snd_sof_intel_hda dyndbg=+pmf
options snd_sof dyndbg=+pmf
options snd_sof_nocodec dyndbg=+pmf

# SoundWire core
options soundwire_bus dyndbg=+pmf
options soundwire_generic_allocation dyndbg=+pmf
options soundwire_cadence dyndbg=+pmf
options soundwire_intel_init dyndbg=+pmf
options soundwire_intel dyndbg=+pmf

# SoundWire codecs
options snd_soc_rt700 dyndbg=+pmf
options snd_soc_rt5682_sdw dyndbg=+pmf
options snd_soc_rt5682 dyndbg=+pmf
options snd_soc_rt711 dyndbg=+pmf
options snd_soc_rt1308_sdw dyndbg=+pmf
options snd_soc_rt1308 dyndbg=+pmf
options snd_soc_rt715 dyndbg=+pmf
options snd_soc_max98373_sdw dyndbg=+pmf
options snd_soc_max98373 dyndbg=+pmf
options snd-soc-rt711-sdca dyndbg=+pmf
options snd-soc-rt1316-sdw dyndbg=+pmf
options snd-soc-rt715-sdca dyndbg=+pmf

# test stuff
options snd_sof_ipc_test dyndbg=+pmf
options snd_sof_probes dyndbg=+pmf
options snd_sof_intel_client dyndbg=+pmf
options snd_sof_client dyndbg=+pmf
options snd-sof-ipc-flood-test dyndbg=+pmf

# Legacy machine drivers for APCI platforms
options snd_soc_sst_bdw_rt5677_mach dyndbg=+pmf
options snd_soc_sst_broadwell dyndbg=+pmf
options snd_soc_sst_byt_cht_da7213 dyndbg=+pmf
options snd_soc_sst_byt_cht_es8316 dyndbg=+pmf
options snd_soc_sst_bytcr_rt5640 dyndbg=+pmf
options snd_soc_sst_bytcr_rt5651 dyndbg=+pmf
options snd_soc_sst_cht_bsw_max98090_ti dyndbg=+pmf
options snd_soc_sst_cht_bsw_nau8824 dyndbg=+pmf
options snd_soc_sst_cht_bsw_rt5645 dyndbg=+pmf
options snd_soc_sst_cht_bsw_rt5672 dyndbg=+pmf

# Machine drivers for PCI platforms
options snd_soc_sof_rt5682 dyndbg=+pmf
options snd_soc_sof_cs42l42 dyndbg=+pmf
options snd_soc_sof_es8336 dyndbg=+pmf
options snd_soc_sst_bxt_da7219_max98357a dyndbg=+pmf
options snd_soc_sst_bxt_rt298 dyndbg=+pmf
options snd_soc_sst_sof_pcm512x dyndbg=+pmf
options snd_soc_sst_sof_wm8804 dyndbg=+pmf
options snd_soc_sst_glk_rt5682_max98357a dyndbg=+pmf
options snd_soc_cml_rt1011_rt5682 dyndbg=+pmf
options snd_soc_skl_hda_dsp dyndbg=+pmf
options snd_soc_sof_da7219_max98373 dyndbg=+pmf
options snd_soc_ehl_rt5660 dyndbg=+pmf
options snd_soc_sof_sdw dyndbg=+pmf

sauvegarder et fermer (ctrl +X puis o puis entrée) et
redémarrer et redonner

sudo dmesg

Dernière modification par Nuliel (Le 13/01/2024, à 12:39)

Hors ligne

#66 Le 13/01/2024, à 12:48

guidel

Re : Pas de son sur Thomson PX14C4BL128

Hello,

delannoy@delannoy-PX14C:~$ sudo dmesg
[sudo] Mot de passe de delannoy : 
[    0.000000] microcode: updated early: 0x16 -> 0x22, date = 2022-09-20
[    0.000000] Linux version 6.5.0-14-generic (buildd@lcy02-amd64-110) (x86_64-linux-gnu-gcc-12 (Ubuntu 12.3.0-1ubuntu1~22.04) 12.3.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #14~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Mon Nov 20 18:15:30 UTC 2 (Ubuntu 6.5.0-14.14~22.04.1-generic 6.5.3)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-6.5.0-14-generic root=UUID=a9a16299-dcaf-462e-bbad-bf4d6d761117 ro quiet splash vt.handoff=7
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000003efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000003f000-0x000000000003ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000040000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000010000000-0x0000000012150fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000012151000-0x0000000076456fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000076457000-0x0000000079d0cfff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000079d0d000-0x0000000079d2ffff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000079d30000-0x0000000079d99fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000079d9a000-0x000000007a1b9fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007a1ba000-0x000000007aa56fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007aa57000-0x000000007aa57fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007aa58000-0x000000007aa59fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007aa5a000-0x000000007ab14fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007ab15000-0x000000007abc4fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007abc5000-0x000000007affffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007b000000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000d0000000-0x00000000d0ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000d3709000-0x00000000d3709fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe042000-0x00000000fe044fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe900000-0x00000000fe902fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000017fffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0x6c77d018-0x6c78d057] usable ==> usable
[    0.000000] e820: update [mem 0x6c77d018-0x6c78d057] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000003efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000003f000-0x000000000003ffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000040000-0x000000000009dfff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009e000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000000fffffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000010000000-0x0000000012150fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000012151000-0x000000006c77d017] usable
[    0.000000] reserve setup_data: [mem 0x000000006c77d018-0x000000006c78d057] usable
[    0.000000] reserve setup_data: [mem 0x000000006c78d058-0x0000000076456fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000076457000-0x0000000079d0cfff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000079d0d000-0x0000000079d2ffff] ACPI data
[    0.000000] reserve setup_data: [mem 0x0000000079d30000-0x0000000079d99fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000079d9a000-0x000000007a1b9fff] reserved
[    0.000000] reserve setup_data: [mem 0x000000007a1ba000-0x000000007aa56fff] usable
[    0.000000] reserve setup_data: [mem 0x000000007aa57000-0x000000007aa57fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000007aa58000-0x000000007aa59fff] reserved
[    0.000000] reserve setup_data: [mem 0x000000007aa5a000-0x000000007ab14fff] usable
[    0.000000] reserve setup_data: [mem 0x000000007ab15000-0x000000007abc4fff] reserved
[    0.000000] reserve setup_data: [mem 0x000000007abc5000-0x000000007affffff] usable
[    0.000000] reserve setup_data: [mem 0x000000007b000000-0x000000007fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000d0000000-0x00000000d0ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000d3709000-0x00000000d3709fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fe042000-0x00000000fe044fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fe900000-0x00000000fe902fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff800000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000017fffffff] usable
[    0.000000] efi: EFI v2.7 by American Megatrends
[    0.000000] efi: ACPI 2.0=0x79d18000 ACPI=0x79d18000 TPMFinalLog=0x79d68000 SMBIOS=0x79fbd000 SMBIOS 3.0=0x79fbc000 ESRT=0x75476e98 MOKvar=0x79fe9000 RNG=0x79d17018 TPMEventLog=0x6c78f018 
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem53: MMIO range=[0xd0000000-0xd0ffffff] (16MB) from e820 map
[    0.000000] e820: remove [mem 0xd0000000-0xd0ffffff] reserved
[    0.000000] efi: Not removing mem54: MMIO range=[0xd3709000-0xd3709fff] (4KB) from e820 map
[    0.000000] efi: Remove mem55: MMIO range=[0xe0000000-0xefffffff] (256MB) from e820 map
[    0.000000] e820: remove [mem 0xe0000000-0xefffffff] reserved
[    0.000000] efi: Not removing mem56: MMIO range=[0xfe042000-0xfe042fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem57: MMIO range=[0xfe043000-0xfe043fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem58: MMIO range=[0xfe044000-0xfe044fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem59: MMIO range=[0xfe900000-0xfe902fff] (12KB) from e820 map
[    0.000000] efi: Not removing mem60: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem61: MMIO range=[0xfed01000-0xfed01fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem62: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
[    0.000000] efi: Remove mem63: MMIO range=[0xff800000-0xffffffff] (8MB) from e820 map
[    0.000000] e820: remove [mem 0xff800000-0xffffffff] reserved
[    0.000000] secureboot: Secure boot disabled
[    0.000000] SMBIOS 3.2.0 present.
[    0.000000] DMI: THOMSON PX14C/G142U, BIOS E.G142U_4.S4.E1.042 04/19/2022
[    0.000000] tsc: Detected 1094.400 MHz processor
[    0.000034] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000045] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000087] last_pfn = 0x180000 max_arch_pfn = 0x400000000
[    0.000103] MTRR map: 7 entries (3 fixed + 4 variable; max 23), built from 10 variable MTRRs
[    0.000111] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000237] last_pfn = 0x7b000 max_arch_pfn = 0x400000000
[    0.012163] esrt: Reserving ESRT space from 0x0000000075476e98 to 0x0000000075476ed0.
[    0.012181] e820: update [mem 0x75476000-0x75476fff] usable ==> reserved
[    0.012257] Using GB pages for direct mapping
[    0.014075] secureboot: Secure boot disabled
[    0.014078] RAMDISK: [mem 0x6c797000-0x70a88fff]
[    0.014101] ACPI: Early table checksum verification disabled
[    0.014111] ACPI: RSDP 0x0000000079D18000 000024 (v02 ALASKA)
[    0.014126] ACPI: XSDT 0x0000000079D180C0 0000F4 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.014146] ACPI: FACP 0x0000000079D25190 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.014165] ACPI: DSDT 0x0000000079D18260 00CF2A (v02 ALASKA A M I    01072009 INTL 20160930)
[    0.014179] ACPI: FACS 0x0000000079D99080 000040
[    0.014188] ACPI: FPDT 0x0000000079D252B0 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.014200] ACPI: FIDT 0x0000000079D25300 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.014211] ACPI: MSDM 0x0000000079D253A0 000055 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.014223] ACPI: MCFG 0x0000000079D25400 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.014234] ACPI: DBG2 0x0000000079D25440 000072 (v00 INTEL  GLK-SOC  00000003 BRXT 0100000D)
[    0.014245] ACPI: DBGP 0x0000000079D254C0 000034 (v01 INTEL  GLK-SOC  00000003 BRXT 0100000D)
[    0.014256] ACPI: HPET 0x0000000079D25500 000038 (v01 INTEL  GLK-SOC  00000003 BRXT 0100000D)
[    0.014268] ACPI: LPIT 0x0000000079D25540 00005C (v01 INTEL  GLK-SOC  00000003 BRXT 0100000D)
[    0.014279] ACPI: APIC 0x0000000079D255A0 000084 (v04 INTEL  GLK-SOC  00000003 BRXT 0100000D)
[    0.014290] ACPI: NPKT 0x0000000079D25630 000065 (v01 INTEL  GLK-SOC  00000003 BRXT 0100000D)
[    0.014300] ACPI: SSDT 0x0000000079D256A0 004231 (v02 INTEL  DptfTab  00000003 BRXT 0100000D)
[    0.014312] ACPI: SSDT 0x0000000079D298E0 000C8F (v02 INTEL  UsbCTabl 00000003 BRXT 0100000D)
[    0.014323] ACPI: SSDT 0x0000000079D2A570 0008E1 (v01 Intel_ Platform 00001000 INTL 20160930)
[    0.014335] ACPI: SSDT 0x0000000079D2AE60 0000B1 (v01 Intel_ ADebTabl 00001000 INTL 20160930)
[    0.014346] ACPI: SSDT 0x0000000079D2AF20 0004B4 (v02 PmRef  Cpu0Ist  00003000 INTL 20160930)
[    0.014358] ACPI: SSDT 0x0000000079D2B3E0 000775 (v02 CpuRef CpuSsdt  00003000 INTL 20160930)
[    0.014369] ACPI: SSDT 0x0000000079D2BB60 00035F (v02 PmRef  Cpu0Tst  00003000 INTL 20160930)
[    0.014381] ACPI: SSDT 0x0000000079D2BEC0 0001E6 (v02 PmRef  ApTst    00003000 INTL 20160930)
[    0.014392] ACPI: SSDT 0x0000000079D2C0B0 0028B6 (v02 SaSsdt SaSsdt   00003000 INTL 20160930)
[    0.014403] ACPI: BGRT 0x0000000079D2E970 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.014414] ACPI: TPM2 0x0000000079D2E9B0 000034 (v04 ALASKA A M I    00000001 AMI  00000000)
[    0.014425] ACPI: DMAR 0x0000000079D2E9F0 0000A8 (v01 INTEL  GLK-SOC  00000003 BRXT 0100000D)
[    0.014436] ACPI: WDAT 0x0000000079D2EAA0 000104 (v01                 00000000      00000000)
[    0.014448] ACPI: NHLT 0x0000000079D2EBB0 00053E (v00 ALASKA A M I    00000002      01000013)
[    0.014459] ACPI: WSMT 0x0000000079D2F0F0 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.014469] ACPI: Reserving FACP table memory at [mem 0x79d25190-0x79d252a3]
[    0.014474] ACPI: Reserving DSDT table memory at [mem 0x79d18260-0x79d25189]
[    0.014478] ACPI: Reserving FACS table memory at [mem 0x79d99080-0x79d990bf]
[    0.014482] ACPI: Reserving FPDT table memory at [mem 0x79d252b0-0x79d252f3]
[    0.014485] ACPI: Reserving FIDT table memory at [mem 0x79d25300-0x79d2539b]
[    0.014489] ACPI: Reserving MSDM table memory at [mem 0x79d253a0-0x79d253f4]
[    0.014492] ACPI: Reserving MCFG table memory at [mem 0x79d25400-0x79d2543b]
[    0.014495] ACPI: Reserving DBG2 table memory at [mem 0x79d25440-0x79d254b1]
[    0.014499] ACPI: Reserving DBGP table memory at [mem 0x79d254c0-0x79d254f3]
[    0.014502] ACPI: Reserving HPET table memory at [mem 0x79d25500-0x79d25537]
[    0.014506] ACPI: Reserving LPIT table memory at [mem 0x79d25540-0x79d2559b]
[    0.014509] ACPI: Reserving APIC table memory at [mem 0x79d255a0-0x79d25623]
[    0.014512] ACPI: Reserving NPKT table memory at [mem 0x79d25630-0x79d25694]
[    0.014516] ACPI: Reserving SSDT table memory at [mem 0x79d256a0-0x79d298d0]
[    0.014519] ACPI: Reserving SSDT table memory at [mem 0x79d298e0-0x79d2a56e]
[    0.014523] ACPI: Reserving SSDT table memory at [mem 0x79d2a570-0x79d2ae50]
[    0.014526] ACPI: Reserving SSDT table memory at [mem 0x79d2ae60-0x79d2af10]
[    0.014529] ACPI: Reserving SSDT table memory at [mem 0x79d2af20-0x79d2b3d3]
[    0.014533] ACPI: Reserving SSDT table memory at [mem 0x79d2b3e0-0x79d2bb54]
[    0.014536] ACPI: Reserving SSDT table memory at [mem 0x79d2bb60-0x79d2bebe]
[    0.014540] ACPI: Reserving SSDT table memory at [mem 0x79d2bec0-0x79d2c0a5]
[    0.014543] ACPI: Reserving SSDT table memory at [mem 0x79d2c0b0-0x79d2e965]
[    0.014547] ACPI: Reserving BGRT table memory at [mem 0x79d2e970-0x79d2e9a7]
[    0.014550] ACPI: Reserving TPM2 table memory at [mem 0x79d2e9b0-0x79d2e9e3]
[    0.014554] ACPI: Reserving DMAR table memory at [mem 0x79d2e9f0-0x79d2ea97]
[    0.014557] ACPI: Reserving WDAT table memory at [mem 0x79d2eaa0-0x79d2eba3]
[    0.014561] ACPI: Reserving NHLT table memory at [mem 0x79d2ebb0-0x79d2f0ed]
[    0.014564] ACPI: Reserving WSMT table memory at [mem 0x79d2f0f0-0x79d2f117]
[    0.015210] No NUMA configuration found
[    0.015214] Faking a node at [mem 0x0000000000000000-0x000000017fffffff]
[    0.015253] NODE_DATA(0) allocated [mem 0x17ffd5000-0x17fffffff]
[    0.016065] Zone ranges:
[    0.016068]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.016075]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.016081]   Normal   [mem 0x0000000100000000-0x000000017fffffff]
[    0.016087]   Device   empty
[    0.016091] Movable zone start for each node
[    0.016099] Early memory node ranges
[    0.016101]   node   0: [mem 0x0000000000001000-0x000000000003efff]
[    0.016107]   node   0: [mem 0x0000000000040000-0x000000000009dfff]
[    0.016110]   node   0: [mem 0x0000000000100000-0x000000000fffffff]
[    0.016114]   node   0: [mem 0x0000000012151000-0x0000000076456fff]
[    0.016119]   node   0: [mem 0x000000007a1ba000-0x000000007aa56fff]
[    0.016122]   node   0: [mem 0x000000007aa5a000-0x000000007ab14fff]
[    0.016125]   node   0: [mem 0x000000007abc5000-0x000000007affffff]
[    0.016128]   node   0: [mem 0x0000000100000000-0x000000017fffffff]
[    0.016136] Initmem setup node 0 [mem 0x0000000000001000-0x000000017fffffff]
[    0.016149] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.016155] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.016224] On node 0, zone DMA: 98 pages in unavailable ranges
[    0.024824] On node 0, zone DMA32: 8529 pages in unavailable ranges
[    0.025386] On node 0, zone DMA32: 15715 pages in unavailable ranges
[    0.025394] On node 0, zone DMA32: 3 pages in unavailable ranges
[    0.025422] On node 0, zone DMA32: 176 pages in unavailable ranges
[    0.035459] On node 0, zone Normal: 20480 pages in unavailable ranges
[    0.035493] Reserving Intel graphics memory at [mem 0x7c000000-0x7fffffff]
[    0.038341] ACPI: PM-Timer IO Port: 0x408
[    0.038370] ACPI: LAPIC_NMI (acpi_id[0x01] high level lint[0x1])
[    0.038377] ACPI: LAPIC_NMI (acpi_id[0x02] high level lint[0x1])
[    0.038381] ACPI: LAPIC_NMI (acpi_id[0x03] high level lint[0x1])
[    0.038384] ACPI: LAPIC_NMI (acpi_id[0x04] high level lint[0x1])
[    0.038425] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-119
[    0.038435] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.038442] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.038456] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.038460] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.038486] e820: update [mem 0x72cf8000-0x732e6fff] usable ==> reserved
[    0.038542] TSC deadline timer available
[    0.038545] smpboot: Allowing 4 CPUs, 2 hotplug CPUs
[    0.038633] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.038641] PM: hibernation: Registered nosave memory: [mem 0x0003f000-0x0003ffff]
[    0.038648] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x000fffff]
[    0.038655] PM: hibernation: Registered nosave memory: [mem 0x10000000-0x12150fff]
[    0.038662] PM: hibernation: Registered nosave memory: [mem 0x6c77d000-0x6c77dfff]
[    0.038668] PM: hibernation: Registered nosave memory: [mem 0x6c78d000-0x6c78dfff]
[    0.038675] PM: hibernation: Registered nosave memory: [mem 0x72cf8000-0x732e6fff]
[    0.038682] PM: hibernation: Registered nosave memory: [mem 0x75476000-0x75476fff]
[    0.038689] PM: hibernation: Registered nosave memory: [mem 0x76457000-0x79d0cfff]
[    0.038692] PM: hibernation: Registered nosave memory: [mem 0x79d0d000-0x79d2ffff]
[    0.038695] PM: hibernation: Registered nosave memory: [mem 0x79d30000-0x79d99fff]
[    0.038698] PM: hibernation: Registered nosave memory: [mem 0x79d9a000-0x7a1b9fff]
[    0.038705] PM: hibernation: Registered nosave memory: [mem 0x7aa57000-0x7aa57fff]
[    0.038708] PM: hibernation: Registered nosave memory: [mem 0x7aa58000-0x7aa59fff]
[    0.038715] PM: hibernation: Registered nosave memory: [mem 0x7ab15000-0x7abc4fff]
[    0.038722] PM: hibernation: Registered nosave memory: [mem 0x7b000000-0x7fffffff]
[    0.038725] PM: hibernation: Registered nosave memory: [mem 0x80000000-0xd3708fff]
[    0.038728] PM: hibernation: Registered nosave memory: [mem 0xd3709000-0xd3709fff]
[    0.038731] PM: hibernation: Registered nosave memory: [mem 0xd370a000-0xfe041fff]
[    0.038734] PM: hibernation: Registered nosave memory: [mem 0xfe042000-0xfe044fff]
[    0.038737] PM: hibernation: Registered nosave memory: [mem 0xfe045000-0xfe8fffff]
[    0.038740] PM: hibernation: Registered nosave memory: [mem 0xfe900000-0xfe902fff]
[    0.038743] PM: hibernation: Registered nosave memory: [mem 0xfe903000-0xfebfffff]
[    0.038746] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.038749] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfed00fff]
[    0.038752] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed01fff]
[    0.038755] PM: hibernation: Registered nosave memory: [mem 0xfed02000-0xfedfffff]
[    0.038758] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.038761] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
[    0.038767] [mem 0x80000000-0xd3708fff] available for PCI devices
[    0.038771] Booting paravirtualized kernel on bare hardware
[    0.038778] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.038807] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.039660] percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u524288
[    0.039687] pcpu-alloc: s221184 r8192 d28672 u524288 alloc=1*2097152
[    0.039695] pcpu-alloc: [0] 0 1 2 3 
[    0.039783] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.5.0-14-generic root=UUID=a9a16299-dcaf-462e-bbad-bf4d6d761117 ro quiet splash vt.handoff=7
[    0.040092] Unknown kernel command line parameters "splash BOOT_IMAGE=/boot/vmlinuz-6.5.0-14-generic", will be passed to user space.
[    0.041256] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.041831] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.042020] Fallback order for Node 0: 0 
[    0.042034] Built 1 zonelists, mobility grouping on.  Total pages: 987734
[    0.042040] Policy zone: Normal
[    0.042063] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.042090] software IO TLB: area num 4.
[    0.107885] Memory: 3646500K/4014292K available (20480K kernel code, 4265K rwdata, 13180K rodata, 4792K init, 17396K bss, 367532K reserved, 0K cma-reserved)
[    0.108838] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.108946] ftrace: allocating 55226 entries in 216 pages
[    0.132401] ftrace: allocated 216 pages with 4 groups
[    0.134710] Dynamic Preempt: voluntary
[    0.134801] rcu: Preemptible hierarchical RCU implementation.
[    0.134804] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[    0.134809] 	Trampoline variant of Tasks RCU enabled.
[    0.134811] 	Rude variant of Tasks RCU enabled.
[    0.134813] 	Tracing variant of Tasks RCU enabled.
[    0.134816] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.134819] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.146097] NR_IRQS: 524544, nr_irqs: 1024, preallocated irqs: 16
[    0.146509] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.146792] Console: colour dummy device 80x25
[    0.146800] printk: console [tty0] enabled
[    0.146979] ACPI: Core revision 20230331
[    0.147627] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 99544814920 ns
[    0.147756] APIC: Switch to symmetric I/O mode setup
[    0.147764] DMAR: Host address width 39
[    0.147768] DMAR: DRHD base: 0x000000fed64000 flags: 0x0
[    0.147787] DMAR: dmar0: reg_base_addr fed64000 ver 1:0 cap 1c0000c40660462 ecap 9e2ff0505e
[    0.147797] DMAR: DRHD base: 0x000000fed65000 flags: 0x1
[    0.147812] DMAR: dmar1: reg_base_addr fed65000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.147820] DMAR: RMRR base: 0x00000079cbb000 end: 0x00000079cdafff
[    0.147826] DMAR: RMRR base: 0x0000007b800000 end: 0x0000007fffffff
[    0.147834] DMAR-IR: IOAPIC id 1 under DRHD base  0xfed65000 IOMMU 1
[    0.147839] DMAR-IR: HPET id 0 under DRHD base 0xfed65000
[    0.147843] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.150349] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.150360] x2apic enabled
[    0.150385] Switched APIC routing to cluster x2apic.
[    0.155272] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.171692] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0xfc66f4fc7c, max_idle_ns: 440795224246 ns
[    0.171717] Calibrating delay loop (skipped), value calculated using timer frequency.. 2188.80 BogoMIPS (lpj=4377600)
[    0.171780] x86/cpu: SGX disabled by BIOS.
[    0.171809] CPU0: Thermal monitoring enabled (TM1)
[    0.171816] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.171940] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.171945] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.171956] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.171964] Spectre V2 : Mitigation: Enhanced / Automatic IBRS
[    0.171969] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.171978] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.171984] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.172000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.172006] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.172009] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.172013] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.172018] x86/fpu: xstate_offset[3]:  576, xstate_sizes[3]:   64
[    0.172023] x86/fpu: xstate_offset[4]:  640, xstate_sizes[4]:   64
[    0.172028] x86/fpu: Enabled xstate features 0x1b, context size is 704 bytes, using 'compacted' format.
[    0.258661] Freeing SMP alternatives memory: 44K
[    0.258675] pid_max: default: 32768 minimum: 301
[    0.266279] LSM: initializing lsm=lockdown,capability,landlock,yama,apparmor,integrity
[    0.266332] landlock: Up and running.
[    0.266335] Yama: becoming mindful.
[    0.266414] AppArmor: AppArmor initialized
[    0.266549] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.266574] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.267355] smpboot: CPU0: Intel(R) Celeron(R) N4020 CPU @ 1.10GHz (family: 0x6, model: 0x7a, stepping: 0x8)
[    0.267705] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[    0.267705] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[    0.267705] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[    0.267705] Performance Events: PEBS fmt3+, Goldmont plus events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.267705] ... version:                4
[    0.267705] ... bit width:              48
[    0.267705] ... generic registers:      4
[    0.267705] ... value mask:             0000ffffffffffff
[    0.267705] ... max period:             00007fffffffffff
[    0.267705] ... fixed-purpose events:   3
[    0.267705] ... event mask:             000000070000000f
[    0.267705] signal: max sigframe size: 2032
[    0.267705] Estimated ratio of average max frequency by base frequency (times 1024): 2606
[    0.267705] rcu: Hierarchical SRCU implementation.
[    0.267705] rcu: 	Max phase no-delay instances is 1000.
[    0.267705] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.267705] smp: Bringing up secondary CPUs ...
[    0.267705] smpboot: x86: Booting SMP configuration:
[    0.267705] .... node  #0, CPUs:      #1
[    0.275857] smp: Brought up 1 node, 2 CPUs
[    0.275857] smpboot: Max logical packages: 2
[    0.275857] smpboot: Total of 2 processors activated (4377.60 BogoMIPS)
[    0.276684] devtmpfs: initialized
[    0.276684] x86/mm: Memory block size: 128MB
[    0.277398] ACPI: PM: Registering ACPI NVS region [mem 0x79d30000-0x79d99fff] (434176 bytes)
[    0.277398] ACPI: PM: Registering ACPI NVS region [mem 0x7aa57000-0x7aa57fff] (4096 bytes)
[    0.277398] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.277398] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.277398] pinctrl core: initialized pinctrl subsystem
[    0.279931] PM: RTC time: 10:01:34, date: 2024-01-13
[    0.281592] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.282150] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[    0.282289] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.282422] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.282454] audit: initializing netlink subsys (disabled)
[    0.282619] audit: type=2000 audit(1705140093.132:1): state=initialized audit_enabled=0 res=1
[    0.283000] thermal_sys: Registered thermal governor 'fair_share'
[    0.283007] thermal_sys: Registered thermal governor 'bang_bang'
[    0.283010] thermal_sys: Registered thermal governor 'step_wise'
[    0.283013] thermal_sys: Registered thermal governor 'user_space'
[    0.283015] thermal_sys: Registered thermal governor 'power_allocator'
[    0.283036] EISA bus registered
[    0.283069] cpuidle: using governor ladder
[    0.283082] cpuidle: using governor menu
[    0.283312] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.283566] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.283583] PCI: not using MMCONFIG
[    0.283588] PCI: Using configuration type 1 for base access
[    0.284168] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.310643] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.310650] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.310655] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.310659] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.311844] fbcon: Taking over console
[    0.311903] ACPI: Added _OSI(Module Device)
[    0.311909] ACPI: Added _OSI(Processor Device)
[    0.311912] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.311916] ACPI: Added _OSI(Processor Aggregator Device)
[    0.348300] ACPI: 10 ACPI AML tables successfully acquired and loaded
[    0.365593] ACPI: Dynamic OEM Table Load:
[    0.365593] ACPI: SSDT 0xFFFF9EDD00F90800 000190 (v02 PmRef  Cpu0Cst  00003001 INTL 20160930)
[    0.369804] ACPI: Dynamic OEM Table Load:
[    0.369824] ACPI: SSDT 0xFFFF9EDD00F90A00 0001E6 (v02 PmRef  ApIst    00003000 INTL 20160930)
[    0.372117] ACPI: Dynamic OEM Table Load:
[    0.372134] ACPI: SSDT 0xFFFF9EDD00C95100 0000C9 (v02 PmRef  ApCst    00003000 INTL 20160930)
[    0.375149] ACPI: EC: EC started
[    0.375154] ACPI: EC: interrupt blocked
[    0.483911] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.483921] ACPI: \_SB_.PCI0.SBRG.H_EC: Boot DSDT EC used to handle transactions
[    0.483927] ACPI: Interpreter enabled
[    0.484009] ACPI: PM: (supports S0 S3 S4 S5)
[    0.484014] ACPI: Using IOAPIC for interrupt routing
[    0.486908] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.488198] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved as ACPI motherboard resource
[    0.488236] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.488241] PCI: Using E820 reservations for host bridge windows
[    0.489324] ACPI: Enabled 10 GPEs in block 00 to 7F
[    0.510017] ACPI: \_SB_.PCI0.RP01.PXSX.DRST: New power resource
[    0.511109] ACPI: \_SB_.PCI0.RP02.PXSX.DRST: New power resource
[    0.512211] ACPI: \_SB_.PCI0.RP03.PXSX.DRST: New power resource
[    0.513289] ACPI: \_SB_.PCI0.RP04.PXSX.DRST: New power resource
[    0.514378] ACPI: \_SB_.PCI0.RP05.PXSX.DRST: New power resource
[    0.515472] ACPI: \_SB_.PCI0.RP06.PXSX.DRST: New power resource
[    0.516725] ACPI: \_SB_.PCI0.CNVW.WRST: New power resource
[    0.529018] ACPI: \_TZ_.FN00: New power resource
[    0.531119] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.531141] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.534385] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
[    0.537140] PCI host bridge to bus 0000:00
[    0.537148] pci_bus 0000:00: root bus resource [io  0x0070-0x0077]
[    0.537155] pci_bus 0000:00: root bus resource [io  0x0000-0x006f window]
[    0.537161] pci_bus 0000:00: root bus resource [io  0x0078-0x0cf7 window]
[    0.537167] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.537174] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000fffff window]
[    0.537180] pci_bus 0000:00: root bus resource [mem 0x7c000001-0xcfffffff window]
[    0.537185] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff window]
[    0.537190] pci_bus 0000:00: root bus resource [mem 0xfea00000-0xfeafffff window]
[    0.537195] pci_bus 0000:00: root bus resource [mem 0xfed00000-0xfed003ff window]
[    0.537200] pci_bus 0000:00: root bus resource [mem 0xfed01000-0xfed01fff window]
[    0.537204] pci_bus 0000:00: root bus resource [mem 0xfed03000-0xfed03fff window]
[    0.537209] pci_bus 0000:00: root bus resource [mem 0xfed06000-0xfed06fff window]
[    0.537214] pci_bus 0000:00: root bus resource [mem 0xfed08000-0xfed09fff window]
[    0.537218] pci_bus 0000:00: root bus resource [mem 0xfed80000-0xfedbffff window]
[    0.537223] pci_bus 0000:00: root bus resource [mem 0xfed1c000-0xfed1cfff window]
[    0.537228] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xfeefffff window]
[    0.537233] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.537288] pci 0000:00:00.0: [8086:31f0] type 00 class 0x060000
[    0.537607] pci 0000:00:00.1: [8086:318c] type 00 class 0x118000
[    0.537647] pci 0000:00:00.1: reg 0x10: [mem 0x80000000-0x80007fff 64bit]
[    0.537996] pci 0000:00:02.0: [8086:3185] type 00 class 0x030000
[    0.538018] pci 0000:00:02.0: reg 0x10: [mem 0xa0000000-0xa0ffffff 64bit]
[    0.538032] pci 0000:00:02.0: reg 0x18: [mem 0x90000000-0x9fffffff 64bit pref]
[    0.538043] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.538081] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.538091] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.538753] pci 0000:00:0e.0: [8086:3198] type 00 class 0x040100
[    0.538789] pci 0000:00:0e.0: reg 0x10: [mem 0xa1110000-0xa1113fff 64bit]
[    0.538832] pci 0000:00:0e.0: reg 0x20: [mem 0xa1000000-0xa10fffff 64bit]
[    0.538966] pci 0000:00:0e.0: PME# supported from D0 D3hot D3cold
[    0.543487] pci 0000:00:0f.0: [8086:319a] type 00 class 0x078000
[    0.543536] pci 0000:00:0f.0: reg 0x10: [mem 0xa1139000-0xa1139fff 64bit]
[    0.543696] pci 0000:00:0f.0: PME# supported from D3hot
[    0.543965] pci 0000:00:12.0: [8086:31e3] type 00 class 0x010601
[    0.543988] pci 0000:00:12.0: reg 0x10: [mem 0xa1114000-0xa1115fff]
[    0.544002] pci 0000:00:12.0: reg 0x14: [mem 0xa1138000-0xa11380ff]
[    0.544016] pci 0000:00:12.0: reg 0x18: [io  0xf090-0xf097]
[    0.544029] pci 0000:00:12.0: reg 0x1c: [io  0xf080-0xf083]
[    0.544043] pci 0000:00:12.0: reg 0x20: [io  0xf060-0xf07f]
[    0.544056] pci 0000:00:12.0: reg 0x24: [mem 0xa1137000-0xa11377ff]
[    0.544121] pci 0000:00:12.0: PME# supported from D3hot
[    0.544373] pci 0000:00:13.0: [8086:31d8] type 01 class 0x060400
[    0.544553] pci 0000:00:13.0: PME# supported from D0 D3hot D3cold
[    0.544915] pci 0000:00:13.1: [8086:31d9] type 01 class 0x060400
[    0.545097] pci 0000:00:13.1: PME# supported from D0 D3hot D3cold
[    0.545438] pci 0000:00:13.2: [8086:31da] type 01 class 0x060400
[    0.545619] pci 0000:00:13.2: PME# supported from D0 D3hot D3cold
[    0.545996] pci 0000:00:13.3: [8086:31db] type 01 class 0x060400
[    0.546178] pci 0000:00:13.3: PME# supported from D0 D3hot D3cold
[    0.546535] pci 0000:00:14.0: [8086:31d6] type 01 class 0x060400
[    0.546714] pci 0000:00:14.0: PME# supported from D0 D3hot D3cold
[    0.547060] pci 0000:00:14.1: [8086:31d7] type 01 class 0x060400
[    0.547240] pci 0000:00:14.1: PME# supported from D0 D3hot D3cold
[    0.547583] pci 0000:00:15.0: [8086:31a8] type 00 class 0x0c0330
[    0.547612] pci 0000:00:15.0: reg 0x10: [mem 0xa1100000-0xa110ffff 64bit]
[    0.547716] pci 0000:00:15.0: PME# supported from D3hot D3cold
[    0.548012] pci 0000:00:16.0: [8086:31ac] type 00 class 0x118000
[    0.548044] pci 0000:00:16.0: reg 0x10: [mem 0xa1136000-0xa1136fff 64bit]
[    0.548065] pci 0000:00:16.0: reg 0x18: [mem 0xa1135000-0xa1135fff 64bit]
[    0.548350] pci 0000:00:16.1: [8086:31ae] type 00 class 0x118000
[    0.548381] pci 0000:00:16.1: reg 0x10: [mem 0xa1134000-0xa1134fff 64bit]
[    0.548400] pci 0000:00:16.1: reg 0x18: [mem 0xa1133000-0xa1133fff 64bit]
[    0.548713] pci 0000:00:16.2: [8086:31b0] type 00 class 0x118000
[    0.548743] pci 0000:00:16.2: reg 0x10: [mem 0xa1132000-0xa1132fff 64bit]
[    0.548764] pci 0000:00:16.2: reg 0x18: [mem 0xa1131000-0xa1131fff 64bit]
[    0.549045] pci 0000:00:16.3: [8086:31b2] type 00 class 0x118000
[    0.549076] pci 0000:00:16.3: reg 0x10: [mem 0xa1130000-0xa1130fff 64bit]
[    0.549098] pci 0000:00:16.3: reg 0x18: [mem 0xa112f000-0xa112ffff 64bit]
[    0.549381] pci 0000:00:17.0: [8086:31b4] type 00 class 0x118000
[    0.549411] pci 0000:00:17.0: reg 0x10: [mem 0xa112e000-0xa112efff 64bit]
[    0.549432] pci 0000:00:17.0: reg 0x18: [mem 0xa112d000-0xa112dfff 64bit]
[    0.549733] pci 0000:00:17.1: [8086:31b6] type 00 class 0x118000
[    0.549765] pci 0000:00:17.1: reg 0x10: [mem 0xa112c000-0xa112cfff 64bit]
[    0.549785] pci 0000:00:17.1: reg 0x18: [mem 0xa112b000-0xa112bfff 64bit]
[    0.550060] pci 0000:00:17.2: [8086:31b8] type 00 class 0x118000
[    0.550090] pci 0000:00:17.2: reg 0x10: [mem 0xa112a000-0xa112afff 64bit]
[    0.550110] pci 0000:00:17.2: reg 0x18: [mem 0xa1129000-0xa1129fff 64bit]
[    0.550387] pci 0000:00:17.3: [8086:31ba] type 00 class 0x118000
[    0.550416] pci 0000:00:17.3: reg 0x10: [mem 0xa1128000-0xa1128fff 64bit]
[    0.550456] pci 0000:00:17.3: reg 0x18: [mem 0xa1127000-0xa1127fff 64bit]
[    0.550753] pci 0000:00:18.0: [8086:31bc] type 00 class 0x118000
[    0.550782] pci 0000:00:18.0: reg 0x10: [mem 0xa1126000-0xa1126fff 64bit]
[    0.550802] pci 0000:00:18.0: reg 0x18: [mem 0xa1125000-0xa1125fff 64bit]
[    0.551074] pci 0000:00:18.1: [8086:31be] type 00 class 0x118000
[    0.551105] pci 0000:00:18.1: reg 0x10: [mem 0xa1124000-0xa1124fff 64bit]
[    0.551125] pci 0000:00:18.1: reg 0x18: [mem 0xa1123000-0xa1123fff 64bit]
[    0.551411] pci 0000:00:18.2: [8086:31c0] type 00 class 0x118000
[    0.551462] pci 0000:00:18.2: reg 0x10: [mem 0xfea10000-0xfea10fff 64bit]
[    0.551483] pci 0000:00:18.2: reg 0x18: [mem 0x00000000-0x00000fff 64bit]
[    0.551765] pci 0000:00:18.3: [8086:31ee] type 00 class 0x118000
[    0.551796] pci 0000:00:18.3: reg 0x10: [mem 0xa1122000-0xa1122fff 64bit]
[    0.551816] pci 0000:00:18.3: reg 0x18: [mem 0xa1121000-0xa1121fff 64bit]
[    0.552119] pci 0000:00:19.0: [8086:31c2] type 00 class 0x118000
[    0.552149] pci 0000:00:19.0: reg 0x10: [mem 0xa1120000-0xa1120fff 64bit]
[    0.552169] pci 0000:00:19.0: reg 0x18: [mem 0xa111f000-0xa111ffff 64bit]
[    0.552441] pci 0000:00:19.1: [8086:31c4] type 00 class 0x118000
[    0.552479] pci 0000:00:19.1: reg 0x10: [mem 0xa111e000-0xa111efff 64bit]
[    0.552499] pci 0000:00:19.1: reg 0x18: [mem 0xa111d000-0xa111dfff 64bit]
[    0.552768] pci 0000:00:19.2: [8086:31c6] type 00 class 0x118000
[    0.552800] pci 0000:00:19.2: reg 0x10: [mem 0xa111c000-0xa111cfff 64bit]
[    0.552822] pci 0000:00:19.2: reg 0x18: [mem 0xa111b000-0xa111bfff 64bit]
[    0.553133] pci 0000:00:1c.0: [8086:31cc] type 00 class 0x080501
[    0.553166] pci 0000:00:1c.0: reg 0x10: [mem 0xa111a000-0xa111afff 64bit]
[    0.553186] pci 0000:00:1c.0: reg 0x18: [mem 0xa1119000-0xa1119fff 64bit]
[    0.553800] pci 0000:00:1e.0: [8086:31d0] type 00 class 0x080501
[    0.553831] pci 0000:00:1e.0: reg 0x10: [mem 0xa1118000-0xa1118fff 64bit]
[    0.553850] pci 0000:00:1e.0: reg 0x18: [mem 0xa1117000-0xa1117fff 64bit]
[    0.554116] pci 0000:00:1f.0: [8086:31e8] type 00 class 0x060100
[    0.554501] pci 0000:00:1f.1: [8086:31d4] type 00 class 0x0c0500
[    0.554575] pci 0000:00:1f.1: reg 0x10: [mem 0xa1116000-0xa11160ff 64bit]
[    0.554660] pci 0000:00:1f.1: reg 0x20: [io  0xf040-0xf05f]
[    0.555015] pci 0000:00:13.0: PCI bridge to [bus 01]
[    0.555169] pci 0000:00:13.1: PCI bridge to [bus 02]
[    0.555330] pci 0000:00:13.2: PCI bridge to [bus 03]
[    0.555496] pci 0000:00:13.3: PCI bridge to [bus 04]
[    0.555672] pci 0000:00:14.0: PCI bridge to [bus 05]
[    0.555856] pci 0000:00:14.1: PCI bridge to [bus 06]
[    0.563346] ACPI: PCI: Interrupt link LNKA configured for IRQ 3
[    0.563580] ACPI: PCI: Interrupt link LNKB configured for IRQ 4
[    0.563842] ACPI: PCI: Interrupt link LNKC configured for IRQ 5
[    0.564073] ACPI: PCI: Interrupt link LNKD configured for IRQ 6
[    0.564302] ACPI: PCI: Interrupt link LNKE configured for IRQ 7
[    0.564529] ACPI: PCI: Interrupt link LNKF configured for IRQ 9
[    0.564755] ACPI: PCI: Interrupt link LNKG configured for IRQ 10
[    0.564982] ACPI: PCI: Interrupt link LNKH configured for IRQ 11
[    0.578822] ACPI Warning: GPE type mismatch (level/edge) (20230331/evxface-791)
[    0.578864] ACPI: EC: interrupt unblocked
[    0.578867] ACPI: EC: event unblocked
[    0.578878] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.578881] ACPI: EC: GPE=0x26
[    0.578886] ACPI: \_SB_.PCI0.SBRG.H_EC: Boot DSDT EC initialization complete
[    0.578893] ACPI: \_SB_.PCI0.SBRG.H_EC: EC: Used to handle transactions and events
[    0.579140] iommu: Default domain type: Translated
[    0.579140] iommu: DMA domain TLB invalidation policy: lazy mode
[    0.580131] SCSI subsystem initialized
[    0.580153] libata version 3.00 loaded.
[    0.580153] ACPI: bus type USB registered
[    0.580153] usbcore: registered new interface driver usbfs
[    0.580153] usbcore: registered new interface driver hub
[    0.580153] usbcore: registered new device driver usb
[    0.580153] pps_core: LinuxPPS API ver. 1 registered
[    0.580153] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.580153] PTP clock support registered
[    0.580153] EDAC MC: Ver: 3.0.0
[    0.580153] efivars: Registered efivars operations
[    0.580480] NetLabel: Initializing
[    0.580485] NetLabel:  domain hash size = 128
[    0.580489] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.580542] NetLabel:  unlabeled traffic allowed by default
[    0.580597] mctp: management component transport protocol core
[    0.580597] NET: Registered PF_MCTP protocol family
[    0.580597] PCI: Using ACPI for IRQ routing
[    0.611544] PCI: pci_cache_line_size set to 64 bytes
[    0.611777] resource: Expanded resource Reserved due to conflict with PCI Bus 0000:00
[    0.611784] e820: reserve RAM buffer [mem 0x0003f000-0x0003ffff]
[    0.611791] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.611795] e820: reserve RAM buffer [mem 0x6c77d018-0x6fffffff]
[    0.611800] e820: reserve RAM buffer [mem 0x72cf8000-0x73ffffff]
[    0.611804] e820: reserve RAM buffer [mem 0x75476000-0x77ffffff]
[    0.611807] e820: reserve RAM buffer [mem 0x76457000-0x77ffffff]
[    0.611811] e820: reserve RAM buffer [mem 0x7aa57000-0x7bffffff]
[    0.611815] e820: reserve RAM buffer [mem 0x7ab15000-0x7bffffff]
[    0.611819] e820: reserve RAM buffer [mem 0x7b000000-0x7bffffff]
[    0.611980] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.611980] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.611980] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.611980] vgaarb: loaded
[    0.620100] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.620135] hpet0: 8 comparators, 64-bit 19.200000 MHz counter
[    0.622351] clocksource: Switched to clocksource tsc-early
[    0.653975] VFS: Disk quotas dquot_6.6.0
[    0.654013] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.654414] AppArmor: AppArmor Filesystem Enabled
[    0.654543] pnp: PnP ACPI init
[    0.654902] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.654915] system 00:00: [io  0x0400-0x047f] could not be reserved
[    0.654921] system 00:00: [io  0x0500-0x05fe] has been reserved
[    0.654926] system 00:00: [io  0x0600-0x061f] has been reserved
[    0.654932] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.657638] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
[    0.657648] system 00:01: [mem 0xfea00000-0xfeafffff] could not be reserved
[    0.657655] system 00:01: [mem 0xfed01000-0xfed01fff] has been reserved
[    0.657661] system 00:01: [mem 0xfed03000-0xfed03fff] has been reserved
[    0.657666] system 00:01: [mem 0xfed06000-0xfed06fff] has been reserved
[    0.657671] system 00:01: [mem 0xfed08000-0xfed09fff] has been reserved
[    0.657677] system 00:01: [mem 0xfed80000-0xfedbffff] has been reserved
[    0.657682] system 00:01: [mem 0xfed1c000-0xfed1cfff] has been reserved
[    0.657688] system 00:01: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.659418] pnp: PnP ACPI: found 4 devices
[    0.668912] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.669124] NET: Registered PF_INET protocol family
[    0.669325] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.672547] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    0.672633] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.672754] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.673176] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[    0.673451] TCP: Hash tables configured (established 32768 bind 32768)
[    0.673630] MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)
[    0.673695] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.673752] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.673876] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.673897] NET: Registered PF_XDP protocol family
[    0.673954] resource: avoiding allocation from e820 entry [mem 0x0009e000-0x000fffff]
[    0.673962] resource: avoiding allocation from e820 entry [mem 0x7b000000-0x7fffffff]
[    0.673970] pci 0000:00:18.2: BAR 2: assigned [mem 0x80008000-0x80008fff 64bit]
[    0.674002] pci 0000:00:13.0: PCI bridge to [bus 01]
[    0.674035] pci 0000:00:13.1: PCI bridge to [bus 02]
[    0.674069] pci 0000:00:13.2: PCI bridge to [bus 03]
[    0.674103] pci 0000:00:13.3: PCI bridge to [bus 04]
[    0.674137] pci 0000:00:14.0: PCI bridge to [bus 05]
[    0.674167] pci 0000:00:14.1: PCI bridge to [bus 06]
[    0.674204] pci_bus 0000:00: resource 4 [io  0x0070-0x0077]
[    0.674210] pci_bus 0000:00: resource 5 [io  0x0000-0x006f window]
[    0.674216] pci_bus 0000:00: resource 6 [io  0x0078-0x0cf7 window]
[    0.674221] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.674226] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000fffff window]
[    0.674231] pci_bus 0000:00: resource 9 [mem 0x7c000001-0xcfffffff window]
[    0.674236] pci_bus 0000:00: resource 10 [mem 0xe0000000-0xefffffff window]
[    0.674241] pci_bus 0000:00: resource 11 [mem 0xfea00000-0xfeafffff window]
[    0.674246] pci_bus 0000:00: resource 12 [mem 0xfed00000-0xfed003ff window]
[    0.674251] pci_bus 0000:00: resource 13 [mem 0xfed01000-0xfed01fff window]
[    0.674256] pci_bus 0000:00: resource 14 [mem 0xfed03000-0xfed03fff window]
[    0.674261] pci_bus 0000:00: resource 15 [mem 0xfed06000-0xfed06fff window]
[    0.674266] pci_bus 0000:00: resource 16 [mem 0xfed08000-0xfed09fff window]
[    0.674271] pci_bus 0000:00: resource 17 [mem 0xfed80000-0xfedbffff window]
[    0.674275] pci_bus 0000:00: resource 18 [mem 0xfed1c000-0xfed1cfff window]
[    0.674280] pci_bus 0000:00: resource 19 [mem 0xfee00000-0xfeefffff window]
[    0.675493] PCI: CLS 64 bytes, default 64
[    0.675571] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.675575] software IO TLB: mapped [mem 0x0000000067000000-0x000000006b000000] (64MB)
[    0.675666] Trying to unpack rootfs image as initramfs...
[    0.675802] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0xfc66f4fc7c, max_idle_ns: 440795224246 ns
[    0.675847] clocksource: Switched to clocksource tsc
[    0.676969] Initialise system trusted keyrings
[    0.676998] Key type blacklist registered
[    0.677168] workingset: timestamp_bits=36 max_order=20 bucket_order=0
[    0.677214] zbud: loaded
[    0.677910] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.678214] fuse: init (API version 7.38)
[    0.678550] integrity: Platform Keyring initialized
[    0.678571] integrity: Machine keyring initialized
[    0.707029] Key type asymmetric registered
[    0.707043] Asymmetric key parser 'x509' registered
[    0.707112] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    0.707272] io scheduler mq-deadline registered
[    0.708346] pcieport 0000:00:13.0: PME: Signaling with IRQ 122
[    0.709041] pcieport 0000:00:13.1: PME: Signaling with IRQ 123
[    0.709721] pcieport 0000:00:13.2: PME: Signaling with IRQ 124
[    0.710366] pcieport 0000:00:13.3: PME: Signaling with IRQ 125
[    0.711070] pcieport 0000:00:14.0: PME: Signaling with IRQ 126
[    0.711740] pcieport 0000:00:14.1: PME: Signaling with IRQ 127
[    0.712044] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.712266] efifb: probing for efifb
[    0.712350] efifb: showing boot graphics
[    0.730533] efifb: framebuffer at 0x90000000, using 8100k, total 8100k
[    0.730549] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    0.730554] efifb: scrolling: redraw
[    0.730557] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.730903] Console: switching to colour frame buffer device 240x67
[    0.737134] fb0: EFI VGA frame buffer device
[    0.738645] ACPI: AC: AC Adapter [ADP1] (off-line)
[    0.738815] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03/PNP0C09:00/PNP0C0D:00/input/input0
[    0.739213] ACPI: button: Lid Switch [LID0]
[    0.739325] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.739385] ACPI: button: Power Button [PWRB]
[    0.739696] ACPI: \_SB_.CPU0: Found 3 idle states
[    0.742655] ACPI: \_SB_.CPU1: Found 3 idle states
[    0.745299] thermal LNXTHERM:00: registered as thermal_zone0
[    0.745310] ACPI: thermal: Thermal Zone [TZ01] (26 C)
[    0.746751] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.759775] Linux agpgart interface v0.103
[    0.790551] ACPI: battery: Slot [BAT0] (battery present)
[    0.792126] loop: module loaded
[    0.792969] tun: Universal TUN/TAP device driver, 1.6
[    0.793097] PPP generic driver version 2.4.2
[    0.793489] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    0.793499] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    0.793898] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.794166] mousedev: PS/2 mouse device common for all mice
[    0.794458] rtc_cmos 00:03: RTC can wake from S4
[    0.795382] rtc_cmos 00:03: registered as rtc0
[    0.795544] rtc_cmos 00:03: setting system clock to 2024-01-13T10:01:34 UTC (1705140094)
[    0.795627] rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram
[    0.795655] i2c_dev: i2c /dev entries driver
[    0.796071] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    0.796115] device-mapper: uevent: version 1.0.3
[    0.796236] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
[    0.796293] platform eisa.0: Probing EISA bus 0
[    0.796302] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    0.796308] platform eisa.0: Cannot allocate resource for EISA slot 1
[    0.796312] platform eisa.0: Cannot allocate resource for EISA slot 2
[    0.796317] platform eisa.0: Cannot allocate resource for EISA slot 3
[    0.796321] platform eisa.0: Cannot allocate resource for EISA slot 4
[    0.796325] platform eisa.0: Cannot allocate resource for EISA slot 5
[    0.796329] platform eisa.0: Cannot allocate resource for EISA slot 6
[    0.796333] platform eisa.0: Cannot allocate resource for EISA slot 7
[    0.796337] platform eisa.0: Cannot allocate resource for EISA slot 8
[    0.796341] platform eisa.0: EISA: Detected 0 cards
[    0.796365] intel_pstate: Intel P-state driver initializing
[    0.796868] ledtrig-cpu: registered to indicate activity on CPUs
[    0.797277] drop_monitor: Initializing network drop monitor service
[    0.804259] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[    0.817373] NET: Registered PF_INET6 protocol family
[    1.375724] Freeing initrd memory: 68552K
[    1.386487] Segment Routing with IPv6
[    1.386536] In-situ OAM (IOAM) with IPv6
[    1.386586] NET: Registered PF_PACKET protocol family
[    1.386678] Key type dns_resolver registered
[    1.387322] microcode: Microcode Update Driver: v2.2.
[    1.387421] resctrl: L2 allocation detected
[    1.387448] IPI shorthand broadcast: enabled
[    1.389351] sched_clock: Marking stable (1388003943, 1045970)->(1395859414, -6809501)
[    1.389641] registered taskstats version 1
[    1.389943] Loading compiled-in X.509 certificates
[    1.391034] Loaded X.509 cert 'Build time autogenerated kernel key: 605c7c135229ebe23ab6a6fa2965fd12055e3c58'
[    1.391924] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969'
[    1.392806] Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19'
[    1.392809] blacklist: Loading compiled-in revocation X.509 certificates
[    1.392841] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing: 61482aa2830d0ab2ad5af10b7250da9033ddcef0'
[    1.392863] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2017): 242ade75ac4a15e50d50c84b0d45ff3eae707a03'
[    1.392888] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (ESM 2018): 365188c1d374d6b07c3c8f240f8ef722433d6a8b'
[    1.392908] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2019): c0746fd6c5da3ae827864651ad66ae47fe24b3e8'
[    1.392928] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v1): a8d54bbb3825cfb94fa13c9f8a594a195c107b8d'
[    1.392949] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v2): 4cf046892d6fd3c9a5b03f98d845f90851dc6a8c'
[    1.392970] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v3): 100437bb6de6e469b581e61cd66bce3ef4ed53af'
[    1.392990] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (Ubuntu Core 2019): c1d57b8f6b743f23ee41f4f7ee292f06eecadfb9'
[    1.395117] Key type .fscrypt registered
[    1.395119] Key type fscrypt-provisioning registered
[    1.395275] Key type trusted registered
[    1.400664] Key type encrypted registered
[    1.400677] AppArmor: AppArmor sha1 policy hashing enabled
[    1.401429] integrity: Loading X.509 certificate: UEFI:db
[    1.401484] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    1.401486] integrity: Loading X.509 certificate: UEFI:db
[    1.401518] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    1.402322] Loading compiled-in module X.509 certificates
[    1.403196] Loaded X.509 cert 'Build time autogenerated kernel key: 605c7c135229ebe23ab6a6fa2965fd12055e3c58'
[    1.403200] ima: Allocated hash algorithm: sha1
[    1.436163] ima: No architecture policies found
[    1.436224] evm: Initialising EVM extended attributes:
[    1.436226] evm: security.selinux
[    1.436228] evm: security.SMACK64
[    1.436229] evm: security.SMACK64EXEC
[    1.436230] evm: security.SMACK64TRANSMUTE
[    1.436231] evm: security.SMACK64MMAP
[    1.436232] evm: security.apparmor
[    1.436233] evm: security.ima
[    1.436234] evm: security.capability
[    1.436235] evm: HMAC attrs: 0x1
[    1.436855] PM:   Magic number: 8:964:21
[    1.445723] RAS: Correctable Errors collector initialized.
[    1.445826] clk: Disabling unused clocks
[    1.447765] Freeing unused decrypted memory: 2036K
[    1.448961] Freeing unused kernel image (initmem) memory: 4792K
[    1.461351] Write protecting the kernel read-only data: 34816k
[    1.462072] Freeing unused kernel image (rodata/data gap) memory: 1156K
[    1.491402] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.491415] Run /init as init process
[    1.491417]   with arguments:
[    1.491420]     /init
[    1.491421]     splash
[    1.491423]   with environment:
[    1.491425]     HOME=/
[    1.491426]     TERM=linux
[    1.491427]     BOOT_IMAGE=/boot/vmlinuz-6.5.0-14-generic
[    1.716914] hid: raw HID events driver (C) Jiri Kosina
[    1.743449] ahci 0000:00:12.0: version 3.0
[    1.749317] xhci_hcd 0000:00:15.0: xHCI Host Controller
[    1.749330] xhci_hcd 0000:00:15.0: new USB bus registered, assigned bus number 1
[    1.750788] xhci_hcd 0000:00:15.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
[    1.751145] xhci_hcd 0000:00:15.0: xHCI Host Controller
[    1.751150] xhci_hcd 0000:00:15.0: new USB bus registered, assigned bus number 2
[    1.751154] xhci_hcd 0000:00:15.0: Host supports USB 3.0 SuperSpeed
[    1.751217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
[    1.751221] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.751224] usb usb1: Product: xHCI Host Controller
[    1.751226] usb usb1: Manufacturer: Linux 6.5.0-14-generic xhci-hcd
[    1.751228] usb usb1: SerialNumber: 0000:00:15.0
[    1.751973] hub 1-0:1.0: USB hub found
[    1.751994] hub 1-0:1.0: 9 ports detected
[    1.756098] ahci 0000:00:12.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[    1.756109] ahci 0000:00:12.0: flags: 64bit ncq sntf pm clo only pmp pio slum part deso sadm sds apst 
[    1.761638] sdhci: Secure Digital Host Controller Interface driver
[    1.761647] sdhci: Copyright(c) Pierre Ossman
[    1.764648] idma64 idma64.0: Found Intel integrated DMA 64-bit
[    1.766465] sdhci-pci 0000:00:1e.0: SDHCI controller found [8086:31d0] (rev 6)
[    1.766465] sdhci-pci 0000:00:1c.0: SDHCI controller found [8086:31cc] (rev 6)
[    1.766482] sdhci-pci 0000:00:1e.0: enabling device (0000 -> 0002)
[    1.767042] mmc1: CQHCI version 5.10
[    1.768845] mmc0: SDHCI controller on PCI [0000:00:1e.0] using ADMA 64-bit
[    1.769688] mmc1: SDHCI controller on PCI [0000:00:1c.0] using ADMA 64-bit
[    1.771789] i801_smbus 0000:00:1f.1: SPD Write Disable is set
[    1.771831] i801_smbus 0000:00:1f.1: SMBus using PCI interrupt
[    1.771963] i2c i2c-0: 2/2 memory slots populated (from DMI)
[    1.772050] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.05
[    1.772055] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.772058] usb usb2: Product: xHCI Host Controller
[    1.772061] usb usb2: Manufacturer: Linux 6.5.0-14-generic xhci-hcd
[    1.772063] usb usb2: SerialNumber: 0000:00:15.0
[    1.772201] scsi host0: ahci
[    1.772883] scsi host1: ahci
[    1.772948] ata1: SATA max UDMA/133 abar m2048@0xa1137000 port 0xa1137100 irq 128
[    1.772953] ata2: SATA max UDMA/133 abar m2048@0xa1137000 port 0xa1137180 irq 128
[    1.774343] hub 2-0:1.0: USB hub found
[    1.774368] hub 2-0:1.0: 7 ports detected
[    1.790002] idma64 idma64.1: Found Intel integrated DMA 64-bit
[    1.799576] idma64 idma64.2: Found Intel integrated DMA 64-bit
[    1.815554] idma64 idma64.3: Found Intel integrated DMA 64-bit
[    1.824852] idma64 idma64.4: Found Intel integrated DMA 64-bit
[    1.831635] idma64 idma64.5: Found Intel integrated DMA 64-bit
[    1.840883] idma64 idma64.6: Found Intel integrated DMA 64-bit
[    1.847402] idma64 idma64.7: Found Intel integrated DMA 64-bit
[    1.855401] idma64 idma64.8: Found Intel integrated DMA 64-bit
[    1.856097] idma64 idma64.9: Found Intel integrated DMA 64-bit
[    1.857381] idma64 idma64.12: Found Intel integrated DMA 64-bit
[    1.858012] idma64 idma64.13: Found Intel integrated DMA 64-bit
[    1.858704] idma64 idma64.14: Found Intel integrated DMA 64-bit
[    1.923131] i2c_hid_acpi i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (27/261)
[    1.924102] i2c_hid_acpi i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (27/38146)
[    1.925052] i2c_hid_acpi i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (27/261)
[    1.925999] i2c_hid_acpi i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (27/29958)
[    1.926965] i2c_hid_acpi i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (27/8713)
[    1.927909] i2c_hid_acpi i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (27/29954)
[    1.928849] i2c_hid_acpi i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (27/32838)
[    1.929808] i2c_hid_acpi i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (27/641)
[    1.930748] i2c_hid_acpi i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (27/40006)
[    1.931714] i2c_hid_acpi i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (27/2375)
[    1.932655] i2c_hid_acpi i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (27/21542)
[    1.933602] i2c_hid_acpi i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (27/8713)
[    1.934570] i2c_hid_acpi i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (27/38145)
[    1.935512] i2c_hid_acpi i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (27/12553)
[    1.936122] mmc0: Failed to initialize a non-removable card
[    1.936438] i2c_hid_acpi i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (27/33110)
[    1.937387] i2c_hid_acpi i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (27/3333)
[    1.938349] i2c_hid_acpi i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (27/45313)
[    1.939300] i2c_hid_acpi i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (27/2559)
[    1.951441] mmc1: Failed to initialize a non-removable card
[    2.025353] usb 1-4: new high-speed USB device number 2 using xhci_hcd
[    2.086530] ata2: SATA link down (SStatus 4 SControl 300)
[    2.173873] usb 1-4: New USB device found, idVendor=0bda, idProduct=c820, bcdDevice= 2.00
[    2.173886] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.173889] usb 1-4: Product: 802.11ac NIC
[    2.173891] usb 1-4: Manufacturer: Realtek
[    2.173893] usb 1-4: SerialNumber: 123456
[    2.301364] usb 1-6: new low-speed USB device number 3 using xhci_hcd
[    2.453245] usb 1-6: New USB device found, idVendor=0461, idProduct=4d22, bcdDevice= 2.00
[    2.453266] usb 1-6: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    2.453272] usb 1-6: Product: USB Optical Mouse
[    2.581356] usb 1-7: new high-speed USB device number 4 using xhci_hcd
[    2.731864] usb 1-7: New USB device found, idVendor=1902, idProduct=8301, bcdDevice= 1.00
[    2.731877] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.731879] usb 1-7: Product: HD camera 
[    2.731882] usb 1-7: Manufacturer: Generic
[    3.149355] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    3.149507] ata1.00: ATA-9: NGFF 2280 128GB SSD, HPS1030A, max UDMA/133
[    3.151579] ata1.00: 250069680 sectors, multi 8: LBA48 NCQ (depth 32), AA
[    3.166169] ata1.00: configured for UDMA/133
[    3.166499] scsi 0:0:0:0: Direct-Access     ATA      NGFF 2280 128GB  030A PQ: 0 ANSI: 5
[    3.168142] sd 0:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
[    3.168164] sd 0:0:0:0: [sda] Write Protect is off
[    3.168169] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.168199] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.168243] sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[    3.168854] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    3.175760]  sda: sda1 sda2 sda3 sda4 sda5
[    3.176310] sd 0:0:0:0: [sda] Attached SCSI disk
[    3.220529] input: HTIX5288:00 0911:5288 Mouse as /devices/pci0000:00/0000:00:17.3/i2c_designware.7/i2c-8/i2c-HTIX5288:00/0018:0911:5288.0001/input/input3
[    3.221818] input: HTIX5288:00 0911:5288 Keyboard as /devices/pci0000:00/0000:00:17.3/i2c_designware.7/i2c-8/i2c-HTIX5288:00/0018:0911:5288.0001/input/input4
[    3.221935] input: HTIX5288:00 0911:5288 Touchpad as /devices/pci0000:00/0000:00:17.3/i2c_designware.7/i2c-8/i2c-HTIX5288:00/0018:0911:5288.0001/input/input5
[    3.222121] hid-generic 0018:0911:5288.0001: input,hidraw0: I2C HID v1.00 Mouse [HTIX5288:00 0911:5288] on i2c-HTIX5288:00
[    3.228872] input: USB Optical Mouse as /devices/pci0000:00/0000:00:15.0/usb1/1-6/1-6:1.0/0003:0461:4D22.0002/input/input6
[    3.229092] hid-generic 0003:0461:4D22.0002: input,hidraw1: USB HID v1.11 Mouse [USB Optical Mouse] on usb-0000:00:15.0-6/input0
[    3.229164] usbcore: registered new interface driver usbhid
[    3.229167] usbhid: USB HID core driver
[    3.456912] EXT4-fs (sda5): mounted filesystem a9a16299-dcaf-462e-bbad-bf4d6d761117 ro with ordered data mode. Quota mode: none.
[    3.672533] systemd[1]: Inserted module 'autofs4'
[    3.739888] systemd[1]: systemd 249.11-0ubuntu3.11 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    3.740131] systemd[1]: Detected architecture x86-64.
[    3.740867] systemd[1]: Hostname set to <delannoy-PX14C>.
[    3.772033] systemd[1]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
[    3.896681] block sda: the capability attribute has been deprecated.
[    4.102741] systemd[1]: Queued start job for default target Graphical Interface.
[    4.126307] systemd[1]: Created slice Slice /system/modprobe.
[    4.127033] systemd[1]: Created slice Slice /system/systemd-fsck.
[    4.127391] systemd[1]: Created slice User and Session Slice.
[    4.127506] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    4.127824] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    4.127930] systemd[1]: Reached target User and Group Name Lookups.
[    4.127958] systemd[1]: Reached target Remote File Systems.
[    4.127978] systemd[1]: Reached target Slice Units.
[    4.128003] systemd[1]: Reached target Mounting snaps.
[    4.128055] systemd[1]: Reached target Local Verity Protected Volumes.
[    4.128268] systemd[1]: Listening on Syslog Socket.
[    4.128431] systemd[1]: Listening on fsck to fsckd communication Socket.
[    4.128528] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    4.128829] systemd[1]: Listening on Journal Audit Socket.
[    4.128983] systemd[1]: Listening on Journal Socket (/dev/log).
[    4.129238] systemd[1]: Listening on Journal Socket.
[    4.129866] systemd[1]: Listening on udev Control Socket.
[    4.130020] systemd[1]: Listening on udev Kernel Socket.
[    4.131357] systemd[1]: Mounting Huge Pages File System...
[    4.132649] systemd[1]: Mounting POSIX Message Queue File System...
[    4.134228] systemd[1]: Mounting Kernel Debug File System...
[    4.135711] systemd[1]: Mounting Kernel Trace File System...
[    4.138299] systemd[1]: Starting Journal Service...
[    4.142628] systemd[1]: Starting Set the console keyboard layout...
[    4.144145] systemd[1]: Starting Create List of Static Device Nodes...
[    4.145671] systemd[1]: Starting Load Kernel Module configfs...
[    4.147083] systemd[1]: Starting Load Kernel Module drm...
[    4.151446] systemd[1]: Starting Load Kernel Module efi_pstore...
[    4.155682] systemd[1]: Starting Load Kernel Module fuse...
[    4.155975] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    4.163241] systemd[1]: Starting Load Kernel Modules...
[    4.164984] systemd[1]: Starting Remount Root and Kernel File Systems...
[    4.166878] pstore: Using crash dump compression: deflate
[    4.167222] systemd[1]: Starting Coldplug All udev Devices...
[    4.189607] systemd[1]: Mounted Huge Pages File System.
[    4.189811] systemd[1]: Mounted POSIX Message Queue File System.
[    4.189950] systemd[1]: Mounted Kernel Debug File System.
[    4.190096] systemd[1]: Mounted Kernel Trace File System.
[    4.190751] systemd[1]: Finished Create List of Static Device Nodes.
[    4.193163] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    4.201749] systemd[1]: Finished Load Kernel Module configfs.
[    4.203098] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    4.203550] systemd[1]: Finished Load Kernel Module fuse.
[    4.203750] EXT4-fs (sda5): re-mounted a9a16299-dcaf-462e-bbad-bf4d6d761117 r/w. Quota mode: none.
[    4.213352] systemd[1]: Finished Remount Root and Kernel File Systems.
[    4.215050] systemd[1]: Activating swap /swapfile...
[    4.225199] systemd[1]: Mounting FUSE Control File System...
[    4.227676] systemd[1]: Mounting Kernel Configuration File System...
[    4.236258] Adding 2097148k swap on /swapfile.  Priority:-2 extents:6 across:2260988k SSFS
[    4.237855] systemd[1]: Starting Load/Save Random Seed...
[    4.241291] pstore: Registered efi_pstore as persistent store backend
[    4.255515] systemd[1]: Starting Create System Users...
[    4.260768] systemd[1]: Activated swap /swapfile.
[    4.268279] lp: driver loaded but no devices found
[    4.275647] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[    4.281529] systemd[1]: Finished Load Kernel Module efi_pstore.
[    4.282030] systemd[1]: Mounted FUSE Control File System.
[    4.282188] systemd[1]: Mounted Kernel Configuration File System.
[    4.282284] systemd[1]: Reached target Swaps.
[    4.282338] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[    4.285303] ppdev: user-space parallel port driver
[    4.305679] ACPI: bus type drm_connector registered
[    4.307181] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    4.308279] systemd[1]: Finished Load Kernel Module drm.
[    4.308963] systemd[1]: Finished Load/Save Random Seed.
[    4.309175] systemd[1]: Condition check resulted in First Boot Complete being skipped.
[    4.313598] systemd[1]: Finished Create System Users.
[    4.314260] systemd[1]: Finished Load Kernel Modules.
[    4.330118] systemd[1]: Starting Apply Kernel Variables...
[    4.331701] systemd[1]: Starting Create Static Device Nodes in /dev...
[    4.340101] systemd[1]: Finished Set the console keyboard layout.
[    4.358768] systemd[1]: Finished Create Static Device Nodes in /dev.
[    4.358948] systemd[1]: Reached target Preparation for Local File Systems.
[    4.365449] systemd[1]: Mounting Mount unit for bare, revision 5...
[    4.367508] systemd[1]: Mounting Mount unit for core20, revision 1405...
[    4.374944] systemd[1]: Mounting Mount unit for core20, revision 2105...
[    4.376593] loop0: detected capacity change from 0 to 126760
[    4.377835] loop1: detected capacity change from 0 to 8
[    4.378369] loop2: detected capacity change from 0 to 130888
[    4.386792] systemd[1]: Mounting Mount unit for core22, revision 1033...
[    4.397305] systemd[1]: Mounting Mount unit for firefox, revision 1232...
[    4.402071] loop3: detected capacity change from 0 to 151784
[    4.405934] systemd[1]: Mounting Mount unit for firefox, revision 3626...
[    4.407584] loop4: detected capacity change from 0 to 318728
[    4.412682] loop5: detected capacity change from 0 to 503800
[    4.415493] systemd[1]: Mounting Mount unit for gnome-3-38-2004, revision 143...
[    4.418661] systemd[1]: Mounting Mount unit for gnome-3-38-2004, revision 99...
[    4.420971] systemd[1]: Mounting Mount unit for gnome-42-2204, revision 141...
[    4.423502] systemd[1]: Mounting Mount unit for gtk-common-themes, revision 1534...
[    4.426973] systemd[1]: Mounting Mount unit for gtk-common-themes, revision 1535...
[    4.428024] loop6: detected capacity change from 0 to 716176
[    4.432015] systemd[1]: Mounting Mount unit for snap-store, revision 575...
[    4.436479] loop7: detected capacity change from 0 to 187776
[    4.444359] systemd[1]: Mounting Mount unit for snap-store, revision 959...
[    4.448473] loop8: detected capacity change from 0 to 166424
[    4.454740] loop9: detected capacity change from 0 to 1017816
[    4.455138] loop10: detected capacity change from 0 to 509456
[    4.455398] systemd[1]: Mounting Mount unit for snapd, revision 20671...
[    4.457885] loop11: detected capacity change from 0 to 93920
[    4.458639] loop12: detected capacity change from 0 to 25240
[    4.460873] systemd[1]: Mounting Mount unit for snapd-desktop-integration, revision 10...
[    4.466017] systemd[1]: Mounting Mount unit for snapd-desktop-integration, revision 83...
[    4.469551] loop13: detected capacity change from 0 to 82800
[    4.474677] loop14: detected capacity change from 0 to 904
[    4.479633] systemd[1]: Mounting Mount unit for firefox, revision 3626 via mount-control...
[    4.482412] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    4.486074] loop15: detected capacity change from 0 to 568
[    4.523717] systemd[1]: Started Journal Service.
[    4.569018] systemd-journald[208]: Received client request to flush runtime journal.
[    5.001243] Consider using thermal netlink events interface
[    5.008030] input: Intel HID events as /devices/platform/INT33D5:00/input/input7
[    5.009846] intel-hid INT33D5:00: platform supports 5 button array
[    5.009914] input: Intel HID 5 button array as /devices/platform/INT33D5:00/input/input8
[    5.343242] mc: Linux media interface: v0.10
[    5.405198] dw-apb-uart.8: ttyS4 at MMIO 0xa1126000 (irq = 4, base_baud = 115200) is a 16550A
[    5.421582] dw-apb-uart.9: ttyS5 at MMIO 0xa1124000 (irq = 5, base_baud = 115200) is a 16550A
[    5.440581] dw-apb-uart.10: ttyS6 at MMIO 0xfea10000 (irq = 6, base_baud = 115200) is a 16550A
[    5.441848] videodev: Linux video capture interface: v2.00
[    5.456663] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    5.457120] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    5.470554] dw-apb-uart.11: ttyS7 at MMIO 0xa1122000 (irq = 7, base_baud = 115200) is a 16550A
[    5.553120] 8821cu: loading out-of-tree module taints kernel.
[    5.553187] 8821cu: module verification failed: signature and/or required key missing - tainting kernel
[    5.563542] usb 1-7: Found UVC 1.00 device HD camera  (1902:8301)
[    5.577369] usbcore: registered new interface driver uvcvideo
[    5.607310] Bluetooth: Core ver 2.22
[    5.607353] NET: Registered PF_BLUETOOTH protocol family
[    5.607355] Bluetooth: HCI device and connection manager initialized
[    5.607363] Bluetooth: HCI socket layer initialized
[    5.607367] Bluetooth: L2CAP socket layer initialized
[    5.607374] Bluetooth: SCO socket layer initialized
[    5.676334] input: HTIX5288:00 0911:5288 Mouse as /devices/pci0000:00/0000:00:17.3/i2c_designware.7/i2c-8/i2c-HTIX5288:00/0018:0911:5288.0001/input/input9
[    5.676504] input: HTIX5288:00 0911:5288 Keyboard as /devices/pci0000:00/0000:00:17.3/i2c_designware.7/i2c-8/i2c-HTIX5288:00/0018:0911:5288.0001/input/input10
[    5.676578] input: HTIX5288:00 0911:5288 Touchpad as /devices/pci0000:00/0000:00:17.3/i2c_designware.7/i2c-8/i2c-HTIX5288:00/0018:0911:5288.0001/input/input11
[    5.676733] hid-multitouch 0018:0911:5288.0001: input,hidraw0: I2C HID v1.00 Mouse [HTIX5288:00 0911:5288] on i2c-HTIX5288:00
[    6.862476] intel_rapl_common: Found RAPL domain package
[    6.862486] intel_rapl_common: Found RAPL domain core
[    6.862489] intel_rapl_common: Found RAPL domain uncore
[    6.862492] intel_rapl_common: Found RAPL domain dram
[    6.871152] RTW: module init start
[    6.871160] RTW: rtl8821cu v5.12.0.4-1-g9241a6516.20210916_COEX20200730-5151
[    6.871163] RTW: rtl8821cu BT-Coex version = COEX20200730-5151
[    6.871255] RTW: [HALMAC]55772M
               HALMAC_MAJOR_VER = 1
               HALMAC_PROTOTYPE_VER = 6
               HALMAC_MINOR_VER = 6
               HALMAC_PATCH_VER = 22
[    6.885732] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[    6.885742] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    6.885744] RAPL PMU: hw unit of domain package 2^-14 Joules
[    6.885746] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    6.885747] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    6.899327] cryptd: max_cpu_qlen set to 1000
[    6.900968] i915 0000:00:02.0: [drm] Unknown revid 0x06
[    6.916785] SSE version of gcm_enc/dec engaged.
[    6.956458] Console: switching to colour dummy device 80x25
[    6.967011] audit: type=1400 audit(1705140100.667:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=395 comm="apparmor_parser"
[    6.968676] audit: type=1400 audit(1705140100.667:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=396 comm="apparmor_parser"
[    6.968685] audit: type=1400 audit(1705140100.667:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=396 comm="apparmor_parser"
[    6.974680] i915 0000:00:02.0: vgaarb: deactivate vga console
[    6.994626] i915 0000:00:02.0: [drm] couldn't get memory information
[    7.000472] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    7.003922] mei_hdcp 0000:00:0f.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[    7.007477] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/glk_dmc_ver1_04.bin (v1.4)
[    7.007880] audit: type=1400 audit(1705140100.707:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=399 comm="apparmor_parser"
[    7.007887] audit: type=1400 audit(1705140100.707:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=399 comm="apparmor_parser"
[    7.007891] audit: type=1400 audit(1705140100.707:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=399 comm="apparmor_parser"
[    7.007895] audit: type=1400 audit(1705140100.707:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/{,usr/}sbin/dhclient" pid=399 comm="apparmor_parser"
[    7.026712] audit: type=1400 audit(1705140100.727:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=404 comm="apparmor_parser"
[    7.026727] audit: type=1400 audit(1705140100.727:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=404 comm="apparmor_parser"
[    7.026731] audit: type=1400 audit(1705140100.727:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=404 comm="apparmor_parser"
[    7.027643] snd_hda_intel 0000:00:0e.0: DSP detected with PCI class/subclass/prog-if info 0x040100
[    7.093629] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[    7.095380] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    7.095593] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input12
[    7.150416] fbcon: i915drmfb (fb0) is primary device
[    7.158574] Console: switching to colour frame buffer device 240x67
[    7.177401] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    7.498261] RTW: HW EFUSE
[    7.498273] RTW: 0x000: 29 81 00 BC  09 00 21 00  6E 04 A4 34  10 00 30 0B  
[    7.498289] RTW: 0x010: 24 24 24 24  24 24 27 27  27 27 27 04  FF FF FF FF  
[    7.498302] RTW: 0x020: FF FF 22 21  20 1F 1D 1D  1E 1E 1E 1E  1C 1B 1B 1A  
[    7.498316] RTW: 0x030: 00 FF FF FF  FF FF 00 FF  FF FF 28 28  28 28 28 28  
[    7.498329] RTW: 0x040: 28 28 28 28  28 02 FF FF  FF FF FF FF  FF FF FF FF  
[    7.498343] RTW: 0x050: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[    7.498356] RTW: 0x060: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[    7.498369] RTW: 0x070: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[    7.498383] RTW: 0x080: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[    7.498396] RTW: 0x090: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[    7.498409] RTW: 0x0A0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[    7.498423] RTW: 0x0B0: FF FF FF FF  FF FF FF FF  7F 34 1D 00  FF FF FF FF  
[    7.498436] RTW: 0x0C0: FF 21 00 41  00 00 00 00  00 FF 22 FF  FF FF FF FF  
[    7.498449] RTW: 0x0D0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[    7.498463] RTW: 0x0E0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[    7.498476] RTW: 0x0F0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[    7.498489] RTW: 0x100: DA 0B 20 C8  E3 46 02 68  B9 D3 F2 16  45 09 03 52  
[    7.498503] RTW: 0x110: 65 61 6C 74  65 6B 0E 03  38 30 32 2E  31 31 61 63  
[    7.498516] RTW: 0x120: 20 4E 49 43  08 03 31 32  33 34 35 36  FF FF FF FF  
[    7.498530] RTW: 0x130: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[    7.498543] RTW: 0x140: FF FF FF FF  00 00 31 0F  FF FF FF FF  FF FF FF FF  
[    7.498557] RTW: 0x150: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[    7.498571] RTW: 0x160: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[    7.498585] RTW: 0x170: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[    7.498608] RTW: 0x180: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[    7.498635] RTW: 0x190: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[    7.498659] RTW: 0x1A0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[    7.498686] RTW: 0x1B0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[    7.498710] RTW: 0x1C0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[    7.498735] RTW: 0x1D0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[    7.498759] RTW: 0x1E0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[    7.498783] RTW: 0x1F0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[    7.498993] RTW: hal_com_config_channel_plan chplan:0x7F
[    7.559931] snd_soc_skl 0000:00:0e.0: DSP detected with PCI class/subclass/prog-if info 0x040100
[    7.645815] intel_telemetry_core Init
[    7.646115] snd_soc_avs 0000:00:0e.0: DSP detected with PCI class/subclass/prog-if info 0x040100
[    7.687664] Invalid pltconfig, ensure IPC1 device is enabled in BIOS
[    7.710394] RTW: [RF_PATH] ver_id.RF_TYPE:RF_1T1R
[    7.710404] RTW: [RF_PATH] HALSPEC's rf_reg_trx_path_bmp:0x11, rf_reg_path_avail_num:1, max_tx_cnt:1
[    7.710407] RTW: [RF_PATH] PG's trx_path_bmp:0x00, max_tx_cnt:0
[    7.710409] RTW: [RF_PATH] Registry's trx_path_bmp:0x00, tx_path_lmt:0, rx_path_lmt:0
[    7.710411] RTW: [RF_PATH] HALDATA's trx_path_bmp:0x11, max_tx_cnt:1
[    7.710412] RTW: [RF_PATH] HALDATA's rf_type:RF_1T1R, NumTotalRFPath:1
[    7.710414] RTW: [TRX_Nss] HALSPEC - tx_nss:1, rx_nss:1
[    7.710415] RTW: [TRX_Nss] Registry - tx_nss:0, rx_nss:0
[    7.710417] RTW: [TRX_Nss] HALDATA - tx_nss:1, rx_nss:1
[    7.710419] RTW: txpath=0x1, rxpath=0x1
[    7.710420] RTW: txpath_1ss:0x1, num:1
[    7.710890] RTW: rtw_regsty_chk_target_tx_power_valid return _FALSE for band:0, path:0, rs:0, t:-1
[    7.713941] RTW: rtw_ndev_init(wlan0) if1 mac_addr=68:b9:d3:f2:16:45
[    7.716601] usbcore: registered new interface driver rtl8821cu
[    7.716608] RTW: module init ret=0
[    7.727192] usbcore: registered new interface driver btusb
[    7.748892] Bluetooth: hci0: RTL: examining hci_ver=08 hci_rev=000c lmp_ver=08 lmp_subver=8821
[    7.749892] Bluetooth: hci0: RTL: rom_version status=0 version=1
[    7.749898] Bluetooth: hci0: RTL: loading rtl_bt/rtl8821c_fw.bin
[    7.753702] Bluetooth: hci0: RTL: loading rtl_bt/rtl8821c_config.bin
[    7.756101] Bluetooth: hci0: RTL: cfg_sz 10, total sz 34926
[    7.789392] rtl8821cu 1-4:1.2 wlx68b9d3f21645: renamed from wlan0
[    7.932022] sof-audio-pci-intel-apl 0000:00:0e.0: DSP detected with PCI class/subclass/prog-if info 0x040100
[    7.932345] sof-audio-pci-intel-apl 0000:00:0e.0: DSP detected with PCI class/subclass/prog-if 0x040100
[    7.938316] sof-audio-pci-intel-apl 0000:00:0e.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    7.964957] sof-audio-pci-intel-apl 0000:00:0e.0: use msi interrupt mode
[    8.049658] sof-audio-pci-intel-apl 0000:00:0e.0: NHLT_DEVICE_I2S detected, ssp_mask 0x5
[    8.049672] sof-audio-pci-intel-apl 0000:00:0e.0: Overriding topology with MCLK mask 0x2 from NHLT
[    8.049676] sof-audio-pci-intel-apl 0000:00:0e.0: hda codecs found, mask 4
[    8.065920] sof-audio-pci-intel-apl 0000:00:0e.0: Firmware info: version 2:2:0-57864
[    8.065933] sof-audio-pci-intel-apl 0000:00:0e.0: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
[    8.065950] sof-audio-pci-intel-apl 0000:00:0e.0: unknown sof_ext_man header type 3 size 0x30
[    8.117483] sof-audio-pci-intel-apl 0000:00:0e.0: Firmware info: version 2:2:0-57864
[    8.117493] sof-audio-pci-intel-apl 0000:00:0e.0: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
[    8.219829] sof-essx8336 sof-essx8336: quirk mask 0x2
[    8.219840] sof-essx8336 sof-essx8336: quirk SSP2
[    8.232895] Bluetooth: hci0: RTL: fw version 0x75b8f098
[    8.251296] sof-audio-pci-intel-apl 0000:00:0e.0: Topology: ABI 3:22:1 Kernel ABI 3:23:0
[    8.251533] sof-essx8336 sof-essx8336: ASoC: Parent card not yet available, widget card binding deferred
[    8.331564] es8316 i2c-ESSX8336:00: assuming static mclk
[    8.531146] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    8.531156] Bluetooth: BNEP filters: protocol multicast
[    8.531164] Bluetooth: BNEP socket layer initialized
[    8.537606] Bluetooth: MGMT ver 1.22
[    8.578673] NET: Registered PF_ALG protocol family
[    8.729989] input: sof-essx8336 Headset as /devices/pci0000:00/0000:00:0e.0/sof-essx8336/sound/card0/input13
[    8.730563] input: sof-essx8336 HDMI/DP,pcm=5 as /devices/pci0000:00/0000:00:0e.0/sof-essx8336/sound/card0/input14
[    8.730806] input: sof-essx8336 HDMI/DP,pcm=6 as /devices/pci0000:00/0000:00:0e.0/sof-essx8336/sound/card0/input15
[    8.731033] input: sof-essx8336 HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:0e.0/sof-essx8336/sound/card0/input16
[   10.387594] loop16: detected capacity change from 0 to 8
[   13.897754] rfkill: input handler disabled
[   14.225691] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[   14.994298] RTW: rtw_set_802_11_connect(wlx68b9d3f21645)  fw_state=0x00000008
[   15.178960] RTW: start auth
[   15.181406] RTW: auth success, start assoc
[   15.186967] ================================================================================
[   15.186975] UBSAN: array-index-out-of-bounds in /home/delannoy/8821cu-20210916/core/rtw_wlan_util.c:1855:48
[   15.186980] index 1 is out of range for type 'u8 [1]'
[   15.186984] CPU: 1 PID: 1051 Comm: gsd-power Tainted: G           OE      6.5.0-14-generic #14~22.04.1-Ubuntu
[   15.186988] Hardware name: THOMSON PX14C/G142U, BIOS E.G142U_4.S4.E1.042 04/19/2022
[   15.186991] Call Trace:
[   15.186994]  <TASK>
[   15.187001]  dump_stack_lvl+0x48/0x70
[   15.187017]  dump_stack+0x10/0x20
[   15.187020]  __ubsan_handle_out_of_bounds+0xc6/0x110
[   15.187028]  HT_caps_handler+0xaa/0x4e0 [8821cu]
[   15.187229]  OnAssocRsp+0x25d/0x3b0 [8821cu]
[   15.187390]  _mgt_dispatcher+0x70/0xf0 [8821cu]
[   15.187548]  mgt_dispatcher+0x296/0x300 [8821cu]
[   15.187707]  validate_recv_mgnt_frame+0x3a0/0x520 [8821cu]
[   15.187883]  validate_recv_frame+0x215/0x460 [8821cu]
[   15.188058]  recv_func_prehandle+0x19/0x50 [8821cu]
[   15.188232]  recv_func+0x2c/0x160 [8821cu]
[   15.188407]  rtw_recv_entry+0x19/0x40 [8821cu]
[   15.188580]  pre_recv_entry+0x6c/0x160 [8821cu]
[   15.188755]  recvbuf2recvframe+0x170/0x370 [8821cu]
[   15.188947]  usb_recv_tasklet+0xa1/0x2e0 [8821cu]
[   15.189144]  tasklet_action_common.constprop.0+0xfa/0x1e0
[   15.189151]  tasklet_action+0x22/0x30
[   15.189153]  __do_softirq+0xd9/0x349
[   15.189158]  ? handle_irq_event+0x52/0x80
[   15.189163]  __irq_exit_rcu+0x75/0xa0
[   15.189167]  irq_exit_rcu+0xe/0x20
[   15.189170]  common_interrupt+0x49/0xb0
[   15.189174]  asm_common_interrupt+0x27/0x40
[   15.189180] RIP: 0033:0x7f1324dbf1bc
[   15.189238] Code: 08 48 89 f7 41 ff 55 38 48 8b 74 24 08 41 89 c7 b8 02 00 00 00 41 39 c7 44 0f 42 f8 31 d2 31 ed 45 31 e4 45 31 f6 43 8d 04 bf <41> 8d 04 47 41 f7 75 08 89 d0 49 8b 55 28 48 89 c3 8b 04 82 85 c0
[   15.189241] RSP: 002b:00007ffd2e7c14a0 EFLAGS: 00000246
[   15.189244] RAX: 0000000004e0f8d7 RBX: 0000557e97dda960 RCX: 00000000e91edfa0
[   15.189246] RDX: 0000000000000000 RSI: 0000557e97d13ae0 RDI: 0000557e97c25d27
[   15.189248] RBP: 0000000000000000 R08: 0000557e97dcf168 R09: 0000000000000001
[   15.189250] R10: 0000557e97e7d000 R11: 0000000000000000 R12: 0000000000000000
[   15.189251] R13: 0000557e97e2a360 R14: 0000000000000000 R15: 00000000cdc6982b
[   15.189255]  </TASK>
[   15.189277] ================================================================================
[   15.189282] ================================================================================
[   15.189284] UBSAN: array-index-out-of-bounds in /home/delannoy/8821cu-20210916/core/rtw_wlan_util.c:1860:75
[   15.189287] index 2 is out of range for type 'u8 [1]'
[   15.189289] CPU: 1 PID: 1051 Comm: gsd-power Tainted: G           OE      6.5.0-14-generic #14~22.04.1-Ubuntu
[   15.189292] Hardware name: THOMSON PX14C/G142U, BIOS E.G142U_4.S4.E1.042 04/19/2022
[   15.189293] Call Trace:
[   15.189295]  <TASK>
[   15.189297]  dump_stack_lvl+0x48/0x70
[   15.189301]  dump_stack+0x10/0x20
[   15.189304]  __ubsan_handle_out_of_bounds+0xc6/0x110
[   15.189309]  HT_caps_handler+0xce/0x4e0 [8821cu]
[   15.189478]  OnAssocRsp+0x25d/0x3b0 [8821cu]
[   15.189640]  _mgt_dispatcher+0x70/0xf0 [8821cu]
[   15.189798]  mgt_dispatcher+0x296/0x300 [8821cu]
[   15.189956]  validate_recv_mgnt_frame+0x3a0/0x520 [8821cu]
[   15.190132]  validate_recv_frame+0x215/0x460 [8821cu]
[   15.190306]  recv_func_prehandle+0x19/0x50 [8821cu]
[   15.190480]  recv_func+0x2c/0x160 [8821cu]
[   15.190654]  rtw_recv_entry+0x19/0x40 [8821cu]
[   15.190827]  pre_recv_entry+0x6c/0x160 [8821cu]
[   15.191001]  recvbuf2recvframe+0x170/0x370 [8821cu]
[   15.191196]  usb_recv_tasklet+0xa1/0x2e0 [8821cu]
[   15.191393]  tasklet_action_common.constprop.0+0xfa/0x1e0
[   15.191399]  tasklet_action+0x22/0x30
[   15.191401]  __do_softirq+0xd9/0x349
[   15.191406]  ? handle_irq_event+0x52/0x80
[   15.191410]  __irq_exit_rcu+0x75/0xa0
[   15.191414]  irq_exit_rcu+0xe/0x20
[   15.191417]  common_interrupt+0x49/0xb0
[   15.191420]  asm_common_interrupt+0x27/0x40
[   15.191425] RIP: 0033:0x7f1324dbf1bc
[   15.191441] Code: 08 48 89 f7 41 ff 55 38 48 8b 74 24 08 41 89 c7 b8 02 00 00 00 41 39 c7 44 0f 42 f8 31 d2 31 ed 45 31 e4 45 31 f6 43 8d 04 bf <41> 8d 04 47 41 f7 75 08 89 d0 49 8b 55 28 48 89 c3 8b 04 82 85 c0
[   15.191444] RSP: 002b:00007ffd2e7c14a0 EFLAGS: 00000246
[   15.191447] RAX: 0000000004e0f8d7 RBX: 0000557e97dda960 RCX: 00000000e91edfa0
[   15.191449] RDX: 0000000000000000 RSI: 0000557e97d13ae0 RDI: 0000557e97c25d27
[   15.191451] RBP: 0000000000000000 R08: 0000557e97dcf168 R09: 0000000000000001
[   15.191452] R10: 0000557e97e7d000 R11: 0000000000000000 R12: 0000000000000000
[   15.191454] R13: 0000557e97e2a360 R14: 0000000000000000 R15: 00000000cdc6982b
[   15.191457]  </TASK>
[   15.191458] ================================================================================
[   15.191460] ================================================================================
[   15.191462] UBSAN: array-index-out-of-bounds in /home/delannoy/8821cu-20210916/core/rtw_wlan_util.c:1866:76
[   15.191465] index 2 is out of range for type 'u8 [1]'
[   15.191467] CPU: 1 PID: 1051 Comm: gsd-power Tainted: G           OE      6.5.0-14-generic #14~22.04.1-Ubuntu
[   15.191470] Hardware name: THOMSON PX14C/G142U, BIOS E.G142U_4.S4.E1.042 04/19/2022
[   15.191471] Call Trace:
[   15.191473]  <TASK>
[   15.191474]  dump_stack_lvl+0x48/0x70
[   15.191479]  dump_stack+0x10/0x20
[   15.191481]  __ubsan_handle_out_of_bounds+0xc6/0x110
[   15.191486]  HT_caps_handler+0x10e/0x4e0 [8821cu]
[   15.191655]  OnAssocRsp+0x25d/0x3b0 [8821cu]
[   15.191817]  _mgt_dispatcher+0x70/0xf0 [8821cu]
[   15.191974]  mgt_dispatcher+0x296/0x300 [8821cu]
[   15.192132]  validate_recv_mgnt_frame+0x3a0/0x520 [8821cu]
[   15.192308]  validate_recv_frame+0x215/0x460 [8821cu]
[   15.192482]  recv_func_prehandle+0x19/0x50 [8821cu]
[   15.192657]  recv_func+0x2c/0x160 [8821cu]
[   15.192831]  rtw_recv_entry+0x19/0x40 [8821cu]
[   15.193005]  pre_recv_entry+0x6c/0x160 [8821cu]
[   15.193179]  recvbuf2recvframe+0x170/0x370 [8821cu]
[   15.193374]  usb_recv_tasklet+0xa1/0x2e0 [8821cu]
[   15.193571]  tasklet_action_common.constprop.0+0xfa/0x1e0
[   15.193576]  tasklet_action+0x22/0x30
[   15.193578]  __do_softirq+0xd9/0x349
[   15.193582]  ? handle_irq_event+0x52/0x80
[   15.193585]  __irq_exit_rcu+0x75/0xa0
[   15.193589]  irq_exit_rcu+0xe/0x20
[   15.193592]  common_interrupt+0x49/0xb0
[   15.193595]  asm_common_interrupt+0x27/0x40
[   15.193598] RIP: 0033:0x7f1324dbf1bc
[   15.193606] Code: 08 48 89 f7 41 ff 55 38 48 8b 74 24 08 41 89 c7 b8 02 00 00 00 41 39 c7 44 0f 42 f8 31 d2 31 ed 45 31 e4 45 31 f6 43 8d 04 bf <41> 8d 04 47 41 f7 75 08 89 d0 49 8b 55 28 48 89 c3 8b 04 82 85 c0
[   15.193608] RSP: 002b:00007ffd2e7c14a0 EFLAGS: 00000246
[   15.193611] RAX: 0000000004e0f8d7 RBX: 0000557e97dda960 RCX: 00000000e91edfa0
[   15.193613] RDX: 0000000000000000 RSI: 0000557e97d13ae0 RDI: 0000557e97c25d27
[   15.193614] RBP: 0000000000000000 R08: 0000557e97dcf168 R09: 0000000000000001
[   15.193616] R10: 0000557e97e7d000 R11: 0000000000000000 R12: 0000000000000000
[   15.193617] R13: 0000557e97e2a360 R14: 0000000000000000 R15: 00000000cdc6982b
[   15.193621]  </TASK>
[   15.193648] ================================================================================
[   15.193713] RTW: assoc success
[   15.197495] RTW: recv eapol packet 1/4
[   15.198242] RTW: send eapol packet 2/4
[   15.199216] RTW: ============ STA [e4:9e:12:03:19:76]  ===================
[   15.199220] RTW: mac_id : 0
[   15.199222] RTW: wireless_mode : 0x0b
[   15.199223] RTW: mimo_type : 0
[   15.199224] RTW: static smps : N
[   15.199226] RTW: bw_mode : 20MHz, ra_bw_mode : 20MHz
[   15.199227] RTW: rate_id : 3
[   15.199228] RTW: rssi : 18 (%), rssi_level : 0
[   15.199230] RTW: is_support_sgi : Y, is_vht_enable : N
[   15.199231] RTW: disable_ra : N, disable_pt : N
[   15.199232] RTW: is_noisy : N
[   15.199233] RTW: txrx_state : 0
[   15.199235] RTW: curr_tx_rate : CCK_1M (L)
[   15.199236] RTW: curr_tx_bw : 20MHz
[   15.199237] RTW: curr_retry_ratio : 0
[   15.199238] RTW: ra_mask : 0x00000000000fffff
[   15.203951] RTW: recv eapol packet 3/4
[   15.204478] RTW: send eapol packet 4/4
[   15.206166] RTW: set pairwise key camid:0, addr:e4:9e:12:03:19:76, kid:0, type:AES
[   15.208155] RTW: set group key camid:1, addr:e4:9e:12:03:19:76, kid:2, type:AES
[   22.892418] kauditd_printk_skb: 38 callbacks suppressed
[   22.892423] audit: type=1400 audit(1705140116.591:50): apparmor="DENIED" operation="capable" class="cap" profile="/snap/snapd/20671/usr/lib/snapd/snap-confine" pid=1273 comm="snap-confine" capability=12  capname="net_admin"
[   22.899218] audit: type=1400 audit(1705140116.599:51): apparmor="DENIED" operation="capable" class="cap" profile="/snap/snapd/20671/usr/lib/snapd/snap-confine" pid=1273 comm="snap-confine" capability=38  capname="perfmon"
[   23.013854] rfkill: input handler enabled
[   24.813108] Bluetooth: RFCOMM TTY layer initialized
[   24.813126] Bluetooth: RFCOMM socket layer initialized
[   24.813137] Bluetooth: RFCOMM ver 1.11
[   27.229422] rfkill: input handler disabled
[   31.318397] warning: `kdeconnectd' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
[   34.756002] audit: type=1107 audit(1705140128.455:52): pid=530 uid=102 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/PolicyKit1/Authority" interface="org.freedesktop.DBus.Properties" member="GetAll" mask="send" name=":1.3" pid=1835 label="snap.snap-store.ubuntu-software" peer_pid=558 peer_label="unconfined"
                exe="/usr/bin/dbus-daemon" sauid=102 hostname=? addr=? terminal=?'
[   34.756804] audit: type=1107 audit(1705140128.455:53): pid=530 uid=102 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/PolicyKit1/Authority" interface="org.freedesktop.PolicyKit1.Authority" member="CheckAuthorization" mask="send" name=":1.3" pid=1835 label="snap.snap-store.ubuntu-software" peer_pid=558 peer_label="unconfined"
                exe="/usr/bin/dbus-daemon" sauid=102 hostname=? addr=? terminal=?'
[   34.761193] audit: type=1107 audit(1705140128.463:54): pid=530 uid=102 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/PolicyKit1/Authority" interface="org.freedesktop.DBus.Properties" member="GetAll" mask="send" name=":1.3" pid=1835 label="snap.snap-store.ubuntu-software" peer_pid=558 peer_label="unconfined"
                exe="/usr/bin/dbus-daemon" sauid=102 hostname=? addr=? terminal=?'
[   34.761770] audit: type=1107 audit(1705140128.463:55): pid=530 uid=102 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/PolicyKit1/Authority" interface="org.freedesktop.PolicyKit1.Authority" member="CheckAuthorization" mask="send" name=":1.3" pid=1835 label="snap.snap-store.ubuntu-software" peer_pid=558 peer_label="unconfined"
                exe="/usr/bin/dbus-daemon" sauid=102 hostname=? addr=? terminal=?'
[   35.288067] audit: type=1400 audit(1705140128.987:56): apparmor="DENIED" operation="open" class="file" profile="snap.snap-store.ubuntu-software" name="/etc/appstream.conf" pid=1835 comm="snap-store" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[   49.492889] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[   93.958619] audit: type=1400 audit(1705140187.412:57): apparmor="DENIED" operation="open" class="file" profile="snap-update-ns.firefox" name="/usr/local/share/" pid=3056 comm="5" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[   94.043212] audit: type=1400 audit(1705140187.496:58): apparmor="DENIED" operation="open" class="file" profile="snap-update-ns.firefox" name="/var/lib/" pid=3056 comm="5" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[   96.444832] audit: type=1107 audit(1705140189.900:59): pid=530 uid=102 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/login1" interface="org.freedesktop.DBus.Properties" member="GetAll" mask="send" name=":1.15" pid=3036 label="snap.firefox.firefox" peer_pid=585 peer_label="unconfined"
                exe="/usr/bin/dbus-daemon" sauid=102 hostname=? addr=? terminal=?'
[   96.592017] audit: type=1107 audit(1705140190.044:60): pid=530 uid=102 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/timedate1" interface="org.freedesktop.DBus.Properties" member="GetAll" mask="send" name=":1.114" pid=3036 label="snap.firefox.firefox" peer_pid=3199 peer_label="unconfined"
                exe="/usr/bin/dbus-daemon" sauid=102 hostname=? addr=? terminal=?'
[   96.852286] audit: type=1107 audit(1705140190.309:61): pid=530 uid=102 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/timedate1" interface="org.freedesktop.DBus.Properties" member="GetAll" mask="send" name=":1.114" pid=3036 label="snap.firefox.firefox" peer_pid=3199 peer_label="unconfined"
                exe="/usr/bin/dbus-daemon" sauid=102 hostname=? addr=? terminal=?'
[  139.622800] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[  173.700965] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[  207.788682] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[  326.577317] audit: type=1107 audit(1705140420.031:62): pid=530 uid=102 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/timedate1" interface="org.freedesktop.DBus.Properties" member="GetAll" mask="send" name=":1.124" pid=3036 label="snap.firefox.firefox" peer_pid=3600 peer_label="unconfined"
                exe="/usr/bin/dbus-daemon" sauid=102 hostname=? addr=? terminal=?'
[  362.450565] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[  396.537435] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[  430.621859] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[  464.733479] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[  498.824552] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[  532.908127] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[  566.987676] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[  601.087891] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[  635.682977] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[  669.770589] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[  703.850919] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[  738.462695] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[  773.566340] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[  807.657306] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[  842.273363] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[  876.357355] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[  910.989091] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[  945.071682] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[  979.679700] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[ 1013.764111] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[ 1047.843268] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[ 1081.938427] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[ 1116.026607] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[ 1150.113344] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[ 1184.204971] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[ 1218.300451] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[ 1252.388782] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[ 1286.468168] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[ 1320.555973] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[ 1354.638803] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[ 1389.238899] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[ 1423.330304] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[ 1457.410176] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[ 1491.505206] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[ 1525.593440] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[ 1560.185223] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[ 1594.264856] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[ 1628.883720] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[ 1662.975428] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[ 1697.058689] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[ 1731.139262] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[ 1765.219085] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[ 1799.302727] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[ 1833.390389] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[ 1867.477301] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[ 1901.561689] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[ 1935.645352] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[ 1971.281085] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[ 2005.364471] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[ 2040.495605] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[ 2074.587134] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[ 2108.670680] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[ 2142.778300] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[ 2176.862400] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[ 2210.194163] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[ 2244.277742] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[ 2278.381362] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[ 2312.468750] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[ 2346.548320] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[ 2381.160068] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[ 2415.750929] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[ 2449.847286] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[ 2484.454103] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[ 2518.538309] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[ 2552.617330] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[ 2586.717520] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[ 2620.800554] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[ 2654.880793] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[ 2688.960394] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[ 2723.052021] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[ 2757.139095] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[ 2791.238764] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
delannoy@delannoy-PX14C:~$ 

Dernière modification par guidel (Le 13/01/2024, à 12:49)

Hors ligne

#67 Le 13/01/2024, à 12:55

guidel

Re : Pas de son sur Thomson PX14C4BL128

Dans mon tout premier post, j'avais aussi mis le résultat de sudo dmesg (entre temps il y a eu une mise à jour du système).

Hier soir, j'ai enlevé la phrase sur le firmware de mon dernier message, car il me semble avoir envoyé une fausse information : je viens de faire l’installation d'ubuntu (à coté de windows) mais je n'ai pas installé de firmware (en tout cas pas en pleine conscience tongue)

Je vais traiter ton dernier post tout de suite (j'aurai malheureusement pas trop de dispo ce week-end et j'ai aussi une réunion lundi soir)

Dernière modification par guidel (Le 13/01/2024, à 13:08)

Hors ligne

#68 Le 13/01/2024, à 13:00

guidel

Re : Pas de son sur Thomson PX14C4BL128

Voila c'est fait, et ça donne :

delannoy@delannoy-PX14C:~$ sudo dmesg
[sudo] Mot de passe de delannoy : 
[    0.000000] microcode: updated early: 0x16 -> 0x22, date = 2022-09-20
[    0.000000] Linux version 6.5.0-14-generic (buildd@lcy02-amd64-110) (x86_64-linux-gnu-gcc-12 (Ubuntu 12.3.0-1ubuntu1~22.04) 12.3.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #14~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Mon Nov 20 18:15:30 UTC 2 (Ubuntu 6.5.0-14.14~22.04.1-generic 6.5.3)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-6.5.0-14-generic root=UUID=a9a16299-dcaf-462e-bbad-bf4d6d761117 ro quiet splash vt.handoff=7
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000003efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000003f000-0x000000000003ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000040000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000010000000-0x0000000012150fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000012151000-0x0000000076456fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000076457000-0x0000000079d0cfff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000079d0d000-0x0000000079d2ffff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000079d30000-0x0000000079d99fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000079d9a000-0x000000007a1b9fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007a1ba000-0x000000007aa56fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007aa57000-0x000000007aa57fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007aa58000-0x000000007aa59fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007aa5a000-0x000000007ab14fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007ab15000-0x000000007abc4fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007abc5000-0x000000007affffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007b000000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000d0000000-0x00000000d0ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000d3709000-0x00000000d3709fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe042000-0x00000000fe044fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe900000-0x00000000fe902fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000017fffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0x6c77d018-0x6c78d057] usable ==> usable
[    0.000000] e820: update [mem 0x6c77d018-0x6c78d057] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000003efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000003f000-0x000000000003ffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000040000-0x000000000009dfff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009e000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000000fffffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000010000000-0x0000000012150fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000012151000-0x000000006c77d017] usable
[    0.000000] reserve setup_data: [mem 0x000000006c77d018-0x000000006c78d057] usable
[    0.000000] reserve setup_data: [mem 0x000000006c78d058-0x0000000076456fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000076457000-0x0000000079d0cfff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000079d0d000-0x0000000079d2ffff] ACPI data
[    0.000000] reserve setup_data: [mem 0x0000000079d30000-0x0000000079d99fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000079d9a000-0x000000007a1b9fff] reserved
[    0.000000] reserve setup_data: [mem 0x000000007a1ba000-0x000000007aa56fff] usable
[    0.000000] reserve setup_data: [mem 0x000000007aa57000-0x000000007aa57fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000007aa58000-0x000000007aa59fff] reserved
[    0.000000] reserve setup_data: [mem 0x000000007aa5a000-0x000000007ab14fff] usable
[    0.000000] reserve setup_data: [mem 0x000000007ab15000-0x000000007abc4fff] reserved
[    0.000000] reserve setup_data: [mem 0x000000007abc5000-0x000000007affffff] usable
[    0.000000] reserve setup_data: [mem 0x000000007b000000-0x000000007fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000d0000000-0x00000000d0ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000d3709000-0x00000000d3709fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fe042000-0x00000000fe044fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fe900000-0x00000000fe902fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff800000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000017fffffff] usable
[    0.000000] efi: EFI v2.7 by American Megatrends
[    0.000000] efi: ACPI 2.0=0x79d18000 ACPI=0x79d18000 TPMFinalLog=0x79d68000 SMBIOS=0x79fbd000 SMBIOS 3.0=0x79fbc000 ESRT=0x75476e98 MOKvar=0x79fe9000 RNG=0x79d17018 TPMEventLog=0x6c78f018 
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem53: MMIO range=[0xd0000000-0xd0ffffff] (16MB) from e820 map
[    0.000000] e820: remove [mem 0xd0000000-0xd0ffffff] reserved
[    0.000000] efi: Not removing mem54: MMIO range=[0xd3709000-0xd3709fff] (4KB) from e820 map
[    0.000000] efi: Remove mem55: MMIO range=[0xe0000000-0xefffffff] (256MB) from e820 map
[    0.000000] e820: remove [mem 0xe0000000-0xefffffff] reserved
[    0.000000] efi: Not removing mem56: MMIO range=[0xfe042000-0xfe042fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem57: MMIO range=[0xfe043000-0xfe043fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem58: MMIO range=[0xfe044000-0xfe044fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem59: MMIO range=[0xfe900000-0xfe902fff] (12KB) from e820 map
[    0.000000] efi: Not removing mem60: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem61: MMIO range=[0xfed01000-0xfed01fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem62: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
[    0.000000] efi: Remove mem63: MMIO range=[0xff800000-0xffffffff] (8MB) from e820 map
[    0.000000] e820: remove [mem 0xff800000-0xffffffff] reserved
[    0.000000] secureboot: Secure boot disabled
[    0.000000] SMBIOS 3.2.0 present.
[    0.000000] DMI: THOMSON PX14C/G142U, BIOS E.G142U_4.S4.E1.042 04/19/2022
[    0.000000] tsc: Detected 1094.400 MHz processor
[    0.000037] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000053] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000109] last_pfn = 0x180000 max_arch_pfn = 0x400000000
[    0.000130] MTRR map: 7 entries (3 fixed + 4 variable; max 23), built from 10 variable MTRRs
[    0.000140] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000291] last_pfn = 0x7b000 max_arch_pfn = 0x400000000
[    0.017017] esrt: Reserving ESRT space from 0x0000000075476e98 to 0x0000000075476ed0.
[    0.017040] e820: update [mem 0x75476000-0x75476fff] usable ==> reserved
[    0.017143] Using GB pages for direct mapping
[    0.018902] secureboot: Secure boot disabled
[    0.018906] RAMDISK: [mem 0x6c797000-0x70a88fff]
[    0.018938] ACPI: Early table checksum verification disabled
[    0.018950] ACPI: RSDP 0x0000000079D18000 000024 (v02 ALASKA)
[    0.018969] ACPI: XSDT 0x0000000079D180C0 0000F4 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.018995] ACPI: FACP 0x0000000079D25190 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.019023] ACPI: DSDT 0x0000000079D18260 00CF2A (v02 ALASKA A M I    01072009 INTL 20160930)
[    0.019042] ACPI: FACS 0x0000000079D99080 000040
[    0.019055] ACPI: FPDT 0x0000000079D252B0 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.019071] ACPI: FIDT 0x0000000079D25300 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.019087] ACPI: MSDM 0x0000000079D253A0 000055 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.019102] ACPI: MCFG 0x0000000079D25400 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.019118] ACPI: DBG2 0x0000000079D25440 000072 (v00 INTEL  GLK-SOC  00000003 BRXT 0100000D)
[    0.019133] ACPI: DBGP 0x0000000079D254C0 000034 (v01 INTEL  GLK-SOC  00000003 BRXT 0100000D)
[    0.019148] ACPI: HPET 0x0000000079D25500 000038 (v01 INTEL  GLK-SOC  00000003 BRXT 0100000D)
[    0.019163] ACPI: LPIT 0x0000000079D25540 00005C (v01 INTEL  GLK-SOC  00000003 BRXT 0100000D)
[    0.019178] ACPI: APIC 0x0000000079D255A0 000084 (v04 INTEL  GLK-SOC  00000003 BRXT 0100000D)
[    0.019193] ACPI: NPKT 0x0000000079D25630 000065 (v01 INTEL  GLK-SOC  00000003 BRXT 0100000D)
[    0.019208] ACPI: SSDT 0x0000000079D256A0 004231 (v02 INTEL  DptfTab  00000003 BRXT 0100000D)
[    0.019223] ACPI: SSDT 0x0000000079D298E0 000C8F (v02 INTEL  UsbCTabl 00000003 BRXT 0100000D)
[    0.019239] ACPI: SSDT 0x0000000079D2A570 0008E1 (v01 Intel_ Platform 00001000 INTL 20160930)
[    0.019254] ACPI: SSDT 0x0000000079D2AE60 0000B1 (v01 Intel_ ADebTabl 00001000 INTL 20160930)
[    0.019269] ACPI: SSDT 0x0000000079D2AF20 0004B4 (v02 PmRef  Cpu0Ist  00003000 INTL 20160930)
[    0.019285] ACPI: SSDT 0x0000000079D2B3E0 000775 (v02 CpuRef CpuSsdt  00003000 INTL 20160930)
[    0.019300] ACPI: SSDT 0x0000000079D2BB60 00035F (v02 PmRef  Cpu0Tst  00003000 INTL 20160930)
[    0.019316] ACPI: SSDT 0x0000000079D2BEC0 0001E6 (v02 PmRef  ApTst    00003000 INTL 20160930)
[    0.019331] ACPI: SSDT 0x0000000079D2C0B0 0028B6 (v02 SaSsdt SaSsdt   00003000 INTL 20160930)
[    0.019347] ACPI: TPM2 0x0000000079D2E970 000034 (v04 ALASKA A M I    00000001 AMI  00000000)
[    0.019362] ACPI: BGRT 0x0000000079D2E9B0 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.019377] ACPI: DMAR 0x0000000079D2E9F0 0000A8 (v01 INTEL  GLK-SOC  00000003 BRXT 0100000D)
[    0.019392] ACPI: WDAT 0x0000000079D2EAA0 000104 (v01                 00000000      00000000)
[    0.019407] ACPI: NHLT 0x0000000079D2EBB0 00053E (v00 ALASKA A M I    00000002      01000013)
[    0.019424] ACPI: WSMT 0x0000000079D2F0F0 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.019437] ACPI: Reserving FACP table memory at [mem 0x79d25190-0x79d252a3]
[    0.019444] ACPI: Reserving DSDT table memory at [mem 0x79d18260-0x79d25189]
[    0.019449] ACPI: Reserving FACS table memory at [mem 0x79d99080-0x79d990bf]
[    0.019454] ACPI: Reserving FPDT table memory at [mem 0x79d252b0-0x79d252f3]
[    0.019459] ACPI: Reserving FIDT table memory at [mem 0x79d25300-0x79d2539b]
[    0.019464] ACPI: Reserving MSDM table memory at [mem 0x79d253a0-0x79d253f4]
[    0.019469] ACPI: Reserving MCFG table memory at [mem 0x79d25400-0x79d2543b]
[    0.019473] ACPI: Reserving DBG2 table memory at [mem 0x79d25440-0x79d254b1]
[    0.019478] ACPI: Reserving DBGP table memory at [mem 0x79d254c0-0x79d254f3]
[    0.019483] ACPI: Reserving HPET table memory at [mem 0x79d25500-0x79d25537]
[    0.019487] ACPI: Reserving LPIT table memory at [mem 0x79d25540-0x79d2559b]
[    0.019492] ACPI: Reserving APIC table memory at [mem 0x79d255a0-0x79d25623]
[    0.019497] ACPI: Reserving NPKT table memory at [mem 0x79d25630-0x79d25694]
[    0.019502] ACPI: Reserving SSDT table memory at [mem 0x79d256a0-0x79d298d0]
[    0.019506] ACPI: Reserving SSDT table memory at [mem 0x79d298e0-0x79d2a56e]
[    0.019511] ACPI: Reserving SSDT table memory at [mem 0x79d2a570-0x79d2ae50]
[    0.019516] ACPI: Reserving SSDT table memory at [mem 0x79d2ae60-0x79d2af10]
[    0.019521] ACPI: Reserving SSDT table memory at [mem 0x79d2af20-0x79d2b3d3]
[    0.019526] ACPI: Reserving SSDT table memory at [mem 0x79d2b3e0-0x79d2bb54]
[    0.019530] ACPI: Reserving SSDT table memory at [mem 0x79d2bb60-0x79d2bebe]
[    0.019535] ACPI: Reserving SSDT table memory at [mem 0x79d2bec0-0x79d2c0a5]
[    0.019540] ACPI: Reserving SSDT table memory at [mem 0x79d2c0b0-0x79d2e965]
[    0.019545] ACPI: Reserving TPM2 table memory at [mem 0x79d2e970-0x79d2e9a3]
[    0.019550] ACPI: Reserving BGRT table memory at [mem 0x79d2e9b0-0x79d2e9e7]
[    0.019554] ACPI: Reserving DMAR table memory at [mem 0x79d2e9f0-0x79d2ea97]
[    0.019559] ACPI: Reserving WDAT table memory at [mem 0x79d2eaa0-0x79d2eba3]
[    0.019564] ACPI: Reserving NHLT table memory at [mem 0x79d2ebb0-0x79d2f0ed]
[    0.019569] ACPI: Reserving WSMT table memory at [mem 0x79d2f0f0-0x79d2f117]
[    0.020412] No NUMA configuration found
[    0.020417] Faking a node at [mem 0x0000000000000000-0x000000017fffffff]
[    0.020473] NODE_DATA(0) allocated [mem 0x17ffd2000-0x17fffcfff]
[    0.021596] Zone ranges:
[    0.021600]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.021610]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.021618]   Normal   [mem 0x0000000100000000-0x000000017fffffff]
[    0.021625]   Device   empty
[    0.021631] Movable zone start for each node
[    0.021642] Early memory node ranges
[    0.021645]   node   0: [mem 0x0000000000001000-0x000000000003efff]
[    0.021652]   node   0: [mem 0x0000000000040000-0x000000000009dfff]
[    0.021657]   node   0: [mem 0x0000000000100000-0x000000000fffffff]
[    0.021662]   node   0: [mem 0x0000000012151000-0x0000000076456fff]
[    0.021667]   node   0: [mem 0x000000007a1ba000-0x000000007aa56fff]
[    0.021672]   node   0: [mem 0x000000007aa5a000-0x000000007ab14fff]
[    0.021677]   node   0: [mem 0x000000007abc5000-0x000000007affffff]
[    0.021681]   node   0: [mem 0x0000000100000000-0x000000017fffffff]
[    0.021690] Initmem setup node 0 [mem 0x0000000000001000-0x000000017fffffff]
[    0.021707] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.021716] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.021806] On node 0, zone DMA: 98 pages in unavailable ranges
[    0.033181] On node 0, zone DMA32: 8529 pages in unavailable ranges
[    0.033939] On node 0, zone DMA32: 15715 pages in unavailable ranges
[    0.033949] On node 0, zone DMA32: 3 pages in unavailable ranges
[    0.033986] On node 0, zone DMA32: 176 pages in unavailable ranges
[    0.047384] On node 0, zone Normal: 20480 pages in unavailable ranges
[    0.047425] Reserving Intel graphics memory at [mem 0x7c000000-0x7fffffff]
[    0.050963] ACPI: PM-Timer IO Port: 0x408
[    0.050998] ACPI: LAPIC_NMI (acpi_id[0x01] high level lint[0x1])
[    0.051007] ACPI: LAPIC_NMI (acpi_id[0x02] high level lint[0x1])
[    0.051012] ACPI: LAPIC_NMI (acpi_id[0x03] high level lint[0x1])
[    0.051016] ACPI: LAPIC_NMI (acpi_id[0x04] high level lint[0x1])
[    0.051062] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-119
[    0.051075] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.051084] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.051102] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.051108] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.051140] e820: update [mem 0x72cf8000-0x732e6fff] usable ==> reserved
[    0.051215] TSC deadline timer available
[    0.051220] smpboot: Allowing 4 CPUs, 2 hotplug CPUs
[    0.051341] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.051353] PM: hibernation: Registered nosave memory: [mem 0x0003f000-0x0003ffff]
[    0.051363] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x000fffff]
[    0.051372] PM: hibernation: Registered nosave memory: [mem 0x10000000-0x12150fff]
[    0.051382] PM: hibernation: Registered nosave memory: [mem 0x6c77d000-0x6c77dfff]
[    0.051391] PM: hibernation: Registered nosave memory: [mem 0x6c78d000-0x6c78dfff]
[    0.051401] PM: hibernation: Registered nosave memory: [mem 0x72cf8000-0x732e6fff]
[    0.051410] PM: hibernation: Registered nosave memory: [mem 0x75476000-0x75476fff]
[    0.051419] PM: hibernation: Registered nosave memory: [mem 0x76457000-0x79d0cfff]
[    0.051424] PM: hibernation: Registered nosave memory: [mem 0x79d0d000-0x79d2ffff]
[    0.051428] PM: hibernation: Registered nosave memory: [mem 0x79d30000-0x79d99fff]
[    0.051432] PM: hibernation: Registered nosave memory: [mem 0x79d9a000-0x7a1b9fff]
[    0.051441] PM: hibernation: Registered nosave memory: [mem 0x7aa57000-0x7aa57fff]
[    0.051445] PM: hibernation: Registered nosave memory: [mem 0x7aa58000-0x7aa59fff]
[    0.051455] PM: hibernation: Registered nosave memory: [mem 0x7ab15000-0x7abc4fff]
[    0.051465] PM: hibernation: Registered nosave memory: [mem 0x7b000000-0x7fffffff]
[    0.051469] PM: hibernation: Registered nosave memory: [mem 0x80000000-0xd3708fff]
[    0.051473] PM: hibernation: Registered nosave memory: [mem 0xd3709000-0xd3709fff]
[    0.051477] PM: hibernation: Registered nosave memory: [mem 0xd370a000-0xfe041fff]
[    0.051481] PM: hibernation: Registered nosave memory: [mem 0xfe042000-0xfe044fff]
[    0.051485] PM: hibernation: Registered nosave memory: [mem 0xfe045000-0xfe8fffff]
[    0.051489] PM: hibernation: Registered nosave memory: [mem 0xfe900000-0xfe902fff]
[    0.051493] PM: hibernation: Registered nosave memory: [mem 0xfe903000-0xfebfffff]
[    0.051497] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.051501] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfed00fff]
[    0.051505] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed01fff]
[    0.051509] PM: hibernation: Registered nosave memory: [mem 0xfed02000-0xfedfffff]
[    0.051513] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.051517] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
[    0.051525] [mem 0x80000000-0xd3708fff] available for PCI devices
[    0.051531] Booting paravirtualized kernel on bare hardware
[    0.051539] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.051576] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.052704] percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u524288
[    0.052739] pcpu-alloc: s221184 r8192 d28672 u524288 alloc=1*2097152
[    0.052751] pcpu-alloc: [0] 0 1 2 3 
[    0.052872] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.5.0-14-generic root=UUID=a9a16299-dcaf-462e-bbad-bf4d6d761117 ro quiet splash vt.handoff=7
[    0.053289] Unknown kernel command line parameters "splash BOOT_IMAGE=/boot/vmlinuz-6.5.0-14-generic", will be passed to user space.
[    0.054784] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.055542] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.055793] Fallback order for Node 0: 0 
[    0.055810] Built 1 zonelists, mobility grouping on.  Total pages: 987734
[    0.055818] Policy zone: Normal
[    0.055845] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.055895] software IO TLB: area num 4.
[    0.142052] Memory: 3646488K/4014292K available (20480K kernel code, 4265K rwdata, 13180K rodata, 4792K init, 17396K bss, 367544K reserved, 0K cma-reserved)
[    0.143340] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.143468] ftrace: allocating 55226 entries in 216 pages
[    0.175087] ftrace: allocated 216 pages with 4 groups
[    0.178045] Dynamic Preempt: voluntary
[    0.178163] rcu: Preemptible hierarchical RCU implementation.
[    0.178168] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[    0.178175] 	Trampoline variant of Tasks RCU enabled.
[    0.178177] 	Rude variant of Tasks RCU enabled.
[    0.178179] 	Tracing variant of Tasks RCU enabled.
[    0.178183] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.178187] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.193513] NR_IRQS: 524544, nr_irqs: 1024, preallocated irqs: 16
[    0.193979] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.194297] Console: colour dummy device 80x25
[    0.194308] printk: console [tty0] enabled
[    0.194549] ACPI: Core revision 20230331
[    0.195399] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 99544814920 ns
[    0.195535] APIC: Switch to symmetric I/O mode setup
[    0.195544] DMAR: Host address width 39
[    0.195550] DMAR: DRHD base: 0x000000fed64000 flags: 0x0
[    0.195575] DMAR: dmar0: reg_base_addr fed64000 ver 1:0 cap 1c0000c40660462 ecap 9e2ff0505e
[    0.195587] DMAR: DRHD base: 0x000000fed65000 flags: 0x1
[    0.195607] DMAR: dmar1: reg_base_addr fed65000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.195618] DMAR: RMRR base: 0x00000079cbb000 end: 0x00000079cdafff
[    0.195626] DMAR: RMRR base: 0x0000007b800000 end: 0x0000007fffffff
[    0.195636] DMAR-IR: IOAPIC id 1 under DRHD base  0xfed65000 IOMMU 1
[    0.195643] DMAR-IR: HPET id 0 under DRHD base 0xfed65000
[    0.195649] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.198527] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.198540] x2apic enabled
[    0.198567] Switched APIC routing to cluster x2apic.
[    0.203520] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.223470] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0xfc66f4fc7c, max_idle_ns: 440795224246 ns
[    0.223501] Calibrating delay loop (skipped), value calculated using timer frequency.. 2188.80 BogoMIPS (lpj=4377600)
[    0.223582] x86/cpu: SGX disabled by BIOS.
[    0.223617] CPU0: Thermal monitoring enabled (TM1)
[    0.223625] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.223761] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.223768] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.223782] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.223792] Spectre V2 : Mitigation: Enhanced / Automatic IBRS
[    0.223799] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.223810] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.223818] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.223838] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.223845] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.223850] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.223855] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.223862] x86/fpu: xstate_offset[3]:  576, xstate_sizes[3]:   64
[    0.223869] x86/fpu: xstate_offset[4]:  640, xstate_sizes[4]:   64
[    0.223875] x86/fpu: Enabled xstate features 0x1b, context size is 704 bytes, using 'compacted' format.
[    0.342059] Freeing SMP alternatives memory: 44K
[    0.342076] pid_max: default: 32768 minimum: 301
[    0.352273] LSM: initializing lsm=lockdown,capability,landlock,yama,apparmor,integrity
[    0.352346] landlock: Up and running.
[    0.352350] Yama: becoming mindful.
[    0.352453] AppArmor: AppArmor initialized
[    0.352629] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.352662] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.353676] smpboot: CPU0: Intel(R) Celeron(R) N4020 CPU @ 1.10GHz (family: 0x6, model: 0x7a, stepping: 0x8)
[    0.354360] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[    0.354440] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[    0.354512] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[    0.354583] Performance Events: PEBS fmt3+, Goldmont plus events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.354691] ... version:                4
[    0.354695] ... bit width:              48
[    0.354699] ... generic registers:      4
[    0.354702] ... value mask:             0000ffffffffffff
[    0.354707] ... max period:             00007fffffffffff
[    0.354711] ... fixed-purpose events:   3
[    0.354714] ... event mask:             000000070000000f
[    0.355057] signal: max sigframe size: 2032
[    0.355113] Estimated ratio of average max frequency by base frequency (times 1024): 2606
[    0.355244] rcu: Hierarchical SRCU implementation.
[    0.355251] rcu: 	Max phase no-delay instances is 1000.
[    0.355488] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.355488] smp: Bringing up secondary CPUs ...
[    0.355775] smpboot: x86: Booting SMP configuration:
[    0.355782] .... node  #0, CPUs:      #1
[    0.371671] smp: Brought up 1 node, 2 CPUs
[    0.371671] smpboot: Max logical packages: 2
[    0.371671] smpboot: Total of 2 processors activated (4377.60 BogoMIPS)
[    0.372634] devtmpfs: initialized
[    0.372634] x86/mm: Memory block size: 128MB
[    0.375753] ACPI: PM: Registering ACPI NVS region [mem 0x79d30000-0x79d99fff] (434176 bytes)
[    0.375794] ACPI: PM: Registering ACPI NVS region [mem 0x7aa57000-0x7aa57fff] (4096 bytes)
[    0.375967] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.376003] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.376173] pinctrl core: initialized pinctrl subsystem
[    0.376834] PM: RTC time: 10:57:39, date: 2024-01-13
[    0.379041] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.379796] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[    0.379975] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.380146] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.380187] audit: initializing netlink subsys (disabled)
[    0.380361] audit: type=2000 audit(1705143459.180:1): state=initialized audit_enabled=0 res=1
[    0.380857] thermal_sys: Registered thermal governor 'fair_share'
[    0.380865] thermal_sys: Registered thermal governor 'bang_bang'
[    0.380870] thermal_sys: Registered thermal governor 'step_wise'
[    0.380874] thermal_sys: Registered thermal governor 'user_space'
[    0.380877] thermal_sys: Registered thermal governor 'power_allocator'
[    0.380905] EISA bus registered
[    0.380947] cpuidle: using governor ladder
[    0.380966] cpuidle: using governor menu
[    0.381270] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.381609] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.381631] PCI: not using MMCONFIG
[    0.381637] PCI: Using configuration type 1 for base access
[    0.382377] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.414820] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.414830] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.414838] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.414842] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.416448] fbcon: Taking over console
[    0.416525] ACPI: Added _OSI(Module Device)
[    0.416531] ACPI: Added _OSI(Processor Device)
[    0.416537] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.416541] ACPI: Added _OSI(Processor Aggregator Device)
[    0.466578] ACPI: 10 ACPI AML tables successfully acquired and loaded
[    0.496282] ACPI: Dynamic OEM Table Load:
[    0.496315] ACPI: SSDT 0xFFFF9973C0299600 000190 (v02 PmRef  Cpu0Cst  00003001 INTL 20160930)
[    0.500407] ACPI: Dynamic OEM Table Load:
[    0.500435] ACPI: SSDT 0xFFFF9973C0298000 0001E6 (v02 PmRef  ApIst    00003000 INTL 20160930)
[    0.503584] ACPI: Dynamic OEM Table Load:
[    0.503608] ACPI: SSDT 0xFFFF9973C0D14B00 0000C9 (v02 PmRef  ApCst    00003000 INTL 20160930)
[    0.507763] ACPI: EC: EC started
[    0.507770] ACPI: EC: interrupt blocked
[    0.619772] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.619786] ACPI: \_SB_.PCI0.SBRG.H_EC: Boot DSDT EC used to handle transactions
[    0.619794] ACPI: Interpreter enabled
[    0.619899] ACPI: PM: (supports S0 S3 S4 S5)
[    0.619905] ACPI: Using IOAPIC for interrupt routing
[    0.623898] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.625647] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved as ACPI motherboard resource
[    0.625697] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.625704] PCI: Using E820 reservations for host bridge windows
[    0.627176] ACPI: Enabled 10 GPEs in block 00 to 7F
[    0.647521] ACPI: \_SB_.PCI0.RP01.PXSX.DRST: New power resource
[    0.648616] ACPI: \_SB_.PCI0.RP02.PXSX.DRST: New power resource
[    0.649710] ACPI: \_SB_.PCI0.RP03.PXSX.DRST: New power resource
[    0.650817] ACPI: \_SB_.PCI0.RP04.PXSX.DRST: New power resource
[    0.651905] ACPI: \_SB_.PCI0.RP05.PXSX.DRST: New power resource
[    0.652994] ACPI: \_SB_.PCI0.RP06.PXSX.DRST: New power resource
[    0.654248] ACPI: \_SB_.PCI0.CNVW.WRST: New power resource
[    0.666613] ACPI: \_TZ_.FN00: New power resource
[    0.668768] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.668790] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.672062] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
[    0.674828] PCI host bridge to bus 0000:00
[    0.674835] pci_bus 0000:00: root bus resource [io  0x0070-0x0077]
[    0.674842] pci_bus 0000:00: root bus resource [io  0x0000-0x006f window]
[    0.674848] pci_bus 0000:00: root bus resource [io  0x0078-0x0cf7 window]
[    0.674853] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.674860] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000fffff window]
[    0.674866] pci_bus 0000:00: root bus resource [mem 0x7c000001-0xcfffffff window]
[    0.674872] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff window]
[    0.674876] pci_bus 0000:00: root bus resource [mem 0xfea00000-0xfeafffff window]
[    0.674881] pci_bus 0000:00: root bus resource [mem 0xfed00000-0xfed003ff window]
[    0.674886] pci_bus 0000:00: root bus resource [mem 0xfed01000-0xfed01fff window]
[    0.674890] pci_bus 0000:00: root bus resource [mem 0xfed03000-0xfed03fff window]
[    0.674895] pci_bus 0000:00: root bus resource [mem 0xfed06000-0xfed06fff window]
[    0.674900] pci_bus 0000:00: root bus resource [mem 0xfed08000-0xfed09fff window]
[    0.674904] pci_bus 0000:00: root bus resource [mem 0xfed80000-0xfedbffff window]
[    0.674909] pci_bus 0000:00: root bus resource [mem 0xfed1c000-0xfed1cfff window]
[    0.674914] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xfeefffff window]
[    0.674920] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.674975] pci 0000:00:00.0: [8086:31f0] type 00 class 0x060000
[    0.675278] pci 0000:00:00.1: [8086:318c] type 00 class 0x118000
[    0.675318] pci 0000:00:00.1: reg 0x10: [mem 0x80000000-0x80007fff 64bit]
[    0.675676] pci 0000:00:02.0: [8086:3185] type 00 class 0x030000
[    0.675697] pci 0000:00:02.0: reg 0x10: [mem 0xa0000000-0xa0ffffff 64bit]
[    0.675712] pci 0000:00:02.0: reg 0x18: [mem 0x90000000-0x9fffffff 64bit pref]
[    0.675739] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.675778] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.675788] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.676450] pci 0000:00:0e.0: [8086:3198] type 00 class 0x040100
[    0.676486] pci 0000:00:0e.0: reg 0x10: [mem 0xa1110000-0xa1113fff 64bit]
[    0.676527] pci 0000:00:0e.0: reg 0x20: [mem 0xa1000000-0xa10fffff 64bit]
[    0.676633] pci 0000:00:0e.0: PME# supported from D0 D3hot D3cold
[    0.681198] pci 0000:00:0f.0: [8086:319a] type 00 class 0x078000
[    0.681244] pci 0000:00:0f.0: reg 0x10: [mem 0xa1139000-0xa1139fff 64bit]
[    0.681418] pci 0000:00:0f.0: PME# supported from D3hot
[    0.681675] pci 0000:00:12.0: [8086:31e3] type 00 class 0x010601
[    0.681698] pci 0000:00:12.0: reg 0x10: [mem 0xa1114000-0xa1115fff]
[    0.681712] pci 0000:00:12.0: reg 0x14: [mem 0xa1138000-0xa11380ff]
[    0.681726] pci 0000:00:12.0: reg 0x18: [io  0xf090-0xf097]
[    0.681739] pci 0000:00:12.0: reg 0x1c: [io  0xf080-0xf083]
[    0.681752] pci 0000:00:12.0: reg 0x20: [io  0xf060-0xf07f]
[    0.681765] pci 0000:00:12.0: reg 0x24: [mem 0xa1137000-0xa11377ff]
[    0.681847] pci 0000:00:12.0: PME# supported from D3hot
[    0.682084] pci 0000:00:13.0: [8086:31d8] type 01 class 0x060400
[    0.682269] pci 0000:00:13.0: PME# supported from D0 D3hot D3cold
[    0.682646] pci 0000:00:13.1: [8086:31d9] type 01 class 0x060400
[    0.682861] pci 0000:00:13.1: PME# supported from D0 D3hot D3cold
[    0.683204] pci 0000:00:13.2: [8086:31da] type 01 class 0x060400
[    0.683400] pci 0000:00:13.2: PME# supported from D0 D3hot D3cold
[    0.683751] pci 0000:00:13.3: [8086:31db] type 01 class 0x060400
[    0.683964] pci 0000:00:13.3: PME# supported from D0 D3hot D3cold
[    0.684346] pci 0000:00:14.0: [8086:31d6] type 01 class 0x060400
[    0.684526] pci 0000:00:14.0: PME# supported from D0 D3hot D3cold
[    0.684884] pci 0000:00:14.1: [8086:31d7] type 01 class 0x060400
[    0.685064] pci 0000:00:14.1: PME# supported from D0 D3hot D3cold
[    0.685439] pci 0000:00:15.0: [8086:31a8] type 00 class 0x0c0330
[    0.685470] pci 0000:00:15.0: reg 0x10: [mem 0xa1100000-0xa110ffff 64bit]
[    0.685567] pci 0000:00:15.0: PME# supported from D3hot D3cold
[    0.685867] pci 0000:00:16.0: [8086:31ac] type 00 class 0x118000
[    0.685898] pci 0000:00:16.0: reg 0x10: [mem 0xa1136000-0xa1136fff 64bit]
[    0.685921] pci 0000:00:16.0: reg 0x18: [mem 0xa1135000-0xa1135fff 64bit]
[    0.686196] pci 0000:00:16.1: [8086:31ae] type 00 class 0x118000
[    0.686227] pci 0000:00:16.1: reg 0x10: [mem 0xa1134000-0xa1134fff 64bit]
[    0.686247] pci 0000:00:16.1: reg 0x18: [mem 0xa1133000-0xa1133fff 64bit]
[    0.686536] pci 0000:00:16.2: [8086:31b0] type 00 class 0x118000
[    0.686566] pci 0000:00:16.2: reg 0x10: [mem 0xa1132000-0xa1132fff 64bit]
[    0.686586] pci 0000:00:16.2: reg 0x18: [mem 0xa1131000-0xa1131fff 64bit]
[    0.686860] pci 0000:00:16.3: [8086:31b2] type 00 class 0x118000
[    0.686891] pci 0000:00:16.3: reg 0x10: [mem 0xa1130000-0xa1130fff 64bit]
[    0.686912] pci 0000:00:16.3: reg 0x18: [mem 0xa112f000-0xa112ffff 64bit]
[    0.687209] pci 0000:00:17.0: [8086:31b4] type 00 class 0x118000
[    0.687241] pci 0000:00:17.0: reg 0x10: [mem 0xa112e000-0xa112efff 64bit]
[    0.687261] pci 0000:00:17.0: reg 0x18: [mem 0xa112d000-0xa112dfff 64bit]
[    0.687572] pci 0000:00:17.1: [8086:31b6] type 00 class 0x118000
[    0.687604] pci 0000:00:17.1: reg 0x10: [mem 0xa112c000-0xa112cfff 64bit]
[    0.687626] pci 0000:00:17.1: reg 0x18: [mem 0xa112b000-0xa112bfff 64bit]
[    0.687900] pci 0000:00:17.2: [8086:31b8] type 00 class 0x118000
[    0.687932] pci 0000:00:17.2: reg 0x10: [mem 0xa112a000-0xa112afff 64bit]
[    0.687954] pci 0000:00:17.2: reg 0x18: [mem 0xa1129000-0xa1129fff 64bit]
[    0.688227] pci 0000:00:17.3: [8086:31ba] type 00 class 0x118000
[    0.688258] pci 0000:00:17.3: reg 0x10: [mem 0xa1128000-0xa1128fff 64bit]
[    0.688278] pci 0000:00:17.3: reg 0x18: [mem 0xa1127000-0xa1127fff 64bit]
[    0.688593] pci 0000:00:18.0: [8086:31bc] type 00 class 0x118000
[    0.688624] pci 0000:00:18.0: reg 0x10: [mem 0xa1126000-0xa1126fff 64bit]
[    0.688643] pci 0000:00:18.0: reg 0x18: [mem 0xa1125000-0xa1125fff 64bit]
[    0.688928] pci 0000:00:18.1: [8086:31be] type 00 class 0x118000
[    0.688960] pci 0000:00:18.1: reg 0x10: [mem 0xa1124000-0xa1124fff 64bit]
[    0.688980] pci 0000:00:18.1: reg 0x18: [mem 0xa1123000-0xa1123fff 64bit]
[    0.689259] pci 0000:00:18.2: [8086:31c0] type 00 class 0x118000
[    0.689289] pci 0000:00:18.2: reg 0x10: [mem 0xfea10000-0xfea10fff 64bit]
[    0.689310] pci 0000:00:18.2: reg 0x18: [mem 0x00000000-0x00000fff 64bit]
[    0.689606] pci 0000:00:18.3: [8086:31ee] type 00 class 0x118000
[    0.689640] pci 0000:00:18.3: reg 0x10: [mem 0xa1122000-0xa1122fff 64bit]
[    0.689659] pci 0000:00:18.3: reg 0x18: [mem 0xa1121000-0xa1121fff 64bit]
[    0.689959] pci 0000:00:19.0: [8086:31c2] type 00 class 0x118000
[    0.689992] pci 0000:00:19.0: reg 0x10: [mem 0xa1120000-0xa1120fff 64bit]
[    0.690015] pci 0000:00:19.0: reg 0x18: [mem 0xa111f000-0xa111ffff 64bit]
[    0.690299] pci 0000:00:19.1: [8086:31c4] type 00 class 0x118000
[    0.690349] pci 0000:00:19.1: reg 0x10: [mem 0xa111e000-0xa111efff 64bit]
[    0.690370] pci 0000:00:19.1: reg 0x18: [mem 0xa111d000-0xa111dfff 64bit]
[    0.690645] pci 0000:00:19.2: [8086:31c6] type 00 class 0x118000
[    0.690676] pci 0000:00:19.2: reg 0x10: [mem 0xa111c000-0xa111cfff 64bit]
[    0.690698] pci 0000:00:19.2: reg 0x18: [mem 0xa111b000-0xa111bfff 64bit]
[    0.691004] pci 0000:00:1c.0: [8086:31cc] type 00 class 0x080501
[    0.691040] pci 0000:00:1c.0: reg 0x10: [mem 0xa111a000-0xa111afff 64bit]
[    0.691059] pci 0000:00:1c.0: reg 0x18: [mem 0xa1119000-0xa1119fff 64bit]
[    0.691681] pci 0000:00:1e.0: [8086:31d0] type 00 class 0x080501
[    0.691712] pci 0000:00:1e.0: reg 0x10: [mem 0xa1118000-0xa1118fff 64bit]
[    0.691732] pci 0000:00:1e.0: reg 0x18: [mem 0xa1117000-0xa1117fff 64bit]
[    0.692019] pci 0000:00:1f.0: [8086:31e8] type 00 class 0x060100
[    0.692374] pci 0000:00:1f.1: [8086:31d4] type 00 class 0x0c0500
[    0.692447] pci 0000:00:1f.1: reg 0x10: [mem 0xa1116000-0xa11160ff 64bit]
[    0.692533] pci 0000:00:1f.1: reg 0x20: [io  0xf040-0xf05f]
[    0.692894] pci 0000:00:13.0: PCI bridge to [bus 01]
[    0.693054] pci 0000:00:13.1: PCI bridge to [bus 02]
[    0.693206] pci 0000:00:13.2: PCI bridge to [bus 03]
[    0.693363] pci 0000:00:13.3: PCI bridge to [bus 04]
[    0.693528] pci 0000:00:14.0: PCI bridge to [bus 05]
[    0.693683] pci 0000:00:14.1: PCI bridge to [bus 06]
[    0.699269] ACPI: PCI: Interrupt link LNKA configured for IRQ 3
[    0.699512] ACPI: PCI: Interrupt link LNKB configured for IRQ 4
[    0.699744] ACPI: PCI: Interrupt link LNKC configured for IRQ 5
[    0.699971] ACPI: PCI: Interrupt link LNKD configured for IRQ 6
[    0.700198] ACPI: PCI: Interrupt link LNKE configured for IRQ 7
[    0.700426] ACPI: PCI: Interrupt link LNKF configured for IRQ 9
[    0.700665] ACPI: PCI: Interrupt link LNKG configured for IRQ 10
[    0.700892] ACPI: PCI: Interrupt link LNKH configured for IRQ 11
[    0.714769] ACPI Warning: GPE type mismatch (level/edge) (20230331/evxface-791)
[    0.714811] ACPI: EC: interrupt unblocked
[    0.714814] ACPI: EC: event unblocked
[    0.714824] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.714828] ACPI: EC: GPE=0x26
[    0.714833] ACPI: \_SB_.PCI0.SBRG.H_EC: Boot DSDT EC initialization complete
[    0.714840] ACPI: \_SB_.PCI0.SBRG.H_EC: EC: Used to handle transactions and events
[    0.715078] iommu: Default domain type: Translated
[    0.715078] iommu: DMA domain TLB invalidation policy: lazy mode
[    0.715544] SCSI subsystem initialized
[    0.715569] libata version 3.00 loaded.
[    0.715597] ACPI: bus type USB registered
[    0.715629] usbcore: registered new interface driver usbfs
[    0.715648] usbcore: registered new interface driver hub
[    0.715668] usbcore: registered new device driver usb
[    0.715747] pps_core: LinuxPPS API ver. 1 registered
[    0.715751] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.715760] PTP clock support registered
[    0.715800] EDAC MC: Ver: 3.0.0
[    0.715800] efivars: Registered efivars operations
[    0.716258] NetLabel: Initializing
[    0.716263] NetLabel:  domain hash size = 128
[    0.716267] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.716321] NetLabel:  unlabeled traffic allowed by default
[    0.716376] mctp: management component transport protocol core
[    0.716376] NET: Registered PF_MCTP protocol family
[    0.716376] PCI: Using ACPI for IRQ routing
[    0.747648] PCI: pci_cache_line_size set to 64 bytes
[    0.747892] resource: Expanded resource Reserved due to conflict with PCI Bus 0000:00
[    0.747899] e820: reserve RAM buffer [mem 0x0003f000-0x0003ffff]
[    0.747905] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.747909] e820: reserve RAM buffer [mem 0x6c77d018-0x6fffffff]
[    0.747913] e820: reserve RAM buffer [mem 0x72cf8000-0x73ffffff]
[    0.747917] e820: reserve RAM buffer [mem 0x75476000-0x77ffffff]
[    0.747921] e820: reserve RAM buffer [mem 0x76457000-0x77ffffff]
[    0.747925] e820: reserve RAM buffer [mem 0x7aa57000-0x7bffffff]
[    0.747929] e820: reserve RAM buffer [mem 0x7ab15000-0x7bffffff]
[    0.747933] e820: reserve RAM buffer [mem 0x7b000000-0x7bffffff]
[    0.748089] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.748089] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.748089] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.748089] vgaarb: loaded
[    0.755661] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.755701] hpet0: 8 comparators, 64-bit 19.200000 MHz counter
[    0.757882] clocksource: Switched to clocksource tsc-early
[    0.789591] VFS: Disk quotas dquot_6.6.0
[    0.789635] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.790043] AppArmor: AppArmor Filesystem Enabled
[    0.790173] pnp: PnP ACPI init
[    0.790542] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.790554] system 00:00: [io  0x0400-0x047f] could not be reserved
[    0.790560] system 00:00: [io  0x0500-0x05fe] has been reserved
[    0.790566] system 00:00: [io  0x0600-0x061f] has been reserved
[    0.790572] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.793924] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
[    0.793935] system 00:01: [mem 0xfea00000-0xfeafffff] could not be reserved
[    0.793941] system 00:01: [mem 0xfed01000-0xfed01fff] has been reserved
[    0.793947] system 00:01: [mem 0xfed03000-0xfed03fff] has been reserved
[    0.793952] system 00:01: [mem 0xfed06000-0xfed06fff] has been reserved
[    0.793958] system 00:01: [mem 0xfed08000-0xfed09fff] has been reserved
[    0.793963] system 00:01: [mem 0xfed80000-0xfedbffff] has been reserved
[    0.793969] system 00:01: [mem 0xfed1c000-0xfed1cfff] has been reserved
[    0.793975] system 00:01: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.795728] pnp: PnP ACPI: found 4 devices
[    0.805375] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.805585] NET: Registered PF_INET protocol family
[    0.805784] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.809038] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    0.809122] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.809229] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.809618] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[    0.809891] TCP: Hash tables configured (established 32768 bind 32768)
[    0.810075] MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)
[    0.810139] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.810186] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.810302] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.810323] NET: Registered PF_XDP protocol family
[    0.810382] resource: avoiding allocation from e820 entry [mem 0x0009e000-0x000fffff]
[    0.810390] resource: avoiding allocation from e820 entry [mem 0x7b000000-0x7fffffff]
[    0.810399] pci 0000:00:18.2: BAR 2: assigned [mem 0x80008000-0x80008fff 64bit]
[    0.810429] pci 0000:00:13.0: PCI bridge to [bus 01]
[    0.810466] pci 0000:00:13.1: PCI bridge to [bus 02]
[    0.810500] pci 0000:00:13.2: PCI bridge to [bus 03]
[    0.810534] pci 0000:00:13.3: PCI bridge to [bus 04]
[    0.810569] pci 0000:00:14.0: PCI bridge to [bus 05]
[    0.810598] pci 0000:00:14.1: PCI bridge to [bus 06]
[    0.810636] pci_bus 0000:00: resource 4 [io  0x0070-0x0077]
[    0.810642] pci_bus 0000:00: resource 5 [io  0x0000-0x006f window]
[    0.810648] pci_bus 0000:00: resource 6 [io  0x0078-0x0cf7 window]
[    0.810653] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.810657] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000fffff window]
[    0.810663] pci_bus 0000:00: resource 9 [mem 0x7c000001-0xcfffffff window]
[    0.810667] pci_bus 0000:00: resource 10 [mem 0xe0000000-0xefffffff window]
[    0.810673] pci_bus 0000:00: resource 11 [mem 0xfea00000-0xfeafffff window]
[    0.810678] pci_bus 0000:00: resource 12 [mem 0xfed00000-0xfed003ff window]
[    0.810683] pci_bus 0000:00: resource 13 [mem 0xfed01000-0xfed01fff window]
[    0.810687] pci_bus 0000:00: resource 14 [mem 0xfed03000-0xfed03fff window]
[    0.810692] pci_bus 0000:00: resource 15 [mem 0xfed06000-0xfed06fff window]
[    0.810697] pci_bus 0000:00: resource 16 [mem 0xfed08000-0xfed09fff window]
[    0.810702] pci_bus 0000:00: resource 17 [mem 0xfed80000-0xfedbffff window]
[    0.810707] pci_bus 0000:00: resource 18 [mem 0xfed1c000-0xfed1cfff window]
[    0.810711] pci_bus 0000:00: resource 19 [mem 0xfee00000-0xfeefffff window]
[    0.811963] PCI: CLS 64 bytes, default 64
[    0.812033] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.812038] software IO TLB: mapped [mem 0x0000000067000000-0x000000006b000000] (64MB)
[    0.812143] Trying to unpack rootfs image as initramfs...
[    0.812264] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0xfc66f4fc7c, max_idle_ns: 440795224246 ns
[    0.812312] clocksource: Switched to clocksource tsc
[    0.814273] Initialise system trusted keyrings
[    0.814305] Key type blacklist registered
[    0.814463] workingset: timestamp_bits=36 max_order=20 bucket_order=0
[    0.814516] zbud: loaded
[    0.815241] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.815515] fuse: init (API version 7.38)
[    0.815842] integrity: Platform Keyring initialized
[    0.815865] integrity: Machine keyring initialized
[    0.844325] Key type asymmetric registered
[    0.844338] Asymmetric key parser 'x509' registered
[    0.844407] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    0.844951] io scheduler mq-deadline registered
[    0.846046] pcieport 0000:00:13.0: PME: Signaling with IRQ 122
[    0.846737] pcieport 0000:00:13.1: PME: Signaling with IRQ 123
[    0.847407] pcieport 0000:00:13.2: PME: Signaling with IRQ 124
[    0.848060] pcieport 0000:00:13.3: PME: Signaling with IRQ 125
[    0.848755] pcieport 0000:00:14.0: PME: Signaling with IRQ 126
[    0.849442] pcieport 0000:00:14.1: PME: Signaling with IRQ 127
[    0.849749] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.849956] efifb: probing for efifb
[    0.850033] efifb: showing boot graphics
[    0.867914] efifb: framebuffer at 0x90000000, using 8100k, total 8100k
[    0.867935] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    0.867940] efifb: scrolling: redraw
[    0.867942] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.868240] Console: switching to colour frame buffer device 240x67
[    0.874484] fb0: EFI VGA frame buffer device
[    0.875985] ACPI: AC: AC Adapter [ADP1] (on-line)
[    0.876153] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03/PNP0C09:00/PNP0C0D:00/input/input0
[    0.876475] ACPI: button: Lid Switch [LID0]
[    0.876592] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.876649] ACPI: button: Power Button [PWRB]
[    0.876938] ACPI: \_SB_.CPU0: Found 3 idle states
[    0.879297] ACPI: \_SB_.CPU1: Found 3 idle states
[    0.881820] thermal LNXTHERM:00: registered as thermal_zone0
[    0.881830] ACPI: thermal: Thermal Zone [TZ01] (41 C)
[    0.883453] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.897142] Linux agpgart interface v0.103
[    0.920057] loop: module loaded
[    0.921089] tun: Universal TUN/TAP device driver, 1.6
[    0.921187] PPP generic driver version 2.4.2
[    0.921580] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    0.921588] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    0.922157] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.922399] mousedev: PS/2 mouse device common for all mice
[    0.922697] rtc_cmos 00:03: RTC can wake from S4
[    0.923674] rtc_cmos 00:03: registered as rtc0
[    0.923866] rtc_cmos 00:03: setting system clock to 2024-01-13T10:57:40 UTC (1705143460)
[    0.923978] rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram
[    0.924006] i2c_dev: i2c /dev entries driver
[    0.924467] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    0.924499] device-mapper: uevent: version 1.0.3
[    0.924616] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
[    0.924679] platform eisa.0: Probing EISA bus 0
[    0.924687] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    0.924693] platform eisa.0: Cannot allocate resource for EISA slot 1
[    0.924698] platform eisa.0: Cannot allocate resource for EISA slot 2
[    0.924702] platform eisa.0: Cannot allocate resource for EISA slot 3
[    0.924706] platform eisa.0: Cannot allocate resource for EISA slot 4
[    0.924710] platform eisa.0: Cannot allocate resource for EISA slot 5
[    0.924714] platform eisa.0: Cannot allocate resource for EISA slot 6
[    0.924718] platform eisa.0: Cannot allocate resource for EISA slot 7
[    0.924722] platform eisa.0: Cannot allocate resource for EISA slot 8
[    0.924726] platform eisa.0: EISA: Detected 0 cards
[    0.924739] intel_pstate: Intel P-state driver initializing
[    0.927377] ACPI: battery: Slot [BAT0] (battery present)
[    0.927605] ledtrig-cpu: registered to indicate activity on CPUs
[    0.927815] drop_monitor: Initializing network drop monitor service
[    0.933539] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[    0.948313] NET: Registered PF_INET6 protocol family
[    1.509528] Freeing initrd memory: 68552K
[    1.521416] Segment Routing with IPv6
[    1.521449] In-situ OAM (IOAM) with IPv6
[    1.521503] NET: Registered PF_PACKET protocol family
[    1.521626] Key type dns_resolver registered
[    1.522139] microcode: Microcode Update Driver: v2.2.
[    1.522188] resctrl: L2 allocation detected
[    1.522197] IPI shorthand broadcast: enabled
[    1.524089] sched_clock: Marking stable (1516809944, 5356170)->(1527674000, -5507886)
[    1.524417] registered taskstats version 1
[    1.524836] Loading compiled-in X.509 certificates
[    1.526005] Loaded X.509 cert 'Build time autogenerated kernel key: 605c7c135229ebe23ab6a6fa2965fd12055e3c58'
[    1.526858] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969'
[    1.527715] Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19'
[    1.527717] blacklist: Loading compiled-in revocation X.509 certificates
[    1.527743] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing: 61482aa2830d0ab2ad5af10b7250da9033ddcef0'
[    1.527765] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2017): 242ade75ac4a15e50d50c84b0d45ff3eae707a03'
[    1.527787] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (ESM 2018): 365188c1d374d6b07c3c8f240f8ef722433d6a8b'
[    1.527807] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2019): c0746fd6c5da3ae827864651ad66ae47fe24b3e8'
[    1.527827] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v1): a8d54bbb3825cfb94fa13c9f8a594a195c107b8d'
[    1.527849] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v2): 4cf046892d6fd3c9a5b03f98d845f90851dc6a8c'
[    1.527875] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v3): 100437bb6de6e469b581e61cd66bce3ef4ed53af'
[    1.527896] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (Ubuntu Core 2019): c1d57b8f6b743f23ee41f4f7ee292f06eecadfb9'
[    1.530217] Key type .fscrypt registered
[    1.530219] Key type fscrypt-provisioning registered
[    1.530438] Key type trusted registered
[    1.536065] Key type encrypted registered
[    1.536079] AppArmor: AppArmor sha1 policy hashing enabled
[    1.536857] integrity: Loading X.509 certificate: UEFI:db
[    1.536912] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    1.536915] integrity: Loading X.509 certificate: UEFI:db
[    1.536946] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    1.537752] Loading compiled-in module X.509 certificates
[    1.538661] Loaded X.509 cert 'Build time autogenerated kernel key: 605c7c135229ebe23ab6a6fa2965fd12055e3c58'
[    1.538664] ima: Allocated hash algorithm: sha1
[    1.571758] ima: No architecture policies found
[    1.571807] evm: Initialising EVM extended attributes:
[    1.571808] evm: security.selinux
[    1.571811] evm: security.SMACK64
[    1.571812] evm: security.SMACK64EXEC
[    1.571813] evm: security.SMACK64TRANSMUTE
[    1.571814] evm: security.SMACK64MMAP
[    1.571815] evm: security.apparmor
[    1.571816] evm: security.ima
[    1.571817] evm: security.capability
[    1.571818] evm: HMAC attrs: 0x1
[    1.572549] PM:   Magic number: 8:447:982
[    1.579472] RAS: Correctable Errors collector initialized.
[    1.579587] clk: Disabling unused clocks
[    1.581773] Freeing unused decrypted memory: 2036K
[    1.582936] Freeing unused kernel image (initmem) memory: 4792K
[    1.593663] Write protecting the kernel read-only data: 34816k
[    1.594374] Freeing unused kernel image (rodata/data gap) memory: 1156K
[    1.622492] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.622504] Run /init as init process
[    1.622506]   with arguments:
[    1.622508]     /init
[    1.622510]     splash
[    1.622511]   with environment:
[    1.622513]     HOME=/
[    1.622514]     TERM=linux
[    1.622515]     BOOT_IMAGE=/boot/vmlinuz-6.5.0-14-generic
[    1.871006] hid: raw HID events driver (C) Jiri Kosina
[    1.898632] idma64 idma64.0: Found Intel integrated DMA 64-bit
[    1.899460] xhci_hcd 0000:00:15.0: xHCI Host Controller
[    1.899472] xhci_hcd 0000:00:15.0: new USB bus registered, assigned bus number 1
[    1.906796] sdhci: Secure Digital Host Controller Interface driver
[    1.906803] sdhci: Copyright(c) Pierre Ossman
[    1.907427] xhci_hcd 0000:00:15.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
[    1.908588] xhci_hcd 0000:00:15.0: xHCI Host Controller
[    1.908596] xhci_hcd 0000:00:15.0: new USB bus registered, assigned bus number 2
[    1.908602] xhci_hcd 0000:00:15.0: Host supports USB 3.0 SuperSpeed
[    1.908712] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
[    1.908716] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.908719] usb usb1: Product: xHCI Host Controller
[    1.908721] usb usb1: Manufacturer: Linux 6.5.0-14-generic xhci-hcd
[    1.908723] usb usb1: SerialNumber: 0000:00:15.0
[    1.909114] hub 1-0:1.0: USB hub found
[    1.909133] hub 1-0:1.0: 9 ports detected
[    1.911607] sdhci-pci 0000:00:1c.0: SDHCI controller found [8086:31cc] (rev 6)
[    1.911616] ahci 0000:00:12.0: version 3.0
[    1.911721] sdhci-pci 0000:00:1e.0: SDHCI controller found [8086:31d0] (rev 6)
[    1.911733] sdhci-pci 0000:00:1e.0: enabling device (0000 -> 0002)
[    1.914482] mmc0: SDHCI controller on PCI [0000:00:1e.0] using ADMA 64-bit
[    1.916821] mmc1: CQHCI version 5.10
[    1.916982] mmc1: SDHCI controller on PCI [0000:00:1c.0] using ADMA 64-bit
[    1.924186] ahci 0000:00:12.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[    1.924198] ahci 0000:00:12.0: flags: 64bit ncq sntf pm clo only pmp pio slum part deso sadm sds apst 
[    1.927957] idma64 idma64.1: Found Intel integrated DMA 64-bit
[    1.932318] scsi host0: ahci
[    1.933609] i801_smbus 0000:00:1f.1: SPD Write Disable is set
[    1.933655] i801_smbus 0000:00:1f.1: SMBus using PCI interrupt
[    1.933809] i2c i2c-1: 2/2 memory slots populated (from DMI)
[    1.935768] scsi host1: ahci
[    1.935856] ata1: SATA max UDMA/133 abar m2048@0xa1137000 port 0xa1137100 irq 129
[    1.935862] ata2: SATA max UDMA/133 abar m2048@0xa1137000 port 0xa1137180 irq 129
[    1.936916] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.05
[    1.936921] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.936923] usb usb2: Product: xHCI Host Controller
[    1.936926] usb usb2: Manufacturer: Linux 6.5.0-14-generic xhci-hcd
[    1.936928] usb usb2: SerialNumber: 0000:00:15.0
[    1.938095] hub 2-0:1.0: USB hub found
[    1.939012] hub 2-0:1.0: 7 ports detected
[    1.945199] idma64 idma64.2: Found Intel integrated DMA 64-bit
[    1.958182] idma64 idma64.3: Found Intel integrated DMA 64-bit
[    1.973122] idma64 idma64.4: Found Intel integrated DMA 64-bit
[    1.979865] idma64 idma64.5: Found Intel integrated DMA 64-bit
[    1.989554] idma64 idma64.6: Found Intel integrated DMA 64-bit
[    1.995195] idma64 idma64.7: Found Intel integrated DMA 64-bit
[    2.000426] idma64 idma64.8: Found Intel integrated DMA 64-bit
[    2.000922] idma64 idma64.9: Found Intel integrated DMA 64-bit
[    2.001939] idma64 idma64.12: Found Intel integrated DMA 64-bit
[    2.002323] idma64 idma64.13: Found Intel integrated DMA 64-bit
[    2.002682] idma64 idma64.14: Found Intel integrated DMA 64-bit
[    2.071446] i2c_hid_acpi i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (27/261)
[    2.072420] i2c_hid_acpi i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (27/38146)
[    2.073354] i2c_hid_acpi i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (27/261)
[    2.074290] i2c_hid_acpi i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (27/29958)
[    2.075258] i2c_hid_acpi i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (27/8713)
[    2.076213] i2c_hid_acpi i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (27/29954)
[    2.077146] i2c_hid_acpi i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (27/32838)
[    2.078101] i2c_hid_acpi i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (27/641)
[    2.079032] i2c_hid_acpi i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (27/40006)
[    2.079992] i2c_hid_acpi i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (27/2375)
[    2.080939] i2c_hid_acpi i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (27/21542)
[    2.081871] i2c_hid_acpi i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (27/8713)
[    2.082842] i2c_hid_acpi i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (27/38145)
[    2.083808] i2c_hid_acpi i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (27/12553)
[    2.084775] i2c_hid_acpi i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (27/33110)
[    2.085234] mmc0: Failed to initialize a non-removable card
[    2.085731] i2c_hid_acpi i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (27/3333)
[    2.086666] i2c_hid_acpi i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (27/45313)
[    2.087619] i2c_hid_acpi i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (27/2559)
[    2.091718] mmc1: Failed to initialize a non-removable card
[    2.189409] usb 1-4: new high-speed USB device number 2 using xhci_hcd
[    2.252299] ata2: SATA link down (SStatus 4 SControl 300)
[    2.339101] usb 1-4: New USB device found, idVendor=0bda, idProduct=c820, bcdDevice= 2.00
[    2.339119] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.339124] usb 1-4: Product: 802.11ac NIC
[    2.339128] usb 1-4: Manufacturer: Realtek
[    2.339131] usb 1-4: SerialNumber: 123456
[    2.469662] usb 1-6: new low-speed USB device number 3 using xhci_hcd
[    2.621509] usb 1-6: New USB device found, idVendor=0461, idProduct=4d22, bcdDevice= 2.00
[    2.621534] usb 1-6: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    2.621543] usb 1-6: Product: USB Optical Mouse
[    2.749679] usb 1-7: new high-speed USB device number 4 using xhci_hcd
[    2.899807] usb 1-7: New USB device found, idVendor=1902, idProduct=8301, bcdDevice= 1.00
[    2.899833] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.899842] usb 1-7: Product: HD camera 
[    2.899849] usb 1-7: Manufacturer: Generic
[    3.313670] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    3.313808] ata1.00: ATA-9: NGFF 2280 128GB SSD, HPS1030A, max UDMA/133
[    3.315860] ata1.00: 250069680 sectors, multi 8: LBA48 NCQ (depth 32), AA
[    3.330625] ata1.00: configured for UDMA/133
[    3.330985] scsi 0:0:0:0: Direct-Access     ATA      NGFF 2280 128GB  030A PQ: 0 ANSI: 5
[    3.332588] sd 0:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
[    3.332611] sd 0:0:0:0: [sda] Write Protect is off
[    3.332616] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.332646] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.332689] sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[    3.333256] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    3.340515]  sda: sda1 sda2 sda3 sda4 sda5
[    3.340732] sd 0:0:0:0: [sda] Attached SCSI disk
[    3.454019] input: HTIX5288:00 0911:5288 Mouse as /devices/pci0000:00/0000:00:17.3/i2c_designware.7/i2c-8/i2c-HTIX5288:00/0018:0911:5288.0001/input/input3
[    3.454142] input: HTIX5288:00 0911:5288 Keyboard as /devices/pci0000:00/0000:00:17.3/i2c_designware.7/i2c-8/i2c-HTIX5288:00/0018:0911:5288.0001/input/input4
[    3.454225] input: HTIX5288:00 0911:5288 Touchpad as /devices/pci0000:00/0000:00:17.3/i2c_designware.7/i2c-8/i2c-HTIX5288:00/0018:0911:5288.0001/input/input5
[    3.454331] hid-generic 0018:0911:5288.0001: input,hidraw0: I2C HID v1.00 Mouse [HTIX5288:00 0911:5288] on i2c-HTIX5288:00
[    3.457833] input: USB Optical Mouse as /devices/pci0000:00/0000:00:15.0/usb1/1-6/1-6:1.0/0003:0461:4D22.0002/input/input6
[    3.458574] hid-generic 0003:0461:4D22.0002: input,hidraw1: USB HID v1.11 Mouse [USB Optical Mouse] on usb-0000:00:15.0-6/input0
[    3.458644] usbcore: registered new interface driver usbhid
[    3.458646] usbhid: USB HID core driver
[    3.692763] EXT4-fs (sda5): mounted filesystem a9a16299-dcaf-462e-bbad-bf4d6d761117 ro with ordered data mode. Quota mode: none.
[    3.911682] systemd[1]: Inserted module 'autofs4'
[    3.976056] systemd[1]: systemd 249.11-0ubuntu3.11 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    3.976273] systemd[1]: Detected architecture x86-64.
[    3.977080] systemd[1]: Hostname set to <delannoy-PX14C>.
[    4.008069] systemd[1]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
[    4.133234] block sda: the capability attribute has been deprecated.
[    4.329469] systemd[1]: Queued start job for default target Graphical Interface.
[    4.354595] systemd[1]: Created slice Slice /system/modprobe.
[    4.355323] systemd[1]: Created slice Slice /system/systemd-fsck.
[    4.355672] systemd[1]: Created slice User and Session Slice.
[    4.355791] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    4.356140] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    4.356246] systemd[1]: Reached target User and Group Name Lookups.
[    4.356274] systemd[1]: Reached target Remote File Systems.
[    4.356293] systemd[1]: Reached target Slice Units.
[    4.356318] systemd[1]: Reached target Mounting snaps.
[    4.356370] systemd[1]: Reached target Local Verity Protected Volumes.
[    4.356606] systemd[1]: Listening on Syslog Socket.
[    4.356774] systemd[1]: Listening on fsck to fsckd communication Socket.
[    4.356876] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    4.357183] systemd[1]: Listening on Journal Audit Socket.
[    4.357341] systemd[1]: Listening on Journal Socket (/dev/log).
[    4.357607] systemd[1]: Listening on Journal Socket.
[    4.358210] systemd[1]: Listening on udev Control Socket.
[    4.358377] systemd[1]: Listening on udev Kernel Socket.
[    4.359714] systemd[1]: Mounting Huge Pages File System...
[    4.361078] systemd[1]: Mounting POSIX Message Queue File System...
[    4.362709] systemd[1]: Mounting Kernel Debug File System...
[    4.364195] systemd[1]: Mounting Kernel Trace File System...
[    4.368750] systemd[1]: Starting Journal Service...
[    4.370989] systemd[1]: Starting Set the console keyboard layout...
[    4.372544] systemd[1]: Starting Create List of Static Device Nodes...
[    4.374149] systemd[1]: Starting Load Kernel Module configfs...
[    4.375559] systemd[1]: Starting Load Kernel Module drm...
[    4.381001] systemd[1]: Starting Load Kernel Module efi_pstore...
[    4.384209] systemd[1]: Starting Load Kernel Module fuse...
[    4.384499] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    4.391444] pstore: Using crash dump compression: deflate
[    4.395138] systemd[1]: Starting Load Kernel Modules...
[    4.396713] systemd[1]: Starting Remount Root and Kernel File Systems...
[    4.398100] systemd[1]: Starting Coldplug All udev Devices...
[    4.417132] systemd[1]: Mounted Huge Pages File System.
[    4.417526] systemd[1]: Mounted POSIX Message Queue File System.
[    4.417690] systemd[1]: Mounted Kernel Debug File System.
[    4.417848] systemd[1]: Mounted Kernel Trace File System.
[    4.420249] systemd[1]: Finished Create List of Static Device Nodes.
[    4.422016] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    4.422422] systemd[1]: Finished Load Kernel Module configfs.
[    4.433110] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    4.433535] systemd[1]: Finished Load Kernel Module fuse.
[    4.435187] systemd[1]: Mounting FUSE Control File System...
[    4.443005] systemd[1]: Mounting Kernel Configuration File System...
[    4.458146] pstore: Registered efi_pstore as persistent store backend
[    4.466121] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[    4.466579] systemd[1]: Finished Load Kernel Module efi_pstore.
[    4.468315] EXT4-fs (sda5): re-mounted a9a16299-dcaf-462e-bbad-bf4d6d761117 r/w. Quota mode: none.
[    4.470482] ACPI: bus type drm_connector registered
[    4.475745] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    4.476199] systemd[1]: Finished Load Kernel Module drm.
[    4.476799] systemd[1]: Finished Remount Root and Kernel File Systems.
[    4.477012] systemd[1]: Mounted FUSE Control File System.
[    4.477161] systemd[1]: Mounted Kernel Configuration File System.
[    4.505936] systemd[1]: Activating swap /swapfile...
[    4.506104] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[    4.507824] systemd[1]: Starting Load/Save Random Seed...
[    4.509511] systemd[1]: Starting Create System Users...
[    4.521673] Adding 2097148k swap on /swapfile.  Priority:-2 extents:6 across:2260988k SSFS
[    4.521804] systemd[1]: Activated swap /swapfile.
[    4.521900] systemd[1]: Reached target Swaps.
[    4.538056] lp: driver loaded but no devices found
[    4.546719] systemd[1]: Finished Create System Users.
[    4.561800] systemd[1]: Starting Create Static Device Nodes in /dev...
[    4.562603] systemd[1]: Finished Load/Save Random Seed.
[    4.562834] systemd[1]: Condition check resulted in First Boot Complete being skipped.
[    4.566470] ppdev: user-space parallel port driver
[    4.580995] systemd[1]: Finished Set the console keyboard layout.
[    4.590313] systemd[1]: Finished Load Kernel Modules.
[    4.592074] systemd[1]: Starting Apply Kernel Variables...
[    4.601159] systemd[1]: Finished Create Static Device Nodes in /dev.
[    4.601584] systemd[1]: Reached target Preparation for Local File Systems.
[    4.613749] systemd[1]: Mounting Mount unit for bare, revision 5...
[    4.618115] systemd[1]: Mounting Mount unit for core20, revision 1405...
[    4.625526] systemd[1]: Mounting Mount unit for core20, revision 2105...
[    4.629055] loop0: detected capacity change from 0 to 8
[    4.630163] loop1: detected capacity change from 0 to 126760
[    4.634020] systemd[1]: Mounting Mount unit for core22, revision 1033...
[    4.635769] loop2: detected capacity change from 0 to 130888
[    4.638398] systemd[1]: Mounting Mount unit for firefox, revision 1232...
[    4.641945] systemd[1]: Mounting Mount unit for firefox, revision 3626...
[    4.645226] systemd[1]: Mounting Mount unit for gnome-3-38-2004, revision 143...
[    4.647401] loop3: detected capacity change from 0 to 318728
[    4.649630] systemd[1]: Mounting Mount unit for gnome-3-38-2004, revision 99...
[    4.653798] loop4: detected capacity change from 0 to 151784
[    4.655291] systemd[1]: Mounting Mount unit for gnome-42-2204, revision 141...
[    4.660014] systemd[1]: Mounting Mount unit for gtk-common-themes, revision 1534...
[    4.660607] loop5: detected capacity change from 0 to 716176
[    4.662893] loop6: detected capacity change from 0 to 503800
[    4.663190] loop7: detected capacity change from 0 to 509456
[    4.664714] systemd[1]: Mounting Mount unit for gtk-common-themes, revision 1535...
[    4.671554] systemd[1]: Mounting Mount unit for snap-store, revision 575...
[    4.677563] systemd[1]: Mounting Mount unit for snap-store, revision 959...
[    4.679668] loop10: detected capacity change from 0 to 1017816
[    4.680211] loop8: detected capacity change from 0 to 166424
[    4.684862] systemd[1]: Mounting Mount unit for snapd, revision 20671...
[    4.686147] loop9: detected capacity change from 0 to 187776
[    4.691970] systemd[1]: Mounting Mount unit for snapd-desktop-integration, revision 10...
[    4.699069] systemd[1]: Mounting Mount unit for snapd-desktop-integration, revision 83...
[    4.699642] loop11: detected capacity change from 0 to 25240
[    4.700069] loop12: detected capacity change from 0 to 93920
[    4.704797] loop13: detected capacity change from 0 to 82800
[    4.712168] loop15: detected capacity change from 0 to 904
[    4.714707] loop14: detected capacity change from 0 to 568
[    4.714953] systemd[1]: Mounting Mount unit for firefox, revision 3626 via mount-control...
[    4.718166] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    4.738574] systemd[1]: Started Journal Service.
[    4.760259] systemd-journald[211]: Received client request to flush runtime journal.
[    5.362594] input: Intel HID events as /devices/platform/INT33D5:00/input/input7
[    5.363087] Consider using thermal netlink events interface
[    5.363142] intel-hid INT33D5:00: platform supports 5 button array
[    5.363179] input: Intel HID 5 button array as /devices/platform/INT33D5:00/input/input8
[    5.671197] dw-apb-uart.8: ttyS4 at MMIO 0xa1126000 (irq = 4, base_baud = 115200) is a 16550A
[    5.709571] mc: Linux media interface: v0.10
[    5.736128] videodev: Linux video capture interface: v2.00
[    5.777477] dw-apb-uart.9: ttyS5 at MMIO 0xa1124000 (irq = 5, base_baud = 115200) is a 16550A
[    5.798295] dw-apb-uart.10: ttyS6 at MMIO 0xfea10000 (irq = 6, base_baud = 115200) is a 16550A
[    5.849675] dw-apb-uart.11: ttyS7 at MMIO 0xa1122000 (irq = 7, base_baud = 115200) is a 16550A
[    6.578935] i915 0000:00:02.0: [drm] Unknown revid 0x06
[    6.586770] Console: switching to colour dummy device 80x25
[    6.586844] i915 0000:00:02.0: vgaarb: deactivate vga console
[    6.587038] i915 0000:00:02.0: [drm] couldn't get memory information
[    6.601604] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    6.606773] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/glk_dmc_ver1_04.bin (v1.4)
[    6.702910] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    6.711181] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    6.728523] usb 1-7: Found UVC 1.00 device HD camera  (1902:8301)
[    6.754956] 8821cu: loading out-of-tree module taints kernel.
[    6.755050] 8821cu: module verification failed: signature and/or required key missing - tainting kernel
[    6.799521] usbcore: registered new interface driver uvcvideo
[    6.800102] Bluetooth: Core ver 2.22
[    6.800131] NET: Registered PF_BLUETOOTH protocol family
[    6.800134] Bluetooth: HCI device and connection manager initialized
[    6.800140] Bluetooth: HCI socket layer initialized
[    6.800144] Bluetooth: L2CAP socket layer initialized
[    6.800151] Bluetooth: SCO socket layer initialized
[    7.198397] RTW: module init start
[    7.198407] RTW: rtl8821cu v5.12.0.4-1-g9241a6516.20210916_COEX20200730-5151
[    7.198410] RTW: rtl8821cu BT-Coex version = COEX20200730-5151
[    7.198506] RTW: [HALMAC]55772M
               HALMAC_MAJOR_VER = 1
               HALMAC_PROTOTYPE_VER = 6
               HALMAC_MINOR_VER = 6
               HALMAC_PATCH_VER = 22
[    7.221820] input: HTIX5288:00 0911:5288 Mouse as /devices/pci0000:00/0000:00:17.3/i2c_designware.7/i2c-8/i2c-HTIX5288:00/0018:0911:5288.0001/input/input9
[    7.221998] input: HTIX5288:00 0911:5288 Keyboard as /devices/pci0000:00/0000:00:17.3/i2c_designware.7/i2c-8/i2c-HTIX5288:00/0018:0911:5288.0001/input/input10
[    7.224788] input: HTIX5288:00 0911:5288 Touchpad as /devices/pci0000:00/0000:00:17.3/i2c_designware.7/i2c-8/i2c-HTIX5288:00/0018:0911:5288.0001/input/input11
[    7.224963] hid-multitouch 0018:0911:5288.0001: input,hidraw0: I2C HID v1.00 Mouse [HTIX5288:00 0911:5288] on i2c-HTIX5288:00
[    7.226755] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[    7.226761] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    7.226763] RAPL PMU: hw unit of domain package 2^-14 Joules
[    7.226764] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    7.226765] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    7.234891] cryptd: max_cpu_qlen set to 1000
[    7.238262] snd_hda_intel 0000:00:0e.0: DSP detected with PCI class/subclass/prog-if info 0x040100
[    7.238858] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[    7.265007] SSE version of gcm_enc/dec engaged.
[    7.315427] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    7.315686] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input12
[    7.370684] snd_soc_skl 0000:00:0e.0: DSP detected with PCI class/subclass/prog-if info 0x040100
[    7.384203] audit: type=1400 audit(1705143466.955:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=379 comm="apparmor_parser"
[    7.384218] audit: type=1400 audit(1705143466.955:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=379 comm="apparmor_parser"
[    7.385300] audit: type=1400 audit(1705143466.955:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=378 comm="apparmor_parser"
[    7.388821] fbcon: i915drmfb (fb0) is primary device
[    7.393718] Console: switching to colour frame buffer device 240x67
[    7.403396] audit: type=1400 audit(1705143466.975:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=381 comm="apparmor_parser"
[    7.403407] audit: type=1400 audit(1705143466.975:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=381 comm="apparmor_parser"
[    7.403412] audit: type=1400 audit(1705143466.975:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=381 comm="apparmor_parser"
[    7.403416] audit: type=1400 audit(1705143466.975:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/{,usr/}sbin/dhclient" pid=381 comm="apparmor_parser"
[    7.411532] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    7.413241] audit: type=1400 audit(1705143466.983:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=383 comm="apparmor_parser"
[    7.413251] audit: type=1400 audit(1705143466.983:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=383 comm="apparmor_parser"
[    7.413255] audit: type=1400 audit(1705143466.983:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=383 comm="apparmor_parser"
[    7.742328] snd_soc_avs 0000:00:0e.0: DSP detected with PCI class/subclass/prog-if info 0x040100
[    7.888693] RTW: HW EFUSE
[    7.888707] RTW: 0x000: 29 81 00 BC  09 00 21 00  6E 04 A4 34  10 00 30 0B  
[    7.888722] RTW: 0x010: 24 24 24 24  24 24 27 27  27 27 27 04  FF FF FF FF  
[    7.888736] RTW: 0x020: FF FF 22 21  20 1F 1D 1D  1E 1E 1E 1E  1C 1B 1B 1A  
[    7.888750] RTW: 0x030: 00 FF FF FF  FF FF 00 FF  FF FF 28 28  28 28 28 28  
[    7.888763] RTW: 0x040: 28 28 28 28  28 02 FF FF  FF FF FF FF  FF FF FF FF  
[    7.888777] RTW: 0x050: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[    7.888790] RTW: 0x060: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[    7.888803] RTW: 0x070: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[    7.888817] RTW: 0x080: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[    7.888830] RTW: 0x090: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[    7.888843] RTW: 0x0A0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[    7.888856] RTW: 0x0B0: FF FF FF FF  FF FF FF FF  7F 34 1D 00  FF FF FF FF  
[    7.888870] RTW: 0x0C0: FF 21 00 41  00 00 00 00  00 FF 22 FF  FF FF FF FF  
[    7.888883] RTW: 0x0D0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[    7.888896] RTW: 0x0E0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[    7.888910] RTW: 0x0F0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[    7.888923] RTW: 0x100: DA 0B 20 C8  E3 46 02 68  B9 D3 F2 16  45 09 03 52  
[    7.888936] RTW: 0x110: 65 61 6C 74  65 6B 0E 03  38 30 32 2E  31 31 61 63  
[    7.888950] RTW: 0x120: 20 4E 49 43  08 03 31 32  33 34 35 36  FF FF FF FF  
[    7.888963] RTW: 0x130: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[    7.888976] RTW: 0x140: FF FF FF FF  00 00 31 0F  FF FF FF FF  FF FF FF FF  
[    7.888990] RTW: 0x150: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[    7.889005] RTW: 0x160: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[    7.889018] RTW: 0x170: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[    7.889032] RTW: 0x180: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[    7.889045] RTW: 0x190: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[    7.889058] RTW: 0x1A0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[    7.889071] RTW: 0x1B0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[    7.889085] RTW: 0x1C0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[    7.889098] RTW: 0x1D0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[    7.889111] RTW: 0x1E0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[    7.889127] RTW: 0x1F0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[    7.891569] RTW: hal_com_config_channel_plan chplan:0x7F
[    7.938961] intel_telemetry_core Init
[    7.955080] intel_rapl_common: Found RAPL domain package
[    7.955091] intel_rapl_common: Found RAPL domain core
[    7.955093] intel_rapl_common: Found RAPL domain uncore
[    7.955095] intel_rapl_common: Found RAPL domain dram
[    7.975922] Invalid pltconfig, ensure IPC1 device is enabled in BIOS
[    8.034684] mei_hdcp 0000:00:0f.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[    8.070879] RTW: [RF_PATH] ver_id.RF_TYPE:RF_1T1R
[    8.070890] RTW: [RF_PATH] HALSPEC's rf_reg_trx_path_bmp:0x11, rf_reg_path_avail_num:1, max_tx_cnt:1
[    8.070893] RTW: [RF_PATH] PG's trx_path_bmp:0x00, max_tx_cnt:0
[    8.070895] RTW: [RF_PATH] Registry's trx_path_bmp:0x00, tx_path_lmt:0, rx_path_lmt:0
[    8.070896] RTW: [RF_PATH] HALDATA's trx_path_bmp:0x11, max_tx_cnt:1
[    8.070898] RTW: [RF_PATH] HALDATA's rf_type:RF_1T1R, NumTotalRFPath:1
[    8.070900] RTW: [TRX_Nss] HALSPEC - tx_nss:1, rx_nss:1
[    8.070901] RTW: [TRX_Nss] Registry - tx_nss:0, rx_nss:0
[    8.070902] RTW: [TRX_Nss] HALDATA - tx_nss:1, rx_nss:1
[    8.070904] RTW: txpath=0x1, rxpath=0x1
[    8.070906] RTW: txpath_1ss:0x1, num:1
[    8.071368] RTW: rtw_regsty_chk_target_tx_power_valid return _FALSE for band:0, path:0, rs:0, t:-1
[    8.095984] RTW: rtw_ndev_init(wlan0) if1 mac_addr=68:b9:d3:f2:16:45
[    8.141703] usbcore: registered new interface driver rtl8821cu
[    8.141709] RTW: module init ret=0
[    8.142336] usbcore: registered new interface driver btusb
[    8.161909] Bluetooth: hci0: RTL: examining hci_ver=08 hci_rev=000c lmp_ver=08 lmp_subver=8821
[    8.163296] Bluetooth: hci0: RTL: rom_version status=0 version=1
[    8.163304] Bluetooth: hci0: RTL: loading rtl_bt/rtl8821c_fw.bin
[    8.167326] Bluetooth: hci0: RTL: loading rtl_bt/rtl8821c_config.bin
[    8.167773] Bluetooth: hci0: RTL: cfg_sz 10, total sz 34926
[    8.354227] sof-audio-pci-intel-apl 0000:00:0e.0: DSP detected with PCI class/subclass/prog-if info 0x040100
[    8.354316] snd_sof_pci:sof_pci_probe: sof-audio-pci-intel-apl 0000:00:0e.0: PCI DSP detected
[    8.354573] sof-audio-pci-intel-apl 0000:00:0e.0: DSP detected with PCI class/subclass/prog-if 0x040100
[    8.354756] sof-audio-pci-intel-apl 0000:00:0e.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    8.381392] snd_sof_intel_hda_common:hda_dsp_ctrl_get_caps: sof-audio-pci-intel-apl 0000:00:0e.0: checking for capabilities at offset 0xc00
[    8.381407] snd_sof_intel_hda_common:hda_dsp_ctrl_get_caps: sof-audio-pci-intel-apl 0000:00:0e.0: found ML capability at 0xc00
[    8.381411] snd_sof_intel_hda_common:hda_dsp_ctrl_get_caps: sof-audio-pci-intel-apl 0000:00:0e.0: checking for capabilities at offset 0x800
[    8.381416] snd_sof_intel_hda_common:hda_dsp_ctrl_get_caps: sof-audio-pci-intel-apl 0000:00:0e.0: found DSP capability at 0x800
[    8.381419] snd_sof_intel_hda_common:hda_dsp_ctrl_get_caps: sof-audio-pci-intel-apl 0000:00:0e.0: checking for capabilities at offset 0x500
[    8.381424] snd_sof_intel_hda_common:hda_dsp_ctrl_get_caps: sof-audio-pci-intel-apl 0000:00:0e.0: found GTS capability at 0x500
[    8.381426] snd_sof_intel_hda_common:hda_dsp_ctrl_get_caps: sof-audio-pci-intel-apl 0000:00:0e.0: checking for capabilities at offset 0x1f00
[    8.381432] snd_sof_intel_hda_common:hda_dsp_ctrl_get_caps: sof-audio-pci-intel-apl 0000:00:0e.0: found DRSM capability at 0x1f00
[    8.381434] snd_sof_intel_hda_common:hda_dsp_ctrl_get_caps: sof-audio-pci-intel-apl 0000:00:0e.0: checking for capabilities at offset 0x700
[    8.381439] snd_sof_intel_hda_common:hda_dsp_ctrl_get_caps: sof-audio-pci-intel-apl 0000:00:0e.0: found SPIB capability at 0x700
[    8.381498] snd_sof_intel_hda_common:hda_dsp_stream_init: sof-audio-pci-intel-apl 0000:00:0e.0: hda global caps = 0x1006701
[    8.381501] snd_sof_intel_hda_common:hda_dsp_stream_init: sof-audio-pci-intel-apl 0000:00:0e.0: detected 6 playback and 7 capture streams
[    8.381627] sof-audio-pci-intel-apl 0000:00:0e.0: use msi interrupt mode
[    8.381631] snd_sof_intel_hda_common:hda_dsp_probe: sof-audio-pci-intel-apl 0000:00:0e.0: using IPC IRQ 134
[    8.396390] snd_sof:snd_sof_pci_update_bits_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: Debug PCIR: 00000000 at  00000044
[    8.396404] snd_sof_intel_hda_common:hda_init_caps: sof-audio-pci-intel-apl 0000:00:0e.0: PP capability, will probe DSP later.
[    8.399627] snd_sof:snd_sof_pci_update_bits_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: Debug PCIR: 00000040 at  00000048
[    8.399639] snd_sof:snd_sof_pci_update_bits_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: Debug PCIW: 00000000 at  00000048
[    8.403611] snd_sof_intel_hda:hda_codec_detect_mask: sof-audio-pci-intel-apl 0000:00:0e.0: codec_mask = 0x4
[    8.403633] snd_sof:snd_sof_pci_update_bits_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: Debug PCIR: 00000000 at  00000048
[    8.403639] snd_sof:snd_sof_pci_update_bits_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: Debug PCIW: 00000040 at  00000048
[    8.405396] snd_sof_intel_hda:hda_codec_probe: sof-audio-pci-intel-apl 0000:00:0e.0: HDA codec #2 probed OK: response: 8086280d
[    8.410102] snd_sof_intel_hda:request_codec_module: hdaudio ehdaudio0D2: loading codec module: hdaudio:v8086280Dr00100000a01

[    8.453319] snd_sof:sof_set_fw_state: sof-audio-pci-intel-apl 0000:00:0e.0: fw_state change: 0 -> 2
[    8.453483] snd_intel_dspcfg:intel_nhlt_get_dmic_geo: sof-audio-pci-intel-apl 0000:00:0e.0: dmic number 0 max_ch 0
[    8.453489] sof-audio-pci-intel-apl 0000:00:0e.0: NHLT_DEVICE_I2S detected, ssp_mask 0x5
[    8.453494] snd_sof_intel_hda_common:hda_machine_select: sof-audio-pci-intel-apl 0000:00:0e.0: MCLK mask 0x2 found in NHLT
[    8.453496] sof-audio-pci-intel-apl 0000:00:0e.0: Overriding topology with MCLK mask 0x2 from NHLT
[    8.453499] sof-audio-pci-intel-apl 0000:00:0e.0: hda codecs found, mask 4
[    8.453523] snd_sof:snd_sof_load_firmware: sof-audio-pci-intel-apl 0000:00:0e.0: loading firmware
[    8.496109] snd_sof:snd_sof_load_firmware_raw: sof-audio-pci-intel-apl 0000:00:0e.0: request_firmware intel/sof/sof-glk.ri successful
[    8.496119] snd_sof:sof_ipc3_fw_parse_ext_man: sof-audio-pci-intel-apl 0000:00:0e.0: found sof_ext_man header type 1 size 0x1a0
[    8.496125] snd_sof:sof_ipc3_fw_parse_ext_man: sof-audio-pci-intel-apl 0000:00:0e.0: found sof_ext_man header type 6 size 0x20
[    8.496130] snd_sof_intel_hda_common:hda_dsp_ext_man_get_cavs_config_data: sof-audio-pci-intel-apl 0000:00:0e.0: FW clock config: HPRO
[    8.496132] snd_sof:sof_ipc3_fw_parse_ext_man: sof-audio-pci-intel-apl 0000:00:0e.0: found sof_ext_man header type 0 size 0x50
[    8.496135] sof-audio-pci-intel-apl 0000:00:0e.0: Firmware info: version 2:2:0-57864
[    8.496138] sof-audio-pci-intel-apl 0000:00:0e.0: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
[    8.496142] snd_sof:sof_ipc3_fw_parse_ext_man: sof-audio-pci-intel-apl 0000:00:0e.0: found sof_ext_man header type 2 size 0x70
[    8.496145] snd_sof:sof_ipc3_get_cc_info: sof-audio-pci-intel-apl 0000:00:0e.0: Firmware info: used compiler XCC 12:0:8 <RG-2017.8-linux> used optimization flags -O2
[    8.496157] snd_sof:sof_ipc3_fw_parse_ext_man: sof-audio-pci-intel-apl 0000:00:0e.0: found sof_ext_man header type 3 size 0x30
[    8.496160] sof-audio-pci-intel-apl 0000:00:0e.0: unknown sof_ext_man header type 3 size 0x30
[    8.496162] snd_sof:sof_ipc3_fw_parse_ext_man: sof-audio-pci-intel-apl 0000:00:0e.0: found sof_ext_man header type 4 size 0x20
[    8.496164] snd_sof:ipc3_fw_ext_man_get_dbg_abi_info: sof-audio-pci-intel-apl 0000:00:0e.0: Firmware: DBG_ABI 5:3:0
[    8.496167] snd_sof:sof_ipc3_fw_parse_ext_man: sof-audio-pci-intel-apl 0000:00:0e.0: found sof_ext_man header type 5 size 0x20
[    8.496169] snd_sof:ipc3_fw_ext_man_get_config_data: sof-audio-pci-intel-apl 0000:00:0e.0: manifest can hold up to 3 config elements
[    8.496171] snd_sof:ipc3_fw_ext_man_get_config_data: sof-audio-pci-intel-apl 0000:00:0e.0: get index 0 token 1 val 384
[    8.496174] snd_sof:ipc3_fw_ext_man_get_config_data: sof-audio-pci-intel-apl 0000:00:0e.0: get index 1 token 2 val 1
[    8.496179] snd_sof:ipc3_fw_ext_man_get_config_data: sof-audio-pci-intel-apl 0000:00:0e.0: get index 2 token 0 val 0
[    8.496183] snd_sof:sof_set_fw_state: sof-audio-pci-intel-apl 0000:00:0e.0: fw_state change: 2 -> 3
[    8.496195] snd_sof:snd_sof_pci_update_bits_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: Debug PCIR: 00000002 at  00000048
[    8.496202] snd_sof:snd_sof_pci_update_bits_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: Debug PCIW: 00000000 at  00000048
[    8.496208] snd_sof:snd_sof_pci_update_bits_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: Debug PCIR: 00000000 at  00000044
[    8.496214] snd_sof:snd_sof_pci_update_bits_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: Debug PCIW: 00000004 at  00000044
[    8.496216] snd_sof:snd_sof_run_firmware: sof-audio-pci-intel-apl 0000:00:0e.0: booting DSP firmware
[    8.496334] snd_sof_intel_hda_common:hda_dsp_stream_hw_params: sof-audio-pci-intel-apl 0000:00:0e.0: FW Poll Status: reg[0x160]=0x40000 successful
[    8.496350] snd_sof_intel_hda_common:hda_dsp_stream_hw_params: sof-audio-pci-intel-apl 0000:00:0e.0: FW Poll Status: reg[0x160]=0x40000 successful
[    8.496355] snd_sof_intel_hda_common:hda_dsp_stream_setup_bdl: sof-audio-pci-intel-apl 0000:00:0e.0: period_bytes:0x0
[    8.496358] snd_sof_intel_hda_common:hda_dsp_stream_setup_bdl: sof-audio-pci-intel-apl 0000:00:0e.0: periods:1
[    8.496419] snd_sof_intel_hda_common:hda_dsp_cl_boot_firmware: sof-audio-pci-intel-apl 0000:00:0e.0: Attempting iteration 0 of Core En/ROM load...
[    8.501529] snd_sof_intel_hda_common:hda_dsp_core_power_up: sof-audio-pci-intel-apl 0000:00:0e.0: FW Poll Status: reg[0x4]=0x3030303 successful
[    8.501556] snd_sof_intel_hda_common:hda_dsp_core_reset_leave: sof-audio-pci-intel-apl 0000:00:0e.0: FW Poll Status: reg[0x4]=0x3030302 successful
[    8.501562] snd_sof_intel_hda_common:hda_dsp_core_run: sof-audio-pci-intel-apl 0000:00:0e.0: unstall/run core: core_mask = 1
[    8.501568] snd_sof_intel_hda_common:hda_dsp_core_is_enabled: sof-audio-pci-intel-apl 0000:00:0e.0: DSP core(s) enabled? 1 : core_mask 1
[    8.504610] snd_sof_intel_hda_common:cl_dsp_init: sof-audio-pci-intel-apl 0000:00:0e.0: FW Poll Status: reg[0x4c]=0x40000000 successful
[    8.504622] snd_sof_intel_hda_common:hda_dsp_core_reset_enter: sof-audio-pci-intel-apl 0000:00:0e.0: FW Poll Status: reg[0x4]=0x3030202 successful
[    8.505138] snd_sof_intel_hda_common:hda_dsp_core_power_down: sof-audio-pci-intel-apl 0000:00:0e.0: FW Poll Status: reg[0x4]=0x1010202 successful
[    8.505143] snd_sof_intel_hda_common:hda_dsp_core_is_enabled: sof-audio-pci-intel-apl 0000:00:0e.0: DSP core(s) enabled? 0 : core_mask 2
[    8.520653] snd_sof_intel_hda_common:cl_dsp_init: sof-audio-pci-intel-apl 0000:00:0e.0: FW Poll Status: reg[0x80000]=0x5000001 successful
[    8.537390] snd_sof_intel_hda_common:hda_cl_copy_fw: sof-audio-pci-intel-apl 0000:00:0e.0: FW Poll Status: reg[0x80000]=0x5 successful
[    8.537405] snd_sof_intel_hda_common:hda_dsp_stream_trigger: sof-audio-pci-intel-apl 0000:00:0e.0: FW Poll Status: reg[0x160]=0x140000 successful
[    8.537410] snd_sof_intel_hda_common:hda_dsp_cl_boot_firmware: sof-audio-pci-intel-apl 0000:00:0e.0: Firmware download successful, booting...
[    8.541036] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc rx: 0x70000000
[    8.541049] snd_sof:ipc3_fw_ready: sof-audio-pci-intel-apl 0000:00:0e.0: DSP is ready 0x70000000 offset 0x81000
[    8.541078] sof-audio-pci-intel-apl 0000:00:0e.0: Firmware info: version 2:2:0-57864
[    8.541081] sof-audio-pci-intel-apl 0000:00:0e.0: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
[    8.541109] snd_sof:ipc3_get_windows: sof-audio-pci-intel-apl 0000:00:0e.0:  mailbox upstream 0x81000 - size 0x1000
[    8.541112] snd_sof:ipc3_get_windows: sof-audio-pci-intel-apl 0000:00:0e.0:  mailbox downstream 0xa0000 - size 0x2000
[    8.541115] snd_sof:ipc3_get_windows: sof-audio-pci-intel-apl 0000:00:0e.0:  stream region 0xc1000 - size 0x1000
[    8.541117] snd_sof:ipc3_get_windows: sof-audio-pci-intel-apl 0000:00:0e.0:  debug region 0xc0000 - size 0x800
[    8.541121] snd_sof:sof_set_fw_state: sof-audio-pci-intel-apl 0000:00:0e.0: fw_state change: 3 -> 6
[    8.541129] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc rx done: 0x70000000
[    8.541137] snd_sof:snd_sof_run_firmware: sof-audio-pci-intel-apl 0000:00:0e.0: firmware boot complete
[    8.541142] snd_sof:sof_set_fw_state: sof-audio-pci-intel-apl 0000:00:0e.0: fw_state change: 6 -> 7
[    8.541153] snd_sof:snd_sof_pci_update_bits_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: Debug PCIR: 00000000 at  00000048
[    8.541159] snd_sof:snd_sof_pci_update_bits_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: Debug PCIW: 00000002 at  00000048
[    8.541166] snd_sof:snd_sof_pci_update_bits_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: Debug PCIR: 00000004 at  00000044
[    8.541172] snd_sof:snd_sof_pci_update_bits_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: Debug PCIW: 00000000 at  00000044
[    8.541175] snd_sof:sof_probe_continue: sof-audio-pci-intel-apl 0000:00:0e.0: SOF firmware trace disabled
[    8.541295] snd_sof:sof_machine_register: sof-audio-pci-intel-apl 0000:00:0e.0: created machine sof-essx8336
[    8.541323] snd_sof_pci:sof_pci_probe_complete: sof-audio-pci-intel-apl 0000:00:0e.0: Completing SOF PCI probe
[    8.579031] rtl8821cu 1-4:1.2 wlx68b9d3f21645: renamed from wlan0
[    8.636691] Bluetooth: hci0: RTL: fw version 0x75b8f098
[    8.873521] sof-essx8336 sof-essx8336: quirk mask 0x2
[    8.873529] sof-essx8336 sof-essx8336: quirk SSP2
[    8.873927] snd_sof:snd_sof_load_topology: sof-audio-pci-intel-apl 0000:00:0e.0: loading topology:intel/sof-tplg/sof-glk-es8336-ssp2.tplg
[    8.888201] sof-audio-pci-intel-apl 0000:00:0e.0: Topology: ABI 3:22:1 Kernel ABI 3:23:0
[    8.888222] snd_sof:sof_widget_ready: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: widget 0 (PCM0P) is ready [type: 23, pipe: 1, pins: 0 / 0, stream: Passthrough Playback 0]
[    8.888234] snd_sof:sof_control_load: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: load control type 1 name : 1 Master Playback Volume
[    8.888243] snd_sof:sof_control_load_volume: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: load kcontrol index 1 chans 2
[    8.888247] snd_sof:sof_widget_ready: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: widget 1 (PGA1.0) is ready [type: 6, pipe: 1, pins: 0 / 0, stream: none]
[    8.888254] snd_sof:sof_widget_ready: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: widget 2 (BUF1.0) is ready [type: 31, pipe: 1, pins: 0 / 0, stream: none]
[    8.888260] snd_sof:sof_widget_ready: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: widget 3 (BUF1.1) is ready [type: 31, pipe: 1, pins: 0 / 0, stream: none]
[    8.888265] snd_sof:sof_widget_ready: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: widget 4 (SSP2.OUT) is ready [type: 27, pipe: 1, pins: 0 / 0, stream: SSP2-Codec]
[    8.888271] snd_sof:sof_connect_dai_widget: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: connected widget SSP2.OUT -> DAI link SSP2-Codec
[    8.888277] snd_sof:sof_widget_ready: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: widget 5 (PIPELINE.1.SSP2.OUT) is ready [type: 32, pipe: 1, pins: 0 / 0, stream: SSP2.OUT]
[    8.888283] snd_sof:sof_widget_ready: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: widget 6 (PCM0C) is ready [type: 24, pipe: 2, pins: 0 / 0, stream: Low Latency Capture 0]
[    8.888289] snd_sof:sof_control_load: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: load control type 1 name : 2 PCM 0 Capture Volume
[    8.888296] snd_sof:sof_control_load_volume: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: load kcontrol index 7 chans 2
[    8.888299] snd_sof:sof_widget_ready: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: widget 7 (PGA2.0) is ready [type: 6, pipe: 2, pins: 0 / 0, stream: none]
[    8.888305] snd_sof:sof_widget_ready: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: widget 8 (BUF2.0) is ready [type: 31, pipe: 2, pins: 0 / 0, stream: none]
[    8.888310] snd_sof:sof_widget_ready: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: widget 9 (BUF2.1) is ready [type: 31, pipe: 2, pins: 0 / 0, stream: none]
[    8.888314] snd_sof:sof_widget_ready: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: widget 10 (SSP2.IN) is ready [type: 28, pipe: 2, pins: 0 / 0, stream: SSP2-Codec]
[    8.888318] snd_sof:sof_connect_dai_widget: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: connected widget SSP2.IN -> DAI link SSP2-Codec
[    8.888322] snd_sof:sof_widget_ready: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: widget 11 (PIPELINE.2.SSP2.IN) is ready [type: 32, pipe: 2, pins: 0 / 0, stream: SSP2.IN]
[    8.888327] snd_sof:sof_widget_ready: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: widget 12 (PCM5P) is ready [type: 23, pipe: 5, pins: 0 / 0, stream: Passthrough Playback 5]
[    8.888333] snd_sof:sof_control_load: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: load control type 1 name : 5 Master Playback Volume
[    8.888339] snd_sof:sof_control_load_volume: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: load kcontrol index 13 chans 2
[    8.888342] snd_sof:sof_widget_ready: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: widget 13 (PGA5.0) is ready [type: 6, pipe: 5, pins: 0 / 0, stream: none]
[    8.888347] snd_sof:sof_widget_ready: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: widget 14 (BUF5.0) is ready [type: 31, pipe: 5, pins: 0 / 0, stream: none]
[    8.888351] snd_sof:sof_widget_ready: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: widget 15 (BUF5.1) is ready [type: 31, pipe: 5, pins: 0 / 0, stream: none]
[    8.888355] snd_sof:sof_widget_ready: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: widget 16 (HDA3.OUT) is ready [type: 27, pipe: 5, pins: 0 / 0, stream: iDisp1]
[    8.888359] snd_sof:sof_connect_dai_widget: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: connected widget HDA3.OUT -> DAI link iDisp1
[    8.888366] snd_sof:sof_widget_ready: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: widget 17 (PIPELINE.5.HDA3.OUT) is ready [type: 32, pipe: 5, pins: 0 / 0, stream: HDA3.OUT]
[    8.888373] snd_sof:sof_widget_ready: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: widget 18 (PCM6P) is ready [type: 23, pipe: 6, pins: 0 / 0, stream: Passthrough Playback 6]
[    8.888378] snd_sof:sof_control_load: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: load control type 1 name : 6 Master Playback Volume
[    8.888384] snd_sof:sof_control_load_volume: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: load kcontrol index 19 chans 2
[    8.888387] snd_sof:sof_widget_ready: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: widget 19 (PGA6.0) is ready [type: 6, pipe: 6, pins: 0 / 0, stream: none]
[    8.888392] snd_sof:sof_widget_ready: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: widget 20 (BUF6.0) is ready [type: 31, pipe: 6, pins: 0 / 0, stream: none]
[    8.888396] snd_sof:sof_widget_ready: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: widget 21 (BUF6.1) is ready [type: 31, pipe: 6, pins: 0 / 0, stream: none]
[    8.888400] snd_sof:sof_widget_ready: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: widget 22 (HDA4.OUT) is ready [type: 27, pipe: 6, pins: 0 / 0, stream: iDisp2]
[    8.888404] snd_sof:sof_connect_dai_widget: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: connected widget HDA4.OUT -> DAI link iDisp2
[    8.888408] snd_sof:sof_widget_ready: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: widget 23 (PIPELINE.6.HDA4.OUT) is ready [type: 32, pipe: 6, pins: 0 / 0, stream: HDA4.OUT]
[    8.888413] snd_sof:sof_widget_ready: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: widget 24 (PCM7P) is ready [type: 23, pipe: 7, pins: 0 / 0, stream: Passthrough Playback 7]
[    8.888418] snd_sof:sof_control_load: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: load control type 1 name : 7 Master Playback Volume
[    8.888425] snd_sof:sof_control_load_volume: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: load kcontrol index 25 chans 2
[    8.888427] snd_sof:sof_widget_ready: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: widget 25 (PGA7.0) is ready [type: 6, pipe: 7, pins: 0 / 0, stream: none]
[    8.888432] snd_sof:sof_widget_ready: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: widget 26 (BUF7.0) is ready [type: 31, pipe: 7, pins: 0 / 0, stream: none]
[    8.888435] snd_sof:sof_widget_ready: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: widget 27 (BUF7.1) is ready [type: 31, pipe: 7, pins: 0 / 0, stream: none]
[    8.888440] snd_sof:sof_widget_ready: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: widget 28 (HDA5.OUT) is ready [type: 27, pipe: 7, pins: 0 / 0, stream: iDisp3]
[    8.888444] snd_sof:sof_connect_dai_widget: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: connected widget HDA5.OUT -> DAI link iDisp3
[    8.888447] snd_sof:sof_widget_ready: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: widget 29 (PIPELINE.7.HDA5.OUT) is ready [type: 32, pipe: 7, pins: 0 / 0, stream: HDA5.OUT]
[    8.888455] snd_sof:sof_dai_load: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: load pcm ES8336 0
[    8.888513] snd_sof:sof_dai_load: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: load pcm HDMI 1 5
[    8.888539] snd_sof:sof_dai_load: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: load pcm HDMI 2 6
[    8.888555] snd_sof:sof_dai_load: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: load pcm HDMI 3 7
[    8.888573] snd_sof:sof_route_load: sof-audio-pci-intel-apl 0000:00:0e.0: sink BUF1.0 control none source PCM0P
[    8.888580] snd_sof:sof_route_load: sof-audio-pci-intel-apl 0000:00:0e.0: sink PGA1.0 control none source BUF1.0
[    8.888584] snd_sof:sof_route_load: sof-audio-pci-intel-apl 0000:00:0e.0: sink BUF1.1 control none source PGA1.0
[    8.888588] snd_sof:sof_route_load: sof-audio-pci-intel-apl 0000:00:0e.0: sink SSP2.OUT control none source BUF1.1
[    8.888591] snd_sof:sof_route_load: sof-audio-pci-intel-apl 0000:00:0e.0: sink PCM0C control none source BUF2.1
[    8.888596] snd_sof:sof_route_load: sof-audio-pci-intel-apl 0000:00:0e.0: sink BUF2.1 control none source PGA2.0
[    8.888601] snd_sof:sof_route_load: sof-audio-pci-intel-apl 0000:00:0e.0: sink PGA2.0 control none source BUF2.0
[    8.888604] snd_sof:sof_route_load: sof-audio-pci-intel-apl 0000:00:0e.0: sink BUF2.0 control none source SSP2.IN
[    8.888608] snd_sof:sof_route_load: sof-audio-pci-intel-apl 0000:00:0e.0: sink BUF5.0 control none source PCM5P
[    8.888611] snd_sof:sof_route_load: sof-audio-pci-intel-apl 0000:00:0e.0: sink PGA5.0 control none source BUF5.0
[    8.888614] snd_sof:sof_route_load: sof-audio-pci-intel-apl 0000:00:0e.0: sink BUF5.1 control none source PGA5.0
[    8.888618] snd_sof:sof_route_load: sof-audio-pci-intel-apl 0000:00:0e.0: sink HDA3.OUT control none source BUF5.1
[    8.888622] snd_sof:sof_route_load: sof-audio-pci-intel-apl 0000:00:0e.0: sink BUF6.0 control none source PCM6P
[    8.888626] snd_sof:sof_route_load: sof-audio-pci-intel-apl 0000:00:0e.0: sink PGA6.0 control none source BUF6.0
[    8.888629] snd_sof:sof_route_load: sof-audio-pci-intel-apl 0000:00:0e.0: sink BUF6.1 control none source PGA6.0
[    8.888632] snd_sof:sof_route_load: sof-audio-pci-intel-apl 0000:00:0e.0: sink HDA4.OUT control none source BUF6.1
[    8.888635] snd_sof:sof_route_load: sof-audio-pci-intel-apl 0000:00:0e.0: sink BUF7.0 control none source PCM7P
[    8.888638] snd_sof:sof_route_load: sof-audio-pci-intel-apl 0000:00:0e.0: sink PGA7.0 control none source BUF7.0
[    8.888641] snd_sof:sof_route_load: sof-audio-pci-intel-apl 0000:00:0e.0: sink BUF7.1 control none source PGA7.0
[    8.888644] snd_sof:sof_route_load: sof-audio-pci-intel-apl 0000:00:0e.0: sink HDA5.OUT control none source BUF7.1
[    8.888649] snd_sof:sof_link_load: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: 1 hw_configs found, default id: 0 for dai link SSP2-Codec!
[    8.888654] snd_sof:sof_link_load: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: 1 hw_configs found, default id: 3 for dai link iDisp1!
[    8.888657] snd_sof:sof_link_load: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: 1 hw_configs found, default id: 4 for dai link iDisp2!
[    8.888660] snd_sof:sof_link_load: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: 1 hw_configs found, default id: 5 for dai link iDisp3!
[    8.888664] sof-essx8336 sof-essx8336: ASoC: Parent card not yet available, widget card binding deferred
[    8.888668] snd_sof:sof_ipc3_widget_setup_comp_pipeline: sof-audio-pci-intel-apl 0000:00:0e.0: pipeline PIPELINE.7.HDA5.OUT: period 1000 pri 0 mips 5000 core 0 frames 0 dynamic 0
[    8.888674] snd_sof:sof_ipc3_widget_setup_comp_dai: sof-audio-pci-intel-apl 0000:00:0e.0: dai HDA5.OUT: type 3 index 5
[    8.888677] snd_sof:sof_dbg_comp_config: sof-audio-pci-intel-apl 0000:00:0e.0:  config: periods snk 0 src 2 fmt 2
[    8.888681] snd_sof:sof_link_hda_load: sof-audio-pci-intel-apl 0000:00:0e.0: HDA config rate 48000 channels 2
[    8.888684] snd_sof:sof_ipc3_widget_setup_comp_buffer: sof-audio-pci-intel-apl 0000:00:0e.0: buffer BUF7.1: size 768 caps 0x71
[    8.888687] snd_sof:sof_ipc3_widget_setup_comp_buffer: sof-audio-pci-intel-apl 0000:00:0e.0: buffer BUF7.0: size 768 caps 0x71
[    8.888691] snd_sof:sof_ipc3_widget_setup_comp_pga: sof-audio-pci-intel-apl 0000:00:0e.0: loaded PGA PGA7.0
[    8.888693] snd_sof:sof_dbg_comp_config: sof-audio-pci-intel-apl 0000:00:0e.0:  config: periods snk 2 src 2 fmt 2
[    8.888696] snd_sof:sof_ipc3_widget_setup_comp_host: sof-audio-pci-intel-apl 0000:00:0e.0: loaded host PCM7P
[    8.888698] snd_sof:sof_dbg_comp_config: sof-audio-pci-intel-apl 0000:00:0e.0:  config: periods snk 2 src 0 fmt 0
[    8.888701] snd_sof:sof_ipc3_widget_setup_comp_pipeline: sof-audio-pci-intel-apl 0000:00:0e.0: pipeline PIPELINE.6.HDA4.OUT: period 1000 pri 0 mips 5000 core 0 frames 0 dynamic 0
[    8.888705] snd_sof:sof_ipc3_widget_setup_comp_dai: sof-audio-pci-intel-apl 0000:00:0e.0: dai HDA4.OUT: type 3 index 4
[    8.888707] snd_sof:sof_dbg_comp_config: sof-audio-pci-intel-apl 0000:00:0e.0:  config: periods snk 0 src 2 fmt 2
[    8.888710] snd_sof:sof_link_hda_load: sof-audio-pci-intel-apl 0000:00:0e.0: HDA config rate 48000 channels 2
[    8.888713] snd_sof:sof_ipc3_widget_setup_comp_buffer: sof-audio-pci-intel-apl 0000:00:0e.0: buffer BUF6.1: size 768 caps 0x71
[    8.888715] snd_sof:sof_ipc3_widget_setup_comp_buffer: sof-audio-pci-intel-apl 0000:00:0e.0: buffer BUF6.0: size 768 caps 0x71
[    8.888718] snd_sof:sof_ipc3_widget_setup_comp_pga: sof-audio-pci-intel-apl 0000:00:0e.0: loaded PGA PGA6.0
[    8.888720] snd_sof:sof_dbg_comp_config: sof-audio-pci-intel-apl 0000:00:0e.0:  config: periods snk 2 src 2 fmt 2
[    8.888723] snd_sof:sof_ipc3_widget_setup_comp_host: sof-audio-pci-intel-apl 0000:00:0e.0: loaded host PCM6P
[    8.888725] snd_sof:sof_dbg_comp_config: sof-audio-pci-intel-apl 0000:00:0e.0:  config: periods snk 2 src 0 fmt 0
[    8.888728] snd_sof:sof_ipc3_widget_setup_comp_pipeline: sof-audio-pci-intel-apl 0000:00:0e.0: pipeline PIPELINE.5.HDA3.OUT: period 1000 pri 0 mips 5000 core 0 frames 0 dynamic 0
[    8.888731] snd_sof:sof_ipc3_widget_setup_comp_dai: sof-audio-pci-intel-apl 0000:00:0e.0: dai HDA3.OUT: type 3 index 3
[    8.888734] snd_sof:sof_dbg_comp_config: sof-audio-pci-intel-apl 0000:00:0e.0:  config: periods snk 0 src 2 fmt 2
[    8.888736] snd_sof:sof_link_hda_load: sof-audio-pci-intel-apl 0000:00:0e.0: HDA config rate 48000 channels 2
[    8.888739] snd_sof:sof_ipc3_widget_setup_comp_buffer: sof-audio-pci-intel-apl 0000:00:0e.0: buffer BUF5.1: size 768 caps 0x71
[    8.888742] snd_sof:sof_ipc3_widget_setup_comp_buffer: sof-audio-pci-intel-apl 0000:00:0e.0: buffer BUF5.0: size 768 caps 0x71
[    8.888744] snd_sof:sof_ipc3_widget_setup_comp_pga: sof-audio-pci-intel-apl 0000:00:0e.0: loaded PGA PGA5.0
[    8.888746] snd_sof:sof_dbg_comp_config: sof-audio-pci-intel-apl 0000:00:0e.0:  config: periods snk 2 src 2 fmt 2
[    8.888749] snd_sof:sof_ipc3_widget_setup_comp_host: sof-audio-pci-intel-apl 0000:00:0e.0: loaded host PCM5P
[    8.888751] snd_sof:sof_dbg_comp_config: sof-audio-pci-intel-apl 0000:00:0e.0:  config: periods snk 2 src 0 fmt 0
[    8.888754] snd_sof:sof_ipc3_widget_setup_comp_pipeline: sof-audio-pci-intel-apl 0000:00:0e.0: pipeline PIPELINE.2.SSP2.IN: period 1000 pri 0 mips 5000 core 0 frames 0 dynamic 0
[    8.888757] snd_sof:sof_ipc3_widget_setup_comp_dai: sof-audio-pci-intel-apl 0000:00:0e.0: dai SSP2.IN: type 1 index 2
[    8.888760] snd_sof:sof_dbg_comp_config: sof-audio-pci-intel-apl 0000:00:0e.0:  config: periods snk 2 src 0 fmt 1
[    8.888763] snd_sof:sof_link_ssp_load: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: overriding topology mclk_id 0 by quirk 1
[    8.888766] snd_sof:sof_link_ssp_load: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: config SSP2 fmt 0x4001 mclk 19200000 bclk 2400000 fclk 48000 width (24)25 slots 2 mclk id 1 quirks 0 clks_control 0x0
[    8.888771] snd_sof:sof_ipc3_widget_setup_comp_buffer: sof-audio-pci-intel-apl 0000:00:0e.0: buffer BUF2.1: size 768 caps 0x71
[    8.888774] snd_sof:sof_ipc3_widget_setup_comp_buffer: sof-audio-pci-intel-apl 0000:00:0e.0: buffer BUF2.0: size 768 caps 0x71
[    8.888776] snd_sof:sof_ipc3_widget_setup_comp_pga: sof-audio-pci-intel-apl 0000:00:0e.0: loaded PGA PGA2.0
[    8.888778] snd_sof:sof_dbg_comp_config: sof-audio-pci-intel-apl 0000:00:0e.0:  config: periods snk 2 src 2 fmt 2
[    8.888781] snd_sof:sof_ipc3_widget_setup_comp_host: sof-audio-pci-intel-apl 0000:00:0e.0: loaded host PCM0C
[    8.888783] snd_sof:sof_dbg_comp_config: sof-audio-pci-intel-apl 0000:00:0e.0:  config: periods snk 0 src 2 fmt 0
[    8.888786] snd_sof:sof_ipc3_widget_setup_comp_pipeline: sof-audio-pci-intel-apl 0000:00:0e.0: pipeline PIPELINE.1.SSP2.OUT: period 1000 pri 0 mips 5000 core 0 frames 0 dynamic 0
[    8.888789] snd_sof:sof_ipc3_widget_setup_comp_dai: sof-audio-pci-intel-apl 0000:00:0e.0: dai SSP2.OUT: type 1 index 2
[    8.888792] snd_sof:sof_dbg_comp_config: sof-audio-pci-intel-apl 0000:00:0e.0:  config: periods snk 0 src 2 fmt 1
[    8.888795] snd_sof:sof_link_ssp_load: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: overriding topology mclk_id 0 by quirk 1
[    8.888797] snd_sof:sof_link_ssp_load: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: config SSP2 fmt 0x4001 mclk 19200000 bclk 2400000 fclk 48000 width (24)25 slots 2 mclk id 1 quirks 0 clks_control 0x0
[    8.888802] snd_sof:sof_ipc3_widget_setup_comp_buffer: sof-audio-pci-intel-apl 0000:00:0e.0: buffer BUF1.1: size 768 caps 0x71
[    8.888804] snd_sof:sof_ipc3_widget_setup_comp_buffer: sof-audio-pci-intel-apl 0000:00:0e.0: buffer BUF1.0: size 768 caps 0x71
[    8.888807] snd_sof:sof_ipc3_widget_setup_comp_pga: sof-audio-pci-intel-apl 0000:00:0e.0: loaded PGA PGA1.0
[    8.888809] snd_sof:sof_dbg_comp_config: sof-audio-pci-intel-apl 0000:00:0e.0:  config: periods snk 2 src 2 fmt 2
[    8.888811] snd_sof:sof_ipc3_widget_setup_comp_host: sof-audio-pci-intel-apl 0000:00:0e.0: loaded host PCM0P
[    8.888813] snd_sof:sof_dbg_comp_config: sof-audio-pci-intel-apl 0000:00:0e.0:  config: periods snk 2 src 0 fmt 0
[    8.888819] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30100000
[    8.888922] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PIPELINE.7.HDA5.OUT setup complete
[    8.888926] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30010000
[    8.889053] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x80010000
[    8.889146] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget HDA5.OUT setup complete
[    8.889150] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30200000
[    8.889228] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget BUF7.1 setup complete
[    8.889232] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30200000
[    8.889303] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget BUF7.0 setup complete
[    8.889308] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30010000
[    8.896427] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x50010000
[    8.898009] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x50020000
[    8.898144] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PGA7.0 setup complete
[    8.898149] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30010000
[    8.902518] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PCM7P setup complete
[    8.902531] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30100000
[    8.902883] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PIPELINE.6.HDA4.OUT setup complete
[    8.902889] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30010000
[    8.903149] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x80010000
[    8.903270] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget HDA4.OUT setup complete
[    8.903274] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30200000
[    8.903421] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget BUF6.1 setup complete
[    8.903425] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30200000
[    8.903533] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget BUF6.0 setup complete
[    8.903536] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30010000
[    8.903648] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x50010000
[    8.903764] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x50020000
[    8.918757] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PGA6.0 setup complete
[    8.918770] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30010000
[    8.920140] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PCM6P setup complete
[    8.920147] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30100000
[    8.943077] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PIPELINE.5.HDA3.OUT setup complete
[    8.943088] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30010000
[    8.943263] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x80010000
[    8.943702] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget HDA3.OUT setup complete
[    8.943707] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30200000
[    8.943976] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget BUF5.1 setup complete
[    8.943980] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30200000
[    8.944082] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget BUF5.0 setup complete
[    8.944086] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30010000
[    8.946654] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x50010000
[    8.946800] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x50020000
[    8.946890] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PGA5.0 setup complete
[    8.946895] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30010000
[    8.947053] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PCM5P setup complete
[    8.947058] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30100000
[    8.947294] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PIPELINE.2.SSP2.IN setup complete
[    8.947299] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30010000
[    8.947451] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x80010000
[    8.947576] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget SSP2.IN setup complete
[    8.947580] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30200000
[    8.947655] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget BUF2.1 setup complete
[    8.947659] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30200000
[    8.947762] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget BUF2.0 setup complete
[    8.947766] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30010000
[    8.947864] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x50010000
[    8.947949] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x50020000
[    8.948040] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PGA2.0 setup complete
[    8.948043] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30010000
[    8.948142] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PCM0C setup complete
[    8.948146] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30100000
[    8.948518] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PIPELINE.1.SSP2.OUT setup complete
[    8.948523] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30010000
[    8.949141] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x80010000
[    8.949250] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget SSP2.OUT setup complete
[    8.949254] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30200000
[    8.949324] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget BUF1.1 setup complete
[    8.949328] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30200000
[    8.949620] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget BUF1.0 setup complete
[    8.949625] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30010000
[    8.949758] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x50010000
[    8.950085] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x50020000
[    8.950219] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PGA1.0 setup complete
[    8.950223] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30010000
[    8.950356] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PCM0P setup complete
[    8.950362] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route BUF7.1 -> HDA5.OUT
[    8.950365] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[    8.950434] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route PGA7.0 -> BUF7.1
[    8.950437] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[    8.950902] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route BUF7.0 -> PGA7.0
[    8.950907] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[    8.952128] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route PCM7P -> BUF7.0
[    8.952138] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[    8.952231] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route BUF6.1 -> HDA4.OUT
[    8.952236] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[    8.952293] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route PGA6.0 -> BUF6.1
[    8.952296] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[    8.952349] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route BUF6.0 -> PGA6.0
[    8.952352] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[    8.952405] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route PCM6P -> BUF6.0
[    8.952408] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[    8.952465] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route BUF5.1 -> HDA3.OUT
[    8.952468] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[    8.952529] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route PGA5.0 -> BUF5.1
[    8.952532] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[    8.952612] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route BUF5.0 -> PGA5.0
[    8.952617] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[    8.952902] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route PCM5P -> BUF5.0
[    8.952906] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[    8.952976] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route SSP2.IN -> BUF2.0
[    8.952980] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[    8.953033] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route BUF2.0 -> PGA2.0
[    8.953036] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[    8.953096] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route PGA2.0 -> BUF2.1
[    8.953100] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[    8.953169] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route BUF2.1 -> PCM0C
[    8.953173] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[    8.953224] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route BUF1.1 -> SSP2.OUT
[    8.953227] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[    8.953276] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route PGA1.0 -> BUF1.1
[    8.953279] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[    8.953716] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route BUF1.0 -> PGA1.0
[    8.953721] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[    8.953791] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route PCM0P -> BUF1.0
[    8.953794] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[    8.953850] snd_sof:sof_ipc3_complete_pipeline: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: complete pipeline PIPELINE.7.HDA5.OUT id 29
[    8.953856] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30130000
[    8.954080] snd_sof:sof_ipc3_complete_pipeline: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: complete pipeline PIPELINE.6.HDA4.OUT id 23
[    8.954084] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30130000
[    8.954139] snd_sof:sof_ipc3_complete_pipeline: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: complete pipeline PIPELINE.5.HDA3.OUT id 17
[    8.954144] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30130000
[    8.954203] snd_sof:sof_ipc3_complete_pipeline: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: complete pipeline PIPELINE.2.SSP2.IN id 11
[    8.954206] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30130000
[    8.954264] snd_sof:sof_ipc3_complete_pipeline: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: complete pipeline PIPELINE.1.SSP2.OUT id 5
[    8.954267] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30130000
[    8.954496] es8316 i2c-ESSX8336:00: assuming static mclk
[    9.131487] snd_sof:sof_pcm_new: sof-audio-pci-intel-apl 0000:00:0e.0: creating new PCM ES8336
[    9.131500] snd_sof:sof_pcm_new: sof-audio-pci-intel-apl 0000:00:0e.0: spcm: allocate Passthrough Playback 0 playback DMA buffer size 0x10000 max 0x10000
[    9.131508] snd_sof:sof_pcm_new: sof-audio-pci-intel-apl 0000:00:0e.0: spcm: allocate Low Latency Capture 0 capture DMA buffer size 0x10000 max 0x10000
[    9.131522] snd_sof:sof_pcm_new: sof-audio-pci-intel-apl 0000:00:0e.0: creating new PCM HDMI 1
[    9.131525] snd_sof:sof_pcm_new: sof-audio-pci-intel-apl 0000:00:0e.0: spcm: allocate Passthrough Playback 5 playback DMA buffer size 0x10000 max 0x10000
[    9.131536] snd_sof:sof_pcm_new: sof-audio-pci-intel-apl 0000:00:0e.0: creating new PCM HDMI 2
[    9.131539] snd_sof:sof_pcm_new: sof-audio-pci-intel-apl 0000:00:0e.0: spcm: allocate Passthrough Playback 6 playback DMA buffer size 0x10000 max 0x10000
[    9.131553] snd_sof:sof_pcm_new: sof-audio-pci-intel-apl 0000:00:0e.0: creating new PCM HDMI 3
[    9.131556] snd_sof:sof_pcm_new: sof-audio-pci-intel-apl 0000:00:0e.0: spcm: allocate Passthrough Playback 7 playback DMA buffer size 0x10000 max 0x10000
[    9.375314] input: sof-essx8336 Headset as /devices/pci0000:00/0000:00:0e.0/sof-essx8336/sound/card0/input13
[    9.383410] input: sof-essx8336 HDMI/DP,pcm=5 as /devices/pci0000:00/0000:00:0e.0/sof-essx8336/sound/card0/input14
[    9.392124] input: sof-essx8336 HDMI/DP,pcm=6 as /devices/pci0000:00/0000:00:0e.0/sof-essx8336/sound/card0/input15
[    9.393021] input: sof-essx8336 HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:0e.0/sof-essx8336/sound/card0/input16
[    9.680454] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    9.680465] Bluetooth: BNEP filters: protocol multicast
[    9.680473] Bluetooth: BNEP socket layer initialized
[    9.683753] Bluetooth: MGMT ver 1.22
[    9.726341] NET: Registered PF_ALG protocol family
[   10.017806] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x50010000
[   10.017957] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x50010000
[   10.018064] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x50010000
[   10.018170] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x50010000
[   10.018273] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x50010000
[   10.088434] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x50010000
[   10.089891] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x50010000
[   10.090019] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x50010000
[   10.090125] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x50010000
[   10.090233] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x50010000
[   11.179435] snd_sof:sof_pcm_open: sof-audio-pci-intel-apl 0000:00:0e.0: pcm: open stream 0 dir 1
[   11.179448] snd_sof:sof_pcm_open: sof-audio-pci-intel-apl 0000:00:0e.0: period min 192 max 16384 bytes
[   11.179452] snd_sof:sof_pcm_open: sof-audio-pci-intel-apl 0000:00:0e.0: period count 2 max 4
[   11.179454] snd_sof:sof_pcm_open: sof-audio-pci-intel-apl 0000:00:0e.0: buffer max 65536 bytes
[   11.179606] snd_sof:ssp_dai_config_pcm_params_match: sof-audio-pci-intel-apl 0000:00:0e.0: DAI config 0 matches pcm hw params
[   11.179611] snd_sof:ssp_dai_config_pcm_params_match: sof-audio-pci-intel-apl 0000:00:0e.0: DAI config 0 matches pcm hw params
[   11.179613] snd_sof:sof_ipc3_pcm_dai_link_fixup: sof-audio-pci-intel-apl 0000:00:0e.0: rate_min: 48000 rate_max: 48000
[   11.179616] snd_sof:sof_ipc3_pcm_dai_link_fixup: sof-audio-pci-intel-apl 0000:00:0e.0: channels_min: 2 channels_max: 2
[   11.188975] snd_sof:sof_pcm_hw_params: sof-audio-pci-intel-apl 0000:00:0e.0: pcm: hw params stream 0 dir 1
[   11.188996] snd_sof_intel_hda_common:hda_dsp_stream_hw_params: sof-audio-pci-intel-apl 0000:00:0e.0: FW Poll Status: reg[0x80]=0x40000 successful
[   11.189013] snd_sof_intel_hda_common:hda_dsp_stream_hw_params: sof-audio-pci-intel-apl 0000:00:0e.0: FW Poll Status: reg[0x80]=0x40000 successful
[   11.189019] snd_sof_intel_hda_common:hda_dsp_stream_setup_bdl: sof-audio-pci-intel-apl 0000:00:0e.0: period_bytes:0x18fc
[   11.189022] snd_sof_intel_hda_common:hda_dsp_stream_setup_bdl: sof-audio-pci-intel-apl 0000:00:0e.0: periods:3
[   11.189055] snd_sof:sof_ipc3_pcm_hw_params: sof-audio-pci-intel-apl 0000:00:0e.0: stream_tag 1
[   11.189059] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x60010000
[   11.189308] snd_sof_intel_hda_common:hda_set_stream_data_offset: sof-audio-pci-intel-apl 0000:00:0e.0: pcm: stream dir 1, posn mailbox offset is 790756
[   11.222769] snd_sof:sof_pcm_hw_free: sof-audio-pci-intel-apl 0000:00:0e.0: pcm: free stream 0 dir 1
[   11.222784] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x60030000
[   11.223681] snd_sof:sof_pcm_close: sof-audio-pci-intel-apl 0000:00:0e.0: pcm: close stream 0 dir 1
[   11.223954] snd_sof:sof_pcm_open: sof-audio-pci-intel-apl 0000:00:0e.0: pcm: open stream 0 dir 0
[   11.223959] snd_sof:sof_pcm_open: sof-audio-pci-intel-apl 0000:00:0e.0: period min 192 max 16384 bytes
[   11.223962] snd_sof:sof_pcm_open: sof-audio-pci-intel-apl 0000:00:0e.0: period count 2 max 16
[   11.223965] snd_sof:sof_pcm_open: sof-audio-pci-intel-apl 0000:00:0e.0: buffer max 65536 bytes
[   11.224098] snd_sof:ssp_dai_config_pcm_params_match: sof-audio-pci-intel-apl 0000:00:0e.0: DAI config 0 matches pcm hw params
[   11.224102] snd_sof:ssp_dai_config_pcm_params_match: sof-audio-pci-intel-apl 0000:00:0e.0: DAI config 0 matches pcm hw params
[   11.224105] snd_sof:sof_ipc3_pcm_dai_link_fixup: sof-audio-pci-intel-apl 0000:00:0e.0: rate_min: 48000 rate_max: 48000
[   11.224108] snd_sof:sof_ipc3_pcm_dai_link_fixup: sof-audio-pci-intel-apl 0000:00:0e.0: channels_min: 2 channels_max: 2
[   11.224117] snd_sof:sof_pcm_hw_params: sof-audio-pci-intel-apl 0000:00:0e.0: pcm: hw params stream 0 dir 0
[   11.224126] snd_sof_intel_hda_common:hda_dsp_stream_hw_params: sof-audio-pci-intel-apl 0000:00:0e.0: FW Poll Status: reg[0x160]=0x40000 successful
[   11.224141] snd_sof_intel_hda_common:hda_dsp_stream_hw_params: sof-audio-pci-intel-apl 0000:00:0e.0: FW Poll Status: reg[0x160]=0x40000 successful
[   11.224146] snd_sof_intel_hda_common:hda_dsp_stream_setup_bdl: sof-audio-pci-intel-apl 0000:00:0e.0: period_bytes:0x18fc
[   11.224149] snd_sof_intel_hda_common:hda_dsp_stream_setup_bdl: sof-audio-pci-intel-apl 0000:00:0e.0: periods:3
[   11.224169] snd_sof:sof_ipc3_pcm_hw_params: sof-audio-pci-intel-apl 0000:00:0e.0: stream_tag 1
[   11.224172] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x60010000
[   11.224769] snd_sof_intel_hda_common:hda_set_stream_data_offset: sof-audio-pci-intel-apl 0000:00:0e.0: pcm: stream dir 0, posn mailbox offset is 790832
[   11.233164] snd_sof:sof_pcm_open: sof-audio-pci-intel-apl 0000:00:0e.0: pcm: open stream 0 dir 1
[   11.233174] snd_sof:sof_pcm_open: sof-audio-pci-intel-apl 0000:00:0e.0: period min 192 max 16384 bytes
[   11.233177] snd_sof:sof_pcm_open: sof-audio-pci-intel-apl 0000:00:0e.0: period count 2 max 4
[   11.233180] snd_sof:sof_pcm_open: sof-audio-pci-intel-apl 0000:00:0e.0: buffer max 65536 bytes
[   11.233335] snd_sof:ssp_dai_config_pcm_params_match: sof-audio-pci-intel-apl 0000:00:0e.0: DAI config 0 matches pcm hw params
[   11.233340] snd_sof:ssp_dai_config_pcm_params_match: sof-audio-pci-intel-apl 0000:00:0e.0: DAI config 0 matches pcm hw params
[   11.233343] snd_sof:sof_ipc3_pcm_dai_link_fixup: sof-audio-pci-intel-apl 0000:00:0e.0: rate_min: 48000 rate_max: 48000
[   11.233346] snd_sof:sof_ipc3_pcm_dai_link_fixup: sof-audio-pci-intel-apl 0000:00:0e.0: channels_min: 2 channels_max: 2
[   11.233627] snd_sof:sof_pcm_hw_params: sof-audio-pci-intel-apl 0000:00:0e.0: pcm: hw params stream 0 dir 1
[   11.233638] snd_sof_intel_hda_common:hda_dsp_stream_hw_params: sof-audio-pci-intel-apl 0000:00:0e.0: FW Poll Status: reg[0x80]=0x40000 successful
[   11.233652] snd_sof_intel_hda_common:hda_dsp_stream_hw_params: sof-audio-pci-intel-apl 0000:00:0e.0: FW Poll Status: reg[0x80]=0x40000 successful
[   11.233657] snd_sof_intel_hda_common:hda_dsp_stream_setup_bdl: sof-audio-pci-intel-apl 0000:00:0e.0: period_bytes:0x18fc
[   11.233659] snd_sof_intel_hda_common:hda_dsp_stream_setup_bdl: sof-audio-pci-intel-apl 0000:00:0e.0: periods:3
[   11.233681] snd_sof:sof_ipc3_pcm_hw_params: sof-audio-pci-intel-apl 0000:00:0e.0: stream_tag 1
[   11.233685] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x60010000
[   11.233915] snd_sof_intel_hda_common:hda_set_stream_data_offset: sof-audio-pci-intel-apl 0000:00:0e.0: pcm: stream dir 1, posn mailbox offset is 790756
[   11.234707] snd_sof:sof_pcm_hw_free: sof-audio-pci-intel-apl 0000:00:0e.0: pcm: free stream 0 dir 0
[   11.234711] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x60030000
[   11.235558] snd_sof:sof_pcm_close: sof-audio-pci-intel-apl 0000:00:0e.0: pcm: close stream 0 dir 0
[   11.235597] snd_sof:sof_pcm_hw_free: sof-audio-pci-intel-apl 0000:00:0e.0: pcm: free stream 0 dir 1
[   11.235600] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x60030000
[   11.236450] snd_sof:sof_pcm_close: sof-audio-pci-intel-apl 0000:00:0e.0: pcm: close stream 0 dir 1
[   11.240609] snd_sof:sof_pcm_open: sof-audio-pci-intel-apl 0000:00:0e.0: pcm: open stream 0 dir 0
[   11.240620] snd_sof:sof_pcm_open: sof-audio-pci-intel-apl 0000:00:0e.0: period min 192 max 16384 bytes
[   11.240624] snd_sof:sof_pcm_open: sof-audio-pci-intel-apl 0000:00:0e.0: period count 2 max 16
[   11.240626] snd_sof:sof_pcm_open: sof-audio-pci-intel-apl 0000:00:0e.0: buffer max 65536 bytes
[   11.240782] snd_sof:ssp_dai_config_pcm_params_match: sof-audio-pci-intel-apl 0000:00:0e.0: DAI config 0 matches pcm hw params
[   11.240786] snd_sof:ssp_dai_config_pcm_params_match: sof-audio-pci-intel-apl 0000:00:0e.0: DAI config 0 matches pcm hw params
[   11.240789] snd_sof:sof_ipc3_pcm_dai_link_fixup: sof-audio-pci-intel-apl 0000:00:0e.0: rate_min: 48000 rate_max: 48000
[   11.240792] snd_sof:sof_ipc3_pcm_dai_link_fixup: sof-audio-pci-intel-apl 0000:00:0e.0: channels_min: 2 channels_max: 2
[   11.240804] snd_sof:sof_pcm_hw_params: sof-audio-pci-intel-apl 0000:00:0e.0: pcm: hw params stream 0 dir 0
[   11.240814] snd_sof_intel_hda_common:hda_dsp_stream_hw_params: sof-audio-pci-intel-apl 0000:00:0e.0: FW Poll Status: reg[0x160]=0x40000 successful
[   11.240831] snd_sof_intel_hda_common:hda_dsp_stream_hw_params: sof-audio-pci-intel-apl 0000:00:0e.0: FW Poll Status: reg[0x160]=0x40000 successful
[   11.240837] snd_sof_intel_hda_common:hda_dsp_stream_setup_bdl: sof-audio-pci-intel-apl 0000:00:0e.0: period_bytes:0x4000
[   11.240839] snd_sof_intel_hda_common:hda_dsp_stream_setup_bdl: sof-audio-pci-intel-apl 0000:00:0e.0: periods:4
[   11.240861] snd_sof:sof_ipc3_pcm_hw_params: sof-audio-pci-intel-apl 0000:00:0e.0: stream_tag 1
[   11.240865] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x60010000
[   11.241173] snd_sof_intel_hda_common:hda_set_stream_data_offset: sof-audio-pci-intel-apl 0000:00:0e.0: pcm: stream dir 0, posn mailbox offset is 790832
[   11.258437] snd_sof:sof_pcm_trigger: sof-audio-pci-intel-apl 0000:00:0e.0: pcm: trigger stream 0 dir 0 cmd 1
[   11.258593] snd_sof_intel_hda_common:hda_dsp_stream_trigger: sof-audio-pci-intel-apl 0000:00:0e.0: FW Poll Status: reg[0x160]=0x2014001e successful
[   11.258601] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x60040000
[   11.473732] loop16: detected capacity change from 0 to 8
[   14.836043] rfkill: input handler disabled
[   15.210021] RTW: wlx68b9d3f21645- hw port(0) mac_addr =68:b9:d3:f2:16:45
[   15.938291] RTW: rtw_set_802_11_connect(wlx68b9d3f21645)  fw_state=0x00000008
[   16.154541] RTW: start auth
[   16.156977] RTW: auth success, start assoc
[   16.160978] ================================================================================
[   16.160989] UBSAN: array-index-out-of-bounds in /home/delannoy/8821cu-20210916/core/rtw_wlan_util.c:1855:48
[   16.160994] index 1 is out of range for type 'u8 [1]'
[   16.160998] CPU: 1 PID: 464 Comm: dbus-daemon Tainted: G           OE      6.5.0-14-generic #14~22.04.1-Ubuntu
[   16.161002] Hardware name: THOMSON PX14C/G142U, BIOS E.G142U_4.S4.E1.042 04/19/2022
[   16.161005] Call Trace:
[   16.161008]  <TASK>
[   16.161014]  dump_stack_lvl+0x48/0x70
[   16.161029]  dump_stack+0x10/0x20
[   16.161032]  __ubsan_handle_out_of_bounds+0xc6/0x110
[   16.161040]  HT_caps_handler+0xaa/0x4e0 [8821cu]
[   16.161240]  OnAssocRsp+0x25d/0x3b0 [8821cu]
[   16.161402]  _mgt_dispatcher+0x70/0xf0 [8821cu]
[   16.161559]  mgt_dispatcher+0x296/0x300 [8821cu]
[   16.161718]  validate_recv_mgnt_frame+0x3a0/0x520 [8821cu]
[   16.161896]  validate_recv_frame+0x215/0x460 [8821cu]
[   16.162072]  recv_func_prehandle+0x19/0x50 [8821cu]
[   16.162247]  recv_func+0x2c/0x160 [8821cu]
[   16.162421]  rtw_recv_entry+0x19/0x40 [8821cu]
[   16.162595]  pre_recv_entry+0x6c/0x160 [8821cu]
[   16.162771]  recvbuf2recvframe+0x170/0x370 [8821cu]
[   16.162964]  usb_recv_tasklet+0xa1/0x2e0 [8821cu]
[   16.163161]  tasklet_action_common.constprop.0+0xfa/0x1e0
[   16.163168]  tasklet_action+0x22/0x30
[   16.163171]  __do_softirq+0xd9/0x349
[   16.163176]  ? handle_irq_event+0x52/0x80
[   16.163181]  __irq_exit_rcu+0x75/0xa0
[   16.163185]  irq_exit_rcu+0xe/0x20
[   16.163188]  common_interrupt+0x49/0xb0
[   16.163192]  asm_common_interrupt+0x27/0x40
[   16.163198] RIP: 0033:0x7f090d2fb165
[   16.163250] Code: 48 8b 5b 08 89 74 24 04 e8 98 15 01 00 48 63 44 24 04 48 01 d8 48 8b 54 24 08 64 48 2b 14 25 28 00 00 00 75 43 48 83 c4 18 5b <5d> c3 66 0f 1f 84 00 00 00 00 00 48 89 ef e8 c8 db ff ff 8b 53 28
[   16.163254] RSP: 002b:00007ffc979590a0 EFLAGS: 00000202
[   16.163257] RAX: 0000558ffcf08e08 RBX: 0000000000000000 RCX: 0000000014000000
[   16.163260] RDX: 0000000000000000 RSI: 0000000000000034 RDI: 0000558ffcf08c28
[   16.163261] RBP: 0000558ffcf08c28 R08: 00007ffc979591a0 R09: 0000000000000001
[   16.163263] R10: 0000000000000000 R11: 0000000000000001 R12: 0000558ffce13440
[   16.163265] R13: 0000558ffcefd680 R14: 00007f090cb679f0 R15: 0000558ffcefb290
[   16.163268]  </TASK>
[   16.163290] ================================================================================
[   16.163295] ================================================================================
[   16.163297] UBSAN: array-index-out-of-bounds in /home/delannoy/8821cu-20210916/core/rtw_wlan_util.c:1860:75
[   16.163300] index 2 is out of range for type 'u8 [1]'
[   16.163302] CPU: 1 PID: 464 Comm: dbus-daemon Tainted: G           OE      6.5.0-14-generic #14~22.04.1-Ubuntu
[   16.163305] Hardware name: THOMSON PX14C/G142U, BIOS E.G142U_4.S4.E1.042 04/19/2022
[   16.163306] Call Trace:
[   16.163308]  <TASK>
[   16.163309]  dump_stack_lvl+0x48/0x70
[   16.163315]  dump_stack+0x10/0x20
[   16.163318]  __ubsan_handle_out_of_bounds+0xc6/0x110
[   16.163323]  HT_caps_handler+0xce/0x4e0 [8821cu]
[   16.163493]  OnAssocRsp+0x25d/0x3b0 [8821cu]
[   16.163654]  _mgt_dispatcher+0x70/0xf0 [8821cu]
[   16.163813]  mgt_dispatcher+0x296/0x300 [8821cu]
[   16.163972]  validate_recv_mgnt_frame+0x3a0/0x520 [8821cu]
[   16.164148]  validate_recv_frame+0x215/0x460 [8821cu]
[   16.164322]  recv_func_prehandle+0x19/0x50 [8821cu]
[   16.164497]  recv_func+0x2c/0x160 [8821cu]
[   16.164671]  rtw_recv_entry+0x19/0x40 [8821cu]
[   16.164846]  pre_recv_entry+0x6c/0x160 [8821cu]
[   16.165021]  recvbuf2recvframe+0x170/0x370 [8821cu]
[   16.165213]  usb_recv_tasklet+0xa1/0x2e0 [8821cu]
[   16.165410]  tasklet_action_common.constprop.0+0xfa/0x1e0
[   16.165416]  tasklet_action+0x22/0x30
[   16.165418]  __do_softirq+0xd9/0x349
[   16.165421]  ? handle_irq_event+0x52/0x80
[   16.165426]  __irq_exit_rcu+0x75/0xa0
[   16.165429]  irq_exit_rcu+0xe/0x20
[   16.165433]  common_interrupt+0x49/0xb0
[   16.165435]  asm_common_interrupt+0x27/0x40
[   16.165440] RIP: 0033:0x7f090d2fb165
[   16.165451] Code: 48 8b 5b 08 89 74 24 04 e8 98 15 01 00 48 63 44 24 04 48 01 d8 48 8b 54 24 08 64 48 2b 14 25 28 00 00 00 75 43 48 83 c4 18 5b <5d> c3 66 0f 1f 84 00 00 00 00 00 48 89 ef e8 c8 db ff ff 8b 53 28
[   16.165454] RSP: 002b:00007ffc979590a0 EFLAGS: 00000202
[   16.165457] RAX: 0000558ffcf08e08 RBX: 0000000000000000 RCX: 0000000014000000
[   16.165459] RDX: 0000000000000000 RSI: 0000000000000034 RDI: 0000558ffcf08c28
[   16.165460] RBP: 0000558ffcf08c28 R08: 00007ffc979591a0 R09: 0000000000000001
[   16.165462] R10: 0000000000000000 R11: 0000000000000001 R12: 0000558ffce13440
[   16.165463] R13: 0000558ffcefd680 R14: 00007f090cb679f0 R15: 0000558ffcefb290
[   16.165467]  </TASK>
[   16.165473] ================================================================================
[   16.165476] ================================================================================
[   16.165478] UBSAN: array-index-out-of-bounds in /home/delannoy/8821cu-20210916/core/rtw_wlan_util.c:1866:76
[   16.165481] index 2 is out of range for type 'u8 [1]'
[   16.165483] CPU: 1 PID: 464 Comm: dbus-daemon Tainted: G           OE      6.5.0-14-generic #14~22.04.1-Ubuntu
[   16.165486] Hardware name: THOMSON PX14C/G142U, BIOS E.G142U_4.S4.E1.042 04/19/2022
[   16.165487] Call Trace:
[   16.165488]  <TASK>
[   16.165490]  dump_stack_lvl+0x48/0x70
[   16.165494]  dump_stack+0x10/0x20
[   16.165497]  __ubsan_handle_out_of_bounds+0xc6/0x110
[   16.165501]  HT_caps_handler+0x10e/0x4e0 [8821cu]
[   16.165670]  OnAssocRsp+0x25d/0x3b0 [8821cu]
[   16.165831]  _mgt_dispatcher+0x70/0xf0 [8821cu]
[   16.165989]  mgt_dispatcher+0x296/0x300 [8821cu]
[   16.166148]  validate_recv_mgnt_frame+0x3a0/0x520 [8821cu]
[   16.166323]  validate_recv_frame+0x215/0x460 [8821cu]
[   16.166500]  recv_func_prehandle+0x19/0x50 [8821cu]
[   16.166674]  recv_func+0x2c/0x160 [8821cu]
[   16.166848]  rtw_recv_entry+0x19/0x40 [8821cu]
[   16.167022]  pre_recv_entry+0x6c/0x160 [8821cu]
[   16.167196]  recvbuf2recvframe+0x170/0x370 [8821cu]
[   16.167388]  usb_recv_tasklet+0xa1/0x2e0 [8821cu]
[   16.167585]  tasklet_action_common.constprop.0+0xfa/0x1e0
[   16.167590]  tasklet_action+0x22/0x30
[   16.167592]  __do_softirq+0xd9/0x349
[   16.167595]  ? handle_irq_event+0x52/0x80
[   16.167599]  __irq_exit_rcu+0x75/0xa0
[   16.167602]  irq_exit_rcu+0xe/0x20
[   16.167605]  common_interrupt+0x49/0xb0
[   16.167608]  asm_common_interrupt+0x27/0x40
[   16.167612] RIP: 0033:0x7f090d2fb165
[   16.167620] Code: 48 8b 5b 08 89 74 24 04 e8 98 15 01 00 48 63 44 24 04 48 01 d8 48 8b 54 24 08 64 48 2b 14 25 28 00 00 00 75 43 48 83 c4 18 5b <5d> c3 66 0f 1f 84 00 00 00 00 00 48 89 ef e8 c8 db ff ff 8b 53 28
[   16.167623] RSP: 002b:00007ffc979590a0 EFLAGS: 00000202
[   16.167625] RAX: 0000558ffcf08e08 RBX: 0000000000000000 RCX: 0000000014000000
[   16.167627] RDX: 0000000000000000 RSI: 0000000000000034 RDI: 0000558ffcf08c28
[   16.167628] RBP: 0000558ffcf08c28 R08: 00007ffc979591a0 R09: 0000000000000001
[   16.167630] R10: 0000000000000000 R11: 0000000000000001 R12: 0000558ffce13440
[   16.167632] R13: 0000558ffcefd680 R14: 00007f090cb679f0 R15: 0000558ffcefb290
[   16.167635]  </TASK>
[   16.167651] ================================================================================
[   16.167712] RTW: assoc success
[   16.168314] RTW: recv eapol packet 1/4
[   16.168991] RTW: send eapol packet 2/4
[   16.170644] RTW: ============ STA [e4:9e:12:03:19:76]  ===================
[   16.170650] RTW: mac_id : 0
[   16.170652] RTW: wireless_mode : 0x0b
[   16.170653] RTW: mimo_type : 0
[   16.170654] RTW: static smps : N
[   16.170655] RTW: bw_mode : 20MHz, ra_bw_mode : 20MHz
[   16.170657] RTW: rate_id : 3
[   16.170658] RTW: rssi : 18 (%), rssi_level : 0
[   16.170660] RTW: is_support_sgi : Y, is_vht_enable : N
[   16.170661] RTW: disable_ra : N, disable_pt : N
[   16.170662] RTW: is_noisy : N
[   16.170663] RTW: txrx_state : 0
[   16.170665] RTW: curr_tx_rate : CCK_1M (L)
[   16.170666] RTW: curr_tx_bw : 20MHz
[   16.170667] RTW: curr_retry_ratio : 0
[   16.170668] RTW: ra_mask : 0x00000000000fffff
[   16.177654] RTW: recv eapol packet 3/4
[   16.177861] RTW: send eapol packet 4/4
[   16.178607] RTW: set pairwise key camid:0, addr:e4:9e:12:03:19:76, kid:0, type:AES
[   16.180483] RTW: set group key camid:1, addr:e4:9e:12:03:19:76, kid:2, type:AES
[   16.663694] snd_sof:sof_pcm_trigger: sof-audio-pci-intel-apl 0000:00:0e.0: pcm: trigger stream 0 dir 0 cmd 0
[   16.663710] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x60050000
[   16.665125] snd_sof_intel_hda_common:hda_dsp_stream_trigger: sof-audio-pci-intel-apl 0000:00:0e.0: FW Poll Status: reg[0x160]=0x20140000 successful
[   16.665143] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x60030000
[   16.665472] snd_sof:sof_pcm_hw_free: sof-audio-pci-intel-apl 0000:00:0e.0: pcm: free stream 0 dir 0
[   16.675795] snd_sof:sof_pcm_close: sof-audio-pci-intel-apl 0000:00:0e.0: pcm: close stream 0 dir 0
[   19.175160] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30110000
[   19.175574] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PIPELINE.7.HDA5.OUT freed
[   19.175597] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30020000
[   19.175812] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget HDA5.OUT freed
[   19.175835] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30210000
[   19.176024] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget BUF7.1 freed
[   19.176056] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30210000
[   19.176211] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget BUF7.0 freed
[   19.176240] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30020000
[   19.176380] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PGA7.0 freed
[   19.176384] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30020000
[   19.176536] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PCM7P freed
[   19.176541] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30110000
[   19.177331] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PIPELINE.6.HDA4.OUT freed
[   19.177436] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30020000
[   19.181515] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget HDA4.OUT freed
[   19.181520] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30210000
[   19.181635] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget BUF6.1 freed
[   19.181640] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30210000
[   19.181807] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget BUF6.0 freed
[   19.181810] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30020000
[   19.181919] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PGA6.0 freed
[   19.181923] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30020000
[   19.182041] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PCM6P freed
[   19.182045] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30110000
[   19.182881] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PIPELINE.5.HDA3.OUT freed
[   19.182908] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30020000
[   19.183101] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget HDA3.OUT freed
[   19.183105] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30210000
[   19.183254] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget BUF5.1 freed
[   19.183258] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30210000
[   19.183400] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget BUF5.0 freed
[   19.183405] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30020000
[   19.183570] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PGA5.0 freed
[   19.183575] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30020000
[   19.183690] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PCM5P freed
[   19.183694] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30110000
[   19.183924] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PIPELINE.2.SSP2.IN freed
[   19.183928] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30020000
[   19.184122] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget SSP2.IN freed
[   19.184127] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30210000
[   19.184236] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget BUF2.1 freed
[   19.184240] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30210000
[   19.184317] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget BUF2.0 freed
[   19.184321] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30020000
[   19.184385] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PGA2.0 freed
[   19.184387] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30020000
[   19.184464] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PCM0C freed
[   19.184468] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30110000
[   19.184688] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PIPELINE.1.SSP2.OUT freed
[   19.184693] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30020000
[   19.184880] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget SSP2.OUT freed
[   19.184884] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30210000
[   19.185075] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget BUF1.1 freed
[   19.185079] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30210000
[   19.185202] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget BUF1.0 freed
[   19.185205] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30020000
[   19.185271] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PGA1.0 freed
[   19.185274] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30020000
[   19.185556] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PCM0P freed
[   19.185563] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x40010000
[   19.185674] snd_sof_intel_hda_common:hda_dsp_core_reset_enter: sof-audio-pci-intel-apl 0000:00:0e.0: FW Poll Status: reg[0x4]=0x1010303 successful
[   19.186191] snd_sof_intel_hda_common:hda_dsp_core_power_down: sof-audio-pci-intel-apl 0000:00:0e.0: FW Poll Status: reg[0x4]=0x303 successful
[   19.186198] snd_sof_intel_hda_common:hda_dsp_core_is_enabled: sof-audio-pci-intel-apl 0000:00:0e.0: DSP core(s) enabled? 0 : core_mask 3
[   19.186222] snd_sof:snd_sof_pci_update_bits_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: Debug PCIR: 00000000 at  00000044
[   19.186229] snd_sof:snd_sof_pci_update_bits_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: Debug PCIW: 00000010 at  00000044
[   19.186236] snd_sof_intel_hda:hda_codec_i915_display_power: sof-audio-pci-intel-apl 0000:00:0e.0: Turning i915 HDAC power 0
[   19.186240] snd_sof_intel_hda_common:hda_dsp_state_log: sof-audio-pci-intel-apl 0000:00:0e.0: Current DSP power state: D3
[   19.186242] snd_sof:sof_set_fw_state: sof-audio-pci-intel-apl 0000:00:0e.0: fw_state change: 7 -> 0
[   20.948996] kauditd_printk_skb: 38 callbacks suppressed
[   20.949001] audit: type=1400 audit(1705143480.519:50): apparmor="DENIED" operation="capable" class="cap" profile="/snap/snapd/20671/usr/lib/snapd/snap-confine" pid=1290 comm="snap-confine" capability=12  capname="net_admin"
[   20.969542] audit: type=1400 audit(1705143480.543:51): apparmor="DENIED" operation="capable" class="cap" profile="/snap/snapd/20671/usr/lib/snapd/snap-confine" pid=1290 comm="snap-confine" capability=38  capname="perfmon"
[   20.982442] rfkill: input handler enabled
[   21.219753] snd_sof_intel_hda:hda_codec_i915_display_power: sof-audio-pci-intel-apl 0000:00:0e.0: Turning i915 HDAC power 1
[   21.245005] snd_sof:snd_sof_pci_update_bits_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: Debug PCIR: 00000000 at  00000044
[   21.248046] snd_sof:snd_sof_pci_update_bits_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: Debug PCIR: 00000040 at  00000048
[   21.248058] snd_sof:snd_sof_pci_update_bits_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: Debug PCIW: 00000000 at  00000048
[   21.251536] snd_sof:snd_sof_pci_update_bits_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: Debug PCIR: 00000000 at  00000048
[   21.251549] snd_sof:snd_sof_pci_update_bits_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: Debug PCIW: 00000040 at  00000048
[   21.253091] snd_sof_intel_hda:hda_codec_i915_display_power: sof-audio-pci-intel-apl 0000:00:0e.0: Turning i915 HDAC power 0
[   21.257137] snd_sof_intel_hda_common:hda_dsp_state_log: sof-audio-pci-intel-apl 0000:00:0e.0: Current DSP power state: D0I0
[   21.257149] snd_sof:sof_set_fw_state: sof-audio-pci-intel-apl 0000:00:0e.0: fw_state change: 0 -> 2
[   21.257153] snd_sof:snd_sof_load_firmware: sof-audio-pci-intel-apl 0000:00:0e.0: loading firmware
[   21.257155] snd_sof:sof_set_fw_state: sof-audio-pci-intel-apl 0000:00:0e.0: fw_state change: 2 -> 3
[   21.257165] snd_sof:snd_sof_pci_update_bits_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: Debug PCIR: 00000002 at  00000048
[   21.257171] snd_sof:snd_sof_pci_update_bits_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: Debug PCIW: 00000000 at  00000048
[   21.257178] snd_sof:snd_sof_pci_update_bits_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: Debug PCIR: 00000000 at  00000044
[   21.257184] snd_sof:snd_sof_pci_update_bits_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: Debug PCIW: 00000004 at  00000044
[   21.257186] snd_sof:snd_sof_run_firmware: sof-audio-pci-intel-apl 0000:00:0e.0: booting DSP firmware
[   21.257305] snd_sof_intel_hda_common:hda_dsp_stream_hw_params: sof-audio-pci-intel-apl 0000:00:0e.0: FW Poll Status: reg[0x160]=0x40000 successful
[   21.257322] snd_sof_intel_hda_common:hda_dsp_stream_hw_params: sof-audio-pci-intel-apl 0000:00:0e.0: FW Poll Status: reg[0x160]=0x40000 successful
[   21.257328] snd_sof_intel_hda_common:hda_dsp_stream_setup_bdl: sof-audio-pci-intel-apl 0000:00:0e.0: period_bytes:0x0
[   21.257330] snd_sof_intel_hda_common:hda_dsp_stream_setup_bdl: sof-audio-pci-intel-apl 0000:00:0e.0: periods:1
[   21.257427] snd_sof_intel_hda_common:hda_dsp_cl_boot_firmware: sof-audio-pci-intel-apl 0000:00:0e.0: Attempting iteration 0 of Core En/ROM load...
[   21.261264] snd_sof_intel_hda_common:hda_dsp_core_power_up: sof-audio-pci-intel-apl 0000:00:0e.0: FW Poll Status: reg[0x4]=0x3030303 successful
[   21.261280] snd_sof_intel_hda_common:hda_dsp_core_reset_leave: sof-audio-pci-intel-apl 0000:00:0e.0: FW Poll Status: reg[0x4]=0x3030302 successful
[   21.261286] snd_sof_intel_hda_common:hda_dsp_core_run: sof-audio-pci-intel-apl 0000:00:0e.0: unstall/run core: core_mask = 1
[   21.261291] snd_sof_intel_hda_common:hda_dsp_core_is_enabled: sof-audio-pci-intel-apl 0000:00:0e.0: DSP core(s) enabled? 1 : core_mask 1
[   21.261813] snd_sof_intel_hda_common:cl_dsp_init: sof-audio-pci-intel-apl 0000:00:0e.0: FW Poll Status: reg[0x4c]=0x40000000 successful
[   21.261821] snd_sof_intel_hda_common:hda_dsp_core_reset_enter: sof-audio-pci-intel-apl 0000:00:0e.0: FW Poll Status: reg[0x4]=0x3030202 successful
[   21.263571] snd_sof_intel_hda_common:hda_dsp_core_power_down: sof-audio-pci-intel-apl 0000:00:0e.0: FW Poll Status: reg[0x4]=0x1010202 successful
[   21.263582] snd_sof_intel_hda_common:hda_dsp_core_is_enabled: sof-audio-pci-intel-apl 0000:00:0e.0: DSP core(s) enabled? 0 : core_mask 2
[   21.290348] snd_sof_intel_hda_common:cl_dsp_init: sof-audio-pci-intel-apl 0000:00:0e.0: FW Poll Status: reg[0x80000]=0x5000001 successful
[   21.307438] snd_sof_intel_hda_common:hda_cl_copy_fw: sof-audio-pci-intel-apl 0000:00:0e.0: FW Poll Status: reg[0x80000]=0x5 successful
[   21.307452] snd_sof_intel_hda_common:hda_dsp_stream_trigger: sof-audio-pci-intel-apl 0000:00:0e.0: FW Poll Status: reg[0x160]=0x140000 successful
[   21.307457] snd_sof_intel_hda_common:hda_dsp_cl_boot_firmware: sof-audio-pci-intel-apl 0000:00:0e.0: Firmware download successful, booting...
[   21.310791] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc rx: 0x70000000
[   21.310800] snd_sof:ipc3_fw_ready: sof-audio-pci-intel-apl 0000:00:0e.0: DSP is ready 0x70000000 offset 0x81000
[   21.310805] snd_sof:sof_set_fw_state: sof-audio-pci-intel-apl 0000:00:0e.0: fw_state change: 3 -> 6
[   21.310816] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc rx done: 0x70000000
[   21.310828] snd_sof:snd_sof_run_firmware: sof-audio-pci-intel-apl 0000:00:0e.0: firmware boot complete
[   21.310832] snd_sof:sof_set_fw_state: sof-audio-pci-intel-apl 0000:00:0e.0: fw_state change: 6 -> 7
[   21.310842] snd_sof:snd_sof_pci_update_bits_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: Debug PCIR: 00000000 at  00000048
[   21.310849] snd_sof:snd_sof_pci_update_bits_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: Debug PCIW: 00000002 at  00000048
[   21.310855] snd_sof:snd_sof_pci_update_bits_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: Debug PCIR: 00000004 at  00000044
[   21.310860] snd_sof:snd_sof_pci_update_bits_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: Debug PCIW: 00000000 at  00000044
[   21.310866] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30100000
[   21.315620] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PIPELINE.7.HDA5.OUT setup complete
[   21.315631] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30010000
[   21.315773] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x80010000
[   21.315874] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget HDA5.OUT setup complete
[   21.315879] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30200000
[   21.315955] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget BUF7.1 setup complete
[   21.315960] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30200000
[   21.316033] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget BUF7.0 setup complete
[   21.316038] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30010000
[   21.316122] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x50010000
[   21.316258] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x50020000
[   21.316353] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PGA7.0 setup complete
[   21.316357] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30010000
[   21.316523] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PCM7P setup complete
[   21.316528] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30100000
[   21.316757] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PIPELINE.6.HDA4.OUT setup complete
[   21.316762] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30010000
[   21.316872] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x80010000
[   21.316969] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget HDA4.OUT setup complete
[   21.316973] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30200000
[   21.317055] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget BUF6.1 setup complete
[   21.317059] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30200000
[   21.317143] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget BUF6.0 setup complete
[   21.317147] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30010000
[   21.317233] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x50010000
[   21.317326] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x50020000
[   21.317603] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PGA6.0 setup complete
[   21.317607] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30010000
[   21.317709] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PCM6P setup complete
[   21.317713] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30100000
[   21.317946] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PIPELINE.5.HDA3.OUT setup complete
[   21.317951] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30010000
[   21.318064] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x80010000
[   21.318155] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget HDA3.OUT setup complete
[   21.318159] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30200000
[   21.318237] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget BUF5.1 setup complete
[   21.318241] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30200000
[   21.318315] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget BUF5.0 setup complete
[   21.318319] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30010000
[   21.318403] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x50010000
[   21.318523] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x50020000
[   21.318604] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PGA5.0 setup complete
[   21.318608] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30010000
[   21.318700] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PCM5P setup complete
[   21.318704] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30100000
[   21.318929] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PIPELINE.2.SSP2.IN setup complete
[   21.318934] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30010000
[   21.319095] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x80010000
[   21.319212] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget SSP2.IN setup complete
[   21.319216] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30200000
[   21.319292] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget BUF2.1 setup complete
[   21.319296] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30200000
[   21.319374] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget BUF2.0 setup complete
[   21.319378] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30010000
[   21.319502] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x50010000
[   21.319590] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x50020000
[   21.319670] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PGA2.0 setup complete
[   21.319674] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30010000
[   21.319770] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PCM0C setup complete
[   21.319774] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30100000
[   21.320000] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PIPELINE.1.SSP2.OUT setup complete
[   21.320005] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30010000
[   21.320144] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x80010000
[   21.320253] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget SSP2.OUT setup complete
[   21.320256] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30200000
[   21.320333] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget BUF1.1 setup complete
[   21.320338] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30200000
[   21.320411] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget BUF1.0 setup complete
[   21.320415] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30010000
[   21.320526] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x50010000
[   21.320620] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x50020000
[   21.320701] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PGA1.0 setup complete
[   21.320705] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30010000
[   21.320795] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PCM0P setup complete
[   21.320800] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route BUF7.1 -> HDA5.OUT
[   21.320803] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[   21.320881] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route PGA7.0 -> BUF7.1
[   21.320885] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[   21.320953] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route BUF7.0 -> PGA7.0
[   21.320956] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[   21.321016] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route PCM7P -> BUF7.0
[   21.321019] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[   21.321079] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route BUF6.1 -> HDA4.OUT
[   21.321083] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[   21.321148] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route PGA6.0 -> BUF6.1
[   21.321152] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[   21.321210] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route BUF6.0 -> PGA6.0
[   21.321213] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[   21.321276] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route PCM6P -> BUF6.0
[   21.321279] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[   21.321340] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route BUF5.1 -> HDA3.OUT
[   21.321344] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[   21.321795] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route PGA5.0 -> BUF5.1
[   21.321799] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[   21.321872] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route BUF5.0 -> PGA5.0
[   21.321875] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[   21.321941] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route PCM5P -> BUF5.0
[   21.321945] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[   21.322003] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route SSP2.IN -> BUF2.0
[   21.322006] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[   21.322072] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route BUF2.0 -> PGA2.0
[   21.322075] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[   21.322272] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route PGA2.0 -> BUF2.1
[   21.322276] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[   21.322429] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route BUF2.1 -> PCM0C
[   21.322433] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[   21.322507] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route BUF1.1 -> SSP2.OUT
[   21.322510] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[   21.322575] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route PGA1.0 -> BUF1.1
[   21.322578] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[   21.322639] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route BUF1.0 -> PGA1.0
[   21.322642] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[   21.322843] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route PCM0P -> BUF1.0
[   21.322847] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[   21.322911] snd_sof:sof_ipc3_complete_pipeline: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: complete pipeline PIPELINE.7.HDA5.OUT id 29
[   21.322916] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30130000
[   21.323129] snd_sof:sof_ipc3_complete_pipeline: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: complete pipeline PIPELINE.6.HDA4.OUT id 23
[   21.323133] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30130000
[   21.323192] snd_sof:sof_ipc3_complete_pipeline: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: complete pipeline PIPELINE.5.HDA3.OUT id 17
[   21.323197] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30130000
[   21.323265] snd_sof:sof_ipc3_complete_pipeline: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: complete pipeline PIPELINE.2.SSP2.IN id 11
[   21.323268] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30130000
[   21.323333] snd_sof:sof_ipc3_complete_pipeline: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: complete pipeline PIPELINE.1.SSP2.OUT id 5
[   21.323337] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30130000
[   21.323402] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x40020000
[   21.323502] snd_sof:sof_pcm_open: sof-audio-pci-intel-apl 0000:00:0e.0: pcm: open stream 0 dir 1
[   21.323507] snd_sof:sof_pcm_open: sof-audio-pci-intel-apl 0000:00:0e.0: period min 192 max 16384 bytes
[   21.323509] snd_sof:sof_pcm_open: sof-audio-pci-intel-apl 0000:00:0e.0: period count 2 max 4
[   21.323512] snd_sof:sof_pcm_open: sof-audio-pci-intel-apl 0000:00:0e.0: buffer max 65536 bytes
[   21.323722] snd_sof:ssp_dai_config_pcm_params_match: sof-audio-pci-intel-apl 0000:00:0e.0: DAI config 0 matches pcm hw params
[   21.323727] snd_sof:ssp_dai_config_pcm_params_match: sof-audio-pci-intel-apl 0000:00:0e.0: DAI config 0 matches pcm hw params
[   21.323729] snd_sof:sof_ipc3_pcm_dai_link_fixup: sof-audio-pci-intel-apl 0000:00:0e.0: rate_min: 48000 rate_max: 48000
[   21.323732] snd_sof:sof_ipc3_pcm_dai_link_fixup: sof-audio-pci-intel-apl 0000:00:0e.0: channels_min: 2 channels_max: 2
[   21.323746] snd_sof:sof_pcm_hw_params: sof-audio-pci-intel-apl 0000:00:0e.0: pcm: hw params stream 0 dir 1
[   21.323755] snd_sof_intel_hda_common:hda_dsp_stream_hw_params: sof-audio-pci-intel-apl 0000:00:0e.0: FW Poll Status: reg[0x80]=0x40000 successful
[   21.323770] snd_sof_intel_hda_common:hda_dsp_stream_hw_params: sof-audio-pci-intel-apl 0000:00:0e.0: FW Poll Status: reg[0x80]=0x40000 successful
[   21.323774] snd_sof_intel_hda_common:hda_dsp_stream_setup_bdl: sof-audio-pci-intel-apl 0000:00:0e.0: period_bytes:0x18fc
[   21.323777] snd_sof_intel_hda_common:hda_dsp_stream_setup_bdl: sof-audio-pci-intel-apl 0000:00:0e.0: periods:3
[   21.323802] snd_sof:sof_ipc3_pcm_hw_params: sof-audio-pci-intel-apl 0000:00:0e.0: stream_tag 1
[   21.323805] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x60010000
[   21.324027] snd_sof_intel_hda_common:hda_set_stream_data_offset: sof-audio-pci-intel-apl 0000:00:0e.0: pcm: stream dir 1, posn mailbox offset is 790756
[   21.351737] snd_sof:sof_pcm_hw_free: sof-audio-pci-intel-apl 0000:00:0e.0: pcm: free stream 0 dir 1
[   21.351754] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x60030000
[   21.365039] snd_sof:sof_pcm_close: sof-audio-pci-intel-apl 0000:00:0e.0: pcm: close stream 0 dir 1
[   21.370260] snd_sof:sof_pcm_open: sof-audio-pci-intel-apl 0000:00:0e.0: pcm: open stream 0 dir 0
[   21.370274] snd_sof:sof_pcm_open: sof-audio-pci-intel-apl 0000:00:0e.0: period min 192 max 16384 bytes
[   21.370277] snd_sof:sof_pcm_open: sof-audio-pci-intel-apl 0000:00:0e.0: period count 2 max 16
[   21.370280] snd_sof:sof_pcm_open: sof-audio-pci-intel-apl 0000:00:0e.0: buffer max 65536 bytes
[   21.370536] snd_sof:ssp_dai_config_pcm_params_match: sof-audio-pci-intel-apl 0000:00:0e.0: DAI config 0 matches pcm hw params
[   21.370541] snd_sof:ssp_dai_config_pcm_params_match: sof-audio-pci-intel-apl 0000:00:0e.0: DAI config 0 matches pcm hw params
[   21.370544] snd_sof:sof_ipc3_pcm_dai_link_fixup: sof-audio-pci-intel-apl 0000:00:0e.0: rate_min: 48000 rate_max: 48000
[   21.370547] snd_sof:sof_ipc3_pcm_dai_link_fixup: sof-audio-pci-intel-apl 0000:00:0e.0: channels_min: 2 channels_max: 2
[   21.370561] snd_sof:sof_pcm_hw_params: sof-audio-pci-intel-apl 0000:00:0e.0: pcm: hw params stream 0 dir 0
[   21.370571] snd_sof_intel_hda_common:hda_dsp_stream_hw_params: sof-audio-pci-intel-apl 0000:00:0e.0: FW Poll Status: reg[0x160]=0x40000 successful
[   21.370588] snd_sof_intel_hda_common:hda_dsp_stream_hw_params: sof-audio-pci-intel-apl 0000:00:0e.0: FW Poll Status: reg[0x160]=0x40000 successful
[   21.370593] snd_sof_intel_hda_common:hda_dsp_stream_setup_bdl: sof-audio-pci-intel-apl 0000:00:0e.0: period_bytes:0x18fc
[   21.370596] snd_sof_intel_hda_common:hda_dsp_stream_setup_bdl: sof-audio-pci-intel-apl 0000:00:0e.0: periods:3
[   21.370624] snd_sof:sof_ipc3_pcm_hw_params: sof-audio-pci-intel-apl 0000:00:0e.0: stream_tag 1
[   21.370629] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x60010000
[   21.370909] snd_sof_intel_hda_common:hda_set_stream_data_offset: sof-audio-pci-intel-apl 0000:00:0e.0: pcm: stream dir 0, posn mailbox offset is 790832
[   21.382812] snd_sof:sof_pcm_open: sof-audio-pci-intel-apl 0000:00:0e.0: pcm: open stream 0 dir 1
[   21.382825] snd_sof:sof_pcm_open: sof-audio-pci-intel-apl 0000:00:0e.0: period min 192 max 16384 bytes
[   21.382829] snd_sof:sof_pcm_open: sof-audio-pci-intel-apl 0000:00:0e.0: period count 2 max 4
[   21.382831] snd_sof:sof_pcm_open: sof-audio-pci-intel-apl 0000:00:0e.0: buffer max 65536 bytes
[   21.383432] snd_sof:ssp_dai_config_pcm_params_match: sof-audio-pci-intel-apl 0000:00:0e.0: DAI config 0 matches pcm hw params
[   21.383439] snd_sof:ssp_dai_config_pcm_params_match: sof-audio-pci-intel-apl 0000:00:0e.0: DAI config 0 matches pcm hw params
[   21.383442] snd_sof:sof_ipc3_pcm_dai_link_fixup: sof-audio-pci-intel-apl 0000:00:0e.0: rate_min: 48000 rate_max: 48000
[   21.383445] snd_sof:sof_ipc3_pcm_dai_link_fixup: sof-audio-pci-intel-apl 0000:00:0e.0: channels_min: 2 channels_max: 2
[   21.383460] snd_sof:sof_pcm_hw_params: sof-audio-pci-intel-apl 0000:00:0e.0: pcm: hw params stream 0 dir 1
[   21.383470] snd_sof_intel_hda_common:hda_dsp_stream_hw_params: sof-audio-pci-intel-apl 0000:00:0e.0: FW Poll Status: reg[0x80]=0x40000 successful
[   21.383484] snd_sof_intel_hda_common:hda_dsp_stream_hw_params: sof-audio-pci-intel-apl 0000:00:0e.0: FW Poll Status: reg[0x80]=0x40000 successful
[   21.383490] snd_sof_intel_hda_common:hda_dsp_stream_setup_bdl: sof-audio-pci-intel-apl 0000:00:0e.0: period_bytes:0x18fc
[   21.383493] snd_sof_intel_hda_common:hda_dsp_stream_setup_bdl: sof-audio-pci-intel-apl 0000:00:0e.0: periods:3
[   21.383516] snd_sof:sof_ipc3_pcm_hw_params: sof-audio-pci-intel-apl 0000:00:0e.0: stream_tag 1
[   21.383520] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x60010000
[   21.385630] snd_sof_intel_hda_common:hda_set_stream_data_offset: sof-audio-pci-intel-apl 0000:00:0e.0: pcm: stream dir 1, posn mailbox offset is 790756
[   21.391694] snd_sof:sof_pcm_hw_free: sof-audio-pci-intel-apl 0000:00:0e.0: pcm: free stream 0 dir 0
[   21.391709] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x60030000
[   21.397326] snd_sof:sof_pcm_close: sof-audio-pci-intel-apl 0000:00:0e.0: pcm: close stream 0 dir 0
[   21.397787] snd_sof:sof_pcm_hw_free: sof-audio-pci-intel-apl 0000:00:0e.0: pcm: free stream 0 dir 1
[   21.397795] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x60030000
[   21.399721] snd_sof:sof_pcm_close: sof-audio-pci-intel-apl 0000:00:0e.0: pcm: close stream 0 dir 1
[   21.405166] snd_sof:sof_pcm_open: sof-audio-pci-intel-apl 0000:00:0e.0: pcm: open stream 0 dir 0
[   21.405177] snd_sof:sof_pcm_open: sof-audio-pci-intel-apl 0000:00:0e.0: period min 192 max 16384 bytes
[   21.405181] snd_sof:sof_pcm_open: sof-audio-pci-intel-apl 0000:00:0e.0: period count 2 max 16
[   21.405183] snd_sof:sof_pcm_open: sof-audio-pci-intel-apl 0000:00:0e.0: buffer max 65536 bytes
[   21.405599] snd_sof:ssp_dai_config_pcm_params_match: sof-audio-pci-intel-apl 0000:00:0e.0: DAI config 0 matches pcm hw params
[   21.405604] snd_sof:ssp_dai_config_pcm_params_match: sof-audio-pci-intel-apl 0000:00:0e.0: DAI config 0 matches pcm hw params
[   21.405606] snd_sof:sof_ipc3_pcm_dai_link_fixup: sof-audio-pci-intel-apl 0000:00:0e.0: rate_min: 48000 rate_max: 48000
[   21.405609] snd_sof:sof_ipc3_pcm_dai_link_fixup: sof-audio-pci-intel-apl 0000:00:0e.0: channels_min: 2 channels_max: 2
[   21.405624] snd_sof:sof_pcm_hw_params: sof-audio-pci-intel-apl 0000:00:0e.0: pcm: hw params stream 0 dir 0
[   21.405634] snd_sof_intel_hda_common:hda_dsp_stream_hw_params: sof-audio-pci-intel-apl 0000:00:0e.0: FW Poll Status: reg[0x160]=0x40000 successful
[   21.405650] snd_sof_intel_hda_common:hda_dsp_stream_hw_params: sof-audio-pci-intel-apl 0000:00:0e.0: FW Poll Status: reg[0x160]=0x40000 successful
[   21.405655] snd_sof_intel_hda_common:hda_dsp_stream_setup_bdl: sof-audio-pci-intel-apl 0000:00:0e.0: period_bytes:0x4000
[   21.405658] snd_sof_intel_hda_common:hda_dsp_stream_setup_bdl: sof-audio-pci-intel-apl 0000:00:0e.0: periods:4
[   21.405681] snd_sof:sof_ipc3_pcm_hw_params: sof-audio-pci-intel-apl 0000:00:0e.0: stream_tag 1
[   21.405685] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x60010000
[   21.406736] snd_sof_intel_hda_common:hda_set_stream_data_offset: sof-audio-pci-intel-apl 0000:00:0e.0: pcm: stream dir 0, posn mailbox offset is 790832
[   22.266581] snd_sof:sof_pcm_trigger: sof-audio-pci-intel-apl 0000:00:0e.0: pcm: trigger stream 0 dir 0 cmd 1
[   22.266740] snd_sof_intel_hda_common:hda_dsp_stream_trigger: sof-audio-pci-intel-apl 0000:00:0e.0: FW Poll Status: reg[0x160]=0x2014001e successful
[   22.266748] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x60040000
[   22.441672] Bluetooth: RFCOMM TTY layer initialized
[   22.441691] Bluetooth: RFCOMM socket layer initialized
[   22.441701] Bluetooth: RFCOMM ver 1.11
[   24.922023] rfkill: input handler disabled
[   27.362744] snd_sof:sof_pcm_trigger: sof-audio-pci-intel-apl 0000:00:0e.0: pcm: trigger stream 0 dir 0 cmd 0
[   27.362760] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x60050000
[   27.364220] snd_sof_intel_hda_common:hda_dsp_stream_trigger: sof-audio-pci-intel-apl 0000:00:0e.0: FW Poll Status: reg[0x160]=0x20140000 successful
[   27.364234] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x60030000
[   27.364494] snd_sof:sof_pcm_hw_free: sof-audio-pci-intel-apl 0000:00:0e.0: pcm: free stream 0 dir 0
[   27.374813] snd_sof:sof_pcm_close: sof-audio-pci-intel-apl 0000:00:0e.0: pcm: close stream 0 dir 0
[   28.818849] warning: `kdeconnectd' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
[   29.874431] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30110000
[   29.874730] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PIPELINE.7.HDA5.OUT freed
[   29.874736] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30020000
[   29.874840] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget HDA5.OUT freed
[   29.874845] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30210000
[   29.875217] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget BUF7.1 freed
[   29.875221] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30210000
[   29.875355] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget BUF7.0 freed
[   29.875359] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30020000
[   29.875432] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PGA7.0 freed
[   29.875436] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30020000
[   29.875523] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PCM7P freed
[   29.875527] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30110000
[   29.875747] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PIPELINE.6.HDA4.OUT freed
[   29.875753] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30020000
[   29.875846] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget HDA4.OUT freed
[   29.875849] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30210000
[   29.875923] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget BUF6.1 freed
[   29.875927] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30210000
[   29.876001] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget BUF6.0 freed
[   29.876004] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30020000
[   29.876074] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PGA6.0 freed
[   29.876077] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30020000
[   29.876157] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PCM6P freed
[   29.876161] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30110000
[   29.876499] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PIPELINE.5.HDA3.OUT freed
[   29.876504] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30020000
[   29.876626] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget HDA3.OUT freed
[   29.876629] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30210000
[   29.876701] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget BUF5.1 freed
[   29.876704] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30210000
[   29.876848] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget BUF5.0 freed
[   29.876853] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30020000
[   29.876960] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PGA5.0 freed
[   29.876964] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30020000
[   29.877050] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PCM5P freed
[   29.877053] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30110000
[   29.877347] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PIPELINE.2.SSP2.IN freed
[   29.877352] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30020000
[   29.877520] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget SSP2.IN freed
[   29.877524] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30210000
[   29.877596] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget BUF2.1 freed
[   29.877599] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30210000
[   29.877677] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget BUF2.0 freed
[   29.877680] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30020000
[   29.877745] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PGA2.0 freed
[   29.877748] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30020000
[   29.877825] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PCM0C freed
[   29.877828] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30110000
[   29.878054] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PIPELINE.1.SSP2.OUT freed
[   29.878058] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30020000
[   29.878181] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget SSP2.OUT freed
[   29.878184] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30210000
[   29.878291] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget BUF1.1 freed
[   29.878296] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30210000
[   29.878375] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget BUF1.0 freed
[   29.878379] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30020000
[   29.878446] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PGA1.0 freed
[   29.878449] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30020000
[   29.878556] snd_sof:sof_widget_free_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PCM0P freed
[   29.878563] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x40010000
[   29.878719] snd_sof_intel_hda_common:hda_dsp_core_reset_enter: sof-audio-pci-intel-apl 0000:00:0e.0: FW Poll Status: reg[0x4]=0x1010303 successful
[   29.879238] snd_sof_intel_hda_common:hda_dsp_core_power_down: sof-audio-pci-intel-apl 0000:00:0e.0: FW Poll Status: reg[0x4]=0x303 successful
[   29.879244] snd_sof_intel_hda_common:hda_dsp_core_is_enabled: sof-audio-pci-intel-apl 0000:00:0e.0: DSP core(s) enabled? 0 : core_mask 3
[   29.879267] snd_sof:snd_sof_pci_update_bits_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: Debug PCIR: 00000010 at  00000044
[   29.879275] snd_sof_intel_hda:hda_codec_i915_display_power: sof-audio-pci-intel-apl 0000:00:0e.0: Turning i915 HDAC power 0
[   29.879279] snd_sof_intel_hda_common:hda_dsp_state_log: sof-audio-pci-intel-apl 0000:00:0e.0: Current DSP power state: D3
[   29.879282] snd_sof:sof_set_fw_state: sof-audio-pci-intel-apl 0000:00:0e.0: fw_state change: 7 -> 0
[   32.277166] audit: type=1107 audit(1705143491.847:52): pid=464 uid=102 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/PolicyKit1/Authority" interface="org.freedesktop.DBus.Properties" member="GetAll" mask="send" name=":1.4" pid=1777 label="snap.snap-store.ubuntu-software" peer_pid=487 peer_label="unconfined"
                exe="/usr/bin/dbus-daemon" sauid=102 hostname=? addr=? terminal=?'
[   32.278147] audit: type=1107 audit(1705143491.851:53): pid=464 uid=102 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/PolicyKit1/Authority" interface="org.freedesktop.PolicyKit1.Authority" member="CheckAuthorization" mask="send" name=":1.4" pid=1777 label="snap.snap-store.ubuntu-software" peer_pid=487 peer_label="unconfined"
                exe="/usr/bin/dbus-daemon" sauid=102 hostname=? addr=? terminal=?'
[   32.282584] audit: type=1107 audit(1705143491.855:54): pid=464 uid=102 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/PolicyKit1/Authority" interface="org.freedesktop.DBus.Properties" member="GetAll" mask="send" name=":1.4" pid=1777 label="snap.snap-store.ubuntu-software" peer_pid=487 peer_label="unconfined"
                exe="/usr/bin/dbus-daemon" sauid=102 hostname=? addr=? terminal=?'
[   32.283086] audit: type=1107 audit(1705143491.855:55): pid=464 uid=102 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/PolicyKit1/Authority" interface="org.freedesktop.PolicyKit1.Authority" member="CheckAuthorization" mask="send" name=":1.4" pid=1777 label="snap.snap-store.ubuntu-software" peer_pid=487 peer_label="unconfined"
                exe="/usr/bin/dbus-daemon" sauid=102 hostname=? addr=? terminal=?'
[   32.820312] audit: type=1400 audit(1705143492.391:56): apparmor="DENIED" operation="open" class="file" profile="snap.snap-store.ubuntu-software" name="/etc/appstream.conf" pid=1777 comm="snap-store" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[   37.865189] snd_sof_intel_hda:hda_codec_i915_display_power: sof-audio-pci-intel-apl 0000:00:0e.0: Turning i915 HDAC power 1
[   37.891359] snd_sof:snd_sof_pci_update_bits_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: Debug PCIR: 00000000 at  00000044
[   37.893429] snd_sof:snd_sof_pci_update_bits_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: Debug PCIR: 00000040 at  00000048
[   37.893445] snd_sof:snd_sof_pci_update_bits_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: Debug PCIW: 00000000 at  00000048
[   37.895502] snd_sof:snd_sof_pci_update_bits_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: Debug PCIR: 00000000 at  00000048
[   37.895514] snd_sof:snd_sof_pci_update_bits_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: Debug PCIW: 00000040 at  00000048
[   37.896549] snd_sof_intel_hda:hda_codec_i915_display_power: sof-audio-pci-intel-apl 0000:00:0e.0: Turning i915 HDAC power 0
[   37.905116] snd_sof_intel_hda_common:hda_dsp_state_log: sof-audio-pci-intel-apl 0000:00:0e.0: Current DSP power state: D0I0
[   37.905129] snd_sof:sof_set_fw_state: sof-audio-pci-intel-apl 0000:00:0e.0: fw_state change: 0 -> 2
[   37.905133] snd_sof:snd_sof_load_firmware: sof-audio-pci-intel-apl 0000:00:0e.0: loading firmware
[   37.905136] snd_sof:sof_set_fw_state: sof-audio-pci-intel-apl 0000:00:0e.0: fw_state change: 2 -> 3
[   37.905144] snd_sof:snd_sof_pci_update_bits_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: Debug PCIR: 00000002 at  00000048
[   37.905151] snd_sof:snd_sof_pci_update_bits_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: Debug PCIW: 00000000 at  00000048
[   37.905158] snd_sof:snd_sof_pci_update_bits_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: Debug PCIR: 00000000 at  00000044
[   37.905163] snd_sof:snd_sof_pci_update_bits_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: Debug PCIW: 00000004 at  00000044
[   37.905166] snd_sof:snd_sof_run_firmware: sof-audio-pci-intel-apl 0000:00:0e.0: booting DSP firmware
[   37.905284] snd_sof_intel_hda_common:hda_dsp_stream_hw_params: sof-audio-pci-intel-apl 0000:00:0e.0: FW Poll Status: reg[0x160]=0x40000 successful
[   37.905298] snd_sof_intel_hda_common:hda_dsp_stream_hw_params: sof-audio-pci-intel-apl 0000:00:0e.0: FW Poll Status: reg[0x160]=0x40000 successful
[   37.905304] snd_sof_intel_hda_common:hda_dsp_stream_setup_bdl: sof-audio-pci-intel-apl 0000:00:0e.0: period_bytes:0x0
[   37.905306] snd_sof_intel_hda_common:hda_dsp_stream_setup_bdl: sof-audio-pci-intel-apl 0000:00:0e.0: periods:1
[   37.905408] snd_sof_intel_hda_common:hda_dsp_cl_boot_firmware: sof-audio-pci-intel-apl 0000:00:0e.0: Attempting iteration 0 of Core En/ROM load...
[   37.905552] snd_sof_intel_hda_common:hda_dsp_core_power_up: sof-audio-pci-intel-apl 0000:00:0e.0: FW Poll Status: reg[0x4]=0x3030303 successful
[   37.905566] snd_sof_intel_hda_common:hda_dsp_core_reset_leave: sof-audio-pci-intel-apl 0000:00:0e.0: FW Poll Status: reg[0x4]=0x3030302 successful
[   37.905571] snd_sof_intel_hda_common:hda_dsp_core_run: sof-audio-pci-intel-apl 0000:00:0e.0: unstall/run core: core_mask = 1
[   37.905578] snd_sof_intel_hda_common:hda_dsp_core_is_enabled: sof-audio-pci-intel-apl 0000:00:0e.0: DSP core(s) enabled? 1 : core_mask 1
[   37.906165] snd_sof_intel_hda_common:cl_dsp_init: sof-audio-pci-intel-apl 0000:00:0e.0: FW Poll Status: reg[0x4c]=0x40000000 successful
[   37.906174] snd_sof_intel_hda_common:hda_dsp_core_reset_enter: sof-audio-pci-intel-apl 0000:00:0e.0: FW Poll Status: reg[0x4]=0x3030202 successful
[   37.906314] snd_sof_intel_hda_common:hda_dsp_core_power_down: sof-audio-pci-intel-apl 0000:00:0e.0: FW Poll Status: reg[0x4]=0x1010202 successful
[   37.906321] snd_sof_intel_hda_common:hda_dsp_core_is_enabled: sof-audio-pci-intel-apl 0000:00:0e.0: DSP core(s) enabled? 0 : core_mask 2
[   37.934507] snd_sof_intel_hda_common:cl_dsp_init: sof-audio-pci-intel-apl 0000:00:0e.0: FW Poll Status: reg[0x80000]=0x5000001 successful
[   37.951213] snd_sof_intel_hda_common:hda_cl_copy_fw: sof-audio-pci-intel-apl 0000:00:0e.0: FW Poll Status: reg[0x80000]=0x5 successful
[   37.951364] snd_sof_intel_hda_common:hda_dsp_stream_trigger: sof-audio-pci-intel-apl 0000:00:0e.0: FW Poll Status: reg[0x160]=0x140000 successful
[   37.951370] snd_sof_intel_hda_common:hda_dsp_cl_boot_firmware: sof-audio-pci-intel-apl 0000:00:0e.0: Firmware download successful, booting...
[   37.955045] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc rx: 0x70000000
[   37.955056] snd_sof:ipc3_fw_ready: sof-audio-pci-intel-apl 0000:00:0e.0: DSP is ready 0x70000000 offset 0x81000
[   37.955061] snd_sof:sof_set_fw_state: sof-audio-pci-intel-apl 0000:00:0e.0: fw_state change: 3 -> 6
[   37.955074] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc rx done: 0x70000000
[   37.955084] snd_sof:snd_sof_run_firmware: sof-audio-pci-intel-apl 0000:00:0e.0: firmware boot complete
[   37.955088] snd_sof:sof_set_fw_state: sof-audio-pci-intel-apl 0000:00:0e.0: fw_state change: 6 -> 7
[   37.955098] snd_sof:snd_sof_pci_update_bits_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: Debug PCIR: 00000000 at  00000048
[   37.955105] snd_sof:snd_sof_pci_update_bits_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: Debug PCIW: 00000002 at  00000048
[   37.955111] snd_sof:snd_sof_pci_update_bits_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: Debug PCIR: 00000004 at  00000044
[   37.955116] snd_sof:snd_sof_pci_update_bits_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: Debug PCIW: 00000000 at  00000044
[   37.955122] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30100000
[   37.955215] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PIPELINE.7.HDA5.OUT setup complete
[   37.955220] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30010000
[   37.955347] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x80010000
[   37.955432] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget HDA5.OUT setup complete
[   37.955436] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30200000
[   37.955514] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget BUF7.1 setup complete
[   37.955519] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30200000
[   37.955593] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget BUF7.0 setup complete
[   37.955597] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30010000
[   37.955702] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x50010000
[   37.955786] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x50020000
[   37.955862] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PGA7.0 setup complete
[   37.955866] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30010000
[   37.955985] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PCM7P setup complete
[   37.955989] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30100000
[   37.956211] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PIPELINE.6.HDA4.OUT setup complete
[   37.956216] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30010000
[   37.956316] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x80010000
[   37.956399] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget HDA4.OUT setup complete
[   37.956403] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30200000
[   37.956473] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget BUF6.1 setup complete
[   37.956476] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30200000
[   37.956547] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget BUF6.0 setup complete
[   37.956550] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30010000
[   37.956669] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x50010000
[   37.956752] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x50020000
[   37.956831] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PGA6.0 setup complete
[   37.956835] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30010000
[   37.956930] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PCM6P setup complete
[   37.956934] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30100000
[   37.957156] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PIPELINE.5.HDA3.OUT setup complete
[   37.957161] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30010000
[   37.957262] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x80010000
[   37.957353] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget HDA3.OUT setup complete
[   37.957387] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30200000
[   37.957467] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget BUF5.1 setup complete
[   37.957471] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30200000
[   37.957548] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget BUF5.0 setup complete
[   37.957552] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30010000
[   37.957671] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x50010000
[   37.957750] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x50020000
[   37.957824] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PGA5.0 setup complete
[   37.957827] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30010000
[   37.957925] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PCM5P setup complete
[   37.957930] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30100000
[   37.958153] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PIPELINE.2.SSP2.IN setup complete
[   37.958157] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30010000
[   37.958318] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x80010000
[   37.958434] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget SSP2.IN setup complete
[   37.958438] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30200000
[   37.958511] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget BUF2.1 setup complete
[   37.958515] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30200000
[   37.958593] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget BUF2.0 setup complete
[   37.958597] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30010000
[   37.958678] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x50010000
[   37.958782] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x50020000
[   37.958858] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PGA2.0 setup complete
[   37.958862] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30010000
[   37.958949] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PCM0C setup complete
[   37.958953] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30100000
[   37.959185] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PIPELINE.1.SSP2.OUT setup complete
[   37.959191] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30010000
[   37.959333] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x80010000
[   37.959437] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget SSP2.OUT setup complete
[   37.959441] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30200000
[   37.959524] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget BUF1.1 setup complete
[   37.959528] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30200000
[   37.959599] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget BUF1.0 setup complete
[   37.959603] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30010000
[   37.959684] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x50010000
[   37.959764] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x50020000
[   37.959844] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PGA1.0 setup complete
[   37.959848] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30010000
[   37.959937] snd_sof:sof_widget_setup_unlocked: sof-audio-pci-intel-apl 0000:00:0e.0: widget PCM0P setup complete
[   37.959943] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route BUF7.1 -> HDA5.OUT
[   37.959946] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[   37.960007] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route PGA7.0 -> BUF7.1
[   37.960011] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[   37.960085] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route BUF7.0 -> PGA7.0
[   37.960088] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[   37.960147] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route PCM7P -> BUF7.0
[   37.960151] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[   37.960211] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route BUF6.1 -> HDA4.OUT
[   37.960214] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[   37.960271] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route PGA6.0 -> BUF6.1
[   37.960274] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[   37.960326] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route BUF6.0 -> PGA6.0
[   37.960329] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[   37.960389] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route PCM6P -> BUF6.0
[   37.960392] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[   37.960467] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route BUF5.1 -> HDA3.OUT
[   37.960471] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[   37.960525] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route PGA5.0 -> BUF5.1
[   37.960530] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[   37.960579] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route BUF5.0 -> PGA5.0
[   37.960583] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[   37.960651] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route PCM5P -> BUF5.0
[   37.960655] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[   37.960716] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route SSP2.IN -> BUF2.0
[   37.960720] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[   37.960780] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route BUF2.0 -> PGA2.0
[   37.960783] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[   37.960841] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route PGA2.0 -> BUF2.1
[   37.960844] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[   37.960906] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route BUF2.1 -> PCM0C
[   37.960909] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[   37.960971] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route BUF1.1 -> SSP2.OUT
[   37.960974] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[   37.961032] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route PGA1.0 -> BUF1.1
[   37.961035] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[   37.961098] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route BUF1.0 -> PGA1.0
[   37.961101] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[   37.961159] snd_sof:sof_ipc3_route_setup: sof-audio-pci-intel-apl 0000:00:0e.0: setting up route PCM0P -> BUF1.0
[   37.961163] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30030000
[   37.961238] snd_sof:sof_ipc3_complete_pipeline: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: complete pipeline PIPELINE.7.HDA5.OUT id 29
[   37.961243] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30130000
[   37.961445] snd_sof:sof_ipc3_complete_pipeline: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: complete pipeline PIPELINE.6.HDA4.OUT id 23
[   37.961449] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30130000
[   37.961625] snd_sof:sof_ipc3_complete_pipeline: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: complete pipeline PIPELINE.5.HDA3.OUT id 17
[   37.961629] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30130000
[   37.961692] snd_sof:sof_ipc3_complete_pipeline: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: complete pipeline PIPELINE.2.SSP2.IN id 11
[   37.961696] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30130000
[   37.961754] snd_sof:sof_ipc3_complete_pipeline: sof-audio-pci-intel-apl 0000:00:0e.0: tplg: complete pipeline PIPELINE.1.SSP2.OUT id 5
[   37.961758] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x30130000
[   37.961821] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x40020000
[   37.961907] snd_sof:sof_pcm_open: sof-audio-pci-intel-apl 0000:00:0e.0: pcm: open stream 0 dir 0
[   37.961911] snd_sof:sof_pcm_open: sof-audio-pci-intel-apl 0000:00:0e.0: period min 192 max 16384 bytes
[   37.961913] snd_sof:sof_pcm_open: sof-audio-pci-intel-apl 0000:00:0e.0: period count 2 max 16
[   37.961916] snd_sof:sof_pcm_open: sof-audio-pci-intel-apl 0000:00:0e.0: buffer max 65536 bytes
[   37.962132] snd_sof:ssp_dai_config_pcm_params_match: sof-audio-pci-intel-apl 0000:00:0e.0: DAI config 0 matches pcm hw params
[   37.962136] snd_sof:ssp_dai_config_pcm_params_match: sof-audio-pci-intel-apl 0000:00:0e.0: DAI config 0 matches pcm hw params
[   37.962139] snd_sof:sof_ipc3_pcm_dai_link_fixup: sof-audio-pci-intel-apl 0000:00:0e.0: rate_min: 48000 rate_max: 48000
[   37.962142] snd_sof:sof_ipc3_pcm_dai_link_fixup: sof-audio-pci-intel-apl 0000:00:0e.0: channels_min: 2 channels_max: 2
[   37.962156] snd_sof:sof_pcm_hw_params: sof-audio-pci-intel-apl 0000:00:0e.0: pcm: hw params stream 0 dir 0
[   37.962165] snd_sof_intel_hda_common:hda_dsp_stream_hw_params: sof-audio-pci-intel-apl 0000:00:0e.0: FW Poll Status: reg[0x160]=0x40000 successful
[   37.962182] snd_sof_intel_hda_common:hda_dsp_stream_hw_params: sof-audio-pci-intel-apl 0000:00:0e.0: FW Poll Status: reg[0x160]=0x40000 successful
[   37.962187] snd_sof_intel_hda_common:hda_dsp_stream_setup_bdl: sof-audio-pci-intel-apl 0000:00:0e.0: period_bytes:0x4000
[   37.962190] snd_sof_intel_hda_common:hda_dsp_stream_setup_bdl: sof-audio-pci-intel-apl 0000:00:0e.0: periods:4
[   37.962216] snd_sof:sof_ipc3_pcm_hw_params: sof-audio-pci-intel-apl 0000:00:0e.0: stream_tag 1
[   37.962219] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x60010000
[   37.962433] snd_sof_intel_hda_common:hda_set_stream_data_offset: sof-audio-pci-intel-apl 0000:00:0e.0: pcm: stream dir 0, posn mailbox offset is 790832
[   37.972891] snd_sof:sof_pcm_trigger: sof-audio-pci-intel-apl 0000:00:0e.0: pcm: trigger stream 0 dir 0 cmd 1
[   37.973047] snd_sof_intel_hda_common:hda_dsp_stream_trigger: sof-audio-pci-intel-apl 0000:00:0e.0: FW Poll Status: reg[0x160]=0x2014001e successful
[   37.973055] snd_sof:ipc3_log_header: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x60040000
delannoy@delannoy-PX14C:~$ 

Hors ligne

#69 Le 13/01/2024, à 23:11

Nuliel

Re : Pas de son sur Thomson PX14C4BL128

Je vois rien de particulier dans le dernier retour, ça a l'air de démarrer correctement, pas de warning ou d'erreur qui servirait de base de recherche

Hors ligne

#70 Le 13/01/2024, à 23:21

xubu1957

Re : Pas de son sur Thomson PX14C4BL128


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

En ligne

#71 Le 13/01/2024, à 23:23

guidel

Re : Pas de son sur Thomson PX14C4BL128

Je suis désolé que mon cas soit aussi compliqué et vous demande autant de travail ...

Hors ligne

#72 Le 13/01/2024, à 23:26

xubu1957

Re : Pas de son sur Thomson PX14C4BL128

Ne te fais pas de souci, si une solution ressort, on la resservira. tongue


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

En ligne

#73 Le 13/01/2024, à 23:31

Nuliel

Re : Pas de son sur Thomson PX14C4BL128

Pour les sorties dummy, ce n'est pas le cas ici, on a étonnamment une "vraie" sortie.
Pour le deuxième lien, la personne n'a pas de sortie audio normale, sauf qu'ici on en a une + 3 sorties HDMI (ça par contre ça n'a aucun sens, une suffirait)

Ne te fais pas de souci, si une solution ressort, on la resservira. tongue

+1

Dernière modification par Nuliel (Le 13/01/2024, à 23:31)

Hors ligne

#74 Le 15/01/2024, à 22:16

Nuliel

Re : Pas de son sur Thomson PX14C4BL128

Hello,
J'ai passé un peu de temps sur les issues de github, j'ai quelques trucs à tester.
La première chose est de retirer le module pulseaudio "suspend-on-idle":

sudo nano /etc/pulse/default.pa

tu peux commenter la ligne

load-module module-suspend-on-idle

sauvegarder (ctrl + x puis o puis entrée) et redémarrer, et tester enceintes et écouteurs (tu testes d'abord les enceintes, puis tu branches des écouteurs)

On laissera ce module déchargé pour futurs tests

(stp ne passe pas à la 23.10, sinon on va partir sur pipewire et ça va être encore plus galère)

Idées en pagaille pour moi: jouer avec le quirk, tester les deux autres paramètres, tester les commandes amixer, recompiler et patcher noyau/avec ukuu

Dernière modification par Nuliel (Le 15/01/2024, à 22:27)

Hors ligne

#75 Le 15/01/2024, à 23:51

guidel

Re : Pas de son sur Thomson PX14C4BL128

Bonsoir,

J'ai retiré le module pulseaudio "suspend-on-idle" : rien avec les HP, rien avec les écouteurs.

Pour la 23.10, pas de souci, je reste sur les versions LTS.

Bravo pour toutes les idées !

À bientôt,

Guillaume

Hors ligne