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.

#26 Le 05/03/2022, à 21:13

Nuliel

Re : [ Résolu ] Son strident et aigu Carte son Intel ES8316

[    6.753007] 8086228A:00: ttyS4 at MMIO 0x91821000 (irq = 39, base_baud = 2764800) is a 16550A
[    6.777586] serial serial0: tty port ttyS4 registered
[    6.787956] 8086228A:01: ttyS5 at MMIO 0x9181f000 (irq = 40, base_baud = 2764800) is a 16550A

Je me demande bien l'intérêt d'une liaison série pour du son...

[    7.232804] atomisp: module is from the staging directory, the quality is unknown, you have been warned.

[    7.258269] **********************************************************
[    7.258272] **   NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE   **
[    7.258274] **                                                      **
[    7.258276] ** trace_printk() being used. Allocating extra memory.  **
[    7.258277] **                                                      **
[    7.258279] ** This means that this is a DEBUG kernel and it is     **
[    7.258281] ** unsafe for production use.                           **
[    7.258283] **                                                      **
[    7.258284] ** If you see this message and you are not debugging    **
[    7.258286] ** the kernel, report this immediately to your vendor!  **
[    7.258288] **                                                      **
[    7.258289] **   NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE   **
[    7.258291] **********************************************************

Là la grande question: pourquoi tu as des outils de debug du noyau?

La fin est composée de plein d'erreurs. Je repasse en soirée.

Hors ligne

#27 Le 05/03/2022, à 21:21

Dariox743

Re : [ Résolu ] Son strident et aigu Carte son Intel ES8316

Nuliel a écrit :
[    6.753007] 8086228A:00: ttyS4 at MMIO 0x91821000 (irq = 39, base_baud = 2764800) is a 16550A
[    6.777586] serial serial0: tty port ttyS4 registered
[    6.787956] 8086228A:01: ttyS5 at MMIO 0x9181f000 (irq = 40, base_baud = 2764800) is a 16550A

Je me demande bien l'intérêt d'une liaison série pour du son...

[    7.232804] atomisp: module is from the staging directory, the quality is unknown, you have been warned.

[    7.258269] **********************************************************
[    7.258272] **   NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE   **
[    7.258274] **                                                      **
[    7.258276] ** trace_printk() being used. Allocating extra memory.  **
[    7.258277] **                                                      **
[    7.258279] ** This means that this is a DEBUG kernel and it is     **
[    7.258281] ** unsafe for production use.                           **
[    7.258283] **                                                      **
[    7.258284] ** If you see this message and you are not debugging    **
[    7.258286] ** the kernel, report this immediately to your vendor!  **
[    7.258288] **                                                      **
[    7.258289] **   NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE   **
[    7.258291] **********************************************************

Là la grande question: pourquoi tu as des outils de debug du noyau?

La fin est composée de plein d'erreurs. Je repasse en soirée.

Alors je ne sais pas du tout pourquoi j'ai des outils de debug du noyau, je n'est jamais installer ça.

#28 Le 05/03/2022, à 21:27

xubu1957

Re : [ Résolu ] Son strident et aigu Carte son Intel ES8316


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

#29 Le 05/03/2022, à 21:48

Dariox743

Re : [ Résolu ] Son strident et aigu Carte son Intel ES8316

xubu1957 a écrit :
dario@neo10a-4bk64:~$ ubuntu-drivers devices
dario@neo10a-4bk64:~$ 

#30 Le 05/03/2022, à 21:57

xubu1957

Re : [ Résolu ] Son strident et aigu Carte son Intel ES8316

C'est une puce son chinoise !

Dernière modification par xubu1957 (Le 05/03/2022, à 21:58)


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

#31 Le 05/03/2022, à 22:13

Nuliel

Re : [ Résolu ] Son strident et aigu Carte son Intel ES8316

Oui, après là il y a un pilote qui devrait fonctionner dans le noyau, donc ça devrait plus ou moins marcher.
Peux tu essayer

echo "options snd_sof sof_debug=1" | sudo tee /etc/modprobe.d/dsp.conf 

suivi d'un redémarrage et d'un nouvel essai?

Sinon pour l'histoire de debug, j'ai compris pourquoi: il y a un module pour pas encore tout à fait au point qui a été ajouté au noyau, et qui entraîne cela.

Dernière modification par Nuliel (Le 05/03/2022, à 22:15)

Hors ligne

#32 Le 05/03/2022, à 22:38

Dariox743

Re : [ Résolu ] Son strident et aigu Carte son Intel ES8316

Nuliel a écrit :

Oui, après là il y a un pilote qui devrait fonctionner dans le noyau, donc ça devrait plus ou moins marcher.
Peux tu essayer

echo "options snd_sof sof_debug=1" | sudo tee /etc/modprobe.d/dsp.conf 

suivi d'un redémarrage et d'un nouvel essai?

Sinon pour l'histoire de debug, j'ai compris pourquoi: il y a un module pour pas encore tout à fait au point qui a été ajouté au noyau, et qui entraîne cela.

dario@neo10a-4bk64:~$ echo "options snd_sof sof_debug=1" | sudo tee /etc/modprobe.d/dsp.conf 
[sudo] Mot de passe de dario : 
options snd_sof sof_debug=1
dario@neo10a-4bk64:~$ 

#33 Le 05/03/2022, à 22:48

Dariox743

Re : [ Résolu ] Son strident et aigu Carte son Intel ES8316

Après redémarrage de mon pc le son n'a plu l'aire d'être aigu et fonctionne maintenant correctement, si j'ai d'autre bug de son, je vous ferait signe.

Dernière modification par Dariox743 (Le 05/03/2022, à 22:49)

#34 Le 05/03/2022, à 23:05

Nuliel

Re : [ Résolu ] Son strident et aigu Carte son Intel ES8316

Impec! C'est donc un bug au niveau du module snd_sof, pas encore corrigé ou corrigé mais pas descendu jusqu'en stable. Si dans les prochains jours tu n'as pas de problème avec le son, tu pourras modifier le premier message de ce fil afin de rajouter [Résolu] au début.

Hors ligne

#35 Le 12/03/2022, à 21:05

Dariox743

Re : [ Résolu ] Son strident et aigu Carte son Intel ES8316

Nuliel a écrit :

Impec! C'est donc un bug au niveau du module snd_sof, pas encore corrigé ou corrigé mais pas descendu jusqu'en stable. Si dans les prochains jours tu n'as pas de problème avec le son, tu pourras modifier le premier message de ce fil afin de rajouter [Résolu] au début.

Bonsoir @Nuliel,

Pendant cette bonne semaine, le son recommencé à être aigu mais moins, peut tu me réglé ça pour ne vraiment plus avoir de son strident ou aigu s'il te plaît ?

Bien cordialement,

Dariox743

#36 Le 13/03/2022, à 00:17

Nuliel

Re : [ Résolu ] Son strident et aigu Carte son Intel ES8316

Déjà essaie de supprimer le fichier /etc/modprobe.d/dsp.conf que je t'ai fait créer pour modifier un paramètre:

sudo rm /etc/modprobe.d/dsp.conf

suivi d'un redémarrage

Hors ligne

#37 Le 13/03/2022, à 00:29

Dariox743

Re : [ Résolu ] Son strident et aigu Carte son Intel ES8316

Nuliel a écrit :

Déjà essaie de supprimer le fichier /etc/modprobe.d/dsp.conf que je t'ai fait créer pour modifier un paramètre:

sudo rm /etc/modprobe.d/dsp.conf

suivi d'un redémarrage

Bonsoir,

C'est fait !
Ensuite ?

#38 Le 13/03/2022, à 12:21

Dariox743

Re : [ Résolu ] Son strident et aigu Carte son Intel ES8316

Nuliel a écrit :

Déjà essaie de supprimer le fichier /etc/modprobe.d/dsp.conf que je t'ai fait créer pour modifier un paramètre:

sudo rm /etc/modprobe.d/dsp.conf

suivi d'un redémarrage

Bonjour,

J'ai tester d'effacer le fichier et redémarrer puis remettre de la musique et puis d'un coup le son strident et aigu arrive tous de suite, mais avec ce fichier dsp.conf, il fait le bruit moins souvent mais c'est quand même agacent.

Dariox743

#39 Le 13/03/2022, à 12:48

Nuliel

Re : [ Résolu ] Son strident et aigu Carte son Intel ES8316

Tu peux remettre

echo "options snd_sof sof_debug=1" | sudo tee /etc/modprobe.d/dsp.conf 

puis redémarrer et donner

dmesg

histoire de voir les erreurs qui remontent

Note pour moi: https://github.com/thesofproject/sof/issues/4662

Dernière modification par Nuliel (Le 13/03/2022, à 12:51)

Hors ligne

#40 Le 13/03/2022, à 13:53

Dariox743

Re : [ Résolu ] Son strident et aigu Carte son Intel ES8316

Nuliel a écrit :

Tu peux remettre

echo "options snd_sof sof_debug=1" | sudo tee /etc/modprobe.d/dsp.conf 

puis redémarrer et donner

dmesg

histoire de voir les erreurs qui remontent

Note pour moi: https://github.com/thesofproject/sof/issues/4662

