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.

#101 Le 18/09/2022, à 16:58

AlbertoP

Re : Activation Bluetooth

neutral ?

fabrice@fabrice-ordi-portable:~$ AutoEnable=true
fabrice@fabrice-ordi-portable:~$ 

Hors ligne

#102 Le 18/09/2022, à 17:09

ylag

Re : Activation Bluetooth

Bonjour,

Désolé pour mon manque de clarté ; AutoEnable=true n'est pas une commande à passer au terminal, mais une entrée dans le fichier /etc/bluetooth/main.conf

Pour le vérifier, poste le contenu de ce fichier :

cat /etc/bluetooth/main.conf

A+

Hors ligne

#103 Le 18/09/2022, à 17:23

AlbertoP

Re : Activation Bluetooth

ah ok wink

fabrice@fabrice-ordi-portable:~$ cat /etc/bluetooth/main.conf
[General]

# Default adaper name
# Defaults to 'BlueZ X.YZ'
#Name = BlueZ

# Default device class. Only the major and minor device class bits are
# considered. Defaults to '0x000000'.
#Class = 0x000100

# How long to stay in discoverable mode before going back to non-discoverable
# The value is in seconds. Default is 180, i.e. 3 minutes.
# 0 = disable timer, i.e. stay discoverable forever
#DiscoverableTimeout = 0

# How long to stay in pairable mode before going back to non-discoverable
# The value is in seconds. Default is 0.
# 0 = disable timer, i.e. stay pairable forever
#PairableTimeout = 0

# Automatic connection for bonded devices driven by platform/user events.
# If a platform plugin uses this mechanism, automatic connections will be
# enabled during the interval defined below. Initially, this feature
# intends to be used to establish connections to ATT channels. Default is 60.
#AutoConnectTimeout = 60

# Use vendor id source (assigner), vendor, product and version information for
# DID profile support. The values are separated by ":" and assigner, VID, PID
# and version.
# Possible vendor id source values: bluetooth, usb (defaults to usb)
#DeviceID = bluetooth:1234:5678:abcd

# Do reverse service discovery for previously unknown devices that connect to
# us. This option is really only needed for qualification since the BITE tester
# doesn't like us doing reverse SDP for some test cases (though there could in
# theory be other useful purposes for this too). Defaults to 'true'.
#ReverseServiceDiscovery = true

# Enable name resolving after inquiry. Set it to 'false' if you don't need
# remote devices name and want shorter discovery cycle. Defaults to 'true'.
#NameResolving = true

# Enable runtime persistency of debug link keys. Default is false which
# makes debug link keys valid only for the duration of the connection
# that they were created for.
#DebugKeys = false

# Restricts all controllers to the specified transport. Default value
# is "dual", i.e. both BR/EDR and LE enabled (when supported by the HW).
# Possible values: "dual", "bredr", "le"
#ControllerMode = dual

# Enables Multi Profile Specification support. This allows to specify if
# system supports only Multiple Profiles Single Device (MPSD) configuration
# or both Multiple Profiles Single Device (MPSD) and Multiple Profiles Multiple
# Devices (MPMD) configurations.
# Possible values: "off", "single", "multiple"
#MultiProfile = off

# Permanently enables the Fast Connectable setting for adapters that
# support it. When enabled other devices can connect faster to us,
# however the tradeoff is increased power consumptions. This feature
# will fully work only on kernel version 4.1 and newer. Defaults to
# 'false'.
#FastConnectable = false

[Policy]

# The ReconnectUUIDs defines the set of remote services that should try
# to be reconnected to in case of a link loss (link supervision
# timeout). The policy plugin should contain a sane set of values by
# default, but this list can be overridden here. By setting the list to
# empty the reconnection feature gets disabled.
#ReconnectUUIDs=00001112-0000-1000-8000-00805f9b34fb, 0000111f-0000-1000-8000-00805f9b34fb, 0000110a-0000-1000-8000-00805f9b34fb

# ReconnectAttempts define the number of attempts to reconnect after a link
# lost. Setting the value to 0 disables reconnecting feature.
#ReconnectAttempts=7

# ReconnectIntervals define the set of intervals in seconds to use in between
# attempts.
# If the number of attempts defined in ReconnectAttempts is bigger than the
# set of intervals the last interval is repeated until the last attempt.
#ReconnectIntervals=1, 2, 4, 8, 16, 32, 64

# AutoEnable defines option to enable all controllers when they are found.
# This includes adapters present on start as well as adapters that are plugged
# in later on. Defaults to 'false'.
AutoEnable=true
fabrice@fabrice-ordi-portable:~$ 

Hors ligne

#104 Le 18/09/2022, à 21:11

Nuliel

Re : Activation Bluetooth

Sinon tu peux vérifier que dans Paramètres -> Énergie -> le bluetooth est décoché, afin qu'il y ait pas d'économie d'énergie en éteignant le module.

Dernière modification par Nuliel (Le 18/09/2022, à 21:11)

Hors ligne

#105 Le 18/09/2022, à 23:05

AlbertoP

Re : Activation Bluetooth

Il n'y a rien sur le bluetooth dans Paramètres > énergie ...

Hors ligne

#106 Le 19/09/2022, à 21:08

Nuliel

Re : Activation Bluetooth

Tu peux donner

sudo modprobe rtbth

essayer de te connecter en bluetooth et donner

sudo dmesg

Hors ligne

#107 Le 19/09/2022, à 21:46

AlbertoP

Re : Activation Bluetooth

Bonsoir
Il se passe un truc étrange... Après la première commande le bluetooth s'affiche et détecte l'enceinte. Elle est connectée mais le son ne sort pas par l'enceinte...

Après la deuxième commande la réponse par le terminal est très longue. Je la colle ici quand même ?

Hors ligne

#108 Le 19/09/2022, à 21:47

Nuliel

Re : Activation Bluetooth

Puisque l'enceinte est connectée, tu peux aller dans Paramètres -> son et mettre la sortie sur A2DP probablement (la sortie par l'enceinte en fait)

Hors ligne

#109 Le 19/09/2022, à 21:48

AlbertoP

Re : Activation Bluetooth

Ah ça y est, le son sort par l'enceinte après l'avoir déconnectée puis reconnectée !

Hors ligne

#110 Le 19/09/2022, à 21:49

Nuliel

Re : Activation Bluetooth

Cool!

Hors ligne

#111 Le 19/09/2022, à 21:50

AlbertoP

Re : Activation Bluetooth

J'essaie de redémarrer pour voir si ça fonctionne encore ?

Hors ligne

#112 Le 19/09/2022, à 21:52

AlbertoP

Re : Activation Bluetooth

Merci beaucoup en tous cas !! wink

Hors ligne

#113 Le 19/09/2022, à 21:57

Nuliel

Re : Activation Bluetooth

Ouep, tu peux redémarer

Hors ligne

#114 Le 19/09/2022, à 22:15

AlbertoP

Re : Activation Bluetooth

Eh bien non... Bluetooth désactivé sad

Hors ligne

#115 Le 19/09/2022, à 22:22

AlbertoP

Re : Activation Bluetooth

J'ai remis les deux commandes précédentes mais cette fois, ça ne marche pas... L'icône est là mais c'est désactivé

Hors ligne

#116 Le 19/09/2022, à 22:23

AlbertoP

Re : Activation Bluetooth

On verra demain. Merci pour tes efforts

Hors ligne

#117 Le 20/09/2022, à 21:42

Nuliel

Re : Activation Bluetooth

Tu peux redémarrer, faire

sudo modprobe rtbth

puis te connecter en bluetooth. Si ça fonctionne pas, tu peux faire

sudo dmesg

et me donner les 15 tonnes d'infos, je ferai le tri

Hors ligne

#118 Le 22/09/2022, à 19:49

AlbertoP

Re : Activation Bluetooth

Salut, merci,
Alors, à chaque fois que je tape sudo modprobe rtbth, ça fonctionne, ça se connecte. Mais il faut que je le fasse, sinon, ça ne se connecte pas tout seul...

Voici sudo dmesg

