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 28/08/2025, à 15:05

grosgilou

Activation Bluetooth

Salut tout le monde,

Je viens d'installer Ubuntu 24LTS et je galère avec le bluetooth. Impossible de l'activer. Quand je clique sur l'icône en haut à droite, 3 petits points s'agitent un instant puis plus rien. En allant dans les paramètres, le bouton dans la barre supérieure revient automatiquement en position off...
Merci d'avance pour vos lumières !

Hors ligne

#2 Le 28/08/2025, à 15:16

xubu1957

Re : Activation Bluetooth

Bonjour,

Il faudrait fournir, en te servant du Retour utilisable de commande :

uname -a; lspci -nnk | grep -iA3 net; lsusb; sudo dmesg | grep -i bluetooth; sudo dmesg | grep -i firmware; lsmod | grep bluetooth
dpkg -l | grep blue
rfkill list all
sudo service bluetooth status | cat

Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] 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

#3 Le 28/08/2025, à 15:22

grosgilou

Re : Activation Bluetooth

Merci beaucoup pour ta prompte réponse !

Alors voilà:

gilles@gilles-Latitude-E7470:~$ uname -a; lspci -nnk | grep -iA3 net; lsusb; sudo dmesg | grep -i bluetooth; sudo dmesg | grep -i firmware; lsmod | grep bluetooth
Linux gilles-Latitude-E7470 6.14.0-28-generic #28~24.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 25 10:47:01 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
00:1f.6 Ethernet controller [0200]: Intel Corporation Ethernet Connection I219-LM [8086:156f] (rev 21)
	Subsystem: Dell Latitude E7470 [1028:06dc]
	Kernel driver in use: e1000e
	Kernel modules: e1000e
01:00.0 Network controller [0280]: Intel Corporation Wireless 8260 [8086:24f3] (rev 3a)
	Subsystem: Intel Corporation Wireless 8260 [8086:0050]
	Kernel driver in use: iwlwifi
	Kernel modules: iwlwifi, wl
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 0bda:5686 Realtek Semiconductor Corp. Integrated_Webcam_HD
Bus 001 Device 003: ID 03f0:0941 HP, Inc X500 Optical Mouse
Bus 001 Device 004: ID 0a5c:5832 Broadcom Corp. 5880
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
[sudo] Mot de passe de gilles : 
[    0.317059] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    1.109201] wmi_bus wmi_bus-PNP0C14:00: [Firmware Bug]: WQBC data block query control method not found
[    4.582176] iwlwifi 0000:01:00.0: loaded firmware version 36.ca7b901d.0 8000C-36.ucode op_mode iwlmvm
[    5.851441] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/skl_dmc_ver1_27.bin (v1.27)
[  627.521457] audit: type=1400 audit(1756386058.912:225): apparmor="DENIED" operation="open" class="file" profile="snap.firmware-updater.firmware-notifier" name="/proc/sys/vm/max_map_count" pid=10408 comm="firmware-notifi" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0

et

gilles@gilles-Latitude-E7470:~$ dpkg -l | grep blue
ii  blueman                                       2.3.5-3build1                            amd64        Graphical bluetooth manager
ii  bluez                                         5.72-0ubuntu5.4                          amd64        Bluetooth tools and daemons
ii  bluez-cups                                    5.72-0ubuntu5.4                          amd64        Bluetooth printer driver for CUPS
ii  bluez-obexd                                   5.72-0ubuntu5.4                          amd64        bluez obex daemon
ii  bluez-tools                                   2.0~20170911.0.7cb788c-4build2           amd64        Set of tools to manage Bluetooth devices for linux
ii  gir1.2-gnomebluetooth-3.0:amd64               46.0-1ubuntu1                            amd64        Introspection data for GnomeBluetooth
ii  gnome-bluetooth-3-common                      46.0-1ubuntu1                            all          GNOME Bluetooth 3 common files
ii  gnome-bluetooth-sendto                        46.0-1ubuntu1                            amd64        GNOME Bluetooth Send To app
ii  libbluetooth3:amd64                           5.72-0ubuntu5.4                          amd64        Library to use the BlueZ Linux Bluetooth stack
ii  libgnome-bluetooth-3.0-13:amd64               46.0-1ubuntu1                            amd64        GNOME Bluetooth 3 support library
ii  libgnome-bluetooth-ui-3.0-13:amd64            46.0-1ubuntu1                            amd64        GNOME Bluetooth 3 UI support library
ii  libspa-0.2-bluetooth:amd64                    1.0.5-1ubuntu3.1                         amd64        libraries for the PipeWire multimedia server - bluetooth plugins
ii  pulseaudio-module-bluetooth                   1:16.1+dfsg1-2ubuntu10.1                 amd64        Bluetooth module for PulseAudio sound server

et

gilles@gilles-Latitude-E7470:~$ rfkill list all
0: dell-wifi: Wireless LAN
	Soft blocked: no
	Hard blocked: no
1: dell-bluetooth: Bluetooth
	Soft blocked: no
	Hard blocked: no
2: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no

et enfin

gilles@gilles-Latitude-E7470:~$ sudo service bluetooth status | cat
○ bluetooth.service - Bluetooth service
     Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; preset: enabled)
     Active: inactive (dead)
       Docs: man:bluetoothd(8)

août 28 14:50:59 gilles-Latitude-E7470 systemd[1]: bluetooth.service - Bluetooth service was skipped because of an unmet condition check (ConditionPathIsDirectory=/sys/class/bluetooth).
août 28 15:00:59 gilles-Latitude-E7470 systemd[1]: bluetooth.service - Bluetooth service was skipped because of an unmet condition check (ConditionPathIsDirectory=/sys/class/bluetooth).

Hors ligne

#4 Le 28/08/2025, à 15:27

xubu1957

Re : Activation Bluetooth

service bluetooth status | cat
○ bluetooth.service - Bluetooth service

     Active: inactive (dead)

Il n'est pas activé !


Tu avais consulté la Doc bluetooth ?


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] 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

#5 Le 28/08/2025, à 15:38

grosgilou

Re : Activation Bluetooth

Oui, j'avais vu et un peu manipulé la chose. Toujours est-il que je ne suis arrivé à rien...

Hors ligne

#6 Le 28/08/2025, à 15:40

xubu1957

Re : Activation Bluetooth

hcitool scan

obtient un résultat ?

Pour tenter la procédure de Nuliel.


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] 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

#7 Le 28/08/2025, à 15:45

grosgilou

Re : Activation Bluetooth

Niet...

gilles@gilles-Latitude-E7470:~$ hcitool scan
Device is not available: No such device

Hors ligne

#8 Le 28/08/2025, à 15:50

xubu1957

Re : Activation Bluetooth

Tu veux appairer quel genre d'appareil ?


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] 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

#9 Le 28/08/2025, à 15:51

grosgilou

Re : Activation Bluetooth

Une enceinte JBL

Hors ligne

#10 Le 28/08/2025, à 15:55

xubu1957

Re : Activation Bluetooth

Des infos dans la notice de l'appareil, pour cette enceinte ?


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] 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

#11 Le 28/08/2025, à 17:46

grosgilou

Re : Activation Bluetooth

Elle n'est plus toute jeune (2019 je pense) et la notice a disparu depuis longtemps...
Tout fonctionnait nickel sous windows.
Mais ce serait la même chose avec n'importe quel autre objet connecté. Impossible d'activer le bluetooth pour qu'il détecte quoi que ce soit...

Hors ligne

#12 Le 28/08/2025, à 17:54

xubu1957

Re : Activation Bluetooth

Ce n'est pas un ordi ayant un dual-boot avec Windows ?


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] 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

#13 Le 28/08/2025, à 18:03

grosgilou

Re : Activation Bluetooth

Non, je n'ai pas gardé windows.

Hors ligne

#14 Le 28/08/2025, à 18:10

xubu1957

Re : Activation Bluetooth


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] 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

#15 Le 28/08/2025, à 18:18

grosgilou

Re : Activation Bluetooth

La commande dmesg me donne un résultat ultra long... Tu veux que je cherche quoi exactement?

Hors ligne

#16 Hier à 20:17

grosgilou

Re : Activation Bluetooth

J'ai ça:

gilles@gilles-Latitude-E7470:~$ sudo dmesg
[sudo] Mot de passe de gilles : 
[    0.000000] Linux version 6.14.0-29-generic (buildd@lcy02-amd64-105) (x86_64-linux-gnu-gcc-13 (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0, GNU ld (GNU Binutils for Ubuntu) 2.42) #29~24.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Aug 14 16:52:50 UTC 2 (Ubuntu 6.14.0-29.29~24.04.1-generic 6.14.8)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-6.14.0-29-generic root=UUID=dd3f77e3-70cd-4048-8bf9-d67d7aa1dff9 ro quiet splash vt.handoff=7
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000a7412fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000a7413000-0x00000000a7413fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000a7414000-0x00000000a743dfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000a743e000-0x00000000ab493fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ab494000-0x00000000ab806fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ab807000-0x00000000ab83ffff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000ab840000-0x00000000abe6bfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000abe6c000-0x00000000ac4fefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ac4ff000-0x00000000ac4fffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ac500000-0x00000000afffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000044dffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] APIC: Static calls initialized
[    0.000000] e820: update [mem 0x9eff9018-0x9f009057] usable ==> usable
[    0.000000] e820: update [mem 0x9efe8018-0x9eff8457] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000059000-0x000000000009dfff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009e000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000009efe8017] usable
[    0.000000] reserve setup_data: [mem 0x000000009efe8018-0x000000009eff8457] usable
[    0.000000] reserve setup_data: [mem 0x000000009eff8458-0x000000009eff9017] usable
[    0.000000] reserve setup_data: [mem 0x000000009eff9018-0x000000009f009057] usable
[    0.000000] reserve setup_data: [mem 0x000000009f009058-0x00000000a7412fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000a7413000-0x00000000a7413fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000a7414000-0x00000000a743dfff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000a743e000-0x00000000ab493fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000ab494000-0x00000000ab806fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ab807000-0x00000000ab83ffff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000ab840000-0x00000000abe6bfff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000abe6c000-0x00000000ac4fefff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ac4ff000-0x00000000ac4fffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000ac500000-0x00000000afffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000044dffffff] usable
[    0.000000] efi: EFI v2.4 by American Megatrends
[    0.000000] efi: ACPI=0xab812000 ACPI 2.0=0xab812000 SMBIOS=0xac26e000 ESRT=0xac1e5118 SMBIOS 3.0=0xac26d000 MEMATTR=0xa90e6118 MOKvar=0xac26c000 INITRD=0xa749f418 
[    0.000000] efi: Remove mem33: MMIO range=[0xf0000000-0xf7ffffff] (128MB) from e820 map
[    0.000000] e820: remove [mem 0xf0000000-0xf7ffffff] reserved
[    0.000000] efi: Not removing mem34: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
[    0.000000] efi: Not removing mem35: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem36: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
[    0.000000] efi: Remove mem37: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[    0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[    0.000000] SMBIOS 3.0.0 present.
[    0.000000] DMI: Dell Inc. Latitude E7470/0DGYY5, BIOS 1.18.5 12/11/2017
[    0.000000] DMI: Memory slots populated: 2/2
[    0.000000] secureboot: Secure boot enabled
[    0.000000] Kernel is locked down from EFI Secure Boot mode; see man kernel_lockdown.7
[    0.000000] tsc: Detected 2500.000 MHz processor
[    0.000000] tsc: Detected 2499.952 MHz TSC
[    0.000846] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000850] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000863] last_pfn = 0x44e000 max_arch_pfn = 0x400000000
[    0.000869] MTRR map: 4 entries (3 fixed + 1 variable; max 23), built from 10 variable MTRRs
[    0.000872] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.001527] last_pfn = 0xac500 max_arch_pfn = 0x400000000
[    0.012232] esrt: Reserving ESRT space from 0x00000000ac1e5118 to 0x00000000ac1e5150.
[    0.012242] Using GB pages for direct mapping
[    0.013109] secureboot: Secure boot enabled
[    0.013110] RAMDISK: [mem 0x9f00a000-0xa3571fff]
[    0.013629] ACPI: Early table checksum verification disabled
[    0.013632] ACPI: RSDP 0x00000000AB812000 000024 (v02 DELL  )
[    0.013638] ACPI: XSDT 0x00000000AB8120B0 0000E4 (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.013829] ACPI: FACP 0x00000000AB831B60 00010C (v05 DELL   CBX3     01072009 AMI  00010013)
[    0.013838] ACPI: DSDT 0x00000000AB812228 01F931 (v02 DELL   CBX3     01072009 INTL 20120913)
[    0.013843] ACPI: FACS 0x00000000ABE69E80 000040
[    0.013847] ACPI: APIC 0x00000000AB831C70 000084 (v03 DELL   CBX3     01072009 AMI  00010013)
[    0.013851] ACPI: FPDT 0x00000000AB831CF8 000044 (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.013855] ACPI: MCFG 0x00000000AB831D40 00003C (v01 DELL   CBX3     01072009 MSFT 00000097)
[    0.013860] ACPI: HPET 0x00000000AB831D80 000038 (v01 DELL   CBX3     01072009 AMI. 0005000B)
[    0.013864] ACPI: SSDT 0x00000000AB831DB8 00046D (v01 SataRe SataTabl 00001000 INTL 20120913)
[    0.013869] ACPI: WSMT 0x00000000AB832228 000028 (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.013873] ACPI: LPIT 0x00000000AB832250 000094 (v01 INTEL  SKL-ULT  00000000 MSFT 0000005F)
[    0.013877] ACPI: SSDT 0x00000000AB8322E8 000248 (v02 INTEL  sensrhub 00000000 INTL 20120913)
[    0.013882] ACPI: SSDT 0x00000000AB832530 002BAE (v02 INTEL  PtidDevc 00001000 INTL 20120913)
[    0.013886] ACPI: SSDT 0x00000000AB8350E0 000814 (v02 INTEL  xh_rvp07 00000000 INTL 20120913)
[    0.013890] ACPI: SSDT 0x00000000AB8358F8 0004DC (v02 INTEL  zpodd    00001000 INTL 20120913)
[    0.013895] ACPI: DBGP 0x00000000AB835DD8 000034 (v01 INTEL           00000000 MSFT 0000005F)
[    0.013899] ACPI: DBG2 0x00000000AB835E10 000054 (v00 INTEL           00000000 MSFT 0000005F)
[    0.013903] ACPI: SSDT 0x00000000AB835E68 0035DA (v02 SaSsdt SaSsdt   00003000 INTL 20120913)
[    0.013908] ACPI: UEFI 0x00000000AB839448 000042 (v01                 00000000      00000000)
[    0.013912] ACPI: SSDT 0x00000000AB839490 000E73 (v02 CpuRef CpuSsdt  00003000 INTL 20120913)
[    0.013917] ACPI: SSDT 0x00000000AB83A308 003BFD (v02 DptfTa DptfTabl 00001000 INTL 20120913)
[    0.013921] ACPI: MSDM 0x00000000AB83DF08 000055 (v03 DELL   CBX3     06222004 AMI  00010013)
[    0.013925] ACPI: SLIC 0x00000000AB83DF60 000176 (v03 DELL   CBX3     01072009 MSFT 00010013)
[    0.013930] ACPI: TCPA 0x00000000AB83E0D8 000032 (v02 ALASKA NAPAASF  00000000 MSFT 01000013)
[    0.013934] ACPI: BGRT 0x00000000AB83E110 000038 (v00                 01072009 AMI  00010013)
[    0.013938] ACPI: DMAR 0x00000000AB83E148 0000A8 (v01 INTEL  SKL      00000001 INTL 00000001)
[    0.013943] ACPI: ASF! 0x00000000AB83E1F0 0000A5 (v32 INTEL   HCG     00000001 TFSM 000F4240)
[    0.013946] ACPI: Reserving FACP table memory at [mem 0xab831b60-0xab831c6b]
[    0.013948] ACPI: Reserving DSDT table memory at [mem 0xab812228-0xab831b58]
[    0.013950] ACPI: Reserving FACS table memory at [mem 0xabe69e80-0xabe69ebf]
[    0.013951] ACPI: Reserving APIC table memory at [mem 0xab831c70-0xab831cf3]
[    0.013952] ACPI: Reserving FPDT table memory at [mem 0xab831cf8-0xab831d3b]
[    0.013953] ACPI: Reserving MCFG table memory at [mem 0xab831d40-0xab831d7b]
[    0.013954] ACPI: Reserving HPET table memory at [mem 0xab831d80-0xab831db7]
[    0.013955] ACPI: Reserving SSDT table memory at [mem 0xab831db8-0xab832224]
[    0.013956] ACPI: Reserving WSMT table memory at [mem 0xab832228-0xab83224f]
[    0.013958] ACPI: Reserving LPIT table memory at [mem 0xab832250-0xab8322e3]
[    0.013959] ACPI: Reserving SSDT table memory at [mem 0xab8322e8-0xab83252f]
[    0.013960] ACPI: Reserving SSDT table memory at [mem 0xab832530-0xab8350dd]
[    0.013961] ACPI: Reserving SSDT table memory at [mem 0xab8350e0-0xab8358f3]
[    0.013962] ACPI: Reserving SSDT table memory at [mem 0xab8358f8-0xab835dd3]
[    0.013963] ACPI: Reserving DBGP table memory at [mem 0xab835dd8-0xab835e0b]
[    0.013964] ACPI: Reserving DBG2 table memory at [mem 0xab835e10-0xab835e63]
[    0.013965] ACPI: Reserving SSDT table memory at [mem 0xab835e68-0xab839441]
[    0.013966] ACPI: Reserving UEFI table memory at [mem 0xab839448-0xab839489]
[    0.013967] ACPI: Reserving SSDT table memory at [mem 0xab839490-0xab83a302]
[    0.013969] ACPI: Reserving SSDT table memory at [mem 0xab83a308-0xab83df04]
[    0.013970] ACPI: Reserving MSDM table memory at [mem 0xab83df08-0xab83df5c]
[    0.013971] ACPI: Reserving SLIC table memory at [mem 0xab83df60-0xab83e0d5]
[    0.013972] ACPI: Reserving TCPA table memory at [mem 0xab83e0d8-0xab83e109]
[    0.013973] ACPI: Reserving BGRT table memory at [mem 0xab83e110-0xab83e147]
[    0.013974] ACPI: Reserving DMAR table memory at [mem 0xab83e148-0xab83e1ef]
[    0.013975] ACPI: Reserving ASF! table memory at [mem 0xab83e1f0-0xab83e294]
[    0.014187] No NUMA configuration found
[    0.014188] Faking a node at [mem 0x0000000000000000-0x000000044dffffff]
[    0.014204] NODE_DATA(0) allocated [mem 0x44dfd5540-0x44dffffff]
[    0.014460] Zone ranges:
[    0.014461]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.014464]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.014466]   Normal   [mem 0x0000000100000000-0x000000044dffffff]
[    0.014468]   Device   empty
[    0.014469] Movable zone start for each node
[    0.014472] Early memory node ranges
[    0.014473]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.014475]   node   0: [mem 0x0000000000059000-0x000000000009dfff]
[    0.014476]   node   0: [mem 0x0000000000100000-0x00000000a7412fff]
[    0.014478]   node   0: [mem 0x00000000a743e000-0x00000000ab493fff]
[    0.014479]   node   0: [mem 0x00000000ac4ff000-0x00000000ac4fffff]
[    0.014480]   node   0: [mem 0x0000000100000000-0x000000044dffffff]
[    0.014483] Initmem setup node 0 [mem 0x0000000000001000-0x000000044dffffff]
[    0.014489] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.014492] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.014517] On node 0, zone DMA: 98 pages in unavailable ranges
[    0.018821] On node 0, zone DMA32: 43 pages in unavailable ranges
[    0.018877] On node 0, zone DMA32: 4203 pages in unavailable ranges
[    0.040667] On node 0, zone Normal: 15104 pages in unavailable ranges
[    0.040780] On node 0, zone Normal: 8192 pages in unavailable ranges
[    0.040790] Reserving Intel graphics memory at [mem 0xae000000-0xafffffff]
[    0.041221] ACPI: PM-Timer IO Port: 0x1808
[    0.041232] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.041234] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.041235] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.041236] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.041263] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.041267] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.041269] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.041276] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.041277] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.041286] e820: update [mem 0xa91ec000-0xa922ffff] usable ==> reserved
[    0.041304] TSC deadline timer available
[    0.041311] CPU topo: Max. logical packages:   1
[    0.041313] CPU topo: Max. logical dies:       1
[    0.041313] CPU topo: Max. dies per package:   1
[    0.041321] CPU topo: Max. threads per core:   2
[    0.041322] CPU topo: Num. cores per package:     2
[    0.041323] CPU topo: Num. threads per package:   4
[    0.041323] CPU topo: Allowing 4 present CPUs plus 0 hotplug CPUs
[    0.041345] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.041348] PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.041350] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x000fffff]
[    0.041352] PM: hibernation: Registered nosave memory: [mem 0xa7413000-0xa743dfff]
[    0.041355] PM: hibernation: Registered nosave memory: [mem 0xa91ec000-0xa922ffff]
[    0.041357] PM: hibernation: Registered nosave memory: [mem 0xab494000-0xac4fefff]
[    0.041359] PM: hibernation: Registered nosave memory: [mem 0xac500000-0xffffffff]
[    0.041361] [mem 0xb0000000-0xfdffffff] available for PCI devices
[    0.041363] Booting paravirtualized kernel on bare hardware
[    0.041365] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.041374] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.041692] percpu: Embedded 88 pages/cpu s237568 r8192 d114688 u524288
[    0.041701] pcpu-alloc: s237568 r8192 d114688 u524288 alloc=1*2097152
[    0.041704] pcpu-alloc: [0] 0 1 2 3 
[    0.041729] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.14.0-29-generic root=UUID=dd3f77e3-70cd-4048-8bf9-d67d7aa1dff9 ro quiet splash vt.handoff=7
[    0.041845] Unknown kernel command line parameters "splash BOOT_IMAGE=/boot/vmlinuz-6.14.0-29-generic", will be passed to user space.
[    0.041877] random: crng init done
[    0.041878] printk: log buffer data + meta data: 262144 + 917504 = 1179648 bytes
[    0.043374] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.044119] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.044220] Fallback order for Node 0: 0 
[    0.044223] Built 1 zonelists, mobility grouping on.  Total pages: 4166662
[    0.044225] Policy zone: Normal
[    0.044239] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.044250] software IO TLB: area num 4.
[    0.099468] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.099497] Kernel/User page tables isolation: enabled
[    0.099540] ftrace: allocating 60358 entries in 236 pages
[    0.140880] ftrace: allocated 236 pages with 5 groups
[    0.142030] Dynamic Preempt: voluntary
[    0.142109] rcu: Preemptible hierarchical RCU implementation.
[    0.142110] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[    0.142112] 	Trampoline variant of Tasks RCU enabled.
[    0.142112] 	Rude variant of Tasks RCU enabled.
[    0.142113] 	Tracing variant of Tasks RCU enabled.
[    0.142114] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.142115] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.142124] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.142127] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.142129] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.147537] NR_IRQS: 524544, nr_irqs: 1024, preallocated irqs: 16
[    0.147792] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.147996] Console: colour dummy device 80x25
[    0.147999] printk: legacy console [tty0] enabled
[    0.148076] ACPI: Core revision 20240827
[    0.148437] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.148509] APIC: Switch to symmetric I/O mode setup
[    0.148513] DMAR: Host address width 39
[    0.148514] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.148528] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 7e3ff0505e
[    0.148531] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.148537] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.148540] DMAR: RMRR base: 0x000000ab5aa000 end: 0x000000ab5c9fff
[    0.148542] DMAR: RMRR base: 0x000000ad800000 end: 0x000000afffffff
[    0.148545] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.148547] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.148549] DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit.
[    0.148550] DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting.
[    0.150197] DMAR-IR: Enabled IRQ remapping in xapic mode
[    0.150199] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.154055] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.158464] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x24090c9bc00, max_idle_ns: 440795288559 ns
[    0.158470] Calibrating delay loop (skipped), value calculated using timer frequency.. 4999.90 BogoMIPS (lpj=2499952)
[    0.158501] x86/cpu: SGX disabled or unsupported by BIOS.
[    0.158508] CPU0: Thermal monitoring enabled (TM1)
[    0.158564] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.158566] Last level dTLB entries: 4KB 64, 2MB 32, 4MB 32, 1GB 4
[    0.158572] process: using mwait in idle threads
[    0.158577] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.158580] Spectre V2 : Mitigation: IBRS
[    0.158582] Spectre V2 : Spectre v2 / SpectreRSB: Filling RSB on context switch and VMEXIT
[    0.158584] RETBleed: Mitigation: IBRS
[    0.158586] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.158588] Spectre V2 : User space: Mitigation: STIBP via prctl
[    0.158591] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.158599] MDS: Mitigation: Clear CPU buffers
[    0.158600] TAA: Mitigation: TSX disabled
[    0.158602] MMIO Stale Data: Mitigation: Clear CPU buffers
[    0.158606] SRBDS: Mitigation: Microcode
[    0.158608] GDS: Vulnerable: No microcode
[    0.158615] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.158618] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.158620] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.158623] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.158625] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.158627] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.158631] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.158633] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.158636] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.220412] Freeing SMP alternatives memory: 48K
[    0.220418] pid_max: default: 32768 minimum: 301
[    0.222540] LSM: initializing lsm=lockdown,capability,landlock,yama,apparmor,ima,evm
[    0.222566] landlock: Up and running.
[    0.222567] Yama: becoming mindful.
[    0.222622] AppArmor: AppArmor initialized
[    0.222695] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.222717] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.224356] smpboot: CPU0: Intel(R) Core(TM) i5-6300U CPU @ 2.40GHz (family: 0x6, model: 0x4e, stepping: 0x3)
[    0.228622] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.228660] ... version:                4
[    0.228662] ... bit width:              48
[    0.228664] ... generic registers:      4
[    0.228666] ... value mask:             0000ffffffffffff
[    0.228668] ... max period:             00007fffffffffff
[    0.228669] ... fixed-purpose events:   3
[    0.228671] ... event mask:             000000070000000f
[    0.228855] signal: max sigframe size: 2032
[    0.228878] Estimated ratio of average max frequency by base frequency (times 1024): 1187
[    0.232486] rcu: Hierarchical SRCU implementation.
[    0.232489] rcu: 	Max phase no-delay instances is 400.
[    0.232557] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[    0.234225] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.234303] smp: Bringing up secondary CPUs ...
[    0.234460] smpboot: x86: Booting SMP configuration:
[    0.234463] .... node  #0, CPUs:      #1 #2 #3
[    0.239498] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[    0.239503] MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
[    0.239533] smp: Brought up 1 node, 4 CPUs
[    0.239533] smpboot: Total of 4 processors activated (19999.61 BogoMIPS)
[    0.240589] Memory: 16173024K/16666648K available (21446K kernel code, 4573K rwdata, 15052K rodata, 5132K init, 4436K bss, 480072K reserved, 0K cma-reserved)
[    0.241100] devtmpfs: initialized
[    0.241100] x86/mm: Memory block size: 128MB
[    0.243746] ACPI: PM: Registering ACPI NVS region [mem 0xa7413000-0xa7413fff] (4096 bytes)
[    0.243746] ACPI: PM: Registering ACPI NVS region [mem 0xab840000-0xabe6bfff] (6471680 bytes)
[    0.243746] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.243746] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.243821] pinctrl core: initialized pinctrl subsystem
[    0.244068] PM: RTC time: 16:46:22, date: 2025-08-29
[    0.245125] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.245492] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.245649] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.245818] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.245848] audit: initializing netlink subsys (disabled)
[    0.245870] audit: type=2000 audit(1756485982.094:1): state=initialized audit_enabled=0 res=1
[    0.245870] thermal_sys: Registered thermal governor 'fair_share'
[    0.245870] thermal_sys: Registered thermal governor 'bang_bang'
[    0.245870] thermal_sys: Registered thermal governor 'step_wise'
[    0.245870] thermal_sys: Registered thermal governor 'user_space'
[    0.245870] thermal_sys: Registered thermal governor 'power_allocator'
[    0.245870] cpuidle: using governor ladder
[    0.245870] cpuidle: using governor menu
[    0.245870] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.245870] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.245870] PCI: ECAM [mem 0xf0000000-0xf7ffffff] (base 0xf0000000) for domain 0000 [bus 00-7f]
[    0.245870] PCI: Using configuration type 1 for base access
[    0.246626] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.246626] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.246626] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.246626] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.246626] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.247719] ACPI: Added _OSI(Module Device)
[    0.247723] ACPI: Added _OSI(Processor Device)
[    0.247726] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.247729] ACPI: Added _OSI(Processor Aggregator Device)
[    0.316135] ACPI: 9 ACPI AML tables successfully acquired and loaded
[    0.321058] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.334304] ACPI: Dynamic OEM Table Load:
[    0.334316] ACPI: SSDT 0xFFFF8CC50128F800 00037F (v02 PmRef  Cpu0Cst  00003001 INTL 20120913)
[    0.336790] ACPI: Dynamic OEM Table Load:
[    0.336801] ACPI: SSDT 0xFFFF8CC500338000 00063F (v02 PmRef  Cpu0Ist  00003000 INTL 20120913)
[    0.340346] ACPI: Dynamic OEM Table Load:
[    0.340357] ACPI: SSDT 0xFFFF8CC50033D800 0005AA (v02 PmRef  ApIst    00003000 INTL 20120913)
[    0.343364] ACPI: Dynamic OEM Table Load:
[    0.343374] ACPI: SSDT 0xFFFF8CC500318E00 000119 (v02 PmRef  ApCst    00003000 INTL 20120913)
[    0.348593] ACPI: EC: EC started
[    0.348595] ACPI: EC: interrupt blocked
[    0.354635] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[    0.354640] ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC used to handle transactions
[    0.354643] ACPI: Interpreter enabled
[    0.354699] ACPI: PM: (supports S0 S3 S4 S5)
[    0.354701] ACPI: Using IOAPIC for interrupt routing
[    0.357873] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.357876] PCI: Using E820 reservations for host bridge windows
[    0.358927] ACPI: Enabled 8 GPEs in block 00 to 7F
[    0.362350] ACPI: \_SB_.PCI0.PEG0.PG00: New power resource
[    0.362999] ACPI: \_SB_.PCI0.PEG1.PG01: New power resource
[    0.363632] ACPI: \_SB_.PCI0.PEG2.PG02: New power resource
[    0.370864] ACPI: \_SB_.PCI0.RP09.PXSX.WRST: New power resource
[    0.371436] ACPI: \_SB_.PCI0.RP10.PXSX.WRST: New power resource
[    0.372000] ACPI: \_SB_.PCI0.RP11.PXSX.WRST: New power resource
[    0.372583] ACPI: \_SB_.PCI0.RP12.PXSX.WRST: New power resource
[    0.373142] ACPI: \_SB_.PCI0.RP13.PXSX.WRST: New power resource
[    0.374163] ACPI: \_SB_.PCI0.RP02.PXSX.WRST: New power resource
[    0.374728] ACPI: \_SB_.PCI0.RP03.PXSX.WRST: New power resource
[    0.375286] ACPI: \_SB_.PCI0.RP04.PXSX.WRST: New power resource
[    0.376792] ACPI: \_SB_.PCI0.RP07.PXSX.WRST: New power resource
[    0.377351] ACPI: \_SB_.PCI0.RP08.PXSX.WRST: New power resource
[    0.377919] ACPI: \_SB_.PCI0.RP17.PXSX.WRST: New power resource
[    0.378483] ACPI: \_SB_.PCI0.RP18.PXSX.WRST: New power resource
[    0.379049] ACPI: \_SB_.PCI0.RP19.PXSX.WRST: New power resource
[    0.379624] ACPI: \_SB_.PCI0.RP20.PXSX.WRST: New power resource
[    0.380190] ACPI: \_SB_.PCI0.RP14.PXSX.WRST: New power resource
[    0.380776] ACPI: \_SB_.PCI0.RP15.PXSX.WRST: New power resource
[    0.381342] ACPI: \_SB_.PCI0.RP16.PXSX.WRST: New power resource
[    0.417095] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7e])
[    0.417107] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.419411] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
[    0.419415] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.420934] PCI host bridge to bus 0000:00
[    0.420942] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.420946] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.420950] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[    0.420953] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000effff window]
[    0.420956] pci_bus 0000:00: root bus resource [mem 0xb0000000-0xefffffff window]
[    0.420959] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    0.420962] pci_bus 0000:00: root bus resource [bus 00-7e]
[    0.420987] pci 0000:00:00.0: [8086:1904] type 00 class 0x060000 conventional PCI endpoint
[    0.421107] pci 0000:00:02.0: [8086:1916] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
[    0.421129] pci 0000:00:02.0: BAR 0 [mem 0xe0000000-0xe0ffffff 64bit]
[    0.421133] pci 0000:00:02.0: BAR 2 [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.421137] pci 0000:00:02.0: BAR 4 [io  0xf000-0xf03f]
[    0.421155] pci 0000:00:02.0: DMAR: Disabling IOMMU for graphics on this chipset
[    0.421160] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.421496] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000 conventional PCI endpoint
[    0.421521] pci 0000:00:04.0: BAR 0 [mem 0xe1240000-0xe1247fff 64bit]
[    0.422037] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330 conventional PCI endpoint
[    0.422081] pci 0000:00:14.0: BAR 0 [mem 0xe1230000-0xe123ffff 64bit]
[    0.422127] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.422710] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000 conventional PCI endpoint
[    0.422752] pci 0000:00:14.2: BAR 0 [mem 0xe1257000-0xe1257fff 64bit]
[    0.422881] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000 conventional PCI endpoint
[    0.422936] pci 0000:00:16.0: BAR 0 [mem 0xe1256000-0xe1256fff 64bit]
[    0.422990] pci 0000:00:16.0: PME# supported from D3hot
[    0.423418] pci 0000:00:16.3: [8086:9d3d] type 00 class 0x070002 conventional PCI endpoint
[    0.423462] pci 0000:00:16.3: BAR 0 [io  0xf0a0-0xf0a7]
[    0.423467] pci 0000:00:16.3: BAR 1 [mem 0xe1255000-0xe1255fff]
[    0.423599] pci 0000:00:17.0: [8086:9d03] type 00 class 0x010601 conventional PCI endpoint
[    0.423640] pci 0000:00:17.0: BAR 0 [mem 0xe1250000-0xe1251fff]
[    0.423644] pci 0000:00:17.0: BAR 1 [mem 0xe1254000-0xe12540ff]
[    0.423647] pci 0000:00:17.0: BAR 2 [io  0xf090-0xf097]
[    0.423651] pci 0000:00:17.0: BAR 3 [io  0xf080-0xf083]
[    0.423655] pci 0000:00:17.0: BAR 4 [io  0xf060-0xf07f]
[    0.423658] pci 0000:00:17.0: BAR 5 [mem 0xe1253000-0xe12537ff]
[    0.423700] pci 0000:00:17.0: PME# supported from D3hot
[    0.424253] pci 0000:00:1c.0: [8086:9d14] type 01 class 0x060400 PCIe Root Port
[    0.424280] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.424288] pci 0000:00:1c.0:   bridge window [mem 0xe1100000-0xe11fffff]
[    0.424370] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.424399] pci 0000:00:1c.0: Intel SPT PCH root port ACS workaround enabled
[    0.425516] pci 0000:00:1d.0: [8086:9d1a] type 01 class 0x060400 PCIe Root Port
[    0.425542] pci 0000:00:1d.0: PCI bridge to [bus 02]
[    0.425549] pci 0000:00:1d.0:   bridge window [mem 0xe1000000-0xe10fffff]
[    0.425620] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.425643] pci 0000:00:1d.0: Intel SPT PCH root port ACS workaround enabled
[    0.426766] pci 0000:00:1f.0: [8086:9d48] type 00 class 0x060100 conventional PCI endpoint
[    0.427338] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000 conventional PCI endpoint
[    0.427384] pci 0000:00:1f.2: BAR 0 [mem 0xe124c000-0xe124ffff]
[    0.427849] pci 0000:00:1f.3: [8086:9d70] type 00 class 0x040300 conventional PCI endpoint
[    0.427904] pci 0000:00:1f.3: BAR 0 [mem 0xe1248000-0xe124bfff 64bit]
[    0.427913] pci 0000:00:1f.3: BAR 4 [mem 0xe1220000-0xe122ffff 64bit]
[    0.427963] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.429104] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500 conventional PCI endpoint
[    0.429235] pci 0000:00:1f.4: BAR 0 [mem 0xe1252000-0xe12520ff 64bit]
[    0.429248] pci 0000:00:1f.4: BAR 4 [io  0xf040-0xf05f]
[    0.429734] pci 0000:00:1f.6: [8086:156f] type 00 class 0x020000 conventional PCI endpoint
[    0.429787] pci 0000:00:1f.6: BAR 0 [mem 0xe1200000-0xe121ffff]
[    0.429850] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[    0.431051] pci 0000:01:00.0: [8086:24f3] type 00 class 0x028000 PCIe Endpoint
[    0.431188] pci 0000:01:00.0: BAR 0 [mem 0xe1100000-0xe1101fff 64bit]
[    0.431613] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.433338] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.433452] pci 0000:02:00.0: [10ec:525a] type 00 class 0xff0000 PCIe Endpoint
[    0.433524] pci 0000:02:00.0: BAR 1 [mem 0xe1000000-0xe1000fff]
[    0.433632] pci 0000:02:00.0: supports D1 D2
[    0.433635] pci 0000:02:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.434423] pci 0000:00:1d.0: PCI bridge to [bus 02]
[    0.440327] ACPI: PCI: Interrupt link LNKA configured for IRQ 11
[    0.440432] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[    0.440539] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
[    0.440641] ACPI: PCI: Interrupt link LNKD configured for IRQ 11
[    0.440742] ACPI: PCI: Interrupt link LNKE configured for IRQ 11
[    0.440847] ACPI: PCI: Interrupt link LNKF configured for IRQ 11
[    0.440948] ACPI: PCI: Interrupt link LNKG configured for IRQ 11
[    0.441049] ACPI: PCI: Interrupt link LNKH configured for IRQ 11
[    0.444129] ACPI: EC: interrupt unblocked
[    0.444132] ACPI: EC: event unblocked
[    0.444138] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[    0.444141] ACPI: EC: GPE=0x14
[    0.444144] ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC initialization complete
[    0.444147] ACPI: \_SB_.PCI0.LPCB.ECDV: EC: Used to handle transactions and events
[    0.444285] iommu: Default domain type: Translated
[    0.444285] iommu: DMA domain TLB invalidation policy: lazy mode
[    0.444285] SCSI subsystem initialized
[    0.444494] libata version 3.00 loaded.
[    0.444533] ACPI: bus type USB registered
[    0.444562] usbcore: registered new interface driver usbfs
[    0.444576] usbcore: registered new interface driver hub
[    0.444589] usbcore: registered new device driver usb
[    0.444633] pps_core: LinuxPPS API ver. 1 registered
[    0.444636] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.444643] PTP clock support registered
[    0.444669] EDAC MC: Ver: 3.0.0
[    0.445538] efivars: Registered efivars operations
[    0.445922] NetLabel: Initializing
[    0.445925] NetLabel:  domain hash size = 128
[    0.445928] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.445966] NetLabel:  unlabeled traffic allowed by default
[    0.446004] mctp: management component transport protocol core
[    0.446004] NET: Registered PF_MCTP protocol family
[    0.446004] PCI: Using ACPI for IRQ routing
[    0.460853] PCI: pci_cache_line_size set to 64 bytes
[    0.461381] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.461384] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.461386] e820: reserve RAM buffer [mem 0x9efe8018-0x9fffffff]
[    0.461389] e820: reserve RAM buffer [mem 0x9eff9018-0x9fffffff]
[    0.461391] e820: reserve RAM buffer [mem 0xa7413000-0xa7ffffff]
[    0.461393] e820: reserve RAM buffer [mem 0xa91ec000-0xabffffff]
[    0.461395] e820: reserve RAM buffer [mem 0xab494000-0xabffffff]
[    0.461397] e820: reserve RAM buffer [mem 0xac500000-0xafffffff]
[    0.461399] e820: reserve RAM buffer [mem 0x44e000000-0x44fffffff]
[    0.461489] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.461493] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.461496] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.461503] vgaarb: loaded
[    0.461548] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.461563] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.463497] clocksource: Switched to clocksource tsc-early
[    0.464752] VFS: Disk quotas dquot_6.6.0
[    0.464775] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.465012] AppArmor: AppArmor Filesystem Enabled
[    0.465059] pnp: PnP ACPI init
[    0.465467] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.465473] system 00:00: [io  0xffff] has been reserved
[    0.465476] system 00:00: [io  0xffff] has been reserved
[    0.465479] system 00:00: [io  0xffff] has been reserved
[    0.465482] system 00:00: [io  0x1800-0x18fe] has been reserved
[    0.465485] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.465721] system 00:02: [io  0x1854-0x1857] has been reserved
[    0.468156] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.468161] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.468164] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.468167] system 00:06: [mem 0xf0000000-0xf7ffffff] has been reserved
[    0.468170] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.468173] system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.468176] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.468179] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[    0.468182] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.468186] system 00:06: [mem 0xeffe0000-0xefffffff] has been reserved
[    0.468261] system 00:07: [mem 0xfd000000-0xfdabffff] has been reserved
[    0.468264] system 00:07: [mem 0xfdad0000-0xfdadffff] has been reserved
[    0.468267] system 00:07: [mem 0xfdb00000-0xfdffffff] has been reserved
[    0.468270] system 00:07: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.468273] system 00:07: [mem 0xfe036000-0xfe03bfff] has been reserved
[    0.468276] system 00:07: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    0.468279] system 00:07: [mem 0xfe410000-0xfe7fffff] has been reserved
[    0.468785] system 00:08: [io  0xff00-0xfffe] has been reserved
[    0.470983] system 00:09: [mem 0xfe029000-0xfe029fff] has been reserved
[    0.470987] system 00:09: [mem 0xfe028000-0xfe028fff] has been reserved
[    0.470990] system 00:09: [mem 0xfdaf0000-0xfdafffff] has been reserved
[    0.470993] system 00:09: [mem 0xfdae0000-0xfdaeffff] has been reserved
[    0.470996] system 00:09: [mem 0xfdac0000-0xfdacffff] has been reserved
[    0.474290] pnp: PnP ACPI: found 11 devices
[    0.481508] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.481647] NET: Registered PF_INET protocol family
[    0.481832] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.509550] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.509597] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.509696] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.509975] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.510314] TCP: Hash tables configured (established 131072 bind 65536)
[    0.510432] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[    0.510512] UDP hash table entries: 8192 (order: 7, 524288 bytes, linear)
[    0.510650] UDP-Lite hash table entries: 8192 (order: 7, 524288 bytes, linear)
[    0.510805] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.510818] NET: Registered PF_XDP protocol family
[    0.510836] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.510846] pci 0000:00:1c.0:   bridge window [mem 0xe1100000-0xe11fffff]
[    0.510856] pci 0000:00:1d.0: PCI bridge to [bus 02]
[    0.510861] pci 0000:00:1d.0:   bridge window [mem 0xe1000000-0xe10fffff]
[    0.510869] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.510873] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.510876] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000dffff window]
[    0.510878] pci_bus 0000:00: resource 7 [mem 0x000e4000-0x000effff window]
[    0.510881] pci_bus 0000:00: resource 8 [mem 0xb0000000-0xefffffff window]
[    0.510884] pci_bus 0000:00: resource 9 [mem 0xfd000000-0xfe7fffff window]
[    0.510887] pci_bus 0000:01: resource 1 [mem 0xe1100000-0xe11fffff]
[    0.510890] pci_bus 0000:02: resource 1 [mem 0xe1000000-0xe10fffff]
[    0.511832] PCI: CLS 0 bytes, default 64
[    0.511892] pci 0000:00:1f.1: [8086:9d20] type 00 class 0x058000 conventional PCI endpoint
[    0.512028] pci 0000:00:1f.1: BAR 0 [mem 0xfd000000-0xfdffffff 64bit]
[    0.512207] DMAR: No ATSR found
[    0.512209] DMAR: No SATC found
[    0.512212] DMAR: dmar1: Using Queued invalidation
[    0.512275] Trying to unpack rootfs image as initramfs...
[    0.512308] pci 0000:00:00.0: Adding to iommu group 0
[    0.512325] pci 0000:00:04.0: Adding to iommu group 1
[    0.512347] pci 0000:00:14.0: Adding to iommu group 2
[    0.512359] pci 0000:00:14.2: Adding to iommu group 2
[    0.512381] pci 0000:00:16.0: Adding to iommu group 3
[    0.512393] pci 0000:00:16.3: Adding to iommu group 3
[    0.512407] pci 0000:00:17.0: Adding to iommu group 4
[    0.512424] pci 0000:00:1c.0: Adding to iommu group 5
[    0.512439] pci 0000:00:1d.0: Adding to iommu group 6
[    0.512474] pci 0000:00:1f.0: Adding to iommu group 7
[    0.512489] pci 0000:00:1f.2: Adding to iommu group 7
[    0.512502] pci 0000:00:1f.3: Adding to iommu group 7
[    0.512515] pci 0000:00:1f.4: Adding to iommu group 7
[    0.512528] pci 0000:00:1f.6: Adding to iommu group 7
[    0.512544] pci 0000:01:00.0: Adding to iommu group 8
[    0.512573] pci 0000:02:00.0: Adding to iommu group 9
[    0.513365] DMAR: Intel(R) Virtualization Technology for Directed I/O
[    0.513369] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.513371] software IO TLB: mapped [mem 0x000000009afe8000-0x000000009efe8000] (64MB)
[    0.555532] Initialise system trusted keyrings
[    0.555545] Key type blacklist registered
[    0.555642] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[    0.555680] zbud: loaded
[    0.556222] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.556389] fuse: init (API version 7.42)
[    0.556627] integrity: Platform Keyring initialized
[    0.556638] integrity: Machine keyring initialized
[    0.581443] Key type asymmetric registered
[    0.581449] Asymmetric key parser 'x509' registered
[    0.581490] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    0.581580] io scheduler mq-deadline registered
[    0.582268] ledtrig-cpu: registered to indicate activity on CPUs
[    0.582710] pcieport 0000:00:1c.0: PME: Signaling with IRQ 121
[    0.582822] pcieport 0000:00:1c.0: AER: enabled with IRQ 121
[    0.583262] pcieport 0000:00:1d.0: PME: Signaling with IRQ 122
[    0.583359] pcieport 0000:00:1d.0: AER: enabled with IRQ 122
[    0.583539] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.585537] ACPI: AC: AC Adapter [AC] (on-line)
[    0.585671] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    0.585843] ACPI: button: Lid Switch [LID0]
[    0.585907] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.586248] ACPI: button: Power Button [PBTN]
[    0.586315] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    0.586352] ACPI: button: Sleep Button [SBTN]
[    0.586407] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    0.586697] ACPI: button: Power Button [PWRF]
[    0.589944] thermal LNXTHERM:00: registered as thermal_zone0
[    0.589950] ACPI: thermal: Thermal Zone [THM] (25 C)
[    0.590733] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.595708] serial 0000:00:16.3: enabling device (0001 -> 0003)
[    0.616745] 0000:00:16.3: ttyS4 at I/O 0xf0a0 (irq = 19, base_baud = 115200) is a 16550A
[    0.618410] Linux agpgart interface v0.103
[    0.622239] tpm_tis 00:0a: 1.2 TPM (device-id 0xFE, rev-id 2)
[    0.637060] ACPI: battery: Slot [BAT0] (battery present)
[    0.638206] loop: module loaded
[    0.638536] ACPI: bus type drm_connector registered
[    0.638890] tun: Universal TUN/TAP device driver, 1.6
[    0.638963] PPP generic driver version 2.4.2
[    0.639339] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.639348] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    0.640523] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081109810
[    0.641023] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.641029] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    0.641034] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    0.641099] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.14
[    0.641103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.641106] usb usb1: Product: xHCI Host Controller
[    0.641109] usb usb1: Manufacturer: Linux 6.14.0-29-generic xhci-hcd
[    0.641111] usb usb1: SerialNumber: 0000:00:14.0
[    0.641311] hub 1-0:1.0: USB hub found
[    0.641339] hub 1-0:1.0: 12 ports detected
[    0.644814] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.14
[    0.644820] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.644823] usb usb2: Product: xHCI Host Controller
[    0.644826] usb usb2: Manufacturer: Linux 6.14.0-29-generic xhci-hcd
[    0.644828] usb usb2: SerialNumber: 0000:00:14.0
[    0.644983] hub 2-0:1.0: USB hub found
[    0.644999] hub 2-0:1.0: 6 ports detected
[    0.647430] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    0.647868] i8042: Warning: Keylock active
[    0.650252] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.650259] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.650444] mousedev: PS/2 mouse device common for all mice
[    0.650724] rtc_cmos 00:01: RTC can wake from S4
[    0.651574] rtc_cmos 00:01: registered as rtc0
[    0.651678] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    0.651714] rtc_cmos 00:01: setting system clock to 2025-08-29T16:46:23 UTC (1756485983)
[    0.651777] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram
[    0.651796] i2c_dev: i2c /dev entries driver
[    0.653079] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    0.653105] device-mapper: uevent: version 1.0.3
[    0.653178] device-mapper: ioctl: 4.49.0-ioctl (2025-01-17) initialised: dm-devel@lists.linux.dev
[    0.653185] intel_pstate: Intel P-state driver initializing
[    0.653339] intel_pstate: HWP enabled
[    0.653513] simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic
[    0.653516] [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
[    0.654636] fbcon: Deferring console take-over
[    0.654641] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[    0.654746] drop_monitor: Initializing network drop monitor service
[    0.654878] NET: Registered PF_INET6 protocol family
[    0.674932] Freeing initrd memory: 71072K
[    0.683203] Segment Routing with IPv6
[    0.683221] In-situ OAM (IOAM) with IPv6
[    0.683251] NET: Registered PF_PACKET protocol family
[    0.683377] Key type dns_resolver registered
[    0.683850] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.683935] microcode: Current revision: 0x000000f0
[    0.683938] microcode: Updated early from: 0x000000c2
[    0.684145] IPI shorthand broadcast: enabled
[    0.686226] sched_clock: Marking stable (682001560, 3550509)->(692076111, -6524042)
[    0.686414] registered taskstats version 1
[    0.686749] Loading compiled-in X.509 certificates
[    0.687397] Loaded X.509 cert 'Build time autogenerated kernel key: 84a77c074d7c6dd17d2f8174ff424123ea4db0a8'
[    0.687925] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing 2025 Kmod: d541cef61dc7e793b7eb7e899970a2eef0b5dc8c'
[    0.688419] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969'
[    0.688959] Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19'
[    0.688962] blacklist: Loading compiled-in revocation X.509 certificates
[    0.688982] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing: 61482aa2830d0ab2ad5af10b7250da9033ddcef0'
[    0.688999] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2017): 242ade75ac4a15e50d50c84b0d45ff3eae707a03'
[    0.689015] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (ESM 2018): 365188c1d374d6b07c3c8f240f8ef722433d6a8b'
[    0.689031] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2019): c0746fd6c5da3ae827864651ad66ae47fe24b3e8'
[    0.689045] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v1): a8d54bbb3825cfb94fa13c9f8a594a195c107b8d'
[    0.689061] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v2): 4cf046892d6fd3c9a5b03f98d845f90851dc6a8c'
[    0.689076] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v3): 100437bb6de6e469b581e61cd66bce3ef4ed53af'
[    0.689091] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (Ubuntu Core 2019): c1d57b8f6b743f23ee41f4f7ee292f06eecadfb9'
[    0.693844] Demotion targets for Node 0: null
[    0.693985] Key type .fscrypt registered
[    0.693987] Key type fscrypt-provisioning registered
[    0.694054] Key type trusted registered
[    0.713227] Key type encrypted registered
[    0.713233] AppArmor: AppArmor sha256 policy hashing enabled
[    0.713476] integrity: Loading X.509 certificate: UEFI:db
[    0.713513] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    0.713515] integrity: Loading X.509 certificate: UEFI:db
[    0.713536] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    0.713715] integrity: Revoking X.509 certificate: UEFI:dbx
[    0.713741] blacklist: Revoked X.509 cert 'Microsoft Windows PCA 2010: d14fa98a0708cef4241898e500fff3d6791d37bc'
[    0.715092] integrity: Loading X.509 certificate: UEFI:MokListRT (MOKvar table)
[    0.715375] integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
[    0.715381] Loading compiled-in module X.509 certificates
[    0.715946] Loaded X.509 cert 'Build time autogenerated kernel key: 84a77c074d7c6dd17d2f8174ff424123ea4db0a8'
[    0.715949] ima: Allocated hash algorithm: sha256
[    0.737955] audit: type=1807 audit(1756485983.585:2): action=measure func=KEXEC_KERNEL_CHECK res=1
[    0.737961] audit: type=1807 audit(1756485983.585:3): action=measure func=MODULE_CHECK res=1
[    0.737982] evm: Initialising EVM extended attributes:
[    0.737984] evm: security.selinux
[    0.737986] evm: security.SMACK64
[    0.737987] evm: security.SMACK64EXEC
[    0.737988] evm: security.SMACK64TRANSMUTE
[    0.737989] evm: security.SMACK64MMAP
[    0.737990] evm: security.apparmor
[    0.737991] evm: security.ima
[    0.737992] evm: security.capability
[    0.737993] evm: HMAC attrs: 0x1
[    0.738278] PM:   Magic number: 5:127:794
[    0.743611] RAS: Correctable Errors collector initialized.
[    0.762900] Lockdown: swapper/0: hibernation is restricted; see man kernel_lockdown.7
[    0.762947] clk: Disabling unused clocks
[    0.762970] PM: genpd: Disabling unused power domains
[    0.764486] Freeing unused decrypted memory: 2028K
[    0.765508] Freeing unused kernel image (initmem) memory: 5132K
[    0.765640] Write protecting the kernel read-only data: 38912k
[    0.766441] Freeing unused kernel image (text/rodata gap) memory: 1080K
[    0.766956] Freeing unused kernel image (rodata/data gap) memory: 1332K
[    0.820249] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.820251] x86/mm: Checking user space page tables
[    0.871348] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.871354] Run /init as init process
[    0.871355]   with arguments:
[    0.871357]     /init
[    0.871359]     splash
[    0.871360]   with environment:
[    0.871361]     HOME=/
[    0.871362]     TERM=linux
[    0.871363]     BOOT_IMAGE=/boot/vmlinuz-6.14.0-29-generic
[    0.878572] usb 1-2: new high-speed USB device number 2 using xhci_hcd
[    1.025530] usb 1-2: New USB device found, idVendor=0bda, idProduct=5686, bcdDevice=57.29
[    1.025538] usb 1-2: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    1.025543] usb 1-2: Product: Integrated_Webcam_HD
[    1.025564] usb 1-2: Manufacturer: CNFEH53M047040005462
[    1.025584] usb 1-2: SerialNumber: 0001
[    1.118104] wmi_bus wmi_bus-PNP0C14:00: [Firmware Bug]: WQBC data block query control method not found
[    1.139568] usb 1-7: new full-speed USB device number 3 using xhci_hcd
[    1.161298] ahci 0000:00:17.0: version 3.0
[    1.163272] ahci 0000:00:17.0: SSS flag set, parallel bus scan disabled
[    1.163306] ahci 0000:00:17.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
[    1.163311] ahci 0000:00:17.0: 3/3 ports implemented (port mask 0x7)
[    1.163314] ahci 0000:00:17.0: flags: 64bit ncq ilck stag pm led clo only pio slum part sxs deso sadm sds apst 
[    1.176731] e1000e: Intel(R) PRO/1000 Network Driver
[    1.176735] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    1.176774] e1000e 0000:00:1f.6: enabling device (0000 -> 0002)
[    1.177048] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    1.194161] scsi host0: ahci
[    1.196374] scsi host1: ahci
[    1.196653] scsi host2: ahci
[    1.196734] ata1: SATA max UDMA/133 abar m2048@0xe1253000 port 0xe1253100 irq 129 lpm-pol 3
[    1.196743] ata2: SATA max UDMA/133 abar m2048@0xe1253000 port 0xe1253180 irq 129 lpm-pol 0
[    1.196746] ata3: SATA max UDMA/133 abar m2048@0xe1253000 port 0xe1253200 irq 129 lpm-pol 3
[    1.298658] usb 1-7: New USB device found, idVendor=0a5c, idProduct=5832, bcdDevice= 1.01
[    1.298667] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.298671] usb 1-7: Product: 5880
[    1.298675] usb 1-7: Manufacturer: Broadcom Corp
[    1.298678] usb 1-7: SerialNumber: 0123456789ABCD
[    1.299137] usb 1-7: config 0 descriptor??
[    1.365365] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
[    1.426015] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 84:7b:eb:31:01:9a
[    1.426030] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
[    1.426118] e1000e 0000:00:1f.6 eth0: MAC: 12, PHY: 12, PBA No: FFFFFF-0FF
[    1.510674] ata1: SATA link down (SStatus 4 SControl 300)
[    1.526820] tsc: Refined TSC clocksource calibration: 2495.986 MHz
[    1.526839] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x23fa69e70cf, max_idle_ns: 440795293732 ns
[    1.526912] clocksource: Switched to clocksource tsc
[    1.821778] ata2: SATA link down (SStatus 0 SControl 300)
[    1.939359] input: AlpsPS/2 ALPS DualPoint Stick as /devices/platform/i8042/serio1/input/input7
[    1.955240] input: AlpsPS/2 ALPS DualPoint TouchPad as /devices/platform/i8042/serio1/input/input6
[    2.133964] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.134997] ata3.00: ATA-8: SK hynix SC300 M.2 2280 256GB, 20100P00, max UDMA/133
[    2.135173] ata3.00: 500118192 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    2.135547] ata3.00: Features: Dev-Sleep
[    2.136434] ata3.00: configured for UDMA/133
[    2.136456] ahci 0000:00:17.0: port does not support device sleep
[    2.136856] scsi 2:0:0:0: Direct-Access     ATA      SK hynix SC300 M 0P00 PQ: 0 ANSI: 5
[    2.138010] sd 2:0:0:0: Attached scsi generic sg0 type 0
[    2.138148] sd 2:0:0:0: [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB)
[    2.138195] sd 2:0:0:0: [sda] Write Protect is off
[    2.138212] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.138340] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.138446] sd 2:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[    2.148014]  sda: sda1 sda2
[    2.148453] sd 2:0:0:0: [sda] Attached SCSI disk
[    2.157787] e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
[    2.352451] EXT4-fs (sda2): mounted filesystem dd3f77e3-70cd-4048-8bf9-d67d7aa1dff9 ro with ordered data mode. Quota mode: none.
[    2.549759] systemd[1]: Inserted module 'autofs4'
[    2.608514] systemd[1]: systemd 255.4-1ubuntu8.10 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 +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    2.608600] systemd[1]: Detected architecture x86-64.
[    2.613006] systemd[1]: Hostname set to <gilles-Latitude-E7470>.
[    3.188274] systemd[1]: Queued start job for default target graphical.target.
[    3.210174] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[    3.210653] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[    3.210925] systemd[1]: Created slice user.slice - User and Session Slice.
[    3.211012] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[    3.211240] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[    3.211265] systemd[1]: Expecting device dev-disk-by\x2duuid-4C55\x2dC496.device - /dev/disk/by-uuid/4C55-C496...
[    3.211292] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[    3.211324] systemd[1]: Reached target remote-fs.target - Remote File Systems.
[    3.211336] systemd[1]: Reached target slices.target - Slice Units.
[    3.211351] systemd[1]: Reached target snapd.mounts-pre.target - Mounting snaps.
[    3.211382] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[    3.211606] systemd[1]: Listening on syslog.socket - Syslog Socket.
[    3.211733] systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd communication Socket.
[    3.211803] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[    3.211941] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[    3.212105] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[    3.212333] systemd[1]: Listening on systemd-oomd.socket - Userspace Out-Of-Memory (OOM) Killer Socket.
[    3.212374] systemd[1]: systemd-pcrextend.socket - TPM2 PCR Extension (Varlink) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    3.212548] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[    3.212694] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[    3.214142] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
[    3.215056] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[    3.216687] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[    3.217992] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[    3.220894] systemd[1]: Starting systemd-journald.service - Journal Service...
[    3.223286] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
[    3.227778] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[    3.232131] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[    3.235368] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
[    3.239014] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[    3.242063] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[    3.244743] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[    3.252699] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
[    3.252927] systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root).
[    3.257160] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[    3.257214] systemd[1]: systemd-pcrmachine.service - TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    3.259776] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[    3.259883] systemd[1]: systemd-tpm2-setup-early.service - TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    3.261138] systemd-journald[337]: Collecting audit messages is disabled.
[    3.264826] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[    3.265079] pstore: Using crash dump compression: deflate
[    3.270095] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
[    3.273420] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[    3.274463] pstore: Registered efi_pstore as persistent store backend
[    3.274989] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[    3.275286] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[    3.276720] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[    3.279838] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    3.280085] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[    3.281200] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[    3.281477] systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.
[    3.282224] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    3.282943] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
[    3.283471] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[    3.283720] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[    3.284229] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    3.284463] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
[    3.285159] systemd[1]: modprobe@loop.service: Deactivated successfully.
[    3.285408] systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop.
[    3.293009] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
[    3.293046] EXT4-fs (sda2): re-mounted dd3f77e3-70cd-4048-8bf9-d67d7aa1dff9 r/w. Quota mode: none.
[    3.296759] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
[    3.297128] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
[    3.300970] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully...
[    3.306628] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
[    3.310736] lp: driver loaded but no devices found
[    3.322697] systemd[1]: Activating swap swap.img.swap - /swap.img...
[    3.323285] systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
[    3.323365] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
[    3.325396] ppdev: user-space parallel port driver
[    3.328847] systemd[1]: Starting systemd-random-seed.service - Load/Save OS Random Seed...
[    3.328890] systemd[1]: systemd-tpm2-setup.service - TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    3.334605] Adding 4194300k swap on /swap.img.  Priority:-2 extents:20 across:11534336k SS
[    3.336664] parport_pc 00:05: [io  0x0378-0x037b]
[    3.340114] systemd[1]: Activated swap swap.img.swap - /swap.img.
[    3.340478] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[    3.340698] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.
[    3.340898] systemd[1]: Reached target swap.target - Swaps.
[    3.343836] parport_pc 00:05: activated
[    3.343842] parport_pc 00:05: reported by Plug and Play ACPI
[    3.354969] systemd[1]: Started systemd-journald.service - Journal Service.
[    3.385419] systemd-journald[337]: Received client request to flush runtime journal.
[    3.410605] systemd-journald[337]: /var/log/journal/bcfe940c05a04a0fa557d7b6921e7f45/system.journal: Journal file uses a different sequence number ID, rotating.
[    3.410614] systemd-journald[337]: Rotating system journal.
[    3.427842] loop0: detected capacity change from 0 to 1253280
[    3.432937] loop1: detected capacity change from 0 to 8
[    3.439495] loop2: detected capacity change from 0 to 378480
[    3.452126] loop3: detected capacity change from 0 to 113624
[    3.453032] loop4: detected capacity change from 0 to 213456
[    3.460120] loop5: detected capacity change from 0 to 113624
[    3.469224] loop6: detected capacity change from 0 to 130592
[    3.470277] loop7: detected capacity change from 0 to 151376
[    3.478858] loop8: detected capacity change from 0 to 151376
[    3.480193] loop9: detected capacity change from 0 to 136776
[    3.483495] loop10: detected capacity change from 0 to 137568
[    3.502831] loop12: detected capacity change from 0 to 168192
[    3.507583] loop11: detected capacity change from 0 to 197464
[    3.514922] loop13: detected capacity change from 0 to 502920
[    3.522165] loop14: detected capacity change from 0 to 22800
[    3.528533] loop16: detected capacity change from 0 to 716176
[    3.531785] loop15: detected capacity change from 0 to 504392
[    3.532829] loop17: detected capacity change from 0 to 337560
[    3.535216] loop18: detected capacity change from 0 to 1056784
[    3.539498] loop19: detected capacity change from 0 to 1207552
[    3.555542] loop20: detected capacity change from 0 to 187776
[    3.561501] loop21: detected capacity change from 0 to 2717240
[    3.575839] loop22: detected capacity change from 0 to 595504
[    3.581714] loop24: detected capacity change from 0 to 22176
[    3.582190] loop23: detected capacity change from 0 to 160552
[    3.587626] loop25: detected capacity change from 0 to 100952
[    3.588585] loop26: detected capacity change from 0 to 103976
[    3.595283] loop27: detected capacity change from 0 to 388376
[    3.596632] loop28: detected capacity change from 0 to 1152
[    3.610948] loop29: detected capacity change from 0 to 657616
[    3.621916] loop30: detected capacity change from 0 to 182368
[    4.164325] input: DELL Wireless hotkeys as /devices/virtual/input/input8
[    4.284904] intel_pmc_core INT33A1:00:  initialized
[    4.315712] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    4.395233] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    4.395275] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    4.407447] i2c i2c-0: Successfully instantiated SPD at 0x50
[    4.417749] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
[    4.466716] intel_rapl_common: Found RAPL domain package
[    4.466721] intel_rapl_common: Found RAPL domain dram
[    4.487508] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    4.487811] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    4.488076] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[    4.503633] mc: Linux media interface: v0.10
[    4.523267] videodev: Linux video capture interface: v2.00
[    4.537932] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[    4.537938] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    4.537940] RAPL PMU: hw unit of domain package 2^-14 Joules
[    4.537942] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    4.537944] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    4.537946] RAPL PMU: hw unit of domain psys 2^-14 Joules
[    4.544562] Intel(R) Wireless WiFi driver for Linux
[    4.544904] iwlwifi 0000:01:00.0: enabling device (0000 -> 0002)
[    4.561451] iwlwifi 0000:01:00.0: Detected crf-id 0xbadcafe, cnv-id 0x3000000 wfpm id 0x80000000
[    4.561669] iwlwifi 0000:01:00.0: PCI dev 24f3/0050, rev=0x201, rfid=0xd55555d5
[    4.561674] iwlwifi 0000:01:00.0: Detected Intel(R) Dual Band Wireless AC 8260
[    4.564621] cryptd: max_cpu_qlen set to 1000
[    4.601763] iwlwifi 0000:01:00.0: loaded firmware version 36.ca7b901d.0 8000C-36.ucode op_mode iwlmvm
[    4.638299] audit: type=1400 audit(1756485987.484:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name=4D6F6E676F444220436F6D70617373 pid=633 comm="apparmor_parser"
[    4.638306] audit: type=1400 audit(1756485987.484:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="Discord" pid=632 comm="apparmor_parser"
[    4.638310] audit: type=1400 audit(1756485987.484:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="1password" pid=631 comm="apparmor_parser"
[    4.638313] audit: type=1400 audit(1756485987.484:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="QtWebEngineProcess" pid=634 comm="apparmor_parser"
[    4.665596] audit: type=1400 audit(1756485987.511:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="buildah" pid=642 comm="apparmor_parser"
[    4.665605] audit: type=1400 audit(1756485987.512:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="brave" pid=641 comm="apparmor_parser"
[    4.666198] audit: type=1400 audit(1756485987.513:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="balena-etcher" pid=640 comm="apparmor_parser"
[    4.732592] Loading of module with unavailable key is rejected
[    5.374352] i915 0000:00:02.0: [drm] Found skylake/ult (device ID 1916) integrated display version 9.00 stepping H0
[    5.374792] input: Dell WMI hotkeys as /devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input9
[    5.375925] intel_rapl_common: Found RAPL domain package
[    5.375930] intel_rapl_common: Found RAPL domain core
[    5.375932] intel_rapl_common: Found RAPL domain uncore
[    5.375934] intel_rapl_common: Found RAPL domain dram
[    5.375936] intel_rapl_common: Found RAPL domain psys
[    5.378579] AES CTR mode by8 optimization enabled
[    5.416590] ee1004 0-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
[    5.437085] i915 0000:00:02.0: vgaarb: deactivate vga console
[    5.439987] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    5.442841] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/skl_dmc_ver1_27.bin (v1.27)
[    5.472716] dell_laptop: Using i8042 filter function for receiving events
[    5.476974] usb 1-2: Found UVC 1.00 device Integrated_Webcam_HD (0bda:5686)
[    5.488827] usbcore: registered new interface driver uvcvideo
[    5.701052] ACPI: battery: new hook: Dell Primary Battery Extension
[    5.862347] iwlwifi 0000:01:00.0: base HW address: e4:b3:18:0e:b1:95, OTP minor version: 0x0
[    5.914587] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[    5.925564] kauditd_printk_skb: 129 callbacks suppressed
[    5.925567] audit: type=1400 audit(1756485988.772:140): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/snap/snapd/24792/usr/lib/snapd/snap-confine" pid=854 comm="apparmor_parser"
[    5.925573] audit: type=1400 audit(1756485988.772:141): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/snap/snapd/24792/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=854 comm="apparmor_parser"
[    5.925859] audit: type=1400 audit(1756485988.773:142): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/snap/snapd/25202/usr/lib/snapd/snap-confine" pid=855 comm="apparmor_parser"
[    5.925864] audit: type=1400 audit(1756485988.773:143): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/snap/snapd/25202/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=855 comm="apparmor_parser"
[    5.930414] audit: type=1400 audit(1756485988.777:144): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/snap/core/17247/usr/lib/snapd/snap-confine" pid=853 comm="apparmor_parser"
[    5.930422] audit: type=1400 audit(1756485988.777:145): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/snap/core/17247/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=853 comm="apparmor_parser"
[    5.931903] audit: type=1400 audit(1756485988.779:146): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap-update-ns.core" pid=858 comm="apparmor_parser"
[    5.933035] intel_tcc_cooling: Programmable TCC Offset detected
[    5.936580] audit: type=1400 audit(1756485988.783:147): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap-update-ns.audacity" pid=856 comm="apparmor_parser"
[    5.944121] audit: type=1400 audit(1756485988.791:148): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap-update-ns.cups" pid=859 comm="apparmor_parser"
[    5.946717] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[    5.957567] audit: type=1400 audit(1756485988.803:149): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap-update-ns.mesa-2404" pid=863 comm="apparmor_parser"
[    5.961652] iwlwifi 0000:01:00.0 wlp1s0: renamed from wlan0
[    6.616004] [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 1
[    6.620916] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    6.622477] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input10
[    6.638959] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    6.714796] fbcon: i915drmfb (fb0) is primary device
[    6.714801] fbcon: Deferring console take-over
[    6.714805] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    6.845340] snd_hda_codec_realtek hdaudioC0D0: ALC3235: picked fixup  (pin match)
[    6.850200] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3235: line_outs=1 (0x16/0x0/0x0/0x0/0x0) type:line
[    6.850209] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=1 (0x14/0x0/0x0/0x0/0x0)
[    6.850213] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
[    6.850217] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    6.850219] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    6.850222] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x13
[    6.850226] snd_hda_codec_realtek hdaudioC0D0:      Headset Mic=0x1a
[    6.850229] snd_hda_codec_realtek hdaudioC0D0:      Headphone Mic=0x18
[    6.850232] snd_hda_codec_realtek hdaudioC0D0:      Dock Mic=0x19
[    6.932922] input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
[    6.933008] input: HDA Intel PCH Dock Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
[    6.933081] input: HDA Intel PCH Dock Line Out as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
[    6.933147] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
[    6.933212] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[    6.933275] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
[    7.219904] NET: Registered PF_QIPCRTR protocol family
[    8.951615] iwlwifi 0000:01:00.0: Registered PHC clock: iwlwifi-PTP, with index: 1
[    9.310585] loop31: detected capacity change from 0 to 8
[   11.302451] kauditd_printk_skb: 70 callbacks suppressed
[   11.302455] audit: type=1326 audit(1756485994.149:220): auid=4294967295 uid=0 gid=0 ses=4294967295 subj=snap.cups.cupsd pid=1830 comm="cupsd" exe="/snap/cups/1100/sbin/cupsd" sig=0 arch=c000003e syscall=93 compat=0 ip=0x73b0b12baa9b code=0x50000
[   12.340950] audit: type=1326 audit(1756485995.188:221): auid=4294967295 uid=0 gid=0 ses=4294967295 subj=snap.cups.cupsd pid=1831 comm="cups-proxyd" exe="/snap/cups/1100/sbin/cups-proxyd" sig=0 arch=c000003e syscall=314 compat=0 ip=0x76648827e88d code=0x50000
[   12.432623] wlp1s0: authenticate with 8c:97:ea:ba:a4:d4 (local address=e4:b3:18:0e:b1:95)
[   12.433941] wlp1s0: send auth to 8c:97:ea:ba:a4:d4 (try 1/3)
[   12.441109] wlp1s0: authenticated
[   12.442576] wlp1s0: associate with 8c:97:ea:ba:a4:d4 (try 1/3)
[   12.444418] wlp1s0: RX AssocResp from 8c:97:ea:ba:a4:d4 (capab=0x1011 status=0 aid=3)
[   12.455506] wlp1s0: associated
[   12.563008] wlp1s0: Limiting TX power to 23 (23 - 0) dBm as advertised by 8c:97:ea:ba:a4:d4
[   12.648961] rfkill: input handler disabled
[   13.173293] Lockdown: systemd-logind: hibernation is restricted; see man kernel_lockdown.7
[  328.308338] loop31: detected capacity change from 0 to 151384
[  341.688670] loop8: detected capacity change from 0 to 504680
[  343.129529] audit: type=1400 audit(1756486325.473:222): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/snap/snapd/25202/usr/lib/snapd/snap-confine" pid=2845 comm="apparmor_parser"
[  343.129544] audit: type=1400 audit(1756486325.473:223): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/snap/snapd/25202/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=2845 comm="apparmor_parser"
[  343.871047] audit: type=1400 audit(1756486326.214:224): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap-update-ns.firefox" pid=2847 comm="apparmor_parser"
[  344.309522] audit: type=1400 audit(1756486326.653:225): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap.firefox.firefox" pid=2848 comm="apparmor_parser"
[  344.587587] audit: type=1400 audit(1756486326.931:226): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap.firefox.hook.configure" pid=2850 comm="apparmor_parser"
[  344.746703] audit: type=1400 audit(1756486327.090:227): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap.firefox.hook.disconnect-plug-host-hunspell" pid=2851 comm="apparmor_parser"
[  344.905166] audit: type=1400 audit(1756486327.248:228): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap.firefox.hook.install" pid=2852 comm="apparmor_parser"
[  345.033325] audit: type=1400 audit(1756486327.377:229): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap.firefox.geckodriver" pid=2849 comm="apparmor_parser"
[  345.088843] audit: type=1400 audit(1756486327.432:230): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap.firefox.hook.post-refresh" pid=2853 comm="apparmor_parser"
[ 1555.077528] usb 1-3: new low-speed USB device number 4 using xhci_hcd
[ 1555.206782] usb 1-3: New USB device found, idVendor=03f0, idProduct=0941, bcdDevice= 1.00
[ 1555.206812] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1555.206827] usb 1-3: Product: HP X500 USB Optical Mouse
[ 1555.206838] usb 1-3: Manufacturer: PixArt
[ 1555.286858] hid: raw HID events driver (C) Jiri Kosina
[ 1555.297296] usbcore: registered new interface driver usbhid
[ 1555.297300] usbhid: USB HID core driver
[ 1555.316070] input: PixArt HP X500 USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:03F0:0941.0001/input/input17
[ 1555.316306] hid-generic 0003:03F0:0941.0001: input,hidraw0: USB HID v1.11 Mouse [PixArt HP X500 USB Optical Mouse] on usb-0000:00:14.0-3/input0
[ 1564.600487] systemd-journald[337]: /var/log/journal/bcfe940c05a04a0fa557d7b6921e7f45/user-1000.journal: Journal file uses a different sequence number ID, rotating.
[ 1565.030065] rfkill: input handler enabled
[ 1566.763762] Lockdown: systemd-logind: hibernation is restricted; see man kernel_lockdown.7
[ 1567.471304] rfkill: input handler disabled
[ 1585.307036] audit: type=1107 audit(1756487567.656:231): pid=936 uid=101 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/timedate1" interface="org.freedesktop.DBus.Properties" member="GetAll" mask="send" name=":1.129" pid=4270 label="snap.firefox.firefox" peer_pid=4490 peer_label="unconfined"
                exe="/usr/bin/dbus-daemon" sauid=101 hostname=? addr=? terminal=?'
[ 1585.307571] audit: type=1107 audit(1756487567.657:232): pid=936 uid=101 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/timedate1" interface="org.freedesktop.DBus.Properties" member="GetAll" mask="send" name=":1.129" pid=4270 label="snap.firefox.firefox" peer_pid=4490 peer_label="unconfined"
                exe="/usr/bin/dbus-daemon" sauid=101 hostname=? addr=? terminal=?'
[ 1803.778686] audit: type=1326 audit(1756487786.129:233): auid=1000 uid=1000 gid=1000 ses=5 subj=snap.whatsapp-linux-desktop.whatsapp-linux-desktop pid=5567 comm="whatsapp-linux-" exe="/snap/whatsapp-linux-desktop/3/whatsapp-linux-desktop" sig=0 arch=c000003e syscall=330 compat=0 ip=0x78b6a12f922b code=0x50000
[ 1803.784410] audit: type=1326 audit(1756487786.135:234): auid=1000 uid=1000 gid=1000 ses=5 subj=snap.whatsapp-linux-desktop.whatsapp-linux-desktop pid=5566 comm="whatsapp-linux-" exe="/snap/whatsapp-linux-desktop/3/whatsapp-linux-desktop" sig=0 arch=c000003e syscall=330 compat=0 ip=0x74110d6d522b code=0x50000
[ 1803.866958] audit: type=1326 audit(1756487786.217:235): auid=1000 uid=1000 gid=1000 ses=5 subj=snap.whatsapp-linux-desktop.whatsapp-linux-desktop pid=5498 comm="whatsapp-linux-" exe="/snap/whatsapp-linux-desktop/3/whatsapp-linux-desktop" sig=0 arch=c000003e syscall=444 compat=0 ip=0x782f5b9c895d code=0x50000
[ 1805.962119] audit: type=1107 audit(1756487788.312:236): pid=936 uid=101 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/" interface="org.freedesktop.DBus.ObjectManager" member="GetManagedObjects" mask="send" name="org.bluez" pid=5498 label="snap.whatsapp-linux-desktop.whatsapp-linux-desktop"
                exe="/usr/bin/dbus-daemon" sauid=101 hostname=? addr=? terminal=?'
[ 1806.113528] warning: `ThreadPoolForeg' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
[ 1806.758525] audit: type=1400 audit(1756487789.109:237): apparmor="DENIED" operation="open" class="file" profile="snap.whatsapp-linux-desktop.whatsapp-linux-desktop" name="/etc/vulkan/implicit_layer.d/" pid=5620 comm="whatsapp-linux-" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 1806.758631] audit: type=1400 audit(1756487789.109:238): apparmor="DENIED" operation="open" class="file" profile="snap.whatsapp-linux-desktop.whatsapp-linux-desktop" name="/etc/vulkan/implicit_layer.d/" pid=5620 comm="whatsapp-linux-" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 1806.758713] audit: type=1400 audit(1756487789.109:239): apparmor="DENIED" operation="open" class="file" profile="snap.whatsapp-linux-desktop.whatsapp-linux-desktop" name="/etc/vulkan/icd.d/" pid=5620 comm="whatsapp-linux-" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 1806.758763] audit: type=1400 audit(1756487789.109:240): apparmor="DENIED" operation="open" class="file" profile="snap.whatsapp-linux-desktop.whatsapp-linux-desktop" name="/etc/vulkan/icd.d/" pid=5620 comm="whatsapp-linux-" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 1806.758825] audit: type=1400 audit(1756487789.109:241): apparmor="DENIED" operation="open" class="file" profile="snap.whatsapp-linux-desktop.whatsapp-linux-desktop" name="/etc/vulkan/implicit_layer.d/" pid=5620 comm="whatsapp-linux-" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 1806.758889] audit: type=1400 audit(1756487789.109:242): apparmor="DENIED" operation="open" class="file" profile="snap.whatsapp-linux-desktop.whatsapp-linux-desktop" name="/etc/vulkan/implicit_layer.d/" pid=5620 comm="whatsapp-linux-" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 1809.637614] kauditd_printk_skb: 25 callbacks suppressed
[ 1809.637618] audit: type=1326 audit(1756487791.988:268): auid=1000 uid=1000 gid=1000 ses=5 subj=snap.whatsapp-linux-desktop.whatsapp-linux-desktop pid=5687 comm="whatsapp-linux-" exe="/snap/whatsapp-linux-desktop/3/whatsapp-linux-desktop" sig=0 arch=c000003e syscall=330 compat=0 ip=0x725cf7e1122b code=0x50000
[ 1915.078353] Lockdown: systemd-logind: hibernation is restricted; see man kernel_lockdown.7
[ 1915.086490] Lockdown: systemd-logind: hibernation is restricted; see man kernel_lockdown.7
[ 1915.090099] Lockdown: systemd-logind: hibernation is restricted; see man kernel_lockdown.7
[ 1915.097597] Lockdown: systemd-logind: hibernation is restricted; see man kernel_lockdown.7
[ 1915.100418] Lockdown: systemd-logind: hibernation is restricted; see man kernel_lockdown.7
[ 1915.109719] Lockdown: systemd-logind: hibernation is restricted; see man kernel_lockdown.7
[ 1915.112696] Lockdown: systemd-logind: hibernation is restricted; see man kernel_lockdown.7
[ 1915.118102] wlp1s0: deauthenticating from 8c:97:ea:ba:a4:d4 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 1915.121206] Lockdown: systemd-logind: hibernation is restricted; see man kernel_lockdown.7
[ 1915.317737] Lockdown: systemd-logind: hibernation is restricted; see man kernel_lockdown.7
[ 1915.328062] Lockdown: systemd-logind: hibernation is restricted; see man kernel_lockdown.7
[ 1916.740669] PM: suspend entry (deep)
[ 1916.755805] Filesystems sync: 0.015 seconds
[ 1916.767174] Freezing user space processes
[ 1916.769892] Freezing user space processes completed (elapsed 0.002 seconds)
[ 1916.769897] OOM killer disabled.
[ 1916.769898] Freezing remaining freezable tasks
[ 1916.771000] Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
[ 1916.771121] printk: Suspending console(s) (use no_console_suspend to debug)
[ 1916.789156] sd 2:0:0:0: [sda] Synchronizing SCSI cache
[ 1916.790415] ata3.00: Entering standby power mode
[ 1916.797843] e1000e: EEE TX LPI TIMER: 00000011
[ 1916.809834] pcieport 0000:00:1d.0: Intel SPT PCH root port ACS workaround enabled
[ 1916.891834] ACPI: EC: interrupt blocked
[ 1916.921709] ACPI: PM: Preparing to enter system sleep state S3
[ 1916.925284] ACPI: EC: event blocked
[ 1916.925285] ACPI: EC: EC stopped
[ 1916.925286] ACPI: PM: Saving platform NVS memory
[ 1916.925343] Disabling non-boot CPUs ...
[ 1916.926781] smpboot: CPU 3 is now offline
[ 1916.929299] smpboot: CPU 2 is now offline
[ 1916.931487] smpboot: CPU 1 is now offline
[ 1916.935819] ACPI: PM: Low-level resume complete
[ 1916.935869] ACPI: EC: EC started
[ 1916.935871] ACPI: PM: Restoring platform NVS memory
[ 1916.936657] Enabling non-boot CPUs ...
[ 1916.936691] smpboot: Booting Node 0 Processor 1 APIC 0x2
[ 1916.939566] CPU1 is up
[ 1916.939589] smpboot: Booting Node 0 Processor 2 APIC 0x1
[ 1916.940654] CPU2 is up
[ 1916.940677] smpboot: Booting Node 0 Processor 3 APIC 0x3
[ 1916.941727] CPU3 is up
[ 1916.943988] ACPI: PM: Waking up from system sleep state S3
[ 1917.027304] ACPI: EC: interrupt unblocked
[ 1917.027720] pcieport 0000:00:1c.0: Intel SPT PCH root port ACS workaround enabled
[ 1917.027849] pcieport 0000:00:1d.0: Intel SPT PCH root port ACS workaround enabled
[ 1917.045895] DMAR: DRHD: handling fault status reg 2
[ 1917.045902] DMAR: [INTR-REMAP] Request device [f0:1f.0] fault index 0x0 [fault reason 0x25] Blocked a compatibility format interrupt request
[ 1917.047505] ACPI: EC: event unblocked
[ 1917.336303] usb 1-2: reset high-speed USB device number 2 using xhci_hcd
[ 1917.355121] ata2: SATA link down (SStatus 0 SControl 300)
[ 1917.355610] ata1: SATA link down (SStatus 4 SControl 300)
[ 1917.356108] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1917.359043] sd 2:0:0:0: [sda] Starting disk
[ 1917.361245] ata3.00: configured for UDMA/133
[ 1917.361733] ahci 0000:00:17.0: port does not support device sleep
[ 1917.930976] usb 1-7: reset full-speed USB device number 3 using xhci_hcd
[ 1918.131680] OOM killer enabled.
[ 1918.131689] Restarting tasks ... done.
[ 1918.150278] random: crng reseeded on system resumption
[ 1918.307017] PM: suspend exit
[ 1918.525549] e1000e 0000:00:1f.6 enp0s31f6: NIC Link is Down
[ 1922.399078] wlp1s0: authenticate with 8c:97:ea:ba:a4:d4 (local address=e4:b3:18:0e:b1:95)
[ 1922.400964] wlp1s0: send auth to 8c:97:ea:ba:a4:d4 (try 1/3)
[ 1922.407682] wlp1s0: authenticated
[ 1922.409918] wlp1s0: associate with 8c:97:ea:ba:a4:d4 (try 1/3)
[ 1922.412099] wlp1s0: RX AssocResp from 8c:97:ea:ba:a4:d4 (capab=0x1011 status=0 aid=2)
[ 1922.420367] wlp1s0: associated
[ 1922.494641] wlp1s0: Limiting TX power to 23 (23 - 0) dBm as advertised by 8c:97:ea:ba:a4:d4
[ 1974.540671] workqueue: acpi_os_execute_deferred hogged CPU for >10000us 4 times, consider switching to WQ_UNBOUND

Hors ligne

#17 Hier à 20:31

xubu1957

Re : Activation Bluetooth

Bonjour,

Donne la liste des anomalies de démarrage :

journalctl --no-pager -b -p err

d'éventuels paquets cassés :

dpkg -l | grep -v ^ii

et :

ls -l /var/crash

Dernière modification par xubu1957 (Hier à 20:32)


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] 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

#18 Hier à 20:35

grosgilou

Re : Activation Bluetooth

Merci encore à toi.

gilles@gilles-Latitude-E7470:~$ journalctl --no-pager -b -p err
août 29 18:46:26 gilles-Latitude-E7470 kernel: x86/cpu: SGX disabled or unsupported by BIOS.
août 29 19:12:26 gilles-Latitude-E7470 gdm-password][3135]: gkr-pam: unable to locate daemon control file
août 29 19:12:27 gilles-Latitude-E7470 gdm3[1551]: Gdm: on_display_added: assertion 'GDM_IS_REMOTE_DISPLAY (display)' failed
août 29 19:12:27 gilles-Latitude-E7470 systemd[3145]: Failed to start app-gnome-gnome\x2dkeyring\x2dpkcs11-3411.scope - Application launched by gnome-session-binary.
août 29 19:12:27 gilles-Latitude-E7470 systemd[3145]: Failed to start app-gnome-gnome\x2dkeyring\x2dsecrets-3414.scope - Application launched by gnome-session-binary.
août 29 19:12:27 gilles-Latitude-E7470 systemd[3145]: Failed to start app-gnome-xdg\x2duser\x2ddirs-3431.scope - Application launched by gnome-session-binary.
août 29 19:12:29 gilles-Latitude-E7470 systemd[3145]: Failed to start app-gnome-ubuntu\x2dreport\x2don\x2dupgrade-3652.scope - Application launched by gnome-session-binary.
août 29 19:12:32 gilles-Latitude-E7470 gdm3[1551]: Gdm: on_display_removed: assertion 'GDM_IS_REMOTE_DISPLAY (display)' failed
août 29 20:08:11 gilles-Latitude-E7470 kernel: DMAR: DRHD: handling fault status reg 2
août 29 20:08:11 gilles-Latitude-E7470 kernel: DMAR: [INTR-REMAP] Request device [f0:1f.0] fault index 0x0 [fault reason 0x25] Blocked a compatibility format interrupt request

et

gilles@gilles-Latitude-E7470:~$ ls -l /var/crash
total 14252
-rw------- 1 root   whoopsie   440325 août  28 12:43 firmware-b43-installer.0.crash
-rw-r----- 1 gilles whoopsie 14150532 août  22 10:44 _usr_bin_gnome-control-center.1000.crash
gilles@gilles-Latitude-E7470:~$ dpkg -l | grep -v ^ii
Souhait=inconnU/Installé/suppRimé/Purgé/H=à garder
| État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé/W=attend-traitement-déclenchements
|/ Err?=(aucune)/besoin Réinstallation (État,Err: majuscule=mauvais)
||/ Nom                                           Version                                  Architecture Description
+++-=============================================-========================================-============-================================================================================
rc  gnome-browser-connector                       42.1-4                                   all          GNOME Shell extensions integration for web browsers

et

Hors ligne

#19 Hier à 21:14

xubu1957

Re : Activation Bluetooth

sudo dmesg | grep Blu

inspiré par askubuntu.com/questions/1011284/bluetooth-not-working-on-dell-latitude-e7470-with-ubuntu-17-10

Autre comparaison avec un autre Latitude-E7470:

Dernière modification par xubu1957 (Hier à 21:18)


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] 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

#20 Hier à 21:18

grosgilou

Re : Activation Bluetooth

Pas de retour après avoir rentré le mot de passe.

Hors ligne

#21 Hier à 21:20

xubu1957

Re : Activation Bluetooth

As-tu ton support d'installation d'Ubuntu (DVD ou clé USB) ?

Pour appliquer la procédure > amorcer_sur_cd_ubuntu#amorcage et arriver à cette étape : essayer_ubuntu_sans_rien_changer_dans_votre_ordinateur et tester le Bluetooth sur la session-live.


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] 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