dario@neo10a-4bk64:~$ sudo dmesg
[sudo] Mot de passe de dario : 
[    0.000000] microcode: microcode updated early to revision 0x411, date = 2019-04-23
[    0.000000] Linux version 5.13.0-35-generic (buildd@ubuntu) (gcc (Ubuntu 11.2.0-7ubuntu2) 11.2.0, GNU ld (GNU Binutils for Ubuntu) 2.37) #40-Ubuntu SMP Mon Mar 7 08:03:10 UTC 2022 (Ubuntu 5.13.0-35.40-generic 5.13.19)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.13.0-35-generic root=UUID=e87a0712-5104-42d6-9017-14f8c98e39d3 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] x86/fpu: x87 FPU will use FXSAVE
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000020200000-0x000000007a9f5fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007a9f6000-0x000000007b405fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007b406000-0x000000007b43afff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007b43b000-0x000000007b535fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007b536000-0x000000007b87afff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007b87b000-0x000000007bffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000e3ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000feafffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed03000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed06000-0x00000000fed06fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed09fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1cfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fedbffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffa00000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000017fffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.40 by American Megatrends
[    0.000000] efi: ESRT=0x7b404000 ACPI=0x7b418000 ACPI 2.0=0x7b418000 SMBIOS=0x7b6f3000 SMBIOS 3.0=0x7b6f2000 RNG=0x7b6f4d18 TPMEventLog=0x77296018 
[    0.000000] efi: seeding entropy pool
[    0.000000] random: fast init done
[    0.000000] TPM Final Events table not present
[    0.000000] secureboot: Secure boot disabled
[    0.000000] SMBIOS 3.0.0 present.
[    0.000000] DMI: THOMSON NEO10A-4BK64/C116CM, BIOS 5.11 11/09/2020
[    0.000000] tsc: Detected 1440.000 MHz processor
[    0.000052] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000063] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000088] last_pfn = 0x180000 max_arch_pfn = 0x400000000
[    0.000164] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000522] total RAM covered: 4036M
[    0.001754] Found optimal setting for mtrr clean up
[    0.001758]  gran_size: 64K 	chunk_size: 64M 	num_reg: 6  	lose cover RAM: 0G
[    0.001936] e820: update [mem 0x7c400000-0xffffffff] usable ==> reserved
[    0.001954] last_pfn = 0x7c000 max_arch_pfn = 0x400000000
[    0.012110] esrt: ESRT header is not in the memory map.
[    0.013786] secureboot: Secure boot disabled
[    0.013794] RAMDISK: [mem 0x3d6fa000-0x3fffdfff]
[    0.013819] ACPI: Early table checksum verification disabled
[    0.013833] ACPI: RSDP 0x000000007B418000 000024 (v02 ALASKA)
[    0.013848] ACPI: XSDT 0x000000007B4180B0 0000DC (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.013868] ACPI: FACP 0x000000007B433C70 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
[    0.013891] ACPI: DSDT 0x000000007B418218 01BA52 (v02 ALASKA A M I    01072009 INTL 20120913)
[    0.013907] ACPI: FACS 0x000000007B535F80 000040
[    0.013919] ACPI: APIC 0x000000007B433D80 000084 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.013931] ACPI: FPDT 0x000000007B433E08 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.013943] ACPI: FIDT 0x000000007B433E50 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.013955] ACPI: MSDM 0x000000007B433EF0 000055 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.013967] ACPI: MCFG 0x000000007B433F48 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.013979] ACPI: SSDT 0x000000007B433F88 0041C7 (v01 DptfTb DptfTab  00001000 INTL 20120913)
[    0.013994] ACPI: SSDT 0x000000007B438150 000645 (v01 CpuDpf CpuDptf  00001000 INTL 20120913)
[    0.014008] ACPI: SSDT 0x000000007B438798 000058 (v01 LowPM  LowPwrM  00001000 INTL 20120913)
[    0.014022] ACPI: UEFI 0x000000007B4387F0 000042 (v01 ALASKA A M I    00000000      00000000)
[    0.014034] ACPI: SSDT 0x000000007B438838 000269 (v01 UsbCTb UsbCTab  00001000 INTL 20120913)
[    0.014048] ACPI: HPET 0x000000007B438AA8 000038 (v01 ALASKA A M I    01072009 AMI. 00000005)
[    0.014061] ACPI: SSDT 0x000000007B438AE0 000763 (v01 PmRef  CpuPm    00003000 INTL 20120913)
[    0.014075] ACPI: SSDT 0x000000007B439248 000290 (v01 PmRef  Cpu0Tst  00003000 INTL 20120913)
[    0.014089] ACPI: SSDT 0x000000007B4394D8 00017A (v01 PmRef  ApTst    00003000 INTL 20120913)
[    0.014103] ACPI: SSDT 0x000000007B439658 00043A (v01 Intel_ Tpm2Tabl 00001000 INTL 20120913)
[    0.014117] ACPI: TPM2 0x000000007B439A98 000034 (v03                 00000000      00000000)
[    0.014129] ACPI: LPIT 0x000000007B439AD0 000104 (v01 ALASKA A M I    00000005 MSFT 0100000D)
[    0.014143] ACPI: BCFG 0x000000007B439BD8 000139 (v01 INTEL  BATTCONF 00000001 ACPI 00000000)
[    0.014157] ACPI: PRAM 0x000000007B439D18 000030 (v01                 00000001      00000000)
[    0.014169] ACPI: CSRT 0x000000007B439D48 00014C (v00 INTEL  LANFORDC 00000005 MSFT 0100000D)
[    0.014183] ACPI: BGRT 0x000000007B439E98 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.014194] ACPI: WDAT 0x000000007B439ED0 000104 (v01                 00000000      00000000)
[    0.014205] ACPI: Reserving FACP table memory at [mem 0x7b433c70-0x7b433d7b]
[    0.014210] ACPI: Reserving DSDT table memory at [mem 0x7b418218-0x7b433c69]
[    0.014215] ACPI: Reserving FACS table memory at [mem 0x7b535f80-0x7b535fbf]
[    0.014219] ACPI: Reserving APIC table memory at [mem 0x7b433d80-0x7b433e03]
[    0.014223] ACPI: Reserving FPDT table memory at [mem 0x7b433e08-0x7b433e4b]
[    0.014227] ACPI: Reserving FIDT table memory at [mem 0x7b433e50-0x7b433eeb]
[    0.014231] ACPI: Reserving MSDM table memory at [mem 0x7b433ef0-0x7b433f44]
[    0.014235] ACPI: Reserving MCFG table memory at [mem 0x7b433f48-0x7b433f83]
[    0.014239] ACPI: Reserving SSDT table memory at [mem 0x7b433f88-0x7b43814e]
[    0.014243] ACPI: Reserving SSDT table memory at [mem 0x7b438150-0x7b438794]
[    0.014247] ACPI: Reserving SSDT table memory at [mem 0x7b438798-0x7b4387ef]
[    0.014251] ACPI: Reserving UEFI table memory at [mem 0x7b4387f0-0x7b438831]
[    0.014255] ACPI: Reserving SSDT table memory at [mem 0x7b438838-0x7b438aa0]
[    0.014260] ACPI: Reserving HPET table memory at [mem 0x7b438aa8-0x7b438adf]
[    0.014264] ACPI: Reserving SSDT table memory at [mem 0x7b438ae0-0x7b439242]
[    0.014268] ACPI: Reserving SSDT table memory at [mem 0x7b439248-0x7b4394d7]
[    0.014272] ACPI: Reserving SSDT table memory at [mem 0x7b4394d8-0x7b439651]
[    0.014276] ACPI: Reserving SSDT table memory at [mem 0x7b439658-0x7b439a91]
[    0.014280] ACPI: Reserving TPM2 table memory at [mem 0x7b439a98-0x7b439acb]
[    0.014285] ACPI: Reserving LPIT table memory at [mem 0x7b439ad0-0x7b439bd3]
[    0.014289] ACPI: Reserving BCFG table memory at [mem 0x7b439bd8-0x7b439d10]
[    0.014293] ACPI: Reserving PRAM table memory at [mem 0x7b439d18-0x7b439d47]
[    0.014297] ACPI: Reserving CSRT table memory at [mem 0x7b439d48-0x7b439e93]
[    0.014301] ACPI: Reserving BGRT table memory at [mem 0x7b439e98-0x7b439ecf]
[    0.014306] ACPI: Reserving WDAT table memory at [mem 0x7b439ed0-0x7b439fd3]
[    0.014332] ACPI: Local APIC address 0xfee00000
[    0.014472] No NUMA configuration found
[    0.014476] Faking a node at [mem 0x0000000000000000-0x000000017fffffff]
[    0.014514] NODE_DATA(0) allocated [mem 0x17ffd4000-0x17fffdfff]
[    0.015679] Zone ranges:
[    0.015683]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.015692]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.015700]   Normal   [mem 0x0000000100000000-0x000000017fffffff]
[    0.015705]   Device   empty
[    0.015710] Movable zone start for each node
[    0.015719] Early memory node ranges
[    0.015721]   node   0: [mem 0x0000000000001000-0x000000000008efff]
[    0.015727]   node   0: [mem 0x0000000000090000-0x000000000009dfff]
[    0.015732]   node   0: [mem 0x0000000000100000-0x000000001fffffff]
[    0.015736]   node   0: [mem 0x0000000020200000-0x000000007a9f5fff]
[    0.015741]   node   0: [mem 0x000000007b87b000-0x000000007bffffff]
[    0.015745]   node   0: [mem 0x0000000100000000-0x000000017fffffff]
[    0.015754] Initmem setup node 0 [mem 0x0000000000001000-0x000000017fffffff]
[    0.015760] On node 0 totalpages: 1027863
[    0.015767]   DMA zone: 64 pages used for memmap
[    0.015770]   DMA zone: 156 pages reserved
[    0.015773]   DMA zone: 3996 pages, LIFO batch:0
[    0.015779]   DMA32 zone: 7806 pages used for memmap
[    0.015782]   DMA32 zone: 499579 pages, LIFO batch:63
[    0.015786]   Normal zone: 8192 pages used for memmap
[    0.015789]   Normal zone: 524288 pages, LIFO batch:63
[    0.015798] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.015803] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.015896] On node 0, zone DMA: 98 pages in unavailable ranges
[    0.029153] On node 0, zone DMA32: 512 pages in unavailable ranges
[    0.029343] On node 0, zone DMA32: 3717 pages in unavailable ranges
[    0.043903] On node 0, zone Normal: 16384 pages in unavailable ranges
[    0.043932] Reserving Intel graphics memory at [mem 0x7ce00000-0x7edfffff]
[    0.044037] ACPI: PM-Timer IO Port: 0x408
[    0.044050] ACPI: Local APIC address 0xfee00000
[    0.044072] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.044081] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.044087] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.044090] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.044119] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-114
[    0.044129] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.044138] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.044146] ACPI: IRQ0 used by override.
[    0.044150] ACPI: IRQ9 used by override.
[    0.044156] Using ACPI (MADT) for SMP configuration information
[    0.044160] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.044191] e820: update [mem 0x7945a000-0x7961cfff] usable ==> reserved
[    0.044228] TSC deadline timer available
[    0.044232] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.044365] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.044376] PM: hibernation: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
[    0.044384] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.044388] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.044395] PM: hibernation: Registered nosave memory: [mem 0x20000000-0x201fffff]
[    0.044402] PM: hibernation: Registered nosave memory: [mem 0x7945a000-0x7961cfff]
[    0.044410] PM: hibernation: Registered nosave memory: [mem 0x7a9f6000-0x7b405fff]
[    0.044413] PM: hibernation: Registered nosave memory: [mem 0x7b406000-0x7b43afff]
[    0.044416] PM: hibernation: Registered nosave memory: [mem 0x7b43b000-0x7b535fff]
[    0.044419] PM: hibernation: Registered nosave memory: [mem 0x7b536000-0x7b87afff]
[    0.044427] PM: hibernation: Registered nosave memory: [mem 0x7c000000-0x7cdfffff]
[    0.044430] PM: hibernation: Registered nosave memory: [mem 0x7ce00000-0x7edfffff]
[    0.044433] PM: hibernation: Registered nosave memory: [mem 0x7ee00000-0xdfffffff]
[    0.044437] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xe3ffffff]
[    0.044440] PM: hibernation: Registered nosave memory: [mem 0xe4000000-0xfe9fffff]
[    0.044445] PM: hibernation: Registered nosave memory: [mem 0xfea00000-0xfeafffff]
[    0.044449] PM: hibernation: Registered nosave memory: [mem 0xfeb00000-0xfebfffff]
[    0.044454] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.044457] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfed00fff]
[    0.044460] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed01fff]
[    0.044464] PM: hibernation: Registered nosave memory: [mem 0xfed02000-0xfed02fff]
[    0.044467] PM: hibernation: Registered nosave memory: [mem 0xfed03000-0xfed03fff]
[    0.044470] PM: hibernation: Registered nosave memory: [mem 0xfed04000-0xfed05fff]
[    0.044473] PM: hibernation: Registered nosave memory: [mem 0xfed06000-0xfed06fff]
[    0.044477] PM: hibernation: Registered nosave memory: [mem 0xfed07000-0xfed07fff]
[    0.044481] PM: hibernation: Registered nosave memory: [mem 0xfed08000-0xfed09fff]
[    0.044484] PM: hibernation: Registered nosave memory: [mem 0xfed0a000-0xfed1bfff]
[    0.044487] PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1cfff]
[    0.044490] PM: hibernation: Registered nosave memory: [mem 0xfed1d000-0xfed7ffff]
[    0.044494] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfedbffff]
[    0.044497] PM: hibernation: Registered nosave memory: [mem 0xfedc0000-0xfedfffff]
[    0.044500] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.044503] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xff9fffff]
[    0.044506] PM: hibernation: Registered nosave memory: [mem 0xffa00000-0xffffffff]
[    0.044514] [mem 0x7ee00000-0xdfffffff] available for PCI devices
[    0.044518] Booting paravirtualized kernel on bare hardware
[    0.044528] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.044557] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.045871] percpu: Embedded 65 pages/cpu s229376 r8192 d28672 u524288
[    0.045906] pcpu-alloc: s229376 r8192 d28672 u524288 alloc=1*2097152
[    0.045920] pcpu-alloc: [0] 0 1 2 3 
[    0.046046] Built 1 zonelists, mobility grouping on.  Total pages: 1011645
[    0.046055] Policy zone: Normal
[    0.046060] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.13.0-35-generic root=UUID=e87a0712-5104-42d6-9017-14f8c98e39d3 ro quiet splash vt.handoff=7
[    0.047833] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.048683] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.048803] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.114022] Memory: 3826720K/4111452K available (16393K kernel code, 3511K rwdata, 10512K rodata, 2896K init, 5728K bss, 284472K reserved, 0K cma-reserved)
[    0.114045] random: get_random_u64 called from kmem_cache_open+0x25/0x2f0 with crng_init=1
[    0.114527] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.114579] Kernel/User page tables isolation: enabled
[    0.114635] ftrace: allocating 49746 entries in 195 pages
[    0.152928] ftrace: allocated 195 pages with 4 groups
[    0.153319] rcu: Hierarchical RCU implementation.
[    0.153326] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[    0.153331] 	Rude variant of Tasks RCU enabled.
[    0.153333] 	Tracing variant of Tasks RCU enabled.
[    0.153336] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.153339] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.169476] NR_IRQS: 524544, nr_irqs: 1024, preallocated irqs: 16
[    0.170109] random: crng done (trusting CPU's manufacturer)
[    0.170201] vt handoff: transparent VT on vt#7
[    0.170224] Console: colour dummy device 80x25
[    0.170286] printk: console [tty0] enabled
[    0.170363] ACPI: Core revision 20210331
[    0.170918] hpet: HPET dysfunctional in PC10. Force disabled.
[    0.170926] APIC: Switch to symmetric I/O mode setup
[    0.172491] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x14c1baf3789, max_idle_ns: 440795266465 ns
[    0.172511] Calibrating delay loop (skipped), value calculated using timer frequency.. 2880.00 BogoMIPS (lpj=5760000)
[    0.172524] pid_max: default: 32768 minimum: 301
[    0.176504] LSM: Security Framework initializing
[    0.176504] Yama: becoming mindful.
[    0.176504] AppArmor: AppArmor initialized
[    0.176504] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.176504] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.176504] CPU0: Thermal monitoring enabled (TM1)
[    0.176504] process: using mwait in idle threads
[    0.176504] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
[    0.176504] Last level dTLB entries: 4KB 256, 2MB 16, 4MB 16, 1GB 0
[    0.176504] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.176504] Spectre V2 : Mitigation: Retpolines
[    0.176504] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.176504] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.176504] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.176504] MDS: Mitigation: Clear CPU buffers
[    0.176504] Freeing SMP alternatives memory: 40K
[    0.176504] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1365
[    0.176504] smpboot: CPU0: Intel(R) Atom(TM) x5-Z8350  CPU @ 1.44GHz (family: 0x6, model: 0x4c, stepping: 0x4)
[    0.176504] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, 8-deep LBR, full-width counters, Intel PMU driver.
[    0.176504] ... version:                3
[    0.176504] ... bit width:              40
[    0.176504] ... generic registers:      2
[    0.176504] ... value mask:             000000ffffffffff
[    0.176504] ... max period:             0000007fffffffff
[    0.176504] ... fixed-purpose events:   3
[    0.176504] ... event mask:             0000000700000003
[    0.176504] rcu: Hierarchical SRCU implementation.
[    0.176504] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.176504] smp: Bringing up secondary CPUs ...
[    0.176504] x86: Booting SMP configuration:
[    0.176504] .... node  #0, CPUs:      #1 #2 #3
[    0.185165] smp: Brought up 1 node, 4 CPUs
[    0.185165] smpboot: Max logical packages: 1
[    0.185165] smpboot: Total of 4 processors activated (11520.00 BogoMIPS)
[    0.185881] devtmpfs: initialized
[    0.185881] x86/mm: Memory block size: 128MB
[    0.189258] PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
[    0.189258] PM: Registering ACPI NVS region [mem 0x7b43b000-0x7b535fff] (1028096 bytes)
[    0.189258] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.189258] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.189258] pinctrl core: initialized pinctrl subsystem
[    0.189427] PM: RTC time: 11:46:36, date: 2022-03-13
[    0.189885] NET: Registered protocol family 16
[    0.190391] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[    0.190591] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.190813] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.190866] audit: initializing netlink subsys (disabled)
[    0.190938] audit: type=2000 audit(1647171996.016:1): state=initialized audit_enabled=0 res=1
[    0.192569] thermal_sys: Registered thermal governor 'fair_share'
[    0.192577] thermal_sys: Registered thermal governor 'bang_bang'
[    0.192581] thermal_sys: Registered thermal governor 'step_wise'
[    0.192584] thermal_sys: Registered thermal governor 'user_space'
[    0.192586] thermal_sys: Registered thermal governor 'power_allocator'
[    0.192613] EISA bus registered
[    0.192650] cpuidle: using governor ladder
[    0.192669] cpuidle: using governor menu
[    0.192818] ACPI: bus type PCI registered
[    0.192825] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.193122] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.193142] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.193148] PCI: MMCONFIG for 0000 [bus00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000) (size reduced!)
[    0.193194] PCI: Using configuration type 1 for base access
[    0.193931] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.198847] Kprobes globally optimized
[    0.198868] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.204881] ACPI: Added _OSI(Module Device)
[    0.204890] ACPI: Added _OSI(Processor Device)
[    0.204893] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.204897] ACPI: Added _OSI(Processor Aggregator Device)
[    0.204902] ACPI: Added _OSI(Linux-Dell-Video)
[    0.204905] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.204909] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.286596] ACPI: 9 ACPI AML tables successfully acquired and loaded
[    0.305108] ACPI: Dynamic OEM Table Load:
[    0.305141] ACPI: SSDT 0xFFFF9F2DC0BE6800 00059C (v01 PmRef  Cpu0Ist  00003000 INTL 20120913)
[    0.310786] ACPI: Dynamic OEM Table Load:
[    0.310811] ACPI: SSDT 0xFFFF9F2DC0BCD400 0003A5 (v01 PmRef  Cpu0Cst  00003001 INTL 20120913)
[    0.315998] ACPI: Dynamic OEM Table Load:
[    0.316024] ACPI: SSDT 0xFFFF9F2DC0CA4800 00015F (v01 PmRef  ApIst    00003000 INTL 20120913)
[    0.320085] ACPI: Dynamic OEM Table Load:
[    0.320108] ACPI: SSDT 0xFFFF9F2DC0C2F540 00008D (v01 PmRef  ApCst    00003000 INTL 20120913)
[    0.330810] ACPI: Interpreter enabled
[    0.330883] ACPI: (supports S0 S4 S5)
[    0.330891] ACPI: Using IOAPIC for interrupt routing
[    0.331034] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.336347] ACPI: PM: Power Resource [P06X] (off)
[    0.339329] ACPI: PM: Power Resource [ID3C] (on)
[    0.343685] ACPI: PM: Power Resource [USBC] (on)
[    0.345045] ACPI: PM: Power Resource [WWPR] (off)
[    0.345981] ACPI: PM: Power Resource [WWPR] (off)
[    0.347710] ACPI: PM: Power Resource [WWPR] (off)
[    0.348603] ACPI: PM: Power Resource [WWPR] (off)
[    0.349544] ACPI: PM: Power Resource [WWPR] (off)
[    0.350600] ACPI: PM: Power Resource [WWPR] (off)
[    0.366981] ACPI: PM: Power Resource [CLK2] (on)
[    0.370831] ACPI: PM: Power Resource [CLK2] (on)
[    0.370991] ACPI: PM: Power Resource [CLK3] (on)
[    0.371149] ACPI: PM: Power Resource [CLK4] (on)
[    0.386331] ACPI: PM: Power Resource [CLK2] (on)
[    0.386515] ACPI: PM: Power Resource [CLK1] (on)
[    0.388030] ACPI: PM: Power Resource [CLK5] (off)
[    0.405907] ACPI: PM: Power Resource [P28X] (off)
[    0.406074] ACPI: PM: Power Resource [P18X] (off)
[    0.406242] ACPI: PM: Power Resource [P12X] (off)
[    0.406411] ACPI: PM: Power Resource [P28P] (off)
[    0.406568] ACPI: PM: Power Resource [P18P] (off)
[    0.406740] ACPI: PM: Power Resource [P12P] (off)
[    0.406906] ACPI: PM: Power Resource [P19X] (off)
[    0.407082] ACPI: PM: Power Resource [P12A] (off)
[    0.407247] ACPI: PM: Power Resource [P28T] (off)
[    0.407411] ACPI: PM: Power Resource [P18D] (off)
[    0.407584] ACPI: PM: Power Resource [P18T] (off)
[    0.407737] ACPI: PM: Power Resource [P3P3] (off)
[    0.407903] ACPI: PM: Power Resource [P12T] (off)
[    0.408063] ACPI: PM: Power Resource [P28W] (off)
[    0.408248] ACPI: PM: Power Resource [P18W] (off)
[    0.408413] ACPI: PM: Power Resource [P12W] (off)
[    0.408577] ACPI: PM: Power Resource [P33W] (off)
[    0.408746] ACPI: PM: Power Resource [P33X] (off)
[    0.408907] ACPI: PM: Power Resource [P4BW] (off)
[    0.419777] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.419806] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.421194] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
[    0.421245] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.423833] PCI host bridge to bus 0000:00
[    0.423846] pci_bus 0000:00: root bus resource [io  0x0070-0x0077]
[    0.423854] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.423860] pci_bus 0000:00: root bus resource [io  0x0000-0x006f window]
[    0.423867] pci_bus 0000:00: root bus resource [io  0x0078-0x0cf7 window]
[    0.423872] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.423877] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000fffff window]
[    0.423885] pci_bus 0000:00: root bus resource [mem 0x20000000-0x201fffff window]
[    0.423893] pci_bus 0000:00: root bus resource [mem 0x7ce00001-0x7ee00000 window]
[    0.423897] pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
[    0.423941] pci 0000:00:00.0: [8086:2280] type 00 class 0x060000
[    0.424869] pci 0000:00:02.0: [8086:22b0] type 00 class 0x030000
[    0.424900] pci 0000:00:02.0: reg 0x10: [mem 0x90000000-0x90ffffff 64bit]
[    0.424920] pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff 64bit pref]
[    0.424934] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.424982] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.425563] pci 0000:00:03.0: [8086:22b8] type 00 class 0x048000
[    0.425586] pci 0000:00:03.0: reg 0x10: [mem 0x91000000-0x913fffff]
[    0.426173] pci 0000:00:0b.0: [8086:22dc] type 00 class 0x118000
[    0.426197] pci 0000:00:0b.0: reg 0x10: [mem 0x9183b000-0x9183bfff 64bit]
[    0.426910] pci 0000:00:14.0: [8086:22b5] type 00 class 0x0c0330
[    0.426947] pci 0000:00:14.0: reg 0x10: [mem 0x91800000-0x9180ffff 64bit]
[    0.427070] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.427943] pci 0000:00:1a.0: [8086:2298] type 00 class 0x108000
[    0.427972] pci 0000:00:1a.0: reg 0x10: [mem 0x91700000-0x917fffff]
[    0.427989] pci 0000:00:1a.0: reg 0x14: [mem 0x91600000-0x916fffff]
[    0.428102] pci 0000:00:1a.0: PME# supported from D0 D3hot
[    0.428770] pci 0000:00:1f.0: [8086:229c] type 00 class 0x060100
[    0.449314] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.449324] ACPI: PCI: Interrupt link LNKA disabled
[    0.449671] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.449678] ACPI: PCI: Interrupt link LNKB disabled
[    0.450033] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.450039] ACPI: PCI: Interrupt link LNKC disabled
[    0.450380] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.450387] ACPI: PCI: Interrupt link LNKD disabled
[    0.450727] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.450733] ACPI: PCI: Interrupt link LNKE disabled
[    0.451074] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.451080] ACPI: PCI: Interrupt link LNKF disabled
[    0.451423] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.451429] ACPI: PCI: Interrupt link LNKG disabled
[    0.451776] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.451782] ACPI: PCI: Interrupt link LNKH disabled
[    0.457862] cherryview-pinctrl: probe of INT33FF:04 failed with error -61
[    0.471598] ACPI: PM: Power Resource [CLK0] (on)
[    0.471762] ACPI: PM: Power Resource [CLK1] (on)
[    0.499261] acpi LNXPOWER:10: Turning OFF
[    0.499342] acpi LNXPOWER:11: Turning OFF
[    0.499409] acpi LNXPOWER:24: Turning OFF
[    0.499491] acpi LNXPOWER:23: Turning OFF
[    0.499561] acpi LNXPOWER:22: Turning OFF
[    0.499636] acpi LNXPOWER:21: Turning OFF
[    0.499840] acpi LNXPOWER:20: Turning OFF
[    0.499943] acpi LNXPOWER:1f: Turning OFF
[    0.500012] acpi LNXPOWER:1e: Turning OFF
[    0.500077] acpi LNXPOWER:1d: Turning OFF
[    0.500146] acpi LNXPOWER:1c: Turning OFF
[    0.500214] acpi LNXPOWER:1b: Turning OFF
[    0.500277] acpi LNXPOWER:1a: Turning OFF
[    0.500344] acpi LNXPOWER:19: Turning OFF
[    0.500408] acpi LNXPOWER:18: Turning OFF
[    0.500472] acpi LNXPOWER:17: Turning OFF
[    0.500545] acpi LNXPOWER:16: Turning OFF
[    0.500615] acpi LNXPOWER:15: Turning OFF
[    0.500682] acpi LNXPOWER:14: Turning OFF
[    0.500747] acpi LNXPOWER:13: Turning OFF
[    0.500812] acpi LNXPOWER:12: Turning OFF
[    0.500880] acpi LNXPOWER:0f: Turning OFF
[    0.500962] acpi LNXPOWER:0e: Turning OFF
[    0.501040] acpi LNXPOWER:0d: Turning OFF
[    0.501113] acpi LNXPOWER:0c: Turning OFF
[    0.501188] acpi LNXPOWER:0a: Turning OFF
[    0.501257] acpi LNXPOWER:09: Turning OFF
[    0.501338] acpi LNXPOWER:01: Turning OFF
[    0.501757] iommu: Default domain type: Translated 
[    0.501757] SCSI subsystem initialized
[    0.501757] libata version 3.00 loaded.
[    0.501757] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.501757] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.501757] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.501757] vgaarb: loaded
[    0.501757] ACPI: bus type USB registered
[    0.501757] usbcore: registered new interface driver usbfs
[    0.501757] usbcore: registered new interface driver hub
[    0.501757] usbcore: registered new device driver usb
[    0.796657] pps_core: LinuxPPS API ver. 1 registered
[    0.796666] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.796681] PTP clock support registered
[    0.796753] EDAC MC: Ver: 3.0.0
[    0.796753] Registered efivars operations
[    0.797052] NetLabel: Initializing
[    0.797057] NetLabel:  domain hash size = 128
[    0.797061] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.797115] NetLabel:  unlabeled traffic allowed by default
[    0.797176] PCI: Using ACPI for IRQ routing
[    0.801106] PCI: pci_cache_line_size set to 64 bytes
[    0.801158] Expanded resource Reserved due to conflict with PCI Bus 0000:00
[    0.801165] e820: reserve RAM buffer [mem 0x0008f000-0x0008ffff]
[    0.801174] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.801178] e820: reserve RAM buffer [mem 0x7945a000-0x7bffffff]
[    0.801183] e820: reserve RAM buffer [mem 0x7a9f6000-0x7bffffff]
[    0.803447] clocksource: Switched to clocksource tsc-early
[    0.850924] VFS: Disk quotas dquot_6.6.0
[    0.850984] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.851399] AppArmor: AppArmor Filesystem Enabled
[    0.851602] pnp: PnP ACPI init
[    0.852134] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.852147] system 00:00: [io  0x0400-0x047f] could not be reserved
[    0.852154] system 00:00: [io  0x0500-0x05fe] has been reserved
[    0.852182] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.852557] pnp 00:01: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.865905] system 00:02: [mem 0x91839000-0x91839fff] has been reserved
[    0.865919] system 00:02: [mem 0x91837000-0x91837fff] has been reserved
[    0.865926] system 00:02: [mem 0x91835000-0x91835fff] has been reserved
[    0.865931] system 00:02: [mem 0x91824000-0x91824fff] has been reserved
[    0.865937] system 00:02: [mem 0x91822000-0x91822fff] has been reserved
[    0.865943] system 00:02: [mem 0x91820000-0x91820fff] has been reserved
[    0.865957] system 00:02: [mem 0x9181e000-0x9181efff] has been reserved
[    0.865965] system 00:02: [mem 0x9181c000-0x9181cfff] has been reserved
[    0.865971] system 00:02: [mem 0x9181a000-0x9181afff] has been reserved
[    0.865977] system 00:02: [mem 0x91818000-0x91818fff] has been reserved
[    0.865983] system 00:02: [mem 0x91833000-0x91833fff] has been reserved
[    0.865989] system 00:02: [mem 0x91831000-0x91831fff] has been reserved
[    0.865995] system 00:02: [mem 0x9182f000-0x9182ffff] has been reserved
[    0.866010] system 00:02: [mem 0x9182d000-0x9182dfff] has been reserved
[    0.866016] system 00:02: [mem 0x9182b000-0x9182bfff] has been reserved
[    0.866022] system 00:02: [mem 0x91829000-0x91829fff] has been reserved
[    0.866028] system 00:02: [mem 0x91827000-0x91827fff] has been reserved
[    0.866034] system 00:02: [mem 0x91825000-0x91825fff] has been reserved
[    0.866061] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.866349] system 00:03: [mem 0xe0000000-0xefffffff] could not be reserved
[    0.866359] system 00:03: [mem 0xfea00000-0xfeafffff] has been reserved
[    0.866365] system 00:03: [mem 0xfed01000-0xfed01fff] has been reserved
[    0.866370] system 00:03: [mem 0xfed03000-0xfed03fff] has been reserved
[    0.866376] system 00:03: [mem 0xfed06000-0xfed06fff] has been reserved
[    0.866382] system 00:03: [mem 0xfed08000-0xfed09fff] has been reserved
[    0.866388] system 00:03: [mem 0xfed80000-0xfedbffff] could not be reserved
[    0.866394] system 00:03: [mem 0xfed1c000-0xfed1cfff] has been reserved
[    0.866399] system 00:03: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.866420] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.867212] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.870730] pnp: PnP ACPI: found 5 devices
[    0.881897] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.882150] NET: Registered protocol family 2
[    0.882400] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.884982] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    0.885132] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.885515] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[    0.885740] TCP: Hash tables configured (established 32768 bind 32768)
[    0.886005] MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)
[    0.886109] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.886186] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.886362] NET: Registered protocol family 1
[    0.886383] NET: Registered protocol family 44
[    0.886410] pci_bus 0000:00: resource 4 [io  0x0070-0x0077]
[    0.886420] pci_bus 0000:00: resource 5 [io  0x0000-0x006f window]
[    0.886428] pci_bus 0000:00: resource 6 [io  0x0078-0x0cf7 window]
[    0.886433] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.886439] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000fffff window]
[    0.886445] pci_bus 0000:00: resource 9 [mem 0x20000000-0x201fffff window]
[    0.886450] pci_bus 0000:00: resource 10 [mem 0x7ce00001-0x7ee00000 window]
[    0.886456] pci_bus 0000:00: resource 11 [mem 0x80000000-0xdfffffff window]
[    0.887138] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.887787] PCI: CLS 64 bytes, default 64
[    0.887821] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.887825] software IO TLB: mapped [mem 0x0000000073295000-0x0000000077295000] (64MB)
[    0.887965] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x14c1baf3789, max_idle_ns: 440795266465 ns
[    0.888032] clocksource: Switched to clocksource tsc
[    0.888039] Trying to unpack rootfs image as initramfs...
[    0.889552] Initialise system trusted keyrings
[    0.889592] Key type blacklist registered
[    0.889838] workingset: timestamp_bits=36 max_order=20 bucket_order=0
[    0.893980] zbud: loaded
[    0.895322] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.896053] fuse: init (API version 7.34)
[    0.896811] integrity: Platform Keyring initialized
[    0.920478] Key type asymmetric registered
[    0.920492] Asymmetric key parser 'x509' registered
[    0.920576] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    0.920726] io scheduler mq-deadline registered
[    0.928994] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.929244] efifb: probing for efifb
[    0.929295] efifb: showing boot graphics
[    0.934795] efifb: framebuffer at 0x80000000, using 2400k, total 2400k
[    0.934811] efifb: mode is 1024x600x32, linelength=4096, pages=1
[    0.934816] efifb: scrolling: redraw
[    0.934818] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.935117] fbcon: Deferring console take-over
[    0.935123] fb0: EFI VGA frame buffer device
[    0.936311] ACPI: AC: found native INT33F4 PMIC, not loading
[    0.936501] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.936613] ACPI: button: Power Button [PWRB]
[    0.936761] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[    0.936834] ACPI: button: Lid Switch [LID0]
[    0.936960] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.937094] ACPI: button: Power Button [PWRF]
[    0.946886] thermal LNXTHERM:00: registered as thermal_zone0
[    0.946899] ACPI: thermal: Thermal Zone [TZ00] (0 C)
[    0.947831] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.947939] ACPI: battery: found native INT33F4 PMIC, not loading
[    0.968433] 00:01: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.984576] hpet: number irqs doesn't agree with number of timers
[    0.984782] Linux agpgart interface v0.103
[    1.156742] loop: module loaded
[    1.157931] libphy: Fixed MDIO Bus: probed
[    1.157943] tun: Universal TUN/TAP device driver, 1.6
[    1.158115] PPP generic driver version 2.4.2
[    1.158387] VFIO - User Level meta-driver version: 0.3
[    1.159384] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.159415] ehci-pci: EHCI PCI platform driver
[    1.159457] ehci-platform: EHCI generic platform driver
[    1.159498] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.159508] ohci-pci: OHCI PCI platform driver
[    1.159534] ohci-platform: OHCI generic platform driver
[    1.159568] uhci_hcd: USB Universal Host Controller Interface driver
[    1.159726] i8042: PNP: No PS/2 controller found.
[    1.159994] mousedev: PS/2 mouse device common for all mice
[    1.161119] rtc_cmos 00:04: registered as rtc0
[    1.161504] rtc_cmos 00:04: setting system clock to 2022-03-13T11:46:37 UTC (1647171997)
[    1.161569] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram
[    1.161612] i2c /dev entries driver
[    1.163940] device-mapper: uevent: version 1.0.3
[    1.164183] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
[    1.164284] platform eisa.0: Probing EISA bus 0
[    1.164295] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    1.164300] platform eisa.0: Cannot allocate resource for EISA slot 1
[    1.164305] platform eisa.0: Cannot allocate resource for EISA slot 2
[    1.164309] platform eisa.0: Cannot allocate resource for EISA slot 3
[    1.164313] platform eisa.0: Cannot allocate resource for EISA slot 4
[    1.164318] platform eisa.0: Cannot allocate resource for EISA slot 5
[    1.164322] platform eisa.0: Cannot allocate resource for EISA slot 6
[    1.164326] platform eisa.0: Cannot allocate resource for EISA slot 7
[    1.164330] platform eisa.0: Cannot allocate resource for EISA slot 8
[    1.164334] platform eisa.0: EISA: Detected 0 cards
[    1.164346] intel_pstate: Intel P-state driver initializing
[    1.169153] ledtrig-cpu: registered to indicate activity on CPUs
[    1.169177] EFI Variables Facility v0.08 2004-May-17
[    1.182207] drop_monitor: Initializing network drop monitor service
[    1.182639] NET: Registered protocol family 10
[    2.273304] Freeing initrd memory: 42000K
[    2.320495] Segment Routing with IPv6
[    2.320598] NET: Registered protocol family 17
[    2.321539] Key type dns_resolver registered
[    2.325293] microcode: sig=0x406c4, pf=0x1, revision=0x411
[    2.326404] microcode: Microcode Update Driver: v2.2.
[    2.326416] IPI shorthand broadcast: enabled
[    2.326458] sched_clock: Marking stable (2323852603, 2531925)->(2353882150, -27497622)
[    2.328443] registered taskstats version 1
[    2.328488] Loading compiled-in X.509 certificates
[    2.333385] Loaded X.509 cert 'Build time autogenerated kernel key: f70b8698249ea915bdec58f509fe9ad4183b4e0b'
[    2.335192] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969'
[    2.337001] Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19'
[    2.337006] blacklist: Loading compiled-in revocation X.509 certificates
[    2.337057] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing: 61482aa2830d0ab2ad5af10b7250da9033ddcef0'
[    2.337594] zswap: loaded using pool lzo/zbud
[    2.341025] Key type ._fscrypt registered
[    2.341035] Key type .fscrypt registered
[    2.341038] Key type fscrypt-provisioning registered
[    2.342601] Key type trusted registered
[    2.355388] Key type encrypted registered
[    2.355403] AppArmor: AppArmor sha1 policy hashing enabled
[    2.359058] Loading compiled-in module X.509 certificates
[    2.361280] Loaded X.509 cert 'Build time autogenerated kernel key: f70b8698249ea915bdec58f509fe9ad4183b4e0b'
[    2.361287] ima: Allocated hash algorithm: sha1
[    2.470602] ima: No architecture policies found
[    2.470717] evm: Initialising EVM extended attributes:
[    2.470729] evm: security.selinux
[    2.470743] evm: security.SMACK64
[    2.470750] evm: security.SMACK64EXEC
[    2.470756] evm: security.SMACK64TRANSMUTE
[    2.470764] evm: security.SMACK64MMAP
[    2.470772] evm: security.apparmor
[    2.470778] evm: security.ima
[    2.470784] evm: security.capability
[    2.470790] evm: HMAC attrs: 0x1
[    2.551071] i2c_designware 808622C1:05: I2C bus managed by PUNIT
[    2.577577] PM:   Magic number: 14:359:782
[    2.579945] RAS: Correctable Errors collector initialized.
[    2.687209] Freeing unused decrypted memory: 2036K
[    2.689321] Freeing unused kernel image (initmem) memory: 2896K
[    2.689662] Write protecting the kernel read-only data: 30720k
[    2.692493] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    2.694824] Freeing unused kernel image (rodata/data gap) memory: 1776K
[    2.777391] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.777745] x86/mm: Checking user space page tables
[    2.852500] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.852522] Run /init as init process
[    2.852527]   with arguments:
[    2.852530]     /init
[    2.852533]     splash
[    2.852535]   with environment:
[    2.852537]     HOME=/
[    2.852539]     TERM=linux
[    2.852541]     BOOT_IMAGE=/boot/vmlinuz-5.13.0-35-generic
[    3.352481] sdhci: Secure Digital Host Controller Interface driver
[    3.352500] sdhci: Copyright(c) Pierre Ossman
[    3.359472] axp20x-i2c i2c-INT33F4:00: AXP20x variant AXP288 found
[    3.381603] mmc0: SDHCI controller on ACPI [80860F14:02] using ADMA
[    3.384799] mmc1: SDHCI controller on ACPI [80860F14:00] using ADMA
[    3.397070] dw_dmac INTL9C60:00: DesignWare DMA Controller, 8 channels
[    3.401743] axp20x-i2c i2c-INT33F4:00: AXP20X driver loaded
[    3.401855] mmc2: SDHCI controller on ACPI [80860F14:03] using ADMA
[    3.441142] dw_dmac INTL9C60:01: DesignWare DMA Controller, 8 channels
[    3.443621] mmc0: queuing unknown CIS tuple 0x80 (2 bytes)
[    3.445990] mmc0: queuing unknown CIS tuple 0x80 (3 bytes)
[    3.448686] mmc0: queuing unknown CIS tuple 0x80 (3 bytes)
[    3.452057] mmc0: queuing unknown CIS tuple 0x80 (7 bytes)
[    3.456113] mmc0: queuing unknown CIS tuple 0x81 (9 bytes)
[    3.457324] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    3.457363] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    3.458514] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081509810
[    3.481462] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.13
[    3.481477] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.481482] usb usb1: Product: xHCI Host Controller
[    3.481486] usb usb1: Manufacturer: Linux 5.13.0-35-generic xhci-hcd
[    3.481490] usb usb1: SerialNumber: 0000:00:14.0
[    3.494050] hub 1-0:1.0: USB hub found
[    3.494257] hub 1-0:1.0: 7 ports detected
[    3.502973] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    3.503335] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    3.503349] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    3.503516] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.13
[    3.503524] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.503529] usb usb2: Product: xHCI Host Controller
[    3.503533] usb usb2: Manufacturer: Linux 5.13.0-35-generic xhci-hcd
[    3.503537] usb usb2: SerialNumber: 0000:00:14.0
[    3.521959] mmc1: new HS200 MMC card at address 0001
[    3.543187] hub 2-0:1.0: USB hub found
[    3.543436] hub 2-0:1.0: 6 ports detected
[    3.552893] mmc0: new ultra high speed SDR104 SDIO card at address 0001
[    3.589139] mmcblk1: mmc1:0001 SCA64G 57.7 GiB 
[    3.589506] mmcblk1boot0: mmc1:0001 SCA64G 4.00 MiB 
[    3.589833] mmcblk1boot1: mmc1:0001 SCA64G 4.00 MiB 
[    3.590121] mmcblk1rpmb: mmc1:0001 SCA64G 4.00 MiB, chardev (239:0)
[    3.615787]  mmcblk1: p1 p2 p3 p4 p5
[    3.840584] usb 1-1: new low-speed USB device number 2 using xhci_hcd
[    3.982664] fbcon: Taking over console
[    3.982834] Console: switching to colour frame buffer device 128x37
[    3.995715] usb 1-1: New USB device found, idVendor=0000, idProduct=3825, bcdDevice= 1.00
[    3.995728] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    3.995732] usb 1-1: Product:  USB OPTICAL MOUSE
[    3.997482] EXT4-fs (mmcblk1p5): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    4.128570] usb 1-3: new low-speed USB device number 3 using xhci_hcd
[    4.285146] usb 1-3: New USB device found, idVendor=6080, idProduct=0610, bcdDevice= 2.00
[    4.285166] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.285176] usb 1-3: Product: USB KEYBOARD
[    4.285181] usb 1-3: Manufacturer: SINO WEALTH
[    4.416917] usb 1-4: new high-speed USB device number 4 using xhci_hcd
[    4.504833] systemd[1]: Inserted module 'autofs4'
[    4.592946] usb 1-4: New USB device found, idVendor=0bdc, idProduct=0320, bcdDevice= 1.01
[    4.592984] usb 1-4: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    4.593002] usb 1-4: Product: USB Camera
[    4.593016] usb 1-4: Manufacturer: MTD
[    4.593029] usb 1-4: SerialNumber: 20200618
[    4.684322] systemd[1]: systemd 248.3-1ubuntu8.2 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)
[    4.701902] systemd[1]: Detected architecture x86-64.
[    4.703354] systemd[1]: Hostname set to <neo10a-4bk64>.
[    5.317936] systemd[1]: Queued start job for default target Graphical Interface.
[    5.322436] systemd[1]: Created slice system-modprobe.slice.
[    5.323581] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    5.324633] systemd[1]: Created slice User and Session Slice.
[    5.324967] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    5.325688] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    5.325914] systemd[1]: Reached target User and Group Name Lookups.
[    5.325981] systemd[1]: Reached target Remote File Systems.
[    5.326030] systemd[1]: Reached target Slices.
[    5.326152] systemd[1]: Reached target Local Verity Integrity Protected Volumes.
[    5.326663] systemd[1]: Listening on Syslog Socket.
[    5.327027] systemd[1]: Listening on fsck to fsckd communication Socket.
[    5.327224] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    5.328010] systemd[1]: Listening on Journal Audit Socket.
[    5.328394] systemd[1]: Listening on Journal Socket (/dev/log).
[    5.328943] systemd[1]: Listening on Journal Socket.
[    5.329919] systemd[1]: Listening on udev Control Socket.
[    5.330373] systemd[1]: Listening on udev Kernel Socket.
[    5.333188] systemd[1]: Mounting Huge Pages File System...
[    5.336307] systemd[1]: Mounting POSIX Message Queue File System...
[    5.340258] systemd[1]: Mounting Kernel Debug File System...
[    5.344171] systemd[1]: Mounting Kernel Trace File System...
[    5.350703] systemd[1]: Starting Journal Service...
[    5.355348] systemd[1]: Starting Set the console keyboard layout...
[    5.359263] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    5.363321] systemd[1]: Starting Load Kernel Module configfs...
[    5.367228] systemd[1]: Starting Load Kernel Module drm...
[    5.371354] systemd[1]: Starting Load Kernel Module fuse...
[    5.373510] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    5.373721] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    5.381755] systemd[1]: Starting Load Kernel Modules...
[    5.385773] systemd[1]: Starting Remount Root and Kernel File Systems...
[    5.389662] systemd[1]: Starting Coldplug All udev Devices...
[    5.393356] systemd[1]: Starting Uncomplicated firewall...
[    5.401262] systemd[1]: Mounted Huge Pages File System.
[    5.401707] systemd[1]: Mounted POSIX Message Queue File System.
[    5.402086] systemd[1]: Mounted Kernel Debug File System.
[    5.402444] systemd[1]: Mounted Kernel Trace File System.
[    5.403574] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    5.405014] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    5.405817] systemd[1]: Finished Load Kernel Module configfs.
[    5.406936] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    5.407768] systemd[1]: Finished Load Kernel Module fuse.
[    5.412173] systemd[1]: Mounting FUSE Control File System...
[    5.416623] systemd[1]: Mounting Kernel Configuration File System...
[    5.422579] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    5.423654] systemd[1]: Finished Load Kernel Module drm.
[    5.426460] systemd[1]: Finished Uncomplicated firewall.
[    5.434550] systemd[1]: Mounted FUSE Control File System.
[    5.437380] systemd[1]: Mounted Kernel Configuration File System.
[    5.437772] EXT4-fs (mmcblk1p5): re-mounted. Opts: errors=remount-ro. Quota mode: none.
[    5.445281] systemd[1]: Finished Remount Root and Kernel File Systems.
[    5.448611] systemd[1]: Activating swap /swapfile...
[    5.452033] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    5.452391] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[    5.458818] systemd[1]: Starting Load/Save Random Seed...
[    5.462594] systemd[1]: Starting Create System Users...
[    5.483237] lp: driver loaded but no devices found
[    5.485252] Adding 886476k swap on /swapfile.  Priority:-2 extents:4 across:911052k SSFS
[    5.485562] systemd[1]: Activated swap /swapfile.
[    5.485804] systemd[1]: Reached target Swap.
[    5.510209] ppdev: user-space parallel port driver
[    5.510736] systemd[1]: Finished Load/Save Random Seed.
[    5.517447] systemd[1]: Condition check resulted in First Boot Complete being skipped.
[    5.522997] systemd[1]: Finished Create System Users.
[    5.526653] systemd[1]: Starting Create Static Device Nodes in /dev...
[    5.543918] IPMI message handler: version 39.2
[    5.551239] ipmi device interface
[    5.560268] systemd[1]: Finished Load Kernel Modules.
[    5.568913] systemd[1]: Starting Apply Kernel Variables...
[    5.578219] systemd[1]: Finished Create Static Device Nodes in /dev.
[    5.601319] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    5.601929] systemd[1]: Started Journal Service.
[    5.620772] systemd-journald[265]: Received client request to flush runtime journal.
[    5.780977] loop0: detected capacity change from 0 to 226912
[    5.803177] loop1: detected capacity change from 0 to 126752
[    5.830734] loop2: detected capacity change from 0 to 126760
[    5.839165] loop3: detected capacity change from 0 to 113680
[    5.866363] loop4: detected capacity change from 0 to 337424
[    5.881852] loop5: detected capacity change from 0 to 509456
[    5.893294] loop6: detected capacity change from 0 to 496320
[    5.893687] loop7: detected capacity change from 0 to 133552
[    5.929042] loop8: detected capacity change from 0 to 111048
[    5.997159] loop9: detected capacity change from 0 to 8
[    6.093239] loop10: detected capacity change from 0 to 111080
[    6.685378] 8086228A:00: ttyS4 at MMIO 0x91821000 (irq = 39, base_baud = 2764800) is a 16550A
[    6.702538] serial serial0: tty port ttyS4 registered
[    6.728721] 8086228A:01: ttyS5 at MMIO 0x9181f000 (irq = 40, base_baud = 2764800) is a 16550A
[    6.903204] Bluetooth: Core ver 2.22
[    6.903279] NET: Registered protocol family 31
[    6.903284] Bluetooth: HCI device and connection manager initialized
[    6.903296] Bluetooth: HCI socket layer initialized
[    6.903302] Bluetooth: L2CAP socket layer initialized
[    6.903313] Bluetooth: SCO socket layer initialized
[    7.004685] Bluetooth: HCI UART driver ver 2.3
[    7.004701] Bluetooth: HCI UART protocol H4 registered
[    7.004704] Bluetooth: HCI UART protocol BCSP registered
[    7.004752] Bluetooth: HCI UART protocol LL registered
[    7.004757] Bluetooth: HCI UART protocol ATH3K registered
[    7.004784] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    7.004955] Bluetooth: HCI UART protocol Intel registered
[    7.005165] Bluetooth: HCI UART protocol Broadcom registered
[    7.005193] Bluetooth: HCI UART protocol QCA registered
[    7.005198] Bluetooth: HCI UART protocol AG6XX registered
[    7.005224] Bluetooth: HCI UART protocol Marvell registered
[    7.013144] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator
[    7.013254] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator
[    7.055827] mc: Linux media interface: v0.10
[    7.091401] videodev: Linux video capture interface: v2.00
[    7.136742] atomisp_gmin_platform: module is from the staging directory, the quality is unknown, you have been warned.
[    7.242434] atomisp: module is from the staging directory, the quality is unknown, you have been warned.
[    7.258596] proc_thermal 0000:00:0b.0: enabling device (0000 -> 0002)
[    7.259116] Bluetooth: hci0: BCM: failed to write clock (-56)
[    7.259138] Bluetooth: hci0: Failed to set baudrate
[    7.272409] hid: raw HID events driver (C) Jiri Kosina
[    7.274426] axp288_extcon axp288_extcon: controlling USB role based on Vbus presence

