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.

#1 Le 10/07/2026, à 17:36

alanb48

Bug après la mise en veille (Razer Blade)

Salut à tous,

J'ai installer Ubuntu 26.04 LTS sur un Razer Blade 15 (Advanced Model _Early 2021_ - RZ09-036).
J'ai tous d'abord eu des problème avec le réglage de la luminosité que j'ai fini par résoudre. ( Voir ici )

Mais j'ai aussi un problème lorsque je referme l'écran de l'ordinateur, celui-ci ce met bien en veille. Mais quand je ré-ouvre l'écran, j’appuie sur une touche pour sortir de la veille, nikel mais 30 seconde après l'ordi ce remet en veille.

Dès que je ressort de la veille, ordi me refait la même chose.
Je suis donc obliger de le redémarrer pour pouvoir d'utiliser normalement.
Néanmoins ce qui est bizarre, c'est quand je met l'ordi en vielle en allant en haut a droite de l'écran et que je clique sur "Éteindre" puis "Mettre en veille". La sorti de la veille fonctionne normalement et sans problème.

Avez vous une idée de pourquoi ça ne marche pas quand je ferme l'écran ? (Pas pratique pour balader l'ordinateur portable sans l'éteindre)

Merci d'avance.

Dernière modification par alanb48 (Le 10/07/2026, à 17:41)

Hors ligne

#2 Le 20/07/2026, à 10:19

alanb48

Re : Bug après la mise en veille (Razer Blade)

up...
Personne a une idée ?

Hors ligne

#3 Le 20/07/2026, à 10:48

thinkagain

Re : Bug après la mise en veille (Razer Blade)

