hi  Uwe .

the first time i ran the "modprobe amdgpu" command ,

it was not working as well as now .

run this command made my second screen to be set on .

then , gdm restarts and i have to put in again my password .

at last , the gnome desktop opened and all seems to go fine .


i made a script with your commands and i reboot the pc before runnning it .


now , i give you the result of your script .


it seems that amdgpu is blacklisted , but why ? i do not know at all .

it is a big mistery for me .


here are  the rapports (its very long)



root@sid:/home/alain/Téléchargements/dépannage# bash script1.sh
/etc/modprobe.d
  /etc/modprobe.d/amd64-microcode-blacklist.conf
    # The microcode module attempts to apply a microcode update when
    # it autoloads.  This is not always safe, so we block it by default.
    blacklist microcode
  /etc/modprobe.d/blacklist-amdgpu.conf
    blacklist amdgpu
  /etc/modprobe.d/blacklist.conf

    # replaced with zenpower
    blacklist k10temp
  /etc/modprobe.d/dkms.conf
    # modprobe information used for DKMS modules
    #
    # This is a stub file, should be edited when needed,
    # used by default by DKMS.
  /etc/modprobe.d/intel-microcode-blacklist.conf
    # The microcode module attempts to apply a microcode update when
    # it autoloads.  This is not always safe, so we block it by default.
    blacklist microcode
  /etc/modprobe.d/mdadm.conf
    # mdadm module configuration file
    # set start_ro=1 to make newly assembled arrays read-only initially,
    # to prevent metadata writes.  This is needed in order to allow
    # resume-from-disk to work - new boot should not perform writes
    # because it will be done behind the back of the system being
    # resumed.  See http://bugs.debian.org/415441 for details.

    options md_mod start_ro=1