[    7.281865] **********************************************************
[    7.281868] **   NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE   **
[    7.281870] **                                                      **
[    7.281872] ** trace_printk() being used. Allocating extra memory.  **
[    7.281873] **                                                      **
[    7.281875] ** This means that this is a DEBUG kernel and it is     **
[    7.281877] ** unsafe for production use.                           **
[    7.281879] **                                                      **
[    7.281880] ** If you see this message and you are not debugging    **
[    7.281882] ** the kernel, report this immediately to your vendor!  **
[    7.281884] **                                                      **
[    7.281885] **   NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE   **
[    7.281887] **********************************************************
[    7.282690] proc_thermal 0000:00:0b.0: Creating sysfs group for PROC_THERMAL_PCI
[    7.308895] atomisp-isp2 0000:00:03.0: Support for Cherrytrail (ISP2401) was disabled at compile time
[    7.374082] usbcore: registered new interface driver usbhid
[    7.374093] usbhid: USB HID core driver
[    7.378052] Bluetooth: hci0: BCM: chip id 107
[    7.383117] Bluetooth: hci0: BCM: features 0x2f
[    7.406348] Bluetooth: hci0: BCM4345C0
[    7.406367] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0000
[    7.409394] Bluetooth: hci0: BCM: firmware Patch file not found, tried:
[    7.409410] Bluetooth: hci0: BCM: 'brcm/BCM4345C0.hcd'
[    7.409415] Bluetooth: hci0: BCM: 'brcm/BCM.hcd'
[    7.478709] usb 1-4: Found UVC 1.00 device USB Camera (0bdc:0320)
[    7.488003] pstore: Using crash dump compression: deflate
[    7.488031] pstore: Registered efi as persistent store backend
[    7.491390] input: USB Camera: USB Camera as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/input/input3
[    7.491602] usbcore: registered new interface driver uvcvideo
[    7.591919] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    7.607957] cryptd: max_cpu_qlen set to 1000
[    7.608636] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    7.748266] SSE version of gcm_enc/dec engaged.
[    7.812917] mmc0: queuing unknown CIS tuple 0x80 (2 bytes)
[    7.814469] mmc0: queuing unknown CIS tuple 0x80 (3 bytes)
[    7.828707] mmc0: queuing unknown CIS tuple 0x80 (3 bytes)
[    7.833672] mmc0: queuing unknown CIS tuple 0x80 (7 bytes)
[    7.837247] mmc0: queuing unknown CIS tuple 0x81 (9 bytes)
[    7.933589] checking generic (80000000 258000) vs hw (90000000 1000000)
[    7.933602] checking generic (80000000 258000) vs hw (80000000 10000000)
[    7.933606] fb0: switching to inteldrmfb from EFI VGA
[    7.934094] Console: switching to colour dummy device 80x25
[    7.934202] i915 0000:00:02.0: vgaarb: deactivate vga console
[    7.966729] sof-audio-acpi-intel-byt 808622A8:00: Firmware info: version 1:6:0-e9637
[    7.966744] sof-audio-acpi-intel-byt 808622A8:00: Firmware: ABI 3:17:0 Kernel ABI 3:18:0
[    7.999197] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    7.999846] i915 0000:00:02.0: [drm] Using SoC PWM for LCD backlight control
[    8.011414] axp288_fuel_gauge axp288_fuel_gauge: HW IRQ 16 -> VIRQ 134
[    8.040724] axp288_fuel_gauge axp288_fuel_gauge: HW IRQ 17 -> VIRQ 135
[    8.068146] axp288_fuel_gauge axp288_fuel_gauge: HW IRQ 18 -> VIRQ 136
[    8.091491] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[    8.092791] axp288_fuel_gauge axp288_fuel_gauge: HW IRQ 19 -> VIRQ 137
[    8.096297] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    8.103062] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4
[    8.108236] i915 0000:00:02.0: [drm] HDaudio controller not detected, using LPE audio instead
[    8.116718] axp288_fuel_gauge axp288_fuel_gauge: HW IRQ 24 -> VIRQ 142
[    8.132294] input: gpio-keys as /devices/platform/ACPI0011:00/gpio-keys.1.auto/input/input5
[    8.132925] input: gpio-keys as /devices/platform/ACPI0011:00/gpio-keys.2.auto/input/input6
[    8.144779] axp288_fuel_gauge axp288_fuel_gauge: HW IRQ 25 -> VIRQ 143
[    8.172164] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[    8.173314] usbcore: registered new interface driver brcmfmac
[    8.182811] brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.THOMSON-NEO10A-4BK64.txt failed with error -2
[    8.182924] brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.txt failed with error -2
[    8.183181] brcmfmac: brcmf_fw_nvram_from_efi: Using nvram EFI variable
[    8.291927] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[    8.346268] fbcon: i915drmfb (fb0) is primary device
[    8.346477] Console: switching to colour frame buffer device 128x37
[    8.346516] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    8.480706] input:  USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:0000:3825.0001/input/input7
[    8.481036] hid-generic 0003:0000:3825.0001: input,hidraw0: USB HID v1.11 Mouse [ USB OPTICAL MOUSE] on usb-0000:00:14.0-1/input0
[    8.481424] input: SINO WEALTH USB KEYBOARD as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:6080:0610.0002/input/input8
[    8.535604] intel_rapl_common: Found RAPL domain package
[    8.535614] intel_rapl_common: Found RAPL domain core
[    8.542899] hid-generic 0003:6080:0610.0002: input,hidraw1: USB HID v1.10 Keyboard [SINO WEALTH USB KEYBOARD] on usb-0000:00:14.0-3/input0
[    8.545032] input: SINO WEALTH USB KEYBOARD Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:6080:0610.0003/input/input9
[    8.545321] input: SINO WEALTH USB KEYBOARD System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:6080:0610.0003/input/input10
[    8.611400] input: SINO WEALTH USB KEYBOARD Wireless Radio Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:6080:0610.0003/input/input11
[    8.611568] input: SINO WEALTH USB KEYBOARD Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:6080:0610.0003/input/input12
[    8.611849] hid-generic 0003:6080:0610.0003: input,hiddev0,hidraw2: USB HID v1.10 Mouse [SINO WEALTH USB KEYBOARD] on usb-0000:00:14.0-3/input1
[    8.883494] bytcht_es8316 bytcht_es8316: quirk IN1_MAP enabled
[    8.883506] bytcht_es8316 bytcht_es8316: quirk MONO_SPEAKER enabled
[    8.921627] sof-audio-acpi-intel-byt 808622A8:00: Topology: ABI 3:17:0 Kernel ABI 3:18:0
[    8.929149] input: Intel HDMI/DP LPE Audio HDMI/DP,pcm=0 as /devices/pci0000:00/0000:00:02.0/hdmi-lpe-audio/sound/card0/input13
[    8.929541] input: Intel HDMI/DP LPE Audio HDMI/DP,pcm=1 as /devices/pci0000:00/0000:00:02.0/hdmi-lpe-audio/sound/card0/input14
[    8.931037] sof-audio-acpi-intel-byt 808622A8:00: ASoC: Parent card not yet available, widget card binding deferred
[    8.939421] input: Intel HDMI/DP LPE Audio HDMI/DP,pcm=2 as /devices/pci0000:00/0000:00:02.0/hdmi-lpe-audio/sound/card0/input15
[    8.987842] input: sof-bytcht es8316 Headset as /devices/pci0000:00/808622A8:00/bytcht_es8316/sound/card1/input16
[   10.298762] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Apr 15 2021 03:03:20 version 7.45.234 (4ca95bb CY) FWID 01-996384e2
[   10.643456] audit: type=1400 audit(1647172006.975:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=656 comm="apparmor_parser"
[   10.643484] audit: type=1400 audit(1647172006.975:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=656 comm="apparmor_parser"
[   10.644285] audit: type=1400 audit(1647172006.975:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=655 comm="apparmor_parser"
[   10.666599] audit: type=1400 audit(1647172006.999:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=657 comm="apparmor_parser"
[   10.666622] audit: type=1400 audit(1647172006.999:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=657 comm="apparmor_parser"
[   10.666632] audit: type=1400 audit(1647172006.999:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=657 comm="apparmor_parser"
[   10.666641] audit: type=1400 audit(1647172006.999:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/{,usr/}sbin/dhclient" pid=657 comm="apparmor_parser"
[   10.671955] audit: type=1400 audit(1647172007.003:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="tcpdump" pid=661 comm="apparmor_parser"
[   10.692478] audit: type=1400 audit(1647172007.023:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=665 comm="apparmor_parser"
[   10.692610] audit: type=1400 audit(1647172007.023:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=660 comm="apparmor_parser"
[   11.810575] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   11.810589] Bluetooth: BNEP filters: protocol multicast
[   11.810601] Bluetooth: BNEP socket layer initialized
[   11.919399] NET: Registered protocol family 38
[   14.553689] loop11: detected capacity change from 0 to 8
[   14.767511] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   19.038816] rfkill: input handler disabled
[  114.720029] rfkill: input handler enabled
[  116.529699] Bluetooth: RFCOMM TTY layer initialized
[  116.529730] Bluetooth: RFCOMM socket layer initialized
[  116.529752] Bluetooth: RFCOMM ver 1.11
[  121.190323] rfkill: input handler disabled
[  121.962572] kauditd_printk_skb: 28 callbacks suppressed
[  121.962583] audit: type=1400 audit(1647172118.571:40): apparmor="DENIED" operation="capable" profile="/snap/core/12725/usr/lib/snapd/snap-confine" pid=1767 comm="snap-confine" capability=12  capname="net_admin"
[  121.962602] audit: type=1400 audit(1647172118.571:41): apparmor="DENIED" operation="capable" profile="/snap/core/12725/usr/lib/snapd/snap-confine" pid=1767 comm="snap-confine" capability=38  capname="perfmon"
[  122.056512] audit: type=1400 audit(1647172118.663:42): apparmor="DENIED" operation="capable" profile="/snap/core/12725/usr/lib/snapd/snap-confine" pid=1767 comm="snap-confine" capability=4  capname="fsetid"
[  128.465895] audit: type=1326 audit(1647172125.076:43): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.snap-store.ubuntu-software pid=1767 comm="snap-store" exe="/snap/snap-store/558/usr/bin/snap-store" sig=0 arch=c000003e syscall=314 compat=0 ip=0x7f9f5a47776d code=0x50000
[  134.439835] audit: type=1107 audit(1647172131.054:44): pid=701 uid=103 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.9" pid=1767 label="snap.snap-store.ubuntu-software" peer_pid=716 peer_label="unconfined"
                exe="/usr/bin/dbus-daemon" sauid=103 hostname=? addr=? terminal=?'
[  134.442421] audit: type=1107 audit(1647172131.058:45): pid=701 uid=103 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.9" pid=1767 label="snap.snap-store.ubuntu-software" peer_pid=716 peer_label="unconfined"
                exe="/usr/bin/dbus-daemon" sauid=103 hostname=? addr=? terminal=?'
[  143.777739] audit: type=1326 audit(1647172140.392:46): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.snap-store.ubuntu-software pid=1767 comm="snap-store" exe="/snap/snap-store/558/usr/bin/snap-store" sig=0 arch=c000003e syscall=93 compat=0 ip=0x7f9f5a46e3cb code=0x50000
[  143.922077] audit: type=1107 audit(1647172140.536:47): pid=701 uid=103 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.9" pid=1767 label="snap.snap-store.ubuntu-software" peer_pid=716 peer_label="unconfined"
                exe="/usr/bin/dbus-daemon" sauid=103 hostname=? addr=? terminal=?'
[  143.923791] audit: type=1107 audit(1647172140.536:48): pid=701 uid=103 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.9" pid=1767 label="snap.snap-store.ubuntu-software" peer_pid=716 peer_label="unconfined"
                exe="/usr/bin/dbus-daemon" sauid=103 hostname=? addr=? terminal=?'
[  145.297287] audit: type=1400 audit(1647172141.913:49): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/etc/PackageKit/Vendor.conf" pid=1767 comm="snap-store" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[  200.970601] audit: type=1326 audit(1647172197.610:50): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.snap-store.ubuntu-software pid=1767 comm="pool-org.gnome." exe="/snap/snap-store/558/usr/bin/snap-store" sig=0 arch=c000003e syscall=93 compat=0 ip=0x7f9f5a46e3cb code=0x50000
dario@neo10a-4bk64:~$ 

#41 Le 13/03/2022, à 14:05

Dariox743

Re : [ Résolu ] Son strident et aigu Carte son Intel ES8316

Je vous rapporte ceci également au cas où :

dario@neo10a-4bk64:~$ sudo dmesg | grep -i sdio
[sudo] Mot de passe de dario : 
[    3.552893] mmc0: new ultra high speed SDR104 SDIO card at address 0001
[    8.172164] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[    8.182811] brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.THOMSON-NEO10A-4BK64.txt failed with error -2
[    8.182924] brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.txt failed with error -2
[    8.291927] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
dario@neo10a-4bk64:~$ 

#42 Le 13/03/2022, à 23:05

Nuliel

Re : [ Résolu ] Son strident et aigu Carte son Intel ES8316

brcmfmac c'est pour du bluetooth ici j'imagine
Je trouve rien d'intéressant.
Tu peux passer

echo "options snd-intel-dspcfg dsp_driver=2" | sudo tee -a /etc/modprobe.d/dsp.conf 

redémarrer et redonner

dmesg

pour voir des erreurs qui seraient levées

Sinon ton problème correspond vraiment à https://github.com/thesofproject/sof/issues/4662

Dernière modification par Nuliel (Le 13/03/2022, à 23:06)

Hors ligne

#43 Le 13/03/2022, à 23:49

Dariox743

Re : [ Résolu ] Son strident et aigu Carte son Intel ES8316

Nuliel a écrit :

brcmfmac c'est pour du bluetooth ici j'imagine
Je trouve rien d'intéressant.
Tu peux passer

echo "options snd-intel-dspcfg dsp_driver=2" | sudo tee -a /etc/modprobe.d/dsp.conf 

redémarrer et redonner

dmesg

pour voir des erreurs qui seraient levées

Sinon ton problème correspond vraiment à https://github.com/thesofproject/sof/issues/4662

Pour commencer mon volume au redémarrage a été reset au volume 100 j'ai mis une musique elle étais forte.

Quelque option on été passer de rouge à vert mais il reste quand même des options en rouge.

dario@neo10a-4bk64:~$ sudo dmesg
[sudo] Mot de passe de dario : 
[    0.000000] microcode: microcode updated early to revision 0x411, date = 2019-04-23
[    0.000000] Linux version 5.13.0-35-generic (buildd@ubuntu) (gcc (Ubuntu 11.2.0-7ubuntu2) 11.2.0, GNU ld (GNU Binutils for Ubuntu) 2.37) #40-Ubuntu SMP Mon Mar 7 08:03:10 UTC 2022 (Ubuntu 5.13.0-35.40-generic 5.13.19)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.13.0-35-generic root=UUID=e87a0712-5104-42d6-9017-14f8c98e39d3 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] x86/fpu: x87 FPU will use FXSAVE
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000020200000-0x000000007a9f5fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007a9f6000-0x000000007b405fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007b406000-0x000000007b43afff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007b43b000-0x000000007b535fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007b536000-0x000000007b87afff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007b87b000-0x000000007bffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000e3ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000feafffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed03000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed06000-0x00000000fed06fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed09fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1cfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fedbffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffa00000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000017fffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.40 by American Megatrends
[    0.000000] efi: ESRT=0x7b404000 ACPI=0x7b418000 ACPI 2.0=0x7b418000 SMBIOS=0x7b6f3000 SMBIOS 3.0=0x7b6f2000 RNG=0x7b6f4d18 TPMEventLog=0x77296018 
[    0.000000] efi: seeding entropy pool
[    0.000000] random: fast init done
[    0.000000] TPM Final Events table not present
[    0.000000] secureboot: Secure boot disabled
[    0.000000] SMBIOS 3.0.0 present.
[    0.000000] DMI: THOMSON NEO10A-4BK64/C116CM, BIOS 5.11 11/09/2020
[    0.000000] tsc: Detected 1440.000 MHz processor
[    0.000052] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000063] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000086] last_pfn = 0x180000 max_arch_pfn = 0x400000000
[    0.000161] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000523] total RAM covered: 4036M
[    0.001746] Found optimal setting for mtrr clean up
[    0.001750]  gran_size: 64K 	chunk_size: 64M 	num_reg: 6  	lose cover RAM: 0G
[    0.001923] e820: update [mem 0x7c400000-0xffffffff] usable ==> reserved
[    0.001940] last_pfn = 0x7c000 max_arch_pfn = 0x400000000
[    0.012092] esrt: ESRT header is not in the memory map.
[    0.012824] secureboot: Secure boot disabled
[    0.012828] RAMDISK: [mem 0x3d6fa000-0x3fffdfff]
[    0.012854] ACPI: Early table checksum verification disabled
[    0.012866] ACPI: RSDP 0x000000007B418000 000024 (v02 ALASKA)
[    0.012882] ACPI: XSDT 0x000000007B4180B0 0000DC (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.012902] ACPI: FACP 0x000000007B433C70 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
[    0.012925] ACPI: DSDT 0x000000007B418218 01BA52 (v02 ALASKA A M I    01072009 INTL 20120913)
[    0.012941] ACPI: FACS 0x000000007B535F80 000040
[    0.012953] ACPI: APIC 0x000000007B433D80 000084 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.012965] ACPI: FPDT 0x000000007B433E08 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.012978] ACPI: FIDT 0x000000007B433E50 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.012990] ACPI: MSDM 0x000000007B433EF0 000055 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.013002] ACPI: MCFG 0x000000007B433F48 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.013014] ACPI: SSDT 0x000000007B433F88 0041C7 (v01 DptfTb DptfTab  00001000 INTL 20120913)
[    0.013028] ACPI: SSDT 0x000000007B438150 000645 (v01 CpuDpf CpuDptf  00001000 INTL 20120913)
[    0.013040] ACPI: SSDT 0x000000007B438798 000058 (v01 LowPM  LowPwrM  00001000 INTL 20120913)
[    0.013053] ACPI: UEFI 0x000000007B4387F0 000042 (v01 ALASKA A M I    00000000      00000000)
[    0.013066] ACPI: SSDT 0x000000007B438838 000269 (v01 UsbCTb UsbCTab  00001000 INTL 20120913)
[    0.013080] ACPI: HPET 0x000000007B438AA8 000038 (v01 ALASKA A M I    01072009 AMI. 00000005)
[    0.013094] ACPI: SSDT 0x000000007B438AE0 000763 (v01 PmRef  CpuPm    00003000 INTL 20120913)
[    0.013107] ACPI: SSDT 0x000000007B439248 000290 (v01 PmRef  Cpu0Tst  00003000 INTL 20120913)
[    0.013121] ACPI: SSDT 0x000000007B4394D8 00017A (v01 PmRef  ApTst    00003000 INTL 20120913)
[    0.013136] ACPI: SSDT 0x000000007B439658 00043A (v01 Intel_ Tpm2Tabl 00001000 INTL 20120913)
[    0.013150] ACPI: TPM2 0x000000007B439A98 000034 (v03                 00000000      00000000)
[    0.013162] ACPI: LPIT 0x000000007B439AD0 000104 (v01 ALASKA A M I    00000005 MSFT 0100000D)
[    0.013176] ACPI: BCFG 0x000000007B439BD8 000139 (v01 INTEL  BATTCONF 00000001 ACPI 00000000)
[    0.013190] ACPI: PRAM 0x000000007B439D18 000030 (v01                 00000001      00000000)
[    0.013202] ACPI: CSRT 0x000000007B439D48 00014C (v00 INTEL  LANFORDC 00000005 MSFT 0100000D)
[    0.013216] ACPI: BGRT 0x000000007B439E98 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.013228] ACPI: WDAT 0x000000007B439ED0 000104 (v01                 00000000      00000000)
[    0.013238] ACPI: Reserving FACP table memory at [mem 0x7b433c70-0x7b433d7b]
[    0.013244] ACPI: Reserving DSDT table memory at [mem 0x7b418218-0x7b433c69]
[    0.013248] ACPI: Reserving FACS table memory at [mem 0x7b535f80-0x7b535fbf]
[    0.013252] ACPI: Reserving APIC table memory at [mem 0x7b433d80-0x7b433e03]
[    0.013256] ACPI: Reserving FPDT table memory at [mem 0x7b433e08-0x7b433e4b]
[    0.013260] ACPI: Reserving FIDT table memory at [mem 0x7b433e50-0x7b433eeb]
[    0.013264] ACPI: Reserving MSDM table memory at [mem 0x7b433ef0-0x7b433f44]
[    0.013268] ACPI: Reserving MCFG table memory at [mem 0x7b433f48-0x7b433f83]
[    0.013272] ACPI: Reserving SSDT table memory at [mem 0x7b433f88-0x7b43814e]
[    0.013277] ACPI: Reserving SSDT table memory at [mem 0x7b438150-0x7b438794]
[    0.013281] ACPI: Reserving SSDT table memory at [mem 0x7b438798-0x7b4387ef]
[    0.013285] ACPI: Reserving UEFI table memory at [mem 0x7b4387f0-0x7b438831]
[    0.013289] ACPI: Reserving SSDT table memory at [mem 0x7b438838-0x7b438aa0]
[    0.013293] ACPI: Reserving HPET table memory at [mem 0x7b438aa8-0x7b438adf]
[    0.013297] ACPI: Reserving SSDT table memory at [mem 0x7b438ae0-0x7b439242]
[    0.013302] ACPI: Reserving SSDT table memory at [mem 0x7b439248-0x7b4394d7]
[    0.013306] ACPI: Reserving SSDT table memory at [mem 0x7b4394d8-0x7b439651]
[    0.013310] ACPI: Reserving SSDT table memory at [mem 0x7b439658-0x7b439a91]
[    0.013314] ACPI: Reserving TPM2 table memory at [mem 0x7b439a98-0x7b439acb]
[    0.013318] ACPI: Reserving LPIT table memory at [mem 0x7b439ad0-0x7b439bd3]
[    0.013323] ACPI: Reserving BCFG table memory at [mem 0x7b439bd8-0x7b439d10]
[    0.013327] ACPI: Reserving PRAM table memory at [mem 0x7b439d18-0x7b439d47]
[    0.013331] ACPI: Reserving CSRT table memory at [mem 0x7b439d48-0x7b439e93]
[    0.013335] ACPI: Reserving BGRT table memory at [mem 0x7b439e98-0x7b439ecf]
[    0.013340] ACPI: Reserving WDAT table memory at [mem 0x7b439ed0-0x7b439fd3]
[    0.013368] ACPI: Local APIC address 0xfee00000
[    0.013507] No NUMA configuration found
[    0.013511] Faking a node at [mem 0x0000000000000000-0x000000017fffffff]
[    0.013545] NODE_DATA(0) allocated [mem 0x17ffd6000-0x17fffffff]
[    0.014712] Zone ranges:
[    0.014716]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.014723]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.014728]   Normal   [mem 0x0000000100000000-0x000000017fffffff]
[    0.014734]   Device   empty
[    0.014738] Movable zone start for each node
[    0.014748] Early memory node ranges
[    0.014749]   node   0: [mem 0x0000000000001000-0x000000000008efff]
[    0.014756]   node   0: [mem 0x0000000000090000-0x000000000009dfff]
[    0.014760]   node   0: [mem 0x0000000000100000-0x000000001fffffff]
[    0.014765]   node   0: [mem 0x0000000020200000-0x000000007a9f5fff]
[    0.014769]   node   0: [mem 0x000000007b87b000-0x000000007bffffff]
[    0.014773]   node   0: [mem 0x0000000100000000-0x000000017fffffff]
[    0.014782] Initmem setup node 0 [mem 0x0000000000001000-0x000000017fffffff]
[    0.014789] On node 0 totalpages: 1027863
[    0.014793]   DMA zone: 64 pages used for memmap
[    0.014797]   DMA zone: 156 pages reserved
[    0.014800]   DMA zone: 3996 pages, LIFO batch:0
[    0.014804]   DMA32 zone: 7806 pages used for memmap
[    0.014807]   DMA32 zone: 499579 pages, LIFO batch:63
[    0.014810]   Normal zone: 8192 pages used for memmap
[    0.014813]   Normal zone: 524288 pages, LIFO batch:63
[    0.014822] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.014827] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.014923] On node 0, zone DMA: 98 pages in unavailable ranges
[    0.028175] On node 0, zone DMA32: 512 pages in unavailable ranges
[    0.028364] On node 0, zone DMA32: 3717 pages in unavailable ranges
[    0.042932] On node 0, zone Normal: 16384 pages in unavailable ranges
[    0.042962] Reserving Intel graphics memory at [mem 0x7ce00000-0x7edfffff]
[    0.043067] ACPI: PM-Timer IO Port: 0x408
[    0.043078] ACPI: Local APIC address 0xfee00000
[    0.043102] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.043109] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.043113] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.043117] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.043146] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-114
[    0.043156] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.043165] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.043174] ACPI: IRQ0 used by override.
[    0.043178] ACPI: IRQ9 used by override.
[    0.043184] Using ACPI (MADT) for SMP configuration information
[    0.043190] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.043218] e820: update [mem 0x7945a000-0x7961cfff] usable ==> reserved
[    0.043255] TSC deadline timer available
[    0.043259] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.043389] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.043401] PM: hibernation: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
[    0.043409] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.043412] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.043420] PM: hibernation: Registered nosave memory: [mem 0x20000000-0x201fffff]
[    0.043427] PM: hibernation: Registered nosave memory: [mem 0x7945a000-0x7961cfff]
[    0.043435] PM: hibernation: Registered nosave memory: [mem 0x7a9f6000-0x7b405fff]
[    0.043438] PM: hibernation: Registered nosave memory: [mem 0x7b406000-0x7b43afff]
[    0.043441] PM: hibernation: Registered nosave memory: [mem 0x7b43b000-0x7b535fff]
[    0.043445] PM: hibernation: Registered nosave memory: [mem 0x7b536000-0x7b87afff]
[    0.043452] PM: hibernation: Registered nosave memory: [mem 0x7c000000-0x7cdfffff]
[    0.043456] PM: hibernation: Registered nosave memory: [mem 0x7ce00000-0x7edfffff]
[    0.043459] PM: hibernation: Registered nosave memory: [mem 0x7ee00000-0xdfffffff]
[    0.043463] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xe3ffffff]
[    0.043466] PM: hibernation: Registered nosave memory: [mem 0xe4000000-0xfe9fffff]
[    0.043471] PM: hibernation: Registered nosave memory: [mem 0xfea00000-0xfeafffff]
[    0.043474] PM: hibernation: Registered nosave memory: [mem 0xfeb00000-0xfebfffff]
[    0.043478] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.043481] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfed00fff]
[    0.043484] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed01fff]
[    0.043488] PM: hibernation: Registered nosave memory: [mem 0xfed02000-0xfed02fff]
[    0.043491] PM: hibernation: Registered nosave memory: [mem 0xfed03000-0xfed03fff]
[    0.043494] PM: hibernation: Registered nosave memory: [mem 0xfed04000-0xfed05fff]
[    0.043498] PM: hibernation: Registered nosave memory: [mem 0xfed06000-0xfed06fff]
[    0.043501] PM: hibernation: Registered nosave memory: [mem 0xfed07000-0xfed07fff]
[    0.043505] PM: hibernation: Registered nosave memory: [mem 0xfed08000-0xfed09fff]
[    0.043509] PM: hibernation: Registered nosave memory: [mem 0xfed0a000-0xfed1bfff]
[    0.043512] PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1cfff]
[    0.043515] PM: hibernation: Registered nosave memory: [mem 0xfed1d000-0xfed7ffff]
[    0.043518] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfedbffff]
[    0.043522] PM: hibernation: Registered nosave memory: [mem 0xfedc0000-0xfedfffff]
[    0.043525] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.043528] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xff9fffff]
[    0.043532] PM: hibernation: Registered nosave memory: [mem 0xffa00000-0xffffffff]
[    0.043539] [mem 0x7ee00000-0xdfffffff] available for PCI devices
[    0.043544] Booting paravirtualized kernel on bare hardware
[    0.043554] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.043581] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.044879] percpu: Embedded 65 pages/cpu s229376 r8192 d28672 u524288
[    0.044916] pcpu-alloc: s229376 r8192 d28672 u524288 alloc=1*2097152
[    0.044927] pcpu-alloc: [0] 0 1 2 3 
[    0.045054] Built 1 zonelists, mobility grouping on.  Total pages: 1011645
[    0.045062] Policy zone: Normal
[    0.045068] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.13.0-35-generic root=UUID=e87a0712-5104-42d6-9017-14f8c98e39d3 ro quiet splash vt.handoff=7
[    0.046843] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.047692] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.047814] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.113016] Memory: 3826728K/4111452K available (16393K kernel code, 3511K rwdata, 10512K rodata, 2896K init, 5728K bss, 284464K reserved, 0K cma-reserved)
[    0.113041] random: get_random_u64 called from kmem_cache_open+0x25/0x2f0 with crng_init=1
[    0.113516] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.113572] Kernel/User page tables isolation: enabled
[    0.113625] ftrace: allocating 49746 entries in 195 pages
[    0.151903] ftrace: allocated 195 pages with 4 groups
[    0.152303] rcu: Hierarchical RCU implementation.
[    0.152310] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[    0.152315] 	Rude variant of Tasks RCU enabled.
[    0.152317] 	Tracing variant of Tasks RCU enabled.
[    0.152319] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.152322] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.168433] NR_IRQS: 524544, nr_irqs: 1024, preallocated irqs: 16
[    0.169069] random: crng done (trusting CPU's manufacturer)
[    0.169155] vt handoff: transparent VT on vt#7
[    0.169177] Console: colour dummy device 80x25
[    0.169237] printk: console [tty0] enabled
[    0.169314] ACPI: Core revision 20210331
[    0.169862] hpet: HPET dysfunctional in PC10. Force disabled.
[    0.169870] APIC: Switch to symmetric I/O mode setup
[    0.171469] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x14c1baf3789, max_idle_ns: 440795266465 ns
[    0.171488] Calibrating delay loop (skipped), value calculated using timer frequency.. 2880.00 BogoMIPS (lpj=5760000)
[    0.171504] pid_max: default: 32768 minimum: 301
[    0.175481] LSM: Security Framework initializing
[    0.175481] Yama: becoming mindful.
[    0.175481] AppArmor: AppArmor initialized
[    0.175481] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.175481] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.175481] CPU0: Thermal monitoring enabled (TM1)
[    0.175481] process: using mwait in idle threads
[    0.175481] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
[    0.175481] Last level dTLB entries: 4KB 256, 2MB 16, 4MB 16, 1GB 0
[    0.175481] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.175481] Spectre V2 : Mitigation: Retpolines
[    0.175481] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.175481] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.175481] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.175481] MDS: Mitigation: Clear CPU buffers
[    0.175481] Freeing SMP alternatives memory: 40K
[    0.175481] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1365
[    0.175481] smpboot: CPU0: Intel(R) Atom(TM) x5-Z8350  CPU @ 1.44GHz (family: 0x6, model: 0x4c, stepping: 0x4)
[    0.175481] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, 8-deep LBR, full-width counters, Intel PMU driver.
[    0.175481] ... version:                3
[    0.175481] ... bit width:              40
[    0.175481] ... generic registers:      2
[    0.175481] ... value mask:             000000ffffffffff
[    0.175481] ... max period:             0000007fffffffff
[    0.175481] ... fixed-purpose events:   3
[    0.175481] ... event mask:             0000000700000003
[    0.175481] rcu: Hierarchical SRCU implementation.
[    0.175481] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.175481] smp: Bringing up secondary CPUs ...
[    0.175481] x86: Booting SMP configuration:
[    0.175481] .... node  #0, CPUs:      #1 #2 #3
[    0.184134] smp: Brought up 1 node, 4 CPUs
[    0.184134] smpboot: Max logical packages: 1
[    0.184134] smpboot: Total of 4 processors activated (11520.00 BogoMIPS)
[    0.184846] devtmpfs: initialized
[    0.184846] x86/mm: Memory block size: 128MB
[    0.188218] PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
[    0.188218] PM: Registering ACPI NVS region [mem 0x7b43b000-0x7b535fff] (1028096 bytes)
[    0.188218] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.188218] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.188218] pinctrl core: initialized pinctrl subsystem
[    0.188403] PM: RTC time: 21:43:48, date: 2022-03-13
[    0.188871] NET: Registered protocol family 16
[    0.189375] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[    0.189570] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.189786] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.189836] audit: initializing netlink subsys (disabled)
[    0.189907] audit: type=2000 audit(1647207828.016:1): state=initialized audit_enabled=0 res=1
[    0.191534] thermal_sys: Registered thermal governor 'fair_share'
[    0.191542] thermal_sys: Registered thermal governor 'bang_bang'
[    0.191546] thermal_sys: Registered thermal governor 'step_wise'
[    0.191549] thermal_sys: Registered thermal governor 'user_space'
[    0.191554] thermal_sys: Registered thermal governor 'power_allocator'
[    0.191585] EISA bus registered
[    0.191618] cpuidle: using governor ladder
[    0.191638] cpuidle: using governor menu
[    0.191788] ACPI: bus type PCI registered
[    0.191796] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.192092] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.192110] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.192116] PCI: MMCONFIG for 0000 [bus00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000) (size reduced!)
[    0.192161] PCI: Using configuration type 1 for base access
[    0.192907] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.197827] Kprobes globally optimized
[    0.197848] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.203858] ACPI: Added _OSI(Module Device)
[    0.203867] ACPI: Added _OSI(Processor Device)
[    0.203870] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.203873] ACPI: Added _OSI(Processor Aggregator Device)
[    0.203878] ACPI: Added _OSI(Linux-Dell-Video)
[    0.203881] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.203885] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.289659] ACPI: 9 ACPI AML tables successfully acquired and loaded
[    0.304227] ACPI: Dynamic OEM Table Load:
[    0.304259] ACPI: SSDT 0xFFFF9674C0BE0000 00059C (v01 PmRef  Cpu0Ist  00003000 INTL 20120913)
[    0.309912] ACPI: Dynamic OEM Table Load:
[    0.309937] ACPI: SSDT 0xFFFF9674C0BD4400 0003A5 (v01 PmRef  Cpu0Cst  00003001 INTL 20120913)
[    0.315235] ACPI: Dynamic OEM Table Load:
[    0.315261] ACPI: SSDT 0xFFFF9674C0CA5C00 00015F (v01 PmRef  ApIst    00003000 INTL 20120913)
[    0.319440] ACPI: Dynamic OEM Table Load:
[    0.319462] ACPI: SSDT 0xFFFF9674C0C3C540 00008D (v01 PmRef  ApCst    00003000 INTL 20120913)
[    0.330214] ACPI: Interpreter enabled
[    0.330291] ACPI: (supports S0 S4 S5)
[    0.330299] ACPI: Using IOAPIC for interrupt routing
[    0.330437] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.335764] ACPI: PM: Power Resource [P06X] (off)
[    0.338740] ACPI: PM: Power Resource [ID3C] (on)
[    0.343110] ACPI: PM: Power Resource [USBC] (on)
[    0.344472] ACPI: PM: Power Resource [WWPR] (off)
[    0.345406] ACPI: PM: Power Resource [WWPR] (off)
[    0.347149] ACPI: PM: Power Resource [WWPR] (off)
[    0.348037] ACPI: PM: Power Resource [WWPR] (off)
[    0.348967] ACPI: PM: Power Resource [WWPR] (off)
[    0.350039] ACPI: PM: Power Resource [WWPR] (off)
[    0.366417] ACPI: PM: Power Resource [CLK2] (on)
[    0.370309] ACPI: PM: Power Resource [CLK2] (on)
[    0.370466] ACPI: PM: Power Resource [CLK3] (on)
[    0.370638] ACPI: PM: Power Resource [CLK4] (on)
[    0.389331] ACPI: PM: Power Resource [CLK2] (on)
[    0.389504] ACPI: PM: Power Resource [CLK1] (on)
[    0.391033] ACPI: PM: Power Resource [CLK5] (off)
[    0.408937] ACPI: PM: Power Resource [P28X] (off)
[    0.409105] ACPI: PM: Power Resource [P18X] (off)
[    0.409271] ACPI: PM: Power Resource [P12X] (off)
[    0.409439] ACPI: PM: Power Resource [P28P] (off)
[    0.409601] ACPI: PM: Power Resource [P18P] (off)
[    0.409766] ACPI: PM: Power Resource [P12P] (off)
[    0.409925] ACPI: PM: Power Resource [P19X] (off)
[    0.410115] ACPI: PM: Power Resource [P12A] (off)
[    0.410279] ACPI: PM: Power Resource [P28T] (off)
[    0.410449] ACPI: PM: Power Resource [P18D] (off)
[    0.410621] ACPI: PM: Power Resource [P18T] (off)
[    0.410783] ACPI: PM: Power Resource [P3P3] (off)
[    0.410953] ACPI: PM: Power Resource [P12T] (off)
[    0.411112] ACPI: PM: Power Resource [P28W] (off)
[    0.411303] ACPI: PM: Power Resource [P18W] (off)
[    0.411469] ACPI: PM: Power Resource [P12W] (off)
[    0.411630] ACPI: PM: Power Resource [P33W] (off)
[    0.411801] ACPI: PM: Power Resource [P33X] (off)
[    0.411961] ACPI: PM: Power Resource [P4BW] (off)
[    0.422842] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.422871] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.424252] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
[    0.424303] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.426908] PCI host bridge to bus 0000:00
[    0.426918] pci_bus 0000:00: root bus resource [io  0x0070-0x0077]
[    0.426926] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.426932] pci_bus 0000:00: root bus resource [io  0x0000-0x006f window]
[    0.426937] pci_bus 0000:00: root bus resource [io  0x0078-0x0cf7 window]
[    0.426945] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.426950] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000fffff window]
[    0.426959] pci_bus 0000:00: root bus resource [mem 0x20000000-0x201fffff window]
[    0.426966] pci_bus 0000:00: root bus resource [mem 0x7ce00001-0x7ee00000 window]
[    0.426971] pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
[    0.427011] pci 0000:00:00.0: [8086:2280] type 00 class 0x060000
[    0.427942] pci 0000:00:02.0: [8086:22b0] type 00 class 0x030000
[    0.427974] pci 0000:00:02.0: reg 0x10: [mem 0x90000000-0x90ffffff 64bit]
[    0.427995] pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff 64bit pref]
[    0.428009] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.428051] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.428627] pci 0000:00:03.0: [8086:22b8] type 00 class 0x048000
[    0.428649] pci 0000:00:03.0: reg 0x10: [mem 0x91000000-0x913fffff]
[    0.429226] pci 0000:00:0b.0: [8086:22dc] type 00 class 0x118000
[    0.429250] pci 0000:00:0b.0: reg 0x10: [mem 0x9183b000-0x9183bfff 64bit]
[    0.429953] pci 0000:00:14.0: [8086:22b5] type 00 class 0x0c0330
[    0.429993] pci 0000:00:14.0: reg 0x10: [mem 0x91800000-0x9180ffff 64bit]
[    0.430113] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.430970] pci 0000:00:1a.0: [8086:2298] type 00 class 0x108000
[    0.430999] pci 0000:00:1a.0: reg 0x10: [mem 0x91700000-0x917fffff]
[    0.431016] pci 0000:00:1a.0: reg 0x14: [mem 0x91600000-0x916fffff]
[    0.431124] pci 0000:00:1a.0: PME# supported from D0 D3hot
[    0.431802] pci 0000:00:1f.0: [8086:229c] type 00 class 0x060100
[    0.452379] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.452389] ACPI: PCI: Interrupt link LNKA disabled
[    0.452749] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.452756] ACPI: PCI: Interrupt link LNKB disabled
[    0.453103] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.453109] ACPI: PCI: Interrupt link LNKC disabled
[    0.453456] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.453463] ACPI: PCI: Interrupt link LNKD disabled
[    0.453815] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.453821] ACPI: PCI: Interrupt link LNKE disabled
[    0.454163] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.454170] ACPI: PCI: Interrupt link LNKF disabled
[    0.454517] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.454524] ACPI: PCI: Interrupt link LNKG disabled
[    0.454875] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.454882] ACPI: PCI: Interrupt link LNKH disabled
[    0.460840] cherryview-pinctrl: probe of INT33FF:04 failed with error -61
[    0.474619] ACPI: PM: Power Resource [CLK0] (on)
[    0.474786] ACPI: PM: Power Resource [CLK1] (on)
[    0.502340] acpi LNXPOWER:10: Turning OFF
[    0.502419] acpi LNXPOWER:11: Turning OFF
[    0.502491] acpi LNXPOWER:24: Turning OFF
[    0.502574] acpi LNXPOWER:23: Turning OFF
[    0.502643] acpi LNXPOWER:22: Turning OFF
[    0.502712] acpi LNXPOWER:21: Turning OFF
[    0.502920] acpi LNXPOWER:20: Turning OFF
[    0.503024] acpi LNXPOWER:1f: Turning OFF
[    0.503091] acpi LNXPOWER:1e: Turning OFF
[    0.503159] acpi LNXPOWER:1d: Turning OFF
[    0.503223] acpi LNXPOWER:1c: Turning OFF
[    0.503293] acpi LNXPOWER:1b: Turning OFF
[    0.503359] acpi LNXPOWER:1a: Turning OFF
[    0.503423] acpi LNXPOWER:19: Turning OFF
[    0.503489] acpi LNXPOWER:18: Turning OFF
[    0.503554] acpi LNXPOWER:17: Turning OFF
[    0.503629] acpi LNXPOWER:16: Turning OFF
[    0.503697] acpi LNXPOWER:15: Turning OFF
[    0.503770] acpi LNXPOWER:14: Turning OFF
[    0.503834] acpi LNXPOWER:13: Turning OFF
[    0.503901] acpi LNXPOWER:12: Turning OFF
[    0.503970] acpi LNXPOWER:0f: Turning OFF
[    0.504045] acpi LNXPOWER:0e: Turning OFF
[    0.504117] acpi LNXPOWER:0d: Turning OFF
[    0.504189] acpi LNXPOWER:0c: Turning OFF
[    0.504266] acpi LNXPOWER:0a: Turning OFF
[    0.504340] acpi LNXPOWER:09: Turning OFF
[    0.504422] acpi LNXPOWER:01: Turning OFF
[    0.504829] iommu: Default domain type: Translated 
[    0.504829] SCSI subsystem initialized
[    0.504829] libata version 3.00 loaded.
[    0.504829] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.504829] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.504829] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.504829] vgaarb: loaded
[    0.504829] ACPI: bus type USB registered
[    0.504829] usbcore: registered new interface driver usbfs
[    0.504829] usbcore: registered new interface driver hub
[    0.504829] usbcore: registered new device driver usb
[    0.799481] pps_core: LinuxPPS API ver. 1 registered
[    0.799492] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.799508] PTP clock support registered
[    0.799580] EDAC MC: Ver: 3.0.0
[    0.799671] Registered efivars operations
[    0.800008] NetLabel: Initializing
[    0.800013] NetLabel:  domain hash size = 128
[    0.800017] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.800071] NetLabel:  unlabeled traffic allowed by default
[    0.800126] PCI: Using ACPI for IRQ routing
[    0.803887] PCI: pci_cache_line_size set to 64 bytes
[    0.803934] Expanded resource Reserved due to conflict with PCI Bus 0000:00
[    0.803940] e820: reserve RAM buffer [mem 0x0008f000-0x0008ffff]
[    0.803947] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.803951] e820: reserve RAM buffer [mem 0x7945a000-0x7bffffff]
[    0.803958] e820: reserve RAM buffer [mem 0x7a9f6000-0x7bffffff]
[    0.806425] clocksource: Switched to clocksource tsc-early
[    0.853743] VFS: Disk quotas dquot_6.6.0
[    0.853802] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.854210] AppArmor: AppArmor Filesystem Enabled
[    0.854420] pnp: PnP ACPI init
[    0.854953] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.854966] system 00:00: [io  0x0400-0x047f] could not be reserved
[    0.854972] system 00:00: [io  0x0500-0x05fe] has been reserved
[    0.854998] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.855329] pnp 00:01: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.868716] system 00:02: [mem 0x91839000-0x91839fff] has been reserved
[    0.868732] system 00:02: [mem 0x91837000-0x91837fff] has been reserved
[    0.868739] system 00:02: [mem 0x91835000-0x91835fff] has been reserved
[    0.868751] system 00:02: [mem 0x91824000-0x91824fff] has been reserved
[    0.868758] system 00:02: [mem 0x91822000-0x91822fff] has been reserved
[    0.868764] system 00:02: [mem 0x91820000-0x91820fff] has been reserved
[    0.868769] system 00:02: [mem 0x9181e000-0x9181efff] has been reserved
[    0.868775] system 00:02: [mem 0x9181c000-0x9181cfff] has been reserved
[    0.868781] system 00:02: [mem 0x9181a000-0x9181afff] has been reserved
[    0.868786] system 00:02: [mem 0x91818000-0x91818fff] has been reserved
[    0.868792] system 00:02: [mem 0x91833000-0x91833fff] has been reserved
[    0.868798] system 00:02: [mem 0x91831000-0x91831fff] has been reserved
[    0.868804] system 00:02: [mem 0x9182f000-0x9182ffff] has been reserved
[    0.868820] system 00:02: [mem 0x9182d000-0x9182dfff] has been reserved
[    0.868827] system 00:02: [mem 0x9182b000-0x9182bfff] has been reserved
[    0.868833] system 00:02: [mem 0x91829000-0x91829fff] has been reserved
[    0.868838] system 00:02: [mem 0x91827000-0x91827fff] has been reserved
[    0.868844] system 00:02: [mem 0x91825000-0x91825fff] has been reserved
[    0.868872] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.869173] system 00:03: [mem 0xe0000000-0xefffffff] could not be reserved
[    0.869185] system 00:03: [mem 0xfea00000-0xfeafffff] has been reserved
[    0.869193] system 00:03: [mem 0xfed01000-0xfed01fff] has been reserved
[    0.869198] system 00:03: [mem 0xfed03000-0xfed03fff] has been reserved
[    0.869204] system 00:03: [mem 0xfed06000-0xfed06fff] has been reserved
[    0.869210] system 00:03: [mem 0xfed08000-0xfed09fff] has been reserved
[    0.869216] system 00:03: [mem 0xfed80000-0xfedbffff] could not be reserved
[    0.869221] system 00:03: [mem 0xfed1c000-0xfed1cfff] has been reserved
[    0.869227] system 00:03: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.869246] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.870024] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.873563] pnp: PnP ACPI: found 5 devices
[    0.884727] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.884973] NET: Registered protocol family 2
[    0.885218] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.887815] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    0.887969] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.888343] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[    0.888563] TCP: Hash tables configured (established 32768 bind 32768)
[    0.888822] MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)
[    0.888924] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.888999] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.889179] NET: Registered protocol family 1
[    0.889199] NET: Registered protocol family 44
[    0.889226] pci_bus 0000:00: resource 4 [io  0x0070-0x0077]
[    0.889238] pci_bus 0000:00: resource 5 [io  0x0000-0x006f window]
[    0.889246] pci_bus 0000:00: resource 6 [io  0x0078-0x0cf7 window]
[    0.889252] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.889258] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000fffff window]
[    0.889266] pci_bus 0000:00: resource 9 [mem 0x20000000-0x201fffff window]
[    0.889272] pci_bus 0000:00: resource 10 [mem 0x7ce00001-0x7ee00000 window]
[    0.889277] pci_bus 0000:00: resource 11 [mem 0x80000000-0xdfffffff window]
[    0.889960] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.890610] PCI: CLS 64 bytes, default 64
[    0.890647] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.890651] software IO TLB: mapped [mem 0x0000000073295000-0x0000000077295000] (64MB)
[    0.890792] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x14c1baf3789, max_idle_ns: 440795266465 ns
[    0.890859] clocksource: Switched to clocksource tsc
[    0.890872] Trying to unpack rootfs image as initramfs...
[    0.892369] Initialise system trusted keyrings
[    0.892410] Key type blacklist registered
[    0.892657] workingset: timestamp_bits=36 max_order=20 bucket_order=0
[    0.896789] zbud: loaded
[    0.898139] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.898851] fuse: init (API version 7.34)
[    0.899614] integrity: Platform Keyring initialized
[    0.923709] Key type asymmetric registered
[    0.923722] Asymmetric key parser 'x509' registered
[    0.923766] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    0.923900] io scheduler mq-deadline registered
[    0.931968] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.932223] efifb: probing for efifb
[    0.932275] efifb: showing boot graphics
[    0.937779] efifb: framebuffer at 0x80000000, using 2400k, total 2400k
[    0.937794] efifb: mode is 1024x600x32, linelength=4096, pages=1
[    0.937799] efifb: scrolling: redraw
[    0.937801] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.938035] fbcon: Deferring console take-over
[    0.938042] fb0: EFI VGA frame buffer device
[    0.940343] ACPI: AC: found native INT33F4 PMIC, not loading
[    0.940539] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.940627] ACPI: button: Power Button [PWRB]
[    0.940765] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[    0.940826] ACPI: button: Lid Switch [LID0]
[    0.940952] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.941082] ACPI: button: Power Button [PWRF]
[    0.951409] thermal LNXTHERM:00: registered as thermal_zone0
[    0.951422] ACPI: thermal: Thermal Zone [TZ00] (0 C)
[    0.952387] ACPI: battery: found native INT33F4 PMIC, not loading
[    0.952393] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.973143] 00:01: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.989155] hpet: number irqs doesn't agree with number of timers
[    0.989347] Linux agpgart interface v0.103
[    1.175693] loop: module loaded
[    1.176954] libphy: Fixed MDIO Bus: probed
[    1.176965] tun: Universal TUN/TAP device driver, 1.6
[    1.177150] PPP generic driver version 2.4.2
[    1.177413] VFIO - User Level meta-driver version: 0.3
[    1.178228] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.178251] ehci-pci: EHCI PCI platform driver
[    1.178305] ehci-platform: EHCI generic platform driver
[    1.178343] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.178353] ohci-pci: OHCI PCI platform driver
[    1.178378] ohci-platform: OHCI generic platform driver
[    1.178411] uhci_hcd: USB Universal Host Controller Interface driver
[    1.178548] i8042: PNP: No PS/2 controller found.
[    1.178783] mousedev: PS/2 mouse device common for all mice
[    1.179873] rtc_cmos 00:04: registered as rtc0
[    1.180021] rtc_cmos 00:04: setting system clock to 2022-03-13T21:43:49 UTC (1647207829)
[    1.180082] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram
[    1.180121] i2c /dev entries driver
[    1.182409] device-mapper: uevent: version 1.0.3
[    1.182634] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
[    1.182726] platform eisa.0: Probing EISA bus 0
[    1.182736] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    1.182742] platform eisa.0: Cannot allocate resource for EISA slot 1
[    1.182746] platform eisa.0: Cannot allocate resource for EISA slot 2
[    1.182751] platform eisa.0: Cannot allocate resource for EISA slot 3
[    1.182755] platform eisa.0: Cannot allocate resource for EISA slot 4
[    1.182759] platform eisa.0: Cannot allocate resource for EISA slot 5
[    1.182763] platform eisa.0: Cannot allocate resource for EISA slot 6
[    1.182768] platform eisa.0: Cannot allocate resource for EISA slot 7
[    1.182772] platform eisa.0: Cannot allocate resource for EISA slot 8
[    1.182776] platform eisa.0: EISA: Detected 0 cards
[    1.182787] intel_pstate: Intel P-state driver initializing
[    1.185937] ledtrig-cpu: registered to indicate activity on CPUs
[    1.185967] EFI Variables Facility v0.08 2004-May-17
[    1.200888] drop_monitor: Initializing network drop monitor service
[    1.201336] NET: Registered protocol family 10
[    2.280677] Freeing initrd memory: 42000K
[    2.324010] Segment Routing with IPv6
[    2.324096] NET: Registered protocol family 17
[    2.324791] Key type dns_resolver registered
[    2.327779] microcode: sig=0x406c4, pf=0x1, revision=0x411
[    2.328638] microcode: Microcode Update Driver: v2.2.
[    2.328653] IPI shorthand broadcast: enabled
[    2.328693] sched_clock: Marking stable (2326069928, 2549637)->(2355915362, -27295797)
[    2.330306] registered taskstats version 1
[    2.330345] Loading compiled-in X.509 certificates
[    2.333496] Loaded X.509 cert 'Build time autogenerated kernel key: f70b8698249ea915bdec58f509fe9ad4183b4e0b'
[    2.335302] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969'
[    2.337105] Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19'
[    2.337110] blacklist: Loading compiled-in revocation X.509 certificates
[    2.337165] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing: 61482aa2830d0ab2ad5af10b7250da9033ddcef0'
[    2.337735] zswap: loaded using pool lzo/zbud
[    2.341214] Key type ._fscrypt registered
[    2.341224] Key type .fscrypt registered
[    2.341228] Key type fscrypt-provisioning registered
[    2.342423] Key type trusted registered
[    2.354933] Key type encrypted registered
[    2.354947] AppArmor: AppArmor sha1 policy hashing enabled
[    2.357007] Loading compiled-in module X.509 certificates
[    2.359007] Loaded X.509 cert 'Build time autogenerated kernel key: f70b8698249ea915bdec58f509fe9ad4183b4e0b'
[    2.359014] ima: Allocated hash algorithm: sha1
[    2.405405] ima: No architecture policies found
[    2.405524] evm: Initialising EVM extended attributes:
[    2.405537] evm: security.selinux
[    2.405549] evm: security.SMACK64
[    2.405556] evm: security.SMACK64EXEC
[    2.405562] evm: security.SMACK64TRANSMUTE
[    2.405568] evm: security.SMACK64MMAP
[    2.405576] evm: security.apparmor
[    2.405582] evm: security.ima
[    2.405588] evm: security.capability
[    2.405594] evm: HMAC attrs: 0x1
[    2.437493] i2c_designware 808622C1:05: I2C bus managed by PUNIT
[    2.455979] PM:   Magic number: 14:869:752
[    2.456077] tty ttyS3: hash matches
[    2.456194] gpio gpiochip314: hash matches
[    2.458671] RAS: Correctable Errors collector initialized.
[    2.589893] Freeing unused decrypted memory: 2036K
[    2.592196] Freeing unused kernel image (initmem) memory: 2896K
[    2.592548] Write protecting the kernel read-only data: 30720k
[    2.595772] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    2.598046] Freeing unused kernel image (rodata/data gap) memory: 1776K
[    2.684565] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.685000] x86/mm: Checking user space page tables
[    2.759739] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.759757] Run /init as init process
[    2.759761]   with arguments:
[    2.759764]     /init
[    2.759766]     splash
[    2.759768]   with environment:
[    2.759770]     HOME=/
[    2.759772]     TERM=linux
[    2.759774]     BOOT_IMAGE=/boot/vmlinuz-5.13.0-35-generic
[    3.268752] sdhci: Secure Digital Host Controller Interface driver
[    3.268762] sdhci: Copyright(c) Pierre Ossman
[    3.282296] axp20x-i2c i2c-INT33F4:00: AXP20x variant AXP288 found
[    3.293514] mmc1: SDHCI controller on ACPI [80860F14:00] using ADMA
[    3.295744] mmc2: SDHCI controller on ACPI [80860F14:02] using ADMA
[    3.296162] mmc0: SDHCI controller on ACPI [80860F14:03] using ADMA
[    3.312080] dw_dmac INTL9C60:00: DesignWare DMA Controller, 8 channels
[    3.335956] axp20x-i2c i2c-INT33F4:00: AXP20X driver loaded
[    3.352097] dw_dmac INTL9C60:01: DesignWare DMA Controller, 8 channels
[    3.355066] mmc2: queuing unknown CIS tuple 0x80 (2 bytes)
[    3.358081] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
[    3.360402] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
[    3.363801] mmc2: queuing unknown CIS tuple 0x80 (7 bytes)
[    3.367634] mmc2: queuing unknown CIS tuple 0x81 (9 bytes)
[    3.388879] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    3.388914] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    3.392733] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081509810
[    3.403954] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.13
[    3.403969] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.403975] usb usb1: Product: xHCI Host Controller
[    3.403978] usb usb1: Manufacturer: Linux 5.13.0-35-generic xhci-hcd
[    3.403982] usb usb1: SerialNumber: 0000:00:14.0
[    3.421794] hub 1-0:1.0: USB hub found
[    3.421832] hub 1-0:1.0: 7 ports detected
[    3.428202] mmc1: new HS200 MMC card at address 0001
[    3.463284] mmc2: new ultra high speed SDR104 SDIO card at address 0001
[    3.471412] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    3.471431] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    3.471444] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    3.471653] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.13
[    3.471661] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.471666] usb usb2: Product: xHCI Host Controller
[    3.471670] usb usb2: Manufacturer: Linux 5.13.0-35-generic xhci-hcd
[    3.471673] usb usb2: SerialNumber: 0000:00:14.0
[    3.472347] hub 2-0:1.0: USB hub found
[    3.472383] hub 2-0:1.0: 6 ports detected
[    3.499637] mmcblk1: mmc1:0001 SCA64G 57.7 GiB 
[    3.500014] mmcblk1boot0: mmc1:0001 SCA64G 4.00 MiB 
[    3.500341] mmcblk1boot1: mmc1:0001 SCA64G 4.00 MiB 
[    3.500995] mmcblk1rpmb: mmc1:0001 SCA64G 4.00 MiB, chardev (239:0)
[    3.526775]  mmcblk1: p1 p2 p3 p4 p5
[    3.804607] usb 1-1: new low-speed USB device number 2 using xhci_hcd
[    3.872757] fbcon: Taking over console
[    3.872957] Console: switching to colour frame buffer device 128x37
[    3.884332] EXT4-fs (mmcblk1p5): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    3.955273] usb 1-1: New USB device found, idVendor=0000, idProduct=3825, bcdDevice= 1.00
[    3.955287] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    3.955292] usb 1-1: Product:  USB OPTICAL MOUSE
[    4.083879] usb 1-3: new low-speed USB device number 3 using xhci_hcd
[    4.242085] usb 1-3: New USB device found, idVendor=6080, idProduct=0610, bcdDevice= 2.00
[    4.242120] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.242138] usb 1-3: Product: USB KEYBOARD
[    4.242150] usb 1-3: Manufacturer: SINO WEALTH
[    4.350571] systemd[1]: Inserted module 'autofs4'
[    4.371676] usb 1-4: new high-speed USB device number 4 using xhci_hcd
[    4.546382] usb 1-4: New USB device found, idVendor=0bdc, idProduct=0320, bcdDevice= 1.01
[    4.546419] usb 1-4: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    4.546436] usb 1-4: Product: USB Camera
[    4.546448] usb 1-4: Manufacturer: MTD
[    4.546460] usb 1-4: SerialNumber: 20200618
[    4.554335] systemd[1]: systemd 248.3-1ubuntu8.2 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)
[    4.572714] systemd[1]: Detected architecture x86-64.
[    4.574955] systemd[1]: Hostname set to <neo10a-4bk64>.
[    5.255295] systemd[1]: Queued start job for default target Graphical Interface.
[    5.259932] systemd[1]: Created slice system-modprobe.slice.
[    5.261090] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    5.262076] systemd[1]: Created slice User and Session Slice.
[    5.262388] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    5.263102] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    5.263311] systemd[1]: Reached target User and Group Name Lookups.
[    5.263378] systemd[1]: Reached target Remote File Systems.
[    5.263423] systemd[1]: Reached target Slices.
[    5.263570] systemd[1]: Reached target Local Verity Integrity Protected Volumes.
[    5.264085] systemd[1]: Listening on Syslog Socket.
[    5.264476] systemd[1]: Listening on fsck to fsckd communication Socket.
[    5.264674] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    5.265469] systemd[1]: Listening on Journal Audit Socket.
[    5.265858] systemd[1]: Listening on Journal Socket (/dev/log).
[    5.266349] systemd[1]: Listening on Journal Socket.
[    5.267379] systemd[1]: Listening on udev Control Socket.
[    5.267871] systemd[1]: Listening on udev Kernel Socket.
[    5.270683] systemd[1]: Mounting Huge Pages File System...
[    5.273875] systemd[1]: Mounting POSIX Message Queue File System...
[    5.277757] systemd[1]: Mounting Kernel Debug File System...
[    5.281783] systemd[1]: Mounting Kernel Trace File System...
[    5.288711] systemd[1]: Starting Journal Service...
[    5.292916] systemd[1]: Starting Set the console keyboard layout...
[    5.296842] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    5.300966] systemd[1]: Starting Load Kernel Module configfs...
[    5.304931] systemd[1]: Starting Load Kernel Module drm...
[    5.309046] systemd[1]: Starting Load Kernel Module fuse...
[    5.311622] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    5.311835] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    5.320851] systemd[1]: Starting Load Kernel Modules...
[    5.324459] systemd[1]: Starting Remount Root and Kernel File Systems...
[    5.328501] systemd[1]: Starting Coldplug All udev Devices...
[    5.332706] systemd[1]: Starting Uncomplicated firewall...
[    5.342600] systemd[1]: Mounted Huge Pages File System.
[    5.343133] systemd[1]: Mounted POSIX Message Queue File System.
[    5.343679] systemd[1]: Mounted Kernel Debug File System.
[    5.346269] systemd[1]: Mounted Kernel Trace File System.
[    5.352063] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    5.354694] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    5.355833] systemd[1]: Finished Load Kernel Module configfs.
[    5.357467] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    5.358584] systemd[1]: Finished Load Kernel Module fuse.
[    5.360135] systemd[1]: Finished Uncomplicated firewall.
[    5.361648] EXT4-fs (mmcblk1p5): re-mounted. Opts: errors=remount-ro. Quota mode: none.
[    5.364316] systemd[1]: Mounting FUSE Control File System...
[    5.367950] systemd[1]: Mounting Kernel Configuration File System...
[    5.379538] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    5.380442] systemd[1]: Finished Load Kernel Module drm.
[    5.382124] systemd[1]: Finished Remount Root and Kernel File Systems.
[    5.382815] systemd[1]: Mounted FUSE Control File System.
[    5.383232] systemd[1]: Mounted Kernel Configuration File System.
[    5.386382] systemd[1]: Activating swap /swapfile...
[    5.389138] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    5.389460] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[    5.392884] lp: driver loaded but no devices found
[    5.396045] systemd[1]: Starting Load/Save Random Seed...
[    5.399629] systemd[1]: Starting Create System Users...
[    5.418486] ppdev: user-space parallel port driver
[    5.435741] Adding 886476k swap on /swapfile.  Priority:-2 extents:4 across:911052k SSFS
[    5.436562] systemd[1]: Finished Load/Save Random Seed.
[    5.437048] systemd[1]: Activated swap /swapfile.
[    5.437425] systemd[1]: Condition check resulted in First Boot Complete being skipped.
[    5.437489] systemd[1]: Reached target Swap.
[    5.449476] IPMI message handler: version 39.2
[    5.454157] ipmi device interface
[    5.460831] systemd[1]: Finished Load Kernel Modules.
[    5.464786] systemd[1]: Starting Apply Kernel Variables...
[    5.470824] systemd[1]: Finished Create System Users.
[    5.474740] systemd[1]: Starting Create Static Device Nodes in /dev...
[    5.517155] systemd[1]: Started Journal Service.
[    5.542291] systemd-journald[265]: Received client request to flush runtime journal.
[    5.733589] loop0: detected capacity change from 0 to 226912
[    5.757395] loop1: detected capacity change from 0 to 8
[    5.761136] loop2: detected capacity change from 0 to 126760
[    5.795454] loop3: detected capacity change from 0 to 126752
[    5.832356] loop4: detected capacity change from 0 to 496320
[    5.832765] loop5: detected capacity change from 0 to 111048
[    5.833809] loop6: detected capacity change from 0 to 111080
[    5.849041] loop7: detected capacity change from 0 to 133552
[    5.925285] loop8: detected capacity change from 0 to 113680
[    6.004082] loop9: detected capacity change from 0 to 347272
[    6.087654] loop10: detected capacity change from 0 to 337424
[    6.195370] loop11: detected capacity change from 0 to 509456
[    6.556134] 8086228A:00: ttyS4 at MMIO 0x91821000 (irq = 39, base_baud = 2764800) is a 16550A
[    6.619027] serial serial0: tty port ttyS4 registered
[    6.647840] 8086228A:01: ttyS5 at MMIO 0x9181f000 (irq = 40, base_baud = 2764800) is a 16550A
[    6.822130] Bluetooth: Core ver 2.22
[    6.822219] NET: Registered protocol family 31
[    6.822224] Bluetooth: HCI device and connection manager initialized
[    6.822235] Bluetooth: HCI socket layer initialized
[    6.822242] Bluetooth: L2CAP socket layer initialized
[    6.822260] Bluetooth: SCO socket layer initialized
[    6.904704] Bluetooth: HCI UART driver ver 2.3
[    6.904720] Bluetooth: HCI UART protocol H4 registered
[    6.904724] Bluetooth: HCI UART protocol BCSP registered
[    6.904786] Bluetooth: HCI UART protocol LL registered
[    6.904791] Bluetooth: HCI UART protocol ATH3K registered
[    6.904819] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    6.904980] Bluetooth: HCI UART protocol Intel registered
[    6.905180] Bluetooth: HCI UART protocol Broadcom registered
[    6.905216] Bluetooth: HCI UART protocol QCA registered
[    6.905220] Bluetooth: HCI UART protocol AG6XX registered
[    6.905245] Bluetooth: HCI UART protocol Marvell registered
[    6.912216] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator
[    6.912351] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator
[    6.916035] mc: Linux media interface: v0.10
[    6.917128] proc_thermal 0000:00:0b.0: enabling device (0000 -> 0002)
[    6.928005] proc_thermal 0000:00:0b.0: Creating sysfs group for PROC_THERMAL_PCI
[    6.962568] videodev: Linux video capture interface: v2.00
[    7.070146] atomisp_gmin_platform: module is from the staging directory, the quality is unknown, you have been warned.
[    7.144508] axp288_extcon axp288_extcon: controlling USB role based on Vbus presence
[    7.168739] Bluetooth: hci0: BCM: failed to write clock (-56)
[    7.168762] Bluetooth: hci0: Failed to set baudrate
[    7.175202] atomisp: module is from the staging directory, the quality is unknown, you have been warned.
[    7.195852] cfg80211: Loading compiled-in X.509 certificates for regulatory database