fabrice@fabrice-ordi-portable:~$ sudo dmesg
[    0.000000] microcode: microcode updated early to revision 0x26, date = 2019-11-12
[    0.000000] Linux version 5.15.0-48-generic (buildd@lcy02-amd64-080) (gcc (Ubuntu 11.2.0-19ubuntu1) 11.2.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #54-Ubuntu SMP Fri Aug 26 13:26:29 UTC 2022 (Ubuntu 5.15.0-48.54-generic 5.15.53)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.15.0-48-generic root=UUID=9c95a187-42a7-44bc-a5d5-ff52acd49210 ro quiet splash vt.handoff=7
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.000000] signal: max sigframe size: 1776
[    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-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000b9a82fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000b9a83000-0x00000000b9a89fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000b9a8a000-0x00000000ba2eafff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ba2eb000-0x00000000ba55efff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ba55f000-0x00000000c98fcfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000c98fd000-0x00000000c9b04fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c9b05000-0x00000000c9e2afff] usable
[    0.000000] BIOS-e820: [mem 0x00000000c9e2b000-0x00000000cab39fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000cab3a000-0x00000000caffefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000cafff000-0x00000000caffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000cbc00000-0x00000000cfdfffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000012f1fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0xb964a018-0xb965a057] usable ==> usable
[    0.000000] e820: update [mem 0xb964a018-0xb965a057] usable ==> usable
[    0.000000] e820: update [mem 0xb963c018-0xb9649057] usable ==> usable
[    0.000000] e820: update [mem 0xb963c018-0xb9649057] usable ==> usable
[    0.000000] e820: update [mem 0xb962e018-0xb963be57] usable ==> usable
[    0.000000] e820: update [mem 0xb962e018-0xb963be57] 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-0x000000000009efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009f000-0x000000000009ffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x00000000b962e017] usable
[    0.000000] reserve setup_data: [mem 0x00000000b962e018-0x00000000b963be57] usable
[    0.000000] reserve setup_data: [mem 0x00000000b963be58-0x00000000b963c017] usable
[    0.000000] reserve setup_data: [mem 0x00000000b963c018-0x00000000b9649057] usable
[    0.000000] reserve setup_data: [mem 0x00000000b9649058-0x00000000b964a017] usable
[    0.000000] reserve setup_data: [mem 0x00000000b964a018-0x00000000b965a057] usable
[    0.000000] reserve setup_data: [mem 0x00000000b965a058-0x00000000b9a82fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000b9a83000-0x00000000b9a89fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000b9a8a000-0x00000000ba2eafff] usable
[    0.000000] reserve setup_data: [mem 0x00000000ba2eb000-0x00000000ba55efff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ba55f000-0x00000000c98fcfff] usable
[    0.000000] reserve setup_data: [mem 0x00000000c98fd000-0x00000000c9b04fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000c9b05000-0x00000000c9e2afff] usable
[    0.000000] reserve setup_data: [mem 0x00000000c9e2b000-0x00000000cab39fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000cab3a000-0x00000000caffefff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000cafff000-0x00000000caffffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000cbc00000-0x00000000cfdfffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed1c000-0x00000000fed1ffff] 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-0x000000012f1fffff] usable
[    0.000000] efi: EFI v2.31 by American Megatrends
[    0.000000] efi: ACPI 2.0=0xc9eaf000 ACPI=0xc9eaf000 SMBIOS=0xf04c0 MOKvar=0xbd9d2000 
[    0.000000] secureboot: Secure boot disabled
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: ASUSTeK COMPUTER INC. X751LD/X751LD, BIOS X751LD.306 04/14/2014
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1697.612 MHz processor
[    0.001352] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.001357] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.001378] last_pfn = 0x12f200 max_arch_pfn = 0x400000000
[    0.001574] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.002538] total RAM covered: 4014M
[    0.002805]  gran_size: 64K 	chunk_size: 64K 	num_reg: 10  	lose cover RAM: 50M
[    0.002809]  gran_size: 64K 	chunk_size: 128K 	num_reg: 10  	lose cover RAM: 50M
[    0.002813]  gran_size: 64K 	chunk_size: 256K 	num_reg: 10  	lose cover RAM: 50M
[    0.002816]  gran_size: 64K 	chunk_size: 512K 	num_reg: 10  	lose cover RAM: 50M
[    0.002819]  gran_size: 64K 	chunk_size: 1M 	num_reg: 10  	lose cover RAM: 50M
[    0.002822]  gran_size: 64K 	chunk_size: 2M 	num_reg: 10  	lose cover RAM: 50M
[    0.002824]  gran_size: 64K 	chunk_size: 4M 	num_reg: 10  	lose cover RAM: 50M
[    0.002827]  gran_size: 64K 	chunk_size: 8M 	num_reg: 10  	lose cover RAM: 2M
[    0.002830]  gran_size: 64K 	chunk_size: 16M 	num_reg: 10  	lose cover RAM: 0G
[    0.002833]  gran_size: 64K 	chunk_size: 32M 	num_reg: 10  	lose cover RAM: 0G
[    0.002835]  gran_size: 64K 	chunk_size: 64M 	num_reg: 10  	lose cover RAM: 0G
[    0.002838]  gran_size: 64K 	chunk_size: 128M 	num_reg: 10  	lose cover RAM: 0G
[    0.002841]  gran_size: 64K 	chunk_size: 256M 	num_reg: 10  	lose cover RAM: 0G
[    0.002843] *BAD*gran_size: 64K 	chunk_size: 512M 	num_reg: 10  	lose cover RAM: -256M
[    0.002847]  gran_size: 64K 	chunk_size: 1G 	num_reg: 10  	lose cover RAM: 0G
[    0.002850]  gran_size: 64K 	chunk_size: 2G 	num_reg: 10  	lose cover RAM: 2M
[    0.002852]  gran_size: 128K 	chunk_size: 128K 	num_reg: 10  	lose cover RAM: 50M
[    0.002855]  gran_size: 128K 	chunk_size: 256K 	num_reg: 10  	lose cover RAM: 50M
[    0.002858]  gran_size: 128K 	chunk_size: 512K 	num_reg: 10  	lose cover RAM: 50M
[    0.002861]  gran_size: 128K 	chunk_size: 1M 	num_reg: 10  	lose cover RAM: 50M
[    0.002864]  gran_size: 128K 	chunk_size: 2M 	num_reg: 10  	lose cover RAM: 50M
[    0.002866]  gran_size: 128K 	chunk_size: 4M 	num_reg: 10  	lose cover RAM: 50M
[    0.002869]  gran_size: 128K 	chunk_size: 8M 	num_reg: 10  	lose cover RAM: 2M
[    0.002872]  gran_size: 128K 	chunk_size: 16M 	num_reg: 10  	lose cover RAM: 0G
[    0.002874]  gran_size: 128K 	chunk_size: 32M 	num_reg: 10  	lose cover RAM: 0G
[    0.002877]  gran_size: 128K 	chunk_size: 64M 	num_reg: 10  	lose cover RAM: 0G
[    0.002880]  gran_size: 128K 	chunk_size: 128M 	num_reg: 10  	lose cover RAM: 0G
[    0.002882]  gran_size: 128K 	chunk_size: 256M 	num_reg: 10  	lose cover RAM: 0G
[    0.002885] *BAD*gran_size: 128K 	chunk_size: 512M 	num_reg: 10  	lose cover RAM: -256M
[    0.002888]  gran_size: 128K 	chunk_size: 1G 	num_reg: 10  	lose cover RAM: 0G
[    0.002891]  gran_size: 128K 	chunk_size: 2G 	num_reg: 10  	lose cover RAM: 2M
[    0.002893]  gran_size: 256K 	chunk_size: 256K 	num_reg: 10  	lose cover RAM: 50M
[    0.002896]  gran_size: 256K 	chunk_size: 512K 	num_reg: 10  	lose cover RAM: 50M
[    0.002899]  gran_size: 256K 	chunk_size: 1M 	num_reg: 10  	lose cover RAM: 50M
[    0.002902]  gran_size: 256K 	chunk_size: 2M 	num_reg: 10  	lose cover RAM: 50M
[    0.002904]  gran_size: 256K 	chunk_size: 4M 	num_reg: 10  	lose cover RAM: 50M
[    0.002907]  gran_size: 256K 	chunk_size: 8M 	num_reg: 10  	lose cover RAM: 2M
[    0.002909]  gran_size: 256K 	chunk_size: 16M 	num_reg: 10  	lose cover RAM: 0G
[    0.002912]  gran_size: 256K 	chunk_size: 32M 	num_reg: 10  	lose cover RAM: 0G
[    0.002915]  gran_size: 256K 	chunk_size: 64M 	num_reg: 10  	lose cover RAM: 0G
[    0.002918]  gran_size: 256K 	chunk_size: 128M 	num_reg: 10  	lose cover RAM: 0G
[    0.002920]  gran_size: 256K 	chunk_size: 256M 	num_reg: 10  	lose cover RAM: 0G
[    0.002923] *BAD*gran_size: 256K 	chunk_size: 512M 	num_reg: 10  	lose cover RAM: -256M
[    0.002926]  gran_size: 256K 	chunk_size: 1G 	num_reg: 10  	lose cover RAM: 0G
[    0.002929]  gran_size: 256K 	chunk_size: 2G 	num_reg: 10  	lose cover RAM: 2M
[    0.002931]  gran_size: 512K 	chunk_size: 512K 	num_reg: 10  	lose cover RAM: 50M
[    0.002934]  gran_size: 512K 	chunk_size: 1M 	num_reg: 10  	lose cover RAM: 50M
[    0.002937]  gran_size: 512K 	chunk_size: 2M 	num_reg: 10  	lose cover RAM: 50M
[    0.002939]  gran_size: 512K 	chunk_size: 4M 	num_reg: 10  	lose cover RAM: 50M
[    0.002942]  gran_size: 512K 	chunk_size: 8M 	num_reg: 10  	lose cover RAM: 2M
[    0.002945]  gran_size: 512K 	chunk_size: 16M 	num_reg: 10  	lose cover RAM: 0G
[    0.002947]  gran_size: 512K 	chunk_size: 32M 	num_reg: 10  	lose cover RAM: 0G
[    0.002950]  gran_size: 512K 	chunk_size: 64M 	num_reg: 10  	lose cover RAM: 0G
[    0.002953]  gran_size: 512K 	chunk_size: 128M 	num_reg: 10  	lose cover RAM: 0G
[    0.002955]  gran_size: 512K 	chunk_size: 256M 	num_reg: 10  	lose cover RAM: 0G
[    0.002958] *BAD*gran_size: 512K 	chunk_size: 512M 	num_reg: 10  	lose cover RAM: -256M
[    0.002961]  gran_size: 512K 	chunk_size: 1G 	num_reg: 10  	lose cover RAM: 0G
[    0.002964]  gran_size: 512K 	chunk_size: 2G 	num_reg: 10  	lose cover RAM: 2M
[    0.002966]  gran_size: 1M 	chunk_size: 1M 	num_reg: 10  	lose cover RAM: 50M
[    0.002969]  gran_size: 1M 	chunk_size: 2M 	num_reg: 10  	lose cover RAM: 50M
[    0.002972]  gran_size: 1M 	chunk_size: 4M 	num_reg: 10  	lose cover RAM: 50M
[    0.002975]  gran_size: 1M 	chunk_size: 8M 	num_reg: 10  	lose cover RAM: 2M
[    0.002977]  gran_size: 1M 	chunk_size: 16M 	num_reg: 10  	lose cover RAM: 0G
[    0.002980]  gran_size: 1M 	chunk_size: 32M 	num_reg: 10  	lose cover RAM: 0G
[    0.002983]  gran_size: 1M 	chunk_size: 64M 	num_reg: 10  	lose cover RAM: 0G
[    0.002985]  gran_size: 1M 	chunk_size: 128M 	num_reg: 10  	lose cover RAM: 0G
[    0.002988]  gran_size: 1M 	chunk_size: 256M 	num_reg: 10  	lose cover RAM: 0G
[    0.002990] *BAD*gran_size: 1M 	chunk_size: 512M 	num_reg: 10  	lose cover RAM: -256M
[    0.002993]  gran_size: 1M 	chunk_size: 1G 	num_reg: 10  	lose cover RAM: 0G
[    0.002996]  gran_size: 1M 	chunk_size: 2G 	num_reg: 10  	lose cover RAM: 2M
[    0.002999]  gran_size: 2M 	chunk_size: 2M 	num_reg: 10  	lose cover RAM: 50M
[    0.003001]  gran_size: 2M 	chunk_size: 4M 	num_reg: 10  	lose cover RAM: 50M
[    0.003004]  gran_size: 2M 	chunk_size: 8M 	num_reg: 10  	lose cover RAM: 2M
[    0.003006]  gran_size: 2M 	chunk_size: 16M 	num_reg: 10  	lose cover RAM: 0G
[    0.003009]  gran_size: 2M 	chunk_size: 32M 	num_reg: 10  	lose cover RAM: 0G
[    0.003012]  gran_size: 2M 	chunk_size: 64M 	num_reg: 10  	lose cover RAM: 0G
[    0.003014]  gran_size: 2M 	chunk_size: 128M 	num_reg: 10  	lose cover RAM: 0G
[    0.003017]  gran_size: 2M 	chunk_size: 256M 	num_reg: 10  	lose cover RAM: 0G
[    0.003020] *BAD*gran_size: 2M 	chunk_size: 512M 	num_reg: 10  	lose cover RAM: -256M
[    0.003023]  gran_size: 2M 	chunk_size: 1G 	num_reg: 10  	lose cover RAM: 0G
[    0.003025]  gran_size: 2M 	chunk_size: 2G 	num_reg: 10  	lose cover RAM: 2M
[    0.003028]  gran_size: 4M 	chunk_size: 4M 	num_reg: 10  	lose cover RAM: 50M
[    0.003030]  gran_size: 4M 	chunk_size: 8M 	num_reg: 10  	lose cover RAM: 2M
[    0.003033]  gran_size: 4M 	chunk_size: 16M 	num_reg: 10  	lose cover RAM: 2M
[    0.003036]  gran_size: 4M 	chunk_size: 32M 	num_reg: 8  	lose cover RAM: 2M
[    0.003038]  gran_size: 4M 	chunk_size: 64M 	num_reg: 8  	lose cover RAM: 2M
[    0.003041]  gran_size: 4M 	chunk_size: 128M 	num_reg: 8  	lose cover RAM: 2M
[    0.003044]  gran_size: 4M 	chunk_size: 256M 	num_reg: 8  	lose cover RAM: 2M
[    0.003046]  gran_size: 4M 	chunk_size: 512M 	num_reg: 9  	lose cover RAM: 2M
[    0.003049]  gran_size: 4M 	chunk_size: 1G 	num_reg: 8  	lose cover RAM: 2M
[    0.003051]  gran_size: 4M 	chunk_size: 2G 	num_reg: 10  	lose cover RAM: 2M
[    0.003054]  gran_size: 8M 	chunk_size: 8M 	num_reg: 10  	lose cover RAM: 22M
[    0.003057]  gran_size: 8M 	chunk_size: 16M 	num_reg: 10  	lose cover RAM: 6M
[    0.003059]  gran_size: 8M 	chunk_size: 32M 	num_reg: 8  	lose cover RAM: 6M
[    0.003062]  gran_size: 8M 	chunk_size: 64M 	num_reg: 8  	lose cover RAM: 6M
[    0.003065]  gran_size: 8M 	chunk_size: 128M 	num_reg: 8  	lose cover RAM: 6M
[    0.003067]  gran_size: 8M 	chunk_size: 256M 	num_reg: 8  	lose cover RAM: 6M
[    0.003070]  gran_size: 8M 	chunk_size: 512M 	num_reg: 9  	lose cover RAM: 6M
[    0.003072]  gran_size: 8M 	chunk_size: 1G 	num_reg: 8  	lose cover RAM: 6M
[    0.003075]  gran_size: 8M 	chunk_size: 2G 	num_reg: 10  	lose cover RAM: 6M
[    0.003078]  gran_size: 16M 	chunk_size: 16M 	num_reg: 10  	lose cover RAM: 14M
[    0.003081]  gran_size: 16M 	chunk_size: 32M 	num_reg: 8  	lose cover RAM: 14M
[    0.003083]  gran_size: 16M 	chunk_size: 64M 	num_reg: 8  	lose cover RAM: 14M
[    0.003086]  gran_size: 16M 	chunk_size: 128M 	num_reg: 8  	lose cover RAM: 14M
[    0.003089]  gran_size: 16M 	chunk_size: 256M 	num_reg: 8  	lose cover RAM: 14M
[    0.003091]  gran_size: 16M 	chunk_size: 512M 	num_reg: 9  	lose cover RAM: 14M
[    0.003094]  gran_size: 16M 	chunk_size: 1G 	num_reg: 8  	lose cover RAM: 14M
[    0.003097]  gran_size: 16M 	chunk_size: 2G 	num_reg: 10  	lose cover RAM: 14M
[    0.003099]  gran_size: 32M 	chunk_size: 32M 	num_reg: 8  	lose cover RAM: 46M
[    0.003102]  gran_size: 32M 	chunk_size: 64M 	num_reg: 8  	lose cover RAM: 46M
[    0.003105]  gran_size: 32M 	chunk_size: 128M 	num_reg: 8  	lose cover RAM: 46M
[    0.003107]  gran_size: 32M 	chunk_size: 256M 	num_reg: 8  	lose cover RAM: 46M
[    0.003110]  gran_size: 32M 	chunk_size: 512M 	num_reg: 9  	lose cover RAM: 46M
[    0.003113]  gran_size: 32M 	chunk_size: 1G 	num_reg: 8  	lose cover RAM: 46M
[    0.003115]  gran_size: 32M 	chunk_size: 2G 	num_reg: 9  	lose cover RAM: 46M
[    0.003118]  gran_size: 64M 	chunk_size: 64M 	num_reg: 6  	lose cover RAM: 110M
[    0.003121]  gran_size: 64M 	chunk_size: 128M 	num_reg: 6  	lose cover RAM: 110M
[    0.003123]  gran_size: 64M 	chunk_size: 256M 	num_reg: 7  	lose cover RAM: 110M
[    0.003126]  gran_size: 64M 	chunk_size: 512M 	num_reg: 8  	lose cover RAM: 110M
[    0.003129]  gran_size: 64M 	chunk_size: 1G 	num_reg: 7  	lose cover RAM: 110M
[    0.003131]  gran_size: 64M 	chunk_size: 2G 	num_reg: 7  	lose cover RAM: 110M
[    0.003134]  gran_size: 128M 	chunk_size: 128M 	num_reg: 5  	lose cover RAM: 174M
[    0.003137]  gran_size: 128M 	chunk_size: 256M 	num_reg: 7  	lose cover RAM: 174M
[    0.003139]  gran_size: 128M 	chunk_size: 512M 	num_reg: 8  	lose cover RAM: 174M
[    0.003142]  gran_size: 128M 	chunk_size: 1G 	num_reg: 7  	lose cover RAM: 174M
[    0.003145]  gran_size: 128M 	chunk_size: 2G 	num_reg: 6  	lose cover RAM: 174M
[    0.003147]  gran_size: 256M 	chunk_size: 256M 	num_reg: 3  	lose cover RAM: 430M
[    0.003150]  gran_size: 256M 	chunk_size: 512M 	num_reg: 3  	lose cover RAM: 430M
[    0.003153]  gran_size: 256M 	chunk_size: 1G 	num_reg: 3  	lose cover RAM: 430M
[    0.003155]  gran_size: 256M 	chunk_size: 2G 	num_reg: 3  	lose cover RAM: 430M
[    0.003158]  gran_size: 512M 	chunk_size: 512M 	num_reg: 3  	lose cover RAM: 430M
[    0.003161]  gran_size: 512M 	chunk_size: 1G 	num_reg: 3  	lose cover RAM: 430M
[    0.003164]  gran_size: 512M 	chunk_size: 2G 	num_reg: 3  	lose cover RAM: 430M
[    0.003166]  gran_size: 1G 	chunk_size: 1G 	num_reg: 2  	lose cover RAM: 942M
[    0.003169]  gran_size: 1G 	chunk_size: 2G 	num_reg: 2  	lose cover RAM: 942M
[    0.003171]  gran_size: 2G 	chunk_size: 2G 	num_reg: 1  	lose cover RAM: 1966M
[    0.003174] mtrr_cleanup: can not find optimal value
[    0.003175] please specify mtrr_gran_size/mtrr_chunk_size
[    0.003182] e820: update [mem 0xcbc00000-0xffffffff] usable ==> reserved
[    0.003190] last_pfn = 0xcb000 max_arch_pfn = 0x400000000
[    0.017440] found SMP MP-table at [mem 0x000fd860-0x000fd86f]
[    0.017471] e820: update [mem 0xbd9d2000-0xbd9d2fff] usable ==> reserved
[    0.017507] Using GB pages for direct mapping
[    0.019673] secureboot: Secure boot disabled
[    0.019675] RAMDISK: [mem 0x3c393000-0x3fffdfff]
[    0.019685] ACPI: Early table checksum verification disabled
[    0.019689] ACPI: RSDP 0x00000000C9EAF000 000024 (v02 _ASUS_)
[    0.019696] ACPI: XSDT 0x00000000C9EAF098 0000BC (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.019706] ACPI: FACP 0x00000000C9EC56C8 00010C (v05 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.019716] ACPI: DSDT 0x00000000C9EAF270 016455 (v02 _ASUS_ Notebook 00000012 INTL 20120711)
[    0.019723] ACPI: FACS 0x00000000CAB37080 000040
[    0.019728] ACPI: APIC 0x00000000C9EC57D8 000072 (v03 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.019734] ACPI: FPDT 0x00000000C9EC5850 000044 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.019740] ACPI: ECDT 0x00000000C9EC5898 0000C1 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
[    0.019746] ACPI: LPIT 0x00000000C9EC5960 00005C (v01 _ASUS_ Notebook 00000000 AMI. 00000005)
[    0.019752] ACPI: SSDT 0x00000000C9EC59C0 000174 (v01 Intel  zpoddult 00001000 INTL 20120711)
[    0.019758] ACPI: SSDT 0x00000000C9EC5B38 0004B5 (v01 PmRef  Cpu0Ist  00003000 INTL 20120711)
[    0.019765] ACPI: SSDT 0x00000000C9EC5FF0 000AD8 (v01 PmRef  CpuPm    00003000 INTL 20120711)
[    0.019771] ACPI: SSDT 0x00000000C9EC6AC8 0002DE (v01 PmRef  Cpu0Tst  00003000 INTL 20120711)
[    0.019777] ACPI: SSDT 0x00000000C9EC6DA8 000348 (v01 PmRef  ApTst    00003000 INTL 20120711)
[    0.019783] ACPI: MCFG 0x00000000C9EC70F0 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00000097)
[    0.019789] ACPI: SSDT 0x00000000C9EC7130 003043 (v01 DptfTa DptfTabl 00001000 INTL 20120711)
[    0.019795] ACPI: HPET 0x00000000C9ECA178 000038 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
[    0.019801] ACPI: SSDT 0x00000000C9ECA1B0 000298 (v01 SataRe SataTabl 00001000 INTL 20120711)
[    0.019806] ACPI: SSDT 0x00000000C9ECA448 003E0C (v01 SaSsdt SaSsdt   00003000 INTL 20091112)
[    0.019813] ACPI: SSDT 0x00000000C9ECE258 000EE5 (v01 SgRef  SgPch    00001000 INTL 20120711)
[    0.019818] ACPI: DMAR 0x00000000C9ECF140 0000B0 (v01 INTEL  HSW      00000001 INTL 00000001)
[    0.019824] ACPI: SSDT 0x00000000C9ECF1F0 00147F (v01 OptRef OptTabl  00001000 INTL 20120711)
[    0.019830] ACPI: MSDM 0x00000000C9B03E18 000055 (v03 _ASUS_ Notebook 00000000 ASUS 00000001)
[    0.019835] ACPI: Reserving FACP table memory at [mem 0xc9ec56c8-0xc9ec57d3]
[    0.019838] ACPI: Reserving DSDT table memory at [mem 0xc9eaf270-0xc9ec56c4]
[    0.019840] ACPI: Reserving FACS table memory at [mem 0xcab37080-0xcab370bf]
[    0.019842] ACPI: Reserving APIC table memory at [mem 0xc9ec57d8-0xc9ec5849]
[    0.019844] ACPI: Reserving FPDT table memory at [mem 0xc9ec5850-0xc9ec5893]
[    0.019846] ACPI: Reserving ECDT table memory at [mem 0xc9ec5898-0xc9ec5958]
[    0.019848] ACPI: Reserving LPIT table memory at [mem 0xc9ec5960-0xc9ec59bb]
[    0.019850] ACPI: Reserving SSDT table memory at [mem 0xc9ec59c0-0xc9ec5b33]
[    0.019851] ACPI: Reserving SSDT table memory at [mem 0xc9ec5b38-0xc9ec5fec]
[    0.019853] ACPI: Reserving SSDT table memory at [mem 0xc9ec5ff0-0xc9ec6ac7]
[    0.019855] ACPI: Reserving SSDT table memory at [mem 0xc9ec6ac8-0xc9ec6da5]
[    0.019857] ACPI: Reserving SSDT table memory at [mem 0xc9ec6da8-0xc9ec70ef]
[    0.019859] ACPI: Reserving MCFG table memory at [mem 0xc9ec70f0-0xc9ec712b]
[    0.019861] ACPI: Reserving SSDT table memory at [mem 0xc9ec7130-0xc9eca172]
[    0.019863] ACPI: Reserving HPET table memory at [mem 0xc9eca178-0xc9eca1af]
[    0.019864] ACPI: Reserving SSDT table memory at [mem 0xc9eca1b0-0xc9eca447]
[    0.019866] ACPI: Reserving SSDT table memory at [mem 0xc9eca448-0xc9ece253]
[    0.019868] ACPI: Reserving SSDT table memory at [mem 0xc9ece258-0xc9ecf13c]
[    0.019870] ACPI: Reserving DMAR table memory at [mem 0xc9ecf140-0xc9ecf1ef]
[    0.019872] ACPI: Reserving SSDT table memory at [mem 0xc9ecf1f0-0xc9ed066e]
[    0.019874] ACPI: Reserving MSDM table memory at [mem 0xc9b03e18-0xc9b03e6c]
[    0.020059] No NUMA configuration found
[    0.020061] Faking a node at [mem 0x0000000000000000-0x000000012f1fffff]
[    0.020078] NODE_DATA(0) allocated [mem 0x12f1d4000-0x12f1fdfff]
[    0.020625] Zone ranges:
[    0.020627]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.020631]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.020634]   Normal   [mem 0x0000000100000000-0x000000012f1fffff]
[    0.020637]   Device   empty
[    0.020639] Movable zone start for each node
[    0.020644] Early memory node ranges
[    0.020645]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.020648]   node   0: [mem 0x0000000000059000-0x000000000009efff]
[    0.020649]   node   0: [mem 0x0000000000100000-0x00000000b9a82fff]
[    0.020652]   node   0: [mem 0x00000000b9a8a000-0x00000000ba2eafff]
[    0.020653]   node   0: [mem 0x00000000ba55f000-0x00000000c98fcfff]
[    0.020655]   node   0: [mem 0x00000000c9b05000-0x00000000c9e2afff]
[    0.020657]   node   0: [mem 0x00000000cafff000-0x00000000caffffff]
[    0.020658]   node   0: [mem 0x0000000100000000-0x000000012f1fffff]
[    0.020661] Initmem setup node 0 [mem 0x0000000000001000-0x000000012f1fffff]
[    0.020669] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.020672] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.020735] On node 0, zone DMA: 97 pages in unavailable ranges
[    0.032230] On node 0, zone DMA32: 7 pages in unavailable ranges
[    0.033193] On node 0, zone DMA32: 628 pages in unavailable ranges
[    0.033219] On node 0, zone DMA32: 520 pages in unavailable ranges
[    0.033311] On node 0, zone DMA32: 4564 pages in unavailable ranges
[    0.036633] On node 0, zone Normal: 20480 pages in unavailable ranges
[    0.036711] On node 0, zone Normal: 3584 pages in unavailable ranges
[    0.036723] Reserving Intel graphics memory at [mem 0xcbe00000-0xcfdfffff]
[    0.036821] ACPI: PM-Timer IO Port: 0x1808
[    0.036835] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.036849] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-39
[    0.036855] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.036858] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.036865] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.036867] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.036874] TSC deadline timer available
[    0.036876] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.036916] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.036920] PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.036924] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.036926] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.036929] PM: hibernation: Registered nosave memory: [mem 0xb962e000-0xb962efff]
[    0.036933] PM: hibernation: Registered nosave memory: [mem 0xb963b000-0xb963bfff]
[    0.036935] PM: hibernation: Registered nosave memory: [mem 0xb963c000-0xb963cfff]
[    0.036938] PM: hibernation: Registered nosave memory: [mem 0xb9649000-0xb9649fff]
[    0.036940] PM: hibernation: Registered nosave memory: [mem 0xb964a000-0xb964afff]
[    0.036943] PM: hibernation: Registered nosave memory: [mem 0xb965a000-0xb965afff]
[    0.036947] PM: hibernation: Registered nosave memory: [mem 0xb9a83000-0xb9a89fff]
[    0.036950] PM: hibernation: Registered nosave memory: [mem 0xba2eb000-0xba55efff]
[    0.036954] PM: hibernation: Registered nosave memory: [mem 0xbd9d2000-0xbd9d2fff]
[    0.036957] PM: hibernation: Registered nosave memory: [mem 0xc98fd000-0xc9b04fff]
[    0.036961] PM: hibernation: Registered nosave memory: [mem 0xc9e2b000-0xcab39fff]
[    0.036962] PM: hibernation: Registered nosave memory: [mem 0xcab3a000-0xcaffefff]
[    0.036966] PM: hibernation: Registered nosave memory: [mem 0xcb000000-0xcbbfffff]
[    0.036968] PM: hibernation: Registered nosave memory: [mem 0xcbc00000-0xcfdfffff]
[    0.036969] PM: hibernation: Registered nosave memory: [mem 0xcfe00000-0xf7ffffff]
[    0.036971] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.036972] PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[    0.036974] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.036975] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.036977] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[    0.036978] PM: hibernation: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
[    0.036979] PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.036981] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.036982] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.036984] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.036985] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.036988] [mem 0xcfe00000-0xf7ffffff] available for PCI devices
[    0.036992] Booting paravirtualized kernel on bare hardware
[    0.036995] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.037009] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.037350] percpu: Embedded 60 pages/cpu s208896 r8192 d28672 u524288
[    0.037364] pcpu-alloc: s208896 r8192 d28672 u524288 alloc=1*2097152
[    0.037368] pcpu-alloc: [0] 0 1 2 3 
[    0.037426] Built 1 zonelists, mobility grouping on.  Total pages: 1002618
[    0.037429] Policy zone: Normal
[    0.037432] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.15.0-48-generic root=UUID=9c95a187-42a7-44bc-a5d5-ff52acd49210 ro quiet splash vt.handoff=7
[    0.037576] Unknown kernel command line parameters "splash BOOT_IMAGE=/boot/vmlinuz-5.15.0-48-generic", will be passed to user space.
[    0.037937] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.038122] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.038205] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.074180] Memory: 3629040K/4074776K available (16393K kernel code, 4377K rwdata, 10804K rodata, 3224K init, 6580K bss, 445476K reserved, 0K cma-reserved)
[    0.075163] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.075204] Kernel/User page tables isolation: enabled
[    0.075237] ftrace: allocating 50485 entries in 198 pages
[    0.115653] ftrace: allocated 198 pages with 4 groups
[    0.115886] rcu: Hierarchical RCU implementation.
[    0.115888] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[    0.115891] 	Rude variant of Tasks RCU enabled.
[    0.115892] 	Tracing variant of Tasks RCU enabled.
[    0.115893] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.115895] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.123961] NR_IRQS: 524544, nr_irqs: 728, preallocated irqs: 16
[    0.124226] random: crng init done
[    0.124266] Console: colour dummy device 80x25
[    0.124309] printk: console [tty0] enabled
[    0.124339] ACPI: Core revision 20210730
[    0.124579] hpet: HPET dysfunctional in PC10. Force disabled.
[    0.124581] APIC: Switch to symmetric I/O mode setup
[    0.124584] DMAR: Host address width 39
[    0.124586] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.124594] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap c0000020660462 ecap f0101a
[    0.124598] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.124603] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008020660462 ecap f010da
[    0.124606] DMAR: RMRR base: 0x000000c9a8c000 end: 0x000000c9a98fff
[    0.124609] DMAR: RMRR base: 0x000000cbc00000 end: 0x000000cfdfffff
[    0.124613] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.124615] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.124617] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.125488] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.125492] x2apic enabled
[    0.125500] Switched APIC routing to cluster x2apic.
[    0.126037] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x18785774372, max_idle_ns: 440795259013 ns
[    0.126049] Calibrating delay loop (skipped), value calculated using timer frequency.. 3395.22 BogoMIPS (lpj=6790448)
[    0.126054] pid_max: default: 32768 minimum: 301
[    0.130043] LSM: Security Framework initializing
[    0.130043] landlock: Up and running.
[    0.130043] Yama: becoming mindful.
[    0.130043] AppArmor: AppArmor initialized
[    0.130043] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.130043] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.130043] CPU0: Thermal monitoring enabled (TM1)
[    0.130043] process: using mwait in idle threads
[    0.130043] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[    0.130043] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[    0.130043] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.130043] Spectre V2 : Mitigation: Retpolines
[    0.130043] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.130043] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.130043] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.130043] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[    0.130043] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.130043] MDS: Mitigation: Clear CPU buffers
[    0.130043] SRBDS: Mitigation: Microcode
[    0.130043] Freeing SMP alternatives memory: 40K
[    0.130043] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1024
[    0.130043] smpboot: CPU0: Intel(R) Core(TM) i3-4010U CPU @ 1.70GHz (family: 0x6, model: 0x45, stepping: 0x1)
[    0.130043] Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.130043] ... version:                3
[    0.130043] ... bit width:              48
[    0.130043] ... generic registers:      4
[    0.130043] ... value mask:             0000ffffffffffff
[    0.130043] ... max period:             00007fffffffffff
[    0.130043] ... fixed-purpose events:   3
[    0.130043] ... event mask:             000000070000000f
[    0.130043] rcu: Hierarchical SRCU implementation.
[    0.130043] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.130043] smp: Bringing up secondary CPUs ...
[    0.130043] x86: Booting SMP configuration:
[    0.130043] .... node  #0, CPUs:      #1 #2
[    0.131705] 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.131705]  #3
[    0.131705] smp: Brought up 1 node, 4 CPUs
[    0.131705] smpboot: Max logical packages: 1
[    0.131705] smpboot: Total of 4 processors activated (13580.89 BogoMIPS)
[    0.134367] devtmpfs: initialized
[    0.134367] x86/mm: Memory block size: 128MB
[    0.134672] ACPI: PM: Registering ACPI NVS region [mem 0xb9a83000-0xb9a89fff] (28672 bytes)
[    0.134672] ACPI: PM: Registering ACPI NVS region [mem 0xc9e2b000-0xcab39fff] (13692928 bytes)
[    0.134672] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.134672] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.134672] pinctrl core: initialized pinctrl subsystem
[    0.134672] PM: RTC time: 17:37:50, date: 2022-09-22
[    0.134822] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.135010] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[    0.135064] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.135119] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.135129] audit: initializing netlink subsys (disabled)
[    0.135140] audit: type=2000 audit(1663868270.008:1): state=initialized audit_enabled=0 res=1
[    0.135140] thermal_sys: Registered thermal governor 'fair_share'
[    0.135140] thermal_sys: Registered thermal governor 'bang_bang'
[    0.135140] thermal_sys: Registered thermal governor 'step_wise'
[    0.135140] thermal_sys: Registered thermal governor 'user_space'
[    0.135140] thermal_sys: Registered thermal governor 'power_allocator'
[    0.135140] EISA bus registered
[    0.135140] cpuidle: using governor ladder
[    0.135140] cpuidle: using governor menu
[    0.135140] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.135140] ACPI: bus type PCI registered
[    0.135140] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.135140] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.135140] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.135140] pmd_set_huge: Cannot satisfy [mem 0xf8000000-0xf8200000] with a huge-page mapping due to MTRR override.
[    0.135140] PCI: Using configuration type 1 for base access
[    0.135140] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    0.135140] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.139269] Kprobes globally optimized
[    0.139276] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.139276] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.139276] ACPI: Added _OSI(Module Device)
[    0.139276] ACPI: Added _OSI(Processor Device)
[    0.139276] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.139276] ACPI: Added _OSI(Processor Aggregator Device)
[    0.139276] ACPI: Added _OSI(Linux-Dell-Video)
[    0.139276] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.139276] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.182702] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.RP05._DSW], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.182717] fbcon: Taking over console
[    0.182733] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.182740] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.183430] ACPI: 11 ACPI AML tables successfully acquired and loaded
[    0.185067] ACPI: EC: EC started
[    0.185068] ACPI: EC: interrupt blocked
[    0.187240] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.187243] ACPI: EC: Boot ECDT EC used to handle transactions
[    0.189014] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.194281] ACPI: Dynamic OEM Table Load:
[    0.194292] ACPI: SSDT 0xFFFF8AA080E34800 0003D3 (v01 PmRef  Cpu0Cst  00003001 INTL 20120711)
[    0.196534] ACPI: Dynamic OEM Table Load:
[    0.196544] ACPI: SSDT 0xFFFF8AA081074800 0005AA (v01 PmRef  ApIst    00003000 INTL 20120711)
[    0.198903] ACPI: Dynamic OEM Table Load:
[    0.198911] ACPI: SSDT 0xFFFF8AA0801FB800 000119 (v01 PmRef  ApCst    00003000 INTL 20120711)
[    0.202349] ACPI: Interpreter enabled
[    0.202404] ACPI: PM: (supports S0 S3 S4 S5)
[    0.202407] ACPI: Using IOAPIC for interrupt routing
[    0.202456] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.202458] PCI: Using E820 reservations for host bridge windows
[    0.203354] ACPI: Enabled 8 GPEs in block 00 to 7F
[    0.210309] ACPI: PM: Power Resource [NVP3]
[    0.232023] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.232034] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.233402] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
[    0.233406] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.234431] PCI host bridge to bus 0000:00
[    0.234436] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.234439] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.234442] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.234444] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.234447] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff window]
[    0.234449] pci_bus 0000:00: root bus resource [mem 0xcfe00000-0xfeafffff window]
[    0.234541] pci 0000:00:00.0: [8086:0a04] type 00 class 0x060000
[    0.234866] pci 0000:00:02.0: [8086:0a16] type 00 class 0x030000
[    0.234879] pci 0000:00:02.0: reg 0x10: [mem 0xf7400000-0xf77fffff 64bit]
[    0.234889] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.234896] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.234913] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.234918] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.235193] pci 0000:00:03.0: [8086:0a0c] type 00 class 0x040300
[    0.235207] pci 0000:00:03.0: reg 0x10: [mem 0xf7a1c000-0xf7a1ffff 64bit]
[    0.235492] pci 0000:00:04.0: [8086:0a03] type 00 class 0x118000
[    0.235505] pci 0000:00:04.0: reg 0x10: [mem 0xf7a10000-0xf7a17fff 64bit]
[    0.235801] pci 0000:00:14.0: [8086:9c31] type 00 class 0x0c0330
[    0.235821] pci 0000:00:14.0: reg 0x10: [mem 0xf7a00000-0xf7a0ffff 64bit]
[    0.235887] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.236065] pci 0000:00:16.0: [8086:9c3a] type 00 class 0x078000
[    0.236087] pci 0000:00:16.0: reg 0x10: [mem 0xf7a25000-0xf7a2501f 64bit]
[    0.236162] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.236457] pci 0000:00:1b.0: [8086:9c20] type 00 class 0x040300
[    0.236476] pci 0000:00:1b.0: reg 0x10: [mem 0xf7a18000-0xf7a1bfff 64bit]
[    0.236554] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.236811] pci 0000:00:1c.0: [8086:9c10] type 01 class 0x060400
[    0.236896] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.237682] pci 0000:00:1c.2: [8086:9c14] type 01 class 0x060400
[    0.237773] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.238550] pci 0000:00:1c.3: [8086:9c16] type 01 class 0x060400
[    0.238639] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.239421] pci 0000:00:1c.4: [8086:9c18] type 01 class 0x060400
[    0.239511] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.240291] pci 0000:00:1d.0: [8086:9c26] type 00 class 0x0c0320
[    0.240311] pci 0000:00:1d.0: reg 0x10: [mem 0xf7a23000-0xf7a233ff]
[    0.240407] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.240672] pci 0000:00:1f.0: [8086:9c43] type 00 class 0x060100
[    0.241036] pci 0000:00:1f.2: [8086:9c03] type 00 class 0x010601
[    0.241051] pci 0000:00:1f.2: reg 0x10: [io  0xf0b0-0xf0b7]
[    0.241059] pci 0000:00:1f.2: reg 0x14: [io  0xf0a0-0xf0a3]
[    0.241067] pci 0000:00:1f.2: reg 0x18: [io  0xf090-0xf097]
[    0.241075] pci 0000:00:1f.2: reg 0x1c: [io  0xf080-0xf083]
[    0.241083] pci 0000:00:1f.2: reg 0x20: [io  0xf060-0xf07f]
[    0.241092] pci 0000:00:1f.2: reg 0x24: [mem 0xf7a22000-0xf7a227ff]
[    0.241131] pci 0000:00:1f.2: PME# supported from D3hot
[    0.241369] pci 0000:00:1f.3: [8086:9c22] type 00 class 0x0c0500
[    0.241389] pci 0000:00:1f.3: reg 0x10: [mem 0xf7a21000-0xf7a210ff 64bit]
[    0.241411] pci 0000:00:1f.3: reg 0x20: [io  0xf040-0xf05f]
[    0.241679] pci 0000:00:1f.6: [8086:9c24] type 00 class 0x118000
[    0.241711] pci 0000:00:1f.6: reg 0x10: [mem 0xf7a20000-0xf7a20fff 64bit]
[    0.241984] acpiphp: Slot [1] registered
[    0.241990] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.242120] pci 0000:02:00.0: [10ec:5287] type 00 class 0xff0000
[    0.242145] pci 0000:02:00.0: reg 0x10: [mem 0xf7915000-0xf7915fff]
[    0.242213] pci 0000:02:00.0: reg 0x30: [mem 0xf7900000-0xf790ffff pref]
[    0.242321] pci 0000:02:00.0: supports D1 D2
[    0.242323] pci 0000:02:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.242522] pci 0000:02:00.1: [10ec:8168] type 00 class 0x020000
[    0.242547] pci 0000:02:00.1: reg 0x10: [io  0xe000-0xe0ff]
[    0.242577] pci 0000:02:00.1: reg 0x18: [mem 0xf7914000-0xf7914fff 64bit]
[    0.242597] pci 0000:02:00.1: reg 0x20: [mem 0xf7910000-0xf7913fff 64bit]
[    0.242711] pci 0000:02:00.1: supports D1 D2
[    0.242712] pci 0000:02:00.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.242921] pci 0000:00:1c.2: PCI bridge to [bus 02]
[    0.242926] pci 0000:00:1c.2:   bridge window [io  0xe000-0xefff]
[    0.242930] pci 0000:00:1c.2:   bridge window [mem 0xf7900000-0xf79fffff]
[    0.246070] pci 0000:03:00.0: [1814:3290] type 00 class 0x028000
[    0.246112] pci 0000:03:00.0: reg 0x10: [mem 0xf7810000-0xf781ffff]
[    0.246268] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    0.248081] pci 0000:03:00.1: [1814:3298] type 00 class 0x0d1100
[    0.248105] pci 0000:03:00.1: reg 0x10: [mem 0xf7800000-0xf780ffff]
[    0.248261] pci 0000:03:00.1: supports D1
[    0.248262] pci 0000:03:00.1: PME# supported from D0 D1 D3hot D3cold
[    0.250093] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    0.250098] pci 0000:00:1c.3:   bridge window [mem 0xf7800000-0xf78fffff]
[    0.250211] pci 0000:04:00.0: [10de:1140] type 00 class 0x030200
[    0.250241] pci 0000:04:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
[    0.250265] pci 0000:04:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.250288] pci 0000:04:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
[    0.250304] pci 0000:04:00.0: reg 0x24: [io  0xd000-0xd07f]
[    0.250320] pci 0000:04:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
[    0.250333] pci 0000:04:00.0: enabling Extended Tags
[    0.250357] pci 0000:04:00.0: Enabling HDA controller
[    0.250486] pci 0000:04:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x4 link at 0000:00:1c.4 (capable of 32.000 Gb/s with 2.5 GT/s PCIe x16 link)
[    0.251125] pci 0000:00:1c.4: PCI bridge to [bus 04]
[    0.251130] pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
[    0.251135] pci 0000:00:1c.4:   bridge window [mem 0xf6000000-0xf70fffff]
[    0.251140] pci 0000:00:1c.4:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.253276] ACPI: PCI: Interrupt link LNKA configured for IRQ 11
[    0.253382] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.253384] ACPI: PCI: Interrupt link LNKB disabled
[    0.253487] ACPI: PCI: Interrupt link LNKC configured for IRQ 3
[    0.253590] ACPI: PCI: Interrupt link LNKD configured for IRQ 10
[    0.253691] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.253693] ACPI: PCI: Interrupt link LNKE disabled
[    0.253793] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.253795] ACPI: PCI: Interrupt link LNKF disabled
[    0.253896] ACPI: PCI: Interrupt link LNKG configured for IRQ 5
[    0.253998] ACPI: PCI: Interrupt link LNKH configured for IRQ 4
[    0.254874] ACPI: EC: interrupt unblocked
[    0.254877] ACPI: EC: event unblocked
[    0.254883] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.254885] ACPI: EC: GPE=0xa
[    0.254887] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot ECDT EC initialization complete
[    0.254891] ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
[    0.255005] iommu: Default domain type: Translated 
[    0.255005] iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.255005] SCSI subsystem initialized
[    0.255005] libata version 3.00 loaded.
[    0.255005] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.255005] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.255005] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.255005] vgaarb: loaded
[    0.255005] ACPI: bus type USB registered
[    0.255005] usbcore: registered new interface driver usbfs
[    0.255005] usbcore: registered new interface driver hub
[    0.255005] usbcore: registered new device driver usb
[    0.255005] pps_core: LinuxPPS API ver. 1 registered
[    0.255005] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.255005] PTP clock support registered
[    0.255005] EDAC MC: Ver: 3.0.0
[    0.255005] Registered efivars operations
[    0.255005] NetLabel: Initializing
[    0.255005] NetLabel:  domain hash size = 128
[    0.255005] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.255005] NetLabel:  unlabeled traffic allowed by default
[    0.255005] PCI: Using ACPI for IRQ routing
[    0.255509] PCI: pci_cache_line_size set to 64 bytes
[    0.255570] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.255572] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.255574] e820: reserve RAM buffer [mem 0xb962e018-0xbbffffff]
[    0.255577] e820: reserve RAM buffer [mem 0xb963c018-0xbbffffff]
[    0.255579] e820: reserve RAM buffer [mem 0xb964a018-0xbbffffff]
[    0.255581] e820: reserve RAM buffer [mem 0xb9a83000-0xbbffffff]
[    0.255583] e820: reserve RAM buffer [mem 0xba2eb000-0xbbffffff]
[    0.255585] e820: reserve RAM buffer [mem 0xbd9d2000-0xbfffffff]
[    0.255587] e820: reserve RAM buffer [mem 0xc98fd000-0xcbffffff]
[    0.255589] e820: reserve RAM buffer [mem 0xc9e2b000-0xcbffffff]
[    0.255591] e820: reserve RAM buffer [mem 0xcb000000-0xcbffffff]
[    0.255593] e820: reserve RAM buffer [mem 0x12f200000-0x12fffffff]
[    0.259194] clocksource: Switched to clocksource tsc-early
[    0.273060] VFS: Disk quotas dquot_6.6.0
[    0.273089] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.273329] AppArmor: AppArmor Filesystem Enabled
[    0.273400] pnp: PnP ACPI init
[    0.273643] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.274380] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.274388] system 00:01: [io  0xffff] has been reserved
[    0.274392] system 00:01: [io  0xffff] has been reserved
[    0.274397] system 00:01: [io  0xffff] has been reserved
[    0.274401] system 00:01: [io  0x1c00-0x1cfe] has been reserved
[    0.274406] system 00:01: [io  0x1d00-0x1dfe] has been reserved
[    0.274411] system 00:01: [io  0x1e00-0x1efe] has been reserved
[    0.274415] system 00:01: [io  0x1f00-0x1ffe] has been reserved
[    0.274420] system 00:01: [io  0x1800-0x18fe] has been reserved
[    0.274424] system 00:01: [io  0x164e-0x164f] has been reserved
[    0.274630] system 00:03: [io  0x1854-0x1857] has been reserved
[    0.274779] system 00:04: [io  0x04d0-0x04d1] has been reserved
[    0.274873] system 00:05: [io  0x0240-0x0259] has been reserved
[    0.277251] system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.277258] system 00:09: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.277263] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.277270] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.277275] system 00:09: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.277280] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.277285] system 00:09: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.277290] system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.277295] system 00:09: [mem 0xff000000-0xffffffff] has been reserved
[    0.277300] system 00:09: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.277305] system 00:09: [mem 0xf7fdf000-0xf7fdffff] has been reserved
[    0.277310] system 00:09: [mem 0xf7fe0000-0xf7feffff] has been reserved
[    0.278715] pnp: PnP ACPI: found 11 devices
[    0.285817] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.285903] NET: Registered PF_INET protocol family
[    0.285983] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.287150] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    0.287192] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.287237] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.287333] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[    0.287395] TCP: Hash tables configured (established 32768 bind 32768)
[    0.287467] MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)
[    0.287510] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.287530] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.287584] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.287593] NET: Registered PF_XDP protocol family
[    0.287615] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.287630] pci 0000:00:1c.2: PCI bridge to [bus 02]
[    0.287634] pci 0000:00:1c.2:   bridge window [io  0xe000-0xefff]
[    0.287639] pci 0000:00:1c.2:   bridge window [mem 0xf7900000-0xf79fffff]
[    0.287648] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    0.287653] pci 0000:00:1c.3:   bridge window [mem 0xf7800000-0xf78fffff]
[    0.287661] pci 0000:00:1c.4: PCI bridge to [bus 04]
[    0.287664] pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
[    0.287669] pci 0000:00:1c.4:   bridge window [mem 0xf6000000-0xf70fffff]
[    0.287673] pci 0000:00:1c.4:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.287681] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.287683] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.287686] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.287688] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff window]
[    0.287690] pci_bus 0000:00: resource 8 [mem 0xcfe00000-0xfeafffff window]
[    0.287693] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    0.287695] pci_bus 0000:02: resource 1 [mem 0xf7900000-0xf79fffff]
[    0.287698] pci_bus 0000:03: resource 1 [mem 0xf7800000-0xf78fffff]
[    0.287700] pci_bus 0000:04: resource 0 [io  0xd000-0xdfff]
[    0.287702] pci_bus 0000:04: resource 1 [mem 0xf6000000-0xf70fffff]
[    0.287704] pci_bus 0000:04: resource 2 [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.288580] PCI: CLS 64 bytes, default 64
[    0.288633] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.288636] software IO TLB: mapped [mem 0x00000000b562e000-0x00000000b962e000] (64MB)
[    0.288703] Trying to unpack rootfs image as initramfs...
[    0.289795] Initialise system trusted keyrings
[    0.289815] Key type blacklist registered
[    0.289876] workingset: timestamp_bits=36 max_order=20 bucket_order=0
[    0.293426] zbud: loaded
[    0.294031] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.294328] fuse: init (API version 7.34)
[    0.294640] integrity: Platform Keyring initialized
[    0.313134] Key type asymmetric registered
[    0.313139] Asymmetric key parser 'x509' registered
[    0.313172] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    0.313230] io scheduler mq-deadline registered
[    0.314003] pcieport 0000:00:1c.0: PME: Signaling with IRQ 42
[    0.314414] pcieport 0000:00:1c.2: PME: Signaling with IRQ 43
[    0.314793] pcieport 0000:00:1c.3: PME: Signaling with IRQ 44
[    0.315165] pcieport 0000:00:1c.4: PME: Signaling with IRQ 45
[    0.315331] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.316616] ACPI: AC: AC Adapter [AC0] (on-line)
[    0.316756] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    0.316799] ACPI: button: Lid Switch [LID]
[    0.316865] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[    0.316934] ACPI: button: Sleep Button [SLPB]
[    0.317005] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.317057] ACPI: button: Power Button [PWRF]
[    0.325292] thermal LNXTHERM:00: registered as thermal_zone0
[    0.325299] ACPI: thermal: Thermal Zone [THRM] (44 C)
[    0.325642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.331837] hpet_acpi_add: no address or irqs in _CRS
[    0.332059] Linux agpgart interface v0.103
[    0.337214] loop: module loaded
[    0.337670] tun: Universal TUN/TAP device driver, 1.6
[    0.337712] PPP generic driver version 2.4.2
[    0.337787] VFIO - User Level meta-driver version: 0.3
[    0.337934] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.337942] ehci-pci: EHCI PCI platform driver
[    0.338265] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    0.338278] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 1
[    0.338294] ehci-pci 0000:00:1d.0: debug port 2
[    0.342238] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7a23000
[    0.358063] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    0.358184] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[    0.358191] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.358195] usb usb1: Product: EHCI Host Controller
[    0.358199] usb usb1: Manufacturer: Linux 5.15.0-48-generic ehci_hcd
[    0.358203] usb usb1: SerialNumber: 0000:00:1d.0
[    0.358452] hub 1-0:1.0: USB hub found
[    0.358464] hub 1-0:1.0: 2 ports detected
[    0.358917] ehci-platform: EHCI generic platform driver
[    0.358947] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.358954] ohci-pci: OHCI PCI platform driver
[    0.358974] ohci-platform: OHCI generic platform driver
[    0.358988] uhci_hcd: USB Universal Host Controller Interface driver
[    0.359089] i8042: PNP: PS/2 Controller [PNP030b:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    0.366571] i8042: Detected active multiplexing controller, rev 1.1
[    0.370188] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.370201] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    0.370276] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    0.370326] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    0.370374] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    0.370598] mousedev: PS/2 mouse device common for all mice
[    0.370862] rtc_cmos 00:02: RTC can wake from S4
[    0.371249] rtc_cmos 00:02: registered as rtc0
[    0.371299] rtc_cmos 00:02: setting system clock to 2022-09-22T17:37:50 UTC (1663868270)
[    0.371337] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram
[    0.371356] i2c_dev: i2c /dev entries driver
[    0.371622] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    0.371681] device-mapper: uevent: version 1.0.3
[    0.374723] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
[    0.374773] platform eisa.0: Probing EISA bus 0
[    0.374779] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    0.374782] platform eisa.0: Cannot allocate resource for EISA slot 1
[    0.374786] platform eisa.0: Cannot allocate resource for EISA slot 2
[    0.374788] platform eisa.0: Cannot allocate resource for EISA slot 3
[    0.374791] platform eisa.0: Cannot allocate resource for EISA slot 4
[    0.374794] platform eisa.0: Cannot allocate resource for EISA slot 5
[    0.374797] platform eisa.0: Cannot allocate resource for EISA slot 6
[    0.374799] platform eisa.0: Cannot allocate resource for EISA slot 7
[    0.374802] platform eisa.0: Cannot allocate resource for EISA slot 8
[    0.374805] platform eisa.0: EISA: Detected 0 cards
[    0.374817] intel_pstate: Intel P-state driver initializing
[    0.375894] ledtrig-cpu: registered to indicate activity on CPUs
[    0.376628] efifb: probing for efifb
[    0.376662] efifb: No BGRT, not showing boot graphics
[    0.376664] efifb: framebuffer at 0xd0000000, using 3072k, total 3072k
[    0.376667] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    0.376671] efifb: scrolling: redraw
[    0.376673] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.376853] Console: switching to colour frame buffer device 128x48
[    0.379669] ACPI: battery: Slot [BAT0] (battery present)
[    0.383007] fb0: EFI VGA frame buffer device
[    0.383023] EFI Variables Facility v0.08 2004-May-17
[    0.388098] drop_monitor: Initializing network drop monitor service
[    0.388433] NET: Registered PF_INET6 protocol family
[    0.410515] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    0.698084] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    0.854422] usb 1-1: New USB device found, idVendor=8087, idProduct=8000, bcdDevice= 0.04
[    0.854429] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    0.854713] hub 1-1:1.0: USB hub found
[    0.854792] hub 1-1:1.0: 8 ports detected
[    0.948896] Freeing initrd memory: 61868K
[    0.957904] Segment Routing with IPv6
[    0.957924] In-situ OAM (IOAM) with IPv6
[    0.957959] NET: Registered PF_PACKET protocol family
[    0.958007] Key type dns_resolver registered
[    0.958378] microcode: sig=0x40651, pf=0x40, revision=0x26
[    0.958438] microcode: Microcode Update Driver: v2.2.
[    0.958446] IPI shorthand broadcast: enabled
[    0.958458] sched_clock: Marking stable (956591508, 1840227)->(1003986334, -45554599)
[    0.958672] registered taskstats version 1
[    0.958757] Loading compiled-in X.509 certificates
[    0.959872] Loaded X.509 cert 'Build time autogenerated kernel key: 812a45ce66042b92679f0afa96ba2ce919aefad9'
[    0.960864] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969'
[    0.961839] Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19'
[    0.961841] blacklist: Loading compiled-in revocation X.509 certificates
[    0.961871] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing: 61482aa2830d0ab2ad5af10b7250da9033ddcef0'
[    0.962023] zswap: loaded using pool lzo/zbud
[    0.962280] Key type ._fscrypt registered
[    0.962283] Key type .fscrypt registered
[    0.962284] Key type fscrypt-provisioning registered
[    0.966731] Key type encrypted registered
[    0.966740] AppArmor: AppArmor sha1 policy hashing enabled
[    0.966972] integrity: Loading X.509 certificate: UEFI:db
[    0.967424] integrity: Loaded X.509 cert 'ASUSTeK Notebook SW Key Certificate: b8e581e4df77a5bb4282d5ccfc00c071'
[    0.967427] integrity: Loading X.509 certificate: UEFI:db
[    0.967747] integrity: Loaded X.509 cert 'ASUSTeK MotherBoard SW Key Certificate: da83b990422ebc8c441f8d8b039a65a2'
[    0.967748] integrity: Loading X.509 certificate: UEFI:db
[    0.967779] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    0.967780] integrity: Loading X.509 certificate: UEFI:db
[    0.967807] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    0.967809] integrity: Loading X.509 certificate: UEFI:db
[    0.968123] integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
[    0.968206] integrity: Revoking X.509 certificate: UEFI:dbx
[    0.968505] blacklist: Revoked X.509 cert 'DO NOT TRUST - Lost Certificate: 785bc89dfa9c5f86487c5e61a62501e5'
[    0.968805] integrity: Loading X.509 certificate: UEFI:MokListRT (MOKvar table)
[    0.969121] integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
[    0.969125] ima: No TPM chip found, activating TPM-bypass!
[    0.969128] Loading compiled-in module X.509 certificates
[    0.970127] Loaded X.509 cert 'Build time autogenerated kernel key: 812a45ce66042b92679f0afa96ba2ce919aefad9'
[    0.970130] ima: Allocated hash algorithm: sha1
[    0.970138] ima: No architecture policies found
[    0.970157] evm: Initialising EVM extended attributes:
[    0.970158] evm: security.selinux
[    0.970160] evm: security.SMACK64
[    0.970161] evm: security.SMACK64EXEC
[    0.970162] evm: security.SMACK64TRANSMUTE
[    0.970163] evm: security.SMACK64MMAP
[    0.970164] evm: security.apparmor
[    0.970165] evm: security.ima
[    0.970165] evm: security.capability
[    0.970166] evm: HMAC attrs: 0x1
[    0.970580] PM:   Magic number: 6:58:644
[    0.970587] usb 1-1-port5: hash matches
[    0.970838] RAS: Correctable Errors collector initialized.
[    0.972505] Freeing unused decrypted memory: 2036K
[    0.973165] Freeing unused kernel image (initmem) memory: 3224K
[    1.014130] Write protecting the kernel read-only data: 30720k
[    1.014762] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    1.015112] Freeing unused kernel image (rodata/data gap) memory: 1484K
[    1.097669] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.097672] x86/mm: Checking user space page tables
[    1.176074] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.176082] Run /init as init process
[    1.176084]   with arguments:
[    1.176086]     /init
[    1.176087]     splash
[    1.176088]   with environment:
[    1.176089]     HOME=/
[    1.176091]     TERM=linux
[    1.176092]     BOOT_IMAGE=/boot/vmlinuz-5.15.0-48-generic
[    1.306069] tsc: Refined TSC clocksource calibration: 1697.544 MHz
[    1.306083] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x18781722499, max_idle_ns: 440795219281 ns
[    1.306110] clocksource: Switched to clocksource tsc
[    1.410415] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.411355] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    1.412412] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x000000000004b810
[    1.414863] i801_smbus 0000:00:1f.3: SPD Write Disable is set
[    1.414904] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    1.416089] ahci 0000:00:1f.2: version 3.0
[    1.416734] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[    1.416743] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.416748] usb usb2: Product: xHCI Host Controller
[    1.416752] usb usb2: Manufacturer: Linux 5.15.0-48-generic xhci-hcd
[    1.416757] usb usb2: SerialNumber: 0000:00:14.0
[    1.418881] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[    1.419604] hub 2-0:1.0: USB hub found
[    1.419628] hub 2-0:1.0: 9 ports detected
[    1.423806] i2c i2c-0: 1/4 memory slots populated (from DMI)
[    1.429348] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 6 Gbps 0x3 impl SATA mode
[    1.429360] ahci 0000:00:1f.2: flags: 64bit ncq stag led clo only pio slum part deso sadm sds apst 
[    1.434562] scsi host0: ahci
[    1.434867] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.434878] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    1.434885] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    1.434974] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
[    1.434978] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.434981] usb usb3: Product: xHCI Host Controller
[    1.434983] usb usb3: Manufacturer: Linux 5.15.0-48-generic xhci-hcd
[    1.434985] usb usb3: SerialNumber: 0000:00:14.0
[    1.436785] scsi host1: ahci
[    1.438712] hub 3-0:1.0: USB hub found
[    1.438766] hub 3-0:1.0: 4 ports detected
[    1.440442] scsi host2: ahci
[    1.440918] scsi host3: ahci
[    1.441294] r8169 0000:02:00.1 eth0: RTL8411b, 78:24:af:74:0e:76, XID 5c8, IRQ 49
[    1.441304] r8169 0000:02:00.1 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    1.444415] ata1: SATA max UDMA/133 abar m2048@0xf7a22000 port 0xf7a22100 irq 48
[    1.444423] ata2: SATA max UDMA/133 abar m2048@0xf7a22000 port 0xf7a22180 irq 48
[    1.444426] ata3: DUMMY
[    1.444429] ata4: DUMMY
[    1.487403] r8169 0000:02:00.1 enp2s0f1: renamed from eth0
[    1.761464] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.766163] usb 2-6: new high-speed USB device number 2 using xhci_hcd
[    1.767607] ata1.00: LPM support broken, forcing max_power
[    1.768043] ata1.00: ATA-8: ST1000LM024 HN-M101MBB, 2BA30001, max UDMA/133
[    1.769266] ata1.00: ATA Identify Device Log not supported
[    1.769276] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32)
[    1.775551] ata1.00: LPM support broken, forcing max_power
[    1.777201] ata1.00: ATA Identify Device Log not supported
[    1.777216] ata1.00: configured for UDMA/133
[    1.777703] scsi 0:0:0:0: Direct-Access     ATA      ST1000LM024 HN-M 0001 PQ: 0 ANSI: 5
[    1.778404] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.778627] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    1.778634] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    1.778664] sd 0:0:0:0: [sda] Write Protect is off
[    1.778669] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.778710] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.864602]  sda: sda1 sda2
[    1.878287] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.947615] usb 2-6: New USB device found, idVendor=04f2, idProduct=b409, bcdDevice=69.65
[    1.947623] usb 2-6: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    1.947626] usb 2-6: Product: USB2.0 HD UVC WebCam
[    1.947629] usb 2-6: Manufacturer: Chicony Electronics Co.,Ltd.
[    1.947631] usb 2-6: SerialNumber: 0x0001
[    2.030327] psmouse serio4: elantech: assuming hardware version 4 (with firmware version 0x381f0a)
[    2.045943] psmouse serio4: elantech: Synaptics capabilities query result 0x10, 0x14, 0x0e.
[    2.063062] psmouse serio4: elantech: Elan sample query result 0b, 16, 75
[    2.093457] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    2.096894] ata2.00: ATAPI: TSSTcorp CDDVDW SU-228FB, AS00, max UDMA/100
[    2.103429] ata2.00: configured for UDMA/100
[    2.114178] scsi 1:0:0:0: CD-ROM            TSSTcorp CDDVDW SU-228FB  AS00 PQ: 0 ANSI: 5
[    2.135551] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio4/input/input11
[    2.200455] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    2.200471] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.239437] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    2.239605] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    2.260421] asus_wmi: ASUS WMI generic driver loaded
[    2.825669] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    6.413660] systemd[1]: Inserted module 'autofs4'
[    7.472238] systemd[1]: systemd 249.11-0ubuntu3.4 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP -LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    7.490307] systemd[1]: Detected architecture x86-64.
[    7.626041] systemd[1]: Hostname set to <fabrice-ordi-portable>.
[   14.703399] systemd[1]: Queued start job for default target Graphical Interface.
[   14.705136] systemd[1]: Created slice Slice /system/modprobe.
[   14.705629] systemd[1]: Created slice Slice /system/systemd-fsck.
[   14.705964] systemd[1]: Created slice User and Session Slice.
[   14.706118] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   14.706392] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   14.706499] systemd[1]: Reached target User and Group Name Lookups.
[   14.706529] systemd[1]: Reached target Remote File Systems.
[   14.706546] systemd[1]: Reached target Slice Units.
[   14.706588] systemd[1]: Reached target Local Verity Protected Volumes.
[   14.706777] systemd[1]: Listening on Syslog Socket.
[   14.706932] systemd[1]: Listening on fsck to fsckd communication Socket.
[   14.707021] systemd[1]: Listening on initctl Compatibility Named Pipe.
[   14.707329] systemd[1]: Listening on Journal Audit Socket.
[   14.707482] systemd[1]: Listening on Journal Socket (/dev/log).
[   14.707655] systemd[1]: Listening on Journal Socket.
[   14.707853] systemd[1]: Listening on udev Control Socket.
[   14.707999] systemd[1]: Listening on udev Kernel Socket.
[   14.709065] systemd[1]: Mounting Huge Pages File System...
[   14.710232] systemd[1]: Mounting POSIX Message Queue File System...
[   14.711625] systemd[1]: Mounting Kernel Debug File System...
[   14.712769] systemd[1]: Mounting Kernel Trace File System...
[   14.715174] systemd[1]: Starting Journal Service...
[   14.745528] systemd[1]: Starting Set the console keyboard layout...
[   14.746907] systemd[1]: Starting Create List of Static Device Nodes...
[   14.748346] systemd[1]: Starting Load Kernel Module chromeos_pstore...
[   14.750543] systemd[1]: Starting Load Kernel Module configfs...
[   14.752713] systemd[1]: Starting Load Kernel Module drm...
[   14.754233] systemd[1]: Starting Load Kernel Module efi_pstore...
[   14.756433] systemd[1]: Starting Load Kernel Module fuse...
[   14.758698] systemd[1]: Starting Load Kernel Module mtdpstore...
[   14.760479] systemd[1]: Starting Load Kernel Module pstore_blk...
[   14.762640] systemd[1]: Starting Load Kernel Module pstore_zone...
[   14.764792] systemd[1]: Starting Load Kernel Module ramoops...
[   14.765089] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[   14.939140] systemd[1]: Starting Load Kernel Modules...
[   14.941037] systemd[1]: Starting Remount Root and Kernel File Systems...
[   14.942340] systemd[1]: Starting Coldplug All udev Devices...
[   14.944830] systemd[1]: Mounted Huge Pages File System.
[   14.944978] systemd[1]: Mounted POSIX Message Queue File System.
[   14.945102] systemd[1]: Mounted Kernel Debug File System.
[   14.945216] systemd[1]: Mounted Kernel Trace File System.
[   14.945597] systemd[1]: Finished Create List of Static Device Nodes.
[   14.946059] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[   14.946341] systemd[1]: Finished Load Kernel Module configfs.
[   14.946714] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[   14.946977] systemd[1]: Finished Load Kernel Module fuse.
[   14.947324] systemd[1]: modprobe@pstore_blk.service: Deactivated successfully.
[   14.947603] systemd[1]: Finished Load Kernel Module pstore_blk.
[   14.947950] systemd[1]: modprobe@pstore_zone.service: Deactivated successfully.
[   14.948229] systemd[1]: Finished Load Kernel Module pstore_zone.
[   14.949496] systemd[1]: Mounting FUSE Control File System...
[   14.950864] systemd[1]: Mounting Kernel Configuration File System...
[   14.954218] systemd[1]: Mounted FUSE Control File System.
[   14.954390] systemd[1]: Mounted Kernel Configuration File System.
[   15.106890] systemd[1]: modprobe@chromeos_pstore.service: Deactivated successfully.
[   15.107188] systemd[1]: Finished Load Kernel Module chromeos_pstore.
[   15.124721] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro. Quota mode: none.
[   15.126782] systemd[1]: Finished Remount Root and Kernel File Systems.
[   15.127935] systemd[1]: Activating swap /swapfile...
[   15.129197] systemd[1]: Starting Load/Save Random Seed...
[   15.130461] systemd[1]: Starting Create System Users...
[   15.374964] systemd[1]: modprobe@drm.service: Deactivated successfully.
[   15.375422] systemd[1]: Finished Load Kernel Module drm.
[   15.382237] mtd device must be supplied (device name is empty)
[   15.423340] systemd[1]: modprobe@mtdpstore.service: Deactivated successfully.
[   15.423794] systemd[1]: Finished Load Kernel Module mtdpstore.
[   15.454899] systemd[1]: Started Journal Service.
[   15.482796] systemd-journald[270]: Received client request to flush runtime journal.
[   15.831132] lp: driver loaded but no devices found
[   15.855999] pstore: Using crash dump compression: deflate
[   15.856018] pstore: Registered efi as persistent store backend
[   15.894537] Adding 2097148k swap on /swapfile.  Priority:-2 extents:6 across:2260988k FS
[   15.962442] ppdev: user-space parallel port driver
[   16.689509] IPMI message handler: version 39.2
[   16.831261] ipmi device interface
[   18.191443] loop0: detected capacity change from 0 to 388320
[   18.191689] loop1: detected capacity change from 0 to 510112
[   18.191809] loop2: detected capacity change from 0 to 8
[   18.221070] loop3: detected capacity change from 0 to 233448
[   18.246815] loop4: detected capacity change from 0 to 235368
[   18.403938] loop5: detected capacity change from 0 to 113792
[   18.434295] loop6: detected capacity change from 0 to 113792
[   18.479566] loop7: detected capacity change from 0 to 126888
[   18.537119] loop8: detected capacity change from 0 to 129480
[   18.598264] loop9: detected capacity change from 0 to 362240
[   18.645781] loop10: detected capacity change from 0 to 365424
[   18.685048] loop11: detected capacity change from 0 to 801328
[   18.904563] loop12: detected capacity change from 0 to 1067904
[   18.960825] loop13: detected capacity change from 0 to 337424
[   19.011711] loop14: detected capacity change from 0 to 820832
[   19.036356] loop15: detected capacity change from 0 to 709216
[   19.092955] loop16: detected capacity change from 0 to 280
[   19.129591] loop17: detected capacity change from 0 to 166424
[   19.136310] loop18: detected capacity change from 0 to 187776
[   19.158805] loop19: detected capacity change from 0 to 75960
[   19.189810] loop20: detected capacity change from 0 to 893552
[   19.220879] loop21: detected capacity change from 0 to 868688
[   19.241654] loop22: detected capacity change from 0 to 229312
[   19.264418] loop23: detected capacity change from 0 to 296496
[   19.291326] loop24: detected capacity change from 0 to 289064
[   19.350697] loop25: detected capacity change from 0 to 94056
[   19.374458] loop26: detected capacity change from 0 to 94056
[   19.392734] loop27: detected capacity change from 0 to 98288
[   19.398219] loop28: detected capacity change from 0 to 288448
[   19.403208] loop29: detected capacity change from 0 to 96176
[   19.407327] loop30: detected capacity change from 0 to 568
[   19.416335] loop31: detected capacity change from 0 to 568
[   19.438357] loop32: detected capacity change from 0 to 605624
[   25.447178] input: Asus Wireless Radio Control as /devices/LNXSYSTM:00/LNXSYBUS:00/ATK4001:00/input/input12
[   26.605036] asus_wmi: Initialization: 0x1
[   26.605180] asus_wmi: BIOS WMI version: 7.9
[   26.605356] asus_wmi: SFUN value: 0x4a0877
[   26.605362] asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
[   26.605368] asus-nb-wmi asus-nb-wmi: Detected ATK, enable event queue
[   26.615675] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input13
[   26.723502] mc: Linux media interface: v0.10
[   26.768689] videodev: Linux video capture interface: v2.00
[   27.522472] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[   27.522478] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[   27.522481] RAPL PMU: hw unit of domain package 2^-14 Joules
[   27.522483] RAPL PMU: hw unit of domain dram 2^-14 Joules
[   27.522486] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[   28.283015] usb 2-6: Found UVC 1.00 device USB2.0 HD UVC WebCam (04f2:b409)
[   28.287102] input: USB2.0 HD UVC WebCam: USB2.0 HD as /devices/pci0000:00/0000:00:14.0/usb2/2-6/2-6:1.0/input/input14
[   28.287322] usbcore: registered new interface driver uvcvideo
[   28.662877] cryptd: max_cpu_qlen set to 1000
[   28.861563] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   28.862041] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   30.076049] AVX2 version of gcm_enc/dec engaged.
[   30.076172] AES CTR mode by8 optimization enabled
[   32.020170] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 3290, rev 0013 detected
[   32.028206] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 3290 detected
[   32.028236] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   33.707023] MXM: GUID detected in BIOS
[   33.707220] ACPI Warning: \_SB.PCI0.RP05.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20210730/nsarguments-61)
[   33.707972] pci 0000:04:00.0: optimus capabilities: enabled, status dynamic power, 
[   33.707978] VGA switcheroo: detected Optimus DSM method \_SB_.PCI0.RP05.PEGP handle
[   33.708307] checking generic (d0000000 300000) vs hw (f6000000 1000000)
[   33.708312] checking generic (d0000000 300000) vs hw (e0000000 10000000)
[   33.708314] checking generic (d0000000 300000) vs hw (f0000000 2000000)
[   33.708436] nouveau 0000:04:00.0: NVIDIA GF117 (0d7000a2)
[   33.746813] nouveau 0000:04:00.0: bios: version 75.17.86.00.06
[   33.830025] nouveau 0000:04:00.0: fb: 2048 MiB DDR3
[   33.891745] nouveau 0000:04:00.0: DRM: VRAM: 2048 MiB
[   33.891755] nouveau 0000:04:00.0: DRM: GART: 1048576 MiB
[   33.891761] nouveau 0000:04:00.0: DRM: Pointer to TMDS table not found
[   33.891765] nouveau 0000:04:00.0: DRM: DCB version 4.0
[   33.893542] nouveau 0000:04:00.0: DRM: MM: using COPY0 for buffer copies
[   33.894027] [drm] Initialized nouveau 1.3.1 20120801 for 0000:04:00.0 on minor 0
[   34.089589] rt2800pci 0000:03:00.0 wlp3s0f0: renamed from wlan0
[   34.397884] checking generic (d0000000 300000) vs hw (f7400000 400000)
[   34.397890] checking generic (d0000000 300000) vs hw (d0000000 10000000)
[   34.397892] fb0: switching to i915 from EFI VGA
[   34.398138] Console: switching to colour dummy device 80x25
[   34.398229] i915 0000:00:02.0: vgaarb: deactivate vga console
[   34.401914] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   34.434191] intel_rapl_common: Found RAPL domain package
[   34.434196] intel_rapl_common: Found RAPL domain core
[   34.434197] intel_rapl_common: Found RAPL domain uncore
[   34.434199] intel_rapl_common: Found RAPL domain dram
[   34.434206] intel_rapl_common: RAPL package-0 domain package locked by BIOS
[   34.434214] intel_rapl_common: RAPL package-0 domain dram locked by BIOS
[   34.446827] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 1
[   34.447778] ACPI: video: [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
[   34.450488] ACPI: video: Video Device [PEGP] (multi-head: yes  rom: yes  post: no)
[   34.455501] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:12/LNXVIDEO:00/input/input15
[   34.459303] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   34.464261] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input16
[   34.464389] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[   34.464651] vga_switcheroo: enabled
[   34.469616] fbcon: i915drmfb (fb0) is primary device
[   35.601027] Console: switching to colour frame buffer device 200x56
[   35.626521] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[   35.728732] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input17
[   35.731032] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input18
[   35.731190] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input19
[   35.731323] input: HDA Intel HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.0/sound/card0/input20
[   35.731435] input: HDA Intel HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.0/sound/card0/input21
[   36.368028] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC3236: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[   36.368040] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   36.368045] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[   36.368049] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[   36.368052] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[   36.368054] snd_hda_codec_realtek hdaudioC1D0:      Mic=0x1b
[   36.421904] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input22
[   39.902913] mtd device must be supplied (device name is empty)
[   39.908687] audit: type=1400 audit(1663868310.030:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=769 comm="apparmor_parser"
[   39.908698] audit: type=1400 audit(1663868310.030:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=769 comm="apparmor_parser"
[   39.947390] audit: type=1400 audit(1663868310.070:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=768 comm="apparmor_parser"
[   40.117675] audit: type=1400 audit(1663868310.238:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=780 comm="apparmor_parser"
[   40.117690] audit: type=1400 audit(1663868310.238:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=780 comm="apparmor_parser"
[   40.117698] audit: type=1400 audit(1663868310.238:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=780 comm="apparmor_parser"
[   40.238263] audit: type=1400 audit(1663868310.362:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oosplash" pid=782 comm="apparmor_parser"
[   40.334715] audit: type=1400 audit(1663868310.458:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=783 comm="apparmor_parser"
[   40.356452] audit: type=1400 audit(1663868310.478:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="tcpdump" pid=781 comm="apparmor_parser"
[   40.389927] audit: type=1400 audit(1663868310.510:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=770 comm="apparmor_parser"
[   44.187285] ACPI: \_SB_.PCI0.RP05.PEGP: failed to evaluate _DSM
[   51.098256] nouveau 0000:04:00.0: Enabling HDA controller
[   56.223204] ACPI: \_SB_.PCI0.RP05.PEGP: failed to evaluate _DSM
[   57.540680] powercap intel-rapl:0: package locked by BIOS, monitoring only
[   59.011644] powercap intel-rapl:0: package locked by BIOS, monitoring only
[   61.103370] kauditd_printk_skb: 57 callbacks suppressed
[   61.103379] audit: type=1400 audit(1663868331.226:69): apparmor="DENIED" operation="capable" profile="/usr/sbin/cupsd" pid=982 comm="cupsd" capability=12  capname="net_admin"
[   62.714121] Generic FE-GE Realtek PHY r8169-0-201:00: attached PHY driver (mii_bus:phy_addr=r8169-0-201:00, irq=MAC)
[   62.914162] r8169 0000:02:00.1 enp2s0f1: Link is Down
[   62.926524] ieee80211 phy0: rt2x00lib_request_firmware: Info - Loading firmware file 'rt3290.bin'
[   62.993714] ieee80211 phy0: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.37
[   65.373580] r8169 0000:02:00.1 enp2s0f1: Link is Up - 1Gbps/Full - flow control rx/tx
[   65.373617] IPv6: ADDRCONF(NETDEV_CHANGE): enp2s0f1: link becomes ready
[   66.770089] wlp3s0f0: authenticate with 30:7c:b2:12:1f:e1
[   66.771853] wlp3s0f0: send auth to 30:7c:b2:12:1f:e1 (try 1/3)
[   66.773853] wlp3s0f0: authenticated
[   66.778096] wlp3s0f0: associate with 30:7c:b2:12:1f:e1 (try 1/3)
[   66.782457] wlp3s0f0: RX AssocResp from 30:7c:b2:12:1f:e1 (capab=0x431 status=0 aid=1)
[   66.782545] wlp3s0f0: associated
[   67.002264] IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0f0: link becomes ready
[   68.215838] loop33: detected capacity change from 0 to 8
[   71.533002] audit: type=1400 audit(1663868341.654:70): apparmor="DENIED" operation="capable" profile="/usr/sbin/cups-browsed" pid=1133 comm="cups-browsed" capability=23  capname="sys_nice"
[   89.389475] nouveau 0000:04:00.0: Enabling HDA controller
[   90.553092] audit: type=1400 audit(1663868360.700:71): apparmor="DENIED" operation="capable" profile="/snap/snapd/16778/usr/lib/snapd/snap-confine" pid=1152 comm="snap-confine" capability=12  capname="net_admin"
[   90.553115] audit: type=1400 audit(1663868360.700:72): apparmor="DENIED" operation="capable" profile="/snap/snapd/16778/usr/lib/snapd/snap-confine" pid=1152 comm="snap-confine" capability=38  capname="perfmon"
[   91.166334] audit: type=1400 audit(1663868361.313:73): apparmor="DENIED" operation="capable" profile="/snap/snapd/16778/usr/lib/snapd/snap-confine" pid=1152 comm="snap-confine" capability=4  capname="fsetid"
[   94.206119] audit: type=1400 audit(1663868364.355:74): apparmor="DENIED" operation="capable" profile="/snap/snapd/16778/usr/lib/snapd/snap-confine" pid=1298 comm="snap-confine" capability=38  capname="perfmon"
[   94.454298] audit: type=1400 audit(1663868364.603:75): apparmor="DENIED" operation="capable" profile="/snap/snapd/16778/usr/lib/snapd/snap-confine" pid=1325 comm="snap-confine" capability=12  capname="net_admin"
[   94.454316] audit: type=1400 audit(1663868364.603:76): apparmor="DENIED" operation="capable" profile="/snap/snapd/16778/usr/lib/snapd/snap-confine" pid=1325 comm="snap-confine" capability=38  capname="perfmon"
[   94.954634] audit: type=1400 audit(1663868365.104:77): apparmor="DENIED" operation="capable" profile="/snap/snapd/16778/usr/lib/snapd/snap-confine" pid=1381 comm="snap-confine" capability=12  capname="net_admin"
[   94.954646] audit: type=1400 audit(1663868365.104:78): apparmor="DENIED" operation="capable" profile="/snap/snapd/16778/usr/lib/snapd/snap-confine" pid=1381 comm="snap-confine" capability=38  capname="perfmon"
[   95.489689] ACPI: \_SB_.PCI0.RP05.PEGP: failed to evaluate _DSM
[  101.025521] nouveau 0000:04:00.0: Enabling HDA controller
[  101.297895] nouveau 0000:04:00.0: bus: MMIO write of ffff8a1f FAULT at 6013d4 [ PRIVRING ]
[  111.946776] rfkill: input handler disabled
[  112.562258] ACPI: \_SB_.PCI0.RP05.PEGP: failed to evaluate _DSM
[  118.716784] nouveau 0000:04:00.0: Enabling HDA controller
[  118.821783] nouveau 0000:04:00.0: bus: MMIO write of 8000001f FAULT at 6013d4 [ PRIVRING ]
[  124.537183] ACPI: \_SB_.PCI0.RP05.PEGP: failed to evaluate _DSM
[  154.928909] rfkill: input handler enabled
[  158.651833] nouveau 0000:04:00.0: Enabling HDA controller
[  158.949449] nouveau 0000:04:00.0: bus: MMIO write of ffffff1f FAULT at 6013d4 [ PRIVRING ]
[  164.820259] ACPI: \_SB_.PCI0.RP05.PEGP: failed to evaluate _DSM
[  166.636812] rfkill: input handler disabled
[  169.459441] audit: type=1400 audit(1663868439.626:79): apparmor="DENIED" operation="capable" profile="/snap/snapd/16778/usr/lib/snapd/snap-confine" pid=2277 comm="snap-confine" capability=4  capname="fsetid"
[  171.342582] nouveau 0000:04:00.0: Enabling HDA controller
[  171.450060] nouveau 0000:04:00.0: bus: MMIO write of 0000001f FAULT at 6013d4 [ PRIVRING ]
[  177.459019] ACPI: \_SB_.PCI0.RP05.PEGP: failed to evaluate _DSM
[  179.700507] audit: type=1326 audit(1663868449.863:80): auid=1000 uid=1000 gid=1000 ses=3 subj=? pid=1776 comm="snapd-desktop-i" exe="/snap/snapd-desktop-integration/14/bin/snapd-desktop-integration" sig=0 arch=c000003e syscall=314 compat=0 ip=0x7f881051173d code=0x50000
[  187.129327] audit: type=1326 audit(1663868457.295:81): auid=1000 uid=1000 gid=1000 ses=3 subj=? pid=2277 comm="snap-store" exe="/snap/snap-store/599/usr/bin/snap-store" sig=0 arch=c000003e syscall=314 compat=0 ip=0x7f2b10dd773d code=0x50000
[  201.821092] audit: type=1326 audit(1663868471.988:82): auid=1000 uid=1000 gid=1000 ses=3 subj=? pid=2277 comm="snap-store" exe="/snap/snap-store/599/usr/bin/snap-store" sig=0 arch=c000003e syscall=93 compat=0 ip=0x7f2b10dce39b code=0x50000
[  202.012657] audit: type=1107 audit(1663868472.180:83): pid=850 uid=102 auid=4294967295 ses=4294967295 subj=? msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/PolicyKit1/Authority" interface="org.freedesktop.DBus.Properties" member="GetAll" mask="send" name=":1.9" pid=2277 label="snap.snap-store.ubuntu-software" peer_pid=876 peer_label="unconfined"
                exe="/usr/bin/dbus-daemon" sauid=102 hostname=? addr=? terminal=?'
[  202.012679] audit: type=1420 audit(1663868472.180:84): subj_apparmor=unconfined
[  202.013353] audit: type=1107 audit(1663868472.180:85): pid=850 uid=102 auid=4294967295 ses=4294967295 subj=? msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/PolicyKit1/Authority" interface="org.freedesktop.PolicyKit1.Authority" member="CheckAuthorization" mask="send" name=":1.9" pid=2277 label="snap.snap-store.ubuntu-software" peer_pid=876 peer_label="unconfined"
                exe="/usr/bin/dbus-daemon" sauid=102 hostname=? addr=? terminal=?'
[  202.013366] audit: type=1420 audit(1663868472.180:86): subj_apparmor=unconfined
[  202.017957] audit: type=1107 audit(1663868472.184:87): pid=850 uid=102 auid=4294967295 ses=4294967295 subj=? msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/PolicyKit1/Authority" interface="org.freedesktop.DBus.Properties" member="GetAll" mask="send" name=":1.9" pid=2277 label="snap.snap-store.ubuntu-software" peer_pid=876 peer_label="unconfined"
                exe="/usr/bin/dbus-daemon" sauid=102 hostname=? addr=? terminal=?'
[  202.017970] audit: type=1420 audit(1663868472.184:88): subj_apparmor=unconfined
[  202.018561] audit: type=1107 audit(1663868472.184:89): pid=850 uid=102 auid=4294967295 ses=4294967295 subj=? msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/PolicyKit1/Authority" interface="org.freedesktop.PolicyKit1.Authority" member="CheckAuthorization" mask="send" name=":1.9" pid=2277 label="snap.snap-store.ubuntu-software" peer_pid=876 peer_label="unconfined"
                exe="/usr/bin/dbus-daemon" sauid=102 hostname=? addr=? terminal=?'
[  202.018574] audit: type=1420 audit(1663868472.184:90): subj_apparmor=unconfined
[  204.717978] audit: type=1400 audit(1663868474.884:91): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/etc/PackageKit/Vendor.conf" pid=2277 comm="snap-store" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[  272.218038] kauditd_printk_skb: 1 callbacks suppressed
[  272.218043] audit: type=1400 audit(1663868542.386:93): apparmor="DENIED" operation="mkdir" profile="snap-update-ns.firefox" name="/usr/share/cups/doc-root/" pid=3018 comm="5" requested_mask="c" denied_mask="c" fsuid=0 ouid=0
[  272.218202] audit: type=1400 audit(1663868542.386:94): apparmor="DENIED" operation="mkdir" profile="snap-update-ns.firefox" name="/usr/share/gimp/2.0/" pid=3018 comm="5" requested_mask="c" denied_mask="c" fsuid=0 ouid=0
[  272.218672] audit: type=1400 audit(1663868542.386:95): apparmor="DENIED" operation="mkdir" profile="snap-update-ns.firefox" name="/usr/share/libreoffice/help/" pid=3018 comm="5" requested_mask="c" denied_mask="c" fsuid=0 ouid=0
[  272.218883] audit: type=1400 audit(1663868542.386:96): apparmor="DENIED" operation="open" profile="snap-update-ns.firefox" name="/var/lib/" pid=3018 comm="5" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[  278.922053] nouveau 0000:04:00.0: Enabling HDA controller
[  279.038472] nouveau 0000:04:00.0: bus: MMIO write of ffffff1f FAULT at 6013d4 [ PRIVRING ]
[  284.215110] ACPI: \_SB_.PCI0.RP05.PEGP: failed to evaluate _DSM
[  295.083210] audit: type=1326 audit(1663868565.250:97): auid=1000 uid=1000 gid=1000 ses=3 subj=? pid=2993 comm="firefox" exe="/snap/firefox/1860/usr/lib/firefox/firefox" sig=0 arch=c000003e syscall=314 compat=0 ip=0x7f5348dd673d code=0x50000
[  443.725494] Bluetooth: Core ver 2.22
[  443.725556] NET: Registered PF_BLUETOOTH protocol family
[  443.725558] Bluetooth: HCI device and connection manager initialized
[  443.725564] Bluetooth: HCI socket layer initialized
[  443.725568] Bluetooth: L2CAP socket layer initialized
[  443.725574] Bluetooth: SCO socket layer initialized
[  443.779866] rtbth: loading out-of-tree module taints kernel.
[  443.780032] rtbth: module verification failed: signature and/or required key missing - tainting kernel
[  443.781047] Bluetooth: RTBT_Tb: vendor=0x1814, device=0x3298
[  443.781052] Bluetooth: RTBT_Tb: vendor=0x0, device=0x0
[  443.781054] Bluetooth: DynamicAlloc pci_device_id table at 0x0000000079e5b10a with size 80
[  443.781058] Bluetooth: RTBT_Tb: vendor=0x1814, device=0x3298
[  443.781061] Bluetooth: Convert: vendor=0x1814, device=0x3298
[  443.781063] Bluetooth: RTBT_Tb: vendor=0x0, device=0x0
[  443.781064] Bluetooth: pci_device_id: vendor=0x1814, device=0x3298
[  443.781273] Bluetooth: rtbt_pci_probe(): PCI Dev(0000:03:00.1) get resource at 0xf7800000,VA 0xffffb149c2ba0000,IRQ 19.
[  443.781288] Bluetooth: call dev_ops->dev_ctrl_init!
[  443.781303] Bluetooth: call dev_ops->dev_resource_init!
[  443.781656] RX_Base_PTR0(0x180)= 0xa0341000
[  443.781699] RX_Base_PTR1(0x190)= 0x280
[  443.853505] rtbt_hps_iface_attach ok
[  443.854403] Bluetooth: RtmpOSIRQRequest(): request_irq (IRQ=19)done, isr_handler=0xffffffffc14c7c40!
[  444.463859] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[  444.463886] Bluetooth: BNEP filters: protocol multicast
[  444.463892] Bluetooth: BNEP socket layer initialized
[  445.045103] RTBTH_IOCDMAC: dmac.dmac_op=0
[  445.049495] RTBTH_IOCDMAC: dmac.dmac_op=1
[  445.273670] Bluetooth: RFCOMM TTY layer initialized
[  445.273688] Bluetooth: RFCOMM socket layer initialized
[  445.273700] Bluetooth: RFCOMM ver 1.11
[  445.352325] NET: Registered PF_ALG protocol family
[  461.440364] input: SRS-XB33 (AVRCP) as /devices/virtual/input/input23
fabrice@fabrice-ordi-portable:~$ 

Hors ligne

#119 Le 22/09/2022, à 19:50

AlbertoP

Re : Activation Bluetooth

Salut, merci,
Alors, à chaque fois que je tape sudo modprobe rtbth, ça fonctionne, ça se connecte. Mais il faut que je le fasse, sinon, ça ne se connecte pas tout seul...

Voici sudo dmesg

fabrice@fabrice-ordi-portable:~$ sudo dmesg
[    0.000000] microcode: microcode updated early to revision 0x26, date = 2019-11-12
[    0.000000] Linux version 5.15.0-48-generic (buildd@lcy02-amd64-080) (gcc (Ubuntu 11.2.0-19ubuntu1) 11.2.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #54-Ubuntu SMP Fri Aug 26 13:26:29 UTC 2022 (Ubuntu 5.15.0-48.54-generic 5.15.53)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.15.0-48-generic root=UUID=9c95a187-42a7-44bc-a5d5-ff52acd49210 ro quiet splash vt.handoff=7
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.000000] signal: max sigframe size: 1776
[    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-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000b9a82fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000b9a83000-0x00000000b9a89fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000b9a8a000-0x00000000ba2eafff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ba2eb000-0x00000000ba55efff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ba55f000-0x00000000c98fcfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000c98fd000-0x00000000c9b04fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c9b05000-0x00000000c9e2afff] usable
[    0.000000] BIOS-e820: [mem 0x00000000c9e2b000-0x00000000cab39fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000cab3a000-0x00000000caffefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000cafff000-0x00000000caffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000cbc00000-0x00000000cfdfffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000012f1fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0xb964a018-0xb965a057] usable ==> usable
[    0.000000] e820: update [mem 0xb964a018-0xb965a057] usable ==> usable
[    0.000000] e820: update [mem 0xb963c018-0xb9649057] usable ==> usable
[    0.000000] e820: update [mem 0xb963c018-0xb9649057] usable ==> usable
[    0.000000] e820: update [mem 0xb962e018-0xb963be57] usable ==> usable
[    0.000000] e820: update [mem 0xb962e018-0xb963be57] 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-0x000000000009efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009f000-0x000000000009ffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x00000000b962e017] usable
[    0.000000] reserve setup_data: [mem 0x00000000b962e018-0x00000000b963be57] usable
[    0.000000] reserve setup_data: [mem 0x00000000b963be58-0x00000000b963c017] usable
[    0.000000] reserve setup_data: [mem 0x00000000b963c018-0x00000000b9649057] usable
[    0.000000] reserve setup_data: [mem 0x00000000b9649058-0x00000000b964a017] usable
[    0.000000] reserve setup_data: [mem 0x00000000b964a018-0x00000000b965a057] usable
[    0.000000] reserve setup_data: [mem 0x00000000b965a058-0x00000000b9a82fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000b9a83000-0x00000000b9a89fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000b9a8a000-0x00000000ba2eafff] usable
[    0.000000] reserve setup_data: [mem 0x00000000ba2eb000-0x00000000ba55efff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ba55f000-0x00000000c98fcfff] usable
[    0.000000] reserve setup_data: [mem 0x00000000c98fd000-0x00000000c9b04fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000c9b05000-0x00000000c9e2afff] usable
[    0.000000] reserve setup_data: [mem 0x00000000c9e2b000-0x00000000cab39fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000cab3a000-0x00000000caffefff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000cafff000-0x00000000caffffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000cbc00000-0x00000000cfdfffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed1c000-0x00000000fed1ffff] 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-0x000000012f1fffff] usable
[    0.000000] efi: EFI v2.31 by American Megatrends
[    0.000000] efi: ACPI 2.0=0xc9eaf000 ACPI=0xc9eaf000 SMBIOS=0xf04c0 MOKvar=0xbd9d2000 
[    0.000000] secureboot: Secure boot disabled
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: ASUSTeK COMPUTER INC. X751LD/X751LD, BIOS X751LD.306 04/14/2014
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1697.612 MHz processor
[    0.001352] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.001357] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.001378] last_pfn = 0x12f200 max_arch_pfn = 0x400000000
[    0.001574] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.002538] total RAM covered: 4014M
[    0.002805]  gran_size: 64K 	chunk_size: 64K 	num_reg: 10  	lose cover RAM: 50M
[    0.002809]  gran_size: 64K 	chunk_size: 128K 	num_reg: 10  	lose cover RAM: 50M
[    0.002813]  gran_size: 64K 	chunk_size: 256K 	num_reg: 10  	lose cover RAM: 50M
[    0.002816]  gran_size: 64K 	chunk_size: 512K 	num_reg: 10  	lose cover RAM: 50M
[    0.002819]  gran_size: 64K 	chunk_size: 1M 	num_reg: 10  	lose cover RAM: 50M
[    0.002822]  gran_size: 64K 	chunk_size: 2M 	num_reg: 10  	lose cover RAM: 50M
[    0.002824]  gran_size: 64K 	chunk_size: 4M 	num_reg: 10  	lose cover RAM: 50M
[    0.002827]  gran_size: 64K 	chunk_size: 8M 	num_reg: 10  	lose cover RAM: 2M
[    0.002830]  gran_size: 64K 	chunk_size: 16M 	num_reg: 10  	lose cover RAM: 0G
[    0.002833]  gran_size: 64K 	chunk_size: 32M 	num_reg: 10  	lose cover RAM: 0G
[    0.002835]  gran_size: 64K 	chunk_size: 64M 	num_reg: 10  	lose cover RAM: 0G
[    0.002838]  gran_size: 64K 	chunk_size: 128M 	num_reg: 10  	lose cover RAM: 0G
[    0.002841]  gran_size: 64K 	chunk_size: 256M 	num_reg: 10  	lose cover RAM: 0G
[    0.002843] *BAD*gran_size: 64K 	chunk_size: 512M 	num_reg: 10  	lose cover RAM: -256M
[    0.002847]  gran_size: 64K 	chunk_size: 1G 	num_reg: 10  	lose cover RAM: 0G
[    0.002850]  gran_size: 64K 	chunk_size: 2G 	num_reg: 10  	lose cover RAM: 2M
[    0.002852]  gran_size: 128K 	chunk_size: 128K 	num_reg: 10  	lose cover RAM: 50M
[    0.002855]  gran_size: 128K 	chunk_size: 256K 	num_reg: 10  	lose cover RAM: 50M
[    0.002858]  gran_size: 128K 	chunk_size: 512K 	num_reg: 10  	lose cover RAM: 50M
[    0.002861]  gran_size: 128K 	chunk_size: 1M 	num_reg: 10  	lose cover RAM: 50M
[    0.002864]  gran_size: 128K 	chunk_size: 2M 	num_reg: 10  	lose cover RAM: 50M
[    0.002866]  gran_size: 128K 	chunk_size: 4M 	num_reg: 10  	lose cover RAM: 50M
[    0.002869]  gran_size: 128K 	chunk_size: 8M 	num_reg: 10  	lose cover RAM: 2M
[    0.002872]  gran_size: 128K 	chunk_size: 16M 	num_reg: 10  	lose cover RAM: 0G
[    0.002874]  gran_size: 128K 	chunk_size: 32M 	num_reg: 10  	lose cover RAM: 0G
[    0.002877]  gran_size: 128K 	chunk_size: 64M 	num_reg: 10  	lose cover RAM: 0G
[    0.002880]  gran_size: 128K 	chunk_size: 128M 	num_reg: 10  	lose cover RAM: 0G
[    0.002882]  gran_size: 128K 	chunk_size: 256M 	num_reg: 10  	lose cover RAM: 0G
[    0.002885] *BAD*gran_size: 128K 	chunk_size: 512M 	num_reg: 10  	lose cover RAM: -256M
[    0.002888]  gran_size: 128K 	chunk_size: 1G 	num_reg: 10  	lose cover RAM: 0G
[    0.002891]  gran_size: 128K 	chunk_size: 2G 	num_reg: 10  	lose cover RAM: 2M
[    0.002893]  gran_size: 256K 	chunk_size: 256K 	num_reg: 10  	lose cover RAM: 50M
[    0.002896]  gran_size: 256K 	chunk_size: 512K 	num_reg: 10  	lose cover RAM: 50M
[    0.002899]  gran_size: 256K 	chunk_size: 1M 	num_reg: 10  	lose cover RAM: 50M
[    0.002902]  gran_size: 256K 	chunk_size: 2M 	num_reg: 10  	lose cover RAM: 50M
[    0.002904]  gran_size: 256K 	chunk_size: 4M 	num_reg: 10  	lose cover RAM: 50M
[    0.002907]  gran_size: 256K 	chunk_size: 8M 	num_reg: 10  	lose cover RAM: 2M
[    0.002909]  gran_size: 256K 	chunk_size: 16M 	num_reg: 10  	lose cover RAM: 0G
[    0.002912]  gran_size: 256K 	chunk_size: 32M 	num_reg: 10  	lose cover RAM: 0G
[    0.002915]  gran_size: 256K 	chunk_size: 64M 	num_reg: 10  	lose cover RAM: 0G
[    0.002918]  gran_size: 256K 	chunk_size: 128M 	num_reg: 10  	lose cover RAM: 0G
[    0.002920]  gran_size: 256K 	chunk_size: 256M 	num_reg: 10  	lose cover RAM: 0G
[    0.002923] *BAD*gran_size: 256K 	chunk_size: 512M 	num_reg: 10  	lose cover RAM: -256M
[    0.002926]  gran_size: 256K 	chunk_size: 1G 	num_reg: 10  	lose cover RAM: 0G
[    0.002929]  gran_size: 256K 	chunk_size: 2G 	num_reg: 10  	lose cover RAM: 2M
[    0.002931]  gran_size: 512K 	chunk_size: 512K 	num_reg: 10  	lose cover RAM: 50M
[    0.002934]  gran_size: 512K 	chunk_size: 1M 	num_reg: 10  	lose cover RAM: 50M
[    0.002937]  gran_size: 512K 	chunk_size: 2M 	num_reg: 10  	lose cover RAM: 50M
[    0.002939]  gran_size: 512K 	chunk_size: 4M 	num_reg: 10  	lose cover RAM: 50M
[    0.002942]  gran_size: 512K 	chunk_size: 8M 	num_reg: 10  	lose cover RAM: 2M
[    0.002945]  gran_size: 512K 	chunk_size: 16M 	num_reg: 10  	lose cover RAM: 0G
[    0.002947]  gran_size: 512K 	chunk_size: 32M 	num_reg: 10  	lose cover RAM: 0G
[    0.002950]  gran_size: 512K 	chunk_size: 64M 	num_reg: 10  	lose cover RAM: 0G
[    0.002953]  gran_size: 512K 	chunk_size: 128M 	num_reg: 10  	lose cover RAM: 0G
[    0.002955]  gran_size: 512K 	chunk_size: 256M 	num_reg: 10  	lose cover RAM: 0G
[    0.002958] *BAD*gran_size: 512K 	chunk_size: 512M 	num_reg: 10  	lose cover RAM: -256M
[    0.002961]  gran_size: 512K 	chunk_size: 1G 	num_reg: 10  	lose cover RAM: 0G
[    0.002964]  gran_size: 512K 	chunk_size: 2G 	num_reg: 10  	lose cover RAM: 2M
[    0.002966]  gran_size: 1M 	chunk_size: 1M 	num_reg: 10  	lose cover RAM: 50M
[    0.002969]  gran_size: 1M 	chunk_size: 2M 	num_reg: 10  	lose cover RAM: 50M
[    0.002972]  gran_size: 1M 	chunk_size: 4M 	num_reg: 10  	lose cover RAM: 50M
[    0.002975]  gran_size: 1M 	chunk_size: 8M 	num_reg: 10  	lose cover RAM: 2M
[    0.002977]  gran_size: 1M 	chunk_size: 16M 	num_reg: 10  	lose cover RAM: 0G
[    0.002980]  gran_size: 1M 	chunk_size: 32M 	num_reg: 10  	lose cover RAM: 0G
[    0.002983]  gran_size: 1M 	chunk_size: 64M 	num_reg: 10  	lose cover RAM: 0G
[    0.002985]  gran_size: 1M 	chunk_size: 128M 	num_reg: 10  	lose cover RAM: 0G
[    0.002988]  gran_size: 1M 	chunk_size: 256M 	num_reg: 10  	lose cover RAM: 0G
[    0.002990] *BAD*gran_size: 1M 	chunk_size: 512M 	num_reg: 10  	lose cover RAM: -256M
[    0.002993]  gran_size: 1M 	chunk_size: 1G 	num_reg: 10  	lose cover RAM: 0G
[    0.002996]  gran_size: 1M 	chunk_size: 2G 	num_reg: 10  	lose cover RAM: 2M
[    0.002999]  gran_size: 2M 	chunk_size: 2M 	num_reg: 10  	lose cover RAM: 50M
[    0.003001]  gran_size: 2M 	chunk_size: 4M 	num_reg: 10  	lose cover RAM: 50M
[    0.003004]  gran_size: 2M 	chunk_size: 8M 	num_reg: 10  	lose cover RAM: 2M
[    0.003006]  gran_size: 2M 	chunk_size: 16M 	num_reg: 10  	lose cover RAM: 0G
[    0.003009]  gran_size: 2M 	chunk_size: 32M 	num_reg: 10  	lose cover RAM: 0G
[    0.003012]  gran_size: 2M 	chunk_size: 64M 	num_reg: 10  	lose cover RAM: 0G
[    0.003014]  gran_size: 2M 	chunk_size: 128M 	num_reg: 10  	lose cover RAM: 0G
[    0.003017]  gran_size: 2M 	chunk_size: 256M 	num_reg: 10  	lose cover RAM: 0G
[    0.003020] *BAD*gran_size: 2M 	chunk_size: 512M 	num_reg: 10  	lose cover RAM: -256M
[    0.003023]  gran_size: 2M 	chunk_size: 1G 	num_reg: 10  	lose cover RAM: 0G
[    0.003025]  gran_size: 2M 	chunk_size: 2G 	num_reg: 10  	lose cover RAM: 2M
[    0.003028]  gran_size: 4M 	chunk_size: 4M 	num_reg: 10  	lose cover RAM: 50M
[    0.003030]  gran_size: 4M 	chunk_size: 8M 	num_reg: 10  	lose cover RAM: 2M
[    0.003033]  gran_size: 4M 	chunk_size: 16M 	num_reg: 10  	lose cover RAM: 2M
[    0.003036]  gran_size: 4M 	chunk_size: 32M 	num_reg: 8  	lose cover RAM: 2M
[    0.003038]  gran_size: 4M 	chunk_size: 64M 	num_reg: 8  	lose cover RAM: 2M
[    0.003041]  gran_size: 4M 	chunk_size: 128M 	num_reg: 8  	lose cover RAM: 2M
[    0.003044]  gran_size: 4M 	chunk_size: 256M 	num_reg: 8  	lose cover RAM: 2M
[    0.003046]  gran_size: 4M 	chunk_size: 512M 	num_reg: 9  	lose cover RAM: 2M
[    0.003049]  gran_size: 4M 	chunk_size: 1G 	num_reg: 8  	lose cover RAM: 2M
[    0.003051]  gran_size: 4M 	chunk_size: 2G 	num_reg: 10  	lose cover RAM: 2M
[    0.003054]  gran_size: 8M 	chunk_size: 8M 	num_reg: 10  	lose cover RAM: 22M
[    0.003057]  gran_size: 8M 	chunk_size: 16M 	num_reg: 10  	lose cover RAM: 6M
[    0.003059]  gran_size: 8M 	chunk_size: 32M 	num_reg: 8  	lose cover RAM: 6M
[    0.003062]  gran_size: 8M 	chunk_size: 64M 	num_reg: 8  	lose cover RAM: 6M
[    0.003065]  gran_size: 8M 	chunk_size: 128M 	num_reg: 8  	lose cover RAM: 6M
[    0.003067]  gran_size: 8M 	chunk_size: 256M 	num_reg: 8  	lose cover RAM: 6M
[    0.003070]  gran_size: 8M 	chunk_size: 512M 	num_reg: 9  	lose cover RAM: 6M
[    0.003072]  gran_size: 8M 	chunk_size: 1G 	num_reg: 8  	lose cover RAM: 6M
[    0.003075]  gran_size: 8M 	chunk_size: 2G 	num_reg: 10  	lose cover RAM: 6M
[    0.003078]  gran_size: 16M 	chunk_size: 16M 	num_reg: 10  	lose cover RAM: 14M
[    0.003081]  gran_size: 16M 	chunk_size: 32M 	num_reg: 8  	lose cover RAM: 14M
[    0.003083]  gran_size: 16M 	chunk_size: 64M 	num_reg: 8  	lose cover RAM: 14M
[    0.003086]  gran_size: 16M 	chunk_size: 128M 	num_reg: 8  	lose cover RAM: 14M
[    0.003089]  gran_size: 16M 	chunk_size: 256M 	num_reg: 8  	lose cover RAM: 14M
[    0.003091]  gran_size: 16M 	chunk_size: 512M 	num_reg: 9  	lose cover RAM: 14M
[    0.003094]  gran_size: 16M 	chunk_size: 1G 	num_reg: 8  	lose cover RAM: 14M
[    0.003097]  gran_size: 16M 	chunk_size: 2G 	num_reg: 10  	lose cover RAM: 14M
[    0.003099]  gran_size: 32M 	chunk_size: 32M 	num_reg: 8  	lose cover RAM: 46M
[    0.003102]  gran_size: 32M 	chunk_size: 64M 	num_reg: 8  	lose cover RAM: 46M
[    0.003105]  gran_size: 32M 	chunk_size: 128M 	num_reg: 8  	lose cover RAM: 46M
[    0.003107]  gran_size: 32M 	chunk_size: 256M 	num_reg: 8  	lose cover RAM: 46M
[    0.003110]  gran_size: 32M 	chunk_size: 512M 	num_reg: 9  	lose cover RAM: 46M
[    0.003113]  gran_size: 32M 	chunk_size: 1G 	num_reg: 8  	lose cover RAM: 46M
[    0.003115]  gran_size: 32M 	chunk_size: 2G 	num_reg: 9  	lose cover RAM: 46M
[    0.003118]  gran_size: 64M 	chunk_size: 64M 	num_reg: 6  	lose cover RAM: 110M
[    0.003121]  gran_size: 64M 	chunk_size: 128M 	num_reg: 6  	lose cover RAM: 110M
[    0.003123]  gran_size: 64M 	chunk_size: 256M 	num_reg: 7  	lose cover RAM: 110M
[    0.003126]  gran_size: 64M 	chunk_size: 512M 	num_reg: 8  	lose cover RAM: 110M
[    0.003129]  gran_size: 64M 	chunk_size: 1G 	num_reg: 7  	lose cover RAM: 110M
[    0.003131]  gran_size: 64M 	chunk_size: 2G 	num_reg: 7  	lose cover RAM: 110M
[    0.003134]  gran_size: 128M 	chunk_size: 128M 	num_reg: 5  	lose cover RAM: 174M
[    0.003137]  gran_size: 128M 	chunk_size: 256M 	num_reg: 7  	lose cover RAM: 174M
[    0.003139]  gran_size: 128M 	chunk_size: 512M 	num_reg: 8  	lose cover RAM: 174M
[    0.003142]  gran_size: 128M 	chunk_size: 1G 	num_reg: 7  	lose cover RAM: 174M
[    0.003145]  gran_size: 128M 	chunk_size: 2G 	num_reg: 6  	lose cover RAM: 174M
[    0.003147]  gran_size: 256M 	chunk_size: 256M 	num_reg: 3  	lose cover RAM: 430M
[    0.003150]  gran_size: 256M 	chunk_size: 512M 	num_reg: 3  	lose cover RAM: 430M
[    0.003153]  gran_size: 256M 	chunk_size: 1G 	num_reg: 3  	lose cover RAM: 430M
[    0.003155]  gran_size: 256M 	chunk_size: 2G 	num_reg: 3  	lose cover RAM: 430M
[    0.003158]  gran_size: 512M 	chunk_size: 512M 	num_reg: 3  	lose cover RAM: 430M
[    0.003161]  gran_size: 512M 	chunk_size: 1G 	num_reg: 3  	lose cover RAM: 430M
[    0.003164]  gran_size: 512M 	chunk_size: 2G 	num_reg: 3  	lose cover RAM: 430M
[    0.003166]  gran_size: 1G 	chunk_size: 1G 	num_reg: 2  	lose cover RAM: 942M
[    0.003169]  gran_size: 1G 	chunk_size: 2G 	num_reg: 2  	lose cover RAM: 942M
[    0.003171]  gran_size: 2G 	chunk_size: 2G 	num_reg: 1  	lose cover RAM: 1966M
[    0.003174] mtrr_cleanup: can not find optimal value
[    0.003175] please specify mtrr_gran_size/mtrr_chunk_size
[    0.003182] e820: update [mem 0xcbc00000-0xffffffff] usable ==> reserved
[    0.003190] last_pfn = 0xcb000 max_arch_pfn = 0x400000000
[    0.017440] found SMP MP-table at [mem 0x000fd860-0x000fd86f]
[    0.017471] e820: update [mem 0xbd9d2000-0xbd9d2fff] usable ==> reserved
[    0.017507] Using GB pages for direct mapping
[    0.019673] secureboot: Secure boot disabled
[    0.019675] RAMDISK: [mem 0x3c393000-0x3fffdfff]
[    0.019685] ACPI: Early table checksum verification disabled
[    0.019689] ACPI: RSDP 0x00000000C9EAF000 000024 (v02 _ASUS_)
[    0.019696] ACPI: XSDT 0x00000000C9EAF098 0000BC (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.019706] ACPI: FACP 0x00000000C9EC56C8 00010C (v05 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.019716] ACPI: DSDT 0x00000000C9EAF270 016455 (v02 _ASUS_ Notebook 00000012 INTL 20120711)
[    0.019723] ACPI: FACS 0x00000000CAB37080 000040
[    0.019728] ACPI: APIC 0x00000000C9EC57D8 000072 (v03 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.019734] ACPI: FPDT 0x00000000C9EC5850 000044 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.019740] ACPI: ECDT 0x00000000C9EC5898 0000C1 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
[    0.019746] ACPI: LPIT 0x00000000C9EC5960 00005C (v01 _ASUS_ Notebook 00000000 AMI. 00000005)
[    0.019752] ACPI: SSDT 0x00000000C9EC59C0 000174 (v01 Intel  zpoddult 00001000 INTL 20120711)
[    0.019758] ACPI: SSDT 0x00000000C9EC5B38 0004B5 (v01 PmRef  Cpu0Ist  00003000 INTL 20120711)
[    0.019765] ACPI: SSDT 0x00000000C9EC5FF0 000AD8 (v01 PmRef  CpuPm    00003000 INTL 20120711)
[    0.019771] ACPI: SSDT 0x00000000C9EC6AC8 0002DE (v01 PmRef  Cpu0Tst  00003000 INTL 20120711)
[    0.019777] ACPI: SSDT 0x00000000C9EC6DA8 000348 (v01 PmRef  ApTst    00003000 INTL 20120711)
[    0.019783] ACPI: MCFG 0x00000000C9EC70F0 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00000097)
[    0.019789] ACPI: SSDT 0x00000000C9EC7130 003043 (v01 DptfTa DptfTabl 00001000 INTL 20120711)
[    0.019795] ACPI: HPET 0x00000000C9ECA178 000038 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
[    0.019801] ACPI: SSDT 0x00000000C9ECA1B0 000298 (v01 SataRe SataTabl 00001000 INTL 20120711)
[    0.019806] ACPI: SSDT 0x00000000C9ECA448 003E0C (v01 SaSsdt SaSsdt   00003000 INTL 20091112)
[    0.019813] ACPI: SSDT 0x00000000C9ECE258 000EE5 (v01 SgRef  SgPch    00001000 INTL 20120711)
[    0.019818] ACPI: DMAR 0x00000000C9ECF140 0000B0 (v01 INTEL  HSW      00000001 INTL 00000001)
[    0.019824] ACPI: SSDT 0x00000000C9ECF1F0 00147F (v01 OptRef OptTabl  00001000 INTL 20120711)
[    0.019830] ACPI: MSDM 0x00000000C9B03E18 000055 (v03 _ASUS_ Notebook 00000000 ASUS 00000001)
[    0.019835] ACPI: Reserving FACP table memory at [mem 0xc9ec56c8-0xc9ec57d3]
[    0.019838] ACPI: Reserving DSDT table memory at [mem 0xc9eaf270-0xc9ec56c4]
[    0.019840] ACPI: Reserving FACS table memory at [mem 0xcab37080-0xcab370bf]
[    0.019842] ACPI: Reserving APIC table memory at [mem 0xc9ec57d8-0xc9ec5849]
[    0.019844] ACPI: Reserving FPDT table memory at [mem 0xc9ec5850-0xc9ec5893]
[    0.019846] ACPI: Reserving ECDT table memory at [mem 0xc9ec5898-0xc9ec5958]
[    0.019848] ACPI: Reserving LPIT table memory at [mem 0xc9ec5960-0xc9ec59bb]
[    0.019850] ACPI: Reserving SSDT table memory at [mem 0xc9ec59c0-0xc9ec5b33]
[    0.019851] ACPI: Reserving SSDT table memory at [mem 0xc9ec5b38-0xc9ec5fec]
[    0.019853] ACPI: Reserving SSDT table memory at [mem 0xc9ec5ff0-0xc9ec6ac7]
[    0.019855] ACPI: Reserving SSDT table memory at [mem 0xc9ec6ac8-0xc9ec6da5]
[    0.019857] ACPI: Reserving SSDT table memory at [mem 0xc9ec6da8-0xc9ec70ef]
[    0.019859] ACPI: Reserving MCFG table memory at [mem 0xc9ec70f0-0xc9ec712b]
[    0.019861] ACPI: Reserving SSDT table memory at [mem 0xc9ec7130-0xc9eca172]
[    0.019863] ACPI: Reserving HPET table memory at [mem 0xc9eca178-0xc9eca1af]
[    0.019864] ACPI: Reserving SSDT table memory at [mem 0xc9eca1b0-0xc9eca447]
[    0.019866] ACPI: Reserving SSDT table memory at [mem 0xc9eca448-0xc9ece253]
[    0.019868] ACPI: Reserving SSDT table memory at [mem 0xc9ece258-0xc9ecf13c]
[    0.019870] ACPI: Reserving DMAR table memory at [mem 0xc9ecf140-0xc9ecf1ef]
[    0.019872] ACPI: Reserving SSDT table memory at [mem 0xc9ecf1f0-0xc9ed066e]
[    0.019874] ACPI: Reserving MSDM table memory at [mem 0xc9b03e18-0xc9b03e6c]
[    0.020059] No NUMA configuration found
[    0.020061] Faking a node at [mem 0x0000000000000000-0x000000012f1fffff]
[    0.020078] NODE_DATA(0) allocated [mem 0x12f1d4000-0x12f1fdfff]
[    0.020625] Zone ranges:
[    0.020627]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.020631]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.020634]   Normal   [mem 0x0000000100000000-0x000000012f1fffff]
[    0.020637]   Device   empty
[    0.020639] Movable zone start for each node
[    0.020644] Early memory node ranges
[    0.020645]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.020648]   node   0: [mem 0x0000000000059000-0x000000000009efff]
[    0.020649]   node   0: [mem 0x0000000000100000-0x00000000b9a82fff]
[    0.020652]   node   0: [mem 0x00000000b9a8a000-0x00000000ba2eafff]
[    0.020653]   node   0: [mem 0x00000000ba55f000-0x00000000c98fcfff]
[    0.020655]   node   0: [mem 0x00000000c9b05000-0x00000000c9e2afff]
[    0.020657]   node   0: [mem 0x00000000cafff000-0x00000000caffffff]
[    0.020658]   node   0: [mem 0x0000000100000000-0x000000012f1fffff]
[    0.020661] Initmem setup node 0 [mem 0x0000000000001000-0x000000012f1fffff]
[    0.020669] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.020672] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.020735] On node 0, zone DMA: 97 pages in unavailable ranges
[    0.032230] On node 0, zone DMA32: 7 pages in unavailable ranges
[    0.033193] On node 0, zone DMA32: 628 pages in unavailable ranges
[    0.033219] On node 0, zone DMA32: 520 pages in unavailable ranges
[    0.033311] On node 0, zone DMA32: 4564 pages in unavailable ranges
[    0.036633] On node 0, zone Normal: 20480 pages in unavailable ranges
[    0.036711] On node 0, zone Normal: 3584 pages in unavailable ranges
[    0.036723] Reserving Intel graphics memory at [mem 0xcbe00000-0xcfdfffff]
[    0.036821] ACPI: PM-Timer IO Port: 0x1808
[    0.036835] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.036849] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-39
[    0.036855] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.036858] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.036865] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.036867] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.036874] TSC deadline timer available
[    0.036876] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.036916] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.036920] PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.036924] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.036926] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.036929] PM: hibernation: Registered nosave memory: [mem 0xb962e000-0xb962efff]
[    0.036933] PM: hibernation: Registered nosave memory: [mem 0xb963b000-0xb963bfff]
[    0.036935] PM: hibernation: Registered nosave memory: [mem 0xb963c000-0xb963cfff]
[    0.036938] PM: hibernation: Registered nosave memory: [mem 0xb9649000-0xb9649fff]
[    0.036940] PM: hibernation: Registered nosave memory: [mem 0xb964a000-0xb964afff]
[    0.036943] PM: hibernation: Registered nosave memory: [mem 0xb965a000-0xb965afff]
[    0.036947] PM: hibernation: Registered nosave memory: [mem 0xb9a83000-0xb9a89fff]
[    0.036950] PM: hibernation: Registered nosave memory: [mem 0xba2eb000-0xba55efff]
[    0.036954] PM: hibernation: Registered nosave memory: [mem 0xbd9d2000-0xbd9d2fff]
[    0.036957] PM: hibernation: Registered nosave memory: [mem 0xc98fd000-0xc9b04fff]
[    0.036961] PM: hibernation: Registered nosave memory: [mem 0xc9e2b000-0xcab39fff]
[    0.036962] PM: hibernation: Registered nosave memory: [mem 0xcab3a000-0xcaffefff]
[    0.036966] PM: hibernation: Registered nosave memory: [mem 0xcb000000-0xcbbfffff]
[    0.036968] PM: hibernation: Registered nosave memory: [mem 0xcbc00000-0xcfdfffff]
[    0.036969] PM: hibernation: Registered nosave memory: [mem 0xcfe00000-0xf7ffffff]
[    0.036971] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.036972] PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[    0.036974] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.036975] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.036977] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[    0.036978] PM: hibernation: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
[    0.036979] PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.036981] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.036982] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.036984] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.036985] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.036988] [mem 0xcfe00000-0xf7ffffff] available for PCI devices
[    0.036992] Booting paravirtualized kernel on bare hardware
[    0.036995] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.037009] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.037350] percpu: Embedded 60 pages/cpu s208896 r8192 d28672 u524288
[    0.037364] pcpu-alloc: s208896 r8192 d28672 u524288 alloc=1*2097152
[    0.037368] pcpu-alloc: [0] 0 1 2 3 
[    0.037426] Built 1 zonelists, mobility grouping on.  Total pages: 1002618
[    0.037429] Policy zone: Normal
[    0.037432] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.15.0-48-generic root=UUID=9c95a187-42a7-44bc-a5d5-ff52acd49210 ro quiet splash vt.handoff=7
[    0.037576] Unknown kernel command line parameters "splash BOOT_IMAGE=/boot/vmlinuz-5.15.0-48-generic", will be passed to user space.
[    0.037937] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.038122] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.038205] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.074180] Memory: 3629040K/4074776K available (16393K kernel code, 4377K rwdata, 10804K rodata, 3224K init, 6580K bss, 445476K reserved, 0K cma-reserved)
[    0.075163] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.075204] Kernel/User page tables isolation: enabled
[    0.075237] ftrace: allocating 50485 entries in 198 pages
[    0.115653] ftrace: allocated 198 pages with 4 groups
[    0.115886] rcu: Hierarchical RCU implementation.
[    0.115888] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[    0.115891] 	Rude variant of Tasks RCU enabled.
[    0.115892] 	Tracing variant of Tasks RCU enabled.
[    0.115893] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.115895] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.123961] NR_IRQS: 524544, nr_irqs: 728, preallocated irqs: 16
[    0.124226] random: crng init done
[    0.124266] Console: colour dummy device 80x25
[    0.124309] printk: console [tty0] enabled
[    0.124339] ACPI: Core revision 20210730
[    0.124579] hpet: HPET dysfunctional in PC10. Force disabled.
[    0.124581] APIC: Switch to symmetric I/O mode setup
[    0.124584] DMAR: Host address width 39
[    0.124586] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.124594] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap c0000020660462 ecap f0101a
[    0.124598] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.124603] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008020660462 ecap f010da
[    0.124606] DMAR: RMRR base: 0x000000c9a8c000 end: 0x000000c9a98fff
[    0.124609] DMAR: RMRR base: 0x000000cbc00000 end: 0x000000cfdfffff
[    0.124613] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.124615] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.124617] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.125488] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.125492] x2apic enabled
[    0.125500] Switched APIC routing to cluster x2apic.
[    0.126037] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x18785774372, max_idle_ns: 440795259013 ns
[    0.126049] Calibrating delay loop (skipped), value calculated using timer frequency.. 3395.22 BogoMIPS (lpj=6790448)
[    0.126054] pid_max: default: 32768 minimum: 301
[    0.130043] LSM: Security Framework initializing
[    0.130043] landlock: Up and running.
[    0.130043] Yama: becoming mindful.
[    0.130043] AppArmor: AppArmor initialized
[    0.130043] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.130043] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.130043] CPU0: Thermal monitoring enabled (TM1)
[    0.130043] process: using mwait in idle threads
[    0.130043] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[    0.130043] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[    0.130043] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.130043] Spectre V2 : Mitigation: Retpolines
[    0.130043] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.130043] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.130043] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.130043] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[    0.130043] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.130043] MDS: Mitigation: Clear CPU buffers
[    0.130043] SRBDS: Mitigation: Microcode
[    0.130043] Freeing SMP alternatives memory: 40K
[    0.130043] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1024
[    0.130043] smpboot: CPU0: Intel(R) Core(TM) i3-4010U CPU @ 1.70GHz (family: 0x6, model: 0x45, stepping: 0x1)
[    0.130043] Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.130043] ... version:                3
[    0.130043] ... bit width:              48
[    0.130043] ... generic registers:      4
[    0.130043] ... value mask:             0000ffffffffffff
[    0.130043] ... max period:             00007fffffffffff
[    0.130043] ... fixed-purpose events:   3
[    0.130043] ... event mask:             000000070000000f
[    0.130043] rcu: Hierarchical SRCU implementation.
[    0.130043] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.130043] smp: Bringing up secondary CPUs ...
[    0.130043] x86: Booting SMP configuration:
[    0.130043] .... node  #0, CPUs:      #1 #2
[    0.131705] 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.131705]  #3
[    0.131705] smp: Brought up 1 node, 4 CPUs
[    0.131705] smpboot: Max logical packages: 1
[    0.131705] smpboot: Total of 4 processors activated (13580.89 BogoMIPS)
[    0.134367] devtmpfs: initialized
[    0.134367] x86/mm: Memory block size: 128MB
[    0.134672] ACPI: PM: Registering ACPI NVS region [mem 0xb9a83000-0xb9a89fff] (28672 bytes)
[    0.134672] ACPI: PM: Registering ACPI NVS region [mem 0xc9e2b000-0xcab39fff] (13692928 bytes)
[    0.134672] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.134672] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.134672] pinctrl core: initialized pinctrl subsystem
[    0.134672] PM: RTC time: 17:37:50, date: 2022-09-22
[    0.134822] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.135010] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[    0.135064] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.135119] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.135129] audit: initializing netlink subsys (disabled)
[    0.135140] audit: type=2000 audit(1663868270.008:1): state=initialized audit_enabled=0 res=1
[    0.135140] thermal_sys: Registered thermal governor 'fair_share'
[    0.135140] thermal_sys: Registered thermal governor 'bang_bang'
[    0.135140] thermal_sys: Registered thermal governor 'step_wise'
[    0.135140] thermal_sys: Registered thermal governor 'user_space'
[    0.135140] thermal_sys: Registered thermal governor 'power_allocator'
[    0.135140] EISA bus registered
[    0.135140] cpuidle: using governor ladder
[    0.135140] cpuidle: using governor menu
[    0.135140] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.135140] ACPI: bus type PCI registered
[    0.135140] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.135140] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.135140] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.135140] pmd_set_huge: Cannot satisfy [mem 0xf8000000-0xf8200000] with a huge-page mapping due to MTRR override.
[    0.135140] PCI: Using configuration type 1 for base access
[    0.135140] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    0.135140] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.139269] Kprobes globally optimized
[    0.139276] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.139276] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.139276] ACPI: Added _OSI(Module Device)
[    0.139276] ACPI: Added _OSI(Processor Device)
[    0.139276] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.139276] ACPI: Added _OSI(Processor Aggregator Device)
[    0.139276] ACPI: Added _OSI(Linux-Dell-Video)
[    0.139276] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.139276] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.182702] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.RP05._DSW], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.182717] fbcon: Taking over console
[    0.182733] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.182740] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.183430] ACPI: 11 ACPI AML tables successfully acquired and loaded
[    0.185067] ACPI: EC: EC started
[    0.185068] ACPI: EC: interrupt blocked
[    0.187240] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.187243] ACPI: EC: Boot ECDT EC used to handle transactions
[    0.189014] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.194281] ACPI: Dynamic OEM Table Load:
[    0.194292] ACPI: SSDT 0xFFFF8AA080E34800 0003D3 (v01 PmRef  Cpu0Cst  00003001 INTL 20120711)
[    0.196534] ACPI: Dynamic OEM Table Load:
[    0.196544] ACPI: SSDT 0xFFFF8AA081074800 0005AA (v01 PmRef  ApIst    00003000 INTL 20120711)
[    0.198903] ACPI: Dynamic OEM Table Load:
[    0.198911] ACPI: SSDT 0xFFFF8AA0801FB800 000119 (v01 PmRef  ApCst    00003000 INTL 20120711)
[    0.202349] ACPI: Interpreter enabled
[    0.202404] ACPI: PM: (supports S0 S3 S4 S5)
[    0.202407] ACPI: Using IOAPIC for interrupt routing
[    0.202456] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.202458] PCI: Using E820 reservations for host bridge windows
[    0.203354] ACPI: Enabled 8 GPEs in block 00 to 7F
[    0.210309] ACPI: PM: Power Resource [NVP3]
[    0.232023] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.232034] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.233402] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
[    0.233406] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.234431] PCI host bridge to bus 0000:00
[    0.234436] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.234439] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.234442] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.234444] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.234447] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff window]
[    0.234449] pci_bus 0000:00: root bus resource [mem 0xcfe00000-0xfeafffff window]
[    0.234541] pci 0000:00:00.0: [8086:0a04] type 00 class 0x060000
[    0.234866] pci 0000:00:02.0: [8086:0a16] type 00 class 0x030000
[    0.234879] pci 0000:00:02.0: reg 0x10: [mem 0xf7400000-0xf77fffff 64bit]
[    0.234889] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.234896] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.234913] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.234918] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.235193] pci 0000:00:03.0: [8086:0a0c] type 00 class 0x040300
[    0.235207] pci 0000:00:03.0: reg 0x10: [mem 0xf7a1c000-0xf7a1ffff 64bit]
[    0.235492] pci 0000:00:04.0: [8086:0a03] type 00 class 0x118000
[    0.235505] pci 0000:00:04.0: reg 0x10: [mem 0xf7a10000-0xf7a17fff 64bit]
[    0.235801] pci 0000:00:14.0: [8086:9c31] type 00 class 0x0c0330
[    0.235821] pci 0000:00:14.0: reg 0x10: [mem 0xf7a00000-0xf7a0ffff 64bit]
[    0.235887] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.236065] pci 0000:00:16.0: [8086:9c3a] type 00 class 0x078000
[    0.236087] pci 0000:00:16.0: reg 0x10: [mem 0xf7a25000-0xf7a2501f 64bit]
[    0.236162] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.236457] pci 0000:00:1b.0: [8086:9c20] type 00 class 0x040300
[    0.236476] pci 0000:00:1b.0: reg 0x10: [mem 0xf7a18000-0xf7a1bfff 64bit]
[    0.236554] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.236811] pci 0000:00:1c.0: [8086:9c10] type 01 class 0x060400
[    0.236896] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.237682] pci 0000:00:1c.2: [8086:9c14] type 01 class 0x060400
[    0.237773] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.238550] pci 0000:00:1c.3: [8086:9c16] type 01 class 0x060400
[    0.238639] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.239421] pci 0000:00:1c.4: [8086:9c18] type 01 class 0x060400
[    0.239511] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.240291] pci 0000:00:1d.0: [8086:9c26] type 00 class 0x0c0320
[    0.240311] pci 0000:00:1d.0: reg 0x10: [mem 0xf7a23000-0xf7a233ff]
[    0.240407] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.240672] pci 0000:00:1f.0: [8086:9c43] type 00 class 0x060100
[    0.241036] pci 0000:00:1f.2: [8086:9c03] type 00 class 0x010601
[    0.241051] pci 0000:00:1f.2: reg 0x10: [io  0xf0b0-0xf0b7]
[    0.241059] pci 0000:00:1f.2: reg 0x14: [io  0xf0a0-0xf0a3]
[    0.241067] pci 0000:00:1f.2: reg 0x18: [io  0xf090-0xf097]
[    0.241075] pci 0000:00:1f.2: reg 0x1c: [io  0xf080-0xf083]
[    0.241083] pci 0000:00:1f.2: reg 0x20: [io  0xf060-0xf07f]
[    0.241092] pci 0000:00:1f.2: reg 0x24: [mem 0xf7a22000-0xf7a227ff]
[    0.241131] pci 0000:00:1f.2: PME# supported from D3hot
[    0.241369] pci 0000:00:1f.3: [8086:9c22] type 00 class 0x0c0500
[    0.241389] pci 0000:00:1f.3: reg 0x10: [mem 0xf7a21000-0xf7a210ff 64bit]
[    0.241411] pci 0000:00:1f.3: reg 0x20: [io  0xf040-0xf05f]
[    0.241679] pci 0000:00:1f.6: [8086:9c24] type 00 class 0x118000
[    0.241711] pci 0000:00:1f.6: reg 0x10: [mem 0xf7a20000-0xf7a20fff 64bit]
[    0.241984] acpiphp: Slot [1] registered
[    0.241990] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.242120] pci 0000:02:00.0: [10ec:5287] type 00 class 0xff0000
[    0.242145] pci 0000:02:00.0: reg 0x10: [mem 0xf7915000-0xf7915fff]
[    0.242213] pci 0000:02:00.0: reg 0x30: [mem 0xf7900000-0xf790ffff pref]
[    0.242321] pci 0000:02:00.0: supports D1 D2
[    0.242323] pci 0000:02:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.242522] pci 0000:02:00.1: [10ec:8168] type 00 class 0x020000
[    0.242547] pci 0000:02:00.1: reg 0x10: [io  0xe000-0xe0ff]
[    0.242577] pci 0000:02:00.1: reg 0x18: [mem 0xf7914000-0xf7914fff 64bit]
[    0.242597] pci 0000:02:00.1: reg 0x20: [mem 0xf7910000-0xf7913fff 64bit]
[    0.242711] pci 0000:02:00.1: supports D1 D2
[    0.242712] pci 0000:02:00.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.242921] pci 0000:00:1c.2: PCI bridge to [bus 02]
[    0.242926] pci 0000:00:1c.2:   bridge window [io  0xe000-0xefff]
[    0.242930] pci 0000:00:1c.2:   bridge window [mem 0xf7900000-0xf79fffff]
[    0.246070] pci 0000:03:00.0: [1814:3290] type 00 class 0x028000
[    0.246112] pci 0000:03:00.0: reg 0x10: [mem 0xf7810000-0xf781ffff]
[    0.246268] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    0.248081] pci 0000:03:00.1: [1814:3298] type 00 class 0x0d1100
[    0.248105] pci 0000:03:00.1: reg 0x10: [mem 0xf7800000-0xf780ffff]
[    0.248261] pci 0000:03:00.1: supports D1
[    0.248262] pci 0000:03:00.1: PME# supported from D0 D1 D3hot D3cold
[    0.250093] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    0.250098] pci 0000:00:1c.3:   bridge window [mem 0xf7800000-0xf78fffff]
[    0.250211] pci 0000:04:00.0: [10de:1140] type 00 class 0x030200
[    0.250241] pci 0000:04:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
[    0.250265] pci 0000:04:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.250288] pci 0000:04:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
[    0.250304] pci 0000:04:00.0: reg 0x24: [io  0xd000-0xd07f]
[    0.250320] pci 0000:04:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
[    0.250333] pci 0000:04:00.0: enabling Extended Tags
[    0.250357] pci 0000:04:00.0: Enabling HDA controller
[    0.250486] pci 0000:04:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x4 link at 0000:00:1c.4 (capable of 32.000 Gb/s with 2.5 GT/s PCIe x16 link)
[    0.251125] pci 0000:00:1c.4: PCI bridge to [bus 04]
[    0.251130] pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
[    0.251135] pci 0000:00:1c.4:   bridge window [mem 0xf6000000-0xf70fffff]
[    0.251140] pci 0000:00:1c.4:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.253276] ACPI: PCI: Interrupt link LNKA configured for IRQ 11
[    0.253382] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.253384] ACPI: PCI: Interrupt link LNKB disabled
[    0.253487] ACPI: PCI: Interrupt link LNKC configured for IRQ 3
[    0.253590] ACPI: PCI: Interrupt link LNKD configured for IRQ 10
[    0.253691] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.253693] ACPI: PCI: Interrupt link LNKE disabled
[    0.253793] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.253795] ACPI: PCI: Interrupt link LNKF disabled
[    0.253896] ACPI: PCI: Interrupt link LNKG configured for IRQ 5
[    0.253998] ACPI: PCI: Interrupt link LNKH configured for IRQ 4
[    0.254874] ACPI: EC: interrupt unblocked
[    0.254877] ACPI: EC: event unblocked
[    0.254883] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.254885] ACPI: EC: GPE=0xa
[    0.254887] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot ECDT EC initialization complete
[    0.254891] ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
[    0.255005] iommu: Default domain type: Translated 
[    0.255005] iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.255005] SCSI subsystem initialized
[    0.255005] libata version 3.00 loaded.
[    0.255005] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.255005] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.255005] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.255005] vgaarb: loaded
[    0.255005] ACPI: bus type USB registered
[    0.255005] usbcore: registered new interface driver usbfs
[    0.255005] usbcore: registered new interface driver hub
[    0.255005] usbcore: registered new device driver usb
[    0.255005] pps_core: LinuxPPS API ver. 1 registered
[    0.255005] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.255005] PTP clock support registered
[    0.255005] EDAC MC: Ver: 3.0.0
[    0.255005] Registered efivars operations
[    0.255005] NetLabel: Initializing
[    0.255005] NetLabel:  domain hash size = 128
[    0.255005] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.255005] NetLabel:  unlabeled traffic allowed by default
[    0.255005] PCI: Using ACPI for IRQ routing
[    0.255509] PCI: pci_cache_line_size set to 64 bytes
[    0.255570] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.255572] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.255574] e820: reserve RAM buffer [mem 0xb962e018-0xbbffffff]
[    0.255577] e820: reserve RAM buffer [mem 0xb963c018-0xbbffffff]
[    0.255579] e820: reserve RAM buffer [mem 0xb964a018-0xbbffffff]
[    0.255581] e820: reserve RAM buffer [mem 0xb9a83000-0xbbffffff]
[    0.255583] e820: reserve RAM buffer [mem 0xba2eb000-0xbbffffff]
[    0.255585] e820: reserve RAM buffer [mem 0xbd9d2000-0xbfffffff]
[    0.255587] e820: reserve RAM buffer [mem 0xc98fd000-0xcbffffff]
[    0.255589] e820: reserve RAM buffer [mem 0xc9e2b000-0xcbffffff]
[    0.255591] e820: reserve RAM buffer [mem 0xcb000000-0xcbffffff]
[    0.255593] e820: reserve RAM buffer [mem 0x12f200000-0x12fffffff]
[    0.259194] clocksource: Switched to clocksource tsc-early
[    0.273060] VFS: Disk quotas dquot_6.6.0
[    0.273089] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.273329] AppArmor: AppArmor Filesystem Enabled
[    0.273400] pnp: PnP ACPI init
[    0.273643] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.274380] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.274388] system 00:01: [io  0xffff] has been reserved
[    0.274392] system 00:01: [io  0xffff] has been reserved
[    0.274397] system 00:01: [io  0xffff] has been reserved
[    0.274401] system 00:01: [io  0x1c00-0x1cfe] has been reserved
[    0.274406] system 00:01: [io  0x1d00-0x1dfe] has been reserved
[    0.274411] system 00:01: [io  0x1e00-0x1efe] has been reserved
[    0.274415] system 00:01: [io  0x1f00-0x1ffe] has been reserved
[    0.274420] system 00:01: [io  0x1800-0x18fe] has been reserved
[    0.274424] system 00:01: [io  0x164e-0x164f] has been reserved
[    0.274630] system 00:03: [io  0x1854-0x1857] has been reserved
[    0.274779] system 00:04: [io  0x04d0-0x04d1] has been reserved
[    0.274873] system 00:05: [io  0x0240-0x0259] has been reserved
[    0.277251] system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.277258] system 00:09: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.277263] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.277270] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.277275] system 00:09: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.277280] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.277285] system 00:09: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.277290] system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.277295] system 00:09: [mem 0xff000000-0xffffffff] has been reserved
[    0.277300] system 00:09: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.277305] system 00:09: [mem 0xf7fdf000-0xf7fdffff] has been reserved
[    0.277310] system 00:09: [mem 0xf7fe0000-0xf7feffff] has been reserved
[    0.278715] pnp: PnP ACPI: found 11 devices
[    0.285817] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.285903] NET: Registered PF_INET protocol family
[    0.285983] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.287150] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    0.287192] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.287237] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.287333] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[    0.287395] TCP: Hash tables configured (established 32768 bind 32768)
[    0.287467] MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)
[    0.287510] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.287530] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.287584] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.287593] NET: Registered PF_XDP protocol family
[    0.287615] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.287630] pci 0000:00:1c.2: PCI bridge to [bus 02]
[    0.287634] pci 0000:00:1c.2:   bridge window [io  0xe000-0xefff]
[    0.287639] pci 0000:00:1c.2:   bridge window [mem 0xf7900000-0xf79fffff]
[    0.287648] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    0.287653] pci 0000:00:1c.3:   bridge window [mem 0xf7800000-0xf78fffff]
[    0.287661] pci 0000:00:1c.4: PCI bridge to [bus 04]
[    0.287664] pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
[    0.287669] pci 0000:00:1c.4:   bridge window [mem 0xf6000000-0xf70fffff]
[    0.287673] pci 0000:00:1c.4:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.287681] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.287683] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.287686] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.287688] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff window]
[    0.287690] pci_bus 0000:00: resource 8 [mem 0xcfe00000-0xfeafffff window]
[    0.287693] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    0.287695] pci_bus 0000:02: resource 1 [mem 0xf7900000-0xf79fffff]
[    0.287698] pci_bus 0000:03: resource 1 [mem 0xf7800000-0xf78fffff]
[    0.287700] pci_bus 0000:04: resource 0 [io  0xd000-0xdfff]
[    0.287702] pci_bus 0000:04: resource 1 [mem 0xf6000000-0xf70fffff]
[    0.287704] pci_bus 0000:04: resource 2 [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.288580] PCI: CLS 64 bytes, default 64
[    0.288633] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.288636] software IO TLB: mapped [mem 0x00000000b562e000-0x00000000b962e000] (64MB)
[    0.288703] Trying to unpack rootfs image as initramfs...
[    0.289795] Initialise system trusted keyrings
[    0.289815] Key type blacklist registered
[    0.289876] workingset: timestamp_bits=36 max_order=20 bucket_order=0
[    0.293426] zbud: loaded
[    0.294031] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.294328] fuse: init (API version 7.34)
[    0.294640] integrity: Platform Keyring initialized
[    0.313134] Key type asymmetric registered
[    0.313139] Asymmetric key parser 'x509' registered
[    0.313172] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    0.313230] io scheduler mq-deadline registered
[    0.314003] pcieport 0000:00:1c.0: PME: Signaling with IRQ 42
[    0.314414] pcieport 0000:00:1c.2: PME: Signaling with IRQ 43
[    0.314793] pcieport 0000:00:1c.3: PME: Signaling with IRQ 44
[    0.315165] pcieport 0000:00:1c.4: PME: Signaling with IRQ 45
[    0.315331] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.316616] ACPI: AC: AC Adapter [AC0] (on-line)
[    0.316756] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    0.316799] ACPI: button: Lid Switch [LID]
[    0.316865] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[    0.316934] ACPI: button: Sleep Button [SLPB]
[    0.317005] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.317057] ACPI: button: Power Button [PWRF]
[    0.325292] thermal LNXTHERM:00: registered as thermal_zone0
[    0.325299] ACPI: thermal: Thermal Zone [THRM] (44 C)
[    0.325642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.331837] hpet_acpi_add: no address or irqs in _CRS
[    0.332059] Linux agpgart interface v0.103
[    0.337214] loop: module loaded
[    0.337670] tun: Universal TUN/TAP device driver, 1.6
[    0.337712] PPP generic driver version 2.4.2
[    0.337787] VFIO - User Level meta-driver version: 0.3
[    0.337934] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.337942] ehci-pci: EHCI PCI platform driver
[    0.338265] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    0.338278] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 1
[    0.338294] ehci-pci 0000:00:1d.0: debug port 2
[    0.342238] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7a23000
[    0.358063] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    0.358184] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[    0.358191] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.358195] usb usb1: Product: EHCI Host Controller
[    0.358199] usb usb1: Manufacturer: Linux 5.15.0-48-generic ehci_hcd
[    0.358203] usb usb1: SerialNumber: 0000:00:1d.0
[    0.358452] hub 1-0:1.0: USB hub found
[    0.358464] hub 1-0:1.0: 2 ports detected
[    0.358917] ehci-platform: EHCI generic platform driver
[    0.358947] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.358954] ohci-pci: OHCI PCI platform driver
[    0.358974] ohci-platform: OHCI generic platform driver
[    0.358988] uhci_hcd: USB Universal Host Controller Interface driver
[    0.359089] i8042: PNP: PS/2 Controller [PNP030b:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    0.366571] i8042: Detected active multiplexing controller, rev 1.1
[    0.370188] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.370201] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    0.370276] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    0.370326] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    0.370374] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    0.370598] mousedev: PS/2 mouse device common for all mice
[    0.370862] rtc_cmos 00:02: RTC can wake from S4
[    0.371249] rtc_cmos 00:02: registered as rtc0
[    0.371299] rtc_cmos 00:02: setting system clock to 2022-09-22T17:37:50 UTC (1663868270)
[    0.371337] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram
[    0.371356] i2c_dev: i2c /dev entries driver
[    0.371622] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    0.371681] device-mapper: uevent: version 1.0.3
[    0.374723] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
[    0.374773] platform eisa.0: Probing EISA bus 0
[    0.374779] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    0.374782] platform eisa.0: Cannot allocate resource for EISA slot 1
[    0.374786] platform eisa.0: Cannot allocate resource for EISA slot 2
[    0.374788] platform eisa.0: Cannot allocate resource for EISA slot 3
[    0.374791] platform eisa.0: Cannot allocate resource for EISA slot 4
[    0.374794] platform eisa.0: Cannot allocate resource for EISA slot 5
[    0.374797] platform eisa.0: Cannot allocate resource for EISA slot 6
[    0.374799] platform eisa.0: Cannot allocate resource for EISA slot 7
[    0.374802] platform eisa.0: Cannot allocate resource for EISA slot 8
[    0.374805] platform eisa.0: EISA: Detected 0 cards
[    0.374817] intel_pstate: Intel P-state driver initializing
[    0.375894] ledtrig-cpu: registered to indicate activity on CPUs
[    0.376628] efifb: probing for efifb
[    0.376662] efifb: No BGRT, not showing boot graphics
[    0.376664] efifb: framebuffer at 0xd0000000, using 3072k, total 3072k
[    0.376667] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    0.376671] efifb: scrolling: redraw
[    0.376673] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.376853] Console: switching to colour frame buffer device 128x48
[    0.379669] ACPI: battery: Slot [BAT0] (battery present)
[    0.383007] fb0: EFI VGA frame buffer device
[    0.383023] EFI Variables Facility v0.08 2004-May-17
[    0.388098] drop_monitor: Initializing network drop monitor service
[    0.388433] NET: Registered PF_INET6 protocol family
[    0.410515] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    0.698084] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    0.854422] usb 1-1: New USB device found, idVendor=8087, idProduct=8000, bcdDevice= 0.04
[    0.854429] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    0.854713] hub 1-1:1.0: USB hub found
[    0.854792] hub 1-1:1.0: 8 ports detected
[    0.948896] Freeing initrd memory: 61868K
[    0.957904] Segment Routing with IPv6
[    0.957924] In-situ OAM (IOAM) with IPv6
[    0.957959] NET: Registered PF_PACKET protocol family
[    0.958007] Key type dns_resolver registered
[    0.958378] microcode: sig=0x40651, pf=0x40, revision=0x26
[    0.958438] microcode: Microcode Update Driver: v2.2.
[    0.958446] IPI shorthand broadcast: enabled
[    0.958458] sched_clock: Marking stable (956591508, 1840227)->(1003986334, -45554599)
[    0.958672] registered taskstats version 1
[    0.958757] Loading compiled-in X.509 certificates
[    0.959872] Loaded X.509 cert 'Build time autogenerated kernel key: 812a45ce66042b92679f0afa96ba2ce919aefad9'
[    0.960864] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969'
[    0.961839] Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19'
[    0.961841] blacklist: Loading compiled-in revocation X.509 certificates
[    0.961871] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing: 61482aa2830d0ab2ad5af10b7250da9033ddcef0'
[    0.962023] zswap: loaded using pool lzo/zbud
[    0.962280] Key type ._fscrypt registered
[    0.962283] Key type .fscrypt registered
[    0.962284] Key type fscrypt-provisioning registered
[    0.966731] Key type encrypted registered
[    0.966740] AppArmor: AppArmor sha1 policy hashing enabled
[    0.966972] integrity: Loading X.509 certificate: UEFI:db
[    0.967424] integrity: Loaded X.509 cert 'ASUSTeK Notebook SW Key Certificate: b8e581e4df77a5bb4282d5ccfc00c071'
[    0.967427] integrity: Loading X.509 certificate: UEFI:db
[    0.967747] integrity: Loaded X.509 cert 'ASUSTeK MotherBoard SW Key Certificate: da83b990422ebc8c441f8d8b039a65a2'
[    0.967748] integrity: Loading X.509 certificate: UEFI:db
[    0.967779] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    0.967780] integrity: Loading X.509 certificate: UEFI:db
[    0.967807] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    0.967809] integrity: Loading X.509 certificate: UEFI:db
[    0.968123] integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
[    0.968206] integrity: Revoking X.509 certificate: UEFI:dbx
[    0.968505] blacklist: Revoked X.509 cert 'DO NOT TRUST - Lost Certificate: 785bc89dfa9c5f86487c5e61a62501e5'
[    0.968805] integrity: Loading X.509 certificate: UEFI:MokListRT (MOKvar table)
[    0.969121] integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
[    0.969125] ima: No TPM chip found, activating TPM-bypass!
[    0.969128] Loading compiled-in module X.509 certificates
[    0.970127] Loaded X.509 cert 'Build time autogenerated kernel key: 812a45ce66042b92679f0afa96ba2ce919aefad9'
[    0.970130] ima: Allocated hash algorithm: sha1
[    0.970138] ima: No architecture policies found
[    0.970157] evm: Initialising EVM extended attributes:
[    0.970158] evm: security.selinux
[    0.970160] evm: security.SMACK64
[    0.970161] evm: security.SMACK64EXEC
[    0.970162] evm: security.SMACK64TRANSMUTE
[    0.970163] evm: security.SMACK64MMAP
[    0.970164] evm: security.apparmor
[    0.970165] evm: security.ima
[    0.970165] evm: security.capability
[    0.970166] evm: HMAC attrs: 0x1
[    0.970580] PM:   Magic number: 6:58:644
[    0.970587] usb 1-1-port5: hash matches
[    0.970838] RAS: Correctable Errors collector initialized.
[    0.972505] Freeing unused decrypted memory: 2036K
[    0.973165] Freeing unused kernel image (initmem) memory: 3224K
[    1.014130] Write protecting the kernel read-only data: 30720k
[    1.014762] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    1.015112] Freeing unused kernel image (rodata/data gap) memory: 1484K
[    1.097669] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.097672] x86/mm: Checking user space page tables
[    1.176074] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.176082] Run /init as init process
[    1.176084]   with arguments:
[    1.176086]     /init
[    1.176087]     splash
[    1.176088]   with environment:
[    1.176089]     HOME=/
[    1.176091]     TERM=linux
[    1.176092]     BOOT_IMAGE=/boot/vmlinuz-5.15.0-48-generic
[    1.306069] tsc: Refined TSC clocksource calibration: 1697.544 MHz
[    1.306083] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x18781722499, max_idle_ns: 440795219281 ns
[    1.306110] clocksource: Switched to clocksource tsc
[    1.410415] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.411355] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    1.412412] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x000000000004b810
[    1.414863] i801_smbus 0000:00:1f.3: SPD Write Disable is set
[    1.414904] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    1.416089] ahci 0000:00:1f.2: version 3.0
[    1.416734] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[    1.416743] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.416748] usb usb2: Product: xHCI Host Controller
[    1.416752] usb usb2: Manufacturer: Linux 5.15.0-48-generic xhci-hcd
[    1.416757] usb usb2: SerialNumber: 0000:00:14.0
[    1.418881] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[    1.419604] hub 2-0:1.0: USB hub found
[    1.419628] hub 2-0:1.0: 9 ports detected
[    1.423806] i2c i2c-0: 1/4 memory slots populated (from DMI)
[    1.429348] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 6 Gbps 0x3 impl SATA mode
[    1.429360] ahci 0000:00:1f.2: flags: 64bit ncq stag led clo only pio slum part deso sadm sds apst 
[    1.434562] scsi host0: ahci
[    1.434867] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.434878] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    1.434885] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    1.434974] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
[    1.434978] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.434981] usb usb3: Product: xHCI Host Controller
[    1.434983] usb usb3: Manufacturer: Linux 5.15.0-48-generic xhci-hcd
[    1.434985] usb usb3: SerialNumber: 0000:00:14.0
[    1.436785] scsi host1: ahci
[    1.438712] hub 3-0:1.0: USB hub found
[    1.438766] hub 3-0:1.0: 4 ports detected
[    1.440442] scsi host2: ahci
[    1.440918] scsi host3: ahci
[    1.441294] r8169 0000:02:00.1 eth0: RTL8411b, 78:24:af:74:0e:76, XID 5c8, IRQ 49
[    1.441304] r8169 0000:02:00.1 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    1.444415] ata1: SATA max UDMA/133 abar m2048@0xf7a22000 port 0xf7a22100 irq 48
[    1.444423] ata2: SATA max UDMA/133 abar m2048@0xf7a22000 port 0xf7a22180 irq 48
[    1.444426] ata3: DUMMY
[    1.444429] ata4: DUMMY
[    1.487403] r8169 0000:02:00.1 enp2s0f1: renamed from eth0
[    1.761464] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.766163] usb 2-6: new high-speed USB device number 2 using xhci_hcd
[    1.767607] ata1.00: LPM support broken, forcing max_power
[    1.768043] ata1.00: ATA-8: ST1000LM024 HN-M101MBB, 2BA30001, max UDMA/133
[    1.769266] ata1.00: ATA Identify Device Log not supported
[    1.769276] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32)
[    1.775551] ata1.00: LPM support broken, forcing max_power
[    1.777201] ata1.00: ATA Identify Device Log not supported
[    1.777216] ata1.00: configured for UDMA/133
[    1.777703] scsi 0:0:0:0: Direct-Access     ATA      ST1000LM024 HN-M 0001 PQ: 0 ANSI: 5
[    1.778404] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.778627] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    1.778634] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    1.778664] sd 0:0:0:0: [sda] Write Protect is off
[    1.778669] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.778710] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.864602]  sda: sda1 sda2
[    1.878287] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.947615] usb 2-6: New USB device found, idVendor=04f2, idProduct=b409, bcdDevice=69.65
[    1.947623] usb 2-6: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    1.947626] usb 2-6: Product: USB2.0 HD UVC WebCam
[    1.947629] usb 2-6: Manufacturer: Chicony Electronics Co.,Ltd.
[    1.947631] usb 2-6: SerialNumber: 0x0001
[    2.030327] psmouse serio4: elantech: assuming hardware version 4 (with firmware version 0x381f0a)
[    2.045943] psmouse serio4: elantech: Synaptics capabilities query result 0x10, 0x14, 0x0e.
[    2.063062] psmouse serio4: elantech: Elan sample query result 0b, 16, 75
[    2.093457] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    2.096894] ata2.00: ATAPI: TSSTcorp CDDVDW SU-228FB, AS00, max UDMA/100
[    2.103429] ata2.00: configured for UDMA/100
[    2.114178] scsi 1:0:0:0: CD-ROM            TSSTcorp CDDVDW SU-228FB  AS00 PQ: 0 ANSI: 5
[    2.135551] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio4/input/input11
[    2.200455] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    2.200471] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.239437] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    2.239605] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    2.260421] asus_wmi: ASUS WMI generic driver loaded
[    2.825669] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    6.413660] systemd[1]: Inserted module 'autofs4'
[    7.472238] systemd[1]: systemd 249.11-0ubuntu3.4 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP -LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    7.490307] systemd[1]: Detected architecture x86-64.
[    7.626041] systemd[1]: Hostname set to <fabrice-ordi-portable>.
[   14.703399] systemd[1]: Queued start job for default target Graphical Interface.
[   14.705136] systemd[1]: Created slice Slice /system/modprobe.
[   14.705629] systemd[1]: Created slice Slice /system/systemd-fsck.
[   14.705964] systemd[1]: Created slice User and Session Slice.
[   14.706118] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   14.706392] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   14.706499] systemd[1]: Reached target User and Group Name Lookups.
[   14.706529] systemd[1]: Reached target Remote File Systems.
[   14.706546] systemd[1]: Reached target Slice Units.
[   14.706588] systemd[1]: Reached target Local Verity Protected Volumes.
[   14.706777] systemd[1]: Listening on Syslog Socket.
[   14.706932] systemd[1]: Listening on fsck to fsckd communication Socket.
[   14.707021] systemd[1]: Listening on initctl Compatibility Named Pipe.
[   14.707329] systemd[1]: Listening on Journal Audit Socket.
[   14.707482] systemd[1]: Listening on Journal Socket (/dev/log).
[   14.707655] systemd[1]: Listening on Journal Socket.
[   14.707853] systemd[1]: Listening on udev Control Socket.
[   14.707999] systemd[1]: Listening on udev Kernel Socket.
[   14.709065] systemd[1]: Mounting Huge Pages File System...
[   14.710232] systemd[1]: Mounting POSIX Message Queue File System...
[   14.711625] systemd[1]: Mounting Kernel Debug File System...
[   14.712769] systemd[1]: Mounting Kernel Trace File System...
[   14.715174] systemd[1]: Starting Journal Service...
[   14.745528] systemd[1]: Starting Set the console keyboard layout...
[   14.746907] systemd[1]: Starting Create List of Static Device Nodes...
[   14.748346] systemd[1]: Starting Load Kernel Module chromeos_pstore...
[   14.750543] systemd[1]: Starting Load Kernel Module configfs...
[   14.752713] systemd[1]: Starting Load Kernel Module drm...
[   14.754233] systemd[1]: Starting Load Kernel Module efi_pstore...
[   14.756433] systemd[1]: Starting Load Kernel Module fuse...
[   14.758698] systemd[1]: Starting Load Kernel Module mtdpstore...
[   14.760479] systemd[1]: Starting Load Kernel Module pstore_blk...
[   14.762640] systemd[1]: Starting Load Kernel Module pstore_zone...
[   14.764792] systemd[1]: Starting Load Kernel Module ramoops...
[   14.765089] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[   14.939140] systemd[1]: Starting Load Kernel Modules...
[   14.941037] systemd[1]: Starting Remount Root and Kernel File Systems...
[   14.942340] systemd[1]: Starting Coldplug All udev Devices...
[   14.944830] systemd[1]: Mounted Huge Pages File System.
[   14.944978] systemd[1]: Mounted POSIX Message Queue File System.
[   14.945102] systemd[1]: Mounted Kernel Debug File System.
[   14.945216] systemd[1]: Mounted Kernel Trace File System.
[   14.945597] systemd[1]: Finished Create List of Static Device Nodes.
[   14.946059] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[   14.946341] systemd[1]: Finished Load Kernel Module configfs.
[   14.946714] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[   14.946977] systemd[1]: Finished Load Kernel Module fuse.
[   14.947324] systemd[1]: modprobe@pstore_blk.service: Deactivated successfully.
[   14.947603] systemd[1]: Finished Load Kernel Module pstore_blk.
[   14.947950] systemd[1]: modprobe@pstore_zone.service: Deactivated successfully.
[   14.948229] systemd[1]: Finished Load Kernel Module pstore_zone.
[   14.949496] systemd[1]: Mounting FUSE Control File System...
[   14.950864] systemd[1]: Mounting Kernel Configuration File System...
[   14.954218] systemd[1]: Mounted FUSE Control File System.
[   14.954390] systemd[1]: Mounted Kernel Configuration File System.
[   15.106890] systemd[1]: modprobe@chromeos_pstore.service: Deactivated successfully.
[   15.107188] systemd[1]: Finished Load Kernel Module chromeos_pstore.
[   15.124721] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro. Quota mode: none.
[   15.126782] systemd[1]: Finished Remount Root and Kernel File Systems.
[   15.127935] systemd[1]: Activating swap /swapfile...
[   15.129197] systemd[1]: Starting Load/Save Random Seed...
[   15.130461] systemd[1]: Starting Create System Users...
[   15.374964] systemd[1]: modprobe@drm.service: Deactivated successfully.
[   15.375422] systemd[1]: Finished Load Kernel Module drm.
[   15.382237] mtd device must be supplied (device name is empty)
[   15.423340] systemd[1]: modprobe@mtdpstore.service: Deactivated successfully.
[   15.423794] systemd[1]: Finished Load Kernel Module mtdpstore.
[   15.454899] systemd[1]: Started Journal Service.
[   15.482796] systemd-journald[270]: Received client request to flush runtime journal.
[   15.831132] lp: driver loaded but no devices found
[   15.855999] pstore: Using crash dump compression: deflate
[   15.856018] pstore: Registered efi as persistent store backend
[   15.894537] Adding 2097148k swap on /swapfile.  Priority:-2 extents:6 across:2260988k FS
[   15.962442] ppdev: user-space parallel port driver
[   16.689509] IPMI message handler: version 39.2
[   16.831261] ipmi device interface
[   18.191443] loop0: detected capacity change from 0 to 388320
[   18.191689] loop1: detected capacity change from 0 to 510112
[   18.191809] loop2: detected capacity change from 0 to 8
[   18.221070] loop3: detected capacity change from 0 to 233448
[   18.246815] loop4: detected capacity change from 0 to 235368
[   18.403938] loop5: detected capacity change from 0 to 113792
[   18.434295] loop6: detected capacity change from 0 to 113792
[   18.479566] loop7: detected capacity change from 0 to 126888
[   18.537119] loop8: detected capacity change from 0 to 129480
[   18.598264] loop9: detected capacity change from 0 to 362240
[   18.645781] loop10: detected capacity change from 0 to 365424
[   18.685048] loop11: detected capacity change from 0 to 801328
[   18.904563] loop12: detected capacity change from 0 to 1067904
[   18.960825] loop13: detected capacity change from 0 to 337424
[   19.011711] loop14: detected capacity change from 0 to 820832
[   19.036356] loop15: detected capacity change from 0 to 709216
[   19.092955] loop16: detected capacity change from 0 to 280
[   19.129591] loop17: detected capacity change from 0 to 166424
[   19.136310] loop18: detected capacity change from 0 to 187776
[   19.158805] loop19: detected capacity change from 0 to 75960
[   19.189810] loop20: detected capacity change from 0 to 893552
[   19.220879] loop21: detected capacity change from 0 to 868688
[   19.241654] loop22: detected capacity change from 0 to 229312
[   19.264418] loop23: detected capacity change from 0 to 296496
[   19.291326] loop24: detected capacity change from 0 to 289064
[   19.350697] loop25: detected capacity change from 0 to 94056
[   19.374458] loop26: detected capacity change from 0 to 94056
[   19.392734] loop27: detected capacity change from 0 to 98288
[   19.398219] loop28: detected capacity change from 0 to 288448
[   19.403208] loop29: detected capacity change from 0 to 96176
[   19.407327] loop30: detected capacity change from 0 to 568
[   19.416335] loop31: detected capacity change from 0 to 568
[   19.438357] loop32: detected capacity change from 0 to 605624
[   25.447178] input: Asus Wireless Radio Control as /devices/LNXSYSTM:00/LNXSYBUS:00/ATK4001:00/input/input12
[   26.605036] asus_wmi: Initialization: 0x1
[   26.605180] asus_wmi: BIOS WMI version: 7.9
[   26.605356] asus_wmi: SFUN value: 0x4a0877
[   26.605362] asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
[   26.605368] asus-nb-wmi asus-nb-wmi: Detected ATK, enable event queue
[   26.615675] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input13
[   26.723502] mc: Linux media interface: v0.10
[   26.768689] videodev: Linux video capture interface: v2.00
[   27.522472] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[   27.522478] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[   27.522481] RAPL PMU: hw unit of domain package 2^-14 Joules
[   27.522483] RAPL PMU: hw unit of domain dram 2^-14 Joules
[   27.522486] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[   28.283015] usb 2-6: Found UVC 1.00 device USB2.0 HD UVC WebCam (04f2:b409)
[   28.287102] input: USB2.0 HD UVC WebCam: USB2.0 HD as /devices/pci0000:00/0000:00:14.0/usb2/2-6/2-6:1.0/input/input14
[   28.287322] usbcore: registered new interface driver uvcvideo
[   28.662877] cryptd: max_cpu_qlen set to 1000
[   28.861563] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   28.862041] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   30.076049] AVX2 version of gcm_enc/dec engaged.
[   30.076172] AES CTR mode by8 optimization enabled
[   32.020170] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 3290, rev 0013 detected
[   32.028206] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 3290 detected
[   32.028236] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   33.707023] MXM: GUID detected in BIOS
[   33.707220] ACPI Warning: \_SB.PCI0.RP05.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20210730/nsarguments-61)
[   33.707972] pci 0000:04:00.0: optimus capabilities: enabled, status dynamic power, 
[   33.707978] VGA switcheroo: detected Optimus DSM method \_SB_.PCI0.RP05.PEGP handle
[   33.708307] checking generic (d0000000 300000) vs hw (f6000000 1000000)
[   33.708312] checking generic (d0000000 300000) vs hw (e0000000 10000000)
[   33.708314] checking generic (d0000000 300000) vs hw (f0000000 2000000)
[   33.708436] nouveau 0000:04:00.0: NVIDIA GF117 (0d7000a2)
[   33.746813] nouveau 0000:04:00.0: bios: version 75.17.86.00.06
[   33.830025] nouveau 0000:04:00.0: fb: 2048 MiB DDR3
[   33.891745] nouveau 0000:04:00.0: DRM: VRAM: 2048 MiB
[   33.891755] nouveau 0000:04:00.0: DRM: GART: 1048576 MiB
[   33.891761] nouveau 0000:04:00.0: DRM: Pointer to TMDS table not found
[   33.891765] nouveau 0000:04:00.0: DRM: DCB version 4.0
[   33.893542] nouveau 0000:04:00.0: DRM: MM: using COPY0 for buffer copies
[   33.894027] [drm] Initialized nouveau 1.3.1 20120801 for 0000:04:00.0 on minor 0
[   34.089589] rt2800pci 0000:03:00.0 wlp3s0f0: renamed from wlan0
[   34.397884] checking generic (d0000000 300000) vs hw (f7400000 400000)
[   34.397890] checking generic (d0000000 300000) vs hw (d0000000 10000000)
[   34.397892] fb0: switching to i915 from EFI VGA
[   34.398138] Console: switching to colour dummy device 80x25
[   34.398229] i915 0000:00:02.0: vgaarb: deactivate vga console
[   34.401914] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   34.434191] intel_rapl_common: Found RAPL domain package
[   34.434196] intel_rapl_common: Found RAPL domain core
[   34.434197] intel_rapl_common: Found RAPL domain uncore
[   34.434199] intel_rapl_common: Found RAPL domain dram
[   34.434206] intel_rapl_common: RAPL package-0 domain package locked by BIOS
[   34.434214] intel_rapl_common: RAPL package-0 domain dram locked by BIOS
[   34.446827] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 1
[   34.447778] ACPI: video: [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
[   34.450488] ACPI: video: Video Device [PEGP] (multi-head: yes  rom: yes  post: no)
[   34.455501] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:12/LNXVIDEO:00/input/input15
[   34.459303] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   34.464261] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input16
[   34.464389] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[   34.464651] vga_switcheroo: enabled
[   34.469616] fbcon: i915drmfb (fb0) is primary device
[   35.601027] Console: switching to colour frame buffer device 200x56
[   35.626521] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[   35.728732] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input17
[   35.731032] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input18
[   35.731190] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input19
[   35.731323] input: HDA Intel HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.0/sound/card0/input20
[   35.731435] input: HDA Intel HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.0/sound/card0/input21
[   36.368028] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC3236: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[   36.368040] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   36.368045] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[   36.368049] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[   36.368052] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[   36.368054] snd_hda_codec_realtek hdaudioC1D0:      Mic=0x1b
[   36.421904] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input22
[   39.902913] mtd device must be supplied (device name is empty)
[   39.908687] audit: type=1400 audit(1663868310.030:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=769 comm="apparmor_parser"
[   39.908698] audit: type=1400 audit(1663868310.030:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=769 comm="apparmor_parser"
[   39.947390] audit: type=1400 audit(1663868310.070:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=768 comm="apparmor_parser"
[   40.117675] audit: type=1400 audit(1663868310.238:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=780 comm="apparmor_parser"
[   40.117690] audit: type=1400 audit(1663868310.238:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=780 comm="apparmor_parser"
[   40.117698] audit: type=1400 audit(1663868310.238:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=780 comm="apparmor_parser"
[   40.238263] audit: type=1400 audit(1663868310.362:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oosplash" pid=782 comm="apparmor_parser"
[   40.334715] audit: type=1400 audit(1663868310.458:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=783 comm="apparmor_parser"
[   40.356452] audit: type=1400 audit(1663868310.478:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="tcpdump" pid=781 comm="apparmor_parser"
[   40.389927] audit: type=1400 audit(1663868310.510:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=770 comm="apparmor_parser"
[   44.187285] ACPI: \_SB_.PCI0.RP05.PEGP: failed to evaluate _DSM
[   51.098256] nouveau 0000:04:00.0: Enabling HDA controller
[   56.223204] ACPI: \_SB_.PCI0.RP05.PEGP: failed to evaluate _DSM
[   57.540680] powercap intel-rapl:0: package locked by BIOS, monitoring only
[   59.011644] powercap intel-rapl:0: package locked by BIOS, monitoring only
[   61.103370] kauditd_printk_skb: 57 callbacks suppressed
[   61.103379] audit: type=1400 audit(1663868331.226:69): apparmor="DENIED" operation="capable" profile="/usr/sbin/cupsd" pid=982 comm="cupsd" capability=12  capname="net_admin"
[   62.714121] Generic FE-GE Realtek PHY r8169-0-201:00: attached PHY driver (mii_bus:phy_addr=r8169-0-201:00, irq=MAC)
[   62.914162] r8169 0000:02:00.1 enp2s0f1: Link is Down
[   62.926524] ieee80211 phy0: rt2x00lib_request_firmware: Info - Loading firmware file 'rt3290.bin'
[   62.993714] ieee80211 phy0: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.37
[   65.373580] r8169 0000:02:00.1 enp2s0f1: Link is Up - 1Gbps/Full - flow control rx/tx
[   65.373617] IPv6: ADDRCONF(NETDEV_CHANGE): enp2s0f1: link becomes ready
[   66.770089] wlp3s0f0: authenticate with 30:7c:b2:12:1f:e1
[   66.771853] wlp3s0f0: send auth to 30:7c:b2:12:1f:e1 (try 1/3)
[   66.773853] wlp3s0f0: authenticated
[   66.778096] wlp3s0f0: associate with 30:7c:b2:12:1f:e1 (try 1/3)
[   66.782457] wlp3s0f0: RX AssocResp from 30:7c:b2:12:1f:e1 (capab=0x431 status=0 aid=1)
[   66.782545] wlp3s0f0: associated
[   67.002264] IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0f0: link becomes ready
[   68.215838] loop33: detected capacity change from 0 to 8
[   71.533002] audit: type=1400 audit(1663868341.654:70): apparmor="DENIED" operation="capable" profile="/usr/sbin/cups-browsed" pid=1133 comm="cups-browsed" capability=23  capname="sys_nice"
[   89.389475] nouveau 0000:04:00.0: Enabling HDA controller
[   90.553092] audit: type=1400 audit(1663868360.700:71): apparmor="DENIED" operation="capable" profile="/snap/snapd/16778/usr/lib/snapd/snap-confine" pid=1152 comm="snap-confine" capability=12  capname="net_admin"
[   90.553115] audit: type=1400 audit(1663868360.700:72): apparmor="DENIED" operation="capable" profile="/snap/snapd/16778/usr/lib/snapd/snap-confine" pid=1152 comm="snap-confine" capability=38  capname="perfmon"
[   91.166334] audit: type=1400 audit(1663868361.313:73): apparmor="DENIED" operation="capable" profile="/snap/snapd/16778/usr/lib/snapd/snap-confine" pid=1152 comm="snap-confine" capability=4  capname="fsetid"
[   94.206119] audit: type=1400 audit(1663868364.355:74): apparmor="DENIED" operation="capable" profile="/snap/snapd/16778/usr/lib/snapd/snap-confine" pid=1298 comm="snap-confine" capability=38  capname="perfmon"
[   94.454298] audit: type=1400 audit(1663868364.603:75): apparmor="DENIED" operation="capable" profile="/snap/snapd/16778/usr/lib/snapd/snap-confine" pid=1325 comm="snap-confine" capability=12  capname="net_admin"
[   94.454316] audit: type=1400 audit(1663868364.603:76): apparmor="DENIED" operation="capable" profile="/snap/snapd/16778/usr/lib/snapd/snap-confine" pid=1325 comm="snap-confine" capability=38  capname="perfmon"
[   94.954634] audit: type=1400 audit(1663868365.104:77): apparmor="DENIED" operation="capable" profile="/snap/snapd/16778/usr/lib/snapd/snap-confine" pid=1381 comm="snap-confine" capability=12  capname="net_admin"
[   94.954646] audit: type=1400 audit(1663868365.104:78): apparmor="DENIED" operation="capable" profile="/snap/snapd/16778/usr/lib/snapd/snap-confine" pid=1381 comm="snap-confine" capability=38  capname="perfmon"
[   95.489689] ACPI: \_SB_.PCI0.RP05.PEGP: failed to evaluate _DSM
[  101.025521] nouveau 0000:04:00.0: Enabling HDA controller
[  101.297895] nouveau 0000:04:00.0: bus: MMIO write of ffff8a1f FAULT at 6013d4 [ PRIVRING ]
[  111.946776] rfkill: input handler disabled
[  112.562258] ACPI: \_SB_.PCI0.RP05.PEGP: failed to evaluate _DSM
[  118.716784] nouveau 0000:04:00.0: Enabling HDA controller
[  118.821783] nouveau 0000:04:00.0: bus: MMIO write of 8000001f FAULT at 6013d4 [ PRIVRING ]
[  124.537183] ACPI: \_SB_.PCI0.RP05.PEGP: failed to evaluate _DSM
[  154.928909] rfkill: input handler enabled
[  158.651833] nouveau 0000:04:00.0: Enabling HDA controller
[  158.949449] nouveau 0000:04:00.0: bus: MMIO write of ffffff1f FAULT at 6013d4 [ PRIVRING ]
[  164.820259] ACPI: \_SB_.PCI0.RP05.PEGP: failed to evaluate _DSM
[  166.636812] rfkill: input handler disabled
[  169.459441] audit: type=1400 audit(1663868439.626:79): apparmor="DENIED" operation="capable" profile="/snap/snapd/16778/usr/lib/snapd/snap-confine" pid=2277 comm="snap-confine" capability=4  capname="fsetid"
[  171.342582] nouveau 0000:04:00.0: Enabling HDA controller
[  171.450060] nouveau 0000:04:00.0: bus: MMIO write of 0000001f FAULT at 6013d4 [ PRIVRING ]
[  177.459019] ACPI: \_SB_.PCI0.RP05.PEGP: failed to evaluate _DSM
[  179.700507] audit: type=1326 audit(1663868449.863:80): auid=1000 uid=1000 gid=1000 ses=3 subj=? pid=1776 comm="snapd-desktop-i" exe="/snap/snapd-desktop-integration/14/bin/snapd-desktop-integration" sig=0 arch=c000003e syscall=314 compat=0 ip=0x7f881051173d code=0x50000
[  187.129327] audit: type=1326 audit(1663868457.295:81): auid=1000 uid=1000 gid=1000 ses=3 subj=? pid=2277 comm="snap-store" exe="/snap/snap-store/599/usr/bin/snap-store" sig=0 arch=c000003e syscall=314 compat=0 ip=0x7f2b10dd773d code=0x50000
[  201.821092] audit: type=1326 audit(1663868471.988:82): auid=1000 uid=1000 gid=1000 ses=3 subj=? pid=2277 comm="snap-store" exe="/snap/snap-store/599/usr/bin/snap-store" sig=0 arch=c000003e syscall=93 compat=0 ip=0x7f2b10dce39b code=0x50000
[  202.012657] audit: type=1107 audit(1663868472.180:83): pid=850 uid=102 auid=4294967295 ses=4294967295 subj=? msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/PolicyKit1/Authority" interface="org.freedesktop.DBus.Properties" member="GetAll" mask="send" name=":1.9" pid=2277 label="snap.snap-store.ubuntu-software" peer_pid=876 peer_label="unconfined"
                exe="/usr/bin/dbus-daemon" sauid=102 hostname=? addr=? terminal=?'
[  202.012679] audit: type=1420 audit(1663868472.180:84): subj_apparmor=unconfined
[  202.013353] audit: type=1107 audit(1663868472.180:85): pid=850 uid=102 auid=4294967295 ses=4294967295 subj=? msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/PolicyKit1/Authority" interface="org.freedesktop.PolicyKit1.Authority" member="CheckAuthorization" mask="send" name=":1.9" pid=2277 label="snap.snap-store.ubuntu-software" peer_pid=876 peer_label="unconfined"
                exe="/usr/bin/dbus-daemon" sauid=102 hostname=? addr=? terminal=?'
[  202.013366] audit: type=1420 audit(1663868472.180:86): subj_apparmor=unconfined
[  202.017957] audit: type=1107 audit(1663868472.184:87): pid=850 uid=102 auid=4294967295 ses=4294967295 subj=? msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/PolicyKit1/Authority" interface="org.freedesktop.DBus.Properties" member="GetAll" mask="send" name=":1.9" pid=2277 label="snap.snap-store.ubuntu-software" peer_pid=876 peer_label="unconfined"
                exe="/usr/bin/dbus-daemon" sauid=102 hostname=? addr=? terminal=?'
[  202.017970] audit: type=1420 audit(1663868472.184:88): subj_apparmor=unconfined
[  202.018561] audit: type=1107 audit(1663868472.184:89): pid=850 uid=102 auid=4294967295 ses=4294967295 subj=? msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/PolicyKit1/Authority" interface="org.freedesktop.PolicyKit1.Authority" member="CheckAuthorization" mask="send" name=":1.9" pid=2277 label="snap.snap-store.ubuntu-software" peer_pid=876 peer_label="unconfined"
                exe="/usr/bin/dbus-daemon" sauid=102 hostname=? addr=? terminal=?'
[  202.018574] audit: type=1420 audit(1663868472.184:90): subj_apparmor=unconfined
[  204.717978] audit: type=1400 audit(1663868474.884:91): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/etc/PackageKit/Vendor.conf" pid=2277 comm="snap-store" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[  272.218038] kauditd_printk_skb: 1 callbacks suppressed
[  272.218043] audit: type=1400 audit(1663868542.386:93): apparmor="DENIED" operation="mkdir" profile="snap-update-ns.firefox" name="/usr/share/cups/doc-root/" pid=3018 comm="5" requested_mask="c" denied_mask="c" fsuid=0 ouid=0
[  272.218202] audit: type=1400 audit(1663868542.386:94): apparmor="DENIED" operation="mkdir" profile="snap-update-ns.firefox" name="/usr/share/gimp/2.0/" pid=3018 comm="5" requested_mask="c" denied_mask="c" fsuid=0 ouid=0
[  272.218672] audit: type=1400 audit(1663868542.386:95): apparmor="DENIED" operation="mkdir" profile="snap-update-ns.firefox" name="/usr/share/libreoffice/help/" pid=3018 comm="5" requested_mask="c" denied_mask="c" fsuid=0 ouid=0
[  272.218883] audit: type=1400 audit(1663868542.386:96): apparmor="DENIED" operation="open" profile="snap-update-ns.firefox" name="/var/lib/" pid=3018 comm="5" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[  278.922053] nouveau 0000:04:00.0: Enabling HDA controller
[  279.038472] nouveau 0000:04:00.0: bus: MMIO write of ffffff1f FAULT at 6013d4 [ PRIVRING ]
[  284.215110] ACPI: \_SB_.PCI0.RP05.PEGP: failed to evaluate _DSM
[  295.083210] audit: type=1326 audit(1663868565.250:97): auid=1000 uid=1000 gid=1000 ses=3 subj=? pid=2993 comm="firefox" exe="/snap/firefox/1860/usr/lib/firefox/firefox" sig=0 arch=c000003e syscall=314 compat=0 ip=0x7f5348dd673d code=0x50000
[  443.725494] Bluetooth: Core ver 2.22
[  443.725556] NET: Registered PF_BLUETOOTH protocol family
[  443.725558] Bluetooth: HCI device and connection manager initialized
[  443.725564] Bluetooth: HCI socket layer initialized
[  443.725568] Bluetooth: L2CAP socket layer initialized
[  443.725574] Bluetooth: SCO socket layer initialized
[  443.779866] rtbth: loading out-of-tree module taints kernel.
[  443.780032] rtbth: module verification failed: signature and/or required key missing - tainting kernel
[  443.781047] Bluetooth: RTBT_Tb: vendor=0x1814, device=0x3298
[  443.781052] Bluetooth: RTBT_Tb: vendor=0x0, device=0x0
[  443.781054] Bluetooth: DynamicAlloc pci_device_id table at 0x0000000079e5b10a with size 80
[  443.781058] Bluetooth: RTBT_Tb: vendor=0x1814, device=0x3298
[  443.781061] Bluetooth: Convert: vendor=0x1814, device=0x3298
[  443.781063] Bluetooth: RTBT_Tb: vendor=0x0, device=0x0
[  443.781064] Bluetooth: pci_device_id: vendor=0x1814, device=0x3298
[  443.781273] Bluetooth: rtbt_pci_probe(): PCI Dev(0000:03:00.1) get resource at 0xf7800000,VA 0xffffb149c2ba0000,IRQ 19.
[  443.781288] Bluetooth: call dev_ops->dev_ctrl_init!
[  443.781303] Bluetooth: call dev_ops->dev_resource_init!
[  443.781656] RX_Base_PTR0(0x180)= 0xa0341000
[  443.781699] RX_Base_PTR1(0x190)= 0x280
[  443.853505] rtbt_hps_iface_attach ok
[  443.854403] Bluetooth: RtmpOSIRQRequest(): request_irq (IRQ=19)done, isr_handler=0xffffffffc14c7c40!
[  444.463859] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[  444.463886] Bluetooth: BNEP filters: protocol multicast
[  444.463892] Bluetooth: BNEP socket layer initialized
[  445.045103] RTBTH_IOCDMAC: dmac.dmac_op=0
[  445.049495] RTBTH_IOCDMAC: dmac.dmac_op=1
[  445.273670] Bluetooth: RFCOMM TTY layer initialized
[  445.273688] Bluetooth: RFCOMM socket layer initialized
[  445.273700] Bluetooth: RFCOMM ver 1.11
[  445.352325] NET: Registered PF_ALG protocol family
[  461.440364] input: SRS-XB33 (AVRCP) as /devices/virtual/input/input23
fabrice@fabrice-ordi-portable:~$ 

Hors ligne

#120 Le 22/09/2022, à 21:29

ylag

Re : Activation Bluetooth

Bonsoir,

AlbertoP a écrit :

Alors, à chaque fois que je tape sudo modprobe rtbth, ça fonctionne, ça se connecte. Mais il faut que je le fasse, sinon, ça ne se connecte pas tout seul...

Sous réserve de l'avis de @Nuliel, tu pourrais tenter ceci :

Immédiatement après avoir démarré, sans rien faire d'autre, vérifie le résultat de :

lsmod | grep rtbth

...si le retour est vide, c'est que le module rtbth n'est pas chargé dans le noyau à ce moment.
Passer alors la commande pour le charger manuellement :

sudo modprobe -v rtbth

...si le module s'est bien chargé, (revérifier avec lsmod | grep rtbth), peut-être essayer de reconstruire l'image initrd du noyau, pour éventuellement y inclure le module
rtbth :

sudo update-initramfs -u

Au pire, la commande sera redondante et ne changera rien à ton installation, au mieux, ça permettra le chargement du module rtbth au démarrage.

Redémarrer et vérifier si le module est maintenant chargé automatiquement ?

A+

Dernière modification par ylag (Le 22/09/2022, à 21:30)

Hors ligne

#121 Le 23/09/2022, à 08:01

Nuliel

Re : Activation Bluetooth

+1 à l'idée de ylag

Hors ligne

#122 Le 23/09/2022, à 20:10

AlbertoP

Re : Activation Bluetooth

Bonsoir et merci pour l'idée, mais malheureusement, ça n'a rien changé... sad

20220923-193656.jpg

Hors ligne

#123 Le 23/09/2022, à 20:12

xubu1957

Re : Activation Bluetooth

Bonjour,

Un peu de lecture.


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

Hors ligne

#124 Le 23/09/2022, à 20:16

ylag

Re : Activation Bluetooth

Bonsoir,

Après les commandes du #122, il faut redémarrer et refaire immédiatement :

lsmod | grep rtbth

...si tu obtiens alors le même résultat qu'au message #122, c'est que le module est bien chargé automatiquement au démarrage.

A+

Hors ligne

#125 Le 23/09/2022, à 20:39

AlbertoP

Re : Activation Bluetooth

fabrice@fabrice-ordi-portable:~$ lsmod | grep rtbth
rtbth                  98304  1
bluetooth             704512  34 rtbth,bnep,rfcomm
fabrice@fabrice-ordi-portable:~$ 

Hors ligne