/run/modprobe.d
  /run/modprobe.d/*.conf
sed: impossible de lire /run/modprobe.d/*.conf: Aucun fichier ou dossier de ce nom
/usr/local/lib/modprobe.d
  /usr/local/lib/modprobe.d/*.conf
sed: impossible de lire /usr/local/lib/modprobe.d/*.conf: Aucun fichier ou dossier de ce nom
/usr/lib/modprobe.d
  /usr/lib/modprobe.d/aliases.conf
    # These are the standard aliases and dependencies.
    # This file does not need to be modified.

    # prevent unusual drivers from appearing as the first sound device ###########
    options snd-pcsp index=-2
    options cx88_alsa index=-2
    options snd-atiixp-modem index=-2
    options snd-intel8x0m index=-2
    options snd-via82xx-modem index=-2

    # work around other kernel issues ############################################     # The EHCI driver should be loaded before the ones for low speed controllers     # or some devices may be confused when they are disconnected and reconnected.
    softdep uhci-hcd pre: ehci-hcd
    softdep ohci-hcd pre: ehci-hcd

  /usr/lib/modprobe.d/fbdev-blacklist.conf
    # This file blacklists most old-style PCI framebuffer drivers.

    blacklist arkfb
    blacklist aty128fb
    blacklist atyfb
    blacklist radeonfb
    blacklist cirrusfb
    blacklist cyber2000fb
    blacklist kyrofb
    blacklist matroxfb_base
    blacklist mb862xxfb
    blacklist neofb
    blacklist pm2fb
    blacklist pm3fb
    blacklist s3fb
    blacklist savagefb
    blacklist sisfb
    blacklist tdfxfb
    blacklist tridentfb
    blacklist vt8623fb
  /usr/lib/modprobe.d/systemd.conf
    #  SPDX-License-Identifier: LGPL-2.1-or-later
    #
    #  This file is part of systemd.
    #
    #  systemd is free software; you can redistribute it and/or modify it
    #  under the terms of the GNU Lesser General Public License as published by
    #  the Free Software Foundation; either version 2.1 of the License, or
    #  (at your option) any later version.
    #
    # When bonding module is loaded, it creates bond0 by default due to max_bonds     # option default value 1. This interferes with the network configuration     # management / networkd, as it is not possible to detect whether this bond0 was
    # intentionally configured by the user, or should be managed by
    # networkd/NM/etc. Therefore disable bond0 creation.

    options bonding max_bonds=0

    # Do the same for dummy0.

    options dummy numdummies=0

    # Do the same for ifb0.

    options ifb numifbs=0
/lib/modprobe.d
  /lib/modprobe.d/aliases.conf
    # These are the standard aliases and dependencies.
    # This file does not need to be modified.

    # prevent unusual drivers from appearing as the first sound device ###########
    options snd-pcsp index=-2
    options cx88_alsa index=-2
    options snd-atiixp-modem index=-2
    options snd-intel8x0m index=-2
    options snd-via82xx-modem index=-2

    # work around other kernel issues ############################################     # The EHCI driver should be loaded before the ones for low speed controllers     # or some devices may be confused when they are disconnected and reconnected.
    softdep uhci-hcd pre: ehci-hcd
    softdep ohci-hcd pre: ehci-hcd

  /lib/modprobe.d/fbdev-blacklist.conf
    # This file blacklists most old-style PCI framebuffer drivers.

    blacklist arkfb
    blacklist aty128fb
    blacklist atyfb
    blacklist radeonfb
    blacklist cirrusfb
    blacklist cyber2000fb
    blacklist kyrofb
    blacklist matroxfb_base
    blacklist mb862xxfb
    blacklist neofb
    blacklist pm2fb
    blacklist pm3fb
    blacklist s3fb
    blacklist savagefb
    blacklist sisfb
    blacklist tdfxfb
    blacklist tridentfb
    blacklist vt8623fb
  /lib/modprobe.d/systemd.conf
    #  SPDX-License-Identifier: LGPL-2.1-or-later
    #
    #  This file is part of systemd.
    #
    #  systemd is free software; you can redistribute it and/or modify it
    #  under the terms of the GNU Lesser General Public License as published by
    #  the Free Software Foundation; either version 2.1 of the License, or
    #  (at your option) any later version.
    #
    # When bonding module is loaded, it creates bond0 by default due to max_bonds     # option default value 1. This interferes with the network configuration     # management / networkd, as it is not possible to detect whether this bond0 was
    # intentionally configured by the user, or should be managed by
    # networkd/NM/etc. Therefore disable bond0 creation.

    options bonding max_bonds=0

    # Do the same for dummy0.

    options dummy numdummies=0

    # Do the same for ifb0.

    options ifb numifbs=0
[    0.000000] Linux version 6.12.12-amd64 (debian-kernel@lists.debian.org) (x86_64-linux-gnu-gcc-14 (Debian 14.2.0-16) 14.2.0, GNU ld (GNU Binutils for Debian) 2.43.90.20250127) #1 SMP PREEMPT_DYNAMIC Debian 6.12.12-1 (2025-02-02) [    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-6.12.12-amd64 root=UUID=ff8a5a8d-138a-4c38-97db-0a14c7646185 ro quiet
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009d1efff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009d1f000-0x0000000009ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20dfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000a20e000-0x00000000c3272fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000c3273000-0x00000000c3273fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c3274000-0x00000000ca0e0fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ca0e1000-0x00000000ca494fff] reserved [    0.000000] BIOS-e820: [mem 0x00000000ca495000-0x00000000ca60bfff] ACPI data [    0.000000] BIOS-e820: [mem 0x00000000ca60c000-0x00000000ca9ecfff] ACPI NVS [    0.000000] BIOS-e820: [mem 0x00000000ca9ed000-0x00000000cb9fefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000cb9ff000-0x00000000ccffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000cd000000-0x00000000cfffffff] reserved [    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved [    0.000000] BIOS-e820: [mem 0x00000000fd200000-0x00000000fd2fffff] reserved [    0.000000] BIOS-e820: [mem 0x00000000fd400000-0x00000000fd5fffff] reserved [    0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved [    0.000000] BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved [    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved [    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved [    0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved [    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved [    0.000000] BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved [    0.000000] BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved [    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000082f2fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000082f300000-0x000000082fffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] APIC: Static calls initialized
[    0.000000] e820: update [mem 0xac150018-0xac161067] usable ==> usable
[    0.000000] e820: update [mem 0xac134018-0xac14f657] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable [    0.000000] reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved [    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009d1efff] usable [    0.000000] reserve setup_data: [mem 0x0000000009d1f000-0x0000000009ffffff] reserved [    0.000000] reserve setup_data: [mem 0x000000000a000000-0x000000000a1fffff] usable [    0.000000] reserve setup_data: [mem 0x000000000a200000-0x000000000a20dfff] ACPI NVS [    0.000000] reserve setup_data: [mem 0x000000000a20e000-0x00000000ac134017] usable [    0.000000] reserve setup_data: [mem 0x00000000ac134018-0x00000000ac14f657] usable [    0.000000] reserve setup_data: [mem 0x00000000ac14f658-0x00000000ac150017] usable [    0.000000] reserve setup_data: [mem 0x00000000ac150018-0x00000000ac161067] usable [    0.000000] reserve setup_data: [mem 0x00000000ac161068-0x00000000c3272fff] usable [    0.000000] reserve setup_data: [mem 0x00000000c3273000-0x00000000c3273fff] reserved [    0.000000] reserve setup_data: [mem 0x00000000c3274000-0x00000000ca0e0fff] usable [    0.000000] reserve setup_data: [mem 0x00000000ca0e1000-0x00000000ca494fff] reserved [    0.000000] reserve setup_data: [mem 0x00000000ca495000-0x00000000ca60bfff] ACPI data [    0.000000] reserve setup_data: [mem 0x00000000ca60c000-0x00000000ca9ecfff] ACPI NVS [    0.000000] reserve setup_data: [mem 0x00000000ca9ed000-0x00000000cb9fefff] reserved [    0.000000] reserve setup_data: [mem 0x00000000cb9ff000-0x00000000ccffffff] usable [    0.000000] reserve setup_data: [mem 0x00000000cd000000-0x00000000cfffffff] reserved [    0.000000] reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved [    0.000000] reserve setup_data: [mem 0x00000000fd200000-0x00000000fd2fffff] reserved [    0.000000] reserve setup_data: [mem 0x00000000fd400000-0x00000000fd5fffff] reserved [    0.000000] reserve setup_data: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved [    0.000000] reserve setup_data: [mem 0x00000000feb80000-0x00000000fec01fff] reserved [    0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved [    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved [    0.000000] reserve setup_data: [mem 0x00000000fed40000-0x00000000fed44fff] reserved [    0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved [    0.000000] reserve setup_data: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved [    0.000000] reserve setup_data: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved [    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved [    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000082f2fffff] usable [    0.000000] reserve setup_data: [mem 0x000000082f300000-0x000000082fffffff] reserved
[    0.000000] efi: EFI v2.7 by American Megatrends
[    0.000000] efi: ACPI=0xca60b000 ACPI 2.0=0xca60b014 TPMFinalLog=0xca9a0000 SMBIOS=0xcb7e6000 SMBIOS 3.0=0xcb7e5000 MEMATTR=0xc6b05018 ESRT=0xc88f4298 MOKvar=0xcb845000 INITRD=0xbf302718 RNG=0xca5e7c18 TPMEventLog=0xca4d6018
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem76: MMIO range=[0xf0000000-0xf7ffffff] (128MB) from e820 map
[    0.000000] e820: remove [mem 0xf0000000-0xf7ffffff] reserved
[    0.000000] efi: Remove mem77: MMIO range=[0xfd200000-0xfd2fffff] (1MB) from e820 map
[    0.000000] e820: remove [mem 0xfd200000-0xfd2fffff] reserved
[    0.000000] efi: Remove mem78: MMIO range=[0xfd400000-0xfd5fffff] (2MB) from e820 map
[    0.000000] e820: remove [mem 0xfd400000-0xfd5fffff] reserved
[    0.000000] efi: Not removing mem79: MMIO range=[0xfea00000-0xfea0ffff] (64KB) from e820 map [    0.000000] efi: Remove mem80: MMIO range=[0xfeb80000-0xfec01fff] (0MB) from e820 map
[    0.000000] e820: remove [mem 0xfeb80000-0xfec01fff] reserved
[    0.000000] efi: Not removing mem81: MMIO range=[0xfec10000-0xfec10fff] (4KB) from e820 map [    0.000000] efi: Not removing mem82: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map [    0.000000] efi: Not removing mem83: MMIO range=[0xfed40000-0xfed44fff] (20KB) from e820 map [    0.000000] efi: Not removing mem84: MMIO range=[0xfed80000-0xfed8ffff] (64KB) from e820 map [    0.000000] efi: Not removing mem85: MMIO range=[0xfedc2000-0xfedcffff] (56KB) from e820 map [    0.000000] efi: Not removing mem86: MMIO range=[0xfedd4000-0xfedd5fff] (8KB) from e820 map [    0.000000] efi: Remove mem87: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[    0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[    0.000000] secureboot: Secure boot disabled
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: System manufacturer System Product Name/PRIME X570-PRO, BIOS 5021 09/29/2024
[    0.000000] DMI: Memory slots populated: 2/4
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3699.802 MHz processor
[    0.000123] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000125] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000130] last_pfn = 0x82f300 max_arch_pfn = 0x400000000
[    0.000134] MTRR map: 8 entries (4 fixed + 4 variable; max 21), built from 9 variable MTRRs
[    0.000136] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB WP  UC- WT
[    0.000279] e820: update [mem 0xca6e0000-0xca6effff] usable ==> reserved
[    0.000282] e820: update [mem 0xd0000000-0xffffffff] usable ==> reserved
[    0.000284] last_pfn = 0xcd000 max_arch_pfn = 0x400000000
[    0.002760] esrt: Reserving ESRT space from 0x00000000c88f4298 to 0x00000000c88f42d0.
[    0.002764] e820: update [mem 0xc88f4000-0xc88f4fff] usable ==> reserved
[    0.002775] Using GB pages for direct mapping
[    0.003096] RAMDISK: [mem 0xac162000-0xb194cfff]
[    0.003100] ACPI: Early table checksum verification disabled
[    0.003102] ACPI: RSDP 0x00000000CA60B014 000024 (v02 ALASKA)
[    0.003104] ACPI: XSDT 0x00000000CA60A728 0000D4 (v01 ALASKA A M I    01072009 AMI  01000013) [    0.003107] ACPI: FACP 0x00000000CA5FB000 000114 (v06 ALASKA A M I    01072009 AMI  00010013) [    0.003110] ACPI: DSDT 0x00000000CA5ED000 00DC4E (v02 ALASKA A M I    01072009 INTL 20120913)
[    0.003111] ACPI: FACS 0x00000000CA9D0000 000040
[    0.003112] ACPI: SSDT 0x00000000CA601000 008CE9 (v02 AMD AmdTable 00000002 MSFT 04000000) [    0.003114] ACPI: SSDT 0x00000000CA5FD000 003B8E (v02 AMD AMD AOD  00000001 INTL 20120913) [    0.003115] ACPI: SSDT 0x00000000CA5FC000 000164 (v02 ALASKA CPUSSDT  01072009 AMI  01072009) [    0.003116] ACPI: FIDT 0x00000000CA5EC000 00009C (v01 ALASKA A M I    01072009 AMI  00010013) [    0.003117] ACPI: MCFG 0x00000000CA5EA000 00003C (v01 ALASKA A M I    01072009 MSFT 00010013) [    0.003119] ACPI: HPET 0x00000000CA5E9000 000038 (v01 ALASKA A M I    01072009 AMI  00000005) [    0.003120] ACPI: SSDT 0x00000000CA5E8000 000024 (v01 AMD BIXBY    00001000 INTL 20120913) [    0.003121] ACPI: IVRS 0x00000000CA5E6000 0000D0 (v02 AMD AmdTable 00000001 AMD  00000001) [    0.003122] ACPI: VFCT 0x00000000CA5D7000 00E284 (v01 ALASKA A M I    00000001 AMD  33504F47) [    0.003123] ACPI: BGRT 0x00000000CA5D6000 000038 (v01 ALASKA A M I    01072009 AMI  00010013) [    0.003125] ACPI: WPBT 0x00000000CA4F7000 00003C (v01 ALASKA A M I    00000001 ASUS 00000001) [    0.003126] ACPI: TPM2 0x00000000CA4F6000 00004C (v04 ALASKA A M I    00000001 AMI  00000000) [    0.003127] ACPI: PCCT 0x00000000CA4F5000 00006E (v02 AMD AmdTable 00000001 AMD  00000001) [    0.003128] ACPI: SSDT 0x00000000CA4EE000 00603B (v02 AMD AmdTable 00000001 AMD  00000001) [    0.003129] ACPI: CRAT 0x00000000CA4EC000 001190 (v01 AMD AmdTable 00000001 AMD  00000001) [    0.003130] ACPI: CDIT 0x00000000CA4EB000 000029 (v01 AMD AmdTable 00000001 AMD  00000001) [    0.003131] ACPI: SSDT 0x00000000CA4EA000 00052C (v02 AMD QOGIRNOI 00000001 INTL 20120913) [    0.003133] ACPI: SSDT 0x00000000CA4E6000 003E6E (v02 AMD QOGIRN   00000001 INTL 20120913) [    0.003134] ACPI: WSMT 0x00000000CA4E5000 000028 (v01 ALASKA A M I    01072009 AMI  00010013) [    0.003135] ACPI: APIC 0x00000000CA4E4000 00015E (v04 ALASKA A M I    01072009 AMI  00010013) [    0.003136] ACPI: FPDT 0x00000000CA4E3000 000044 (v01 ALASKA A M I    01072009 AMI  01000013) [    0.003137] ACPI: Reserving FACP table memory at [mem 0xca5fb000-0xca5fb113] [    0.003138] ACPI: Reserving DSDT table memory at [mem 0xca5ed000-0xca5fac4d] [    0.003138] ACPI: Reserving FACS table memory at [mem 0xca9d0000-0xca9d003f] [    0.003139] ACPI: Reserving SSDT table memory at [mem 0xca601000-0xca609ce8] [    0.003139] ACPI: Reserving SSDT table memory at [mem 0xca5fd000-0xca600b8d] [    0.003139] ACPI: Reserving SSDT table memory at [mem 0xca5fc000-0xca5fc163] [    0.003140] ACPI: Reserving FIDT table memory at [mem 0xca5ec000-0xca5ec09b] [    0.003140] ACPI: Reserving MCFG table memory at [mem 0xca5ea000-0xca5ea03b] [    0.003140] ACPI: Reserving HPET table memory at [mem 0xca5e9000-0xca5e9037] [    0.003141] ACPI: Reserving SSDT table memory at [mem 0xca5e8000-0xca5e8023] [    0.003141] ACPI: Reserving IVRS table memory at [mem 0xca5e6000-0xca5e60cf] [    0.003141] ACPI: Reserving VFCT table memory at [mem 0xca5d7000-0xca5e5283] [    0.003142] ACPI: Reserving BGRT table memory at [mem 0xca5d6000-0xca5d6037] [    0.003142] ACPI: Reserving WPBT table memory at [mem 0xca4f7000-0xca4f703b] [    0.003142] ACPI: Reserving TPM2 table memory at [mem 0xca4f6000-0xca4f604b] [    0.003143] ACPI: Reserving PCCT table memory at [mem 0xca4f5000-0xca4f506d] [    0.003143] ACPI: Reserving SSDT table memory at [mem 0xca4ee000-0xca4f403a] [    0.003143] ACPI: Reserving CRAT table memory at [mem 0xca4ec000-0xca4ed18f] [    0.003144] ACPI: Reserving CDIT table memory at [mem 0xca4eb000-0xca4eb028] [    0.003144] ACPI: Reserving SSDT table memory at [mem 0xca4ea000-0xca4ea52b] [    0.003144] ACPI: Reserving SSDT table memory at [mem 0xca4e6000-0xca4e9e6d] [    0.003145] ACPI: Reserving WSMT table memory at [mem 0xca4e5000-0xca4e5027] [    0.003145] ACPI: Reserving APIC table memory at [mem 0xca4e4000-0xca4e415d] [    0.003146] ACPI: Reserving FPDT table memory at [mem 0xca4e3000-0xca4e3043]
[    0.003190] No NUMA configuration found
[    0.003190] Faking a node at [mem 0x0000000000000000-0x000000082f2fffff]
[    0.003194] NODE_DATA(0) allocated [mem 0x82f2d5680-0x82f2fffff]
[    0.003320] Zone ranges:
[    0.003321]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.003321]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.003322]   Normal   [mem 0x0000000100000000-0x000000082f2fffff]
[    0.003323]   Device   empty
[    0.003323] Movable zone start for each node
[    0.003324] Early memory node ranges
[    0.003324]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.003325]   node   0: [mem 0x0000000000100000-0x0000000009d1efff]
[    0.003325]   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
[    0.003326]   node   0: [mem 0x000000000a20e000-0x00000000c3272fff]
[    0.003326]   node   0: [mem 0x00000000c3274000-0x00000000ca0e0fff]
[    0.003327]   node   0: [mem 0x00000000cb9ff000-0x00000000ccffffff]
[    0.003327]   node   0: [mem 0x0000000100000000-0x000000082f2fffff]
[    0.003329] Initmem setup node 0 [mem 0x0000000000001000-0x000000082f2fffff]
[    0.003333] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.003342] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.003424] On node 0, zone DMA32: 737 pages in unavailable ranges
[    0.005421] On node 0, zone DMA32: 14 pages in unavailable ranges
[    0.005519] On node 0, zone DMA32: 1 pages in unavailable ranges
[    0.005569] On node 0, zone DMA32: 6430 pages in unavailable ranges
[    0.005742] On node 0, zone Normal: 12288 pages in unavailable ranges
[    0.005756] On node 0, zone Normal: 3328 pages in unavailable ranges
[    0.006364] ACPI: PM-Timer IO Port: 0x808
[    0.006368] CPU topo: Ignoring hot-pluggable APIC ID 0 in present package.
[    0.006370] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.006380] IOAPIC[0]: apic_id 25, version 33, address 0xfec00000, GSI 0-23 [    0.006385] IOAPIC[1]: apic_id 26, version 33, address 0xfec01000, GSI 24-55
[    0.006386] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.006387] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.006389] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.006390] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.006394] e820: update [mem 0xc60f7000-0xc64c3fff] usable ==> reserved
[    0.006404] CPU topo: Max. logical packages:   1
[    0.006404] CPU topo: Max. logical dies:       1
[    0.006405] CPU topo: Max. dies per package:   1
[    0.006407] CPU topo: Max. threads per core:   2
[    0.006407] CPU topo: Num. cores per package:    12
[    0.006407] CPU topo: Num. threads per package:  24
[    0.006408] CPU topo: Allowing 24 present CPUs plus 0 hotplug CPUs
[    0.006408] CPU topo: Rejected CPUs 8
[    0.006422] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff] [    0.006423] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff] [    0.006424] PM: hibernation: Registered nosave memory: [mem 0x09d1f000-0x09ffffff] [    0.006425] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20dfff] [    0.006425] PM: hibernation: Registered nosave memory: [mem 0xac134000-0xac134fff] [    0.006426] PM: hibernation: Registered nosave memory: [mem 0xac14f000-0xac14ffff] [    0.006427] PM: hibernation: Registered nosave memory: [mem 0xac150000-0xac150fff] [    0.006427] PM: hibernation: Registered nosave memory: [mem 0xac161000-0xac161fff] [    0.006428] PM: hibernation: Registered nosave memory: [mem 0xc3273000-0xc3273fff] [    0.006429] PM: hibernation: Registered nosave memory: [mem 0xc60f7000-0xc64c3fff] [    0.006430] PM: hibernation: Registered nosave memory: [mem 0xc88f4000-0xc88f4fff] [    0.006431] PM: hibernation: Registered nosave memory: [mem 0xca0e1000-0xca494fff] [    0.006431] PM: hibernation: Registered nosave memory: [mem 0xca495000-0xca60bfff] [    0.006431] PM: hibernation: Registered nosave memory: [mem 0xca60c000-0xca9ecfff] [    0.006432] PM: hibernation: Registered nosave memory: [mem 0xca9ed000-0xcb9fefff] [    0.006432] PM: hibernation: Registered nosave memory: [mem 0xcd000000-0xcfffffff] [    0.006433] PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xfe9fffff] [    0.006433] PM: hibernation: Registered nosave memory: [mem 0xfea00000-0xfea0ffff] [    0.006433] PM: hibernation: Registered nosave memory: [mem 0xfea10000-0xfec0ffff] [    0.006434] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff] [    0.006434] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfecfffff] [    0.006434] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff] [    0.006434] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff] [    0.006435] PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff] [    0.006435] PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff] [    0.006435] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff] [    0.006436] PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedc1fff] [    0.006436] PM: hibernation: Registered nosave memory: [mem 0xfedc2000-0xfedcffff] [    0.006436] PM: hibernation: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff] [    0.006436] PM: hibernation: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff] [    0.006437] PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xffffffff]
[    0.006437] [mem 0xd0000000-0xfe9fffff] available for PCI devices
[    0.006438] Booting paravirtualized kernel on bare hardware
[    0.006440] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [    0.009078] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:24 nr_cpu_ids:24 nr_node_ids:1
[    0.009844] percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
[    0.009848] pcpu-alloc: s233472 r8192 d28672 u524288 alloc=1*2097152
[    0.009849] pcpu-alloc: [0] 00 01 02 03 [0] 04 05 06 07
[    0.009851] pcpu-alloc: [0] 08 09 10 11 [0] 12 13 14 15
[    0.009853] pcpu-alloc: [0] 16 17 18 19 [0] 20 21 22 23
[    0.009866] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.12.12-amd64 root=UUID=ff8a5a8d-138a-4c38-97db-0a14c7646185 ro quiet [    0.009891] Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-6.12.12-amd64", will be passed to user space. [    0.009905] printk: log_buf_len individual max cpu contribution: 4096 bytes [    0.009905] printk: log_buf_len total cpu_extra contributions: 94208 bytes
[    0.009906] printk: log_buf_len min size: 131072 bytes
[    0.010017] printk: log_buf_len: 262144 bytes
[    0.010017] printk: early log buf free: 112568(85%)
[    0.011672] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear) [    0.012511] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.012596] Fallback order for Node 0: 0
[    0.012599] Built 1 zonelists, mobility grouping on.  Total pages: 8365713
[    0.012599] Policy zone: Normal
[    0.012604] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.012636] software IO TLB: area num 32.
[    0.023877] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=24, Nodes=1
[    0.023914] ftrace: allocating 45587 entries in 179 pages
[    0.030146] ftrace: allocated 179 pages with 5 groups
[    0.030616] Dynamic Preempt: voluntary
[    0.030667] rcu: Preemptible hierarchical RCU implementation.
[    0.030667] rcu:     RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=24.
[    0.030668]     Trampoline variant of Tasks RCU enabled.
[    0.030669]     Rude variant of Tasks RCU enabled.
[    0.030669]     Tracing variant of Tasks RCU enabled.
[    0.030669] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.030670] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=24
[    0.030678] RCU Tasks: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=24. [    0.030680] RCU Tasks Rude: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=24. [    0.030681] RCU Tasks Trace: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=24.
[    0.032967] NR_IRQS: 524544, nr_irqs: 1160, preallocated irqs: 16
[    0.033144] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.033211] Console: colour dummy device 80x25
[    0.033212] printk: legacy console [tty0] enabled
[    0.033239] ACPI: Core revision 20240827
[    0.033338] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.033353] APIC: Switch to symmetric I/O mode setup
[    0.033970] AMD-Vi: Using global IVHD EFR:0x0, EFR2:0x0
[    0.420999] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.421879] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.441370] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x6aa934cc3ae, max_idle_ns: 881590742738 ns [    0.441374] Calibrating delay loop (skipped), value calculated using timer frequency.. 7399.60 BogoMIPS (lpj=14799208)
[    0.441383] SVM disabled (by BIOS) in MSR_VM_CR
[    0.441385] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.441430] LVT offset 1 assigned for vector 0xf9
[    0.441544] LVT offset 2 assigned for vector 0xf4
[    0.441578] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[    0.441579] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    0.441581] process: using mwait in idle threads
[    0.441582] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.441583] Spectre V2 : Mitigation: Retpolines
[    0.441583] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.441584] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    0.441584] Spectre V2 : Enabling Restricted Speculation for firmware calls [    0.441585] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier [    0.441586] Spectre V2 : User space: Mitigation: STIBP always-on protection [    0.441586] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.441587] Speculative Return Stack Overflow: Mitigation: Safe RET
[    0.441590] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.441591] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.441591] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.441592] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers' [    0.441592] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[    0.441593] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]: 256
[    0.441594] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    0.441594] x86/fpu: xstate_offset[11]:  840, xstate_sizes[11]:   16
[    0.441595] x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
[    0.459228] Freeing SMP alternatives memory: 40K
[    0.459230] pid_max: default: 32768 minimum: 301
[    0.462337] LSM: initializing lsm=lockdown,capability,landlock,yama,apparmor,tomoyo,bpf,ipe,ima,evm
[    0.462402] landlock: Up and running.
[    0.462403] Yama: disabled by default; enable with sysctl kernel.yama.*
[    0.462474] AppArmor: AppArmor initialized
[    0.462496] TOMOYO Linux initialized
[    0.462676] LSM support for eBPF active
[    0.462754] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) [    0.462782] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) [    0.576934] smpboot: CPU0: AMD Ryzen 9 5900X 12-Core Processor (family: 0x19, model: 0x21, stepping: 0x2)
[    0.577110] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.577127] ... version:                0
[    0.577128] ... bit width:              48
[    0.577129] ... generic registers:      6
[    0.577130] ... value mask:             0000ffffffffffff
[    0.577131] ... max period:             00007fffffffffff
[    0.577132] ... fixed-purpose events:   0
[    0.577133] ... event mask:             000000000000003f
[    0.577210] signal: max sigframe size: 3376
[    0.577237] rcu: Hierarchical SRCU implementation.
[    0.577238] rcu:     Max phase no-delay instances is 1000.
[    0.577275] Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level [    0.577372] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.577372] smp: Bringing up secondary CPUs ...
[    0.577372] smpboot: x86: Booting SMP configuration:
[    0.577372] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6 #7  #8  #9 #10 #11 #12 #13 #14 #15 #16 #17 #18 #19 #20 #21 #22 #23 [    0.605465] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    0.627374] smp: Brought up 1 node, 24 CPUs
[    0.627374] smpboot: Total of 24 processors activated (177590.49 BogoMIPS)
[    0.655570] node 0 deferred pages initialised in 24ms
[    0.655570] Memory: 32656368K/33462852K available (16384K kernel code, 2484K rwdata, 11752K rodata, 4136K init, 4976K bss, 787520K reserved, 0K cma-reserved)
[    0.655628] devtmpfs: initialized
[    0.655628] x86/mm: Memory block size: 128MB
[    0.660186] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20dfff] (57344 bytes) [    0.660186] ACPI: PM: Registering ACPI NVS region [mem 0xca60c000-0xca9ecfff] (4067328 bytes) [    0.660186] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [    0.660186] futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
[    0.660186] pinctrl core: initialized pinctrl subsystem
[    0.660186] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.660186] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations [    0.661494] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [    0.661720] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.661728] audit: initializing netlink subsys (disabled)
[    0.661733] audit: type=2000 audit(1738872671.248:1): state=initialized audit_enabled=0 res=1
[    0.661733] thermal_sys: Registered thermal governor 'fair_share'
[    0.661733] thermal_sys: Registered thermal governor 'bang_bang'
[    0.661733] thermal_sys: Registered thermal governor 'step_wise'
[    0.661733] thermal_sys: Registered thermal governor 'user_space'
[    0.661733] thermal_sys: Registered thermal governor 'power_allocator'
[    0.661733] cpuidle: using governor ladder
[    0.661733] cpuidle: using governor menu
[    0.661733] Detected 1 PCC Subspaces
[    0.661733] Registering PCC driver as Mailbox controller
[    0.661733] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.661733] PCI: ECAM [mem 0xf0000000-0xf7ffffff] (base 0xf0000000) for domain 0000 [bus 00-7f]
[    0.661733] PCI: Using configuration type 1 for base access
[    0.661733] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.661733] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.661733] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.661733] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.661733] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.661733] ACPI: Added _OSI(Module Device)
[    0.661733] ACPI: Added _OSI(Processor Device)
[    0.661733] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.661733] ACPI: Added _OSI(Processor Aggregator Device)
[    0.677941] ACPI: 8 ACPI AML tables successfully acquired and loaded
[    0.679308] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.682176] ACPI: EC: EC started
[    0.682176] ACPI: EC: interrupt blocked
[    0.682257] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.682259] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle transactions
[    0.682260] ACPI: Interpreter enabled
[    0.682272] ACPI: PM: (supports S0 S3 S4 S5)
[    0.682274] ACPI: Using IOAPIC for interrupt routing
[    0.682689] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.682690] PCI: Ignoring E820 reservations for host bridge windows
[    0.682936] ACPI: Enabled 2 GPEs in block 00 to 1F
[    0.694067] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.694072] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3] [    0.694159] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME LTR]
[    0.694319] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[    0.694327] acpi PNP0A08:00: [Firmware Info]: ECAM [mem 0xf0000000-0xf7ffffff] for domain 0000 [bus 00-7f] only partially covers this bridge
[    0.694726] PCI host bridge to bus 0000:00
[    0.694729] pci_bus 0000:00: root bus resource [io 0x0000-0x03af window]
[    0.694731] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
[    0.694732] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window]
[    0.694734] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[    0.694735] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window] [    0.694737] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xfec02fff window] [    0.694738] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
[    0.694740] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.694755] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint [    0.694876] pci 0000:00:00.2: [1022:1481] type 00 class 0x080600 conventional PCI endpoint [    0.694998] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint [    0.695083] pci 0000:00:01.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    0.695107] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.695114] pci 0000:00:01.1:   bridge window [mem 0xfcf00000-0xfcffffff]
[    0.695194] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    0.695350] pci 0000:00:01.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    0.695374] pci 0000:00:01.2: PCI bridge to [bus 02-08]
[    0.695379] pci 0000:00:01.2:   bridge window [io 0xf000-0xffff]
[    0.695382] pci 0000:00:01.2:   bridge window [mem 0xfc300000-0xfc8fffff]
[    0.695399] pci 0000:00:01.2: enabling Extended Tags
[    0.695464] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[    0.695646] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint [    0.695733] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint [    0.695814] pci 0000:00:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    0.695838] pci 0000:00:03.2: PCI bridge to [bus 09-0b]
[    0.695843] pci 0000:00:03.2:   bridge window [io 0xe000-0xefff]
[    0.695846] pci 0000:00:03.2:   bridge window [mem 0xfcc00000-0xfcefffff]
[    0.695854] pci 0000:00:03.2:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.695926] pci 0000:00:03.2: PME# supported from D0 D3hot D3cold
[    0.696073] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint [    0.696158] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint [    0.696244] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint [    0.696325] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    0.696350] pci 0000:00:07.1: PCI bridge to [bus 0c]
[    0.696372] pci 0000:00:07.1: enabling Extended Tags
[    0.696439] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    0.696596] pci 0000:00:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint [    0.696678] pci 0000:00:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    0.696704] pci 0000:00:08.1: PCI bridge to [bus 0d]
[    0.696711] pci 0000:00:08.1:   bridge window [mem 0xfc900000-0xfcbfffff]
[    0.696729] pci 0000:00:08.1: enabling Extended Tags
[    0.696800] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.696990] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint [    0.697132] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint [    0.697291] pci 0000:00:18.0: [1022:1440] type 00 class 0x060000 conventional PCI endpoint [    0.697324] pci 0000:00:18.1: [1022:1441] type 00 class 0x060000 conventional PCI endpoint [    0.697357] pci 0000:00:18.2: [1022:1442] type 00 class 0x060000 conventional PCI endpoint [    0.697403] pci 0000:00:18.3: [1022:1443] type 00 class 0x060000 conventional PCI endpoint [    0.697438] pci 0000:00:18.4: [1022:1444] type 00 class 0x060000 conventional PCI endpoint [    0.697472] pci 0000:00:18.5: [1022:1445] type 00 class 0x060000 conventional PCI endpoint [    0.697504] pci 0000:00:18.6: [1022:1446] type 00 class 0x060000 conventional PCI endpoint [    0.697538] pci 0000:00:18.7: [1022:1447] type 00 class 0x060000 conventional PCI endpoint [    0.697633] pci 0000:01:00.0: [1987:5016] type 00 class 0x010802 PCIe Endpoint
[    0.697654] pci 0000:01:00.0: BAR 0 [mem 0xfcf00000-0xfcf03fff 64bit]
[    0.697972] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.698045] pci 0000:02:00.0: [1022:57ad] type 01 class 0x060400 PCIe Switch Upstream Port
[    0.698093] pci 0000:02:00.0: PCI bridge to [bus 03-08]
[    0.698103] pci 0000:02:00.0:   bridge window [io 0xf000-0xffff]
[    0.698107] pci 0000:02:00.0:   bridge window [mem 0xfc300000-0xfc8fffff]
[    0.698137] pci 0000:02:00.0: enabling Extended Tags
[    0.698246] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    0.698370] pci 0000:02:00.0: 63.012 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x4 link at 0000:00:01.2 (capable of 126.024 Gb/s with 16.0 GT/s PCIe x8 link)
[    0.698539] pci 0000:00:01.2: PCI bridge to [bus 02-08]
[    0.698792] pci 0000:03:01.0: [1022:57a3] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.698838] pci 0000:03:01.0: PCI bridge to [bus 04]
[    0.698851] pci 0000:03:01.0:   bridge window [mem 0xfc800000-0xfc8fffff]
[    0.698899] pci 0000:03:01.0: enabling Extended Tags
[    0.699178] pci 0000:03:01.0: PME# supported from D0 D3hot D3cold
[    0.699769] pci 0000:03:05.0: [1022:57a3] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.699816] pci 0000:03:05.0: PCI bridge to [bus 05]
[    0.699825] pci 0000:03:05.0:   bridge window [io 0xf000-0xffff]
[    0.699830] pci 0000:03:05.0:   bridge window [mem 0xfc700000-0xfc7fffff]
[    0.699877] pci 0000:03:05.0: enabling Extended Tags
[    0.700157] pci 0000:03:05.0: PME# supported from D0 D3hot D3cold
[    0.700727] pci 0000:03:08.0: [1022:57a4] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.700775] pci 0000:03:08.0: PCI bridge to [bus 06]
[    0.700788] pci 0000:03:08.0:   bridge window [mem 0xfc300000-0xfc4fffff]
[    0.700834] pci 0000:03:08.0: enabling Extended Tags
[    0.701024] pci 0000:03:08.0: PME# supported from D0 D3hot D3cold
[    0.701332] pci 0000:03:09.0: [1022:57a4] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.701382] pci 0000:03:09.0: PCI bridge to [bus 07]
[    0.701395] pci 0000:03:09.0:   bridge window [mem 0xfc600000-0xfc6fffff]
[    0.701441] pci 0000:03:09.0: enabling Extended Tags
[    0.701631] pci 0000:03:09.0: PME# supported from D0 D3hot D3cold
[    0.701908] pci 0000:03:0a.0: [1022:57a4] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.701956] pci 0000:03:0a.0: PCI bridge to [bus 08]
[    0.701969] pci 0000:03:0a.0:   bridge window [mem 0xfc500000-0xfc5fffff]
[    0.702015] pci 0000:03:0a.0: enabling Extended Tags
[    0.702205] pci 0000:03:0a.0: PME# supported from D0 D3hot D3cold
[    0.702493] pci 0000:02:00.0: PCI bridge to [bus 03-08]
[    0.702626] pci 0000:04:00.0: [c0a9:540a] type 00 class 0x010802 PCIe Endpoint
[    0.702659] pci 0000:04:00.0: BAR 0 [mem 0xfc800000-0xfc803fff 64bit]
[    0.702737] pci 0000:04:00.0: enabling Extended Tags
[    0.703242] pci 0000:03:01.0: PCI bridge to [bus 04]
[    0.703402] pci 0000:05:00.0: [8086:1539] type 00 class 0x020000 PCIe Endpoint
[    0.703438] pci 0000:05:00.0: BAR 0 [mem 0xfc700000-0xfc71ffff]
[    0.703476] pci 0000:05:00.0: BAR 2 [io  0xf000-0xf01f]
[    0.703496] pci 0000:05:00.0: BAR 3 [mem 0xfc720000-0xfc723fff]
[    0.703707] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[    0.704020] pci 0000:03:05.0: PCI bridge to [bus 05]
[    0.704171] pci 0000:06:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    0.704255] pci 0000:06:00.0: enabling Extended Tags
[    0.704565] pci 0000:06:00.0: 63.012 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x4 link at 0000:00:01.2 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link) [    0.704813] pci 0000:06:00.1: [1022:149c] type 00 class 0x0c0330 PCIe Endpoint
[    0.705117] pci 0000:06:00.1: BAR 0 [mem 0xfc400000-0xfc4fffff 64bit]
[    0.705868] pci 0000:06:00.1: enabling Extended Tags
[    0.706412] pci 0000:06:00.1: PME# supported from D0 D3hot D3cold
[    0.706858] pci 0000:06:00.3: [1022:149c] type 00 class 0x0c0330 PCIe Endpoint
[    0.706890] pci 0000:06:00.3: BAR 0 [mem 0xfc300000-0xfc3fffff 64bit]
[    0.706964] pci 0000:06:00.3: enabling Extended Tags
[    0.707057] pci 0000:06:00.3: PME# supported from D0 D3hot D3cold
[    0.707251] pci 0000:03:08.0: PCI bridge to [bus 06]
[    0.707380] pci 0000:07:00.0: [1022:7901] type 00 class 0x010601 PCIe Endpoint
[    0.707467] pci 0000:07:00.0: BAR 5 [mem 0xfc600000-0xfc6007ff]
[    0.707492] pci 0000:07:00.0: enabling Extended Tags
[    0.707619] pci 0000:07:00.0: PME# supported from D3hot D3cold
[    0.707729] pci 0000:07:00.0: 63.012 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x4 link at 0000:00:01.2 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.707858] pci 0000:03:09.0: PCI bridge to [bus 07]
[    0.707986] pci 0000:08:00.0: [1022:7901] type 00 class 0x010601 PCIe Endpoint
[    0.708074] pci 0000:08:00.0: BAR 5 [mem 0xfc500000-0xfc5007ff]
[    0.708098] pci 0000:08:00.0: enabling Extended Tags
[    0.708225] pci 0000:08:00.0: PME# supported from D3hot D3cold
[    0.708335] pci 0000:08:00.0: 63.012 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x4 link at 0000:00:01.2 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.708462] pci 0000:03:0a.0: PCI bridge to [bus 08]
[    0.708602] pci 0000:09:00.0: [1002:1478] type 01 class 0x060400 PCIe Switch Upstream Port
[    0.708621] pci 0000:09:00.0: BAR 0 [mem 0xfce00000-0xfce03fff]
[    0.708642] pci 0000:09:00.0: PCI bridge to [bus 0a-0b]
[    0.708650] pci 0000:09:00.0:   bridge window [io 0xe000-0xefff]
[    0.708654] pci 0000:09:00.0:   bridge window [mem 0xfcc00000-0xfcdfffff]
[    0.708666] pci 0000:09:00.0:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.708781] pci 0000:09:00.0: PME# supported from D0 D3hot D3cold
[    0.708877] pci 0000:09:00.0: 126.024 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x8 link at 0000:00:03.2 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.709012] pci 0000:00:03.2: PCI bridge to [bus 09-0b]
[    0.709079] pci 0000:0a:00.0: [1002:1479] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.709116] pci 0000:0a:00.0: PCI bridge to [bus 0b]
[    0.709123] pci 0000:0a:00.0:   bridge window [io 0xe000-0xefff]
[    0.709127] pci 0000:0a:00.0:   bridge window [mem 0xfcc00000-0xfcdfffff]
[    0.709140] pci 0000:0a:00.0:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.709256] pci 0000:0a:00.0: PME# supported from D0 D3hot D3cold
[    0.709493] pci 0000:09:00.0: PCI bridge to [bus 0a-0b]
[    0.709564] pci 0000:0b:00.0: [1002:744c] type 00 class 0x030000 PCIe Legacy Endpoint [    0.709587] pci 0000:0b:00.0: BAR 0 [mem 0xd0000000-0xdfffffff 64bit pref] [    0.709603] pci 0000:0b:00.0: BAR 2 [mem 0xe0000000-0xe01fffff 64bit pref]
[    0.709613] pci 0000:0b:00.0: BAR 4 [io  0xe000-0xe0ff]
[    0.709624] pci 0000:0b:00.0: BAR 5 [mem 0xfcc00000-0xfccfffff]
[    0.709634] pci 0000:0b:00.0: ROM [mem 0xfcd00000-0xfcd1ffff pref]
[    0.709761] pci 0000:0b:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.709876] pci 0000:0b:00.0: 126.024 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x8 link at 0000:00:03.2 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link) [    0.709985] pci 0000:0b:00.1: [1002:ab30] type 00 class 0x040300 PCIe Legacy Endpoint
[    0.710001] pci 0000:0b:00.1: BAR 0 [mem 0xfcd20000-0xfcd23fff]
[    0.710119] pci 0000:0b:00.1: PME# supported from D1 D2 D3hot D3cold
[    0.710280] pci 0000:0a:00.0: PCI bridge to [bus 0b]
[    0.710368] pci 0000:0c:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    0.710411] pci 0000:0c:00.0: enabling Extended Tags
[    0.710646] pci 0000:00:07.1: PCI bridge to [bus 0c]
[    0.710721] pci 0000:0d:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    0.710772] pci 0000:0d:00.0: enabling Extended Tags
[    0.711018] pci 0000:0d:00.1: [1022:1486] type 00 class 0x108000 PCIe Endpoint
[    0.711043] pci 0000:0d:00.1: BAR 2 [mem 0xfca00000-0xfcafffff]
[    0.711060] pci 0000:0d:00.1: BAR 5 [mem 0xfcb08000-0xfcb09fff]
[    0.711073] pci 0000:0d:00.1: enabling Extended Tags
[    0.711275] pci 0000:0d:00.3: [1022:149c] type 00 class 0x0c0330 PCIe Endpoint
[    0.711295] pci 0000:0d:00.3: BAR 0 [mem 0xfc900000-0xfc9fffff 64bit]
[    0.711340] pci 0000:0d:00.3: enabling Extended Tags
[    0.711413] pci 0000:0d:00.3: PME# supported from D0 D3hot D3cold
[    0.711572] pci 0000:0d:00.4: [1022:1487] type 00 class 0x040300 PCIe Endpoint
[    0.711585] pci 0000:0d:00.4: BAR 0 [mem 0xfcb00000-0xfcb07fff]
[    0.711625] pci 0000:0d:00.4: enabling Extended Tags
[    0.711694] pci 0000:0d:00.4: PME# supported from D0 D3hot D3cold
[    0.711860] pci 0000:00:08.1: PCI bridge to [bus 0d]
[    0.712434] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.712479] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.712518] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.712565] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.712607] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.712643] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.712678] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.712714] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.713514] ACPI: EC: interrupt unblocked
[    0.713515] ACPI: EC: event unblocked
[    0.713518] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.713519] ACPI: EC: GPE=0x2
[    0.713521] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC initialization complete [    0.713522] ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
[    0.713568] iommu: Default domain type: Translated
[    0.713568] iommu: DMA domain TLB invalidation policy: lazy mode
[    0.713568] pps_core: LinuxPPS API ver. 1 registered
[    0.713568] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giome...@linux.it>
[    0.713568] PTP clock support registered
[    0.713568] EDAC MC: Ver: 3.0.0
[    0.713623] efivars: Registered efivars operations
[    0.713623] NetLabel: Initializing
[    0.713623] NetLabel:  domain hash size = 128
[    0.713623] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.713623] NetLabel:  unlabeled traffic allowed by default
[    0.713623] PCI: Using ACPI for IRQ routing
[    0.719223] PCI: pci_cache_line_size set to 64 bytes
[    0.719356] e820: reserve RAM buffer [mem 0x09d1f000-0x0bffffff]
[    0.719358] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    0.719359] e820: reserve RAM buffer [mem 0xac134018-0xafffffff]
[    0.719360] e820: reserve RAM buffer [mem 0xac150018-0xafffffff]
[    0.719362] e820: reserve RAM buffer [mem 0xc3273000-0xc3ffffff]
[    0.719363] e820: reserve RAM buffer [mem 0xc60f7000-0xc7ffffff]
[    0.719364] e820: reserve RAM buffer [mem 0xc88f4000-0xcbffffff]
[    0.719365] e820: reserve RAM buffer [mem 0xca0e1000-0xcbffffff]
[    0.719366] e820: reserve RAM buffer [mem 0xcd000000-0xcfffffff]
[    0.719367] e820: reserve RAM buffer [mem 0x82f300000-0x82fffffff]
[    0.719421] pci 0000:0b:00.0: vgaarb: setting as boot VGA device
[    0.719421] pci 0000:0b:00.0: vgaarb: bridge control possible
[    0.719421] pci 0000:0b:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.719421] vgaarb: loaded
[    0.719421] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.719421] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.721424] clocksource: Switched to clocksource tsc-early
[    0.721562] VFS: Disk quotas dquot_6.6.0
[    0.721572] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.721717] AppArmor: AppArmor Filesystem Enabled
[    0.721735] pnp: PnP ACPI init
[    0.721815] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[    0.721917] system 00:01: [mem 0xfd200000-0xfd2fffff] has been reserved
[    0.722090] system 00:03: [io  0x0290-0x029f] has been reserved
[    0.722092] system 00:03: [io  0x0200-0x021f] has been reserved
[    0.722332] pnp 00:04: [dma 0 disabled]
[    0.722580] system 00:05: [io  0x04d0-0x04d1] has been reserved
[    0.722582] system 00:05: [io  0x040b] has been reserved
[    0.722584] system 00:05: [io  0x04d6] has been reserved
[    0.722585] system 00:05: [io  0x0c00-0x0c01] has been reserved
[    0.722587] system 00:05: [io  0x0c14] has been reserved
[    0.722588] system 00:05: [io  0x0c50-0x0c51] has been reserved
[    0.722590] system 00:05: [io  0x0c52] has been reserved
[    0.722591] system 00:05: [io  0x0c6c] has been reserved
[    0.722592] system 00:05: [io  0x0c6f] has been reserved
[    0.722594] system 00:05: [io  0x0cd8-0x0cdf] has been reserved
[    0.722595] system 00:05: [io  0x0800-0x089f] has been reserved
[    0.722597] system 00:05: [io  0x0b00-0x0b0f] has been reserved
[    0.722598] system 00:05: [io  0x0b20-0x0b3f] has been reserved
[    0.722600] system 00:05: [io  0x0900-0x090f] has been reserved
[    0.722601] system 00:05: [io  0x0910-0x091f] has been reserved
[    0.722603] system 00:05: [mem 0xfec00000-0xfec00fff] could not be reserved [    0.722605] system 00:05: [mem 0xfec01000-0xfec01fff] could not be reserved
[    0.722606] system 00:05: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.722608] system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.722610] system 00:05: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.722612] system 00:05: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.722614] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[    0.723020] pnp: PnP ACPI: found 6 devices
[    0.728872] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.728940] NET: Registered PF_INET protocol family
[    0.729070] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear) [    0.737744] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear) [    0.737760] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [    0.737864] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear) [    0.738072] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.738146] TCP: Hash tables configured (established 262144 bind 65536)
[    0.738247] MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear) [    0.738379] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear) [    0.738426] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.738492] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.738498] NET: Registered PF_XDP protocol family
[    0.738509] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.738513] pci 0000:00:01.1:   bridge window [mem 0xfcf00000-0xfcffffff]
[    0.738521] pci 0000:03:01.0: PCI bridge to [bus 04]
[    0.738527] pci 0000:03:01.0:   bridge window [mem 0xfc800000-0xfc8fffff]
[    0.738539] pci 0000:03:05.0: PCI bridge to [bus 05]
[    0.738542] pci 0000:03:05.0:   bridge window [io 0xf000-0xffff]
[    0.738549] pci 0000:03:05.0:   bridge window [mem 0xfc700000-0xfc7fffff]
[    0.738560] pci 0000:03:08.0: PCI bridge to [bus 06]
[    0.738567] pci 0000:03:08.0:   bridge window [mem 0xfc300000-0xfc4fffff]
[    0.738578] pci 0000:03:09.0: PCI bridge to [bus 07]
[    0.738585] pci 0000:03:09.0:   bridge window [mem 0xfc600000-0xfc6fffff]
[    0.738596] pci 0000:03:0a.0: PCI bridge to [bus 08]
[    0.738602] pci 0000:03:0a.0:   bridge window [mem 0xfc500000-0xfc5fffff]
[    0.738614] pci 0000:02:00.0: PCI bridge to [bus 03-08]
[    0.738617] pci 0000:02:00.0:   bridge window [io 0xf000-0xffff]
[    0.738623] pci 0000:02:00.0:   bridge window [mem 0xfc300000-0xfc8fffff]
[    0.738635] pci 0000:00:01.2: PCI bridge to [bus 02-08]
[    0.738637] pci 0000:00:01.2:   bridge window [io 0xf000-0xffff]
[    0.738641] pci 0000:00:01.2:   bridge window [mem 0xfc300000-0xfc8fffff]
[    0.738648] pci 0000:0a:00.0: PCI bridge to [bus 0b]
[    0.738654] pci 0000:0a:00.0:   bridge window [io 0xe000-0xefff]
[    0.738660] pci 0000:0a:00.0:   bridge window [mem 0xfcc00000-0xfcdfffff]
[    0.738664] pci 0000:0a:00.0:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.738670] pci 0000:09:00.0: PCI bridge to [bus 0a-0b]
[    0.738673] pci 0000:09:00.0:   bridge window [io 0xe000-0xefff]
[    0.738678] pci 0000:09:00.0:   bridge window [mem 0xfcc00000-0xfcdfffff]
[    0.738682] pci 0000:09:00.0:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.738688] pci 0000:00:03.2: PCI bridge to [bus 09-0b]
[    0.738690] pci 0000:00:03.2:   bridge window [io 0xe000-0xefff]
[    0.738694] pci 0000:00:03.2:   bridge window [mem 0xfcc00000-0xfcefffff]
[    0.738697] pci 0000:00:03.2:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.738702] pci 0000:00:07.1: PCI bridge to [bus 0c]
[    0.738712] pci 0000:00:08.1: PCI bridge to [bus 0d]
[    0.738716] pci 0000:00:08.1:   bridge window [mem 0xfc900000-0xfcbfffff]
[    0.738723] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.738724] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.738726] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.738727] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.738728] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window] [    0.738730] pci_bus 0000:00: resource 9 [mem 0xd0000000-0xfec02fff window] [    0.738731] pci_bus 0000:00: resource 10 [mem 0xfee00000-0xffffffff window]
[    0.738733] pci_bus 0000:01: resource 1 [mem 0xfcf00000-0xfcffffff]
[    0.738734] pci_bus 0000:02: resource 0 [io  0xf000-0xffff]
[    0.738736] pci_bus 0000:02: resource 1 [mem 0xfc300000-0xfc8fffff]
[    0.738737] pci_bus 0000:03: resource 0 [io  0xf000-0xffff]
[    0.738738] pci_bus 0000:03: resource 1 [mem 0xfc300000-0xfc8fffff]
[    0.738740] pci_bus 0000:04: resource 1 [mem 0xfc800000-0xfc8fffff]
[    0.738741] pci_bus 0000:05: resource 0 [io  0xf000-0xffff]
[    0.738742] pci_bus 0000:05: resource 1 [mem 0xfc700000-0xfc7fffff]
[    0.738744] pci_bus 0000:06: resource 1 [mem 0xfc300000-0xfc4fffff]
[    0.738745] pci_bus 0000:07: resource 1 [mem 0xfc600000-0xfc6fffff]
[    0.738746] pci_bus 0000:08: resource 1 [mem 0xfc500000-0xfc5fffff]
[    0.738748] pci_bus 0000:09: resource 0 [io  0xe000-0xefff]
[    0.738749] pci_bus 0000:09: resource 1 [mem 0xfcc00000-0xfcefffff]
[    0.738750] pci_bus 0000:09: resource 2 [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.738752] pci_bus 0000:0a: resource 0 [io  0xe000-0xefff]
[    0.738753] pci_bus 0000:0a: resource 1 [mem 0xfcc00000-0xfcdfffff]
[    0.738754] pci_bus 0000:0a: resource 2 [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.738756] pci_bus 0000:0b: resource 0 [io  0xe000-0xefff]
[    0.738757] pci_bus 0000:0b: resource 1 [mem 0xfcc00000-0xfcdfffff]
[    0.738758] pci_bus 0000:0b: resource 2 [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.738760] pci_bus 0000:0d: resource 1 [mem 0xfc900000-0xfcbfffff]
[    0.739184] pci 0000:0b:00.1: D0 power state depends on 0000:0b:00.0
[    0.739356] PCI: CLS 64 bytes, default 64
[    0.739376] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    0.739410] Trying to unpack rootfs image as initramfs...
[    0.739433] pci 0000:00:01.0: Adding to iommu group 0
[    0.739450] pci 0000:00:01.1: Adding to iommu group 1
[    0.739466] pci 0000:00:01.2: Adding to iommu group 2
[    0.739490] pci 0000:00:02.0: Adding to iommu group 3
[    0.739515] pci 0000:00:03.0: Adding to iommu group 4
[    0.739532] pci 0000:00:03.2: Adding to iommu group 5
[    0.739555] pci 0000:00:04.0: Adding to iommu group 6
[    0.739579] pci 0000:00:05.0: Adding to iommu group 7
[    0.739606] pci 0000:00:07.0: Adding to iommu group 8
[    0.739623] pci 0000:00:07.1: Adding to iommu group 9
[    0.739647] pci 0000:00:08.0: Adding to iommu group 10
[    0.739666] pci 0000:00:08.1: Adding to iommu group 11
[    0.739697] pci 0000:00:14.0: Adding to iommu group 12
[    0.739713] pci 0000:00:14.3: Adding to iommu group 12
[    0.739791] pci 0000:00:18.0: Adding to iommu group 13
[    0.739807] pci 0000:00:18.1: Adding to iommu group 13
[    0.739823] pci 0000:00:18.2: Adding to iommu group 13
[    0.739842] pci 0000:00:18.3: Adding to iommu group 13
[    0.739858] pci 0000:00:18.4: Adding to iommu group 13
[    0.739874] pci 0000:00:18.5: Adding to iommu group 13
[    0.739891] pci 0000:00:18.6: Adding to iommu group 13
[    0.739907] pci 0000:00:18.7: Adding to iommu group 13
[    0.739923] pci 0000:01:00.0: Adding to iommu group 14
[    0.739941] pci 0000:02:00.0: Adding to iommu group 15
[    0.739982] pci 0000:03:01.0: Adding to iommu group 16
[    0.740022] pci 0000:03:05.0: Adding to iommu group 17
[    0.740047] pci 0000:03:08.0: Adding to iommu group 18
[    0.740072] pci 0000:03:09.0: Adding to iommu group 19
[    0.740097] pci 0000:03:0a.0: Adding to iommu group 20
[    0.740138] pci 0000:04:00.0: Adding to iommu group 21
[    0.740179] pci 0000:05:00.0: Adding to iommu group 22
[    0.740185] pci 0000:06:00.0: Adding to iommu group 18
[    0.740191] pci 0000:06:00.1: Adding to iommu group 18
[    0.740197] pci 0000:06:00.3: Adding to iommu group 18
[    0.740202] pci 0000:07:00.0: Adding to iommu group 19
[    0.740209] pci 0000:08:00.0: Adding to iommu group 20
[    0.740226] pci 0000:09:00.0: Adding to iommu group 23
[    0.740244] pci 0000:0a:00.0: Adding to iommu group 24
[    0.740275] pci 0000:0b:00.0: Adding to iommu group 25
[    0.740297] pci 0000:0b:00.1: Adding to iommu group 26
[    0.740315] pci 0000:0c:00.0: Adding to iommu group 27
[    0.740335] pci 0000:0d:00.0: Adding to iommu group 28
[    0.740354] pci 0000:0d:00.1: Adding to iommu group 29
[    0.740374] pci 0000:0d:00.3: Adding to iommu group 30
[    0.740395] pci 0000:0d:00.4: Adding to iommu group 31
[    0.743870] AMD-Vi: Extended features (0x58f77ef22294a5a, 0x0): PPR NX GT IA PC GA_vAPIC
[    0.743878] AMD-Vi: Interrupt remapping enabled
[    0.743974] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.743976] software IO TLB: mapped [mem 0x00000000bb188000-0x00000000bf188000] (64MB)
[    0.744011] LVT offset 0 assigned for vector 0x400
[    0.744186] perf: AMD IBS detected (0x000003ff)
[    0.745138] amd_uncore: 4 amd_df counters detected
[    0.745144] amd_uncore: 6 amd_l3 counters detected
[    0.745294] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    0.745950] Initialise system trusted keyrings
[    0.745960] Key type blacklist registered
[    0.745987] workingset: timestamp_bits=36 max_order=23 bucket_order=0
[    0.745993] zbud: loaded
[    0.746069] fuse: init (API version 7.41)
[    0.746178] integrity: Platform Keyring initialized
[    0.746181] integrity: Machine keyring initialized
[    0.756900] Key type asymmetric registered
[    0.756902] Asymmetric key parser 'x509' registered
[    1.058683] Freeing initrd memory: 90028K
[    1.061980] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    1.062020] io scheduler mq-deadline registered
[    1.064500] ledtrig-cpu: registered to indicate activity on CPUs
[    1.065026] pcieport 0000:00:07.1: AER: enabled with IRQ 32
[    1.065200] pcieport 0000:00:08.1: AER: enabled with IRQ 33
[    1.066904] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.067422] Monitor-Mwait will be used to enter C-1 state
[    1.085189] Estimated ratio of average max frequency by base frequency (times 1024): 1197
[    1.085440] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.085652] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    1.086530] Linux agpgart interface v0.103
[    1.184995] tpm_crb MSFT0101:00: Disabling hwrng
[    1.186748] i8042: PNP: No PS/2 controller found.
[    1.186793] mousedev: PS/2 mouse device common for all mice
[    1.186807] rtc_cmos 00:02: RTC can wake from S4
[    1.187030] rtc_cmos 00:02: registered as rtc0
[    1.187058] rtc_cmos 00:02: setting system clock to 2025-02-06T20:11:13 UTC (1738872673)
[    1.187087] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram
[    1.522742] efifb: probing for efifb
[    1.522751] efifb: framebuffer at 0xd0000000, using 32400k, total 32400k
[    1.522752] efifb: mode is 3840x2160x32, linelength=15360, pages=1
[    1.522754] efifb: scrolling: redraw
[    1.522755] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.522840] Console: switching to colour frame buffer device 240x67
[    1.525949] fb0: EFI VGA frame buffer device
[    1.526062] NET: Registered PF_INET6 protocol family
[    1.529140] Segment Routing with IPv6
[    1.529151] In-situ OAM (IOAM) with IPv6
[    1.529174] mip6: Mobile IPv6
[    1.529179] NET: Registered PF_PACKET protocol family
[    1.529231] mpls_gso: MPLS GSO support
[    1.531005] microcode: Current revision: 0x0a201210
[    1.531778] resctrl: L3 allocation detected
[    1.531780] resctrl: MB allocation detected
[    1.531781] resctrl: L3 monitoring detected
[    1.531808] IPI shorthand broadcast: enabled
[    1.533561] sched_clock: Marking stable (1152021509, 380201364)->(1627971979, -95749106)
[    1.533730] registered taskstats version 1
[    1.533865] Loading compiled-in X.509 certificates
[    1.543503] Loaded X.509 cert 'Build time autogenerated kernel key: a3e36bf22a91cf8b9a1cc970610f72bac8676bf6'
[    1.545471] Demotion targets for Node 0: null
[    1.545588] Key type .fscrypt registered
[    1.545591] Key type fscrypt-provisioning registered
[    1.557489] Key type encrypted registered
[    1.557492] AppArmor: AppArmor sha256 policy hashing enabled
[    1.557562] integrity: Loading X.509 certificate: UEFI:db
[    1.557656] integrity: Loaded X.509 cert 'ASUSTeK MotherBoard SW Key Certificate: da83b990422ebc8c441f8d8b039a65a2'
[    1.557657] integrity: Loading X.509 certificate: UEFI:db
[    1.557744] integrity: Loaded X.509 cert 'ASUSTeK Notebook SW Key Certificate: b8e581e4df77a5bb4282d5ccfc00c071'
[    1.557746] integrity: Loading X.509 certificate: UEFI:db
[    1.557757] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    1.557759] integrity: Loading X.509 certificate: UEFI:db
[    1.557769] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    1.557770] integrity: Loading X.509 certificate: UEFI:db
[    1.557859] integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
[    1.558511] ima: Allocated hash algorithm: sha256
[    1.720259] ima: No architecture policies found
[    1.720281] evm: Initialising EVM extended attributes:
[    1.720282] evm: security.selinux
[    1.720284] evm: security.SMACK64 (disabled)
[    1.720285] evm: security.SMACK64EXEC (disabled)
[    1.720286] evm: security.SMACK64TRANSMUTE (disabled)
[    1.720287] evm: security.SMACK64MMAP (disabled)
[    1.720288] evm: security.apparmor
[    1.720290] evm: security.ima
[    1.720291] evm: security.capability
[    1.720292] evm: HMAC attrs: 0x1
[    1.721437] RAS: Correctable Errors collector initialized.
[    1.732436] clk: Disabling unused clocks
[    1.732439] PM: genpd: Disabling unused power domains
[    1.733426] Freeing unused decrypted memory: 2028K
[    1.733775] Freeing unused kernel image (initmem) memory: 4136K
[    1.733783] Write protecting the kernel read-only data: 28672k
[    1.734051] Freeing unused kernel image (rodata/data gap) memory: 536K
[    1.770262] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.770271] tsc: Refined TSC clocksource calibration: 3700.000 MHz
[    1.770276] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x6aaaabc71c7, max_idle_ns: 881590412124 ns
[    1.770282] Run /init as init process
[    1.770285]   with arguments:
[    1.770287]     /init
[    1.770289]   with environment:
[    1.770290]     HOME=/
[    1.770292]     TERM=linux
[    1.770293]     BOOT_IMAGE=/boot/vmlinuz-6.12.12-amd64
[    1.770553] clocksource: Switched to clocksource tsc
[    1.869789] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    1.869821] ACPI: button: Power Button [PWRB]
[    1.869874] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    1.869988] ACPI: button: Power Button [PWRF]
[    1.874748] dca service started, version 1.12.1
[    1.878754] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0 [    1.878757] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[    1.880248] i2c i2c-0: Successfully instantiated SPD at 0x52
[    1.880820] i2c i2c-0: Successfully instantiated SPD at 0x53
[    1.880846] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[    1.882016] SCSI subsystem initialized
[    1.882875] igb: Intel(R) Gigabit Ethernet Network Driver
[    1.882877] igb: Copyright (c) 2007-2014 Intel Corporation.
[    1.886918] nvme nvme1: pci function 0000:04:00.0
[    1.886918] nvme nvme0: pci function 0000:01:00.0
[    1.887075] ACPI: bus type USB registered
[    1.887097] usbcore: registered new interface driver usbfs
[    1.887108] usbcore: registered new interface driver hub
[    1.887124] usbcore: registered new device driver usb
[    1.890429] nvme nvme0: D3 entry latency set to 10 seconds
[    1.891903] nvme nvme0: 8/0/0 default/read/poll queues
[    1.892731] nvme nvme0: Ignoring bogus Namespace Identifiers
[    1.892935] libata version 3.00 loaded.
[    1.897300] nvme nvme1: missing or invalid SUBNQN field.
[    1.897804]  nvme0n1: p1 p2 p3 p4
[    1.912102] pps pps0: new PPS source ptp0
[    1.912144] igb 0000:05:00.0: added PHC on eth0
[    1.912168] igb 0000:05:00.0: Intel(R) Gigabit Ethernet Network Connection [    1.912170] igb 0000:05:00.0: eth0: (PCIe:2.5Gb/s:Width x1) d4:5d:64:57:11:46
[    1.912172] igb 0000:05:00.0: eth0: PBA No: FFFFFF-0FF
[    1.912174] igb 0000:05:00.0: Using MSI-X interrupts. 2 rx queue(s), 2 tx queue(s)
[    1.922465] nvme nvme1: allocated 32 MiB host memory buffer.
[    1.954208] nvme nvme1: 8/0/0 default/read/poll queues
[    1.956801] nvme nvme1: Ignoring bogus Namespace Identifiers
[    1.958502]  nvme1n1: p1 p2 p3 p4 p5
[    1.959922] igb 0000:05:00.0 enp5s0: renamed from eth0
[    1.961718] ahci 0000:07:00.0: version 3.0
[    1.961887] ahci 0000:07:00.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
[    1.961890] ahci 0000:07:00.0: 1/1 ports implemented (port mask 0x1)
[    1.961892] ahci 0000:07:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part
[    1.962064] scsi host0: ahci
[    1.962127] ata1: SATA max UDMA/133 abar m2048@0xfc600000 port 0xfc600100 irq 67 lpm-pol 3 [    1.962471] ahci 0000:08:00.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
[    1.962474] ahci 0000:08:00.0: 2/2 ports implemented (port mask 0x30)
[    1.962475] ahci 0000:08:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part
[    1.963192] scsi host1: ahci
[    1.963403] scsi host2: ahci
[    1.963538] scsi host3: ahci
[    1.963644] scsi host4: ahci
[    1.963762] scsi host5: ahci
[    1.963897] scsi host6: ahci
[    1.963963] ata2: DUMMY
[    1.963966] ata3: DUMMY
[    1.963968] ata4: DUMMY
[    1.963969] ata5: DUMMY
[    1.963973] ata6: SATA max UDMA/133 abar m2048@0xfc500000 port 0xfc500300 irq 72 lpm-pol 3 [    1.963978] ata7: SATA max UDMA/133 abar m2048@0xfc500000 port 0xfc500380 irq 73 lpm-pol 3
[    2.268820] ata1: SATA link down (SStatus 0 SControl 300)
[    2.432529] ata7: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.432562] ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.433606] ata7.00: supports DRM functions and may not be fully accessible
[    2.433611] ata7.00: ATA-10: CT1000MX500SSD1, M3CR033, max UDMA/133
[    2.433639] ata7.00: 1953525168 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    2.435440] ata7.00: Features: Trust Dev-Sleep
[    2.435669] ata7.00: supports DRM functions and may not be fully accessible
[    2.436414] ata7.00: configured for UDMA/133
[    2.442497] ata6.00: ATA-10: ST4000VM000-2AF166, SC11, max UDMA/133
[    2.442892] ata6.00: 7814037168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    2.442986] ata6.00: Features: NCQ-sndrcv
[    2.444284] ata6.00: configured for UDMA/133
[    2.454596] scsi 5:0:0:0: Direct-Access     ATA ST4000VM000-2AF1 SC11 PQ: 0 ANSI: 5 [    2.454942] scsi 6:0:0:0: Direct-Access     ATA CT1000MX500SSD1  033  PQ: 0 ANSI: 5
[    2.456721] xhci_hcd 0000:06:00.1: xHCI Host Controller
[    2.456727] xhci_hcd 0000:06:00.1: new USB bus registered, assigned bus number 1 [    2.456872] xhci_hcd 0000:06:00.1: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000010
[    2.457370] xhci_hcd 0000:06:00.1: xHCI Host Controller
[    2.457373] xhci_hcd 0000:06:00.1: new USB bus registered, assigned bus number 2 [    2.457375] xhci_hcd 0000:06:00.1: Host supports USB 3.1 Enhanced SuperSpeed [    2.457411] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12 [    2.457414] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.457415] usb usb1: Product: xHCI Host Controller
[    2.457417] usb usb1: Manufacturer: Linux 6.12.12-amd64 xhci-hcd
[    2.457418] usb usb1: SerialNumber: 0000:06:00.1
[    2.457519] hub 1-0:1.0: USB hub found
[    2.457532] hub 1-0:1.0: 6 ports detected
[    2.458233] sd 6:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    2.458235] sd 6:0:0:0: [sda] 4096-byte physical blocks
[    2.458241] sd 6:0:0:0: [sda] Write Protect is off
[    2.458242] sd 6:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.458251] sd 6:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [    2.458259] sd 5:0:0:0: [sdb] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
[    2.458263] sd 5:0:0:0: [sdb] 4096-byte physical blocks
[    2.458270] sd 5:0:0:0: [sdb] Write Protect is off
[    2.458272] sd 6:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
[    2.458272] sd 5:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    2.458283] sd 5:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [    2.458301] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.458301] sd 5:0:0:0: [sdb] Preferred minimum I/O size 4096 bytes
[    2.458321] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.12 [    2.458323] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.458325] usb usb2: Product: xHCI Host Controller
[    2.458326] usb usb2: Manufacturer: Linux 6.12.12-amd64 xhci-hcd
[    2.458328] usb usb2: SerialNumber: 0000:06:00.1
[    2.458449] hub 2-0:1.0: USB hub found
[    2.458458] hub 2-0:1.0: 4 ports detected
[    2.459012] xhci_hcd 0000:06:00.3: xHCI Host Controller
[    2.459016] xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 3 [    2.459170] xhci_hcd 0000:06:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000010
[    2.459492] xhci_hcd 0000:06:00.3: xHCI Host Controller
[    2.459495] xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 4 [    2.459497] xhci_hcd 0000:06:00.3: Host supports USB 3.1 Enhanced SuperSpeed [    2.459557] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12 [    2.459559] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.459561] usb usb3: Product: xHCI Host Controller
[    2.459562] usb usb3: Manufacturer: Linux 6.12.12-amd64 xhci-hcd
[    2.459563] usb usb3: SerialNumber: 0000:06:00.3
[    2.459651] hub 3-0:1.0: USB hub found
[    2.459665] hub 3-0:1.0: 6 ports detected
[    2.460389] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM. [    2.460408] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.12 [    2.460410] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.460412] usb usb4: Product: xHCI Host Controller
[    2.460413] usb usb4: Manufacturer: Linux 6.12.12-amd64 xhci-hcd
[    2.460414] usb usb4: SerialNumber: 0000:06:00.3
[    2.460495] hub 4-0:1.0: USB hub found
[    2.460505] hub 4-0:1.0: 4 ports detected
[    2.460915] usb: port power management may be unreliable
[    2.461036] xhci_hcd 0000:0d:00.3: xHCI Host Controller
[    2.461040] xhci_hcd 0000:0d:00.3: new USB bus registered, assigned bus number 5 [    2.461145] xhci_hcd 0000:0d:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000010
[    2.461383] xhci_hcd 0000:0d:00.3: xHCI Host Controller
[    2.461386] xhci_hcd 0000:0d:00.3: new USB bus registered, assigned bus number 6 [    2.461388] xhci_hcd 0000:0d:00.3: Host supports USB 3.1 Enhanced SuperSpeed [    2.461417] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12 [    2.461419] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.461420] usb usb5: Product: xHCI Host Controller
[    2.461422] usb usb5: Manufacturer: Linux 6.12.12-amd64 xhci-hcd
[    2.461423] usb usb5: SerialNumber: 0000:0d:00.3
[    2.461505] hub 5-0:1.0: USB hub found
[    2.461512] hub 5-0:1.0: 4 ports detected
[    2.461665] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM. [    2.461683] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.12 [    2.461685] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.461686] usb usb6: Product: xHCI Host Controller
[    2.461688] usb usb6: Manufacturer: Linux 6.12.12-amd64 xhci-hcd
[    2.461689] usb usb6: SerialNumber: 0000:0d:00.3
[    2.461763] hub 6-0:1.0: USB hub found
[    2.461770] hub 6-0:1.0: 4 ports detected
[    2.485609]  sda: sda1 sda2 sda4 sda5
[    2.485914] sd 6:0:0:0: [sda] supports TCG Opal
[    2.485916] sd 6:0:0:0: [sda] Attached SCSI disk
[    2.539119]  sdb: sdb1
[    2.539242] sd 5:0:0:0: [sdb] Attached SCSI disk
[    2.704463] usb 1-2: new high-speed USB device number 2 using xhci_hcd
[    2.712213] usb 5-3: new full-speed USB device number 2 using xhci_hcd
[    2.712224] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[    2.780203] raid6: avx2x4   gen() 44670 MB/s
[    2.848203] raid6: avx2x2   gen() 45510 MB/s
[    2.850522] usb 3-1: New USB device found, idVendor=054c, idProduct=0ce6, bcdDevice= 1.00 [    2.850527] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.850529] usb 3-1: Product: DualSense Wireless Controller
[    2.850531] usb 3-1: Manufacturer: Sony Interactive Entertainment
[    2.864956] hid: raw HID events driver (C) Jiri Kosina
[    2.867389] usbcore: registered new interface driver usbhid
[    2.867391] usbhid: USB HID core driver
[    2.868764] input: Sony Interactive Entertainment DualSense Wireless Controller as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.3/usb3/3-1/3-1:1.3/0003:054C:0CE6.0001/input/input2 [    2.868808] hid-generic 0003:054C:0CE6.0001: input,hidraw0: USB HID v1.11 Gamepad [Sony Interactive Entertainment DualSense Wireless Controller] on usb-0000:06:00.3-1/input3 [    2.871136] playstation 0003:054C:0CE6.0001: hidraw0: USB HID v1.11 Gamepad [Sony Interactive Entertainment DualSense Wireless Controller] on usb-0000:06:00.3-1/input3 [    2.879418] usb 5-3: New USB device found, idVendor=1b1c, idProduct=1b2e, bcdDevice= 3.06 [    2.879421] usb 5-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.879424] usb 5-3: Product: Corsair Gaming M65 Pro RGB Mouse
[    2.879426] usb 5-3: Manufacturer: Corsair
[    2.879427] usb 5-3: SerialNumber: 0904102FAF791CA75F20F5F3F5001C04
[    2.898554] input: Corsair Corsair Gaming M65 Pro RGB Mouse as /devices/pci0000:00/0000:00:08.1/0000:0d:00.3/usb5/5-3/5-3:1.0/0003:1B1C:1B2E.0002/input/input3 [    2.898626] input: Corsair Corsair Gaming M65 Pro RGB Mouse as /devices/pci0000:00/0000:00:08.1/0000:0d:00.3/usb5/5-3/5-3:1.0/0003:1B1C:1B2E.0002/input/input4 [    2.898651] input: Corsair Corsair Gaming M65 Pro RGB Mouse as /devices/pci0000:00/0000:00:08.1/0000:0d:00.3/usb5/5-3/5-3:1.0/0003:1B1C:1B2E.0002/input/input5 [    2.898724] hid-generic 0003:1B1C:1B2E.0002: input,hiddev0,hidraw1: USB HID v1.11 Mouse [Corsair Corsair Gaming M65 Pro RGB Mouse] on usb-0000:0d:00.3-3/input0 [    2.907549] hid-generic 0003:1B1C:1B2E.0003: hiddev1,hidraw2: USB HID v1.11 Device [Corsair Corsair Gaming M65 Pro RGB Mouse] on usb-0000:0d:00.3-3/input1
[    2.916204] raid6: avx2x1   gen() 36151 MB/s
[    2.916206] raid6: using algorithm avx2x2 gen() 45510 MB/s
[    2.925184] input: Sony Interactive Entertainment DualSense Wireless Controller as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.3/usb3/3-1/3-1:1.3/0003:054C:0CE6.0001/input/input6 [    2.925218] input: Sony Interactive Entertainment DualSense Wireless Controller Motion Sensors as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.3/usb3/3-1/3-1:1.3/0003:054C:0CE6.0001/input/input7 [    2.925249] input: Sony Interactive Entertainment DualSense Wireless Controller Touchpad as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.3/usb3/3-1/3-1:1.3/0003:054C:0CE6.0001/input/input8 [    2.927863] playstation 0003:054C:0CE6.0001: Registered DualSense controller hw_version=0x00000811 fw_version=0x010e0006
[    2.980211] usb 3-4: new full-speed USB device number 3 using xhci_hcd
[    2.984204] raid6: .... xor() 46354 MB/s, rmw enabled
[    2.984205] raid6: using avx2x2 recovery algorithm
[    2.984876] xor: automatically using best checksumming function   avx
[    2.985426] async_tx: api initialized (async)
[    3.026805] PM: Image not found (code -22)
[    3.028229] usb 5-4: new full-speed USB device number 3 using xhci_hcd
[    3.039772] usb 1-2: New USB device found, idVendor=03f0, idProduct=e807, bcdDevice=11.16 [    3.039775] usb 1-2: New USB device strings: Mfr=3, Product=1, SerialNumber=0
[    3.039777] usb 1-2: Product: HP Webcam HD 4310
[    3.039779] usb 1-2: Manufacturer: Hewlett Packard
[    3.087052] EXT4-fs (nvme0n1p2): mounted filesystem ff8a5a8d-138a-4c38-97db-0a14c7646185 ro with ordered data mode. Quota mode: none. [    3.129530] usb 3-4: config 1 has an invalid interface number: 2 but max is 1
[    3.129534] usb 3-4: config 1 has no interface number 1
[    3.137174] hid-generic 0003:03F0:E807.0004: hiddev2,hidraw3: USB HID v1.11 Device [Hewlett Packard HP Webcam HD 4310] on usb-0000:06:00.1-2/input4 [    3.141534] usb 3-4: New USB device found, idVendor=0b05, idProduct=18f3, bcdDevice= 1.00 [    3.141537] usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.141540] usb 3-4: Product: AURA LED Controller
[    3.141541] usb 3-4: Manufacturer: AsusTek Computer Inc.
[    3.141543] usb 3-4: SerialNumber: 9876543210
[    3.160376] hid-generic 0003:0B05:18F3.0005: hiddev3,hidraw4: USB HID v1.11 Device [AsusTek Computer Inc. AURA LED Controller] on usb-0000:06:00.3-4/input2 [    3.188789] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist. [    3.199418] usb 5-4: New USB device found, idVendor=1b1c, idProduct=1ba4, bcdDevice= 1.01 [    3.199421] usb 5-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.199423] usb 5-4: Product: CORSAIR K55 RGB PRO Gaming Keyboard
[    3.199424] usb 5-4: Manufacturer: Corsair
[    3.199425] usb 5-4: SerialNumber: F5001BC56100B3AEAF9824A90F02C02F
[    3.218587] input: Corsair CORSAIR K55 RGB PRO Gaming Keyboard as /devices/pci0000:00/0000:00:08.1/0000:0d:00.3/usb5/5-4/5-4:1.0/0003:1B1C:1BA4.0006/input/input9
[    3.233474] systemd[1]: Inserted module 'autofs4'
[    3.247307] systemd[1]: systemd 257.2-3 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +IPE +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF -XKBCOMMON -UTMP +SYSVINIT +LIBARCHIVE)
[    3.247310] systemd[1]: Detected architecture x86-64.
[    3.248416] systemd[1]: Hostname set to <sid>.
[    3.256211] usb 1-6: new full-speed USB device number 3 using xhci_hcd
[    3.368265] hid-generic 0003:1B1C:1BA4.0006: input,hidraw5: USB HID v1.00 Keyboard [Corsair CORSAIR K55 RGB PRO Gaming Keyboard] on usb-0000:0d:00.3-4/input0 [    3.373580] hid-generic 0003:1B1C:1BA4.0007: hiddev4,hidraw6: USB HID v1.00 Device [Corsair CORSAIR K55 RGB PRO Gaming Keyboard] on usb-0000:0d:00.3-4/input1 [    3.380585] hid-generic 0003:1B1C:1BA4.0008: hiddev5,hidraw7: USB HID v1.00 Device [Corsair CORSAIR K55 RGB PRO Gaming Keyboard] on usb-0000:0d:00.3-4/input2
[    3.493740] systemd[1]: bpf-restrict-fs: LSM BPF program attached
[    3.585183] systemd-sysv-generator[535]: SysV service '/etc/init.d/virtualbox' lacks a native systemd unit file, automatically generating a unit file for compatibility. [    3.585186] systemd-sysv-generator[535]: Please update package to include a native systemd unit file. [    3.585188] systemd-sysv-generator[535]: ! This compatibility logic is deprecated, expect removal soon. ! [    3.628645] usb 1-6: New USB device found, idVendor=0951, idProduct=16a4, bcdDevice= 0.30 [    3.628648] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.628650] usb 1-6: Product: HyperX Virtual Surround Sound
[    3.628651] usb 1-6: Manufacturer: Kingston
[    3.628653] usb 1-6: SerialNumber: 00000000
[    3.682594] systemd[1]: Queued start job for default target graphical.target. [    3.716969] systemd[1]: Created slice machine.slice - Virtual Machine and Container Slice. [    3.717582] systemd[1]: Created slice system-getty.slice - Slice /system/getty. [    3.717838] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe. [    3.718097] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck. [    3.718280] systemd[1]: Created slice user.slice - User and Session Slice. [    3.718323] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch. [    3.718435] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point. [    3.718449] systemd[1]: Expecting device dev-disk-by\x2duuid-473d0be8\x2d88ec\x2d4afb\x2d92a9\x2d8c7830e08d21.device - /dev/disk/by-uuid/473d0be8-88ec-4afb-92a9-8c7830e08d21... [    3.718453] systemd[1]: Expecting device dev-disk-by\x2duuid-4C19\x2d32CF.device - /dev/disk/by-uuid/4C19-32CF... [    3.718457] systemd[1]: Expecting device dev-disk-by\x2duuid-72b67e18\x2dc7bc\x2d4734\x2db802\x2d63fe432a8ed5.device - /dev/disk/by-uuid/72b67e18-c7bc-4734-b802-63fe432a8ed5... [    3.718461] systemd[1]: Expecting device dev-disk-by\x2duuid-ba86cfa4\x2dfed0\x2d4809\x2da91a\x2d14ef0a8ea671.device - /dev/disk/by-uuid/ba86cfa4-fed0-4809-a91a-14ef0a8ea671... [    3.718465] systemd[1]: Expecting device dev-disk-by\x2duuid-d3cc9158\x2d9776\x2d4b34\x2d86f5\x2d5ab26417279f.device - /dev/disk/by-uuid/d3cc9158-9776-4b34-86f5-5ab26417279f... [    3.718475] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes. [    3.718489] systemd[1]: Reached target nss-user-lookup.target - User and Group Name Lookups. [    3.718497] systemd[1]: Reached target remote-fs.target - Remote File Systems.
[    3.718503] systemd[1]: Reached target slices.target - Slice Units.
[    3.718512] systemd[1]: Reached target snapd.mounts-pre.target - Mounting snaps. [    3.718517] systemd[1]: Reached target snapd.mounts.target - Mounted snaps.
[    3.718531] systemd[1]: Reached target time-set.target - System Time Set.
[    3.718550] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes. [    3.718558] systemd[1]: Reached target virt-guest-shutdown.target - libvirt guests shutdown target. [    3.718607] systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs. [    3.718659] systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket.
[    3.718712] systemd[1]: Listening on syslog.socket - Syslog Socket.
[    3.719337] systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption. [    3.719388] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe. [    3.719432] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log). [    3.719487] systemd[1]: Listening on systemd-journald.socket - Journal Sockets. [    3.719511] systemd[1]: systemd-pcrextend.socket - TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki). [    3.719520] systemd[1]: systemd-pcrlock.socket - Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki). [    3.719568] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket. [    3.719601] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket. [    3.720588] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System... [    3.721046] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System... [    3.721590] systemd[1]: Mounting run-lock.mount - Legacy Locks Directory /run/lock... [    3.722159] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System... [    3.722673] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System... [    3.723226] systemd[1]: Starting blk-availability.service - Availability of block devices... [    3.723990] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout... [    3.724615] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes... [    3.725148] systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... [    3.725716] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs... [    3.726260] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm... [    3.726812] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... [    3.727394] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse... [    3.727974] systemd[1]: Starting modprobe@nvme_fabrics.service - Load Kernel Module nvme_fabrics... [    3.728040] systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root). [    3.728069] systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67). [    3.729183] systemd[1]: Starting systemd-journald.service - Journal Service... [    3.730188] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules... [    3.730199] systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki). [    3.730812] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems... [    3.730834] systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki). [    3.731364] systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials... [    3.731898] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[    3.732061] pstore: Using crash dump compression: deflate
[    3.733030] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System. [    3.733136] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System. [    3.733212] systemd[1]: Mounted run-lock.mount - Legacy Locks Directory /run/lock. [    3.733288] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System. [    3.733375] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[    3.733549] pstore: Registered efi_pstore as persistent store backend
[    3.733561] systemd[1]: Finished blk-availability.service - Availability of block devices.
[    3.733799] Key type psk registered
[    3.733804] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes. [    3.733984] systemd[1]: modprobe@configfs.service: Deactivated successfully. [    3.734104] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs. [    3.734565] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. [    3.734689] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[    3.735178] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    3.735300] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse. [    3.736262] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System... [    3.736791] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System... [    3.737401] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully... [    3.737592] systemd[1]: modprobe@nvme_fabrics.service: Deactivated successfully. [    3.737727] systemd[1]: Finished modprobe@nvme_fabrics.service - Load Kernel Module nvme_fabrics. [    3.739682] systemd[1]: Finished systemd-udev-load-credentials.service - Load udev Rules from Credentials. [    3.740403] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System. [    3.741100] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.
[    3.742251] systemd-journald[555]: Collecting audit messages is disabled.
[    3.749967] input: Kingston HyperX Virtual Surround Sound Consumer Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.1/usb1/1-6/1-6:1.3/0003:0951:16A4.0009/input/input10 [    3.750501] systemd[1]: Finished systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully. [    3.755187] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    3.755227] device-mapper: uevent: version 1.0.3
[    3.755294] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-de...@lists.linux.dev [    3.759220] systemd[1]: Finished keyboard-setup.service - Set the console keyboard layout.
[    3.767083] ACPI: bus type drm_connector registered
[    3.767686] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    3.767817] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm. [    3.768043] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules. [    3.768683] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables... [    3.775999] systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables. [    3.777078] EXT4-fs (nvme0n1p2): re-mounted ff8a5a8d-138a-4c38-97db-0a14c7646185 r/w. Quota mode: none. [    3.777804] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems. [    3.778062] systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc). [    3.778093] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore). [    3.778797] systemd[1]: Starting systemd-random-seed.service - Load/Save OS Random Seed... [    3.778832] systemd[1]: systemd-sysusers.service - Create System Users was skipped because no trigger condition checks were met. [    3.779486] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev... [    3.779498] systemd[1]: systemd-tpm2-setup.service - TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki). [    3.786189] systemd[1]: Finished systemd-random-seed.service - Load/Save OS Random Seed. [    3.787231] systemd[1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev. [    3.787923] systemd[1]: Starting systemd-udevd.service - Rule-based Manager for Device Events and Files... [    3.808243] input: Kingston HyperX Virtual Surround Sound as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.1/usb1/1-6/1-6:1.3/0003:0951:16A4.0009/input/input11 [    3.808447] hid-generic 0003:0951:16A4.0009: input,hiddev6,hidraw8: USB HID v1.11 Device [Kingston HyperX Virtual Surround Sound] on usb-0000:06:00.1-6/input3 [    3.825097] systemd[1]: Started systemd-journald.service - Journal Service. [    3.839746] systemd-journald[555]: Received client request to flush runtime journal.
[    3.888740] zenpower: loading out-of-tree module taints kernel.
[    3.888744] zenpower: module verification failed: signature and/or required key missing - tainting kernel
[    3.891391] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[    3.891454] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address [    3.891539] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[    3.892669] input: PC Speaker as /devices/platform/pcspkr/input/input12
[    3.896810] ee1004 0-0052: 512 byte EE1004-compliant SPD EEPROM, read-only [    3.896836] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[    3.896839] RAPL PMU: hw unit of domain package 2^-16 Joules
[    3.897411] ee1004 0-0053: 512 byte EE1004-compliant SPD EEPROM, read-only
[    3.900528] cryptd: max_cpu_qlen set to 1000
[    3.907239] asus_wmi: ASUS WMI generic driver loaded
[    3.907342] AES CTR mode by8 optimization enabled
[    3.908667] asus_wmi: Initialization: 0x0
[    3.908705] asus_wmi: BIOS WMI version: 0.9
[    3.908883] asus_wmi: SFUN value: 0x0
[    3.908887] eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS
[    3.911241] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input13 [    3.911868] Adding 33556476k swap on /dev/nvme0n1p3. Priority:-2 extents:1 across:33556476k SS
[    3.922042] MCE: In-kernel MCE decoding enabled.
[    3.922482] asus-ec-sensors asus-ec-sensors: board has 6 EC sensors that span 7 registers
[    3.929077] snd_hda_intel 0000:0b:00.1: enabling device (0000 -> 0002)
[    3.929199] snd_hda_intel 0000:0b:00.1: Force to non-snoop mode
[    3.929471] snd_hda_intel 0000:0d:00.4: enabling device (0000 -> 0002)
[    3.950130] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.2/0000:09:00.0/0000:0a:00.0/0000:0b:00.1/sound/card0/input14 [    3.950357] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.2/0000:09:00.0/0000:0a:00.0/0000:0b:00.1/sound/card0/input15 [    3.950501] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.2/0000:09:00.0/0000:0a:00.0/0000:0b:00.1/sound/card0/input16 [    3.950708] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.2/0000:09:00.0/0000:0a:00.0/0000:0b:00.1/sound/card0/input17 [    3.962930] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC1220: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line [    3.962934] snd_hda_codec_realtek hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [    3.962936] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    3.962938] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[    3.962939] snd_hda_codec_realtek hdaudioC1D0: dig-out=0x1e/0x0
[    3.962941] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[    3.962942] snd_hda_codec_realtek hdaudioC1D0:      Rear Mic=0x18
[    3.962944] snd_hda_codec_realtek hdaudioC1D0:      Front Mic=0x19
[    3.962945] snd_hda_codec_realtek hdaudioC1D0:      Line=0x1a
[    3.976072] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:0d:00.4/sound/card1/input18 [    3.976144] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:0d:00.4/sound/card1/input19 [    3.976192] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:0d:00.4/sound/card1/input20 [    3.976295] input: HD-Audio Generic Line Out Front as /devices/pci0000:00/0000:00:08.1/0000:0d:00.4/sound/card1/input21 [    3.976355] input: HD-Audio Generic Line Out Surround as /devices/pci0000:00/0000:00:08.1/0000:0d:00.4/sound/card1/input22 [    3.976404] input: HD-Audio Generic Line Out CLFE as /devices/pci0000:00/0000:00:08.1/0000:0d:00.4/sound/card1/input23 [    3.976462] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:0d:00.4/sound/card1/input24 [    3.976558] snd_hda_intel 0000:0d:00.4: device 1043:8733 is on the power_save denylist, forcing power_save to 0
[    4.023445] ccp 0000:0d:00.1: enabling device (0000 -> 0002)
[    4.023585] ccp 0000:0d:00.1: ccp: unable to access the device: you might be running a broken BIOS.
[    4.023682] ccp 0000:0d:00.1: psp enabled
[    4.084697] intel_rapl_common: Found RAPL domain package
[    4.084699] intel_rapl_common: Found RAPL domain core
[    4.085787] amd_atl: AMD Address Translation Library initialized
[    4.125199] sd 5:0:0:0: Attached scsi generic sg0 type 0
[    4.125235] sd 6:0:0:0: Attached scsi generic sg1 type 0
[    4.137672] mc: Linux media interface: v0.10
[    4.156159] videodev: Linux video capture interface: v2.00
[    4.173677] usb 1-2: Found UVC 1.00 device HP Webcam HD 4310 (03f0:e807)
[    4.199928] usbcore: registered new interface driver uvcvideo
[    4.593694] usbcore: registered new interface driver snd-usb-audio
[    4.787210] EXT4-fs (sda5): mounted filesystem 72b67e18-c7bc-4734-b802-63fe432a8ed5 r/w with ordered data mode. Quota mode: none. [    4.789607] EXT4-fs (nvme0n1p4): mounted filesystem d3cc9158-9776-4b34-86f5-5ab26417279f r/w with ordered data mode. Quota mode: none. [    4.843102] EXT4-fs (sdb1): mounted filesystem ba86cfa4-fed0-4809-a91a-14ef0a8ea671 r/w with ordered data mode. Quota mode: none. [    4.867528] audit: type=1400 audit(1738872677.175:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=1056 comm="apparmor_parser" [    4.867568] audit: type=1400 audit(1738872677.175:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=1058 comm="apparmor_parser" [    4.867609] audit: type=1400 audit(1738872677.175:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=1048 comm="apparmor_parser" [    4.867613] audit: type=1400 audit(1738872677.175:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=1048 comm="apparmor_parser" [    4.867748] audit: type=1400 audit(1738872677.175:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="virt-aa-helper" pid=1059 comm="apparmor_parser" [    4.867774] audit: type=1400 audit(1738872677.175:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=1047 comm="apparmor_parser" [    4.867826] audit: type=1400 audit(1738872677.175:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oosplash" pid=1055 comm="apparmor_parser" [    4.867871] audit: type=1400 audit(1738872677.175:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=1051 comm="apparmor_parser" [    4.867873] audit: type=1400 audit(1738872677.175:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=1051 comm="apparmor_parser"
[    5.897532] loop: module loaded
[    5.897772] loop0: detected capacity change from 0 to 8
[    5.902443] NET: Registered PF_QIPCRTR protocol family
[    5.902789] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    5.957042] kauditd_printk_skb: 26 callbacks suppressed
[    5.957044] audit: type=1400 audit(1738872678.267:37): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=1326 comm="apparmor_parser" [    5.959878] audit: type=1400 audit(1738872678.267:38): apparmor="DENIED" operation="open" class="file" profile="/usr/sbin/cupsd" name="/etc/paperspecs" pid=1333 comm="cupsd" requested_mask="r" denied_mask="r" fsuid=0 ouid=0 [    5.965191] audit: type=1400 audit(1738872678.275:39): apparmor="DENIED" operation="capable" class="cap" profile="/usr/sbin/cupsd" pid=1333 comm="cupsd" capability=12 capname="net_admin" [    6.004608] audit: type=1400 audit(1738872678.315:40): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=1326 comm="apparmor_parser" [    6.017125] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [    6.279819] input: ckb2: CORSAIR K55 RGB PRO Gaming Keyboard vKB as /devices/virtual/input/input25 [    6.408311] input: ckb2: CORSAIR K55 RGB PRO Gaming Keyboard vM as /devices/virtual/input/input26 [    6.428871] input: ckb1: Corsair Gaming M65 Pro RGB Mouse vKB as /devices/virtual/input/input27 [    6.540506] input: ckb1: Corsair Gaming M65 Pro RGB Mouse vM as /devices/virtual/input/input28 [    8.972782] igb 0000:05:00.0 enp5s0: igb: enp5s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
[   14.233057] vboxdrv: Found 24 processor cores/threads
[   14.252364] vboxdrv: TSC mode is Invariant, tentative frequency 3700000582 Hz [   14.252368] vboxdrv: Successfully loaded version 7.0.20_Debian r163906 (interface 0x00330004)
[   14.259818] VBoxNetFlt: Successfully started.
[   14.265805] VBoxNetAdp: Successfully started.
[   18.190462] rfkill: input handler disabled
[   25.645477] rfkill: input handler enabled
[   27.116487] rfkill: input handler disabled
[   28.180828] loop0: detected capacity change from 0 to 8
[   28.230093] audit: type=1400 audit(1738872700.539:41): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=4768 comm="apparmor_parser" [   28.230491] audit: type=1400 audit(1738872700.539:42): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=4768 comm="apparmor_parser"
[   41.429518] loop0: detected capacity change from 0 to 8
[   41.475182] audit: type=1400 audit(1738872713.734:43): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=5912 comm="apparmor_parser" [   41.475436] audit: type=1400 audit(1738872713.734:44): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=5912 comm="apparmor_parser"

i add this report :


root@sid:/home/alain/Téléchargements/dépannage# dmesg | grep drm
[    3.726260] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[    3.767083] ACPI: bus type drm_connector registered
[    3.767686] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    3.767817] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.

On Thu, 6 Feb 2025 18:51:01 +0100 Uwe =?utf-8?Q?Kleine-K=C3=B6nig?= <uklei...@debian.org> wrote:

> Control: forcemerge -1 1094767
>
> Hi Peter, hi alain,
>
> your reports look very similar and you both already contributed to both
> bugs. So I'm merging.
>
> On Sun, Jan 26, 2025 at 11:10:05AM +1100, Peter Ross wrote:
> > On upgrading to 6.12.10, the amdgpu driver module does not load at boot.
> >
> > Manually trying to load it gives:
> >
> > insmod: ERROR: could not insert module /usr/lib/modules/6.12.10-amd64/kernel/drivers/gpu/drm/amd/amdgpu/amdgpu.ko.xz: Unknown symbol in module
>
> insmod is actually the wrong tool. Ideally the module gets autoloaded,
> but if it isn't, use
>
> modprobe amdgpu
>
> .
>
> I don't understand why the kernel module doesn't get autoloaded. To
> maybe shed some light on the situation can you please provide the output
> of the above modprobe command, and of:
>
> for d in /etc/modprobe.d /run/modprobe.d /usr/local/lib/modprobe.d /usr/lib/modprobe.d /lib/modprobe.d; do
> echo "$d"
> for f in "$d/"*.conf; do
> echo " $f"
> sed 's/^/ /' "$f"
> done
> done
> dmesg
>
> (run as root) ideally on a freshly booted machine to reduce the
> unrelated log lines?
>
> Best regards
> Uwe

Reply via email to