[    7.197762] **********************************************************
[    7.197764] **   NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE   **
[    7.197766] **                                                      **
[    7.197768] ** trace_printk() being used. Allocating extra memory.  **
[    7.197769] **                                                      **
[    7.197771] ** This means that this is a DEBUG kernel and it is     **
[    7.197773] ** unsafe for production use.                           **
[    7.197775] **                                                      **
[    7.197776] ** If you see this message and you are not debugging    **
[    7.197778] ** the kernel, report this immediately to your vendor!  **
[    7.197780] **                                                      **
[    7.197781] **   NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE   **
[    7.197783] **********************************************************
[    7.215332] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    7.227206] atomisp-isp2 0000:00:03.0: Support for Cherrytrail (ISP2401) was disabled at compile time
[    7.228478] hid: raw HID events driver (C) Jiri Kosina
[    7.286762] pstore: Using crash dump compression: deflate
[    7.286794] pstore: Registered efi as persistent store backend
[    7.305722] Bluetooth: hci0: BCM: chip id 107
[    7.308073] Bluetooth: hci0: BCM: features 0x2f
[    7.331240] Bluetooth: hci0: BCM4345C0
[    7.331255] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0000
[    7.390441] mmc2: queuing unknown CIS tuple 0x80 (2 bytes)
[    7.390751] Bluetooth: hci0: BCM: firmware Patch file not found, tried:
[    7.390774] Bluetooth: hci0: BCM: 'brcm/BCM4345C0.hcd'
[    7.390780] Bluetooth: hci0: BCM: 'brcm/BCM.hcd'
[    7.392714] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
[    7.394263] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
[    7.399685] mmc2: queuing unknown CIS tuple 0x80 (7 bytes)
[    7.400423] usbcore: registered new interface driver usbhid
[    7.400431] usbhid: USB HID core driver
[    7.408891] mmc2: queuing unknown CIS tuple 0x81 (9 bytes)
[    7.460827] cryptd: max_cpu_qlen set to 1000
[    7.466537] usb 1-4: Found UVC 1.00 device USB Camera (0bdc:0320)
[    7.478426] intel_sst_acpi 808622A8:00: LPE base: 0x91400000 size:0x200000
[    7.478440] intel_sst_acpi 808622A8:00: IRAM base: 0x914c0000
[    7.478484] intel_sst_acpi 808622A8:00: DRAM base: 0x91500000
[    7.478500] intel_sst_acpi 808622A8:00: SHIM base: 0x91540000
[    7.478512] intel_sst_acpi 808622A8:00: Mailbox base: 0x91544000
[    7.478523] intel_sst_acpi 808622A8:00: DDR base: 0x20000000
[    7.484153] intel_sst_acpi 808622A8:00: Got drv data max stream 25
[    7.494510] SSE version of gcm_enc/dec engaged.
[    7.535980] input: USB Camera: USB Camera as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/input/input3
[    7.536167] usbcore: registered new interface driver uvcvideo
[    7.611746] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[    7.612879] usbcore: registered new interface driver brcmfmac
[    7.624350] brcmfmac mmc2:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.THOMSON-NEO10A-4BK64.txt failed with error -2
[    7.624434] brcmfmac mmc2:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.txt failed with error -2
[    7.624670] brcmfmac: brcmf_fw_nvram_from_efi: Using nvram EFI variable
[    7.694547] checking generic (80000000 258000) vs hw (90000000 1000000)
[    7.694561] checking generic (80000000 258000) vs hw (80000000 10000000)
[    7.694565] fb0: switching to inteldrmfb from EFI VGA
[    7.708103] Console: switching to colour dummy device 80x25
[    7.708257] i915 0000:00:02.0: vgaarb: deactivate vga console
[    7.736060] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[    7.747708] axp288_fuel_gauge axp288_fuel_gauge: HW IRQ 16 -> VIRQ 134
[    7.751948] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Apr 15 2021 03:03:20 version 7.45.234 (4ca95bb CY) FWID 01-996384e2
[    7.813022] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    7.813942] i915 0000:00:02.0: [drm] Using SoC PWM for LCD backlight control
[    7.815433] axp288_fuel_gauge axp288_fuel_gauge: HW IRQ 17 -> VIRQ 135
[    7.842194] axp288_fuel_gauge axp288_fuel_gauge: HW IRQ 18 -> VIRQ 136
[    7.869941] axp288_fuel_gauge axp288_fuel_gauge: HW IRQ 19 -> VIRQ 137
[    7.883374] input: gpio-keys as /devices/platform/ACPI0011:00/gpio-keys.1.auto/input/input4
[    7.885837] input: gpio-keys as /devices/platform/ACPI0011:00/gpio-keys.2.auto/input/input5
[    7.893977] axp288_fuel_gauge axp288_fuel_gauge: HW IRQ 24 -> VIRQ 142
[    7.897330] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[    7.910629] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    7.918024] axp288_fuel_gauge axp288_fuel_gauge: HW IRQ 25 -> VIRQ 143
[    7.935401] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6
[    7.937338] i915 0000:00:02.0: [drm] HDaudio controller not detected, using LPE audio instead
[    8.073169] intel_rapl_common: Found RAPL domain package
[    8.073180] intel_rapl_common: Found RAPL domain core
[    8.181122] fbcon: i915drmfb (fb0) is primary device
[    8.181453] Console: switching to colour frame buffer device 128x37
[    8.181512] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    8.360625] input:  USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:0000:3825.0001/input/input7
[    8.395114] hid-generic 0003:0000:3825.0001: input,hidraw0: USB HID v1.11 Mouse [ USB OPTICAL MOUSE] on usb-0000:00:14.0-1/input0
[    8.396960] input: SINO WEALTH USB KEYBOARD as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:6080:0610.0002/input/input8
[    8.455981] hid-generic 0003:6080:0610.0002: input,hidraw1: USB HID v1.10 Keyboard [SINO WEALTH USB KEYBOARD] on usb-0000:00:14.0-3/input0
[    8.458062] input: SINO WEALTH USB KEYBOARD Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:6080:0610.0003/input/input9
[    8.458332] input: SINO WEALTH USB KEYBOARD System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:6080:0610.0003/input/input10
[    8.515952] input: SINO WEALTH USB KEYBOARD Wireless Radio Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:6080:0610.0003/input/input11
[    8.516236] input: SINO WEALTH USB KEYBOARD Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:6080:0610.0003/input/input12
[    8.516735] hid-generic 0003:6080:0610.0003: input,hiddev0,hidraw2: USB HID v1.10 Mouse [SINO WEALTH USB KEYBOARD] on usb-0000:00:14.0-3/input1
[    8.671427] bytcht_es8316 bytcht_es8316: quirk IN1_MAP enabled
[    8.671449] bytcht_es8316 bytcht_es8316: quirk MONO_SPEAKER enabled
[    8.690928] input: Intel HDMI/DP LPE Audio HDMI/DP,pcm=0 as /devices/pci0000:00/0000:00:02.0/hdmi-lpe-audio/sound/card0/input13
[    8.691782] input: Intel HDMI/DP LPE Audio HDMI/DP,pcm=1 as /devices/pci0000:00/0000:00:02.0/hdmi-lpe-audio/sound/card0/input14
[    8.693287] input: Intel HDMI/DP LPE Audio HDMI/DP,pcm=2 as /devices/pci0000:00/0000:00:02.0/hdmi-lpe-audio/sound/card0/input15
[    8.844104] input: bytcht-es8316 Headset as /devices/pci0000:00/808622A8:00/bytcht_es8316/sound/card1/input16
[   10.303445] audit: type=1400 audit(1647207838.615:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=668 comm="apparmor_parser"
[   10.307523] audit: type=1400 audit(1647207838.619:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=669 comm="apparmor_parser"
[   10.307547] audit: type=1400 audit(1647207838.619:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=669 comm="apparmor_parser"
[   10.319799] audit: type=1400 audit(1647207838.635:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=672 comm="apparmor_parser"
[   10.319825] audit: type=1400 audit(1647207838.635:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=672 comm="apparmor_parser"
[   10.319835] audit: type=1400 audit(1647207838.635:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=672 comm="apparmor_parser"
[   10.331596] audit: type=1400 audit(1647207838.643:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=670 comm="apparmor_parser"
[   10.331620] audit: type=1400 audit(1647207838.643:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=670 comm="apparmor_parser"
[   10.331630] audit: type=1400 audit(1647207838.643:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=670 comm="apparmor_parser"
[   10.331639] audit: type=1400 audit(1647207838.643:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/{,usr/}sbin/dhclient" pid=670 comm="apparmor_parser"
[   11.503615] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   11.503631] Bluetooth: BNEP filters: protocol multicast
[   11.503648] Bluetooth: BNEP socket layer initialized
[   11.537525] NET: Registered protocol family 38
[   13.499591] intel_sst_acpi 808622A8:00: FW Version 01.0b.02.02
[   14.228342] loop12: detected capacity change from 0 to 8
[   14.523726] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   19.062949] rfkill: input handler disabled
[   28.160827] rfkill: input handler enabled
[   30.812036] Bluetooth: RFCOMM TTY layer initialized
[   30.812063] Bluetooth: RFCOMM socket layer initialized
[   30.812090] Bluetooth: RFCOMM ver 1.11
[   34.345841] rfkill: input handler disabled
[   35.318426] kauditd_printk_skb: 31 callbacks suppressed
[   35.318434] audit: type=1400 audit(1647207863.631:43): apparmor="DENIED" operation="capable" profile="/snap/core/12725/usr/lib/snapd/snap-confine" pid=1765 comm="snap-confine" capability=12  capname="net_admin"
[   35.318994] audit: type=1400 audit(1647207863.631:44): apparmor="DENIED" operation="capable" profile="/snap/core/12725/usr/lib/snapd/snap-confine" pid=1765 comm="snap-confine" capability=38  capname="perfmon"
[   35.504667] audit: type=1400 audit(1647207863.819:45): apparmor="DENIED" operation="capable" profile="/snap/core/12725/usr/lib/snapd/snap-confine" pid=1765 comm="snap-confine" capability=4  capname="fsetid"
[   42.033587] audit: type=1326 audit(1647207870.355:46): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.snap-store.ubuntu-software pid=1765 comm="snap-store" exe="/snap/snap-store/558/usr/bin/snap-store" sig=0 arch=c000003e syscall=314 compat=0 ip=0x7fa760aec76d code=0x50000
[   48.583462] audit: type=1107 audit(1647207876.944:47): pid=715 uid=103 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.9" pid=1765 label="snap.snap-store.ubuntu-software" peer_pid=729 peer_label="unconfined"
                exe="/usr/bin/dbus-daemon" sauid=103 hostname=? addr=? terminal=?'
[   48.585076] audit: type=1107 audit(1647207876.944:48): pid=715 uid=103 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.9" pid=1765 label="snap.snap-store.ubuntu-software" peer_pid=729 peer_label="unconfined"
                exe="/usr/bin/dbus-daemon" sauid=103 hostname=? addr=? terminal=?'
[   57.624706] audit: type=1326 audit(1647207886.005:49): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.snap-store.ubuntu-software pid=1765 comm="snap-store" exe="/snap/snap-store/558/usr/bin/snap-store" sig=0 arch=c000003e syscall=93 compat=0 ip=0x7fa760ae33cb code=0x50000
[   57.768811] audit: type=1107 audit(1647207886.149:50): pid=715 uid=103 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.9" pid=1765 label="snap.snap-store.ubuntu-software" peer_pid=729 peer_label="unconfined"
                exe="/usr/bin/dbus-daemon" sauid=103 hostname=? addr=? terminal=?'
[   57.770637] audit: type=1107 audit(1647207886.153:51): pid=715 uid=103 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.9" pid=1765 label="snap.snap-store.ubuntu-software" peer_pid=729 peer_label="unconfined"
                exe="/usr/bin/dbus-daemon" sauid=103 hostname=? addr=? terminal=?'
[   59.347463] audit: type=1400 audit(1647207887.731:52): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/etc/PackageKit/Vendor.conf" pid=1765 comm="snap-store" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[   72.939074] audit: type=1400 audit(1647207901.329:53): apparmor="DENIED" operation="capable" profile="/snap/core/12725/usr/lib/snapd/snap-confine" pid=2962 comm="snap-confine" capability=12  capname="net_admin"
[   72.939098] audit: type=1400 audit(1647207901.329:54): apparmor="DENIED" operation="capable" profile="/snap/core/12725/usr/lib/snapd/snap-confine" pid=2962 comm="snap-confine" capability=38  capname="perfmon"
[   73.072970] audit: type=1400 audit(1647207901.461:55): apparmor="DENIED" operation="capable" profile="/snap/core/12725/usr/lib/snapd/snap-confine" pid=2962 comm="snap-confine" capability=4  capname="fsetid"
[   80.438842] audit: type=1400 audit(1647207908.883:56): apparmor="DENIED" operation="open" profile="snap.spotify.spotify" name="/sys/devices/virtual/dmi/id/sys_vendor" pid=2962 comm=436F726520546872656164 requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[   80.438870] audit: type=1400 audit(1647207908.883:57): apparmor="DENIED" operation="open" profile="snap.spotify.spotify" name="/sys/devices/virtual/dmi/id/product_name" pid=2962 comm=436F726520546872656164 requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[   81.547832] audit: type=1326 audit(1647207909.996:58): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.spotify.spotify pid=3088 comm="spotify" exe="/snap/spotify/58/usr/share/spotify/spotify" sig=0 arch=c000003e syscall=203 compat=0 ip=0x7fdbdd249c7f code=0x50000
[   81.548082] audit: type=1326 audit(1647207909.996:59): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.spotify.spotify pid=3088 comm="spotify" exe="/snap/spotify/58/usr/share/spotify/spotify" sig=0 arch=c000003e syscall=203 compat=0 ip=0x7fdbdd249c7f code=0x50000
[   81.548181] audit: type=1326 audit(1647207909.996:60): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.spotify.spotify pid=3088 comm="spotify" exe="/snap/spotify/58/usr/share/spotify/spotify" sig=0 arch=c000003e syscall=203 compat=0 ip=0x7fdbdd249c7f code=0x50000
[   81.550649] audit: type=1326 audit(1647207909.996:61): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.spotify.spotify pid=3088 comm="spotify" exe="/snap/spotify/58/usr/share/spotify/spotify" sig=0 arch=c000003e syscall=203 compat=0 ip=0x7fdbdd249c7f code=0x50000
[   82.743443] audit: type=1107 audit(1647207911.197:62): pid=715 uid=103 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/NetworkManager" interface="org.freedesktop.NetworkManager" member="state" mask="send" name=":1.13" pid=2962 label="snap.spotify.spotify" peer_pid=718 peer_label="unconfined"
                exe="/usr/bin/dbus-daemon" sauid=103 hostname=? addr=? terminal=?'
[   83.452277] audit: type=1326 audit(1647207911.908:63): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.spotify.spotify pid=3145 comm="spotify" exe="/snap/spotify/58/usr/share/spotify/spotify" sig=0 arch=c000003e syscall=330 compat=0 ip=0x7f084d63e5e7 code=0x50000
[   96.051784] audit: type=1326 audit(1647207924.532:64): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.snap-store.ubuntu-software pid=1765 comm="pool-org.gnome." exe="/snap/snap-store/558/usr/bin/snap-store" sig=0 arch=c000003e syscall=93 compat=0 ip=0x7fa760ae33cb code=0x50000
dario@neo10a-4bk64:~$ 

#44 Le 14/03/2022, à 21:46

Nuliel

Re : [ Résolu ] Son strident et aigu Carte son Intel ES8316

Rien d'intéressant là dedans....
Tu peux faire

sudo apt install git
git clone https://github.com/thesofproject/sof-test.git

pour dl le repo git,
puis

cd sof-test/tree/main/tools/kmod
./sof_remove.sh
./sof_insert.sh

apparemment c'est sensé recharger la stack audio, à voir s'il y a une différence

Edit: un autre lien: https://github.com/thesofproject/sof/issues/3868

Dernière modification par Nuliel (Le 14/03/2022, à 21:52)

Hors ligne

#45 Le 14/03/2022, à 22:36

Dariox743

Re : [ Résolu ] Son strident et aigu Carte son Intel ES8316

Nuliel a écrit :

Rien d'intéressant là dedans....
Tu peux faire

sudo apt install git
git clone https://github.com/thesofproject/sof-test.git

pour dl le repo git,
puis

cd sof-test/tree/main/tools/kmod
./sof_remove.sh
./sof_insert.sh

apparemment c'est sensé recharger la stack audio, à voir s'il y a une différence

Edit: un autre lien: https://github.com/thesofproject/sof/issues/3868


Bonsoir,

Voila ce que sa me donne :

dario@neo10a-4bk64:~$ sudo apt install git
[sudo] Mot de passe de dario : 
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait      
Les paquets supplémentaires suivants seront installés : 
  git-man liberror-perl
Paquets suggérés :
  git-daemon-run | git-daemon-sysvinit git-doc git-email git-gui gitk gitweb
  git-cvs git-mediawiki git-svn
Les NOUVEAUX paquets suivants seront installés :
  git git-man liberror-perl
0 mis à jour, 3 nouvellement installés, 0 à enlever et 0 non mis à jour.
Il est nécessaire de prendre 4003 ko dans les archives.
Après cette opération, 20,3 Mo d'espace disque supplémentaires seront utilisés.
Souhaitez-vous continuer ? [O/n] o
Réception de :1 http://fr.archive.ubuntu.com/ubuntu impish/main amd64 liberror-perl all 0.17029-1 [26,5 kB]
Réception de :2 http://fr.archive.ubuntu.com/ubuntu impish/main amd64 git-man all 1:2.32.0-1ubuntu1 [941 kB]
Réception de :3 http://fr.archive.ubuntu.com/ubuntu impish/main amd64 git amd64 1:2.32.0-1ubuntu1 [3036 kB]
4003 ko réceptionnés en 9s (469 ko/s)                                         
Sélection du paquet liberror-perl précédemment désélectionné.
(Lecture de la base de données... 185326 fichiers et répertoires déjà installés.
)
Préparation du dépaquetage de .../liberror-perl_0.17029-1_all.deb ...
Dépaquetage de liberror-perl (0.17029-1) ...
Sélection du paquet git-man précédemment désélectionné.
Préparation du dépaquetage de .../git-man_1%3a2.32.0-1ubuntu1_all.deb ...
Dépaquetage de git-man (1:2.32.0-1ubuntu1) ...
Sélection du paquet git précédemment désélectionné.
Préparation du dépaquetage de .../git_1%3a2.32.0-1ubuntu1_amd64.deb ...
Dépaquetage de git (1:2.32.0-1ubuntu1) ...
Paramétrage de liberror-perl (0.17029-1) ...
Paramétrage de git-man (1:2.32.0-1ubuntu1) ...
Paramétrage de git (1:2.32.0-1ubuntu1) ...
Traitement des actions différées (« triggers ») pour man-db (2.9.4-2) ...
dario@neo10a-4bk64:~$ git clone https://github.com/thesofproject/sof-test.git
Clonage dans 'sof-test'...
remote: Enumerating objects: 3562, done.
remote: Counting objects: 100% (1014/1014), done.
remote: Compressing objects: 100% (443/443), done.
remote: Total 3562 (delta 666), reused 728 (delta 567), pack-reused 2548
Réception d'objets: 100% (3562/3562), 839.51 Kio | 494.00 Kio/s, fait.
Résolution des deltas: 100% (2524/2524), fait.
dario@neo10a-4bk64:~$ cd sof-test/tree/main/tools/kmod
bash: cd: sof-test/tree/main/tools/kmod: Aucun fichier ou dossier de ce type
dario@neo10a-4bk64:~$ ./sof_remove.sh
bash: ./sof_remove.sh: Aucun fichier ou dossier de ce type
dario@neo10a-4bk64:~$ ./sof_insert.sh
bash: ./sof_insert.sh: Aucun fichier ou dossier de ce type
dario@neo10a-4bk64:~$ 

#46 Le 14/03/2022, à 22:40

Nuliel

Re : [ Résolu ] Son strident et aigu Carte son Intel ES8316

Houlà ma commande cd est foireuse:

cd sof-test/tools/kmod

plutôt si je me trompe pas

Hors ligne

#47 Le 14/03/2022, à 22:44

Dariox743

Re : [ Résolu ] Son strident et aigu Carte son Intel ES8316

Nuliel a écrit :

Houlà ma commande cd est foireuse:

cd sof-test/tools/kmod

plutôt si je me trompe pas

Yes, c'est ça :

dario@neo10a-4bk64:~/sof-test/tools/kmod$ 

#48 Le 14/03/2022, à 22:45

Nuliel

Re : [ Résolu ] Son strident et aigu Carte son Intel ES8316

cd c'est juste pour changer de répertoire courant, si tu passes pas

./sof_remove.sh
./sof_insert.sh

ça risque pas de marcher big_smile

Hors ligne

#49 Le 14/03/2022, à 22:49

Dariox743

Re : [ Résolu ] Son strident et aigu Carte son Intel ES8316

Nuliel a écrit :

cd c'est juste pour changer de répertoire courant, si tu passes pas

./sof_remove.sh
./sof_insert.sh

ça risque pas de marcher big_smile

Voilà le premier :

dario@neo10a-4bk64:~/sof-test/tools/kmod$ ./sof_remove.sh
Le nom de fichier /sys/kernel/debug/sof/trace n'existe pas.
SKIP	snd_usb_audio  	not loaded
SKIP	snd_hda_intel  	not loaded
SKIP	snd_sof_pci_intel_tng  	not loaded
SKIP	snd_sof_pci_intel_skl  	not loaded
SKIP	snd_sof_pci_intel_apl  	not loaded
SKIP	snd_sof_pci_intel_cnl  	not loaded
SKIP	snd_sof_pci_intel_icl  	not loaded
SKIP	snd_sof_pci_intel_tgl  	not loaded
RMMOD	snd_sof_acpi_intel_byt
SKIP	snd_sof_acpi_intel_bdw  	not loaded
SKIP	snd_sof_intel_hda_common  	not loaded
RMMOD	snd_sof_acpi
SKIP	snd_sof_pci  	not loaded
SKIP	snd_sof_intel_atom  	not loaded
SKIP	snd_soc_catpt  	not loaded
RMMOD	snd_intel_sst_acpi
rmmod: ERROR: Module snd_intel_sst_acpi is in use
3906 /usr/bin/pulseaudio --daemonize=no --log-target=journal

+ systemctl --system list-unit-files --all '*pulse*'
UNIT FILE                           STATE  VENDOR PRESET
pulseaudio-enable-autospawn.service masked enabled      

1 unit files listed.

+ systemctl --global list-unit-files --all '*pulse*'
UNIT FILE              STATE   VENDOR PRESET
pulseaudio-x11.service static  -            
pulseaudio.service     enabled enabled      
pulseaudio.socket      enabled enabled      

3 unit files listed.

+ systemctl --user list-unit-files --all '*pulse*'
UNIT FILE              STATE   VENDOR PRESET
pulseaudio-x11.service static  -            
pulseaudio.service     enabled enabled      
pulseaudio.socket      enabled enabled      

3 unit files listed.

For dario ONLY:
+ systemctl --user list-units --all '*pulse*'
  UNIT               LOAD   ACTIVE SUB     DESCRIPTION  
  pulseaudio.service loaded active running Sound Service
  pulseaudio.socket  loaded active running Sound System

LOAD   = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB    = The low-level unit activation state, values depend on unit type.
2 loaded units listed.
To show all installed unit files use 'systemctl list-unit-files'.

dario       3906  0.0  0.4 1146680 19640 ?       S<sl 21:24   0:01 /usr/bin/pulseaudio --daemonize=no --log-target=journal
dario       9538  0.0  0.0  11844  2336 pts/0    S+   21:46   0:00 grep -i pulse
ERROR: sof_remove.sh fails semi-randomly when pulseaudio is running

Try: sudo systemctl --global mask pulseaudio.{socket,service} and reboot.
    --global is required for session managers like "gdm"
snd_hdmi_lpe_audio     28672  1
snd_soc_sst_byt_cht_es8316    24576  2
snd_sof_intel_ipc      20480  0
snd_sof_xtensa_dsp     16384  0
snd_sof               135168  1 snd_sof_intel_ipc
ledtrig_audio          16384  1 snd_sof
drm_kms_helper        262144  1 i915
snd_intel_sst_acpi     20480  1
snd_soc_acpi_intel_match    49152  1 snd_intel_sst_acpi
snd_soc_acpi           16384  2 snd_soc_acpi_intel_match,snd_intel_sst_acpi
cec                    53248  2 drm_kms_helper,i915
snd_intel_sst_core     61440  1 snd_intel_sst_acpi
snd_soc_sst_atom_hifi2_platform   110592  2 snd_intel_sst_core
fb_sys_fops            16384  1 drm_kms_helper
syscopyarea            16384  1 drm_kms_helper
snd_intel_dspcfg       28672  1 snd_intel_sst_acpi
sysfillrect            16384  1 drm_kms_helper
snd_intel_sdw_acpi     20480  1 snd_intel_dspcfg
snd_soc_es8316         49152  1
sysimgblt              16384  1 drm_kms_helper
snd_seq_midi           20480  0
snd_seq_midi_event     16384  1 snd_seq_midi
snd_soc_core          294912  4 snd_soc_sst_byt_cht_es8316,snd_sof,snd_soc_sst_atom_hifi2_platform,snd_soc_es8316
snd_compress           28672  1 snd_soc_core
snd_rawmidi            36864  1 snd_seq_midi
ac97_bus               16384  1 snd_soc_core
snd_pcm_dmaengine      16384  1 snd_soc_core
snd_seq                73728  2 snd_seq_midi,snd_seq_midi_event
snd_pcm               118784  9 snd_soc_sst_byt_cht_es8316,snd_sof,snd_sof_intel_ipc,snd_compress,snd_hdmi_lpe_audio,snd_soc_sst_atom_hifi2_platform,snd_soc_core,snd_soc_es8316,snd_pcm_dmaengine
snd_seq_device         16384  3 snd_seq,snd_seq_midi,snd_rawmidi
snd_timer              40960  2 snd_seq,snd_pcm
snd                    94208  16 snd_soc_sst_byt_cht_es8316,snd_seq,snd_seq_device,snd_timer,snd_compress,snd_hdmi_lpe_audio,snd_soc_sst_atom_hifi2_platform,snd_soc_core,snd_pcm,snd_rawmidi
soundcore              16384  1 snd
drm                   561152  8 drm_kms_helper,i915
./sof_remove.sh FAILED
dario@neo10a-4bk64:~/sof-test/tools/kmod$

Puis le deuxième :

dario@neo10a-4bk64:~/sof-test/tools/kmod$ ./sof_insert.sh
MODPROBE	snd_soc_da7213		 
MODPROBE	snd_soc_da7219		 
MODPROBE	snd_soc_pcm512x_i2c		 
MODPROBE	snd_soc_wm8804_i2c		 
SKIP    	snd_soc_rt274 	(not in tree)
MODPROBE	snd_soc_rt286		 
MODPROBE	snd_soc_rt298		 
MODPROBE	snd_soc_rt700		 
MODPROBE	snd_soc_rt711		 
MODPROBE	snd_soc_rt1308		 
MODPROBE	snd_soc_rt1308_sdw		 
MODPROBE	snd_soc_rt715		 
MODPROBE	snd_soc_rt711_sdca		 
MODPROBE	snd_soc_rt1316_sdw		 
MODPROBE	snd_soc_rt715_sdca		 
SKIP    	snd_soc_sdw_mockup 	(not in tree)
MODPROBE	snd_soc_rt1011		 
MODPROBE	snd_soc_rt5640		 
MODPROBE	snd_soc_rt5645		 
MODPROBE	snd_soc_rt5651		 
MODPROBE	snd_soc_rt5660		 
MODPROBE	snd_soc_rt5670		 
MODPROBE	snd_soc_rt5677		 
MODPROBE	snd_soc_rt5677_spi		 
MODPROBE	snd_soc_rt5682_i2c		 
MODPROBE	snd_soc_rt5682_sdw		 
MODPROBE	snd_soc_max98090		 
MODPROBE	snd_soc_ts3a227e		 
MODPROBE	snd_soc_max98357a		 
MODPROBE	snd_soc_max98373_sdw		 
MODPROBE	snd_soc_max98373_i2c		 
MODPROBE	snd_soc_max98390		 
MODPROBE	snd_soc_es8316		 
SKIP    	snd_soc_es8326 	(not in tree)
MODPROBE	snd_sof_acpi		 
MODPROBE	snd_sof_acpi_intel_byt		 
MODPROBE	snd_sof_acpi_intel_bdw		 
MODPROBE	snd_sof_pci		 
MODPROBE	snd_sof_pci_intel_tng		 
MODPROBE	snd_sof_pci_intel_apl		 
MODPROBE	snd_sof_pci_intel_cnl		 
MODPROBE	snd_sof_pci_intel_icl		 
MODPROBE	snd_sof_pci_intel_tgl		 
MODPROBE	snd_usb_audio		 
dario@neo10a-4bk64:~/sof-test/tools/kmod$ 

#50 Le 14/03/2022, à 22:51

Nuliel

Re : [ Résolu ] Son strident et aigu Carte son Intel ES8316

Y a t'il un changement au niveau du son?

Hors ligne