Je me demande s'il se mets en veille ou s'il étteint l'ecran du laptop. Est-ce que tu as accès a un ecran externe ?
Ferme le laptop pour que l'ordinateur passe en veille, branche l'ecran externe en hdmi, ré-ouvre le laptop (les 2 ecrans devraient s'allumer), et attends 30 seconde pour voir si les 2 écrans s'éteignent ou seulement celui du laptop.

Hors ligne

#4 Le 20/07/2026, à 10:55

thinkagain

Re : Bug après la mise en veille (Razer Blade)

Il y a une partie sur ubuntu en anglais qui semble parler du même soucis. Tu peux essayer ?

https://help.ubuntu.com/community/RazerBlade#Suspend


Ne fait que cette partie :

Suspend

The OS does not detect that the lid has been opened if the laptop is suspended. This can be fixed through the following modification:

1. Edit the default grub config:

    sudo nano /etc/default/grub

2. Add button.lid_init_state=open to the end of the GRUB_CMDLINE_LINUX_DEFAULT option, like this:

    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash button.lid_init_state=open"

3. Run the following command to update grub one you are done:

    sudo update-grub

Dernière modification par thinkagain (Le 20/07/2026, à 11:15)

Hors ligne

#5 Le 21/07/2026, à 14:00

alanb48

Re : Bug après la mise en veille (Razer Blade)

Tout d'abord merci pour ton aide @thinkagain

Je viens de tester ce que tu m'a proposé avec la modification de grub config. Mais ça ne marche pas...
Je te confirme que l'ordinateur ce met bien en vielle, car le clavier s’éteint et ça me déconnecte de la session.

Hors ligne

#6 Le 21/07/2026, à 14:39

thinkagain

Re : Bug après la mise en veille (Razer Blade)

Désolé que ca n'a pas fonctionné directement.
On va prendre un peu de hauteur et comprendre ta configuration.

Note fait un sudo si les commandes te disent que tu n'as pas les privilèges.

On va verifier ce que le noyaux exploite de l'ACPI pour gérer la veille avec la commande :

cat /sys/power/mem_sleep

Note : Il faut qu'on identifie si c'est s2idle ou deep qui est selectionné (par exemple le mien renvoi "s2idle [deep]" qui signifie que deep est selectionné, je m'attends à ce que le tiens soit sur s2idle, ca pourrait expliquer l'anomalie de veille en boucle).

On va aussi regarder comment Ubuntu voit ton écran juste apres l'anomalie.

En premier : rabât l'écan du laptop pour le faire passer en veille, réouvre le et fait la commande suivante pour lister le nom exact du periph qu'on cherche :

ls /proc/acpi/button/lid/

Ensuite affice son statut par (remplace LID0 par le nom que tu as obtenu avec la commande juste au dessus de 'ls') :

cat /proc/acpi/button/lid/LID0/state

Note : Je m'attend à ce que ca affiche "closed" (ce qui expliquerait le repassage en veille apres 30 secondes).

Ces commandes ci-dessus c'est juste pour nous assurer qu'on a bien cerné la contradiction (et qui est la raison du repassage en veille).

Par la suite redemarre l'ordinateur et lance cette commande qui va nous permettre de comprendre ce qu'il s'est passé précédement :

journalctl -b -1 | grep -iE 'suspend|sleep|lid|acpi'

Poste les retours de ces commandes, et on va avancer un peu plus par la suite.

Merci beaucoup.

Dernière modification par thinkagain (Le 21/07/2026, à 14:41)

Hors ligne

#7 Le 26/07/2026, à 22:03

alanb48

Re : Bug après la mise en veille (Razer Blade)

Encore merci beaucoup pour ton aide.
Voila les retours demander :

alan@alan:~$ cat /sys/power/mem_sleep
s2idle [deep]
alan@alan:~$ 
alan@alan:~$ ls /proc/acpi/button/lid/
LID0
alan@alan:~$ 
alan@alan:~$ cat /proc/acpi/button/lid/LID0/state
state:      closed
alan@alan:~$ 
alan@alan:~$ journalctl -b -1 | grep -iE 'suspend|sleep|lid|acpi'
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-7.0.0-22-generic root=UUID=a4589eb4-1f9c-4da6-be05-cad8253281e8 ro quiet splash acpi_backlight=native crashkernel=2G-4G:320M,4G-32G:512M,32G-64G:1024M,64G-128G:2048M,128G-:4096M
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: BIOS-e820: [mem 0x0000000086d0b000-0x0000000086e3afff]  ACPI data
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: BIOS-e820: [mem 0x0000000086e3b000-0x0000000086f81fff]  ACPI NVS
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: efi: ACPI=0x86e3a000 ACPI 2.0=0x86e3a014 TPMFinalLog=0x86ecf000 SMBIOS=0x876f4000 SMBIOS 3.0=0x876f3000 MEMATTR=0x81b12418 ESRT=0x8397a398 MOKvar=0x87739000 INITRD=0x817de798 RNG=0x86dc0018 TPMEventLog=0x86db2018 
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: Early table checksum verification disabled
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: RSDP 0x0000000086E3A014 000024 (v02 ALASKA)
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: XSDT 0x0000000086E39728 0000F4 (v01 ALASKA A M I    01072009 AMI  01000013)
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: FACP 0x0000000086E2D000 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: DSDT 0x0000000086DE7000 04550A (v02 ALASKA A M I    01072009 INTL 20160527)
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: FACS 0x0000000086F80000 000040
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: MCFG 0x0000000086E38000 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: SSDT 0x0000000086E35000 0020AD (v02 CpuRef CpuSsdt  00003000 INTL 20160527)
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: SSDT 0x0000000086E2E000 00699E (v02 INTEL  DptfTabl 00001000 INTL 20160527)
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: FIDT 0x0000000086DE6000 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: MSDM 0x0000000086DE5000 000055 (v03 ALASKA A M I    01072009 AMI  00010013)
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: SSDT 0x0000000086DE1000 0031DA (v02 SaSsdt SaSsdt   00003000 INTL 20160527)
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: SSDT 0x0000000086DDE000 002897 (v02 Intel  PegSsdt  00001000 INTL 20160527)
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: HPET 0x0000000086DDD000 000038 (v01 ALASKA A M I    01072009 AMI  01000013)
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: SSDT 0x0000000086DDB000 00178C (v02 ALASKA CmlH_Tbt 00001000 INTL 20160527)
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: SSDT 0x0000000086DD9000 00147B (v02 ALASKA Ther_Rvp 00001000 INTL 20160527)
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: SSDT 0x0000000086DD7000 0012C5 (v02 INTEL  xh_cfht4 00000000 INTL 20160527)
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: NHLT 0x0000000086DD6000 00002D (v00 ALASKA A M I    01072009 AMI  01000013)
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: LPIT 0x0000000086DD5000 000094 (v01 ALASKA A M I    01072009 AMI  01000013)
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: SSDT 0x0000000086DD1000 002720 (v02 ALASKA PtidDevc 00001000 INTL 20160527)
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: SSDT 0x0000000086DCE000 002266 (v02 ALASKA TbtTypeC 00000000 INTL 20160527)
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: DBGP 0x0000000086DCD000 000034 (v01 ALASKA A M I    01072009 AMI  01000013)
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: DBG2 0x0000000086DCC000 000054 (v00 ALASKA A M I    01072009 AMI  01000013)
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: SSDT 0x0000000086DCA000 001B67 (v02 ALASKA UsbCTabl 00001000 INTL 20160527)
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: BGRT 0x0000000086DC8000 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: TPM2 0x0000000086DC7000 00004C (v04 ALASKA A M I    00000001 AMI  00000000)
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: SSDT 0x0000000086DC3000 003E55 (v01 OemNv2 OemNv2T  00001000 INTL 20160527)
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: DMAR 0x0000000086DC9000 000070 (v01 INTEL  EDK2     00000002      01000013)
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: WSMT 0x0000000086DD4000 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: APIC 0x0000000086DC2000 00012C (v04 ALASKA A M I    01072009 AMI  00010013)
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: FPDT 0x0000000086DC1000 000044 (v01 ALASKA CML      01072009 AMI  01000013)
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: Reserving FACP table memory at [mem 0x86e2d000-0x86e2d113]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: Reserving DSDT table memory at [mem 0x86de7000-0x86e2c509]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: Reserving FACS table memory at [mem 0x86f80000-0x86f8003f]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: Reserving MCFG table memory at [mem 0x86e38000-0x86e3803b]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: Reserving SSDT table memory at [mem 0x86e35000-0x86e370ac]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: Reserving SSDT table memory at [mem 0x86e2e000-0x86e3499d]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: Reserving FIDT table memory at [mem 0x86de6000-0x86de609b]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: Reserving MSDM table memory at [mem 0x86de5000-0x86de5054]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: Reserving SSDT table memory at [mem 0x86de1000-0x86de41d9]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: Reserving SSDT table memory at [mem 0x86dde000-0x86de0896]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: Reserving HPET table memory at [mem 0x86ddd000-0x86ddd037]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: Reserving SSDT table memory at [mem 0x86ddb000-0x86ddc78b]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: Reserving SSDT table memory at [mem 0x86dd9000-0x86dda47a]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: Reserving SSDT table memory at [mem 0x86dd7000-0x86dd82c4]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: Reserving NHLT table memory at [mem 0x86dd6000-0x86dd602c]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: Reserving LPIT table memory at [mem 0x86dd5000-0x86dd5093]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: Reserving SSDT table memory at [mem 0x86dd1000-0x86dd371f]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: Reserving SSDT table memory at [mem 0x86dce000-0x86dd0265]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: Reserving DBGP table memory at [mem 0x86dcd000-0x86dcd033]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: Reserving DBG2 table memory at [mem 0x86dcc000-0x86dcc053]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: Reserving SSDT table memory at [mem 0x86dca000-0x86dcbb66]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: Reserving BGRT table memory at [mem 0x86dc8000-0x86dc8037]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: Reserving TPM2 table memory at [mem 0x86dc7000-0x86dc704b]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: Reserving SSDT table memory at [mem 0x86dc3000-0x86dc6e54]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: Reserving DMAR table memory at [mem 0x86dc9000-0x86dc906f]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: Reserving WSMT table memory at [mem 0x86dd4000-0x86dd4027]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: Reserving APIC table memory at [mem 0x86dc2000-0x86dc212b]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: Reserving FPDT table memory at [mem 0x86dc1000-0x86dc1043]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: PM-Timer IO Port: 0x1808
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: Using ACPI (MADT) for SMP configuration information
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-7.0.0-22-generic root=UUID=a4589eb4-1f9c-4da6-be05-cad8253281e8 ro quiet splash acpi_backlight=native crashkernel=2G-4G:320M,4G-32G:512M,32G-64G:1024M,64G-128G:2048M,128G-:4096M
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: Core revision 20251212
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: PM: Registering ACPI NVS region [mem 0x86e3b000-0x86f81fff] (1339392 bytes)
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: Added _OSI(Module Device)
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: Added _OSI(Processor Device)
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: Added _OSI(Processor Aggregator Device)
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: 12 ACPI AML tables successfully acquired and loaded
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: \_SB_: platform _OSC: OS support mask [006e7eff]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: \_SB_: platform _OSC: OS control mask [006e7eff]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: Dynamic OEM Table Load:
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: SSDT 0xFFFF8D78C321C800 000400 (v02 PmRef  Cpu0Cst  00003001 INTL 20160527)
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: Dynamic OEM Table Load:
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: SSDT 0xFFFF8D78C3221800 00051E (v02 PmRef  Cpu0Ist  00003000 INTL 20160527)
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: Dynamic OEM Table Load:
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: SSDT 0xFFFF8D78C31EBD00 0000FC (v02 PmRef  Cpu0Psd  00003000 INTL 20160527)
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: Dynamic OEM Table Load:
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: SSDT 0xFFFF8D78C1FE7600 00016C (v02 PmRef  Cpu0Hwp  00003000 INTL 20160527)
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: Dynamic OEM Table Load:
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: SSDT 0xFFFF8D78C1FD4000 000BEA (v02 PmRef  HwpLvt   00003000 INTL 20160527)
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: Dynamic OEM Table Load:
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: SSDT 0xFFFF8D78C3263800 000778 (v02 PmRef  ApIst    00003000 INTL 20160527)
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: Dynamic OEM Table Load:
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: SSDT 0xFFFF8D78C321EC00 0003D7 (v02 PmRef  ApHwp    00003000 INTL 20160527)
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: Dynamic OEM Table Load:
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: SSDT 0xFFFF8D78C1FD3000 000D22 (v02 PmRef  ApPsd    00003000 INTL 20160527)
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: Dynamic OEM Table Load:
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: SSDT 0xFFFF8D78C3219800 0003CA (v02 PmRef  ApCst    00003000 INTL 20160527)
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: EC: EC started
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: EC: interrupt blocked
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI Error: No handler for Region [VRTC] ((____ptrval____)) [SystemCMOS] (20251212/evregion-131)
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI Error: Region SystemCMOS (ID=5) has no handler (20251212/exfldio-261)
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI Error: Aborting method \_SB.PCI0.LPCB.EC0.RTEC due to previous error (AE_NOT_EXIST) (20251212/psparse-529)
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI Error: Aborting method \_SB.PCI0.LPCB.EC0._REG due to previous error (AE_NOT_EXIST) (20251212/psparse-529)
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: Interpreter enabled
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: PM: (supports S0 S3 S4 S5)
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: Using IOAPIC for interrupt routing
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: Enabled 9 GPEs in block 00 to 7F
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: \_SB_.PCI0.PEG0.PG00: New power resource
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: \_SB_.PCI0.RP13.PXP_: New power resource
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: \_SB_.PCI0.XDCI.USBC: New power resource
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: \_SB_.PCI0.SAT0.VOL0.V0PR: New power resource
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: \_SB_.PCI0.SAT0.VOL1.V1PR: New power resource
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: \_SB_.PCI0.SAT0.VOL2.V2PR: New power resource
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: \_SB_.PCI0.CNVW.WRST: New power resource
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: \_TZ_.FN00: New power resource
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: \_TZ_.FN01: New power resource
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: \_TZ_.FN02: New power resource
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: \_TZ_.FN03: New power resource
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: \_TZ_.FN04: New power resource
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: \PIN_: New power resource
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: acpi PNP0A08:00: _OSC: platform does not support [AER]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 1
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: EC: interrupt unblocked
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: EC: event unblocked
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: EC: GPE=0xb
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC initialization complete
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: iommu: DMA domain TLB invalidation policy: lazy mode
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: bus type USB registered
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: PCI: Using ACPI for IRQ routing
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: acpi PNP0C02:00: Skipped [io  0x002e-0x002f]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: acpi PNP0C02:00: Skipped [io  0x004e-0x004f]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: acpi PNP0C02:00: Skipped [io  0x0061]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: acpi PNP0C02:00: Skipped [io  0x0063]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: acpi PNP0C02:00: Skipped [io  0x0065]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: acpi PNP0C02:00: Skipped [io  0x0067]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: acpi PNP0C02:00: Skipped [io  0x0070]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: acpi PNP0C02:00: Skipped [io  0x0080]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: acpi PNP0C02:00: Skipped [io  0x0092]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: acpi PNP0C02:00: Skipped [io  0x00b2-0x00b3]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: acpi PNP0C02:00: Reserved [io  0x0680-0x069f]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: acpi PNP0C02:00: Reserved [io  0x164e-0x164f]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: acpi PNP0C02:01: Reserved [mem 0xfd000000-0xfd69ffff]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: acpi PNP0C02:01: Reserved [mem 0xfd6c0000-0xfd6cffff]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: acpi PNP0C02:01: Reserved [mem 0xfd6f0000-0xfdffffff]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: acpi PNP0C02:01: Could not reserve [mem 0xfe000000-0xfe01ffff]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: acpi PNP0C02:01: Reserved [mem 0xfe200000-0xfe7fffff]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: acpi PNP0C02:01: Reserved [mem 0xff000000-0xffffffff]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: acpi PNP0C02:01: Could not reserve [io  0x1800-0x18fe]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: acpi PNP0C02:02: Reserved [io  0x2000-0x20fe]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: acpi PNP0C02:03: Reserved [mem 0xfed10000-0xfed17fff]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: acpi PNP0C02:03: Reserved [mem 0xfed18000-0xfed18fff]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: acpi PNP0C02:03: Reserved [mem 0xfed19000-0xfed19fff]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: acpi PNP0C02:03: Reserved [mem 0xe0000000-0xefffffff]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: acpi PNP0C02:03: Reserved [mem 0xfed20000-0xfed3ffff]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: acpi PNP0C02:03: Could not reserve [mem 0xfed90000-0xfed93fff]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: acpi PNP0C02:03: Reserved [mem 0xfed45000-0xfed8ffff]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: acpi PNP0C02:03: Could not reserve [mem 0xfee00000-0xfeefffff]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: acpi PNP0C02:04: Reserved [mem 0xfe038000-0xfe038fff]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: pnp: PnP ACPI init
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: pnp: PnP ACPI: found 0 devices
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: DMAR: dmar0: Using Queued invalidation
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: AC: AC Adapter [AC0] (off-line)
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: input: Lid Switch as /devices/pci0000:00/0000:00:1f.0/PNP0C09:01/PNP0C0D:00/input/input0
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: button: Lid Switch [LID0]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: button: Power Button [PWRB]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: button: Power Button [PWRF]
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: thermal: [Firmware Bug]: Invalid critical threshold (-274000)
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: acpi LNXTHERM:00: registered as thermal_zone0
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: thermal: Thermal Zone [TZ00] (28 C)
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: hpet_acpi_add: no address or irqs in _CRS
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: bus type drm_connector registered
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: battery: Slot [BAT0] (battery present)
juil. 26 21:50:08 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 dracut-cmdline[279]: Using kernel command line parameters:  root=UUID=a4589eb4-1f9c-4da6-be05-cad8253281e8 rootfstype=ext4 rootflags=rw,relatime   BOOT_IMAGE=/boot/vmlinuz-7.0.0-22-generic root=UUID=a4589eb4-1f9c-4da6-be05-cad8253281e8 ro quiet splash acpi_backlight=native crashkernel=2G-4G:320M,4G-32G:512M,32G-64G:1024M,64G-128G:2048M,128G-:4096M
juil. 26 21:50:09 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: video: [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
juil. 26 21:50:09 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: video: Video Device [PEGP] (multi-head: yes  rom: yes  post: no)
juil. 26 21:50:09 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: input: Video Bus as /devices/pci0000:00/0000:00:01.0/acpi.video_bus.1/input/input7
juil. 26 21:50:09 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: ACPI: bus type thunderbolt registered
juil. 26 21:50:09 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: nvme 0000:04:00.0: platform quirk: setting simple suspend
juil. 26 21:50:09 alan-Blade-15-Advanced-Model-Early-2021-RZ09-036 kernel: nvme nvme0: missing or invalid SUBNQN field.
juil. 26 21:50:12 alan kernel: Bluetooth: hci0: No support for _PRR ACPI method
juil. 26 21:50:14 alan kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
juil. 26 21:50:14 alan kernel: NVRM: GPU0 nvAssertOkFailedNoLog: Assertion failed: Invalid data passed [NV_ERR_INVALID_DATA] (0x00000025) returned from PlatformRequestHandler failed to get target temp from SBIOS @ platform_request_handler_ctrl.c:2171
juil. 26 21:50:14 alan kernel: NVRM: GPU0 nvAssertOkFailedNoLog: Assertion failed: Invalid data passed [NV_ERR_INVALID_DATA] (0x00000025) returned from PlatformRequestHandler failed to get platform power mode from SBIOS @ platform_request_handler_ctrl.c:2114
juil. 26 21:50:16 alan kdump-tools[2093]: /sbin/kexec -p --command-line="BOOT_IMAGE=/boot/vmlinuz-7.0.0-22-generic root=UUID=a4589eb4-1f9c-4da6-be05-cad8253281e8 ro quiet splash acpi_backlight=native reset_devices systemd.unit=kdump-tools-dump.service nr_cpus=1 irqpoll usbcore.nousb" --initrd=/var/lib/kdump/initrd.img /var/lib/kdump/vmlinuz
juil. 26 21:50:16 alan systemd-logind[2140]: Watching system buttons on /dev/input/event0 (Lid Switch)
juil. 26 21:50:17 alan networkd-dispatcher[2110]: No valid path found for iwconfig
juil. 26 21:50:18 alan rtkit-daemon[2484]: Handling system-suspend using logind.
juil. 26 21:50:21 alan gnome-shell[2705]: st_widget_get_theme_node called on the widget [0x585470f2fa60 Gjs_ubuntu-dock_ubuntu_com_docking_DashSlideContainer:insensitive] which is not in the stage.
juil. 26 21:50:21 alan gnome-shell[2705]: st_widget_get_theme_node called on the widget [0x585470f2fa60 Gjs_ubuntu-dock_ubuntu_com_docking_DashSlideContainer:insensitive] which is not in the stage.
juil. 26 21:50:21 alan gnome-shell[2705]: st_widget_get_theme_node called on the widget [0x585470f2fa60 Gjs_ubuntu-dock_ubuntu_com_docking_DashSlideContainer:insensitive] which is not in the stage.
juil. 26 21:50:21 alan gnome-shell[2705]: st_widget_get_theme_node called on the widget [0x585470f2fa60 Gjs_ubuntu-dock_ubuntu_com_docking_DashSlideContainer:insensitive] which is not in the stage.
juil. 26 21:50:21 alan gnome-shell[2705]: st_widget_get_theme_node called on the widget [0x585470f2fa60 Gjs_ubuntu-dock_ubuntu_com_docking_DashSlideContainer:insensitive] which is not in the stage.
juil. 26 21:50:21 alan gnome-shell[2705]: st_widget_get_theme_node called on the widget [0x585470f2fa60 Gjs_ubuntu-dock_ubuntu_com_docking_DashSlideContainer:insensitive] which is not in the stage.
juil. 26 21:50:21 alan gnome-shell[2705]: st_widget_get_theme_node called on the widget [0x585470f2fa60 Gjs_ubuntu-dock_ubuntu_com_docking_DashSlideContainer:insensitive] which is not in the stage.
juil. 26 21:50:21 alan gnome-shell[2705]: st_widget_get_theme_node called on the widget [0x585470f2fa60 Gjs_ubuntu-dock_ubuntu_com_docking_DashSlideContainer:insensitive] which is not in the stage.
juil. 26 21:50:21 alan gnome-shell[2705]: st_widget_get_theme_node called on the widget [0x585470f2fa60 Gjs_ubuntu-dock_ubuntu_com_docking_DashSlideContainer:insensitive] which is not in the stage.
juil. 26 21:50:21 alan gnome-shell[2705]: st_widget_get_theme_node called on the widget [0x585470f2fa60 Gjs_ubuntu-dock_ubuntu_com_docking_DashSlideContainer:insensitive] which is not in the stage.
juil. 26 21:50:21 alan gnome-shell[2705]: st_widget_get_theme_node called on the widget [0x585470f2fa60 Gjs_ubuntu-dock_ubuntu_com_docking_DashSlideContainer:insensitive] which is not in the stage.
juil. 26 21:50:21 alan gnome-shell[2705]: st_widget_get_theme_node called on the widget [0x585470f2fa60 Gjs_ubuntu-dock_ubuntu_com_docking_DashSlideContainer:insensitive] which is not in the stage.
juil. 26 21:50:21 alan gnome-shell[2705]: st_widget_get_theme_node called on the widget [0x585470f2fa60 Gjs_ubuntu-dock_ubuntu_com_docking_DashSlideContainer:insensitive] which is not in the stage.
juil. 26 21:50:21 alan gnome-shell[2705]: st_widget_get_theme_node called on the widget [0x585470f2fa60 Gjs_ubuntu-dock_ubuntu_com_docking_DashSlideContainer:insensitive] which is not in the stage.
juil. 26 21:50:21 alan gnome-shell[2705]: st_widget_get_theme_node called on the widget [0x585470f2fa60 Gjs_ubuntu-dock_ubuntu_com_docking_DashSlideContainer:insensitive] which is not in the stage.
juil. 26 21:50:21 alan gnome-shell[2705]: st_widget_get_theme_node called on the widget [0x585470f2fa60 Gjs_ubuntu-dock_ubuntu_com_docking_DashSlideContainer:insensitive] which is not in the stage.
juil. 26 21:50:21 alan gnome-shell[2705]: st_widget_get_theme_node called on the widget [0x585470f2fa60 Gjs_ubuntu-dock_ubuntu_com_docking_DashSlideContainer:insensitive] which is not in the stage.
juil. 26 21:50:21 alan gnome-shell[2705]: st_widget_get_theme_node called on the widget [0x585470f2fa60 Gjs_ubuntu-dock_ubuntu_com_docking_DashSlideContainer:insensitive] which is not in the stage.
juil. 26 21:50:21 alan gnome-shell[2705]: st_widget_get_theme_node called on the widget [0x585470f2fa60 Gjs_ubuntu-dock_ubuntu_com_docking_DashSlideContainer:insensitive] which is not in the stage.
juil. 26 21:50:21 alan gnome-shell[2705]: st_widget_get_theme_node called on the widget [0x585470f2fa60 Gjs_ubuntu-dock_ubuntu_com_docking_DashSlideContainer:insensitive] which is not in the stage.
juil. 26 21:50:21 alan gnome-shell[2705]: st_widget_get_theme_node called on the widget [0x585470f2fa60 Gjs_ubuntu-dock_ubuntu_com_docking_DashSlideContainer:insensitive] which is not in the stage.
juil. 26 21:50:21 alan gnome-shell[2705]: st_widget_get_theme_node called on the widget [0x585470f2fa60 Gjs_ubuntu-dock_ubuntu_com_docking_DashSlideContainer:insensitive] which is not in the stage.
juil. 26 21:50:21 alan gnome-shell[2705]: st_widget_get_theme_node called on the widget [0x585470f2fa60 Gjs_ubuntu-dock_ubuntu_com_docking_DashSlideContainer:insensitive] which is not in the stage.
juil. 26 21:50:21 alan gnome-shell[2705]: st_widget_get_theme_node called on the widget [0x585470f2fa60 Gjs_ubuntu-dock_ubuntu_com_docking_DashSlideContainer:insensitive] which is not in the stage.
juil. 26 21:50:21 alan gnome-shell[2705]: st_widget_get_theme_node called on the widget [0x585470f2fa60 Gjs_ubuntu-dock_ubuntu_com_docking_DashSlideContainer:insensitive] which is not in the stage.
juil. 26 21:50:21 alan gnome-shell[2705]: st_widget_get_theme_node called on the widget [0x585470f2fa60 Gjs_ubuntu-dock_ubuntu_com_docking_DashSlideContainer:insensitive] which is not in the stage.
juil. 26 21:50:21 alan gnome-shell[2705]: st_widget_get_theme_node called on the widget [0x585470f2fa60 Gjs_ubuntu-dock_ubuntu_com_docking_DashSlideContainer:insensitive] which is not in the stage.
juil. 26 21:50:21 alan gnome-shell[2705]: st_widget_get_theme_node called on the widget [0x585470f2fa60 Gjs_ubuntu-dock_ubuntu_com_docking_DashSlideContainer:insensitive] which is not in the stage.
juil. 26 21:50:21 alan gnome-shell[2705]: st_widget_get_theme_node called on the widget [0x585470f2fa60 Gjs_ubuntu-dock_ubuntu_com_docking_DashSlideContainer:insensitive] which is not in the stage.
juil. 26 21:50:21 alan gnome-shell[2705]: st_widget_get_theme_node called on the widget [0x585470f2fa60 Gjs_ubuntu-dock_ubuntu_com_docking_DashSlideContainer:insensitive] which is not in the stage.
juil. 26 21:50:21 alan gnome-shell[2705]: st_widget_get_theme_node called on the widget [0x585470f2fa60 Gjs_ubuntu-dock_ubuntu_com_docking_DashSlideContainer:insensitive] which is not in the stage.
juil. 26 21:50:21 alan gnome-shell[2705]: st_widget_get_theme_node called on the widget [0x585470f2fa60 Gjs_ubuntu-dock_ubuntu_com_docking_DashSlideContainer:insensitive] which is not in the stage.
juil. 26 21:50:21 alan gnome-shell[2705]: st_widget_get_theme_node called on the widget [0x585470f2fa60 Gjs_ubuntu-dock_ubuntu_com_docking_DashSlideContainer:insensitive] which is not in the stage.
juil. 26 21:50:21 alan gnome-shell[2705]: st_widget_get_theme_node called on the widget [0x585470f2fa60 Gjs_ubuntu-dock_ubuntu_com_docking_DashSlideContainer:insensitive] which is not in the stage.
juil. 26 21:51:55 alan gnome-shell[2705]: Invalid sequence for VSYNC frame info
juil. 26 21:55:13 alan systemd-logind[2140]: Lid closed.
juil. 26 21:55:13 alan systemd-logind[2140]: Suspending...
juil. 26 21:55:13 alan ModemManager[2315]: <msg> [sleep-monitor-systemd] system is about to suspend
juil. 26 21:55:13 alan NetworkManager[2207]: <info>  [1785095713.1212] manager: sleep: sleep requested (sleeping: no  enabled: yes)
juil. 26 21:55:13 alan ModemManager[2315]: <msg> [sleep-monitor-systemd] ready to sleep; dropping inhibitor
juil. 26 21:55:13 alan NetworkManager[2207]: <info>  [1785095713.1217] manager: NetworkManager state is now DISABLED (ASLEEP)
juil. 26 21:55:13 alan NetworkManager[2207]: <info>  [1785095713.1219] device (wlp3s0): state change: activated -> deactivating (reason 'sleeping', managed-type: 'full')
juil. 26 21:55:13 alan NetworkManager[2207]: <info>  [1785095713.2303] device (wlp3s0): state change: deactivating -> disconnected (reason 'sleeping', managed-type: 'full')
juil. 26 21:55:14 alan openrazer-daemon[2460]: 2026-07-26 21:55:14 | razer.device0                  | INFO     | Suspending RazerBlade15AdvancedEarly2021
juil. 26 21:55:14 alan systemd[1]: Reached target sleep.target - Sleep.
juil. 26 21:55:14 alan systemd[1]: Starting nvidia-suspend.service - NVIDIA system suspend actions...
juil. 26 21:55:14 alan suspend[8370]: nvidia-suspend.service
juil. 26 21:55:14 alan logger[8370]: <13>Jul 26 21:55:14 suspend: nvidia-suspend.service
juil. 26 21:55:15 alan systemd[1]: nvidia-suspend.service: Deactivated successfully.
juil. 26 21:55:15 alan systemd[1]: Finished nvidia-suspend.service - NVIDIA system suspend actions.
juil. 26 21:55:15 alan systemd[1]: nvidia-suspend.service: Consumed 1.524s CPU time over 1.545s wall clock time, 834.1M memory peak.
juil. 26 21:55:15 alan systemd[1]: Starting systemd-suspend.service - System Suspend...
juil. 26 21:55:15 alan systemd-sleep[8453]: User sessions remain unfrozen on explicit request ($SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0).
juil. 26 21:55:15 alan systemd-sleep[8453]: This is not recommended, and might result in unexpected behavior, particularly
juil. 26 21:55:15 alan systemd-sleep[8453]: in suspend-then-hibernate operations or setups with encrypted home directories.
juil. 26 21:55:16 alan systemd-sleep[8453]: Performing sleep operation 'suspend'...
juil. 26 21:55:16 alan kernel: PM: suspend entry (deep)
juil. 26 21:55:22 alan kernel: printk: Suspending console(s) (use no_console_suspend to debug)
juil. 26 21:55:22 alan kernel: ACPI: EC: interrupt blocked
juil. 26 21:55:22 alan kernel: ACPI: PM: Preparing to enter system sleep state S3
juil. 26 21:55:22 alan kernel: ACPI: EC: event blocked
juil. 26 21:55:22 alan kernel: ACPI: EC: EC stopped
juil. 26 21:55:22 alan kernel: ACPI: PM: Saving platform NVS memory
juil. 26 21:55:22 alan kernel: ACPI: PM: Low-level resume complete
juil. 26 21:55:22 alan kernel: ACPI: EC: EC started
juil. 26 21:55:22 alan kernel: ACPI: PM: Restoring platform NVS memory
juil. 26 21:55:22 alan kernel: ACPI: PM: Waking up from system sleep state S3
juil. 26 21:55:22 alan kernel: ACPI Error: No handler for Region [VRTC] (000000004bf60973) [SystemCMOS] (20251212/evregion-131)
juil. 26 21:55:22 alan kernel: ACPI Error: Region SystemCMOS (ID=5) has no handler (20251212/exfldio-261)
juil. 26 21:55:22 alan systemd-sleep[8453]: System returned from sleep operation 'suspend'.
juil. 26 21:55:22 alan kernel: ACPI Error: Aborting method \_SB.PCI0.LPCB.EC0.RTEC due to previous error (AE_NOT_EXIST) (20251212/psparse-529)
juil. 26 21:55:22 alan kernel: ACPI Error: Aborting method \RWAK due to previous error (AE_NOT_EXIST) (20251212/psparse-529)
juil. 26 21:55:22 alan kernel: ACPI Error: Aborting method \_WAK due to previous error (AE_NOT_EXIST) (20251212/psparse-529)
juil. 26 21:55:22 alan kernel: ACPI Error: AE_NOT_EXIST, While executing method \_WAK (20251212/hwesleep-47)
juil. 26 21:55:22 alan kernel: ACPI: EC: interrupt unblocked
juil. 26 21:55:22 alan kernel: ACPI: EC: event unblocked
juil. 26 21:55:22 alan kernel: ACPI: battery: [Firmware Bug]: (dis)charge rate invalid.
juil. 26 21:55:22 alan kernel: PM: suspend exit
juil. 26 21:55:23 alan systemd[1]: systemd-suspend.service: Deactivated successfully.
juil. 26 21:55:23 alan systemd[1]: Finished systemd-suspend.service - System Suspend.
juil. 26 21:55:23 alan systemd[1]: systemd-suspend.service: Consumed 1.493s CPU time over 4.074s wall clock time, 8.5M memory peak.
juil. 26 21:55:23 alan systemd[1]: Stopped target sleep.target - Sleep.
juil. 26 21:55:23 alan systemd[1]: Reached target suspend.target - Suspend.
juil. 26 21:55:23 alan systemd-logind[2140]: Operation 'suspend' finished.
juil. 26 21:55:23 alan ModemManager[2315]: <msg> [sleep-monitor-systemd] system is resuming
juil. 26 21:55:23 alan NetworkManager[2207]: <info>  [1785095723.8146] manager: sleep: wake requested (sleeping: yes  enabled: yes)
juil. 26 21:55:23 alan systemd[1]: Stopped target suspend.target - Suspend.
juil. 26 21:55:23 alan suspend[8655]: nvidia-resume.service
juil. 26 21:55:23 alan logger[8655]: <13>Jul 26 21:55:23 suspend: nvidia-resume.service
juil. 26 21:55:27 alan gdm-password][8949]: gkr-pam: the password for the login keyring was invalid.
juil. 26 21:55:48 alan systemd-logind[2140]: Suspending...
juil. 26 21:55:48 alan ModemManager[2315]: <msg> [sleep-monitor-systemd] system is about to suspend
juil. 26 21:55:48 alan NetworkManager[2207]: <info>  [1785095748.4247] manager: sleep: sleep requested (sleeping: no  enabled: yes)
juil. 26 21:55:48 alan ModemManager[2315]: <msg> [sleep-monitor-systemd] ready to sleep; dropping inhibitor
juil. 26 21:55:48 alan NetworkManager[2207]: <info>  [1785095748.4255] manager: NetworkManager state is now DISABLED (ASLEEP)
juil. 26 21:55:48 alan NetworkManager[2207]: <info>  [1785095748.4258] device (wlp3s0): state change: activated -> deactivating (reason 'sleeping', managed-type: 'full')
juil. 26 21:55:48 alan NetworkManager[2207]: <info>  [1785095748.5344] device (wlp3s0): state change: deactivating -> disconnected (reason 'sleeping', managed-type: 'full')
juil. 26 21:55:49 alan gnome-shell[2705]: Cursor update failed: drmModeAtomicCommit: Argument invalide
juil. 26 21:55:49 alan gnome-shell[2705]: Cursor update failed: drmModeAtomicCommit: Argument invalide
juil. 26 21:55:49 alan gnome-shell[2705]: Cursor update failed: drmModeAtomicCommit: Argument invalide
juil. 26 21:55:49 alan gnome-shell[2705]: Cursor update failed: drmModeAtomicCommit: Argument invalide
juil. 26 21:55:49 alan gnome-shell[2705]: Cursor update failed: drmModeAtomicCommit: Argument invalide
juil. 26 21:55:49 alan gnome-shell[2705]: Cursor update failed: drmModeAtomicCommit: Argument invalide
juil. 26 21:55:49 alan gnome-shell[2705]: Cursor update failed: drmModeAtomicCommit: Argument invalide
juil. 26 21:55:49 alan gnome-shell[2705]: Cursor update failed: drmModeAtomicCommit: Argument invalide
juil. 26 21:55:49 alan gnome-shell[2705]: Cursor update failed: drmModeAtomicCommit: Argument invalide
juil. 26 21:55:49 alan gnome-shell[2705]: Cursor update failed: drmModeAtomicCommit: Argument invalide
juil. 26 21:55:49 alan gnome-shell[2705]: Cursor update failed: drmModeAtomicCommit: Argument invalide
juil. 26 21:55:49 alan gnome-shell[2705]: Cursor update failed: drmModeAtomicCommit: Argument invalide
juil. 26 21:55:49 alan gnome-shell[2705]: Cursor update failed: drmModeAtomicCommit: Argument invalide
juil. 26 21:55:49 alan gnome-shell[2705]: Cursor update failed: drmModeAtomicCommit: Argument invalide
juil. 26 21:55:49 alan gnome-shell[2705]: Cursor update failed: drmModeAtomicCommit: Argument invalide
juil. 26 21:55:49 alan gnome-shell[2705]: Cursor update failed: drmModeAtomicCommit: Argument invalide
juil. 26 21:55:49 alan gnome-shell[2705]: Cursor update failed: drmModeAtomicCommit: Argument invalide
juil. 26 21:55:49 alan gnome-shell[2705]: Cursor update failed: drmModeAtomicCommit: Argument invalide
juil. 26 21:55:49 alan gnome-shell[2705]: Cursor update failed: drmModeAtomicCommit: Argument invalide
juil. 26 21:56:18 alan systemd[1]: Reached target sleep.target - Sleep.
juil. 26 21:56:18 alan systemd[1]: Starting nvidia-suspend.service - NVIDIA system suspend actions...
juil. 26 21:56:18 alan suspend[9293]: nvidia-suspend.service
juil. 26 21:56:18 alan logger[9293]: <13>Jul 26 21:56:18 suspend: nvidia-suspend.service
juil. 26 21:56:20 alan systemd[1]: nvidia-suspend.service: Deactivated successfully.
juil. 26 21:56:20 alan systemd[1]: Finished nvidia-suspend.service - NVIDIA system suspend actions.
juil. 26 21:56:20 alan systemd[1]: nvidia-suspend.service: Consumed 1.352s CPU time over 1.747s wall clock time, 733.5M memory peak.
juil. 26 21:56:20 alan systemd[1]: Starting systemd-suspend.service - System Suspend...
juil. 26 21:56:20 alan systemd-sleep[9375]: User sessions remain unfrozen on explicit request ($SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0).
juil. 26 21:56:20 alan systemd-sleep[9375]: This is not recommended, and might result in unexpected behavior, particularly
juil. 26 21:56:20 alan systemd-sleep[9375]: in suspend-then-hibernate operations or setups with encrypted home directories.
juil. 26 21:56:20 alan systemd-sleep[9375]: Performing sleep operation 'suspend'...
juil. 26 21:56:20 alan kernel: PM: suspend entry (deep)
juil. 26 21:56:28 alan kernel: printk: Suspending console(s) (use no_console_suspend to debug)
juil. 26 21:56:28 alan kernel: ACPI: EC: interrupt blocked
juil. 26 21:56:28 alan kernel: ACPI: PM: Preparing to enter system sleep state S3
juil. 26 21:56:28 alan kernel: ACPI: EC: event blocked
juil. 26 21:56:28 alan kernel: ACPI: EC: EC stopped
juil. 26 21:56:28 alan kernel: ACPI: PM: Saving platform NVS memory
juil. 26 21:56:28 alan kernel: ACPI: PM: Low-level resume complete
juil. 26 21:56:28 alan kernel: ACPI: EC: EC started
juil. 26 21:56:28 alan kernel: ACPI: PM: Restoring platform NVS memory
juil. 26 21:56:28 alan kernel: ACPI: PM: Waking up from system sleep state S3
juil. 26 21:56:28 alan kernel: ACPI Error: No handler for Region [VRTC] (000000004bf60973) [SystemCMOS] (20251212/evregion-131)
juil. 26 21:56:28 alan kernel: ACPI Error: Region SystemCMOS (ID=5) has no handler (20251212/exfldio-261)
juil. 26 21:56:28 alan kernel: ACPI Error: Aborting method \_SB.PCI0.LPCB.EC0.RTEC due to previous error (AE_NOT_EXIST) (20251212/psparse-529)
juil. 26 21:56:28 alan kernel: ACPI Error: Aborting method \RWAK due to previous error (AE_NOT_EXIST) (20251212/psparse-529)
juil. 26 21:56:28 alan kernel: ACPI Error: Aborting method \_WAK due to previous error (AE_NOT_EXIST) (20251212/psparse-529)
juil. 26 21:56:28 alan kernel: ACPI Error: AE_NOT_EXIST, While executing method \_WAK (20251212/hwesleep-47)
juil. 26 21:56:28 alan kernel: ACPI: EC: interrupt unblocked
juil. 26 21:56:28 alan kernel: ACPI: EC: event unblocked
juil. 26 21:56:28 alan systemd-sleep[9375]: System returned from sleep operation 'suspend'.
juil. 26 21:56:28 alan kernel: PM: suspend exit
juil. 26 21:56:29 alan systemd[1]: systemd-suspend.service: Deactivated successfully.
juil. 26 21:56:29 alan systemd[1]: Finished systemd-suspend.service - System Suspend.
juil. 26 21:56:29 alan systemd[1]: systemd-suspend.service: Consumed 1.427s CPU time over 4.065s wall clock time, 7.1M memory peak.
juil. 26 21:56:29 alan systemd[1]: Stopped target sleep.target - Sleep.
juil. 26 21:56:29 alan systemd[1]: Reached target suspend.target - Suspend.
juil. 26 21:56:29 alan systemd-logind[2140]: Operation 'suspend' finished.
juil. 26 21:56:29 alan NetworkManager[2207]: <info>  [1785095789.8035] manager: sleep: wake requested (sleeping: yes  enabled: yes)
juil. 26 21:56:29 alan ModemManager[2315]: <msg> [sleep-monitor-systemd] system is resuming
juil. 26 21:56:29 alan systemd[1]: Stopped target suspend.target - Suspend.
juil. 26 21:56:29 alan suspend[9447]: nvidia-resume.service
juil. 26 21:56:29 alan logger[9447]: <13>Jul 26 21:56:29 suspend: nvidia-resume.service
juil. 26 21:56:32 alan gdm-password][9278]: gkr-pam: the password for the login keyring was invalid.
juil. 26 21:56:54 alan systemd-logind[2140]: Suspending...
juil. 26 21:56:54 alan NetworkManager[2207]: <info>  [1785095814.2320] manager: sleep: sleep requested (sleeping: no  enabled: yes)
juil. 26 21:56:54 alan ModemManager[2315]: <msg> [sleep-monitor-systemd] system is about to suspend
juil. 26 21:56:54 alan NetworkManager[2207]: <info>  [1785095814.2329] manager: NetworkManager state is now DISABLED (ASLEEP)
juil. 26 21:56:54 alan NetworkManager[2207]: <info>  [1785095814.2331] device (wlp3s0): state change: activated -> deactivating (reason 'sleeping', managed-type: 'full')
juil. 26 21:56:54 alan ModemManager[2315]: <msg> [sleep-monitor-systemd] ready to sleep; dropping inhibitor
juil. 26 21:56:54 alan NetworkManager[2207]: <info>  [1785095814.3521] device (wlp3s0): state change: deactivating -> disconnected (reason 'sleeping', managed-type: 'full')
juil. 26 21:56:54 alan gnome-shell[2705]: Cursor update failed: drmModeAtomicCommit: Argument invalide
juil. 26 21:56:55 alan openrazer-daemon[2460]: 2026-07-26 21:56:55 | razer.device0                  | INFO     | Suspending RazerBlade15AdvancedEarly2021
juil. 26 21:56:55 alan systemd[1]: Reached target sleep.target - Sleep.
juil. 26 21:56:55 alan systemd[1]: Starting nvidia-suspend.service - NVIDIA system suspend actions...
juil. 26 21:56:55 alan suspend[9798]: nvidia-suspend.service
juil. 26 21:56:55 alan logger[9798]: <13>Jul 26 21:56:55 suspend: nvidia-suspend.service
juil. 26 21:56:57 alan systemd[1]: nvidia-suspend.service: Deactivated successfully.
juil. 26 21:56:57 alan systemd[1]: Finished nvidia-suspend.service - NVIDIA system suspend actions.
juil. 26 21:56:57 alan systemd[1]: nvidia-suspend.service: Consumed 1.359s CPU time over 1.766s wall clock time, 731.4M memory peak.
juil. 26 21:56:57 alan systemd[1]: Starting systemd-suspend.service - System Suspend...
juil. 26 21:56:57 alan systemd-sleep[9878]: User sessions remain unfrozen on explicit request ($SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0).
juil. 26 21:56:57 alan systemd-sleep[9878]: This is not recommended, and might result in unexpected behavior, particularly
juil. 26 21:56:57 alan systemd-sleep[9878]: in suspend-then-hibernate operations or setups with encrypted home directories.
juil. 26 21:56:57 alan systemd-sleep[9878]: Performing sleep operation 'suspend'...
juil. 26 21:56:57 alan kernel: PM: suspend entry (deep)
juil. 26 21:57:07 alan kernel: printk: Suspending console(s) (use no_console_suspend to debug)
juil. 26 21:57:07 alan kernel: ACPI: EC: interrupt blocked
juil. 26 21:57:07 alan kernel: ACPI: PM: Preparing to enter system sleep state S3
juil. 26 21:57:07 alan kernel: ACPI: EC: event blocked
juil. 26 21:57:07 alan kernel: ACPI: EC: EC stopped
juil. 26 21:57:07 alan kernel: ACPI: PM: Saving platform NVS memory
juil. 26 21:57:07 alan kernel: ACPI: PM: Low-level resume complete
juil. 26 21:57:07 alan kernel: ACPI: EC: EC started
juil. 26 21:57:07 alan kernel: ACPI: PM: Restoring platform NVS memory
juil. 26 21:57:07 alan kernel: ACPI: PM: Waking up from system sleep state S3
juil. 26 21:57:07 alan kernel: ACPI Error: No handler for Region [VRTC] (000000004bf60973) [SystemCMOS] (20251212/evregion-131)
juil. 26 21:57:07 alan kernel: ACPI Error: Region SystemCMOS (ID=5) has no handler (20251212/exfldio-261)
juil. 26 21:57:07 alan kernel: ACPI Error: Aborting method \_SB.PCI0.LPCB.EC0.RTEC due to previous error (AE_NOT_EXIST) (20251212/psparse-529)
juil. 26 21:57:07 alan kernel: ACPI Error: Aborting method \RWAK due to previous error (AE_NOT_EXIST) (20251212/psparse-529)
juil. 26 21:57:07 alan kernel: ACPI Error: Aborting method \_WAK due to previous error (AE_NOT_EXIST) (20251212/psparse-529)
juil. 26 21:57:07 alan kernel: ACPI Error: AE_NOT_EXIST, While executing method \_WAK (20251212/hwesleep-47)
juil. 26 21:57:07 alan kernel: ACPI: EC: interrupt unblocked
juil. 26 21:57:07 alan kernel: ACPI: EC: event unblocked
juil. 26 21:57:07 alan systemd-sleep[9878]: System returned from sleep operation 'suspend'.
juil. 26 21:57:07 alan kernel: PM: suspend exit
juil. 26 21:57:08 alan systemd[1]: systemd-suspend.service: Deactivated successfully.
juil. 26 21:57:08 alan systemd[1]: Finished systemd-suspend.service - System Suspend.
juil. 26 21:57:08 alan systemd[1]: systemd-suspend.service: Consumed 1.429s CPU time over 3.992s wall clock time, 7.9M memory peak.
juil. 26 21:57:08 alan systemd[1]: Stopped target sleep.target - Sleep.
juil. 26 21:57:08 alan systemd[1]: Reached target suspend.target - Suspend.
juil. 26 21:57:08 alan systemd-logind[2140]: Operation 'suspend' finished.
juil. 26 21:57:08 alan systemd[1]: Stopped target suspend.target - Suspend.
juil. 26 21:57:08 alan NetworkManager[2207]: <info>  [1785095828.7607] manager: sleep: wake requested (sleeping: yes  enabled: yes)
juil. 26 21:57:08 alan ModemManager[2315]: <msg> [sleep-monitor-systemd] system is resuming
juil. 26 21:57:08 alan suspend[9950]: nvidia-resume.service
juil. 26 21:57:08 alan logger[9950]: <13>Jul 26 21:57:08 suspend: nvidia-resume.service
juil. 26 21:57:15 alan gdm-password][10051]: gkr-pam: the password for the login keyring was invalid.
juil. 26 21:57:33 alan systemd-logind[2140]: Suspending...
juil. 26 21:57:33 alan NetworkManager[2207]: <info>  [1785095853.0099] manager: sleep: sleep requested (sleeping: no  enabled: yes)
juil. 26 21:57:33 alan ModemManager[2315]: <msg> [sleep-monitor-systemd] system is about to suspend
juil. 26 21:57:33 alan NetworkManager[2207]: <info>  [1785095853.0108] manager: NetworkManager state is now DISABLED (ASLEEP)
juil. 26 21:57:33 alan ModemManager[2315]: <msg> [sleep-monitor-systemd] ready to sleep; dropping inhibitor
juil. 26 21:57:33 alan NetworkManager[2207]: <info>  [1785095853.0110] device (wlp3s0): state change: activated -> deactivating (reason 'sleeping', managed-type: 'full')
juil. 26 21:57:33 alan NetworkManager[2207]: <info>  [1785095853.1169] device (wlp3s0): state change: deactivating -> disconnected (reason 'sleeping', managed-type: 'full')
juil. 26 21:57:33 alan gnome-shell[2705]: Cursor update failed: drmModeAtomicCommit: Argument invalide
juil. 26 21:57:34 alan openrazer-daemon[2460]: 2026-07-26 21:57:34 | razer.device0                  | INFO     | Suspending RazerBlade15AdvancedEarly2021
juil. 26 21:57:34 alan systemd[1]: Reached target sleep.target - Sleep.
juil. 26 21:57:34 alan systemd[1]: Starting nvidia-suspend.service - NVIDIA system suspend actions...
juil. 26 21:57:34 alan suspend[10230]: nvidia-suspend.service
juil. 26 21:57:34 alan logger[10230]: <13>Jul 26 21:57:34 suspend: nvidia-suspend.service
juil. 26 21:57:36 alan systemd[1]: nvidia-suspend.service: Deactivated successfully.
juil. 26 21:57:36 alan systemd[1]: Finished nvidia-suspend.service - NVIDIA system suspend actions.
juil. 26 21:57:36 alan systemd[1]: nvidia-suspend.service: Consumed 1.402s CPU time over 1.802s wall clock time, 735M memory peak.
juil. 26 21:57:36 alan systemd[1]: Starting systemd-suspend.service - System Suspend...
juil. 26 21:57:36 alan systemd-sleep[10310]: User sessions remain unfrozen on explicit request ($SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0).
juil. 26 21:57:36 alan systemd-sleep[10310]: This is not recommended, and might result in unexpected behavior, particularly
juil. 26 21:57:36 alan systemd-sleep[10310]: in suspend-then-hibernate operations or setups with encrypted home directories.
juil. 26 21:57:36 alan systemd-sleep[10310]: Performing sleep operation 'suspend'...
juil. 26 21:57:36 alan kernel: PM: suspend entry (deep)
juil. 26 21:57:42 alan kernel: printk: Suspending console(s) (use no_console_suspend to debug)
juil. 26 21:57:42 alan kernel: ACPI: EC: interrupt blocked
juil. 26 21:57:42 alan kernel: ACPI: PM: Preparing to enter system sleep state S3
juil. 26 21:57:42 alan kernel: ACPI: EC: event blocked
juil. 26 21:57:42 alan kernel: ACPI: EC: EC stopped
juil. 26 21:57:42 alan kernel: ACPI: PM: Saving platform NVS memory
juil. 26 21:57:42 alan kernel: ACPI: PM: Low-level resume complete
juil. 26 21:57:42 alan kernel: ACPI: EC: EC started
juil. 26 21:57:42 alan kernel: ACPI: PM: Restoring platform NVS memory
juil. 26 21:57:42 alan kernel: ACPI: PM: Waking up from system sleep state S3
juil. 26 21:57:42 alan kernel: ACPI Error: No handler for Region [VRTC] (000000004bf60973) [SystemCMOS] (20251212/evregion-131)
juil. 26 21:57:42 alan kernel: ACPI Error: Region SystemCMOS (ID=5) has no handler (20251212/exfldio-261)
juil. 26 21:57:42 alan kernel: ACPI Error: Aborting method \_SB.PCI0.LPCB.EC0.RTEC due to previous error (AE_NOT_EXIST) (20251212/psparse-529)
juil. 26 21:57:42 alan kernel: ACPI Error: Aborting method \RWAK due to previous error (AE_NOT_EXIST) (20251212/psparse-529)
juil. 26 21:57:42 alan kernel: ACPI Error: Aborting method \_WAK due to previous error (AE_NOT_EXIST) (20251212/psparse-529)
juil. 26 21:57:42 alan kernel: ACPI Error: AE_NOT_EXIST, While executing method \_WAK (20251212/hwesleep-47)
juil. 26 21:57:42 alan kernel: ACPI: EC: interrupt unblocked
juil. 26 21:57:42 alan kernel: ACPI: EC: event unblocked
juil. 26 21:57:42 alan systemd-sleep[10310]: System returned from sleep operation 'suspend'.
juil. 26 21:57:42 alan kernel: PM: suspend exit
juil. 26 21:57:43 alan systemd[1]: systemd-suspend.service: Deactivated successfully.
juil. 26 21:57:43 alan systemd[1]: Finished systemd-suspend.service - System Suspend.
juil. 26 21:57:43 alan systemd[1]: systemd-suspend.service: Consumed 1.414s CPU time over 3.973s wall clock time, 7.8M memory peak.
juil. 26 21:57:43 alan systemd[1]: Stopped target sleep.target - Sleep.
juil. 26 21:57:43 alan systemd[1]: Reached target suspend.target - Suspend.
juil. 26 21:57:43 alan systemd-logind[2140]: Operation 'suspend' finished.
juil. 26 21:57:43 alan ModemManager[2315]: <msg> [sleep-monitor-systemd] system is resuming
juil. 26 21:57:43 alan systemd[1]: Stopped target suspend.target - Suspend.
juil. 26 21:57:43 alan NetworkManager[2207]: <info>  [1785095863.7340] manager: sleep: wake requested (sleeping: yes  enabled: yes)
juil. 26 21:57:43 alan suspend[10383]: nvidia-resume.service
juil. 26 21:57:43 alan logger[10383]: <13>Jul 26 21:57:43 suspend: nvidia-resume.service
juil. 26 21:57:46 alan gdm-password][10458]: gkr-pam: the password for the login keyring was invalid.
juil. 26 21:58:07 alan systemd-logind[2140]: Suspending...
juil. 26 21:58:07 alan NetworkManager[2207]: <info>  [1785095887.9645] manager: sleep: sleep requested (sleeping: no  enabled: yes)
juil. 26 21:58:07 alan NetworkManager[2207]: <info>  [1785095887.9651] manager: NetworkManager state is now DISABLED (ASLEEP)
juil. 26 21:58:07 alan ModemManager[2315]: <msg> [sleep-monitor-systemd] system is about to suspend
juil. 26 21:58:07 alan NetworkManager[2207]: <info>  [1785095887.9652] device (wlp3s0): state change: activated -> deactivating (reason 'sleeping', managed-type: 'full')
juil. 26 21:58:07 alan ModemManager[2315]: <msg> [sleep-monitor-systemd] ready to sleep; dropping inhibitor
juil. 26 21:58:08 alan NetworkManager[2207]: <info>  [1785095888.0681] device (wlp3s0): state change: deactivating -> disconnected (reason 'sleeping', managed-type: 'full')
juil. 26 21:58:08 alan gnome-shell[2705]: Cursor update failed: drmModeAtomicCommit: Argument invalide
juil. 26 21:58:09 alan openrazer-daemon[2460]: 2026-07-26 21:58:09 | razer.device0                  | INFO     | Suspending RazerBlade15AdvancedEarly2021
juil. 26 21:58:09 alan systemd[1]: Reached target sleep.target - Sleep.
juil. 26 21:58:09 alan systemd[1]: Starting nvidia-suspend.service - NVIDIA system suspend actions...
juil. 26 21:58:09 alan suspend[10669]: nvidia-suspend.service
juil. 26 21:58:09 alan logger[10669]: <13>Jul 26 21:58:09 suspend: nvidia-suspend.service
juil. 26 21:58:10 alan systemd[1]: nvidia-suspend.service: Deactivated successfully.
juil. 26 21:58:10 alan systemd[1]: Finished nvidia-suspend.service - NVIDIA system suspend actions.
juil. 26 21:58:10 alan systemd[1]: nvidia-suspend.service: Consumed 1.383s CPU time over 1.795s wall clock time, 741M memory peak.
juil. 26 21:58:10 alan systemd[1]: Starting systemd-suspend.service - System Suspend...
juil. 26 21:58:10 alan systemd-sleep[10746]: User sessions remain unfrozen on explicit request ($SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0).
juil. 26 21:58:10 alan systemd-sleep[10746]: This is not recommended, and might result in unexpected behavior, particularly
juil. 26 21:58:10 alan systemd-sleep[10746]: in suspend-then-hibernate operations or setups with encrypted home directories.
juil. 26 21:58:10 alan systemd-sleep[10746]: Performing sleep operation 'suspend'...
juil. 26 21:58:10 alan kernel: PM: suspend entry (deep)
juil. 26 21:58:18 alan kernel: printk: Suspending console(s) (use no_console_suspend to debug)
juil. 26 21:58:18 alan kernel: ACPI: EC: interrupt blocked
juil. 26 21:58:18 alan kernel: ACPI: PM: Preparing to enter system sleep state S3
juil. 26 21:58:18 alan kernel: ACPI: EC: event blocked
juil. 26 21:58:18 alan kernel: ACPI: EC: EC stopped
juil. 26 21:58:18 alan kernel: ACPI: PM: Saving platform NVS memory
juil. 26 21:58:18 alan kernel: ACPI: PM: Low-level resume complete
juil. 26 21:58:18 alan kernel: ACPI: EC: EC started
juil. 26 21:58:18 alan kernel: ACPI: PM: Restoring platform NVS memory
juil. 26 21:58:18 alan kernel: ACPI: PM: Waking up from system sleep state S3
juil. 26 21:58:18 alan kernel: ACPI Error: No handler for Region [VRTC] (000000004bf60973) [SystemCMOS] (20251212/evregion-131)
juil. 26 21:58:18 alan kernel: ACPI Error: Region SystemCMOS (ID=5) has no handler (20251212/exfldio-261)
juil. 26 21:58:18 alan kernel: ACPI Error: Aborting method \_SB.PCI0.LPCB.EC0.RTEC due to previous error (AE_NOT_EXIST) (20251212/psparse-529)
juil. 26 21:58:18 alan kernel: ACPI Error: Aborting method \RWAK due to previous error (AE_NOT_EXIST) (20251212/psparse-529)
juil. 26 21:58:18 alan kernel: ACPI Error: Aborting method \_WAK due to previous error (AE_NOT_EXIST) (20251212/psparse-529)
juil. 26 21:58:18 alan kernel: ACPI Error: AE_NOT_EXIST, While executing method \_WAK (20251212/hwesleep-47)
juil. 26 21:58:18 alan kernel: ACPI: EC: interrupt unblocked
juil. 26 21:58:18 alan kernel: ACPI: EC: event unblocked
juil. 26 21:58:18 alan systemd-sleep[10746]: System returned from sleep operation 'suspend'.
juil. 26 21:58:18 alan kernel: PM: suspend exit
juil. 26 21:58:19 alan systemd[1]: systemd-suspend.service: Deactivated successfully.
juil. 26 21:58:19 alan systemd[1]: Finished systemd-suspend.service - System Suspend.
juil. 26 21:58:19 alan systemd[1]: systemd-suspend.service: Consumed 1.453s CPU time over 4.073s wall clock time, 6.7M memory peak.
juil. 26 21:58:19 alan systemd[1]: Stopped target sleep.target - Sleep.
juil. 26 21:58:19 alan systemd[1]: Reached target suspend.target - Suspend.
juil. 26 21:58:19 alan systemd-logind[2140]: Operation 'suspend' finished.
juil. 26 21:58:19 alan ModemManager[2315]: <msg> [sleep-monitor-systemd] system is resuming
juil. 26 21:58:19 alan NetworkManager[2207]: <info>  [1785095899.8115] manager: sleep: wake requested (sleeping: yes  enabled: yes)
juil. 26 21:58:19 alan systemd[1]: Stopped target suspend.target - Suspend.
juil. 26 21:58:19 alan suspend[10836]: nvidia-resume.service
juil. 26 21:58:19 alan logger[10836]: <13>Jul 26 21:58:19 suspend: nvidia-resume.service
juil. 26 21:58:22 alan gdm-password][10912]: gkr-pam: the password for the login keyring was invalid.
juil. 26 21:58:40 alan systemd[2416]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
juil. 26 21:58:40 alan wireplumber[2482]: GLib-GObject:ERROR:../../../gobject/gsignal.c:4110:invalid_closure_notify: assertion failed: (handler != NULL)
juil. 26 21:58:40 alan wireplumber[2482]: Bail out! GLib-GObject:ERROR:../../../gobject/gsignal.c:4110:invalid_closure_notify: assertion failed: (handler != NULL)
alan@alan:~$ 

Hors ligne