You are not logged in.

#26 2021-07-25 13:13:34

Andy3153
Member
Registered: 2018-12-24
Posts: 89

Re: [SOLVED] In need of help with hybrid graphics

seth wrote:

Does it maybe depend on the power supply?

You mean if the laptop is plugged in or not? I could give you more logs with that if that's what you mean

seth wrote:

Anything in the BIOS itr?

I looked through the bios, and, there isn't anything. I don't think fast boot is doing anything bad since on PopOS it works with it too, but I can try to disable it if you want

seth wrote:

Something™ inhibits the device.

I really think there isn't any something™. I don't know, if there was a something™, how can PopOS, with system76-power, deal with it and Arch not?

Offline

#27 2021-07-25 13:17:18

seth
Member
Registered: 2012-09-03
Posts: 51,739

Re: [SOLVED] In need of help with hybrid graphics

You mean if the laptop is plugged in or not?

Yes. Basically there's something™ that makes the nvidia chip show up, but only half a minute after the system booted. Which is weird.

You didn't add that something™ to PopOS?

If you *need* the system76-power service on PopOS to get to the nvidia chip, you should try activating it w/ either bbswitch or acpi_call before loading the kernel module and activate a similar service.

BIOS fast-boot won't be an issue - windows fast boot would (probably).

Offline

#28 2021-07-25 14:35:37

Andy3153
Member
Registered: 2018-12-24
Posts: 89

Re: [SOLVED] In need of help with hybrid graphics

seth wrote:

You didn't add that something™ to PopOS?

I didn't add anything to PopOS. The only thing I installed on it was Steam to test with a game. It was all basically plug and play


seth wrote:

BIOS fast-boot won't be an issue - windows fast boot would (probably).

I meant the BIOS fast boot. I don't use Windows

Offline

#29 2021-07-25 14:44:51

seth
Member
Registered: 2012-09-03
Posts: 51,739

Re: [SOLVED] In need of help with hybrid graphics

I didn't add anything to PopOS.

That's the point ;-)

Boot the arch installation medium and check dmesg fro nouveau and whether and when its loaded (because at this point the HW is available)
If it is immediately, some of your changes to the installation causes the delay. We still won't know which, but at least we'll know that. Or that not.

My money is on acpi_call, https://wiki.archlinux.org/title/Hybrid … _acpi_call

Offline

#30 2021-07-25 16:29:18

Andy3153
Member
Registered: 2018-12-24
Posts: 89

Re: [SOLVED] In need of help with hybrid graphics

seth wrote:

Boot the arch installation medium and check dmesg fro nouveau and whether and when its loaded (because at this point the HW is available)
If it is immediately, some of your changes to the installation causes the delay. We still won't know which, but at least we'll know that. Or that not.

# dmesg
[    0.000000] Linux version 5.12.13-arch1-2 (linux@archlinux) (gcc (GCC) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP PREEMPT Fri, 25 Jun 2021 22:56:51 +0000
[    0.000000] Command line: initrd=\arch\boot\intel-ucode.img initrd=\arch\boot\amd-ucode.img initrd=\arch\boot\x86_64\initramfs-linux.img archisobasedir=arch archisolabel=ARCH_202107
[    0.000000] x86/split lock detection: warning about user-space split_locks
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[5]:  832, xstate_sizes[5]:   64
[    0.000000] x86/fpu: xstate_offset[6]:  896, xstate_sizes[6]:  512
[    0.000000] x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
[    0.000000] x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]:    8
[    0.000000] x86/fpu: Enabled xstate features 0x2e7, context size is 2440 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000004241ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000042420000-0x0000000042420fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000042421000-0x0000000064245fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000064246000-0x0000000067345fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000067346000-0x0000000067411fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000067412000-0x0000000067554fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000067555000-0x0000000067efefff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000067eff000-0x0000000067efffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000067f00000-0x000000006dffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006e400000-0x000000006e5fffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006f000000-0x00000000747fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000048b7fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0x5dab1018-0x5dac0e57] usable ==> usable
[    0.000000] e820: update [mem 0x5dab1018-0x5dac0e57] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009f000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000004241ffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000042420000-0x0000000042420fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000042421000-0x000000005dab1017] usable
[    0.000000] reserve setup_data: [mem 0x000000005dab1018-0x000000005dac0e57] usable
[    0.000000] reserve setup_data: [mem 0x000000005dac0e58-0x0000000064245fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000064246000-0x0000000067345fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000067346000-0x0000000067411fff] ACPI data
[    0.000000] reserve setup_data: [mem 0x0000000067412000-0x0000000067554fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000067555000-0x0000000067efefff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000067eff000-0x0000000067efffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000067f00000-0x000000006dffffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000006e400000-0x000000006e5fffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000006f000000-0x00000000747fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000048b7fffff] usable
[    0.000000] efi: EFI v2.70 by American Megatrends
[    0.000000] efi: ACPI=0x67411000 ACPI 2.0=0x67411014 TPMFinalLog=0x674a2000 SMBIOS=0x67ca5000 SMBIOS 3.0=0x67ca4000 MEMATTR=0x5db10018 ESRT=0x6223f018 RNG=0x67c80b18 TPMEventLog=0x5dac5018 
[    0.000000] efi: seeding entropy pool
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: ASUSTeK COMPUTER INC. ASUS TUF Gaming F15 FX506HM_FX506HM/FX506HM, BIOS FX506HM.302 05/06/2021
[    0.000000] tsc: Detected 2300.000 MHz processor
[    0.000000] tsc: Detected 2304.000 MHz TSC
[    0.000508] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000509] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000513] last_pfn = 0x48b800 max_arch_pfn = 0x400000000
[    0.000646] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.001564] last_pfn = 0x67f00 max_arch_pfn = 0x400000000
[    0.014271] esrt: Reserving ESRT space from 0x000000006223f018 to 0x000000006223f0a0.
[    0.014277] e820: update [mem 0x6223f000-0x6223ffff] usable ==> reserved
[    0.014289] Using GB pages for direct mapping
[    0.014481] Secure boot disabled
[    0.014481] RAMDISK: [mem 0x597d8000-0x5d0b8fff]
[    0.014485] ACPI: Early table checksum verification disabled
[    0.014487] ACPI: RSDP 0x0000000067411014 000024 (v02 _ASUS_)
[    0.014490] ACPI: XSDT 0x0000000067410728 00011C (v01 _ASUS_ Notebook 01072009 AMI  01000013)
[    0.014493] ACPI: FACP 0x000000006740B000 000114 (v06 _ASUS_ Notebook 01072009 AMI  01000013)
[    0.014497] ACPI: DSDT 0x00000000673C5000 04534B (v02 _ASUS_ Notebook 01072009 INTL 20191018)
[    0.014499] ACPI: FACS 0x0000000067553000 000040
[    0.014500] ACPI: MCFG 0x000000006740F000 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00000097)
[    0.014503] ACPI: SSDT 0x000000006740C000 00255D (v02 CpuRef CpuSsdt  00003000 INTL 20191018)
[    0.014505] ACPI: FIDT 0x00000000673C4000 00009C (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.014507] ACPI: SSDT 0x00000000673C0000 003A21 (v02 DptfTb DptfTabl 00001000 INTL 20191018)
[    0.014508] ACPI: SSDT 0x00000000673BC000 00328C (v02 SaSsdt SaSsdt   00003000 INTL 20191018)
[    0.014511] ACPI: SSDT 0x00000000673B8000 003378 (v02 INTEL  IgfxSsdt 00003000 INTL 20191018)
[    0.014512] ACPI: SSDT 0x00000000673AC000 00B27A (v02 INTEL  TcssSsdt 00001000 INTL 20191018)
[    0.014514] ACPI: HPET 0x00000000673AB000 000038 (v01 _ASUS_ Notebook 01072009 AMI  01000013)
[    0.014516] ACPI: APIC 0x00000000673AA000 00012C (v04 _ASUS_ Notebook 01072009 AMI  01000013)
[    0.014518] ACPI: SSDT 0x00000000673A8000 00185B (v02 _ASUS_ TglH_Rvp 00001000 INTL 20191018)
[    0.014520] ACPI: SSDT 0x00000000673A7000 000E7C (v02 _ASUS_ Ther_Rvp 00001000 INTL 20191018)
[    0.014521] ACPI: NHLT 0x00000000673A6000 0002E1 (v00 _ASUS_ Notebook 01072009 AMI  01000013)
[    0.014523] ACPI: LPIT 0x00000000673A5000 0000CC (v01 _ASUS_ Notebook 01072009 AMI  01000013)
[    0.014525] ACPI: WSMT 0x00000000673A4000 000028 (v01 _ASUS_ Notebook 01072009 AMI  01000013)
[    0.014527] ACPI: SSDT 0x00000000673A1000 002720 (v02 _ASUS_ PtidDevc 00001000 INTL 20191018)
[    0.014529] ACPI: SSDT 0x00000000673A0000 00012A (v02 _ASUS_ TbtTypeC 00000000 INTL 20191018)
[    0.014530] ACPI: DBGP 0x000000006739F000 000034 (v01 _ASUS_ Notebook 01072009 AMI  01000013)
[    0.014532] ACPI: DBG2 0x000000006739E000 000054 (v00 _ASUS_ Notebook 01072009 AMI  01000013)
[    0.014534] ACPI: SSDT 0x000000006739D000 000ACA (v02 _ASUS_ UsbCTabl 00001000 INTL 20191018)
[    0.014536] ACPI: DMAR 0x000000006739C000 0000A0 (v02 INTEL  EDK2     00000002      01000013)
[    0.014538] ACPI: SSDT 0x000000006739B000 000C29 (v02 INTEL  xh_thdd4 00000000 INTL 20191018)
[    0.014540] ACPI: SSDT 0x000000006739A000 0000AE (v02 HgRef  HgPeg    00001000 INTL 20191018)
[    0.014542] ACPI: SSDT 0x0000000067399000 000144 (v02 Intel  ADebTabl 00001000 INTL 20191018)
[    0.014544] ACPI: UEFI 0x0000000067484000 00063A (v01 INTEL  RstVmdE  00000000 ??   00000000)
[    0.014546] ACPI: UEFI 0x0000000067483000 00005C (v01 INTEL  RstVmdV  00000000 ??   00000000)
[    0.014548] ACPI: TPM2 0x0000000067397000 00004C (v04 _ASUS_ Notebook 00000001 AMI  00000000)
[    0.014550] ACPI: BGRT 0x0000000067398000 000038 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.014552] ACPI: SSDT 0x0000000067393000 003071 (v01 OptRf2 Opt2Tabl 00001000 INTL 20191018)
[    0.014554] ACPI: PTDT 0x0000000067392000 000CFE (v00 _ASUS_ Notebook 00000005 MSFT 0100000D)
[    0.014556] ACPI: FPDT 0x0000000067391000 000044 (v01 _ASUS_ A M I    01072009 AMI  01000013)
[    0.014557] ACPI: Reserving FACP table memory at [mem 0x6740b000-0x6740b113]
[    0.014558] ACPI: Reserving DSDT table memory at [mem 0x673c5000-0x6740a34a]
[    0.014559] ACPI: Reserving FACS table memory at [mem 0x67553000-0x6755303f]
[    0.014559] ACPI: Reserving MCFG table memory at [mem 0x6740f000-0x6740f03b]
[    0.014560] ACPI: Reserving SSDT table memory at [mem 0x6740c000-0x6740e55c]
[    0.014560] ACPI: Reserving FIDT table memory at [mem 0x673c4000-0x673c409b]
[    0.014561] ACPI: Reserving SSDT table memory at [mem 0x673c0000-0x673c3a20]
[    0.014561] ACPI: Reserving SSDT table memory at [mem 0x673bc000-0x673bf28b]
[    0.014562] ACPI: Reserving SSDT table memory at [mem 0x673b8000-0x673bb377]
[    0.014562] ACPI: Reserving SSDT table memory at [mem 0x673ac000-0x673b7279]
[    0.014563] ACPI: Reserving HPET table memory at [mem 0x673ab000-0x673ab037]
[    0.014563] ACPI: Reserving APIC table memory at [mem 0x673aa000-0x673aa12b]
[    0.014564] ACPI: Reserving SSDT table memory at [mem 0x673a8000-0x673a985a]
[    0.014564] ACPI: Reserving SSDT table memory at [mem 0x673a7000-0x673a7e7b]
[    0.014565] ACPI: Reserving NHLT table memory at [mem 0x673a6000-0x673a62e0]
[    0.014565] ACPI: Reserving LPIT table memory at [mem 0x673a5000-0x673a50cb]
[    0.014566] ACPI: Reserving WSMT table memory at [mem 0x673a4000-0x673a4027]
[    0.014567] ACPI: Reserving SSDT table memory at [mem 0x673a1000-0x673a371f]
[    0.014567] ACPI: Reserving SSDT table memory at [mem 0x673a0000-0x673a0129]
[    0.014568] ACPI: Reserving DBGP table memory at [mem 0x6739f000-0x6739f033]
[    0.014568] ACPI: Reserving DBG2 table memory at [mem 0x6739e000-0x6739e053]
[    0.014569] ACPI: Reserving SSDT table memory at [mem 0x6739d000-0x6739dac9]
[    0.014569] ACPI: Reserving DMAR table memory at [mem 0x6739c000-0x6739c09f]
[    0.014570] ACPI: Reserving SSDT table memory at [mem 0x6739b000-0x6739bc28]
[    0.014570] ACPI: Reserving SSDT table memory at [mem 0x6739a000-0x6739a0ad]
[    0.014571] ACPI: Reserving SSDT table memory at [mem 0x67399000-0x67399143]
[    0.014571] ACPI: Reserving UEFI table memory at [mem 0x67484000-0x67484639]
[    0.014572] ACPI: Reserving UEFI table memory at [mem 0x67483000-0x6748305b]
[    0.014572] ACPI: Reserving TPM2 table memory at [mem 0x67397000-0x6739704b]
[    0.014573] ACPI: Reserving BGRT table memory at [mem 0x67398000-0x67398037]
[    0.014574] ACPI: Reserving SSDT table memory at [mem 0x67393000-0x67396070]
[    0.014574] ACPI: Reserving PTDT table memory at [mem 0x67392000-0x67392cfd]
[    0.014575] ACPI: Reserving FPDT table memory at [mem 0x67391000-0x67391043]
[    0.014584] ACPI: Local APIC address 0xfee00000
[    0.014725] No NUMA configuration found
[    0.014726] Faking a node at [mem 0x0000000000000000-0x000000048b7fffff]
[    0.014728] NODE_DATA(0) allocated [mem 0x48b7fc000-0x48b7fffff]
[    0.014744] Zone ranges:
[    0.014744]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.014746]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.014747]   Normal   [mem 0x0000000100000000-0x000000048b7fffff]
[    0.014748]   Device   empty
[    0.014748] Movable zone start for each node
[    0.014749] Early memory node ranges
[    0.014749]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.014750]   node   0: [mem 0x0000000000100000-0x000000004241ffff]
[    0.014750]   node   0: [mem 0x0000000042421000-0x0000000064245fff]
[    0.014751]   node   0: [mem 0x0000000067eff000-0x0000000067efffff]
[    0.014751]   node   0: [mem 0x0000000100000000-0x000000048b7fffff]
[    0.014753] Initmem setup node 0 [mem 0x0000000000001000-0x000000048b7fffff]
[    0.014754] On node 0 totalpages: 4127204
[    0.014755]   DMA zone: 64 pages used for memmap
[    0.014755]   DMA zone: 158 pages reserved
[    0.014756]   DMA zone: 3998 pages, LIFO batch:0
[    0.014942]   DMA zone: 28770 pages in unavailable ranges
[    0.014943]   DMA32 zone: 6346 pages used for memmap
[    0.014944]   DMA32 zone: 406086 pages, LIFO batch:63
[    0.017113]   DMA32 zone: 15802 pages in unavailable ranges
[    0.017115]   Normal zone: 58080 pages used for memmap
[    0.017116]   Normal zone: 3717120 pages, LIFO batch:63
[    0.036751]   Normal zone: 18432 pages in unavailable ranges
[    0.036791] Reserving Intel graphics memory at [mem 0x70800000-0x747fffff]
[    0.037102] ACPI: PM-Timer IO Port: 0x1808
[    0.037104] ACPI: Local APIC address 0xfee00000
[    0.037108] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.037109] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.037109] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.037110] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.037110] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.037111] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.037111] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.037111] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.037112] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.037112] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.037113] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.037113] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.037113] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.037114] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.037114] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.037115] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[    0.037153] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.037155] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.037156] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.037157] ACPI: IRQ0 used by override.
[    0.037158] ACPI: IRQ9 used by override.
[    0.037160] Using ACPI (MADT) for SMP configuration information
[    0.037160] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.037165] e820: update [mem 0x60f1a000-0x60f48fff] usable ==> reserved
[    0.037171] TSC deadline timer available
[    0.037171] smpboot: Allowing 16 CPUs, 0 hotplug CPUs
[    0.037183] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.037185] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[    0.037186] PM: hibernation: Registered nosave memory: [mem 0x42420000-0x42420fff]
[    0.037187] PM: hibernation: Registered nosave memory: [mem 0x5dab1000-0x5dab1fff]
[    0.037188] PM: hibernation: Registered nosave memory: [mem 0x5dac0000-0x5dac0fff]
[    0.037189] PM: hibernation: Registered nosave memory: [mem 0x60f1a000-0x60f48fff]
[    0.037190] PM: hibernation: Registered nosave memory: [mem 0x6223f000-0x6223ffff]
[    0.037191] PM: hibernation: Registered nosave memory: [mem 0x64246000-0x67345fff]
[    0.037191] PM: hibernation: Registered nosave memory: [mem 0x67346000-0x67411fff]
[    0.037192] PM: hibernation: Registered nosave memory: [mem 0x67412000-0x67554fff]
[    0.037192] PM: hibernation: Registered nosave memory: [mem 0x67555000-0x67efefff]
[    0.037193] PM: hibernation: Registered nosave memory: [mem 0x67f00000-0x6dffffff]
[    0.037194] PM: hibernation: Registered nosave memory: [mem 0x6e000000-0x6e3fffff]
[    0.037194] PM: hibernation: Registered nosave memory: [mem 0x6e400000-0x6e5fffff]
[    0.037194] PM: hibernation: Registered nosave memory: [mem 0x6e600000-0x6effffff]
[    0.037195] PM: hibernation: Registered nosave memory: [mem 0x6f000000-0x747fffff]
[    0.037195] PM: hibernation: Registered nosave memory: [mem 0x74800000-0xbfffffff]
[    0.037196] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xcfffffff]
[    0.037196] PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xfdffffff]
[    0.037196] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.037197] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.037197] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.037198] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.037198] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.037198] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed1ffff]
[    0.037199] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
[    0.037199] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfedfffff]
[    0.037200] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.037200] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.037200] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.037201] [mem 0x74800000-0xbfffffff] available for PCI devices
[    0.037202] Booting paravirtualized kernel on bare hardware
[    0.037204] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.040025] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:16 nr_node_ids:1
[    0.040261] percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
[    0.040265] pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
[    0.040267] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.040282] Built 1 zonelists, mobility grouping on.  Total pages: 4062556
[    0.040283] Policy zone: Normal
[    0.040284] Kernel command line: initrd=\arch\boot\intel-ucode.img initrd=\arch\boot\amd-ucode.img initrd=\arch\boot\x86_64\initramfs-linux.img archisobasedir=arch archisolabel=ARCH_202107
[    0.040792] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.041045] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.041142] mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
[    0.067331] Memory: 15952732K/16508816K available (14344K kernel code, 2040K rwdata, 8992K rodata, 1652K init, 4336K bss, 555824K reserved, 0K cma-reserved)
[    0.067334] random: get_random_u64 called from __kmem_cache_create+0x2a/0x560 with crng_init=0
[    0.067407] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.067414] ftrace: allocating 41963 entries in 164 pages
[    0.075433] ftrace: allocated 164 pages with 3 groups
[    0.075505] rcu: Preemptible hierarchical RCU implementation.
[    0.075506] rcu: 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.075506] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
[    0.075507] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.075507] 	Trampoline variant of Tasks RCU enabled.
[    0.075508] 	Rude variant of Tasks RCU enabled.
[    0.075508] 	Tracing variant of Tasks RCU enabled.
[    0.075508] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.075509] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.077382] NR_IRQS: 20736, nr_irqs: 2184, preallocated irqs: 16
[    0.077814] Console: colour dummy device 80x25
[    0.077827] printk: console [tty0] enabled
[    0.077839] ACPI: Core revision 20210105
[    0.078170] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 99544814920 ns
[    0.078295] APIC: Switch to symmetric I/O mode setup
[    0.078296] DMAR: Host address width 39
[    0.078298] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.078301] DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 29a00f0505e
[    0.078303] DMAR: DRHD base: 0x000000fed84000 flags: 0x0
[    0.078306] DMAR: dmar1: reg_base_addr fed84000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.078307] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.078311] DMAR: dmar2: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.078313] DMAR: RMRR base: 0x00000070000000 end: 0x000000747fffff
[    0.078315] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 2
[    0.078316] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.078316] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.080044] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.080045] x2apic enabled
[    0.080073] Switched APIC routing to cluster x2apic.
[    0.084672] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.098241] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2135f7c97c8, max_idle_ns: 440795273205 ns
[    0.098244] Calibrating delay loop (skipped), value calculated using timer frequency.. 4609.00 BogoMIPS (lpj=7680000)
[    0.098246] pid_max: default: 32768 minimum: 301
[    0.100292] LSM: Security Framework initializing
[    0.100295] Yama: becoming mindful.
[    0.100326] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.100360] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.100516] CPU0: Thermal monitoring enabled (TM1)
[    0.100518] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.100614] process: using mwait in idle threads
[    0.100616] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.100616] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.100618] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.100620] Spectre V2 : Mitigation: Enhanced IBRS
[    0.100620] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.100621] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.100621] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.100780] Freeing SMP alternatives memory: 36K
[    0.101604] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 2003
[    0.101624] smpboot: CPU0: 11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz (family: 0x6, model: 0x8d, stepping: 0x1)
[    0.101686] Performance Events: PEBS fmt4+-baseline,  AnyThread deprecated, Icelake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.101693] ... version:                5
[    0.101693] ... bit width:              48
[    0.101694] ... generic registers:      8
[    0.101694] ... value mask:             0000ffffffffffff
[    0.101694] ... max period:             00007fffffffffff
[    0.101695] ... fixed-purpose events:   4
[    0.101695] ... event mask:             0001000f000000ff
[    0.101749] rcu: Hierarchical SRCU implementation.
[    0.102437] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.102528] smp: Bringing up secondary CPUs ...
[    0.102580] x86: Booting SMP configuration:
[    0.102581] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
[    0.130182] smp: Brought up 1 node, 16 CPUs
[    0.130182] smpboot: Max logical packages: 1
[    0.130182] smpboot: Total of 16 processors activated (73757.00 BogoMIPS)
[    0.132039] devtmpfs: initialized
[    0.132039] x86/mm: Memory block size: 128MB
[    0.132078] PM: Registering ACPI NVS region [mem 0x67412000-0x67554fff] (1323008 bytes)
[    0.132078] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.132078] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.132078] pinctrl core: initialized pinctrl subsystem
[    0.132078] PM: RTC time: 16:19:56, date: 2021-07-25
[    0.132078] NET: Registered protocol family 16
[    0.132161] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.132251] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.132342] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.132346] audit: initializing netlink subsys (disabled)
[    0.132351] audit: type=2000 audit(1627229996.053:1): state=initialized audit_enabled=0 res=1
[    0.132351] thermal_sys: Registered thermal governor 'fair_share'
[    0.132351] thermal_sys: Registered thermal governor 'bang_bang'
[    0.132351] thermal_sys: Registered thermal governor 'step_wise'
[    0.132351] thermal_sys: Registered thermal governor 'user_space'
[    0.132351] thermal_sys: Registered thermal governor 'power_allocator'
[    0.132351] cpuidle: using governor ladder
[    0.132351] cpuidle: using governor menu
[    0.132351] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.132351] ACPI: bus type PCI registered
[    0.132351] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.132351] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
[    0.132351] PCI: MMCONFIG at [mem 0xc0000000-0xcfffffff] reserved in E820
[    0.132351] PCI: Using configuration type 1 for base access
[    0.132351] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.132351] Kprobes globally optimized
[    0.132351] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.132351] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.134957] ACPI: Added _OSI(Module Device)
[    0.134958] ACPI: Added _OSI(Processor Device)
[    0.134959] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.134959] ACPI: Added _OSI(Processor Aggregator Device)
[    0.134960] ACPI: Added _OSI(Linux-Dell-Video)
[    0.134961] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.134961] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.189218] ACPI BIOS Error (bug): Failure creating named object [\_TZ.ETMD], AE_ALREADY_EXISTS (20210105/dswload2-326)
[    0.189227] fbcon: Taking over console
[    0.189231] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210105/psobject-220)
[    0.191919] ACPI: 15 ACPI AML tables successfully acquired and loaded
[    0.192805] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.SEN2 (20210105/dspkginit-438)
[    0.192809] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.CHRG (20210105/dspkginit-438)
[    0.192811] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.SEN4 (20210105/dspkginit-438)
[    0.201489] ACPI: Dynamic OEM Table Load:
[    0.201496] ACPI: SSDT 0xFFFF97DC41B17200 0001CB (v02 PmRef  Cpu0Psd  00003000 INTL 20191018)
[    0.202217] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
[    0.203003] ACPI: Dynamic OEM Table Load:
[    0.203007] ACPI: SSDT 0xFFFF97DC41A4F000 000394 (v02 PmRef  Cpu0Cst  00003001 INTL 20191018)
[    0.203845] ACPI: Dynamic OEM Table Load:
[    0.203850] ACPI: SSDT 0xFFFF97DC41CEE800 00051E (v02 PmRef  Cpu0Ist  00003000 INTL 20191018)
[    0.204735] ACPI: Dynamic OEM Table Load:
[    0.204739] ACPI: SSDT 0xFFFF97DC41A48800 00028B (v02 PmRef  Cpu0Hwp  00003000 INTL 20191018)
[    0.205719] ACPI: Dynamic OEM Table Load:
[    0.205724] ACPI: SSDT 0xFFFF97DC41CF1000 0008E7 (v02 PmRef  ApIst    00003000 INTL 20191018)
[    0.206669] ACPI: Dynamic OEM Table Load:
[    0.206673] ACPI: SSDT 0xFFFF97DC41CEA000 00048A (v02 PmRef  ApHwp    00003000 INTL 20191018)
[    0.207551] ACPI: Dynamic OEM Table Load:
[    0.207555] ACPI: SSDT 0xFFFF97DC41CEA800 0004D4 (v02 PmRef  ApPsd    00003000 INTL 20191018)
[    0.208419] ACPI: Dynamic OEM Table Load:
[    0.208423] ACPI: SSDT 0xFFFF97DC41CEC800 00048A (v02 PmRef  ApCst    00003000 INTL 20191018)
[    0.213908] ACPI: EC: EC started
[    0.213908] ACPI: EC: interrupt blocked
[    0.213958] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.213959] ACPI: \_SB_.PC00.LPCB.EC0_: Boot DSDT EC used to handle transactions
[    0.213960] ACPI: Interpreter enabled
[    0.213997] ACPI: (supports S0 S3 S4 S5)
[    0.213998] ACPI: Using IOAPIC for interrupt routing
[    0.214030] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.214526] ACPI: Enabled 7 GPEs in block 00 to 7F
[    0.215027] ACPI: PM: Power Resource [PG00] (on)
[    0.225821] ACPI: PM: Power Resource [PG02] (on)
[    0.226126] ACPI: PM: Power Resource [PG03] (on)
[    0.226431] ACPI: PM: Power Resource [PG00] (on)
[    0.244710] ACPI: PM: Power Resource [DBTP] (on)
[    0.245131] ACPI: PM: Power Resource [BTRT] (on)
[    0.247443] ACPI: PM: Power Resource [V0PR] (on)
[    0.247541] ACPI: PM: Power Resource [V1PR] (on)
[    0.247634] ACPI: PM: Power Resource [V2PR] (on)
[    0.251476] ACPI: PM: Power Resource [WRST] (on)
[    0.252205] ACPI: PM: Power Resource [V0PR] (on)
[    0.252245] ACPI: PM: Power Resource [V1PR] (on)
[    0.252283] ACPI: PM: Power Resource [V2PR] (on)
[    0.252323] ACPI: PM: Power Resource [V3PR] (on)
[    0.252587] ACPI: PM: Power Resource [TBT0] (on)
[    0.252803] ACPI: PM: Power Resource [TBT1] (on)
[    0.253015] ACPI: PM: Power Resource [D3C] (on)
[    0.398062] ACPI: PM: Power Resource [FN00] (off)
[    0.398116] ACPI: PM: Power Resource [FN01] (off)
[    0.398167] ACPI: PM: Power Resource [FN02] (off)
[    0.398220] ACPI: PM: Power Resource [FN03] (off)
[    0.398277] ACPI: PM: Power Resource [FN04] (off)
[    0.398660] ACPI: PM: Power Resource [PIN] (off)
[    0.398917] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-e0])
[    0.398922] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.400684] acpi PNP0A08:00: _OSC: platform does not support [AER]
[    0.404023] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
[    0.404024] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.405349] PCI host bridge to bus 0000:00
[    0.405350] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.405351] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.405352] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.405352] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.405353] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.405354] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    0.405354] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    0.405355] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
[    0.405356] pci_bus 0000:00: root bus resource [mem 0x74800000-0xbfffffff window]
[    0.405356] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
[    0.405357] pci_bus 0000:00: root bus resource [bus 00-e0]
[    0.405378] pci 0000:00:00.0: [8086:9a36] type 00 class 0x060000
[    0.405609] pci 0000:00:01.0: [8086:9a01] type 01 class 0x060400
[    0.405824] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.405845] pci 0000:00:01.0: PTM enabled (root), 4ns granularity
[    0.406023] pci 0000:00:02.0: [8086:9a60] type 00 class 0x030000
[    0.406031] pci 0000:00:02.0: reg 0x10: [mem 0x622e000000-0x622effffff 64bit]
[    0.406036] pci 0000:00:02.0: reg 0x18: [mem 0x4000000000-0x400fffffff 64bit pref]
[    0.406039] pci 0000:00:02.0: reg 0x20: [io  0x5000-0x503f]
[    0.406053] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.406054] pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
[    0.406077] pci 0000:00:02.0: reg 0x344: [mem 0x00000000-0x00ffffff 64bit]
[    0.406079] pci 0000:00:02.0: VF(n) BAR0 space: [mem 0x00000000-0x06ffffff 64bit] (contains BAR0 for 7 VFs)
[    0.406083] pci 0000:00:02.0: reg 0x34c: [mem 0x00000000-0x1fffffff 64bit pref]
[    0.406084] pci 0000:00:02.0: VF(n) BAR2 space: [mem 0x00000000-0xdfffffff 64bit pref] (contains BAR2 for 7 VFs)
[    0.406305] pci 0000:00:04.0: [8086:9a03] type 00 class 0x118000
[    0.406320] pci 0000:00:04.0: reg 0x10: [mem 0x622f240000-0x622f25ffff 64bit]
[    0.406625] pci 0000:00:06.0: [8086:09ab] type 00 class 0x088000
[    0.406963] pci 0000:00:07.0: [8086:9a2b] type 01 class 0x060400
[    0.407186] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    0.407207] pci 0000:00:07.0: DPC: RP PIO log size 0 is invalid
[    0.407608] pci 0000:00:08.0: [8086:9a11] type 00 class 0x088000
[    0.407615] pci 0000:00:08.0: reg 0x10: [mem 0x622f299000-0x622f299fff 64bit]
[    0.407843] pci 0000:00:0a.0: [8086:9a0d] type 00 class 0x118000
[    0.407850] pci 0000:00:0a.0: reg 0x10: [mem 0x622f280000-0x622f287fff 64bit]
[    0.407869] pci 0000:00:0a.0: enabling Extended Tags
[    0.408098] pci 0000:00:0d.0: [8086:9a17] type 00 class 0x0c0330
[    0.408110] pci 0000:00:0d.0: reg 0x10: [mem 0x622f270000-0x622f27ffff 64bit]
[    0.408168] pci 0000:00:0d.0: PME# supported from D3hot D3cold
[    0.408817] pci 0000:00:0d.2: [8086:9a1f] type 00 class 0x0c0340
[    0.408826] pci 0000:00:0d.2: reg 0x10: [mem 0x622f200000-0x622f23ffff 64bit]
[    0.408832] pci 0000:00:0d.2: reg 0x18: [mem 0x622f298000-0x622f298fff 64bit]
[    0.408861] pci 0000:00:0d.2: supports D1 D2
[    0.408862] pci 0000:00:0d.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.409103] pci 0000:00:0e.0: [8086:9a0b] type 00 class 0x010400
[    0.409114] pci 0000:00:0e.0: reg 0x10: [mem 0x622c000000-0x622dffffff 64bit]
[    0.409120] pci 0000:00:0e.0: reg 0x18: [mem 0x76000000-0x77ffffff]
[    0.409133] pci 0000:00:0e.0: reg 0x20: [mem 0x622f100000-0x622f1fffff 64bit]
[    0.409416] pci 0000:00:14.0: [8086:43ed] type 00 class 0x0c0330
[    0.409433] pci 0000:00:14.0: reg 0x10: [mem 0x622f260000-0x622f26ffff 64bit]
[    0.409505] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.410156] pci 0000:00:14.2: [8086:43ef] type 00 class 0x050000
[    0.410174] pci 0000:00:14.2: reg 0x10: [mem 0x622f290000-0x622f293fff 64bit]
[    0.410186] pci 0000:00:14.2: reg 0x18: [mem 0x622f297000-0x622f297fff 64bit]
[    0.410449] pci 0000:00:14.3: [8086:43f0] type 00 class 0x028000
[    0.410468] pci 0000:00:14.3: reg 0x10: [mem 0x622f28c000-0x622f28ffff 64bit]
[    0.410582] pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
[    0.410869] pci 0000:00:15.0: [8086:43e8] type 00 class 0x0c8000
[    0.410892] pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.411290] pci 0000:00:16.0: [8086:43e0] type 00 class 0x078000
[    0.411310] pci 0000:00:16.0: reg 0x10: [mem 0x622f295000-0x622f295fff 64bit]
[    0.411390] pci 0000:00:16.0: PME# supported from D3hot
[    0.411760] pci 0000:00:1d.0: [8086:43b6] type 01 class 0x060400
[    0.411859] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.411896] pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
[    0.412265] pci 0000:00:1f.0: [8086:438b] type 00 class 0x060100
[    0.412618] pci 0000:00:1f.3: [8086:43c8] type 00 class 0x040380
[    0.412660] pci 0000:00:1f.3: reg 0x10: [mem 0x622f288000-0x622f28bfff 64bit]
[    0.412712] pci 0000:00:1f.3: reg 0x20: [mem 0x622f000000-0x622f0fffff 64bit]
[    0.412812] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.413127] pci 0000:00:1f.4: [8086:43a3] type 00 class 0x0c0500
[    0.413150] pci 0000:00:1f.4: reg 0x10: [mem 0x622f294000-0x622f2940ff 64bit]
[    0.413177] pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
[    0.413445] pci 0000:00:1f.5: [8086:43a4] type 00 class 0x0c8000
[    0.413462] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[    0.413747] pci 0000:01:00.0: [10de:2520] type 00 class 0x030000
[    0.413756] pci 0000:01:00.0: reg 0x10: [mem 0x85000000-0x85ffffff]
[    0.413762] pci 0000:01:00.0: reg 0x14: [mem 0x6000000000-0x61ffffffff 64bit pref]
[    0.413768] pci 0000:01:00.0: reg 0x1c: [mem 0x6200000000-0x6201ffffff 64bit pref]
[    0.413772] pci 0000:01:00.0: reg 0x24: [io  0x4000-0x407f]
[    0.413775] pci 0000:01:00.0: reg 0x30: [mem 0x86000000-0x8607ffff pref]
[    0.413820] pci 0000:01:00.0: PME# supported from D0 D3hot
[    0.413875] pci 0000:01:00.0: 126.024 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x8 link at 0000:00:01.0 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.413946] pci 0000:01:00.1: [10de:228e] type 00 class 0x040300
[    0.413954] pci 0000:01:00.1: reg 0x10: [mem 0x86080000-0x86083fff]
[    0.414055] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.414057] pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
[    0.414059] pci 0000:00:01.0:   bridge window [mem 0x85000000-0x860fffff]
[    0.414061] pci 0000:00:01.0:   bridge window [mem 0x6000000000-0x6201ffffff 64bit pref]
[    0.414088] pci 0000:00:07.0: PCI bridge to [bus 02-2c]
[    0.414092] pci 0000:00:07.0:   bridge window [mem 0x78000000-0x841fffff]
[    0.414096] pci 0000:00:07.0:   bridge window [mem 0x6210000000-0x622bffffff 64bit pref]
[    0.414163] pci 0000:2d:00.0: [10ec:8168] type 00 class 0x020000
[    0.414184] pci 0000:2d:00.0: reg 0x10: [io  0x3000-0x30ff]
[    0.414213] pci 0000:2d:00.0: reg 0x18: [mem 0x86204000-0x86204fff 64bit]
[    0.414231] pci 0000:2d:00.0: reg 0x20: [mem 0x86200000-0x86203fff 64bit]
[    0.414347] pci 0000:2d:00.0: supports D1 D2
[    0.414348] pci 0000:2d:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.414502] pci 0000:00:1d.0: PCI bridge to [bus 2d]
[    0.414504] pci 0000:00:1d.0:   bridge window [io  0x3000-0x3fff]
[    0.414507] pci 0000:00:1d.0:   bridge window [mem 0x86200000-0x862fffff]
[    0.417896] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0
[    0.417972] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *1
[    0.418045] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0
[    0.418119] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0
[    0.418193] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0
[    0.418273] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0
[    0.418346] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0
[    0.418419] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0
[    0.430623] ACPI: EC: interrupt unblocked
[    0.430624] ACPI: EC: event unblocked
[    0.430646] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.430647] ACPI: EC: GPE=0x6e
[    0.430647] ACPI: \_SB_.PC00.LPCB.EC0_: Boot DSDT EC initialization complete
[    0.430648] ACPI: \_SB_.PC00.LPCB.EC0_: EC: Used to handle transactions and events
[    0.430671] iommu: Default domain type: Translated 
[    0.430671] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.430671] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.430671] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.430671] pci 0000:00:02.0: vgaarb: no bridge control possible
[    0.430671] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.430671] vgaarb: loaded
[    0.430671] SCSI subsystem initialized
[    0.430671] libata version 3.00 loaded.
[    0.430671] ACPI: bus type USB registered
[    0.430671] usbcore: registered new interface driver usbfs
[    0.430671] usbcore: registered new interface driver hub
[    0.430671] usbcore: registered new device driver usb
[    0.430671] pps_core: LinuxPPS API ver. 1 registered
[    0.430671] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.430671] PTP clock support registered
[    0.430671] EDAC MC: Ver: 3.0.0
[    0.430671] Registered efivars operations
[    0.430671] NetLabel: Initializing
[    0.430671] NetLabel:  domain hash size = 128
[    0.430671] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.430671] NetLabel:  unlabeled traffic allowed by default
[    0.430671] PCI: Using ACPI for IRQ routing
[    0.448372] PCI: pci_cache_line_size set to 64 bytes
[    0.448473] pci 0000:00:1f.5: can't claim BAR 0 [mem 0xfe010000-0xfe010fff]: no compatible bridge window
[    0.448563] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.448564] e820: reserve RAM buffer [mem 0x42420000-0x43ffffff]
[    0.448565] e820: reserve RAM buffer [mem 0x5dab1018-0x5fffffff]
[    0.448565] e820: reserve RAM buffer [mem 0x60f1a000-0x63ffffff]
[    0.448566] e820: reserve RAM buffer [mem 0x6223f000-0x63ffffff]
[    0.448567] e820: reserve RAM buffer [mem 0x64246000-0x67ffffff]
[    0.448567] e820: reserve RAM buffer [mem 0x67f00000-0x67ffffff]
[    0.448568] e820: reserve RAM buffer [mem 0x48b800000-0x48bffffff]
[    0.448769] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.448773] hpet0: 8 comparators, 64-bit 19.200000 MHz counter
[    0.450863] clocksource: Switched to clocksource tsc-early
[    0.451948] VFS: Disk quotas dquot_6.6.0
[    0.451948] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.451948] pnp: PnP ACPI init
[    0.451948] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.451948] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.451948] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.451948] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.451948] system 00:02: [io  0x1854-0x1857] has been reserved
[    0.451948] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.451948] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.451948] pnp 00:04: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.451948] system 00:04: [mem 0xfedc0000-0xfedc7fff] has been reserved
[    0.451948] system 00:04: [mem 0xfeda0000-0xfeda0fff] has been reserved
[    0.451948] system 00:04: [mem 0xfeda1000-0xfeda1fff] has been reserved
[    0.451948] system 00:04: [mem 0xfed20000-0xfed7ffff] could not be reserved
[    0.451948] system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.451948] system 00:04: [mem 0xfed45000-0xfed8ffff] could not be reserved
[    0.451948] system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.451948] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.455426] system 00:05: [io  0x1800-0x18fe] could not be reserved
[    0.455428] system 00:05: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.455429] system 00:05: [mem 0xfe04c000-0xfe04ffff] has been reserved
[    0.455430] system 00:05: [mem 0xfe050000-0xfe0affff] has been reserved
[    0.455431] system 00:05: [mem 0xfe0d0000-0xfe0fffff] has been reserved
[    0.455432] system 00:05: [mem 0xfe200000-0xfe7fffff] has been reserved
[    0.455434] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[    0.455435] system 00:05: [mem 0xfd000000-0xfd68ffff] has been reserved
[    0.455436] system 00:05: [mem 0xfd6c0000-0xfd6cffff] has been reserved
[    0.455437] system 00:05: [mem 0xfd6f0000-0xfdffffff] has been reserved
[    0.455439] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.455671] system 00:06: [io  0x2000-0x20fe] has been reserved
[    0.455673] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.455828] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.456073] pnp: PnP ACPI: found 8 devices
[    0.461139] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.461169] NET: Registered protocol family 2
[    0.461276] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.462309] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.462367] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.462480] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.462520] TCP: Hash tables configured (established 131072 bind 65536)
[    0.462599] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[    0.462631] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.462659] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.462698] NET: Registered protocol family 1
[    0.462701] NET: Registered protocol family 44
[    0.462705] pci 0000:00:07.0: bridge window [io  0x1000-0x0fff] to [bus 02-2c] add_size 1000
[    0.462711] pci 0000:00:02.0: BAR 9: assigned [mem 0x4020000000-0x40ffffffff 64bit pref]
[    0.462715] pci 0000:00:02.0: BAR 7: assigned [mem 0x4010000000-0x4016ffffff 64bit]
[    0.462717] pci 0000:00:07.0: BAR 13: assigned [io  0x6000-0x6fff]
[    0.462719] pci 0000:00:15.0: BAR 0: assigned [mem 0x4017000000-0x4017000fff 64bit]
[    0.462773] pci 0000:00:1f.5: BAR 0: assigned [mem 0x74800000-0x74800fff]
[    0.462784] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.462786] pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
[    0.462788] pci 0000:00:01.0:   bridge window [mem 0x85000000-0x860fffff]
[    0.462790] pci 0000:00:01.0:   bridge window [mem 0x6000000000-0x6201ffffff 64bit pref]
[    0.462792] pci 0000:00:07.0: PCI bridge to [bus 02-2c]
[    0.462794] pci 0000:00:07.0:   bridge window [io  0x6000-0x6fff]
[    0.462796] pci 0000:00:07.0:   bridge window [mem 0x78000000-0x841fffff]
[    0.462798] pci 0000:00:07.0:   bridge window [mem 0x6210000000-0x622bffffff 64bit pref]
[    0.462802] pci 0000:00:1d.0: PCI bridge to [bus 2d]
[    0.462809] pci 0000:00:1d.0:   bridge window [io  0x3000-0x3fff]
[    0.462812] pci 0000:00:1d.0:   bridge window [mem 0x86200000-0x862fffff]
[    0.462819] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.462820] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.462820] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.462821] pci_bus 0000:00: resource 7 [mem 0x000e0000-0x000e3fff window]
[    0.462822] pci_bus 0000:00: resource 8 [mem 0x000e4000-0x000e7fff window]
[    0.462823] pci_bus 0000:00: resource 9 [mem 0x000e8000-0x000ebfff window]
[    0.462823] pci_bus 0000:00: resource 10 [mem 0x000ec000-0x000effff window]
[    0.462824] pci_bus 0000:00: resource 11 [mem 0x000f0000-0x000fffff window]
[    0.462825] pci_bus 0000:00: resource 12 [mem 0x74800000-0xbfffffff window]
[    0.462825] pci_bus 0000:00: resource 13 [mem 0x4000000000-0x7fffffffff window]
[    0.462826] pci_bus 0000:01: resource 0 [io  0x4000-0x4fff]
[    0.462827] pci_bus 0000:01: resource 1 [mem 0x85000000-0x860fffff]
[    0.462827] pci_bus 0000:01: resource 2 [mem 0x6000000000-0x6201ffffff 64bit pref]
[    0.462828] pci_bus 0000:02: resource 0 [io  0x6000-0x6fff]
[    0.462829] pci_bus 0000:02: resource 1 [mem 0x78000000-0x841fffff]
[    0.462830] pci_bus 0000:02: resource 2 [mem 0x6210000000-0x622bffffff 64bit pref]
[    0.462830] pci_bus 0000:2d: resource 0 [io  0x3000-0x3fff]
[    0.462831] pci_bus 0000:2d: resource 1 [mem 0x86200000-0x862fffff]
[    0.462945] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.463272] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    0.463283] PCI: CLS 64 bytes, default 64
[    0.463311] Trying to unpack rootfs image as initramfs...
[    3.471248] Freeing initrd memory: 58244K
[    3.471266] DMAR: Intel-IOMMU force enabled due to platform opt in
[    3.471291] DMAR: No ATSR found
[    3.471291] DMAR: No SATC found
[    3.471295] DMAR: IOMMU feature fl1gp_support inconsistent
[    3.471296] DMAR: IOMMU feature pgsel_inv inconsistent
[    3.471296] DMAR: IOMMU feature nwfs inconsistent
[    3.471297] DMAR: IOMMU feature dit inconsistent
[    3.471297] DMAR: IOMMU feature sc_support inconsistent
[    3.471297] DMAR: IOMMU feature dev_iotlb_support inconsistent
[    3.471298] DMAR: dmar1: Using Queued invalidation
[    3.471301] DMAR: dmar0: Using Queued invalidation
[    3.471303] DMAR: dmar2: Using Queued invalidation
[    3.471437] pci 0000:00:00.0: Adding to iommu group 0
[    3.471448] pci 0000:00:01.0: Adding to iommu group 1
[    3.471453] pci 0000:00:02.0: Adding to iommu group 2
[    3.471458] pci 0000:00:04.0: Adding to iommu group 3
[    3.471464] pci 0000:00:06.0: Adding to iommu group 4
[    3.471471] pci 0000:00:07.0: Adding to iommu group 5
[    3.471475] pci 0000:00:08.0: Adding to iommu group 6
[    3.471480] pci 0000:00:0a.0: Adding to iommu group 7
[    3.471488] pci 0000:00:0d.0: Adding to iommu group 8
[    3.471493] pci 0000:00:0d.2: Adding to iommu group 8
[    3.471498] pci 0000:00:0e.0: Adding to iommu group 9
[    3.471505] pci 0000:00:14.0: Adding to iommu group 10
[    3.471510] pci 0000:00:14.2: Adding to iommu group 10
[    3.471515] pci 0000:00:14.3: Adding to iommu group 11
[    3.471522] pci 0000:00:15.0: Adding to iommu group 12
[    3.471528] pci 0000:00:16.0: Adding to iommu group 13
[    3.471540] pci 0000:00:1d.0: Adding to iommu group 14
[    3.471550] pci 0000:00:1f.0: Adding to iommu group 15
[    3.471555] pci 0000:00:1f.3: Adding to iommu group 15
[    3.471561] pci 0000:00:1f.4: Adding to iommu group 15
[    3.471566] pci 0000:00:1f.5: Adding to iommu group 15
[    3.471575] pci 0000:01:00.0: Adding to iommu group 16
[    3.471587] pci 0000:01:00.1: Adding to iommu group 16
[    3.471600] pci 0000:2d:00.0: Adding to iommu group 17
[    3.471699] DMAR: Intel(R) Virtualization Technology for Directed I/O
[    3.471700] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    3.471701] software IO TLB: mapped [mem 0x00000000557d8000-0x00000000597d8000] (64MB)
[    3.471722] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2135f7c97c8, max_idle_ns: 440795273205 ns
[    3.471758] clocksource: Switched to clocksource tsc
[    3.472535] Initialise system trusted keyrings
[    3.472545] Key type blacklist registered
[    3.472570] workingset: timestamp_bits=41 max_order=22 bucket_order=0
[    3.473077] zbud: loaded
[    3.479159] Key type asymmetric registered
[    3.479160] Asymmetric key parser 'x509' registered
[    3.479164] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    3.479192] io scheduler mq-deadline registered
[    3.479193] io scheduler kyber registered
[    3.479202] io scheduler bfq registered
[    3.481323] pcieport 0000:00:01.0: PME: Signaling with IRQ 123
[    3.481341] pcieport 0000:00:01.0: pciehp: Slot #1 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    3.481519] pcieport 0000:00:07.0: PME: Signaling with IRQ 124
[    3.481531] pcieport 0000:00:07.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    3.481717] pcieport 0000:00:1d.0: PME: Signaling with IRQ 125
[    3.481798] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    3.481814] efifb: probing for efifb
[    3.481825] efifb: framebuffer at 0x4000000000, using 8100k, total 8100k
[    3.481826] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    3.481826] efifb: scrolling: redraw
[    3.481827] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    3.481875] Console: switching to colour frame buffer device 240x67
[    3.483927] fb0: EFI VGA frame buffer device
[    3.484096] Monitor-Mwait will be used to enter C-1 state
[    3.484110] Monitor-Mwait will be used to enter C-2 state
[    3.484123] Monitor-Mwait will be used to enter C-3 state
[    3.484129] ACPI: \_SB_.PR00: Found 3 idle states
[    3.484736] ACPI: AC: AC Adapter [ACAD] (on-line)
[    3.484777] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    3.484788] ACPI: button: Sleep Button [SLPB]
[    3.484803] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    3.484811] ACPI: button: Power Button [PWRB]
[    3.484825] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
[    3.488328] ACPI: button: Lid Switch [LID0]
[    3.488569] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 2003
[    3.490265] thermal LNXTHERM:00: registered as thermal_zone0
[    3.490266] ACPI: thermal: Thermal Zone [THRM] (75 C)
[    3.490421] ACPI: \_TZ_.TZ00: Invalid passive threshold
[    3.490586] thermal LNXTHERM:01: registered as thermal_zone1
[    3.490586] ACPI: thermal: Thermal Zone [TZ00] (28 C)
[    3.490799] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    3.491024] ACPI: battery: Slot [BAT1] (battery present)
[    3.491769] Non-volatile memory driver v1.3
[    3.491769] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    3.491770] AMD-Vi: AMD IOMMUv2 functionality not available on this system
[    3.493159] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    3.493162] ehci-pci: EHCI PCI platform driver
[    3.493165] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    3.493166] ohci-pci: OHCI PCI platform driver
[    3.493170] uhci_hcd: USB Universal Host Controller Interface driver
[    3.493184] usbcore: registered new interface driver usbserial_generic
[    3.493186] usbserial: USB Serial support registered for generic
[    3.493229] rtc_cmos 00:01: RTC can wake from S4
[    3.494014] rtc_cmos 00:01: registered as rtc0
[    3.494280] rtc_cmos 00:01: setting system clock to 2021-07-25T16:19:59 UTC (1627229999)
[    3.494287] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram
[    3.494803] intel_pstate: Intel P-state driver initializing
[    3.496519] intel_pstate: HWP enabled
[    3.497443] ledtrig-cpu: registered to indicate activity on CPUs
[    3.497616] hid: raw HID events driver (C) Jiri Kosina
[    3.497656] intel_pmc_core INT33A1:00:  initialized
[    3.497693] drop_monitor: Initializing network drop monitor service
[    3.497727] Initializing XFRM netlink socket
[    3.497778] NET: Registered protocol family 10
[    3.500654] Segment Routing with IPv6
[    3.500657] RPL Segment Routing with IPv6
[    3.500672] NET: Registered protocol family 17
[    3.502173] microcode: sig=0x806d1, pf=0x2, revision=0x2c
[    3.502732] microcode: Microcode Update Driver: v2.2.
[    3.503521] resctrl: L2 allocation detected
[    3.503523] resctrl: L2DATA allocation detected
[    3.503523] resctrl: L2CODE allocation detected
[    3.503526] IPI shorthand broadcast: enabled
[    3.503535] sched_clock: Marking stable (3502990064, 523568)->(3514188445, -10674813)
[    3.503767] registered taskstats version 1
[    3.503773] Loading compiled-in X.509 certificates
[    3.505099] Loaded X.509 cert 'Build time autogenerated kernel key: c29881002e0c98fa6d3c3c89d0bb0c4880bf9cf1'
[    3.505468] zswap: loaded using pool lz4/z3fold
[    3.505874] Key type ._fscrypt registered
[    3.505874] Key type .fscrypt registered
[    3.505875] Key type fscrypt-provisioning registered
[    3.507279] PM:   Magic number: 13:852:338
[    3.507283] thermal thermal_zone1: hash matches
[    3.507290] tty tty59: hash matches
[    3.507423] RAS: Correctable Errors collector initialized.
[    3.510962] Freeing unused decrypted memory: 2036K
[    3.511210] Freeing unused kernel image (initmem) memory: 1652K
[    3.568499] Write protecting the kernel read-only data: 26624k
[    3.569533] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    3.569985] Freeing unused kernel image (rodata/data gap) memory: 1248K
[    3.578333] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    3.578337] rodata_test: all tests were successful
[    3.578341] Run /init as init process
[    3.578342]   with arguments:
[    3.578343]     /init
[    3.578344]   with environment:
[    3.578345]     HOME=/
[    3.578345]     TERM=linux
[    3.578346]     archisobasedir=arch
[    3.578346]     archisolabel=ARCH_202107
[    3.636724] Linux agpgart interface v0.103
[    3.637012] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    3.637531] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    3.637647] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    3.637649] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    3.638279] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[    3.638283] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1
[    3.638864] serio: i8042 KBD port at 0x60,0x64 irq 1
[    3.639344] xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000000009810
[    3.639498] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.12
[    3.639500] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.639502] usb usb1: Product: xHCI Host Controller
[    3.639504] usb usb1: Manufacturer: Linux 5.12.13-arch1-2 xhci-hcd
[    3.639505] usb usb1: SerialNumber: 0000:00:0d.0
[    3.639617] hub 1-0:1.0: USB hub found
[    3.639626] hub 1-0:1.0: 1 port detected
[    3.639795] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[    3.639797] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2
[    3.639798] xhci_hcd 0000:00:0d.0: Host supports USB 3.1 Enhanced SuperSpeed
[    3.639829] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.12
[    3.639831] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.639832] usb usb2: Product: xHCI Host Controller
[    3.639833] usb usb2: Manufacturer: Linux 5.12.13-arch1-2 xhci-hcd
[    3.639834] usb usb2: SerialNumber: 0000:00:0d.0
[    3.639897] hub 2-0:1.0: USB hub found
[    3.639905] hub 2-0:1.0: 4 ports detected
[    3.640477] thunderbolt 0000:00:0d.2: enabling device (0000 -> 0002)
[    3.640531] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    3.640535] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    3.641630] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000000009810
[    3.641817] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.12
[    3.641819] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.641820] usb usb3: Product: xHCI Host Controller
[    3.641821] usb usb3: Manufacturer: Linux 5.12.13-arch1-2 xhci-hcd
[    3.641822] usb usb3: SerialNumber: 0000:00:14.0
[    3.641895] hub 3-0:1.0: USB hub found
[    3.641917] hub 3-0:1.0: 16 ports detected
[    3.642606] cryptd: max_cpu_qlen set to 1000
[    3.643495] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    3.643499] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    3.643501] xhci_hcd 0000:00:14.0: Host supports USB 3.2 Enhanced SuperSpeed
[    3.643528] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.12
[    3.643529] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.643530] usb usb4: Product: xHCI Host Controller
[    3.643530] usb usb4: Manufacturer: Linux 5.12.13-arch1-2 xhci-hcd
[    3.643531] usb usb4: SerialNumber: 0000:00:14.0
[    3.643612] hub 4-0:1.0: USB hub found
[    3.643629] hub 4-0:1.0: 8 ports detected
[    3.644160] usb: port power management may be unreliable
[    3.645464] AVX2 version of gcm_enc/dec engaged.
[    3.645496] AES CTR mode by8 optimization enabled
[    3.646093] r8169 0000:2d:00.0: can't disable ASPM; OS doesn't have ASPM control
[    3.659598] libphy: r8169: probed
[    3.659741] r8169 0000:2d:00.0 eth0: RTL8168h/8111h, 7c:10:c9:91:28:52, XID 541, IRQ 144
[    3.659743] r8169 0000:2d:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    3.709386] ACPI Warning: \_SB.PC00.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20210105/nsarguments-61)
[    3.709429] ACPI Warning: \_SB.PC00.PEG1.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20210105/nsarguments-61)
[    3.709572] pci 0000:01:00.0: optimus capabilities: enabled, status dynamic power, hda bios codec supported
[    3.709576] VGA switcheroo: detected Optimus DSM method \_SB_.PC00.PEG1.PEGP handle
[    3.709576] nouveau: detected PR support, will not use DSM
[    3.709597] nouveau 0000:01:00.0: enabling device (0000 -> 0003)
[    3.709676] nouveau 0000:01:00.0: unknown chipset (b76000a1)
[    3.711854] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    3.742378] i915 0000:00:02.0: [drm] VT-d active for gfx access
[    3.742381] checking generic (4000000000 7e9000) vs hw (622e000000 1000000)
[    3.742383] checking generic (4000000000 7e9000) vs hw (4000000000 10000000)
[    3.742384] fb0: switching to inteldrmfb from EFI VGA
[    3.742452] Console: switching to colour dummy device 80x25
[    3.742483] i915 0000:00:02.0: vgaarb: deactivate vga console
[    3.744234] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[    3.744799] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/tgl_dmc_ver2_08.bin (v2.8)
[    3.855003] usb 4-2: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
[    3.869233] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[    3.869630] ACPI: video: Video Device [PEGP] (multi-head: no  rom: yes  post: no)
[    3.869851] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input4
[    3.871383] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    3.871684] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input5
[    3.873309] fbcon: i915drmfb (fb0) is primary device
[    3.874044] usb 4-2: New USB device found, idVendor=0bc2, idProduct=ab10, bcdDevice= 9.38
[    3.874046] usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.874047] usb 4-2: Product: Slim
[    3.874047] usb 4-2: Manufacturer: Seagate 
[    3.874048] usb 4-2: SerialNumber: 2HC015KJ
[    3.876336] Console: switching to colour frame buffer device 240x67
[    3.882521] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    3.889623] usbcore: registered new interface driver usb-storage
[    3.892369] scsi host0: uas
[    3.892411] usbcore: registered new interface driver uas
[    3.893903] scsi 0:0:0:0: Direct-Access     Seagate  Slim             0938 PQ: 0 ANSI: 6
[    3.925336] random: fast init done
[    3.932715] sd 0:0:0:0: [sda] 1953525167 512-byte logical blocks: (1.00 TB/932 GiB)
[    3.933126] sd 0:0:0:0: [sda] Write Protect is off
[    3.933130] sd 0:0:0:0: [sda] Mode Sense: 2b 00 10 08
[    3.933952] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
[    3.995004] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[    4.137010] usb 3-1: New USB device found, idVendor=090c, idProduct=1000, bcdDevice=11.00
[    4.137015] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.137019] usb 3-1: Product: USB DISK
[    4.137023] usb 3-1: Manufacturer: SMI Corporation
[    4.138179] usb-storage 3-1:1.0: USB Mass Storage device detected
[    4.138376] usb-storage 3-1:1.0: Quirks match for vid 090c pid 1000: 400
[    4.138521] scsi host1: usb-storage 3-1:1.0
[    4.269892] Alternate GPT is invalid, using primary GPT.
[    4.269895]  sda: sda1
[    4.314241] sd 0:0:0:0: [sda] Attached SCSI disk
[    4.395015] usb 3-3: new full-speed USB device number 3 using xhci_hcd
[    4.538019] usb 3-3: New USB device found, idVendor=258a, idProduct=1007, bcdDevice= 1.01
[    4.538031] usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.538035] usb 3-3: Product: Wired Gaming Mouse
[    4.538039] usb 3-3: Manufacturer: SINOWEALTH
[    4.543914] input: SINOWEALTH Wired Gaming Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0/0003:258A:1007.0001/input/input6
[    4.543964] hid-generic 0003:258A:1007.0001: input,hidraw0: USB HID v1.11 Mouse [SINOWEALTH Wired Gaming Mouse] on usb-0000:00:14.0-3/input0
[    4.546101] input: SINOWEALTH Wired Gaming Mouse Keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.1/0003:258A:1007.0002/input/input7
[    4.602259] hid-generic 0003:258A:1007.0002: input,hiddev96,hidraw1: USB HID v1.11 Keyboard [SINOWEALTH Wired Gaming Mouse] on usb-0000:00:14.0-3/input1
[    4.602341] usbcore: registered new interface driver usbhid
[    4.602344] usbhid: USB HID core driver
[    4.661734] usb 3-7: new high-speed USB device number 4 using xhci_hcd
[    4.824472] usb 3-7: New USB device found, idVendor=322e, idProduct=202c, bcdDevice= 1.03
[    4.824481] usb 3-7: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[    4.824484] usb 3-7: Product: USB2.0 HD UVC WebCam
[    4.824486] usb 3-7: Manufacturer: Sonix Technology Co., Ltd.
[    4.948362] usb 3-14: new full-speed USB device number 5 using xhci_hcd
[    5.090530] usb 3-14: New USB device found, idVendor=8087, idProduct=0026, bcdDevice= 0.02
[    5.090541] usb 3-14: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    5.289119] scsi 1:0:0:0: Direct-Access     SMI      USB DISK         1100 PQ: 0 ANSI: 4
[    5.292409] sd 1:0:0:0: [sdb] 15974400 512-byte logical blocks: (8.18 GB/7.62 GiB)
[    5.293664] sd 1:0:0:0: [sdb] Write Protect is off
[    5.293673] sd 1:0:0:0: [sdb] Mode Sense: 43 00 00 00
[    5.294878] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    5.348042]  sdb: sdb1 sdb2
[    5.353918] sd 1:0:0:0: [sdb] Attached SCSI removable disk
[    6.101673] ISO 9660 Extensions: Microsoft Joliet Level 3
[    6.104428] ISO 9660 Extensions: RRIP_1991A
[    6.110591] loop: module loaded
[    6.142599] loop0: detected capacity change from 0 to 1314048
[    6.257657] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    6.292035] overlayfs: "xino" feature enabled using 2 upper inode bits.
[    8.607625] systemd[1]: systemd 248.3-2-arch running in system mode. (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[    8.621767] systemd[1]: Detected architecture x86-64.
[    8.627552] random: crng init done
[    8.681299] systemd[1]: Hostname set to <archiso>.
[    8.682073] systemd[1]: Initializing machine ID from random generator.
[    9.025876] systemd-gpt-auto-generator[369]: EFI loader partition unknown, exiting.
[    9.025879] systemd-gpt-auto-generator[369]: (The boot loader did not set EFI variable LoaderDevicePartUUID.)
[    9.829929] systemd[1]: Queued start job for default target Graphical Interface.
[    9.830598] systemd[1]: Created slice system-getty.slice.
[    9.830748] systemd[1]: Created slice system-modprobe.slice.
[    9.830892] systemd[1]: Created slice User and Session Slice.
[    9.830952] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    9.831003] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    9.831096] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    9.831144] systemd[1]: Reached target Local Encrypted Volumes.
[    9.831188] systemd[1]: Reached target Paths.
[    9.831221] systemd[1]: Reached target Remote File Systems.
[    9.831255] systemd[1]: Reached target Slices.
[    9.831289] systemd[1]: Reached target Swap.
[    9.831322] systemd[1]: Reached target Local Verity Integrity Protected Volumes.
[    9.831380] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    9.832394] systemd[1]: Listening on LVM2 poll daemon socket.
[    9.833286] systemd[1]: Listening on Process Core Dump Socket.
[    9.833564] systemd[1]: Listening on Journal Audit Socket.
[    9.833640] systemd[1]: Listening on Journal Socket (/dev/log).
[    9.833707] systemd[1]: Listening on Journal Socket.
[    9.834062] systemd[1]: Listening on Network Service Netlink Socket.
[    9.834693] systemd[1]: Listening on udev Control Socket.
[    9.834756] systemd[1]: Listening on udev Kernel Socket.
[    9.835105] systemd[1]: Mounting Huge Pages File System...
[    9.835453] systemd[1]: Mounting POSIX Message Queue File System...
[    9.835802] systemd[1]: Mounting Kernel Debug File System...
[    9.836145] systemd[1]: Mounting Kernel Trace File System...
[    9.867729] systemd[1]: Mounting Temporary Directory (/tmp)...
[    9.870397] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    9.871402] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    9.871782] systemd[1]: Starting Load Kernel Module configfs...
[    9.872180] systemd[1]: Starting Load Kernel Module drm...
[    9.872606] systemd[1]: Starting Load Kernel Module fuse...
[    9.874310] systemd[1]: Condition check resulted in OpenVSwitch configuration for cleanup being skipped.
[    9.992363] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    9.995133] systemd[1]: Starting Journal Service...
[   10.000470] fuse: init (API version 7.33)
[   10.024443] systemd[1]: Starting Load Kernel Modules...
[   10.025676] systemd[1]: Starting Remount Root and Kernel File Systems...
[   10.039546] systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
[   10.039878] systemd[1]: Starting Coldplug All udev Devices...
[   10.041410] systemd[1]: Mounted Huge Pages File System.
[   10.042322] systemd[1]: Mounted POSIX Message Queue File System.
[   10.043201] systemd[1]: Mounted Kernel Debug File System.
[   10.044069] systemd[1]: Mounted Kernel Trace File System.
[   10.044935] systemd[1]: Mounted Temporary Directory (/tmp).
[   10.045868] systemd[1]: Finished Create list of static device nodes for the current kernel.
[   10.046805] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[   10.046875] systemd[1]: Finished Load Kernel Module configfs.
[   10.047775] systemd[1]: modprobe@drm.service: Deactivated successfully.
[   10.047839] systemd[1]: Finished Load Kernel Module drm.
[   10.048730] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[   10.048794] systemd[1]: Finished Load Kernel Module fuse.
[   10.049932] systemd[1]: Mounting FUSE Control File System...
[   10.051006] systemd[1]: Mounting Kernel Configuration File System...
[   10.054315] systemd[1]: Finished Remount Root and Kernel File Systems.
[   10.055158] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[   10.062083] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[   10.062387] systemd[1]: Starting Load/Save Random Seed...
[   10.063333] systemd[1]: Starting Create System Users...
[   10.064241] systemd[1]: Mounted FUSE Control File System.
[   10.064824] systemd[1]: Mounted Kernel Configuration File System.
[   10.103960] systemd[1]: Finished Load/Save Random Seed.
[   10.104697] systemd[1]: Condition check resulted in First Boot Complete being skipped.
[   10.104709] audit: type=1130 audit(1627230006.106:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   10.105114] Asymmetric key parser 'pkcs8' registered
[   10.105604] systemd[1]: Finished Load Kernel Modules.
[   10.106552] audit: type=1130 audit(1627230006.110:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   10.107195] systemd[1]: Starting Apply Kernel Variables...
[   10.115290] systemd[1]: Started Journal Service.
[   10.116065] audit: type=1130 audit(1627230006.120:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   10.138073] audit: type=1130 audit(1627230006.140:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   10.144443] systemd-journald[396]: Received client request to flush runtime journal.
[   10.145967] audit: type=1130 audit(1627230006.150:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   10.175324] audit: type=1130 audit(1627230006.180:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   10.180725] audit: type=1130 audit(1627230006.183:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   10.269138] audit: type=1130 audit(1627230006.273:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   10.269708] audit: type=1334 audit(1627230006.273:10): prog-id=14 op=LOAD
[   10.270001] audit: type=1334 audit(1627230006.273:11): prog-id=15 op=LOAD
[   10.683541] input: PC Speaker as /devices/platform/pcspkr/input/input9
[   10.843919] input: Asus Wireless Radio Control as /devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input10
[   10.844725] input: Intel HID events as /devices/platform/INTC1051:00/input/input11
[   10.844744] intel-hid INTC1051:00: platform supports 5 button array
[   10.844755] input: Intel HID 5 button array as /devices/platform/INTC1051:00/input/input12
[   11.222152] ACPI Warning: \_SB.IETM._TRT: Found unexpected NULL package element (20210105/nsrepair-186)
[   11.222156] ACPI Warning: \_SB.IETM._TRT: Expected return object of type Reference (20210105/nspredef-249)
[   11.222162] _TRT package 0 is invalid, ignored
[   11.222163] _TRT package 1 is invalid, ignored
[   11.274273] intel-pmt 0000:00:0a.0: Watcher not supported
[   11.274277] intel-pmt 0000:00:0a.0: Crashlog not supported
[   11.411567] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[   11.411667] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[   11.413600] vmd 0000:00:0e.0: PCI host bridge to bus 10000:e0
[   11.413603] pci_bus 10000:e0: root bus resource [bus e0-ff]
[   11.413605] pci_bus 10000:e0: root bus resource [mem 0x76000000-0x77ffffff]
[   11.413607] pci_bus 10000:e0: root bus resource [mem 0x622f102000-0x622f1fffff 64bit]
[   11.413621] pci 10000:e0:06.0: [8086:9a0f] type 01 class 0x060400
[   11.413673] i2c i2c-11: 2/4 memory slots populated (from DMI)
[   11.413694] pci 10000:e0:06.0: PME# supported from D0 D3hot D3cold
[   11.413720] pci 10000:e0:06.0: PTM enabled (root), 4ns granularity
[   11.413761] pci 10000:e0:06.0: Adding to iommu group 9
[   11.413776] pci 10000:e0:06.0: Primary bus is hard wired to 0
[   11.413811] pci 10000:e1:00.0: [1c5c:174a] type 00 class 0x010802
[   11.413829] pci 10000:e1:00.0: reg 0x10: [mem 0x76000000-0x76003fff 64bit]
[   11.413839] pci 10000:e1:00.0: reg 0x18: [mem 0x00000000-0x00000fff]
[   11.413847] pci 10000:e1:00.0: reg 0x1c: [mem 0x00000000-0x00000fff]
[   11.413991] pci 10000:e1:00.0: Adding to iommu group 9
[   11.414017] pci 10000:e0:06.0: PCI bridge to [bus e1]
[   11.414018] pci 10000:e0:06.0:   bridge window [io  0x0000-0x0fff]
[   11.414020] pci 10000:e0:06.0:   bridge window [mem 0x76000000-0x760fffff]
[   11.414025] pci 10000:e0:06.0: Primary bus is hard wired to 0
[   11.414031] pci 10000:e0:06.0: BAR 14: assigned [mem 0x76000000-0x760fffff]
[   11.414033] pci 10000:e0:06.0: BAR 13: no space for [io  size 0x1000]
[   11.414034] pci 10000:e0:06.0: BAR 13: failed to assign [io  size 0x1000]
[   11.414037] pci 10000:e1:00.0: BAR 0: assigned [mem 0x76000000-0x76003fff 64bit]
[   11.414046] pci 10000:e1:00.0: BAR 2: assigned [mem 0x76004000-0x76004fff]
[   11.414049] pci 10000:e1:00.0: BAR 3: assigned [mem 0x76005000-0x76005fff]
[   11.414054] pci 10000:e0:06.0: PCI bridge to [bus e1]
[   11.414057] pci 10000:e0:06.0:   bridge window [mem 0x76000000-0x760fffff]
[   11.414073] pcieport 10000:e0:06.0: can't derive routing for PCI INT D
[   11.414074] pcieport 10000:e0:06.0: PCI INT D: no GSI
[   11.414112] pcieport 10000:e0:06.0: PME: Signaling with IRQ 165
[   11.414233] pcieport 10000:e0:06.0: AER: enabled with IRQ 165
[   11.414268] pcieport 10000:e0:06.0: DPC: enabled with IRQ 165
[   11.414269] pcieport 10000:e0:06.0: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
[   11.414290] i2c i2c-11: Successfully instantiated SPD at 0x50
[   11.414379] nvme nvme0: pci function 10000:e1:00.0
[   11.414390] vmd 0000:00:0e.0: Bound to PCI domain 10000
[   11.414392] pcieport 10000:e0:06.0: can't derive routing for PCI INT A
[   11.414394] nvme 10000:e1:00.0: PCI INT A: not connected
[   11.415349] i2c i2c-11: Successfully instantiated SPD at 0x52
[   11.415917] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[   11.489100] nvme nvme0: 16/0/0 default/read/poll queues
[   11.494581]  nvme0n1: p1 p2 p3 p4 p5
[   11.638281] intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
[   11.638555] idma64 idma64.0: Found Intel integrated DMA 64-bit
[   11.803199] asus_wmi: ASUS WMI generic driver loaded
[   11.803516] resource sanity check: requesting [mem 0xfedc0000-0xfedcdfff], which spans more than pnp 00:04 [mem 0xfedc0000-0xfedc7fff]
[   11.803521] caller tgl_uncore_imc_freerunning_init_box+0xbf/0x100 [intel_uncore] mapping multiple BARs
[   11.814119] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   11.906718] r8169 0000:2d:00.0 enp45s0: renamed from eth0
[   11.943262] mc: Linux media interface: v0.10
[   11.966132] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   12.020782] asus_wmi: Initialization: 0x1
[   12.020861] intel-spi 0000:00:1f.5: unrecognized JEDEC id bytes: c2 75 18 c2 75 18
[   12.021093] asus_wmi: SFUN value: 0x21
[   12.022106] asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
[   12.022109] asus-nb-wmi asus-nb-wmi: Detected ATK, enable event queue
[   12.022109] intel-spi 0000:00:1f.5: failed to locate the chip
[   12.022129] intel-spi: probe of 0000:00:1f.5 failed with error -2
[   12.027504] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input13
[   12.038217] ACPI: battery: new extension: ASUS Battery Extension
[   12.038580] tigerlake-pinctrl INT34C6:00: pin 226 cannot be used as IRQ
[   12.038583] genirq: Setting trigger mode 8 for irq 184 failed (intel_gpio_irq_type+0x0/0x140)
[   12.040967] tigerlake-pinctrl INT34C6:00: pin 226 cannot be used as IRQ
[   12.040968] genirq: Setting trigger mode 8 for irq 184 failed (intel_gpio_irq_type+0x0/0x140)
[   12.041561] i2c_hid_acpi i2c-ELAN1203:00: Could not register for ELAN1203:00 interrupt, irq = 184, ret = -1
[   12.041586] i2c_hid_acpi: probe of i2c-ELAN1203:00 failed with error -1
[   12.076742] mousedev: PS/2 mouse device common for all mice
[   12.076798] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
[   12.076971] videodev: Linux video capture interface: v2.00
[   12.077487] proc_thermal 0000:00:04.0: Creating sysfs group for PROC_THERMAL_PCI
[   12.077506] intel_rapl_common: Found RAPL domain package
[   12.185119] Intel(R) Wireless WiFi driver for Linux
[   12.185170] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
[   12.384503] Bluetooth: Core ver 2.22
[   12.384518] NET: Registered protocol family 31
[   12.384518] Bluetooth: HCI device and connection manager initialized
[   12.384520] Bluetooth: HCI socket layer initialized
[   12.384522] Bluetooth: L2CAP socket layer initialized
[   12.384523] Bluetooth: SCO socket layer initialized
[   12.503838] iwlwifi 0000:00:14.3: api flags index 2 larger than supported by driver
[   12.503852] iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
[   12.504116] iwlwifi 0000:00:14.3: loaded firmware version 62.49eeb572.0 QuZ-a0-hr-b0-62.ucode op_mode iwlmvm
[   12.529569] ee1004 11-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
[   12.530029] intel_rapl_common: Found RAPL domain package
[   12.530032] intel_rapl_common: Found RAPL domain core
[   12.530033] intel_rapl_common: Found RAPL domain uncore
[   12.530035] intel_rapl_common: Found RAPL domain psys
[   12.530054] ee1004 11-0052: 512 byte EE1004-compliant SPD EEPROM, read-only
[   12.535725] wl: loading out-of-tree module taints kernel.
[   12.535727] wl: module license 'MIXED/Proprietary' taints kernel.
[   12.535729] Disabling lock debugging due to kernel taint
[   12.536889] wl: module verification failed: signature and/or required key missing - tainting kernel
[   12.542117] iTCO_vendor_support: vendor-support=0
[   12.543903] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
[   12.636794] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
[   12.636940] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   12.638018] usb 3-7: Found UVC 1.00 device USB2.0 HD UVC WebCam (322e:202c)
[   12.645556] input: USB2.0 HD UVC WebCam: USB2.0 HD as /devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/input/input14
[   12.645587] usbcore: registered new interface driver uvcvideo
[   12.715056] Generic FE-GE Realtek PHY r8169-2d00:00: attached PHY driver (mii_bus:phy_addr=r8169-2d00:00, irq=MAC)
[   12.792800] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[   12.792844] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[   12.793043] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[   12.793198] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[   12.793264] snd_hda_intel 0000:01:00.1: Disabling MSI
[   12.793270] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[   12.872210] usbcore: registered new interface driver btusb
[   12.872888] Bluetooth: hci0: Bootloader revision 0.4 build 0 week 30 2018
[   12.873838] Bluetooth: hci0: Device revision is 2
[   12.873842] Bluetooth: hci0: Secure boot is enabled
[   12.873844] Bluetooth: hci0: OTP lock is enabled
[   12.873846] Bluetooth: hci0: API lock is enabled
[   12.873849] Bluetooth: hci0: Debug lock is disabled
[   12.873851] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[   12.888409] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input15
[   12.888434] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input16
[   12.888451] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input17
[   12.888471] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input18
[   12.888518] input: HDA NVidia HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input19
[   12.905158] r8169 0000:2d:00.0 enp45s0: Link is Down
[   12.972804] Bluetooth: hci0: Found device firmware: intel/ibt-19-0-4.sfi
[   12.992276] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC256: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[   12.992279] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   12.992280] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[   12.992281] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[   12.992281] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[   12.992282] snd_hda_codec_realtek hdaudioC0D0:      Headset Mic=0x19
[   12.992283] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[   12.995590] iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6 AX201 160MHz, REV=0x354
[   13.008132] thermal thermal_zone6: failed to read out thermal zone (-61)
[   13.104038] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20
[   13.104062] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input21
[   13.104079] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input22
[   13.104096] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input23
[   13.104112] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input24
[   13.104131] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input25
[   13.104150] input: HDA Intel PCH HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input26
[   13.104166] input: HDA Intel PCH HDMI/DP,pcm=12 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input27
[   13.104181] input: HDA Intel PCH HDMI/DP,pcm=13 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input28
[   13.104199] input: HDA Intel PCH HDMI/DP,pcm=14 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input29
[   13.104215] input: HDA Intel PCH HDMI/DP,pcm=15 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input30
[   13.104231] input: HDA Intel PCH HDMI/DP,pcm=16 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input31
[   13.104251] input: HDA Intel PCH HDMI/DP,pcm=17 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input32
[   13.182914] iwlwifi 0000:00:14.3: base HW address: f8:5e:a0:1c:50:fc
[   14.569270] Bluetooth: hci0: Waiting for firmware download to complete
[   14.570886] Bluetooth: hci0: Firmware loaded in 1658679 usecs
[   14.570894] Bluetooth: hci0: Waiting for device to boot
[   14.585830] Bluetooth: hci0: Device booted in 14592 usecs
[   14.625416] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-19-0-4.ddc
[   14.626885] Bluetooth: hci0: Applying Intel DDC parameters completed
[   14.629903] Bluetooth: hci0: Firmware revision 0.0 build 118 week 15 2021
[   14.689893] Bluetooth: hci0: MSFT filter_enable is already on
[   16.995255] kauditd_printk_skb: 16 callbacks suppressed
[   16.995257] audit: type=1130 audit(1627230013.000:28): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   17.013945] audit: type=1130 audit(1627230013.016:29): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-done comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   17.026238] audit: type=1130 audit(1627230013.030:30): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   17.026567] audit: type=1334 audit(1627230013.030:31): prog-id=19 op=LOAD
[   17.059836] audit: type=1334 audit(1627230013.063:32): prog-id=20 op=LOAD
[   17.060114] audit: type=1334 audit(1627230013.063:33): prog-id=21 op=LOAD
[   17.060230] audit: type=1334 audit(1627230013.063:34): prog-id=22 op=LOAD
[   17.062167] audit: type=1130 audit(1627230013.066:35): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   17.228320] NET: Registered protocol family 38
[   17.276103] audit: type=1130 audit(1627230013.280:36): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshdgenkeys comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   17.317253] audit: type=1130 audit(1627230013.320:37): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   22.762148] kauditd_printk_skb: 7 callbacks suppressed
[   22.762151] audit: type=1101 audit(1627230018.766:45): pid=650 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="root" exe="/usr/bin/login" hostname=archiso addr=? terminal=/dev/tty1 res=success'
[   22.762393] audit: type=1103 audit(1627230018.766:46): pid=650 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/login" hostname=archiso addr=? terminal=/dev/tty1 res=success'
[   22.762396] audit: type=1006 audit(1627230018.766:47): pid=650 uid=0 old-auid=4294967295 auid=0 tty=tty1 old-ses=4294967295 ses=1 res=1
[   22.762397] audit: type=1300 audit(1627230018.766:47): arch=c000003e syscall=1 success=yes exit=1 a0=4 a1=7ffe6adaa340 a2=1 a3=0 items=0 ppid=1 pid=650 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty1 ses=1 comm="login" exe="/usr/bin/login" key=(null)
[   22.762398] audit: type=1327 audit(1627230018.766:47): proctitle=2F62696E2F6C6F67696E002D66
[   22.798517] audit: type=1130 audit(1627230018.803:48): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   22.801579] audit: type=1101 audit(1627230018.803:49): pid=948 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="root" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   22.801581] audit: type=1103 audit(1627230018.803:50): pid=948 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="root" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[   22.801582] audit: type=1006 audit(1627230018.803:51): pid=948 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=2 res=1
[   22.801584] audit: type=1300 audit(1627230018.803:51): arch=c000003e syscall=1 success=yes exit=1 a0=9 a1=7ffd783d6880 a2=1 a3=0 items=0 ppid=1 pid=948 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="(systemd)" exe="/usr/lib/systemd/systemd" key=(null)
[   73.145012] ucsi_acpi USBC000:00: PPM init failed (-110)
[   87.608666] EXT4-fs (nvme0n1p3): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.

Is my Arch install the problem? I'm also seriously considering re-doing the install since I'm also getting paranoid it's something with the arch install itself that went horribly wrong

Offline

#31 2021-07-25 16:48:54

seth
Member
Registered: 2012-09-03
Posts: 51,739

Re: [SOLVED] In need of help with hybrid graphics

The nvidia chip is there instantly on the iso,

seth wrote:

My money is on acpi_call

Get rid of that and see what happens.

Offline

#32 2021-07-25 19:09:47

Andy3153
Member
Registered: 2018-12-24
Posts: 89

Re: [SOLVED] In need of help with hybrid graphics

seth wrote:

Get rid of that and see what happens.

$ sudo modprobe -r acpi_call
$ sudo pacman -Rns acpi_call-dkms
$ sudo dmesg
[    0.000000] Linux version 5.13.4-zen2-1-zen (linux-zen@archlinux) (gcc (GCC) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #1 ZEN SMP PREEMPT Thu, 22 Jul 2021 20:08:57 +0000
[    0.000000] Command line: initrd=\intel-ucode.img initrd=\initramfs-linux-zen.img nvidia-drm.modeset=1 sysrq_always_enabled=1 root=PARTLABEL=Arch rw #quiet loglevel=0
[    0.000000] x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[5]:  832, xstate_sizes[5]:   64
[    0.000000] x86/fpu: xstate_offset[6]:  896, xstate_sizes[6]:  512
[    0.000000] x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
[    0.000000] x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]:    8
[    0.000000] x86/fpu: Enabled xstate features 0x2e7, context size is 2440 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000004241ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000042420000-0x0000000042420fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000042421000-0x0000000064245fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000064246000-0x0000000067345fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000067346000-0x0000000067411fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000067412000-0x0000000067554fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000067555000-0x0000000067efefff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000067eff000-0x0000000067efffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000067f00000-0x000000006dffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006e400000-0x000000006e5fffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006f000000-0x00000000747fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000048b7fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0x5e480018-0x5e48fe57] usable ==> usable
[    0.000000] e820: update [mem 0x5e480018-0x5e48fe57] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009f000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000004241ffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000042420000-0x0000000042420fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000042421000-0x000000005e480017] usable
[    0.000000] reserve setup_data: [mem 0x000000005e480018-0x000000005e48fe57] usable
[    0.000000] reserve setup_data: [mem 0x000000005e48fe58-0x0000000064245fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000064246000-0x0000000067345fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000067346000-0x0000000067411fff] ACPI data
[    0.000000] reserve setup_data: [mem 0x0000000067412000-0x0000000067554fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000067555000-0x0000000067efefff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000067eff000-0x0000000067efffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000067f00000-0x000000006dffffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000006e400000-0x000000006e5fffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000006f000000-0x00000000747fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000048b7fffff] usable
[    0.000000] efi: EFI v2.70 by American Megatrends
[    0.000000] efi: ACPI=0x67411000 ACPI 2.0=0x67411014 TPMFinalLog=0x674a2000 SMBIOS=0x67ca5000 SMBIOS 3.0=0x67ca4000 MEMATTR=0x5dab1298 ESRT=0x6223f018 RNG=0x67c80b18 TPMEventLog=0x5e490018 
[    0.000000] efi: seeding entropy pool
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: ASUSTeK COMPUTER INC. ASUS TUF Gaming F15 FX506HM_FX506HM/FX506HM, BIOS FX506HM.302 05/06/2021
[    0.000000] tsc: Detected 2300.000 MHz processor
[    0.000000] tsc: Detected 2304.000 MHz TSC
[    0.000331] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000333] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000337] last_pfn = 0x48b800 max_arch_pfn = 0x400000000
[    0.000471] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.001347] last_pfn = 0x67f00 max_arch_pfn = 0x400000000
[    0.014043] esrt: Reserving ESRT space from 0x000000006223f018 to 0x000000006223f0a0.
[    0.014047] e820: update [mem 0x6223f000-0x6223ffff] usable ==> reserved
[    0.014060] Using GB pages for direct mapping
[    0.014286] Secure boot disabled
[    0.014286] RAMDISK: [mem 0x5a416000-0x5daa0fff]
[    0.014289] ACPI: Early table checksum verification disabled
[    0.014291] ACPI: RSDP 0x0000000067411014 000024 (v02 _ASUS_)
[    0.014295] ACPI: XSDT 0x0000000067410728 00011C (v01 _ASUS_ Notebook 01072009 AMI  01000013)
[    0.014298] ACPI: FACP 0x000000006740B000 000114 (v06 _ASUS_ Notebook 01072009 AMI  01000013)
[    0.014302] ACPI: DSDT 0x00000000673C5000 04534B (v02 _ASUS_ Notebook 01072009 INTL 20191018)
[    0.014304] ACPI: FACS 0x0000000067553000 000040
[    0.014306] ACPI: MCFG 0x000000006740F000 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00000097)
[    0.014308] ACPI: SSDT 0x000000006740C000 00255D (v02 CpuRef CpuSsdt  00003000 INTL 20191018)
[    0.014310] ACPI: FIDT 0x00000000673C4000 00009C (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.014312] ACPI: SSDT 0x00000000673C0000 003A21 (v02 DptfTb DptfTabl 00001000 INTL 20191018)
[    0.014314] ACPI: SSDT 0x00000000673BC000 00328C (v02 SaSsdt SaSsdt   00003000 INTL 20191018)
[    0.014316] ACPI: SSDT 0x00000000673B8000 003378 (v02 INTEL  IgfxSsdt 00003000 INTL 20191018)
[    0.014318] ACPI: SSDT 0x00000000673AC000 00B27A (v02 INTEL  TcssSsdt 00001000 INTL 20191018)
[    0.014320] ACPI: HPET 0x00000000673AB000 000038 (v01 _ASUS_ Notebook 01072009 AMI  01000013)
[    0.014322] ACPI: APIC 0x00000000673AA000 00012C (v04 _ASUS_ Notebook 01072009 AMI  01000013)
[    0.014325] ACPI: SSDT 0x00000000673A8000 00185B (v02 _ASUS_ TglH_Rvp 00001000 INTL 20191018)
[    0.014327] ACPI: SSDT 0x00000000673A7000 000E7C (v02 _ASUS_ Ther_Rvp 00001000 INTL 20191018)
[    0.014329] ACPI: NHLT 0x00000000673A6000 0002E1 (v00 _ASUS_ Notebook 01072009 AMI  01000013)
[    0.014330] ACPI: LPIT 0x00000000673A5000 0000CC (v01 _ASUS_ Notebook 01072009 AMI  01000013)
[    0.014332] ACPI: WSMT 0x00000000673A4000 000028 (v01 _ASUS_ Notebook 01072009 AMI  01000013)
[    0.014334] ACPI: SSDT 0x00000000673A1000 002720 (v02 _ASUS_ PtidDevc 00001000 INTL 20191018)
[    0.014336] ACPI: SSDT 0x00000000673A0000 00012A (v02 _ASUS_ TbtTypeC 00000000 INTL 20191018)
[    0.014338] ACPI: DBGP 0x000000006739F000 000034 (v01 _ASUS_ Notebook 01072009 AMI  01000013)
[    0.014341] ACPI: DBG2 0x000000006739E000 000054 (v00 _ASUS_ Notebook 01072009 AMI  01000013)
[    0.014343] ACPI: SSDT 0x000000006739D000 000ACA (v02 _ASUS_ UsbCTabl 00001000 INTL 20191018)
[    0.014345] ACPI: DMAR 0x000000006739C000 0000A0 (v02 INTEL  EDK2     00000002      01000013)
[    0.014347] ACPI: SSDT 0x000000006739B000 000C29 (v02 INTEL  xh_thdd4 00000000 INTL 20191018)
[    0.014349] ACPI: SSDT 0x000000006739A000 0000AE (v02 HgRef  HgPeg    00001000 INTL 20191018)
[    0.014351] ACPI: SSDT 0x0000000067399000 000144 (v02 Intel  ADebTabl 00001000 INTL 20191018)
[    0.014353] ACPI: BGRT 0x0000000067398000 000038 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.014355] ACPI: UEFI 0x0000000067484000 00063A (v01 INTEL  RstVmdE  00000000 ??   00000000)
[    0.014356] ACPI: UEFI 0x0000000067483000 00005C (v01 INTEL  RstVmdV  00000000 ??   00000000)
[    0.014358] ACPI: TPM2 0x0000000067397000 00004C (v04 _ASUS_ Notebook 00000001 AMI  00000000)
[    0.014360] ACPI: SSDT 0x0000000067393000 003071 (v01 OptRf2 Opt2Tabl 00001000 INTL 20191018)
[    0.014362] ACPI: PTDT 0x0000000067392000 000CFE (v00 _ASUS_ Notebook 00000005 MSFT 0100000D)
[    0.014364] ACPI: FPDT 0x0000000067391000 000044 (v01 _ASUS_ A M I    01072009 AMI  01000013)
[    0.014366] ACPI: Reserving FACP table memory at [mem 0x6740b000-0x6740b113]
[    0.014367] ACPI: Reserving DSDT table memory at [mem 0x673c5000-0x6740a34a]
[    0.014368] ACPI: Reserving FACS table memory at [mem 0x67553000-0x6755303f]
[    0.014368] ACPI: Reserving MCFG table memory at [mem 0x6740f000-0x6740f03b]
[    0.014369] ACPI: Reserving SSDT table memory at [mem 0x6740c000-0x6740e55c]
[    0.014369] ACPI: Reserving FIDT table memory at [mem 0x673c4000-0x673c409b]
[    0.014370] ACPI: Reserving SSDT table memory at [mem 0x673c0000-0x673c3a20]
[    0.014370] ACPI: Reserving SSDT table memory at [mem 0x673bc000-0x673bf28b]
[    0.014371] ACPI: Reserving SSDT table memory at [mem 0x673b8000-0x673bb377]
[    0.014371] ACPI: Reserving SSDT table memory at [mem 0x673ac000-0x673b7279]
[    0.014372] ACPI: Reserving HPET table memory at [mem 0x673ab000-0x673ab037]
[    0.014373] ACPI: Reserving APIC table memory at [mem 0x673aa000-0x673aa12b]
[    0.014373] ACPI: Reserving SSDT table memory at [mem 0x673a8000-0x673a985a]
[    0.014374] ACPI: Reserving SSDT table memory at [mem 0x673a7000-0x673a7e7b]
[    0.014374] ACPI: Reserving NHLT table memory at [mem 0x673a6000-0x673a62e0]
[    0.014375] ACPI: Reserving LPIT table memory at [mem 0x673a5000-0x673a50cb]
[    0.014375] ACPI: Reserving WSMT table memory at [mem 0x673a4000-0x673a4027]
[    0.014376] ACPI: Reserving SSDT table memory at [mem 0x673a1000-0x673a371f]
[    0.014376] ACPI: Reserving SSDT table memory at [mem 0x673a0000-0x673a0129]
[    0.014377] ACPI: Reserving DBGP table memory at [mem 0x6739f000-0x6739f033]
[    0.014377] ACPI: Reserving DBG2 table memory at [mem 0x6739e000-0x6739e053]
[    0.014378] ACPI: Reserving SSDT table memory at [mem 0x6739d000-0x6739dac9]
[    0.014378] ACPI: Reserving DMAR table memory at [mem 0x6739c000-0x6739c09f]
[    0.014379] ACPI: Reserving SSDT table memory at [mem 0x6739b000-0x6739bc28]
[    0.014380] ACPI: Reserving SSDT table memory at [mem 0x6739a000-0x6739a0ad]
[    0.014380] ACPI: Reserving SSDT table memory at [mem 0x67399000-0x67399143]
[    0.014381] ACPI: Reserving BGRT table memory at [mem 0x67398000-0x67398037]
[    0.014381] ACPI: Reserving UEFI table memory at [mem 0x67484000-0x67484639]
[    0.014382] ACPI: Reserving UEFI table memory at [mem 0x67483000-0x6748305b]
[    0.014382] ACPI: Reserving TPM2 table memory at [mem 0x67397000-0x6739704b]
[    0.014383] ACPI: Reserving SSDT table memory at [mem 0x67393000-0x67396070]
[    0.014384] ACPI: Reserving PTDT table memory at [mem 0x67392000-0x67392cfd]
[    0.014384] ACPI: Reserving FPDT table memory at [mem 0x67391000-0x67391043]
[    0.014393] ACPI: Local APIC address 0xfee00000
[    0.014544] No NUMA configuration found
[    0.014544] Faking a node at [mem 0x0000000000000000-0x000000048b7fffff]
[    0.014546] NODE_DATA(0) allocated [mem 0x48b7fc000-0x48b7fffff]
[    0.014562] Zone ranges:
[    0.014563]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.014564]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.014565]   Normal   [mem 0x0000000100000000-0x000000048b7fffff]
[    0.014566]   Device   empty
[    0.014566] Movable zone start for each node
[    0.014567] Early memory node ranges
[    0.014567]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.014568]   node   0: [mem 0x0000000000100000-0x000000004241ffff]
[    0.014569]   node   0: [mem 0x0000000042421000-0x0000000064245fff]
[    0.014569]   node   0: [mem 0x0000000067eff000-0x0000000067efffff]
[    0.014570]   node   0: [mem 0x0000000100000000-0x000000048b7fffff]
[    0.014571] Initmem setup node 0 [mem 0x0000000000001000-0x000000048b7fffff]
[    0.014572] On node 0 totalpages: 4127204
[    0.014573]   DMA zone: 64 pages used for memmap
[    0.014574]   DMA zone: 158 pages reserved
[    0.014574]   DMA zone: 3998 pages, LIFO batch:0
[    0.014575]   DMA32 zone: 6346 pages used for memmap
[    0.014575]   DMA32 zone: 406086 pages, LIFO batch:63
[    0.014576]   Normal zone: 58080 pages used for memmap
[    0.014576]   Normal zone: 3717120 pages, LIFO batch:63
[    0.014578] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.014596] On node 0, zone DMA: 97 pages in unavailable ranges
[    0.016787] On node 0, zone DMA32: 1 pages in unavailable ranges
[    0.016908] On node 0, zone DMA32: 15545 pages in unavailable ranges
[    0.036908] On node 0, zone Normal: 256 pages in unavailable ranges
[    0.037023] On node 0, zone Normal: 18432 pages in unavailable ranges
[    0.037061] Reserving Intel graphics memory at [mem 0x70800000-0x747fffff]
[    0.037370] ACPI: PM-Timer IO Port: 0x1808
[    0.037372] ACPI: Local APIC address 0xfee00000
[    0.037376] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.037377] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.037378] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.037378] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.037379] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.037379] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.037380] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.037380] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.037380] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.037381] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.037381] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.037382] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.037382] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.037382] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.037383] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.037383] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[    0.037419] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.037421] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.037422] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.037423] ACPI: IRQ0 used by override.
[    0.037424] ACPI: IRQ9 used by override.
[    0.037425] Using ACPI (MADT) for SMP configuration information
[    0.037426] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.037432] e820: update [mem 0x5ee5f000-0x5ee8dfff] usable ==> reserved
[    0.037438] TSC deadline timer available
[    0.037438] smpboot: Allowing 16 CPUs, 0 hotplug CPUs
[    0.037451] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.037453] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[    0.037454] PM: hibernation: Registered nosave memory: [mem 0x42420000-0x42420fff]
[    0.037455] PM: hibernation: Registered nosave memory: [mem 0x5e480000-0x5e480fff]
[    0.037456] PM: hibernation: Registered nosave memory: [mem 0x5e48f000-0x5e48ffff]
[    0.037457] PM: hibernation: Registered nosave memory: [mem 0x5ee5f000-0x5ee8dfff]
[    0.037458] PM: hibernation: Registered nosave memory: [mem 0x6223f000-0x6223ffff]
[    0.037459] PM: hibernation: Registered nosave memory: [mem 0x64246000-0x67345fff]
[    0.037459] PM: hibernation: Registered nosave memory: [mem 0x67346000-0x67411fff]
[    0.037460] PM: hibernation: Registered nosave memory: [mem 0x67412000-0x67554fff]
[    0.037460] PM: hibernation: Registered nosave memory: [mem 0x67555000-0x67efefff]
[    0.037461] PM: hibernation: Registered nosave memory: [mem 0x67f00000-0x6dffffff]
[    0.037462] PM: hibernation: Registered nosave memory: [mem 0x6e000000-0x6e3fffff]
[    0.037462] PM: hibernation: Registered nosave memory: [mem 0x6e400000-0x6e5fffff]
[    0.037462] PM: hibernation: Registered nosave memory: [mem 0x6e600000-0x6effffff]
[    0.037463] PM: hibernation: Registered nosave memory: [mem 0x6f000000-0x747fffff]
[    0.037463] PM: hibernation: Registered nosave memory: [mem 0x74800000-0xbfffffff]
[    0.037464] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xcfffffff]
[    0.037464] PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xfdffffff]
[    0.037465] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.037465] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.037465] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.037466] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.037466] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.037467] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed1ffff]
[    0.037467] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
[    0.037467] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfedfffff]
[    0.037468] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.037468] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.037469] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.037470] [mem 0x74800000-0xbfffffff] available for PCI devices
[    0.037471] Booting paravirtualized kernel on bare hardware
[    0.037472] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.041198] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:16 nr_node_ids:1
[    0.041464] percpu: Embedded 57 pages/cpu s196608 r8192 d28672 u262144
[    0.041469] pcpu-alloc: s196608 r8192 d28672 u262144 alloc=1*2097152
[    0.041471] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.041491] Built 1 zonelists, mobility grouping on.  Total pages: 4062556
[    0.041492] Policy zone: Normal
[    0.041494] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux-zen.img nvidia-drm.modeset=1 sysrq_always_enabled=1 root=PARTLABEL=Arch rw #quiet loglevel=0
[    0.041536] sysrq: sysrq always enabled.
[    0.042102] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.042387] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.042495] mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
[    0.070124] Memory: 15963340K/16508816K available (16392K kernel code, 2077K rwdata, 9032K rodata, 1824K init, 3940K bss, 545216K reserved, 0K cma-reserved)
[    0.070127] random: get_random_u64 called from __kmem_cache_create+0x2a/0x620 with crng_init=0
[    0.070196] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.070204] ftrace: allocating 40341 entries in 158 pages
[    0.078810] ftrace: allocated 158 pages with 5 groups
[    0.078884] rcu: Preemptible hierarchical RCU implementation.
[    0.078885] rcu:     RCU dyntick-idle grace-period acceleration is enabled.
[    0.078885] rcu:     RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
[    0.078886] rcu:     RCU priority boosting: priority 1 delay 500 ms.
[    0.078887]  Trampoline variant of Tasks RCU enabled.
[    0.078887]  Rude variant of Tasks RCU enabled.
[    0.078887]  Tracing variant of Tasks RCU enabled.
[    0.078888] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.078888] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.081226] NR_IRQS: 20736, nr_irqs: 2184, preallocated irqs: 16
[    0.081692] Console: colour dummy device 80x25
[    0.081702] printk: console [tty0] enabled
[    0.081713] ACPI: Core revision 20210331
[    0.082108] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 99544814920 ns
[    0.082236] APIC: Switch to symmetric I/O mode setup
[    0.082238] DMAR: Host address width 39
[    0.082239] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.082243] DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 29a00f0505e
[    0.082245] DMAR: DRHD base: 0x000000fed84000 flags: 0x0
[    0.082248] DMAR: dmar1: reg_base_addr fed84000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.082250] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.082254] DMAR: dmar2: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.082256] DMAR: RMRR base: 0x00000070000000 end: 0x000000747fffff
[    0.082259] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 2
[    0.082260] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.082261] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.084088] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.084090] x2apic enabled
[    0.084120] Switched APIC routing to cluster x2apic.
[    0.088831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.093180] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2135f7c97c8, max_idle_ns: 440795273205 ns
[    0.093184] Calibrating delay loop (skipped), value calculated using timer frequency.. 4608.00 BogoMIPS (lpj=2304000)
[    0.093186] pid_max: default: 32768 minimum: 301
[    0.095222] LSM: Security Framework initializing
[    0.095227] landlock: Up and running.
[    0.095228] Yama: becoming mindful.
[    0.095240] LSM support for eBPF active
[    0.095269] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.095305] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.095474] CPU0: Thermal monitoring enabled (TM1)
[    0.095476] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.095572] process: using mwait in idle threads
[    0.095574] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.095574] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.095576] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.095577] Spectre V2 : Mitigation: Enhanced IBRS
[    0.095578] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.095578] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.095579] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.099475] Freeing SMP alternatives memory: 44K
[    0.099864] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 2003
[    0.099884] smpboot: CPU0: 11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz (family: 0x6, model: 0x8d, stepping: 0x1)
[    0.099954] Performance Events: PEBS fmt4+-baseline,  AnyThread deprecated, Icelake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.099962] ... version:                5
[    0.099963] ... bit width:              48
[    0.099963] ... generic registers:      8
[    0.099963] ... value mask:             0000ffffffffffff
[    0.099964] ... max period:             00007fffffffffff
[    0.099964] ... fixed-purpose events:   4
[    0.099965] ... event mask:             0001000f000000ff
[    0.100048] rcu: Hierarchical SRCU implementation.
[    0.100273] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.100377] smp: Bringing up secondary CPUs ...
[    0.100435] x86: Booting SMP configuration:
[    0.100436] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
[    0.140777] smp: Brought up 1 node, 16 CPUs
[    0.140777] smpboot: Max logical packages: 1
[    0.140777] smpboot: Total of 16 processors activated (73728.00 BogoMIPS)
[    0.141657] devtmpfs: initialized
[    0.141657] x86/mm: Memory block size: 128MB
[    0.142427] PM: Registering ACPI NVS region [mem 0x67412000-0x67554fff] (1323008 bytes)
[    0.142427] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.142427] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.142427] futex2 hash table entries: 4096 (order: 4, 98304 bytes, linear)
[    0.142427] pinctrl core: initialized pinctrl subsystem
[    0.142580] PM: RTC time: 19:05:39, date: 2021-07-25
[    0.142700] NET: Registered protocol family 16
[    0.142879] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.143287] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.143398] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.143403] audit: initializing netlink subsys (disabled)
[    0.143409] audit: type=2000 audit(1627239939.057:1): state=initialized audit_enabled=0 res=1
[    0.143409] thermal_sys: Registered thermal governor 'fair_share'
[    0.143409] thermal_sys: Registered thermal governor 'bang_bang'
[    0.143409] thermal_sys: Registered thermal governor 'step_wise'
[    0.143409] thermal_sys: Registered thermal governor 'user_space'
[    0.143409] thermal_sys: Registered thermal governor 'power_allocator'
[    0.143409] cpuidle: using governor ladder
[    0.143409] cpuidle: using governor menu
[    0.143409] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.143409] ACPI: bus type PCI registered
[    0.143409] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.143409] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
[    0.143409] PCI: MMCONFIG at [mem 0xc0000000-0xcfffffff] reserved in E820
[    0.143409] PCI: Using configuration type 1 for base access
[    0.143661] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.144848] Kprobes globally optimized
[    0.144850] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.145184] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.145244] ACPI: Added _OSI(Module Device)
[    0.145246] ACPI: Added _OSI(Processor Device)
[    0.145247] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.145247] ACPI: Added _OSI(Processor Aggregator Device)
[    0.145248] ACPI: Added _OSI(Linux-Dell-Video)
[    0.145249] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.145249] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.207764] ACPI BIOS Error (bug): Failure creating named object [\_TZ.ETMD], AE_ALREADY_EXISTS (20210331/dswload2-326)
[    0.207769] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210331/psobject-220)
[    0.210731] ACPI: 15 ACPI AML tables successfully acquired and loaded
[    0.211754] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.SEN2 (20210331/dspkginit-438)
[    0.211756] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.CHRG (20210331/dspkginit-438)
[    0.211758] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.SEN4 (20210331/dspkginit-438)
[    0.221532] ACPI: Dynamic OEM Table Load:
[    0.221540] ACPI: SSDT 0xFFFF95EA01B38E00 0001CB (v02 PmRef  Cpu0Psd  00003000 INTL 20191018)
[    0.222359] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
[    0.223181] ACPI: Dynamic OEM Table Load:
[    0.223186] ACPI: SSDT 0xFFFF95EA01A58C00 000394 (v02 PmRef  Cpu0Cst  00003001 INTL 20191018)
[    0.224131] ACPI: Dynamic OEM Table Load:
[    0.224135] ACPI: SSDT 0xFFFF95EA014D4000 00051E (v02 PmRef  Cpu0Ist  00003000 INTL 20191018)
[    0.225208] ACPI: Dynamic OEM Table Load:
[    0.225213] ACPI: SSDT 0xFFFF95EA01A5CC00 00028B (v02 PmRef  Cpu0Hwp  00003000 INTL 20191018)
[    0.226315] ACPI: Dynamic OEM Table Load:
[    0.226321] ACPI: SSDT 0xFFFF95EA01CFF000 0008E7 (v02 PmRef  ApIst    00003000 INTL 20191018)
[    0.227432] ACPI: Dynamic OEM Table Load:
[    0.227436] ACPI: SSDT 0xFFFF95EA014D7000 00048A (v02 PmRef  ApHwp    00003000 INTL 20191018)
[    0.228418] ACPI: Dynamic OEM Table Load:
[    0.228422] ACPI: SSDT 0xFFFF95EA01D01800 0004D4 (v02 PmRef  ApPsd    00003000 INTL 20191018)
[    0.229476] ACPI: Dynamic OEM Table Load:
[    0.229484] ACPI: SSDT 0xFFFF95EA01D05800 00048A (v02 PmRef  ApCst    00003000 INTL 20191018)
[    0.235365] ACPI: EC: EC started
[    0.235365] ACPI: EC: interrupt blocked
[    0.235420] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.235421] ACPI: \_SB_.PC00.LPCB.EC0_: Boot DSDT EC used to handle transactions
[    0.235422] ACPI: Interpreter enabled
[    0.235461] ACPI: (supports S0 S3 S4 S5)
[    0.235461] ACPI: Using IOAPIC for interrupt routing
[    0.235493] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.236065] ACPI: Enabled 7 GPEs in block 00 to 7F
[    0.236642] ACPI: PM: Power Resource [PG00] (on)
[    0.242465] ACPI: PM: Power Resource [PG02] (on)
[    0.242817] ACPI: PM: Power Resource [PG03] (on)
[    0.243137] ACPI: PM: Power Resource [PG00] (on)
[    0.258851] ACPI: PM: Power Resource [DBTP] (on)
[    0.259397] ACPI: PM: Power Resource [BTRT] (on)
[    0.262174] ACPI: PM: Power Resource [V0PR] (on)
[    0.262281] ACPI: PM: Power Resource [V1PR] (on)
[    0.262379] ACPI: PM: Power Resource [V2PR] (on)
[    0.266972] ACPI: PM: Power Resource [WRST] (on)
[    0.267762] ACPI: PM: Power Resource [V0PR] (on)
[    0.267812] ACPI: PM: Power Resource [V1PR] (on)
[    0.267866] ACPI: PM: Power Resource [V2PR] (on)
[    0.267919] ACPI: PM: Power Resource [V3PR] (on)
[    0.268309] ACPI: PM: Power Resource [TBT0] (on)
[    0.268585] ACPI: PM: Power Resource [TBT1] (on)
[    0.268842] ACPI: PM: Power Resource [D3C] (on)
[    0.415680] ACPI: PM: Power Resource [FN00] (off)
[    0.415742] ACPI: PM: Power Resource [FN01] (off)
[    0.415799] ACPI: PM: Power Resource [FN02] (off)
[    0.415855] ACPI: PM: Power Resource [FN03] (off)
[    0.415912] ACPI: PM: Power Resource [FN04] (off)
[    0.416364] ACPI: PM: Power Resource [PIN] (off)
[    0.416678] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-e0])
[    0.416684] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.418521] acpi PNP0A08:00: _OSC: platform does not support [AER]
[    0.421905] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
[    0.421906] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.423408] PCI host bridge to bus 0000:00
[    0.423409] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.423411] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.423412] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.423412] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.423413] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.423414] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    0.423415] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    0.423415] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
[    0.423416] pci_bus 0000:00: root bus resource [mem 0x74800000-0xbfffffff window]
[    0.423417] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
[    0.423418] pci_bus 0000:00: root bus resource [bus 00-e0]
[    0.423439] pci 0000:00:00.0: [8086:9a36] type 00 class 0x060000
[    0.423699] pci 0000:00:01.0: [8086:9a01] type 01 class 0x060400
[    0.423944] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.423965] pci 0000:00:01.0: PTM enabled (root), 4ns granularity
[    0.424466] pci 0000:00:02.0: [8086:9a60] type 00 class 0x030000
[    0.424475] pci 0000:00:02.0: reg 0x10: [mem 0x622e000000-0x622effffff 64bit]
[    0.424481] pci 0000:00:02.0: reg 0x18: [mem 0x4000000000-0x400fffffff 64bit pref]
[    0.424484] pci 0000:00:02.0: reg 0x20: [io  0x5000-0x503f]
[    0.424500] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.424501] pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
[    0.424527] pci 0000:00:02.0: reg 0x344: [mem 0x00000000-0x00ffffff 64bit]
[    0.424528] pci 0000:00:02.0: VF(n) BAR0 space: [mem 0x00000000-0x06ffffff 64bit] (contains BAR0 for 7 VFs)
[    0.424533] pci 0000:00:02.0: reg 0x34c: [mem 0x00000000-0x1fffffff 64bit pref]
[    0.424533] pci 0000:00:02.0: VF(n) BAR2 space: [mem 0x00000000-0xdfffffff 64bit pref] (contains BAR2 for 7 VFs)
[    0.424871] pci 0000:00:04.0: [8086:9a03] type 00 class 0x118000
[    0.424889] pci 0000:00:04.0: reg 0x10: [mem 0x622f240000-0x622f25ffff 64bit]
[    0.425460] pci 0000:00:06.0: [8086:09ab] type 00 class 0x088000
[    0.426166] pci 0000:00:07.0: [8086:9a2b] type 01 class 0x060400
[    0.426429] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    0.426451] pci 0000:00:07.0: DPC: RP PIO log size 0 is invalid
[    0.428065] pci 0000:00:08.0: [8086:9a11] type 00 class 0x088000
[    0.428072] pci 0000:00:08.0: reg 0x10: [mem 0x622f299000-0x622f299fff 64bit]
[    0.428306] pci 0000:00:0a.0: [8086:9a0d] type 00 class 0x118000
[    0.428314] pci 0000:00:0a.0: reg 0x10: [mem 0x622f280000-0x622f287fff 64bit]
[    0.428336] pci 0000:00:0a.0: enabling Extended Tags
[    0.428600] pci 0000:00:0d.0: [8086:9a17] type 00 class 0x0c0330
[    0.428614] pci 0000:00:0d.0: reg 0x10: [mem 0x622f270000-0x622f27ffff 64bit]
[    0.428678] pci 0000:00:0d.0: PME# supported from D3hot D3cold
[    0.430691] pci 0000:00:0d.2: [8086:9a1f] type 00 class 0x0c0340
[    0.430703] pci 0000:00:0d.2: reg 0x10: [mem 0x622f200000-0x622f23ffff 64bit]
[    0.430710] pci 0000:00:0d.2: reg 0x18: [mem 0x622f298000-0x622f298fff 64bit]
[    0.430747] pci 0000:00:0d.2: supports D1 D2
[    0.430748] pci 0000:00:0d.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.431086] pci 0000:00:0e.0: [8086:9a0b] type 00 class 0x010400
[    0.431098] pci 0000:00:0e.0: reg 0x10: [mem 0x622c000000-0x622dffffff 64bit]
[    0.431104] pci 0000:00:0e.0: reg 0x18: [mem 0x76000000-0x77ffffff]
[    0.431117] pci 0000:00:0e.0: reg 0x20: [mem 0x622f100000-0x622f1fffff 64bit]
[    0.431448] pci 0000:00:14.0: [8086:43ed] type 00 class 0x0c0330
[    0.431466] pci 0000:00:14.0: reg 0x10: [mem 0x622f260000-0x622f26ffff 64bit]
[    0.431540] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.433196] pci 0000:00:14.2: [8086:43ef] type 00 class 0x050000
[    0.433214] pci 0000:00:14.2: reg 0x10: [mem 0x622f290000-0x622f293fff 64bit]
[    0.433226] pci 0000:00:14.2: reg 0x18: [mem 0x622f297000-0x622f297fff 64bit]
[    0.433500] pci 0000:00:14.3: [8086:43f0] type 00 class 0x028000
[    0.433519] pci 0000:00:14.3: reg 0x10: [mem 0x622f28c000-0x622f28ffff 64bit]
[    0.433654] pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
[    0.434034] pci 0000:00:15.0: [8086:43e8] type 00 class 0x0c8000
[    0.434067] pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.434614] pci 0000:00:16.0: [8086:43e0] type 00 class 0x078000
[    0.434636] pci 0000:00:16.0: reg 0x10: [mem 0x622f295000-0x622f295fff 64bit]
[    0.434718] pci 0000:00:16.0: PME# supported from D3hot
[    0.435415] pci 0000:00:1d.0: [8086:43b6] type 01 class 0x060400
[    0.435528] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.435573] pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
[    0.436454] pci 0000:00:1f.0: [8086:438b] type 00 class 0x060100
[    0.436966] pci 0000:00:1f.3: [8086:43c8] type 00 class 0x040380
[    0.437007] pci 0000:00:1f.3: reg 0x10: [mem 0x622f288000-0x622f28bfff 64bit]
[    0.437059] pci 0000:00:1f.3: reg 0x20: [mem 0x622f000000-0x622f0fffff 64bit]
[    0.437160] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.437760] pci 0000:00:1f.4: [8086:43a3] type 00 class 0x0c0500
[    0.437783] pci 0000:00:1f.4: reg 0x10: [mem 0x622f294000-0x622f2940ff 64bit]
[    0.437812] pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
[    0.438345] pci 0000:00:1f.5: [8086:43a4] type 00 class 0x0c8000
[    0.438364] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[    0.438719] pci 0000:01:00.0: [10de:2520] type 00 class 0x030000
[    0.438728] pci 0000:01:00.0: reg 0x10: [mem 0x85000000-0x85ffffff]
[    0.438735] pci 0000:01:00.0: reg 0x14: [mem 0x6000000000-0x61ffffffff 64bit pref]
[    0.438741] pci 0000:01:00.0: reg 0x1c: [mem 0x6200000000-0x6201ffffff 64bit pref]
[    0.438746] pci 0000:01:00.0: reg 0x24: [io  0x4000-0x407f]
[    0.438750] pci 0000:01:00.0: reg 0x30: [mem 0x86000000-0x8607ffff pref]
[    0.438799] pci 0000:01:00.0: PME# supported from D0 D3hot
[    0.438857] pci 0000:01:00.0: 126.024 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x8 link at 0000:00:01.0 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.439050] pci 0000:01:00.1: [10de:228e] type 00 class 0x040300
[    0.439058] pci 0000:01:00.1: reg 0x10: [mem 0x86080000-0x86083fff]
[    0.439175] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.439177] pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
[    0.439179] pci 0000:00:01.0:   bridge window [mem 0x85000000-0x860fffff]
[    0.439182] pci 0000:00:01.0:   bridge window [mem 0x6000000000-0x6201ffffff 64bit pref]
[    0.439221] pci 0000:00:07.0: PCI bridge to [bus 02-2c]
[    0.439226] pci 0000:00:07.0:   bridge window [mem 0x78000000-0x841fffff]
[    0.439230] pci 0000:00:07.0:   bridge window [mem 0x6210000000-0x622bffffff 64bit pref]
[    0.439315] pci 0000:2d:00.0: [10ec:8168] type 00 class 0x020000
[    0.439336] pci 0000:2d:00.0: reg 0x10: [io  0x3000-0x30ff]
[    0.439366] pci 0000:2d:00.0: reg 0x18: [mem 0x86204000-0x86204fff 64bit]
[    0.439384] pci 0000:2d:00.0: reg 0x20: [mem 0x86200000-0x86203fff 64bit]
[    0.439502] pci 0000:2d:00.0: supports D1 D2
[    0.439503] pci 0000:2d:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.439662] pci 0000:00:1d.0: PCI bridge to [bus 2d]
[    0.439665] pci 0000:00:1d.0:   bridge window [io  0x3000-0x3fff]
[    0.439667] pci 0000:00:1d.0:   bridge window [mem 0x86200000-0x862fffff]
[    0.443945] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.444034] ACPI: PCI: Interrupt link LNKB configured for IRQ 1
[    0.444121] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.444210] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.444297] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.444384] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.444471] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.444559] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.460500] acpi LNXPOWER:16: Turning OFF
[    0.460504] acpi LNXPOWER:09: Turning OFF
[    0.460507] acpi LNXPOWER:05: Turning OFF
[    0.460549] ACPI: EC: interrupt unblocked
[    0.460550] ACPI: EC: event unblocked
[    0.460576] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.460576] ACPI: EC: GPE=0x6e
[    0.460577] ACPI: \_SB_.PC00.LPCB.EC0_: Boot DSDT EC initialization complete
[    0.460579] ACPI: \_SB_.PC00.LPCB.EC0_: EC: Used to handle transactions and events
[    0.460636] iommu: Default domain type: Translated 
[    0.460734] SCSI subsystem initialized
[    0.460740] libata version 3.00 loaded.
[    0.460740] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.460740] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.460740] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.460740] pci 0000:00:02.0: vgaarb: no bridge control possible
[    0.460740] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.460740] vgaarb: loaded
[    0.460740] ACPI: bus type USB registered
[    0.460740] usbcore: registered new interface driver usbfs
[    0.460740] usbcore: registered new interface driver hub
[    0.460740] usbcore: registered new device driver usb
[    0.460740] pps_core: LinuxPPS API ver. 1 registered
[    0.460740] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.460740] PTP clock support registered
[    0.460740] EDAC MC: Ver: 3.0.0
[    0.460740] Registered efivars operations
[    0.460740] NetLabel: Initializing
[    0.460740] NetLabel:  domain hash size = 128
[    0.460740] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.460740] NetLabel:  unlabeled traffic allowed by default
[    0.460740] PCI: Using ACPI for IRQ routing
[    0.478692] PCI: pci_cache_line_size set to 64 bytes
[    0.478793] pci 0000:00:1f.5: can't claim BAR 0 [mem 0xfe010000-0xfe010fff]: no compatible bridge window
[    0.478885] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.478888] e820: reserve RAM buffer [mem 0x42420000-0x43ffffff]
[    0.478889] e820: reserve RAM buffer [mem 0x5e480018-0x5fffffff]
[    0.478890] e820: reserve RAM buffer [mem 0x5ee5f000-0x5fffffff]
[    0.478891] e820: reserve RAM buffer [mem 0x6223f000-0x63ffffff]
[    0.478892] e820: reserve RAM buffer [mem 0x64246000-0x67ffffff]
[    0.478893] e820: reserve RAM buffer [mem 0x67f00000-0x67ffffff]
[    0.478893] e820: reserve RAM buffer [mem 0x48b800000-0x48bffffff]
[    0.479668] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.479673] hpet0: 8 comparators, 64-bit 19.200000 MHz counter
[    0.481244] clocksource: Switched to clocksource tsc-early
[    0.486662] VFS: Disk quotas dquot_6.6.0
[    0.486676] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.486742] pnp: PnP ACPI init
[    0.486992] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.486995] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.486999] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.487043] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.487145] system 00:02: [io  0x1854-0x1857] has been reserved
[    0.487148] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.487213] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.487899] pnp 00:04: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.487916] system 00:04: [mem 0xfedc0000-0xfedc7fff] has been reserved
[    0.487918] system 00:04: [mem 0xfeda0000-0xfeda0fff] has been reserved
[    0.487920] system 00:04: [mem 0xfeda1000-0xfeda1fff] has been reserved
[    0.487921] system 00:04: [mem 0xfed20000-0xfed7ffff] could not be reserved
[    0.487922] system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.487923] system 00:04: [mem 0xfed45000-0xfed8ffff] could not be reserved
[    0.487924] system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.487926] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.490261] system 00:05: [io  0x1800-0x18fe] could not be reserved
[    0.490263] system 00:05: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.490265] system 00:05: [mem 0xfe04c000-0xfe04ffff] has been reserved
[    0.490266] system 00:05: [mem 0xfe050000-0xfe0affff] has been reserved
[    0.490267] system 00:05: [mem 0xfe0d0000-0xfe0fffff] has been reserved
[    0.490269] system 00:05: [mem 0xfe200000-0xfe7fffff] has been reserved
[    0.490270] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[    0.490271] system 00:05: [mem 0xfd000000-0xfd68ffff] has been reserved
[    0.490273] system 00:05: [mem 0xfd6c0000-0xfd6cffff] has been reserved
[    0.490274] system 00:05: [mem 0xfd6f0000-0xfdffffff] has been reserved
[    0.490276] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.490583] system 00:06: [io  0x2000-0x20fe] has been reserved
[    0.490585] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.490807] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.491156] pnp: PnP ACPI: found 8 devices
[    0.496421] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.496458] NET: Registered protocol family 2
[    0.496591] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.497796] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.497878] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.498028] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.498078] TCP: Hash tables configured (established 131072 bind 65536)
[    0.498143] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[    0.498200] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.498249] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.498299] NET: Registered protocol family 1
[    0.498303] NET: Registered protocol family 44
[    0.498307] pci 0000:00:07.0: bridge window [io  0x1000-0x0fff] to [bus 02-2c] add_size 1000
[    0.498316] pci 0000:00:02.0: BAR 9: assigned [mem 0x4020000000-0x40ffffffff 64bit pref]
[    0.498320] pci 0000:00:02.0: BAR 7: assigned [mem 0x4010000000-0x4016ffffff 64bit]
[    0.498322] pci 0000:00:07.0: BAR 13: assigned [io  0x6000-0x6fff]
[    0.498324] pci 0000:00:15.0: BAR 0: assigned [mem 0x4017000000-0x4017000fff 64bit]
[    0.498381] pci 0000:00:1f.5: BAR 0: assigned [mem 0x74800000-0x74800fff]
[    0.498392] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.498394] pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
[    0.498396] pci 0000:00:01.0:   bridge window [mem 0x85000000-0x860fffff]
[    0.498398] pci 0000:00:01.0:   bridge window [mem 0x6000000000-0x6201ffffff 64bit pref]
[    0.498401] pci 0000:00:07.0: PCI bridge to [bus 02-2c]
[    0.498402] pci 0000:00:07.0:   bridge window [io  0x6000-0x6fff]
[    0.498406] pci 0000:00:07.0:   bridge window [mem 0x78000000-0x841fffff]
[    0.498408] pci 0000:00:07.0:   bridge window [mem 0x6210000000-0x622bffffff 64bit pref]
[    0.498413] pci 0000:00:1d.0: PCI bridge to [bus 2d]
[    0.498420] pci 0000:00:1d.0:   bridge window [io  0x3000-0x3fff]
[    0.498423] pci 0000:00:1d.0:   bridge window [mem 0x86200000-0x862fffff]
[    0.498430] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.498431] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.498432] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.498433] pci_bus 0000:00: resource 7 [mem 0x000e0000-0x000e3fff window]
[    0.498434] pci_bus 0000:00: resource 8 [mem 0x000e4000-0x000e7fff window]
[    0.498434] pci_bus 0000:00: resource 9 [mem 0x000e8000-0x000ebfff window]
[    0.498435] pci_bus 0000:00: resource 10 [mem 0x000ec000-0x000effff window]
[    0.498436] pci_bus 0000:00: resource 11 [mem 0x000f0000-0x000fffff window]
[    0.498437] pci_bus 0000:00: resource 12 [mem 0x74800000-0xbfffffff window]
[    0.498438] pci_bus 0000:00: resource 13 [mem 0x4000000000-0x7fffffffff window]
[    0.498439] pci_bus 0000:01: resource 0 [io  0x4000-0x4fff]
[    0.498440] pci_bus 0000:01: resource 1 [mem 0x85000000-0x860fffff]
[    0.498441] pci_bus 0000:01: resource 2 [mem 0x6000000000-0x6201ffffff 64bit pref]
[    0.498441] pci_bus 0000:02: resource 0 [io  0x6000-0x6fff]
[    0.498442] pci_bus 0000:02: resource 1 [mem 0x78000000-0x841fffff]
[    0.498443] pci_bus 0000:02: resource 2 [mem 0x6210000000-0x622bffffff 64bit pref]
[    0.498444] pci_bus 0000:2d: resource 0 [io  0x3000-0x3fff]
[    0.498445] pci_bus 0000:2d: resource 1 [mem 0x86200000-0x862fffff]
[    0.498586] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.498948] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    0.498985] PCI: CLS 64 bytes, default 64
[    0.498990] DMAR: Intel-IOMMU force enabled due to platform opt in
[    0.498997] DMAR: No ATSR found
[    0.498997] DMAR: No SATC found
[    0.498998] DMAR: IOMMU feature fl1gp_support inconsistent
[    0.498999] DMAR: IOMMU feature pgsel_inv inconsistent
[    0.499000] DMAR: IOMMU feature nwfs inconsistent
[    0.499000] DMAR: IOMMU feature dit inconsistent
[    0.499001] DMAR: IOMMU feature sc_support inconsistent
[    0.499001] DMAR: IOMMU feature dev_iotlb_support inconsistent
[    0.499002] DMAR: dmar1: Using Queued invalidation
[    0.499005] DMAR: dmar0: Using Queued invalidation
[    0.499006] DMAR: dmar2: Using Queued invalidation
[    0.499040] Trying to unpack rootfs image as initramfs...
[    0.499327] pci 0000:00:00.0: Adding to iommu group 0
[    0.499356] pci 0000:00:01.0: Adding to iommu group 1
[    0.499376] pci 0000:00:02.0: Adding to iommu group 2
[    0.499398] pci 0000:00:04.0: Adding to iommu group 3
[    0.499425] pci 0000:00:06.0: Adding to iommu group 4
[    0.499454] pci 0000:00:07.0: Adding to iommu group 5
[    0.499458] pci 0000:00:08.0: Adding to iommu group 6
[    0.499462] pci 0000:00:0a.0: Adding to iommu group 7
[    0.499470] pci 0000:00:0d.0: Adding to iommu group 8
[    0.499475] pci 0000:00:0d.2: Adding to iommu group 8
[    0.499479] pci 0000:00:0e.0: Adding to iommu group 9
[    0.499487] pci 0000:00:14.0: Adding to iommu group 10
[    0.499492] pci 0000:00:14.2: Adding to iommu group 10
[    0.499497] pci 0000:00:14.3: Adding to iommu group 11
[    0.499503] pci 0000:00:15.0: Adding to iommu group 12
[    0.499509] pci 0000:00:16.0: Adding to iommu group 13
[    0.499523] pci 0000:00:1d.0: Adding to iommu group 14
[    0.499534] pci 0000:00:1f.0: Adding to iommu group 15
[    0.499539] pci 0000:00:1f.3: Adding to iommu group 15
[    0.499543] pci 0000:00:1f.4: Adding to iommu group 15
[    0.499548] pci 0000:00:1f.5: Adding to iommu group 15
[    0.499567] pci 0000:01:00.0: Adding to iommu group 16
[    0.499580] pci 0000:01:00.1: Adding to iommu group 16
[    0.499593] pci 0000:2d:00.0: Adding to iommu group 17
[    0.499738] DMAR: Intel(R) Virtualization Technology for Directed I/O
[    0.499739] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.499739] software IO TLB: mapped [mem 0x0000000056416000-0x000000005a416000] (64MB)
[    0.499819] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2135f7c97c8, max_idle_ns: 440795273205 ns
[    0.499974] clocksource: Switched to clocksource tsc
[    0.501182] Initialise system trusted keyrings
[    0.501195] Key type blacklist registered
[    0.501231] workingset: timestamp_bits=41 max_order=22 bucket_order=0
[    0.501889] zbud: loaded
[    0.509062] Key type asymmetric registered
[    0.509063] Asymmetric key parser 'x509' registered
[    0.509067] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    0.509092] io scheduler mq-deadline registered
[    0.509092] io scheduler kyber registered
[    0.509109] io scheduler bfq registered
[    0.511180] pcieport 0000:00:01.0: PME: Signaling with IRQ 123
[    0.511199] pcieport 0000:00:01.0: pciehp: Slot #1 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.511404] pcieport 0000:00:07.0: PME: Signaling with IRQ 124
[    0.511418] pcieport 0000:00:07.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.511627] pcieport 0000:00:1d.0: PME: Signaling with IRQ 125
[    0.511707] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.511724] efifb: probing for efifb
[    0.511734] efifb: showing boot graphics
[    0.512854] efifb: framebuffer at 0x4000000000, using 8100k, total 8100k
[    0.512855] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    0.512856] efifb: scrolling: redraw
[    0.512856] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.512882] fbcon: Deferring console take-over
[    0.512883] fb0: EFI VGA frame buffer device
[    0.513056] Monitor-Mwait will be used to enter C-1 state
[    0.513058] Monitor-Mwait will be used to enter C-2 state
[    0.513060] Monitor-Mwait will be used to enter C-3 state
[    0.513061] ACPI: \_SB_.PR00: Found 3 idle states
[    0.513734] ACPI: AC: AC Adapter [ACAD] (off-line)
[    0.513774] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    0.513793] ACPI: button: Sleep Button [SLPB]
[    0.513818] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.513829] ACPI: button: Power Button [PWRB]
[    0.513849] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
[    0.514208] ACPI: button: Lid Switch [LID0]
[    0.514550] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 2003
[    0.516457] thermal LNXTHERM:00: registered as thermal_zone0
[    0.516458] ACPI: thermal: Thermal Zone [THRM] (60 C)
[    0.516624] ACPI: \_TZ_.TZ00: Invalid passive threshold
[    0.516803] thermal LNXTHERM:01: registered as thermal_zone1
[    0.516803] ACPI: thermal: Thermal Zone [TZ00] (28 C)
[    0.517018] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.517747] ACPI: battery: Slot [BAT1] (battery present)
[    0.518164] Non-volatile memory driver v1.3
[    0.518165] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    0.518165] AMD-Vi: AMD IOMMUv2 functionality not available on this system
[    0.519851] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.519856] ehci-pci: EHCI PCI platform driver
[    0.519861] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.519863] ohci-pci: OHCI PCI platform driver
[    0.519872] uhci_hcd: USB Universal Host Controller Interface driver
[    0.519891] usbcore: registered new interface driver usbserial_generic
[    0.519894] usbserial: USB Serial support registered for generic
[    0.519962] rtc_cmos 00:01: RTC can wake from S4
[    0.520776] rtc_cmos 00:01: registered as rtc0
[    0.521052] rtc_cmos 00:01: setting system clock to 2021-07-25T19:05:39 UTC (1627239939)
[    0.521060] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram
[    0.521847] intel_pstate: Intel P-state driver initializing
[    0.523387] intel_pstate: HWP enabled
[    0.523885] ledtrig-cpu: registered to indicate activity on CPUs
[    0.524104] hid: raw HID events driver (C) Jiri Kosina
[    0.524152] ashmem: initialized
[    0.524241] intel_pmc_core INT33A1:00:  initialized
[    0.524325] drop_monitor: Initializing network drop monitor service
[    0.524366] Initializing XFRM netlink socket
[    0.524420] NET: Registered protocol family 10
[    0.569403] Freeing initrd memory: 55852K
[    0.573682] Segment Routing with IPv6
[    0.573684] RPL Segment Routing with IPv6
[    0.573708] NET: Registered protocol family 17
[    0.576480] microcode: sig=0x806d1, pf=0x2, revision=0x2c
[    0.577305] microcode: Microcode Update Driver: v2.2.
[    0.578515] resctrl: L2 allocation detected
[    0.578518] resctrl: L2DATA allocation detected
[    0.578520] resctrl: L2CODE allocation detected
[    0.578524] IPI shorthand broadcast: enabled
[    0.578532] sched_clock: Marking stable (573904385, 4590460)->(592565528, -14070683)
[    0.578963] registered taskstats version 1
[    0.578970] Loading compiled-in X.509 certificates
[    0.581276] Loaded X.509 cert 'Build time autogenerated kernel key: 7a03a52b7182ca6897597e34a7bea3c782ecc2e7'
[    0.582001] zswap: loaded using pool lz4/z3fold
[    0.582591] Key type ._fscrypt registered
[    0.582593] Key type .fscrypt registered
[    0.582594] Key type fscrypt-provisioning registered
[    0.583009] PM:   Magic number: 13:414:92
[    0.583067]  container: hash matches
[    0.583285] RAS: Correctable Errors collector initialized.
[    0.586168] Freeing unused decrypted memory: 2036K
[    0.586537] Freeing unused kernel image (initmem) memory: 1824K
[    0.602322] Write protecting the kernel read-only data: 28672k
[    0.603197] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    0.603593] Freeing unused kernel image (rodata/data gap) memory: 1208K
[    0.609765] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.609767] rodata_test: all tests were successful
[    0.609770] Run /init as init process
[    0.609770]   with arguments:
[    0.609771]     /init
[    0.609772]     #quiet
[    0.609772]   with environment:
[    0.609772]     HOME=/
[    0.609773]     TERM=linux
[    0.627446] fbcon: Taking over console
[    0.627495] Console: switching to colour frame buffer device 240x67
[    0.645603] vmd 0000:00:0e.0: PCI host bridge to bus 10000:e0
[    0.645605] pci_bus 10000:e0: root bus resource [bus e0-ff]
[    0.645606] pci_bus 10000:e0: root bus resource [mem 0x76000000-0x77ffffff]
[    0.645607] pci_bus 10000:e0: root bus resource [mem 0x622f102000-0x622f1fffff 64bit]
[    0.645637] pci 10000:e0:06.0: [8086:9a0f] type 01 class 0x060400
[    0.645692] pci 10000:e0:06.0: PME# supported from D0 D3hot D3cold
[    0.645717] pci 10000:e0:06.0: PTM enabled (root), 4ns granularity
[    0.645752] pci 10000:e0:06.0: Adding to iommu group 9
[    0.645770] pci 10000:e0:06.0: Primary bus is hard wired to 0
[    0.645816] pci 10000:e1:00.0: [1c5c:174a] type 00 class 0x010802
[    0.645834] pci 10000:e1:00.0: reg 0x10: [mem 0x76000000-0x76003fff 64bit]
[    0.645843] pci 10000:e1:00.0: reg 0x18: [mem 0x00000000-0x00000fff]
[    0.645851] pci 10000:e1:00.0: reg 0x1c: [mem 0x00000000-0x00000fff]
[    0.645989] pci 10000:e1:00.0: Adding to iommu group 9
[    0.646013] pci 10000:e0:06.0: PCI bridge to [bus e1]
[    0.646014] pci 10000:e0:06.0:   bridge window [io  0x0000-0x0fff]
[    0.646016] pci 10000:e0:06.0:   bridge window [mem 0x76000000-0x760fffff]
[    0.646019] pci 10000:e0:06.0: Primary bus is hard wired to 0
[    0.646024] pci 10000:e0:06.0: BAR 14: assigned [mem 0x76000000-0x760fffff]
[    0.646025] pci 10000:e0:06.0: BAR 13: no space for [io  size 0x1000]
[    0.646027] pci 10000:e0:06.0: BAR 13: failed to assign [io  size 0x1000]
[    0.646028] pci 10000:e1:00.0: BAR 0: assigned [mem 0x76000000-0x76003fff 64bit]
[    0.646037] pci 10000:e1:00.0: BAR 2: assigned [mem 0x76004000-0x76004fff]
[    0.646040] pci 10000:e1:00.0: BAR 3: assigned [mem 0x76005000-0x76005fff]
[    0.646043] pci 10000:e0:06.0: PCI bridge to [bus e1]
[    0.646045] pci 10000:e0:06.0:   bridge window [mem 0x76000000-0x760fffff]
[    0.646056] pcieport 10000:e0:06.0: can't derive routing for PCI INT D
[    0.646057] pcieport 10000:e0:06.0: PCI INT D: no GSI
[    0.646087] pcieport 10000:e0:06.0: PME: Signaling with IRQ 145
[    0.646316] pcieport 10000:e0:06.0: AER: enabled with IRQ 145
[    0.646489] pcieport 10000:e0:06.0: DPC: enabled with IRQ 145
[    0.646491] pcieport 10000:e0:06.0: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
[    0.646730] nvme nvme0: pci function 10000:e1:00.0
[    0.646739] pcieport 10000:e0:06.0: can't derive routing for PCI INT A
[    0.646741] vmd 0000:00:0e.0: Bound to PCI domain 10000
[    0.646741] nvme 10000:e1:00.0: PCI INT A: not connected
[    0.724748] nvme nvme0: 16/0/0 default/read/poll queues
[    0.738918]  nvme0n1: p1 p2 p3 p4 p5
[    0.794348] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    0.794353] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    0.795405] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.801692] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[    0.801700] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1
[    0.802778] xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000000009810
[    0.802925] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.13
[    0.802927] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.802928] usb usb1: Product: xHCI Host Controller
[    0.802930] usb usb1: Manufacturer: Linux 5.13.4-zen2-1-zen xhci-hcd
[    0.802931] usb usb1: SerialNumber: 0000:00:0d.0
[    0.803043] hub 1-0:1.0: USB hub found
[    0.803050] hub 1-0:1.0: 1 port detected
[    0.803227] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[    0.803230] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2
[    0.803232] xhci_hcd 0000:00:0d.0: Host supports USB 3.1 Enhanced SuperSpeed
[    0.803261] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.13
[    0.803263] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.803264] usb usb2: Product: xHCI Host Controller
[    0.803265] usb usb2: Manufacturer: Linux 5.13.4-zen2-1-zen xhci-hcd
[    0.803265] usb usb2: SerialNumber: 0000:00:0d.0
[    0.803398] hub 2-0:1.0: USB hub found
[    0.803407] hub 2-0:1.0: 4 ports detected
[    0.804133] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.804135] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    0.805232] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000000009810
[    0.805492] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.13
[    0.805495] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.805498] usb usb3: Product: xHCI Host Controller
[    0.805500] usb usb3: Manufacturer: Linux 5.13.4-zen2-1-zen xhci-hcd
[    0.805502] usb usb3: SerialNumber: 0000:00:14.0
[    0.805645] hub 3-0:1.0: USB hub found
[    0.805670] hub 3-0:1.0: 16 ports detected
[    0.807647] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.807651] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    0.807653] xhci_hcd 0000:00:14.0: Host supports USB 3.2 Enhanced SuperSpeed
[    0.807681] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.13
[    0.807683] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.807684] usb usb4: Product: xHCI Host Controller
[    0.807685] usb usb4: Manufacturer: Linux 5.13.4-zen2-1-zen xhci-hcd
[    0.807685] usb usb4: SerialNumber: 0000:00:14.0
[    0.807751] hub 4-0:1.0: USB hub found
[    0.807767] hub 4-0:1.0: 8 ports detected
[    0.808330] usb: port power management may be unreliable
[    0.825849] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    0.832320] random: fast init done
[    0.883816] EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    0.951759] random: crng init done
[    0.951773] systemd[1]: Successfully credited entropy passed from boot loader.
[    0.952672] systemd[1]: systemd 249.1-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[    0.952763] systemd[1]: Detected architecture x86-64.
[    0.953636] systemd[1]: Hostname set to <sparkle>.
[    1.005233] usb 4-2: new SuperSpeed USB device number 2 using xhci_hcd
[    1.019313] systemd[1]: Queued start job for default target Graphical Interface.
[    1.020199] usb 4-2: New USB device found, idVendor=0bc2, idProduct=ab10, bcdDevice= 9.38
[    1.020207] usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.020211] usb 4-2: Product: Slim
[    1.020215] usb 4-2: Manufacturer: Seagate 
[    1.020218] usb 4-2: SerialNumber: 2HC015KJ
[    1.020292] systemd[1]: Created slice Slice /system/getty.
[    1.020466] systemd[1]: Created slice Slice /system/modprobe.
[    1.020678] systemd[1]: Created slice Slice /system/systemd-fsck.
[    1.020798] systemd[1]: Created slice User and Session Slice.
[    1.020854] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    1.020901] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    1.021007] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    1.021063] systemd[1]: Reached target Local Encrypted Volumes.
[    1.021092] systemd[1]: Reached target Login Prompts.
[    1.021121] systemd[1]: Reached target Path Units.
[    1.021150] systemd[1]: Reached target Remote File Systems.
[    1.021174] systemd[1]: Reached target Slice Units.
[    1.021213] systemd[1]: Reached target Swaps.
[    1.021246] systemd[1]: Reached target Local Verity Integrity Protected Volumes.
[    1.021302] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    1.021443] systemd[1]: Listening on LVM2 poll daemon socket.
[    1.022035] systemd[1]: Listening on Process Core Dump Socket.
[    1.022118] systemd[1]: Listening on Journal Audit Socket.
[    1.022181] systemd[1]: Listening on Journal Socket (/dev/log).
[    1.022266] systemd[1]: Listening on Journal Socket.
[    1.022334] systemd[1]: Listening on udev Control Socket.
[    1.022390] systemd[1]: Listening on udev Kernel Socket.
[    1.022762] systemd[1]: Mounting Huge Pages File System...
[    1.023147] systemd[1]: Mounting POSIX Message Queue File System...
[    1.023585] systemd[1]: Mounting Kernel Debug File System...
[    1.024070] systemd[1]: Mounting Kernel Trace File System...
[    1.024851] systemd[1]: Mounting Temporary Directory /tmp...
[    1.025587] systemd[1]: Starting Create List of Static Device Nodes...
[    1.026182] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    1.026657] systemd[1]: Starting Load Kernel Module configfs...
[    1.027188] systemd[1]: Starting Load Kernel Module drm...
[    1.027686] systemd[1]: Starting Load Kernel Module fuse...
[    1.028370] systemd[1]: Starting Set Up Additional Binary Formats...
[    1.028437] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    1.029978] systemd[1]: Starting Journal Service...
[    1.029986] Linux agpgart interface v0.103
[    1.030915] systemd[1]: Starting Load Kernel Modules...
[    1.031527] systemd[1]: Starting Remount Root and Kernel File Systems...
[    1.031637] systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
[    1.032226] systemd[1]: Starting Coldplug All udev Devices...
[    1.033556] fuse: init (API version 7.34)
[    1.033586] systemd[1]: Mounted Huge Pages File System.
[    1.033696] systemd[1]: Mounted POSIX Message Queue File System.
[    1.033779] systemd[1]: Mounted Kernel Debug File System.
[    1.033860] systemd[1]: Mounted Kernel Trace File System.
[    1.033933] systemd[1]: Mounted Temporary Directory /tmp.
[    1.034129] systemd[1]: Finished Create List of Static Device Nodes.
[    1.034377] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    1.034497] systemd[1]: Finished Load Kernel Module configfs.
[    1.034677] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    1.034796] systemd[1]: Finished Load Kernel Module fuse.
[    1.034911] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 304 (systemd-binfmt)
[    1.035436] systemd[1]: Mounting Arbitrary Executable File Formats File System...
[    1.036095] EXT4-fs (nvme0n1p2): re-mounted. Opts: discard. Quota mode: none.
[    1.036213] systemd[1]: Mounting FUSE Control File System...
[    1.036850] systemd[1]: Mounting Kernel Configuration File System...
[    1.037889] systemd[1]: Finished Load Kernel Modules.
[    1.037961] audit: type=1130 audit(1627239940.016:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.038444] systemd[1]: Finished Remount Root and Kernel File Systems.
[    1.038504] audit: type=1130 audit(1627239940.017:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.038559] systemd[1]: Mounted Arbitrary Executable File Formats File System.
[    1.038658] systemd[1]: Mounted FUSE Control File System.
[    1.038731] systemd[1]: Mounted Kernel Configuration File System.
[    1.038825] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[    1.039045] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    1.039590] systemd[1]: Starting Load/Save Random Seed...
[    1.040169] systemd[1]: Starting Apply Kernel Variables...
[    1.040756] systemd[1]: Starting Create System Users...
[    1.041889] systemd[1]: Finished Set Up Additional Binary Formats.
[    1.042927] audit: type=1130 audit(1627239940.021:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-binfmt comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.043795] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    1.043939] systemd[1]: Finished Load Kernel Module drm.
[    1.044766] audit: type=1130 audit(1627239940.023:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.044774] audit: type=1131 audit(1627239940.023:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.045347] systemd[1]: Finished Apply Kernel Variables.
[    1.046155] audit: type=1130 audit(1627239940.024:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.061209] systemd[1]: Started Journal Service.
[    1.062488] audit: type=1130 audit(1627239940.041:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.066681] systemd-journald[305]: Received client request to flush runtime journal.
[    1.086864] audit: type=1130 audit(1627239940.065:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.118684] audit: type=1130 audit(1627239940.097:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.131316] usb 3-3: new full-speed USB device number 2 using xhci_hcd
[    1.179075] usbcore: registered new interface driver usb-storage
[    1.183363] scsi host0: uas
[    1.183499] usbcore: registered new interface driver uas
[    1.184565] scsi 0:0:0:0: Direct-Access     Seagate  Slim             0938 PQ: 0 ANSI: 6
[    1.188973] input: Asus Wireless Radio Control as /devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input4
[    1.191853] ACPI Warning: \_SB.IETM._TRT: Found unexpected NULL package element (20210331/nsrepair-186)
[    1.191860] ACPI Warning: \_SB.IETM._TRT: Expected return object of type Reference (20210331/nspredef-249)
[    1.191889] _TRT package 0 is invalid, ignored
[    1.191891] _TRT package 1 is invalid, ignored
[    1.193268] input: Intel HID events as /devices/platform/INTC1051:00/input/input5
[    1.193362] intel-hid INTC1051:00: platform supports 5 button array
[    1.193388] input: Intel HID 5 button array as /devices/platform/INTC1051:00/input/input6
[    1.205132] sd 0:0:0:0: [sda] 1953525167 512-byte logical blocks: (1.00 TB/932 GiB)
[    1.205544] sd 0:0:0:0: [sda] Write Protect is off
[    1.205548] sd 0:0:0:0: [sda] Mode Sense: 2b 00 10 08
[    1.206370] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
[    1.251820] intel-pmt 0000:00:0a.0: Watcher not supported
[    1.251825] intel-pmt 0000:00:0a.0: Crashlog not supported
[    1.255961] thunderbolt 0000:00:0d.2: enabling device (0000 -> 0002)
[    1.257493] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    1.257570] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    1.259353] usb 3-3: New USB device found, idVendor=258a, idProduct=1007, bcdDevice= 1.01
[    1.259357] usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.259359] usb 3-3: Product: Wired Gaming Mouse
[    1.259360] usb 3-3: Manufacturer: SINOWEALTH
[    1.259939] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    1.264658] Alternate GPT is invalid, using primary GPT.
[    1.264663]  sda: sda1
[    1.272201] intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
[    1.272557] idma64 idma64.0: Found Intel integrated DMA 64-bit
[    1.280871] tigerlake-pinctrl INT34C6:00: pin 226 cannot be used as IRQ
[    1.280876] genirq: Setting trigger mode 8 for irq 182 failed (intel_gpio_irq_type+0x0/0x210)
[    1.282454] tigerlake-pinctrl INT34C6:00: pin 226 cannot be used as IRQ
[    1.282457] genirq: Setting trigger mode 8 for irq 182 failed (intel_gpio_irq_type+0x0/0x210)
[    1.282472] i2c_hid_acpi i2c-ELAN1203:00: Could not register for ELAN1203:00 interrupt, irq = 182, ret = -1
[    1.282562] i2c_hid_acpi: probe of i2c-ELAN1203:00 failed with error -1
[    1.286868] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    1.286985] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    1.287725] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
[    1.287739] input: PC Speaker as /devices/platform/pcspkr/input/input7
[    1.289360] r8169 0000:2d:00.0: can't disable ASPM; OS doesn't have ASPM control
[    1.292523] proc_thermal 0000:00:04.0: Creating sysfs group for PROC_THERMAL_PCI
[    1.292568] intel_rapl_common: Found RAPL domain package
[    1.296810] i2c i2c-1: 2/4 memory slots populated (from DMI)
[    1.297465] i2c i2c-1: Successfully instantiated SPD at 0x50
[    1.298354] libphy: r8169: probed
[    1.298459] i2c i2c-1: Successfully instantiated SPD at 0x52
[    1.298596] r8169 0000:2d:00.0 eth0: RTL8168h/8111h, 7c:10:c9:91:28:52, XID 541, IRQ 183
[    1.298598] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.298602] r8169 0000:2d:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    1.304055] resource sanity check: requesting [mem 0xfedc0000-0xfedcdfff], which spans more than pnp 00:04 [mem 0xfedc0000-0xfedc7fff]
[    1.304060] caller tgl_uncore_imc_freerunning_init_box+0xba/0x100 [intel_uncore] mapping multiple BARs
[    1.319515] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    1.322291] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    1.322692] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    1.322695] cfg80211: failed to load regulatory.db
[    1.341555] cryptd: max_cpu_qlen set to 1000
[    1.344390] intel-spi 0000:00:1f.5: unrecognized JEDEC id bytes: c2 75 18 c2 75 18
[    1.344395] intel-spi 0000:00:1f.5: failed to locate the chip
[    1.344408] intel-spi: probe of 0000:00:1f.5 failed with error -2
[    1.375200] usb 3-7: new high-speed USB device number 3 using xhci_hcd
[    1.390295] AVX2 version of gcm_enc/dec engaged.
[    1.390400] AES CTR mode by8 optimization enabled
[    1.401520] EXT4-fs (nvme0n1p3): mounted filesystem with ordered data mode. Opts: discard. Quota mode: none.
[    1.416178] Intel(R) Wireless WiFi driver for Linux
[    1.416360] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
[    1.439234] iwlwifi 0000:00:14.3: api flags index 2 larger than supported by driver
[    1.439250] iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
[    1.439647] iwlwifi 0000:00:14.3: loaded firmware version 63.c04f3485.0 QuZ-a0-hr-b0-63.ucode op_mode iwlmvm
[    1.446720] i915 0000:00:02.0: [drm] VT-d active for gfx access
[    1.446727] checking generic (4000000000 7e9000) vs hw (622e000000 1000000)
[    1.446730] checking generic (4000000000 7e9000) vs hw (4000000000 10000000)
[    1.446731] fb0: switching to inteldrmfb from EFI VGA
[    1.446813] Console: switching to colour dummy device 80x25
[    1.446857] i915 0000:00:02.0: vgaarb: deactivate vga console
[    1.447747] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[    1.448050] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[    1.448392] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[    1.448669] snd_hda_intel 0000:01:00.1: Disabling MSI
[    1.448678] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[    1.452261] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[    1.455753] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/tgl_dmc_ver2_08.bin (v2.8)
[    1.511854] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input8
[    1.511911] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input9
[    1.511962] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input10
[    1.512021] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input11
[    1.512081] input: HDA NVidia HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input12
[    1.522405] r8169 0000:2d:00.0 enp45s0: renamed from eth0
[    1.523063] usb 3-7: New USB device found, idVendor=322e, idProduct=202c, bcdDevice= 1.03
[    1.523073] usb 3-7: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[    1.523079] usb 3-7: Product: USB2.0 HD UVC WebCam
[    1.523082] usb 3-7: Manufacturer: Sonix Technology Co., Ltd.
[    1.525647] intel_rapl_common: Found RAPL domain package
[    1.525649] intel_rapl_common: Found RAPL domain core
[    1.525651] intel_rapl_common: Found RAPL domain uncore
[    1.525652] intel_rapl_common: Found RAPL domain psys
[    1.526218] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
[    1.526462] iTCO_vendor_support: vendor-support=0
[    1.528074] ee1004 1-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
[    1.530609] ee1004 1-0052: 512 byte EE1004-compliant SPD EEPROM, read-only
[    1.562724] asus_wmi: ASUS WMI generic driver loaded
[    1.571794] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
[    1.571906] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    1.581875] asus_wmi: Initialization: 0x1
[    1.582445] asus_wmi: SFUN value: 0x21
[    1.582451] asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
[    1.582455] asus-nb-wmi asus-nb-wmi: Detected ATK, enable event queue
[    1.590509] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input13
[    1.602000] ACPI: battery: new extension: ASUS Battery Extension
[    1.602821] iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6 AX201 160MHz, REV=0x354
[    1.614494] thermal thermal_zone6: failed to read out thermal zone (-61)
[    1.640198] usb 3-14: new full-speed USB device number 4 using xhci_hcd
[    1.648868] intel_tcc_cooling: Programmable TCC Offset detected
[    1.671521] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[    1.672247] ACPI: video: Video Device [PEGP] (multi-head: no  rom: yes  post: no)
[    1.672302] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input14
[    1.673974] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    1.674331] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input15
[    1.674443] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    1.676257] fbcon: i915drmfb (fb0) is primary device
[    1.680354] Console: switching to colour frame buffer device 240x67
[    1.688549] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    1.716159] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC256: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    1.716165] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    1.716167] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    1.716168] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    1.716169] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    1.716170] snd_hda_codec_realtek hdaudioC0D0:      Headset Mic=0x19
[    1.716171] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[    1.768221] Generic FE-GE Realtek PHY r8169-2d00:00: attached PHY driver (mii_bus:phy_addr=r8169-2d00:00, irq=MAC)
[    1.769590] usb 3-14: New USB device found, idVendor=8087, idProduct=0026, bcdDevice= 0.02
[    1.769601] usb 3-14: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.773092] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
[    1.773123] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
[    1.773149] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
[    1.773172] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
[    1.773201] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20
[    1.773227] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input21
[    1.773250] input: HDA Intel PCH HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input22
[    1.773277] input: HDA Intel PCH HDMI/DP,pcm=12 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input23
[    1.773298] input: HDA Intel PCH HDMI/DP,pcm=13 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input24
[    1.773320] input: HDA Intel PCH HDMI/DP,pcm=14 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input25
[    1.773342] input: HDA Intel PCH HDMI/DP,pcm=15 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input26
[    1.773369] input: HDA Intel PCH HDMI/DP,pcm=16 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input27
[    1.773392] input: HDA Intel PCH HDMI/DP,pcm=17 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input28
[    1.789101] iwlwifi 0000:00:14.3: base HW address: f8:5e:a0:1c:50:fc
[    1.879327] r8169 0000:2d:00.0 enp45s0: Link is Down
[    1.881528] iwlwifi 0000:00:14.3 wlo1: renamed from wlan0
[    1.902144] mc: Linux media interface: v0.10
[    1.903246] input: SINOWEALTH Wired Gaming Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0/0003:258A:1007.0001/input/input29
[    1.903302] hid-generic 0003:258A:1007.0001: input,hidraw0: USB HID v1.11 Mouse [SINOWEALTH Wired Gaming Mouse] on usb-0000:00:14.0-3/input0
[    1.905562] input: SINOWEALTH Wired Gaming Mouse Keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.1/0003:258A:1007.0002/input/input30
[    1.926254] videodev: Linux video capture interface: v2.00
[    1.930269] Bluetooth: Core ver 2.22
[    1.930291] NET: Registered protocol family 31
[    1.930292] Bluetooth: HCI device and connection manager initialized
[    1.930298] Bluetooth: HCI socket layer initialized
[    1.930299] Bluetooth: L2CAP socket layer initialized
[    1.930301] Bluetooth: SCO socket layer initialized
[    1.957329] hid-generic 0003:258A:1007.0002: input,hiddev96,hidraw1: USB HID v1.11 Keyboard [SINOWEALTH Wired Gaming Mouse] on usb-0000:00:14.0-3/input1
[    1.957364] usbcore: registered new interface driver usbhid
[    1.957365] usbhid: USB HID core driver
[    1.977697] mousedev: PS/2 mouse device common for all mice
[    1.977726] usbcore: registered new interface driver btusb
[    1.978479] Bluetooth: hci0: Bootloader revision 0.4 build 0 week 30 2018
[    1.979463] usb 3-7: Found UVC 1.00 device USB2.0 HD UVC WebCam (322e:202c)
[    1.979484] Bluetooth: hci0: Device revision is 2
[    1.979485] Bluetooth: hci0: Secure boot is enabled
[    1.979486] Bluetooth: hci0: OTP lock is enabled
[    1.979487] Bluetooth: hci0: API lock is enabled
[    1.979487] Bluetooth: hci0: Debug lock is disabled
[    1.979488] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[    1.980366] Bluetooth: hci0: Found device firmware: intel/ibt-19-0-4.sfi
[    1.987070] input: USB2.0 HD UVC WebCam: USB2.0 HD as /devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/input/input32
[    1.987118] usbcore: registered new interface driver uvcvideo
[    3.586544] Bluetooth: hci0: Waiting for firmware download to complete
[    3.587459] Bluetooth: hci0: Firmware loaded in 1569424 usecs
[    3.587514] Bluetooth: hci0: Waiting for device to boot
[    3.602465] Bluetooth: hci0: Device booted in 14624 usecs
[    3.602773] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-19-0-4.ddc
[    3.604602] Bluetooth: hci0: Applying Intel DDC parameters completed
[    3.607568] Bluetooth: hci0: Firmware revision 0.0 build 191 week 21 2021
[    3.667469] Bluetooth: hci0: MSFT filter_enable is already on
[    6.987777] kauditd_printk_skb: 57 callbacks suppressed
[    6.987783] audit: type=1131 audit(1627239945.966:64): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    8.215476] audit: type=1100 audit(1627239947.194:65): pid=646 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="andy3153" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[    8.216663] audit: type=1101 audit(1627239947.195:66): pid=646 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="andy3153" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[    8.217010] audit: type=1103 audit(1627239947.195:67): pid=646 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="andy3153" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[    8.217114] audit: type=1006 audit(1627239947.195:68): pid=646 uid=0 old-auid=4294967295 auid=3153 tty=(none) old-ses=4294967295 ses=2 res=1
[    8.217122] audit: type=1300 audit(1627239947.195:68): arch=c000003e syscall=1 success=yes exit=4 a0=8 a1=7ffc97b27a60 a2=4 a3=c51 items=0 ppid=507 pid=646 auid=3153 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="sddm-helper" exe="/usr/lib/sddm/sddm-helper" key=(null)
[    8.217132] audit: type=1327 audit(1627239947.195:68): proctitle=2F7573722F6C69622F7364646D2F7364646D2D68656C706572002D2D736F636B6574002F746D702F7364646D2D6175746835306166623530322D366361322D343662352D386537382D366566656166396331656136002D2D69640031002D2D7374617274002F7573722F62696E2F7374617274706C61736D612D783131002D2D
[    8.231991] audit: type=1130 audit(1627239947.210:69): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@3153 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    8.237022] audit: type=1101 audit(1627239947.215:70): pid=648 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="andy3153" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    8.237055] audit: type=1103 audit(1627239947.215:71): pid=648 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="andy3153" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[   12.017402] kauditd_printk_skb: 13 callbacks suppressed
[   12.017404] audit: type=1131 audit(1627239950.996:81): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.618542] wlo1: authenticate with 74:da:88:a0:b4:37
[   12.623221] wlo1: send auth to 74:da:88:a0:b4:37 (try 1/3)
[   12.704028] wlo1: authenticated
[   12.705274] wlo1: associate with 74:da:88:a0:b4:37 (try 1/3)
[   12.707171] wlo1: RX AssocResp from 74:da:88:a0:b4:37 (capab=0x11 status=0 aid=2)
[   12.712541] wlo1: associated
[   12.777920] IPv6: ADDRCONF(NETDEV_CHANGE): wlo1: link becomes ready
[   12.810525] audit: type=1130 audit(1627239951.789:82): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   18.549678] audit: type=1131 audit(1627239957.528:83): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@972 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   18.554467] audit: type=1131 audit(1627239957.533:84): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@972 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   21.657609] audit: type=1130 audit(1627239960.636:85): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=cups comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   23.016569] audit: type=1131 audit(1627239961.995:86): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   31.760239] audit: type=1131 audit(1627239970.738:87): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   31.814437] audit: type=1334 audit(1627239970.793:88): prog-id=22 op=UNLOAD
[   31.814450] audit: type=1334 audit(1627239970.793:89): prog-id=21 op=UNLOAD
[   31.814452] audit: type=1334 audit(1627239970.793:90): prog-id=20 op=UNLOAD
[   39.259725] nvidia: loading out-of-tree module taints kernel.
[   39.259735] nvidia: module license 'NVIDIA' taints kernel.
[   39.259736] Disabling lock debugging due to kernel taint
[   39.269990] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[   39.279454] nvidia-nvlink: Nvlink Core is being initialized, major device number 509

[   39.279929] nvidia 0000:01:00.0: enabling device (0000 -> 0003)
[   39.280144] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
[   39.326466] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  470.57.02  Tue Jul 13 16:14:05 UTC 2021
[   39.701363] ACPI Warning: \_SB.PC00.PEG1.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20210331/nsarguments-61)
[   61.915297] audit: type=1701 audit(1627240000.894:91): auid=3153 uid=3153 gid=3153 ses=2 pid=817 comm="QSGRenderThread" exe="/usr/bin/latte-dock" sig=11 res=1
[   61.925847] audit: type=1334 audit(1627240000.904:92): prog-id=27 op=LOAD
[   61.926028] audit: type=1334 audit(1627240000.904:93): prog-id=28 op=LOAD
[   61.926201] audit: type=1334 audit(1627240000.905:94): prog-id=29 op=LOAD
[   61.926845] audit: type=1130 audit(1627240000.905:95): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-1455-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   62.563200] ucsi_acpi USBC000:00: PPM init failed (-110)
[   63.224451] audit: type=1131 audit(1627240002.203:96): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-1455-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   63.282467] audit: type=1334 audit(1627240002.261:97): prog-id=29 op=UNLOAD
[   63.282476] audit: type=1334 audit(1627240002.261:98): prog-id=28 op=UNLOAD
[   63.282480] audit: type=1334 audit(1627240002.261:99): prog-id=27 op=UNLOAD
[   74.741937] audit: type=1100 audit(1627240013.720:100): pid=1484 uid=3153 auid=3153 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="andy3153" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[   74.743834] audit: type=1101 audit(1627240013.722:101): pid=1484 uid=3153 auid=3153 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="andy3153" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[   74.744812] audit: type=1110 audit(1627240013.723:102): pid=1484 uid=3153 auid=3153 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[   74.747212] audit: type=1105 audit(1627240013.725:103): pid=1484 uid=3153 auid=3153 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'

Offline

#33 2021-07-29 12:28:55

Andy3153
Member
Registered: 2018-12-24
Posts: 89

Re: [SOLVED] In need of help with hybrid graphics

I don't really know what to look after to say if it's better or not

Offline

#34 2021-07-29 13:20:24

seth
Member
Registered: 2012-09-03
Posts: 51,739

Re: [SOLVED] In need of help with hybrid graphics

THe first NVRM occurrence.

[   39.279929] nvidia 0000:01:00.0: enabling device (0000 -> 0003)
[   39.280144] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
[   39.326466] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  470.57.02  Tue Jul 13 16:14:05 UTC 2021

Still late… but I'm running out of ideas as for "why". The chip is obviously there immediately w/ the installation iso.
You could remove nvidia and see when it shows up w/ the nouveau driver on the installed system

Offline

#35 2021-07-29 20:53:12

Andy3153
Member
Registered: 2018-12-24
Posts: 89

Re: [SOLVED] In need of help with hybrid graphics

seth wrote:

You could remove nvidia and see when it shows up w/ the nouveau driver on the installed system

So, I removed the package, removed any nvidia thing from mkinitcpio and kernel parameters and I rebuilt the image. Now I really don't know what word should I search for

[    0.000000] Linux version 5.13.4-zen2-1-zen (linux-zen@archlinux) (gcc (GCC) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #1 ZEN SMP PREEMPT Thu, 22 Jul 2021 20:08:57 +0000
[    0.000000] Command line: initrd=\intel-ucode.img initrd=\initramfs-linux-zen.img sysrq_always_enabled=1 root=PARTLABEL=Arch rw #quiet loglevel=0 #nvidia-drm.modeset=1
[    0.000000] x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[5]:  832, xstate_sizes[5]:   64
[    0.000000] x86/fpu: xstate_offset[6]:  896, xstate_sizes[6]:  512
[    0.000000] x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
[    0.000000] x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]:    8
[    0.000000] x86/fpu: Enabled xstate features 0x2e7, context size is 2440 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000004241ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000042420000-0x0000000042420fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000042421000-0x0000000064245fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000064246000-0x0000000067345fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000067346000-0x0000000067411fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000067412000-0x0000000067554fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000067555000-0x0000000067efefff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000067eff000-0x0000000067efffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000067f00000-0x000000006dffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006e400000-0x000000006e5fffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006f000000-0x00000000747fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000048b7fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0x5e491018-0x5e4a0e57] usable ==> usable
[    0.000000] e820: update [mem 0x5e491018-0x5e4a0e57] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009f000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000004241ffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000042420000-0x0000000042420fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000042421000-0x000000005e491017] usable
[    0.000000] reserve setup_data: [mem 0x000000005e491018-0x000000005e4a0e57] usable
[    0.000000] reserve setup_data: [mem 0x000000005e4a0e58-0x0000000064245fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000064246000-0x0000000067345fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000067346000-0x0000000067411fff] ACPI data
[    0.000000] reserve setup_data: [mem 0x0000000067412000-0x0000000067554fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000067555000-0x0000000067efefff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000067eff000-0x0000000067efffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000067f00000-0x000000006dffffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000006e400000-0x000000006e5fffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000006f000000-0x00000000747fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000048b7fffff] usable
[    0.000000] efi: EFI v2.70 by American Megatrends
[    0.000000] efi: ACPI=0x67411000 ACPI 2.0=0x67411014 TPMFinalLog=0x674a2000 SMBIOS=0x67ca5000 SMBIOS 3.0=0x67ca4000 MEMATTR=0x5dac2298 ESRT=0x6223f018 RNG=0x67c80b18 TPMEventLog=0x5e4a1018 
[    0.000000] efi: seeding entropy pool
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: ASUSTeK COMPUTER INC. ASUS TUF Gaming F15 FX506HM_FX506HM/FX506HM, BIOS FX506HM.302 05/06/2021
[    0.000000] tsc: Detected 2300.000 MHz processor
[    0.000000] tsc: Detected 2304.000 MHz TSC
[    0.000497] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000498] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000503] last_pfn = 0x48b800 max_arch_pfn = 0x400000000
[    0.000638] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.001513] last_pfn = 0x67f00 max_arch_pfn = 0x400000000
[    0.014211] esrt: Reserving ESRT space from 0x000000006223f018 to 0x000000006223f0a0.
[    0.014215] e820: update [mem 0x6223f000-0x6223ffff] usable ==> reserved
[    0.014227] Using GB pages for direct mapping
[    0.014429] Secure boot disabled
[    0.014429] RAMDISK: [mem 0x5ce59000-0x5dac1fff]
[    0.014432] ACPI: Early table checksum verification disabled
[    0.014434] ACPI: RSDP 0x0000000067411014 000024 (v02 _ASUS_)
[    0.014437] ACPI: XSDT 0x0000000067410728 00011C (v01 _ASUS_ Notebook 01072009 AMI  01000013)
[    0.014440] ACPI: FACP 0x000000006740B000 000114 (v06 _ASUS_ Notebook 01072009 AMI  01000013)
[    0.014444] ACPI: DSDT 0x00000000673C5000 04534B (v02 _ASUS_ Notebook 01072009 INTL 20191018)
[    0.014446] ACPI: FACS 0x0000000067553000 000040
[    0.014448] ACPI: MCFG 0x000000006740F000 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00000097)
[    0.014450] ACPI: SSDT 0x000000006740C000 00255D (v02 CpuRef CpuSsdt  00003000 INTL 20191018)
[    0.014452] ACPI: FIDT 0x00000000673C4000 00009C (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.014455] ACPI: SSDT 0x00000000673C0000 003A21 (v02 DptfTb DptfTabl 00001000 INTL 20191018)
[    0.014457] ACPI: SSDT 0x00000000673BC000 00328C (v02 SaSsdt SaSsdt   00003000 INTL 20191018)
[    0.014459] ACPI: SSDT 0x00000000673B8000 003378 (v02 INTEL  IgfxSsdt 00003000 INTL 20191018)
[    0.014461] ACPI: SSDT 0x00000000673AC000 00B27A (v02 INTEL  TcssSsdt 00001000 INTL 20191018)
[    0.014463] ACPI: HPET 0x00000000673AB000 000038 (v01 _ASUS_ Notebook 01072009 AMI  01000013)
[    0.014464] ACPI: APIC 0x00000000673AA000 00012C (v04 _ASUS_ Notebook 01072009 AMI  01000013)
[    0.014466] ACPI: SSDT 0x00000000673A8000 00185B (v02 _ASUS_ TglH_Rvp 00001000 INTL 20191018)
[    0.014468] ACPI: SSDT 0x00000000673A7000 000E7C (v02 _ASUS_ Ther_Rvp 00001000 INTL 20191018)
[    0.014470] ACPI: NHLT 0x00000000673A6000 0002E1 (v00 _ASUS_ Notebook 01072009 AMI  01000013)
[    0.014472] ACPI: LPIT 0x00000000673A5000 0000CC (v01 _ASUS_ Notebook 01072009 AMI  01000013)
[    0.014474] ACPI: WSMT 0x00000000673A4000 000028 (v01 _ASUS_ Notebook 01072009 AMI  01000013)
[    0.014476] ACPI: SSDT 0x00000000673A1000 002720 (v02 _ASUS_ PtidDevc 00001000 INTL 20191018)
[    0.014478] ACPI: SSDT 0x00000000673A0000 00012A (v02 _ASUS_ TbtTypeC 00000000 INTL 20191018)
[    0.014480] ACPI: DBGP 0x000000006739F000 000034 (v01 _ASUS_ Notebook 01072009 AMI  01000013)
[    0.014482] ACPI: DBG2 0x000000006739E000 000054 (v00 _ASUS_ Notebook 01072009 AMI  01000013)
[    0.014484] ACPI: SSDT 0x000000006739D000 000ACA (v02 _ASUS_ UsbCTabl 00001000 INTL 20191018)
[    0.014486] ACPI: DMAR 0x000000006739C000 0000A0 (v02 INTEL  EDK2     00000002      01000013)
[    0.014488] ACPI: SSDT 0x000000006739B000 000C29 (v02 INTEL  xh_thdd4 00000000 INTL 20191018)
[    0.014490] ACPI: SSDT 0x000000006739A000 0000AE (v02 HgRef  HgPeg    00001000 INTL 20191018)
[    0.014492] ACPI: SSDT 0x0000000067399000 000144 (v02 Intel  ADebTabl 00001000 INTL 20191018)
[    0.014494] ACPI: BGRT 0x0000000067398000 000038 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.014496] ACPI: UEFI 0x0000000067484000 00063A (v01 INTEL  RstVmdE  00000000 ??   00000000)
[    0.014498] ACPI: UEFI 0x0000000067483000 00005C (v01 INTEL  RstVmdV  00000000 ??   00000000)
[    0.014500] ACPI: TPM2 0x0000000067397000 00004C (v04 _ASUS_ Notebook 00000001 AMI  00000000)
[    0.014502] ACPI: SSDT 0x0000000067393000 003071 (v01 OptRf2 Opt2Tabl 00001000 INTL 20191018)
[    0.014504] ACPI: PTDT 0x0000000067392000 000CFE (v00 _ASUS_ Notebook 00000005 MSFT 0100000D)
[    0.014506] ACPI: FPDT 0x0000000067391000 000044 (v01 _ASUS_ A M I    01072009 AMI  01000013)
[    0.014507] ACPI: Reserving FACP table memory at [mem 0x6740b000-0x6740b113]
[    0.014508] ACPI: Reserving DSDT table memory at [mem 0x673c5000-0x6740a34a]
[    0.014509] ACPI: Reserving FACS table memory at [mem 0x67553000-0x6755303f]
[    0.014510] ACPI: Reserving MCFG table memory at [mem 0x6740f000-0x6740f03b]
[    0.014510] ACPI: Reserving SSDT table memory at [mem 0x6740c000-0x6740e55c]
[    0.014511] ACPI: Reserving FIDT table memory at [mem 0x673c4000-0x673c409b]
[    0.014511] ACPI: Reserving SSDT table memory at [mem 0x673c0000-0x673c3a20]
[    0.014512] ACPI: Reserving SSDT table memory at [mem 0x673bc000-0x673bf28b]
[    0.014512] ACPI: Reserving SSDT table memory at [mem 0x673b8000-0x673bb377]
[    0.014513] ACPI: Reserving SSDT table memory at [mem 0x673ac000-0x673b7279]
[    0.014513] ACPI: Reserving HPET table memory at [mem 0x673ab000-0x673ab037]
[    0.014514] ACPI: Reserving APIC table memory at [mem 0x673aa000-0x673aa12b]
[    0.014515] ACPI: Reserving SSDT table memory at [mem 0x673a8000-0x673a985a]
[    0.014515] ACPI: Reserving SSDT table memory at [mem 0x673a7000-0x673a7e7b]
[    0.014516] ACPI: Reserving NHLT table memory at [mem 0x673a6000-0x673a62e0]
[    0.014516] ACPI: Reserving LPIT table memory at [mem 0x673a5000-0x673a50cb]
[    0.014517] ACPI: Reserving WSMT table memory at [mem 0x673a4000-0x673a4027]
[    0.014517] ACPI: Reserving SSDT table memory at [mem 0x673a1000-0x673a371f]
[    0.014518] ACPI: Reserving SSDT table memory at [mem 0x673a0000-0x673a0129]
[    0.014518] ACPI: Reserving DBGP table memory at [mem 0x6739f000-0x6739f033]
[    0.014519] ACPI: Reserving DBG2 table memory at [mem 0x6739e000-0x6739e053]
[    0.014519] ACPI: Reserving SSDT table memory at [mem 0x6739d000-0x6739dac9]
[    0.014520] ACPI: Reserving DMAR table memory at [mem 0x6739c000-0x6739c09f]
[    0.014521] ACPI: Reserving SSDT table memory at [mem 0x6739b000-0x6739bc28]
[    0.014521] ACPI: Reserving SSDT table memory at [mem 0x6739a000-0x6739a0ad]
[    0.014522] ACPI: Reserving SSDT table memory at [mem 0x67399000-0x67399143]
[    0.014522] ACPI: Reserving BGRT table memory at [mem 0x67398000-0x67398037]
[    0.014523] ACPI: Reserving UEFI table memory at [mem 0x67484000-0x67484639]
[    0.014523] ACPI: Reserving UEFI table memory at [mem 0x67483000-0x6748305b]
[    0.014524] ACPI: Reserving TPM2 table memory at [mem 0x67397000-0x6739704b]
[    0.014525] ACPI: Reserving SSDT table memory at [mem 0x67393000-0x67396070]
[    0.014525] ACPI: Reserving PTDT table memory at [mem 0x67392000-0x67392cfd]
[    0.014526] ACPI: Reserving FPDT table memory at [mem 0x67391000-0x67391043]
[    0.014535] ACPI: Local APIC address 0xfee00000
[    0.014688] No NUMA configuration found
[    0.014689] Faking a node at [mem 0x0000000000000000-0x000000048b7fffff]
[    0.014691] NODE_DATA(0) allocated [mem 0x48b7fc000-0x48b7fffff]
[    0.014707] Zone ranges:
[    0.014708]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.014709]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.014710]   Normal   [mem 0x0000000100000000-0x000000048b7fffff]
[    0.014711]   Device   empty
[    0.014712] Movable zone start for each node
[    0.014712] Early memory node ranges
[    0.014712]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.014713]   node   0: [mem 0x0000000000100000-0x000000004241ffff]
[    0.014714]   node   0: [mem 0x0000000042421000-0x0000000064245fff]
[    0.014715]   node   0: [mem 0x0000000067eff000-0x0000000067efffff]
[    0.014715]   node   0: [mem 0x0000000100000000-0x000000048b7fffff]
[    0.014716] Initmem setup node 0 [mem 0x0000000000001000-0x000000048b7fffff]
[    0.014717] On node 0 totalpages: 4127204
[    0.014718]   DMA zone: 64 pages used for memmap
[    0.014719]   DMA zone: 158 pages reserved
[    0.014719]   DMA zone: 3998 pages, LIFO batch:0
[    0.014720]   DMA32 zone: 6346 pages used for memmap
[    0.014720]   DMA32 zone: 406086 pages, LIFO batch:63
[    0.014721]   Normal zone: 58080 pages used for memmap
[    0.014721]   Normal zone: 3717120 pages, LIFO batch:63
[    0.014723] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.014741] On node 0, zone DMA: 97 pages in unavailable ranges
[    0.016951] On node 0, zone DMA32: 1 pages in unavailable ranges
[    0.017055] On node 0, zone DMA32: 15545 pages in unavailable ranges
[    0.037064] On node 0, zone Normal: 256 pages in unavailable ranges
[    0.037167] On node 0, zone Normal: 18432 pages in unavailable ranges
[    0.037207] Reserving Intel graphics memory at [mem 0x70800000-0x747fffff]
[    0.037519] ACPI: PM-Timer IO Port: 0x1808
[    0.037521] ACPI: Local APIC address 0xfee00000
[    0.037525] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.037526] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.037527] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.037527] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.037528] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.037528] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.037528] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.037529] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.037529] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.037530] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.037530] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.037530] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.037531] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.037531] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.037532] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.037532] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[    0.037567] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.037569] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.037571] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.037573] ACPI: IRQ0 used by override.
[    0.037574] ACPI: IRQ9 used by override.
[    0.037575] Using ACPI (MADT) for SMP configuration information
[    0.037576] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.037582] e820: update [mem 0x60f15000-0x60f43fff] usable ==> reserved
[    0.037588] TSC deadline timer available
[    0.037588] smpboot: Allowing 16 CPUs, 0 hotplug CPUs
[    0.037602] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.037604] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[    0.037605] PM: hibernation: Registered nosave memory: [mem 0x42420000-0x42420fff]
[    0.037606] PM: hibernation: Registered nosave memory: [mem 0x5e491000-0x5e491fff]
[    0.037607] PM: hibernation: Registered nosave memory: [mem 0x5e4a0000-0x5e4a0fff]
[    0.037608] PM: hibernation: Registered nosave memory: [mem 0x60f15000-0x60f43fff]
[    0.037609] PM: hibernation: Registered nosave memory: [mem 0x6223f000-0x6223ffff]
[    0.037610] PM: hibernation: Registered nosave memory: [mem 0x64246000-0x67345fff]
[    0.037610] PM: hibernation: Registered nosave memory: [mem 0x67346000-0x67411fff]
[    0.037610] PM: hibernation: Registered nosave memory: [mem 0x67412000-0x67554fff]
[    0.037611] PM: hibernation: Registered nosave memory: [mem 0x67555000-0x67efefff]
[    0.037612] PM: hibernation: Registered nosave memory: [mem 0x67f00000-0x6dffffff]
[    0.037612] PM: hibernation: Registered nosave memory: [mem 0x6e000000-0x6e3fffff]
[    0.037613] PM: hibernation: Registered nosave memory: [mem 0x6e400000-0x6e5fffff]
[    0.037613] PM: hibernation: Registered nosave memory: [mem 0x6e600000-0x6effffff]
[    0.037614] PM: hibernation: Registered nosave memory: [mem 0x6f000000-0x747fffff]
[    0.037614] PM: hibernation: Registered nosave memory: [mem 0x74800000-0xbfffffff]
[    0.037614] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xcfffffff]
[    0.037615] PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xfdffffff]
[    0.037615] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.037616] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.037616] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.037617] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.037617] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.037617] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed1ffff]
[    0.037618] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
[    0.037618] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfedfffff]
[    0.037619] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.037619] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.037620] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.037621] [mem 0x74800000-0xbfffffff] available for PCI devices
[    0.037621] Booting paravirtualized kernel on bare hardware
[    0.037623] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.041361] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:16 nr_node_ids:1
[    0.041626] percpu: Embedded 57 pages/cpu s196608 r8192 d28672 u262144
[    0.041631] pcpu-alloc: s196608 r8192 d28672 u262144 alloc=1*2097152
[    0.041632] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.041648] Built 1 zonelists, mobility grouping on.  Total pages: 4062556
[    0.041649] Policy zone: Normal
[    0.041650] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux-zen.img sysrq_always_enabled=1 root=PARTLABEL=Arch rw #quiet loglevel=0 #nvidia-drm.modeset=1
[    0.041682] sysrq: sysrq always enabled.
[    0.042259] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.042528] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.042634] mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
[    0.070195] Memory: 16006556K/16508816K available (16392K kernel code, 2077K rwdata, 9032K rodata, 1824K init, 3940K bss, 502000K reserved, 0K cma-reserved)
[    0.070198] random: get_random_u64 called from __kmem_cache_create+0x2a/0x620 with crng_init=0
[    0.070268] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.070276] ftrace: allocating 40341 entries in 158 pages
[    0.078837] ftrace: allocated 158 pages with 5 groups
[    0.078921] rcu: Preemptible hierarchical RCU implementation.
[    0.078922] rcu:     RCU dyntick-idle grace-period acceleration is enabled.
[    0.078922] rcu:     RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
[    0.078923] rcu:     RCU priority boosting: priority 1 delay 500 ms.
[    0.078924]  Trampoline variant of Tasks RCU enabled.
[    0.078924]  Rude variant of Tasks RCU enabled.
[    0.078924]  Tracing variant of Tasks RCU enabled.
[    0.078925] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.078925] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.081246] NR_IRQS: 20736, nr_irqs: 2184, preallocated irqs: 16
[    0.081713] Console: colour dummy device 80x25
[    0.081724] printk: console [tty0] enabled
[    0.081735] ACPI: Core revision 20210331
[    0.082093] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 99544814920 ns
[    0.082203] APIC: Switch to symmetric I/O mode setup
[    0.082204] DMAR: Host address width 39
[    0.082205] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.082208] DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 29a00f0505e
[    0.082210] DMAR: DRHD base: 0x000000fed84000 flags: 0x0
[    0.082213] DMAR: dmar1: reg_base_addr fed84000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.082214] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.082219] DMAR: dmar2: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.082220] DMAR: RMRR base: 0x00000070000000 end: 0x000000747fffff
[    0.082222] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 2
[    0.082223] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.082224] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.084046] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.084047] x2apic enabled
[    0.084078] Switched APIC routing to cluster x2apic.
[    0.088857] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.093164] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2135f7c97c8, max_idle_ns: 440795273205 ns
[    0.093168] Calibrating delay loop (skipped), value calculated using timer frequency.. 4608.00 BogoMIPS (lpj=2304000)
[    0.093170] pid_max: default: 32768 minimum: 301
[    0.095206] LSM: Security Framework initializing
[    0.095211] landlock: Up and running.
[    0.095212] Yama: becoming mindful.
[    0.095223] LSM support for eBPF active
[    0.095252] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.095274] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.095440] CPU0: Thermal monitoring enabled (TM1)
[    0.095442] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.095543] process: using mwait in idle threads
[    0.095544] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.095545] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.095549] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.095550] Spectre V2 : Mitigation: Enhanced IBRS
[    0.095550] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.095552] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.095552] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.099432] Freeing SMP alternatives memory: 44K
[    0.099815] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 2003
[    0.099835] smpboot: CPU0: 11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz (family: 0x6, model: 0x8d, stepping: 0x1)
[    0.099905] Performance Events: PEBS fmt4+-baseline,  AnyThread deprecated, Icelake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.099913] ... version:                5
[    0.099914] ... bit width:              48
[    0.099914] ... generic registers:      8
[    0.099914] ... value mask:             0000ffffffffffff
[    0.099915] ... max period:             00007fffffffffff
[    0.099915] ... fixed-purpose events:   4
[    0.099916] ... event mask:             0001000f000000ff
[    0.100013] rcu: Hierarchical SRCU implementation.
[    0.100445] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.100555] smp: Bringing up secondary CPUs ...
[    0.100628] x86: Booting SMP configuration:
[    0.100629] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
[    0.142407] smp: Brought up 1 node, 16 CPUs
[    0.142407] smpboot: Max logical packages: 1
[    0.142407] smpboot: Total of 16 processors activated (73728.00 BogoMIPS)
[    0.143727] devtmpfs: initialized
[    0.143727] x86/mm: Memory block size: 128MB
[    0.144427] PM: Registering ACPI NVS region [mem 0x67412000-0x67554fff] (1323008 bytes)
[    0.144427] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.144427] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.144427] futex2 hash table entries: 4096 (order: 4, 98304 bytes, linear)
[    0.144427] pinctrl core: initialized pinctrl subsystem
[    0.144561] PM: RTC time: 20:49:51, date: 2021-07-29
[    0.144672] NET: Registered protocol family 16
[    0.144856] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.145266] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.145373] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.145379] audit: initializing netlink subsys (disabled)
[    0.145385] audit: type=2000 audit(1627591791.059:1): state=initialized audit_enabled=0 res=1
[    0.145385] thermal_sys: Registered thermal governor 'fair_share'
[    0.145385] thermal_sys: Registered thermal governor 'bang_bang'
[    0.145385] thermal_sys: Registered thermal governor 'step_wise'
[    0.145385] thermal_sys: Registered thermal governor 'user_space'
[    0.145385] thermal_sys: Registered thermal governor 'power_allocator'
[    0.145385] cpuidle: using governor ladder
[    0.145385] cpuidle: using governor menu
[    0.145385] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.145385] ACPI: bus type PCI registered
[    0.145385] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.145385] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
[    0.145385] PCI: MMCONFIG at [mem 0xc0000000-0xcfffffff] reserved in E820
[    0.145385] PCI: Using configuration type 1 for base access
[    0.145615] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.146744] Kprobes globally optimized
[    0.146746] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.146746] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.147220] ACPI: Added _OSI(Module Device)
[    0.147220] ACPI: Added _OSI(Processor Device)
[    0.147221] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.147221] ACPI: Added _OSI(Processor Aggregator Device)
[    0.147222] ACPI: Added _OSI(Linux-Dell-Video)
[    0.147223] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.147223] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.207093] ACPI BIOS Error (bug): Failure creating named object [\_TZ.ETMD], AE_ALREADY_EXISTS (20210331/dswload2-326)
[    0.207099] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210331/psobject-220)
[    0.210172] ACPI: 15 ACPI AML tables successfully acquired and loaded
[    0.211173] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.SEN2 (20210331/dspkginit-438)
[    0.211176] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.CHRG (20210331/dspkginit-438)
[    0.211178] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.SEN4 (20210331/dspkginit-438)
[    0.221204] ACPI: Dynamic OEM Table Load:
[    0.221213] ACPI: SSDT 0xFFFF96F781B49600 0001CB (v02 PmRef  Cpu0Psd  00003000 INTL 20191018)
[    0.222057] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
[    0.222913] ACPI: Dynamic OEM Table Load:
[    0.222918] ACPI: SSDT 0xFFFF96F781A5D400 000394 (v02 PmRef  Cpu0Cst  00003001 INTL 20191018)
[    0.223932] ACPI: Dynamic OEM Table Load:
[    0.223937] ACPI: SSDT 0xFFFF96F7814D0800 00051E (v02 PmRef  Cpu0Ist  00003000 INTL 20191018)
[    0.225042] ACPI: Dynamic OEM Table Load:
[    0.225048] ACPI: SSDT 0xFFFF96F781A5C800 00028B (v02 PmRef  Cpu0Hwp  00003000 INTL 20191018)
[    0.226296] ACPI: Dynamic OEM Table Load:
[    0.226302] ACPI: SSDT 0xFFFF96F781D0E000 0008E7 (v02 PmRef  ApIst    00003000 INTL 20191018)
[    0.227419] ACPI: Dynamic OEM Table Load:
[    0.227424] ACPI: SSDT 0xFFFF96F7814D7800 00048A (v02 PmRef  ApHwp    00003000 INTL 20191018)
[    0.228409] ACPI: Dynamic OEM Table Load:
[    0.228414] ACPI: SSDT 0xFFFF96F781D15000 0004D4 (v02 PmRef  ApPsd    00003000 INTL 20191018)
[    0.229426] ACPI: Dynamic OEM Table Load:
[    0.229431] ACPI: SSDT 0xFFFF96F781D14000 00048A (v02 PmRef  ApCst    00003000 INTL 20191018)
[    0.236467] ACPI: EC: EC started
[    0.236468] ACPI: EC: interrupt blocked
[    0.236532] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.236533] ACPI: \_SB_.PC00.LPCB.EC0_: Boot DSDT EC used to handle transactions
[    0.236535] ACPI: Interpreter enabled
[    0.236579] ACPI: (supports S0 S3 S4 S5)
[    0.236580] ACPI: Using IOAPIC for interrupt routing
[    0.236618] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.237219] ACPI: Enabled 7 GPEs in block 00 to 7F
[    0.237770] ACPI: PM: Power Resource [PG00] (on)
[    0.243311] ACPI: PM: Power Resource [PG02] (on)
[    0.243688] ACPI: PM: Power Resource [PG03] (on)
[    0.244063] ACPI: PM: Power Resource [PG00] (on)
[    0.259424] ACPI: PM: Power Resource [DBTP] (on)
[    0.259922] ACPI: PM: Power Resource [BTRT] (on)
[    0.262745] ACPI: PM: Power Resource [V0PR] (on)
[    0.262865] ACPI: PM: Power Resource [V1PR] (on)
[    0.262974] ACPI: PM: Power Resource [V2PR] (on)
[    0.267479] ACPI: PM: Power Resource [WRST] (on)
[    0.268429] ACPI: PM: Power Resource [V0PR] (on)
[    0.268478] ACPI: PM: Power Resource [V1PR] (on)
[    0.268526] ACPI: PM: Power Resource [V2PR] (on)
[    0.268574] ACPI: PM: Power Resource [V3PR] (on)
[    0.268905] ACPI: PM: Power Resource [TBT0] (on)
[    0.269150] ACPI: PM: Power Resource [TBT1] (on)
[    0.269392] ACPI: PM: Power Resource [D3C] (on)
[    0.416279] ACPI: PM: Power Resource [FN00] (off)
[    0.416361] ACPI: PM: Power Resource [FN01] (off)
[    0.416436] ACPI: PM: Power Resource [FN02] (off)
[    0.416512] ACPI: PM: Power Resource [FN03] (off)
[    0.416582] ACPI: PM: Power Resource [FN04] (off)
[    0.417073] ACPI: PM: Power Resource [PIN] (off)
[    0.417384] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-e0])
[    0.417389] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.419243] acpi PNP0A08:00: _OSC: platform does not support [AER]
[    0.422675] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
[    0.422676] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.424251] PCI host bridge to bus 0000:00
[    0.424252] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.424254] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.424255] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.424257] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.424258] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.424259] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    0.424260] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    0.424260] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
[    0.424261] pci_bus 0000:00: root bus resource [mem 0x74800000-0xbfffffff window]
[    0.424262] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
[    0.424264] pci_bus 0000:00: root bus resource [bus 00-e0]
[    0.424287] pci 0000:00:00.0: [8086:9a36] type 00 class 0x060000
[    0.424605] pci 0000:00:01.0: [8086:9a01] type 01 class 0x060400
[    0.424854] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.424876] pci 0000:00:01.0: PTM enabled (root), 4ns granularity
[    0.425372] pci 0000:00:02.0: [8086:9a60] type 00 class 0x030000
[    0.425381] pci 0000:00:02.0: reg 0x10: [mem 0x622e000000-0x622effffff 64bit]
[    0.425387] pci 0000:00:02.0: reg 0x18: [mem 0x4000000000-0x400fffffff 64bit pref]
[    0.425391] pci 0000:00:02.0: reg 0x20: [io  0x5000-0x503f]
[    0.425407] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.425408] pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
[    0.425434] pci 0000:00:02.0: reg 0x344: [mem 0x00000000-0x00ffffff 64bit]
[    0.425435] pci 0000:00:02.0: VF(n) BAR0 space: [mem 0x00000000-0x06ffffff 64bit] (contains BAR0 for 7 VFs)
[    0.425439] pci 0000:00:02.0: reg 0x34c: [mem 0x00000000-0x1fffffff 64bit pref]
[    0.425440] pci 0000:00:02.0: VF(n) BAR2 space: [mem 0x00000000-0xdfffffff 64bit pref] (contains BAR2 for 7 VFs)
[    0.425740] pci 0000:00:04.0: [8086:9a03] type 00 class 0x118000
[    0.425757] pci 0000:00:04.0: reg 0x10: [mem 0x622f240000-0x622f25ffff 64bit]
[    0.426295] pci 0000:00:06.0: [8086:09ab] type 00 class 0x088000
[    0.427004] pci 0000:00:07.0: [8086:9a2b] type 01 class 0x060400
[    0.427260] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    0.427283] pci 0000:00:07.0: DPC: RP PIO log size 0 is invalid
[    0.429202] pci 0000:00:08.0: [8086:9a11] type 00 class 0x088000
[    0.429210] pci 0000:00:08.0: reg 0x10: [mem 0x622f299000-0x622f299fff 64bit]
[    0.429477] pci 0000:00:0a.0: [8086:9a0d] type 00 class 0x118000
[    0.429485] pci 0000:00:0a.0: reg 0x10: [mem 0x622f280000-0x622f287fff 64bit]
[    0.429507] pci 0000:00:0a.0: enabling Extended Tags
[    0.429770] pci 0000:00:0d.0: [8086:9a17] type 00 class 0x0c0330
[    0.429783] pci 0000:00:0d.0: reg 0x10: [mem 0x622f270000-0x622f27ffff 64bit]
[    0.429847] pci 0000:00:0d.0: PME# supported from D3hot D3cold
[    0.431805] pci 0000:00:0d.2: [8086:9a1f] type 00 class 0x0c0340
[    0.431817] pci 0000:00:0d.2: reg 0x10: [mem 0x622f200000-0x622f23ffff 64bit]
[    0.431824] pci 0000:00:0d.2: reg 0x18: [mem 0x622f298000-0x622f298fff 64bit]
[    0.431857] pci 0000:00:0d.2: supports D1 D2
[    0.431858] pci 0000:00:0d.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.432194] pci 0000:00:0e.0: [8086:9a0b] type 00 class 0x010400
[    0.432206] pci 0000:00:0e.0: reg 0x10: [mem 0x622c000000-0x622dffffff 64bit]
[    0.432212] pci 0000:00:0e.0: reg 0x18: [mem 0x76000000-0x77ffffff]
[    0.432226] pci 0000:00:0e.0: reg 0x20: [mem 0x622f100000-0x622f1fffff 64bit]
[    0.432581] pci 0000:00:14.0: [8086:43ed] type 00 class 0x0c0330
[    0.432600] pci 0000:00:14.0: reg 0x10: [mem 0x622f260000-0x622f26ffff 64bit]
[    0.432677] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.434624] pci 0000:00:14.2: [8086:43ef] type 00 class 0x050000
[    0.434643] pci 0000:00:14.2: reg 0x10: [mem 0x622f290000-0x622f293fff 64bit]
[    0.434656] pci 0000:00:14.2: reg 0x18: [mem 0x622f297000-0x622f297fff 64bit]
[    0.434956] pci 0000:00:14.3: [8086:43f0] type 00 class 0x028000
[    0.434976] pci 0000:00:14.3: reg 0x10: [mem 0x622f28c000-0x622f28ffff 64bit]
[    0.435093] pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
[    0.435442] pci 0000:00:15.0: [8086:43e8] type 00 class 0x0c8000
[    0.435471] pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.436055] pci 0000:00:16.0: [8086:43e0] type 00 class 0x078000
[    0.436078] pci 0000:00:16.0: reg 0x10: [mem 0x622f295000-0x622f295fff 64bit]
[    0.436165] pci 0000:00:16.0: PME# supported from D3hot
[    0.436811] pci 0000:00:1d.0: [8086:43b6] type 01 class 0x060400
[    0.436914] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.436952] pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
[    0.437746] pci 0000:00:1f.0: [8086:438b] type 00 class 0x060100
[    0.438251] pci 0000:00:1f.3: [8086:43c8] type 00 class 0x040380
[    0.438292] pci 0000:00:1f.3: reg 0x10: [mem 0x622f288000-0x622f28bfff 64bit]
[    0.438344] pci 0000:00:1f.3: reg 0x20: [mem 0x622f000000-0x622f0fffff 64bit]
[    0.438445] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.439128] pci 0000:00:1f.4: [8086:43a3] type 00 class 0x0c0500
[    0.439153] pci 0000:00:1f.4: reg 0x10: [mem 0x622f294000-0x622f2940ff 64bit]
[    0.439184] pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
[    0.439642] pci 0000:00:1f.5: [8086:43a4] type 00 class 0x0c8000
[    0.439660] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[    0.439979] pci 0000:01:00.0: [10de:2520] type 00 class 0x030000
[    0.439987] pci 0000:01:00.0: reg 0x10: [mem 0x85000000-0x85ffffff]
[    0.439994] pci 0000:01:00.0: reg 0x14: [mem 0x6000000000-0x61ffffffff 64bit pref]
[    0.440000] pci 0000:01:00.0: reg 0x1c: [mem 0x6200000000-0x6201ffffff 64bit pref]
[    0.440004] pci 0000:01:00.0: reg 0x24: [io  0x4000-0x407f]
[    0.440009] pci 0000:01:00.0: reg 0x30: [mem 0x86000000-0x8607ffff pref]
[    0.440057] pci 0000:01:00.0: PME# supported from D0 D3hot
[    0.440115] pci 0000:01:00.0: 126.024 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x8 link at 0000:00:01.0 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.440300] pci 0000:01:00.1: [10de:228e] type 00 class 0x040300
[    0.440309] pci 0000:01:00.1: reg 0x10: [mem 0x86080000-0x86083fff]
[    0.440421] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.440423] pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
[    0.440425] pci 0000:00:01.0:   bridge window [mem 0x85000000-0x860fffff]
[    0.440428] pci 0000:00:01.0:   bridge window [mem 0x6000000000-0x6201ffffff 64bit pref]
[    0.440462] pci 0000:00:07.0: PCI bridge to [bus 02-2c]
[    0.440466] pci 0000:00:07.0:   bridge window [mem 0x78000000-0x841fffff]
[    0.440470] pci 0000:00:07.0:   bridge window [mem 0x6210000000-0x622bffffff 64bit pref]
[    0.440548] pci 0000:2d:00.0: [10ec:8168] type 00 class 0x020000
[    0.440570] pci 0000:2d:00.0: reg 0x10: [io  0x3000-0x30ff]
[    0.440600] pci 0000:2d:00.0: reg 0x18: [mem 0x86204000-0x86204fff 64bit]
[    0.440619] pci 0000:2d:00.0: reg 0x20: [mem 0x86200000-0x86203fff 64bit]
[    0.440744] pci 0000:2d:00.0: supports D1 D2
[    0.440744] pci 0000:2d:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.440907] pci 0000:00:1d.0: PCI bridge to [bus 2d]
[    0.440910] pci 0000:00:1d.0:   bridge window [io  0x3000-0x3fff]
[    0.440913] pci 0000:00:1d.0:   bridge window [mem 0x86200000-0x862fffff]
[    0.445066] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.445174] ACPI: PCI: Interrupt link LNKB configured for IRQ 1
[    0.445277] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.445381] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.445478] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.445563] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.445649] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.445734] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.459441] acpi LNXPOWER:16: Turning OFF
[    0.459445] acpi LNXPOWER:09: Turning OFF
[    0.459447] acpi LNXPOWER:05: Turning OFF
[    0.459489] ACPI: EC: interrupt unblocked
[    0.459489] ACPI: EC: event unblocked
[    0.459516] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.459517] ACPI: EC: GPE=0x6e
[    0.459518] ACPI: \_SB_.PC00.LPCB.EC0_: Boot DSDT EC initialization complete
[    0.459519] ACPI: \_SB_.PC00.LPCB.EC0_: EC: Used to handle transactions and events
[    0.459569] iommu: Default domain type: Translated 
[    0.459661] SCSI subsystem initialized
[    0.459667] libata version 3.00 loaded.
[    0.459667] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.459667] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.459667] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.459667] pci 0000:00:02.0: vgaarb: no bridge control possible
[    0.459667] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.459667] vgaarb: loaded
[    0.459667] ACPI: bus type USB registered
[    0.459667] usbcore: registered new interface driver usbfs
[    0.459667] usbcore: registered new interface driver hub
[    0.459667] usbcore: registered new device driver usb
[    0.459667] pps_core: LinuxPPS API ver. 1 registered
[    0.459667] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.459667] PTP clock support registered
[    0.459667] EDAC MC: Ver: 3.0.0
[    0.459667] Registered efivars operations
[    0.459667] NetLabel: Initializing
[    0.459667] NetLabel:  domain hash size = 128
[    0.459667] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.459667] NetLabel:  unlabeled traffic allowed by default
[    0.459667] PCI: Using ACPI for IRQ routing
[    0.477642] PCI: pci_cache_line_size set to 64 bytes
[    0.477743] pci 0000:00:1f.5: can't claim BAR 0 [mem 0xfe010000-0xfe010fff]: no compatible bridge window
[    0.477836] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.477837] e820: reserve RAM buffer [mem 0x42420000-0x43ffffff]
[    0.477838] e820: reserve RAM buffer [mem 0x5e491018-0x5fffffff]
[    0.477839] e820: reserve RAM buffer [mem 0x60f15000-0x63ffffff]
[    0.477839] e820: reserve RAM buffer [mem 0x6223f000-0x63ffffff]
[    0.477840] e820: reserve RAM buffer [mem 0x64246000-0x67ffffff]
[    0.477840] e820: reserve RAM buffer [mem 0x67f00000-0x67ffffff]
[    0.477841] e820: reserve RAM buffer [mem 0x48b800000-0x48bffffff]
[    0.478453] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.478457] hpet0: 8 comparators, 64-bit 19.200000 MHz counter
[    0.480215] clocksource: Switched to clocksource tsc-early
[    0.486009] VFS: Disk quotas dquot_6.6.0
[    0.486020] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.486074] pnp: PnP ACPI init
[    0.486281] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.486283] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.486287] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.486321] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.486400] system 00:02: [io  0x1854-0x1857] has been reserved
[    0.486405] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.486464] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.487238] pnp 00:04: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.487259] system 00:04: [mem 0xfedc0000-0xfedc7fff] has been reserved
[    0.487262] system 00:04: [mem 0xfeda0000-0xfeda0fff] has been reserved
[    0.487263] system 00:04: [mem 0xfeda1000-0xfeda1fff] has been reserved
[    0.487265] system 00:04: [mem 0xfed20000-0xfed7ffff] could not be reserved
[    0.487266] system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.487267] system 00:04: [mem 0xfed45000-0xfed8ffff] could not be reserved
[    0.487268] system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.487271] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.489679] system 00:05: [io  0x1800-0x18fe] could not be reserved
[    0.489681] system 00:05: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.489682] system 00:05: [mem 0xfe04c000-0xfe04ffff] has been reserved
[    0.489684] system 00:05: [mem 0xfe050000-0xfe0affff] has been reserved
[    0.489685] system 00:05: [mem 0xfe0d0000-0xfe0fffff] has been reserved
[    0.489686] system 00:05: [mem 0xfe200000-0xfe7fffff] has been reserved
[    0.489687] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[    0.489688] system 00:05: [mem 0xfd000000-0xfd68ffff] has been reserved
[    0.489690] system 00:05: [mem 0xfd6c0000-0xfd6cffff] has been reserved
[    0.489691] system 00:05: [mem 0xfd6f0000-0xfdffffff] has been reserved
[    0.489693] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.489960] system 00:06: [io  0x2000-0x20fe] has been reserved
[    0.489961] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.490126] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.490384] pnp: PnP ACPI: found 8 devices
[    0.495629] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.495664] NET: Registered protocol family 2
[    0.495796] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.496946] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.497028] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.497182] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.497258] TCP: Hash tables configured (established 131072 bind 65536)
[    0.497325] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[    0.497363] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.497405] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.497455] NET: Registered protocol family 1
[    0.497461] NET: Registered protocol family 44
[    0.497465] pci 0000:00:07.0: bridge window [io  0x1000-0x0fff] to [bus 02-2c] add_size 1000
[    0.497475] pci 0000:00:02.0: BAR 9: assigned [mem 0x4020000000-0x40ffffffff 64bit pref]
[    0.497478] pci 0000:00:02.0: BAR 7: assigned [mem 0x4010000000-0x4016ffffff 64bit]
[    0.497481] pci 0000:00:07.0: BAR 13: assigned [io  0x6000-0x6fff]
[    0.497483] pci 0000:00:15.0: BAR 0: assigned [mem 0x4017000000-0x4017000fff 64bit]
[    0.497540] pci 0000:00:1f.5: BAR 0: assigned [mem 0x74800000-0x74800fff]
[    0.497552] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.497554] pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
[    0.497556] pci 0000:00:01.0:   bridge window [mem 0x85000000-0x860fffff]
[    0.497558] pci 0000:00:01.0:   bridge window [mem 0x6000000000-0x6201ffffff 64bit pref]
[    0.497561] pci 0000:00:07.0: PCI bridge to [bus 02-2c]
[    0.497563] pci 0000:00:07.0:   bridge window [io  0x6000-0x6fff]
[    0.497566] pci 0000:00:07.0:   bridge window [mem 0x78000000-0x841fffff]
[    0.497568] pci 0000:00:07.0:   bridge window [mem 0x6210000000-0x622bffffff 64bit pref]
[    0.497573] pci 0000:00:1d.0: PCI bridge to [bus 2d]
[    0.497580] pci 0000:00:1d.0:   bridge window [io  0x3000-0x3fff]
[    0.497584] pci 0000:00:1d.0:   bridge window [mem 0x86200000-0x862fffff]
[    0.497591] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.497592] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.497593] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.497594] pci_bus 0000:00: resource 7 [mem 0x000e0000-0x000e3fff window]
[    0.497595] pci_bus 0000:00: resource 8 [mem 0x000e4000-0x000e7fff window]
[    0.497596] pci_bus 0000:00: resource 9 [mem 0x000e8000-0x000ebfff window]
[    0.497596] pci_bus 0000:00: resource 10 [mem 0x000ec000-0x000effff window]
[    0.497597] pci_bus 0000:00: resource 11 [mem 0x000f0000-0x000fffff window]
[    0.497598] pci_bus 0000:00: resource 12 [mem 0x74800000-0xbfffffff window]
[    0.497599] pci_bus 0000:00: resource 13 [mem 0x4000000000-0x7fffffffff window]
[    0.497600] pci_bus 0000:01: resource 0 [io  0x4000-0x4fff]
[    0.497601] pci_bus 0000:01: resource 1 [mem 0x85000000-0x860fffff]
[    0.497602] pci_bus 0000:01: resource 2 [mem 0x6000000000-0x6201ffffff 64bit pref]
[    0.497603] pci_bus 0000:02: resource 0 [io  0x6000-0x6fff]
[    0.497603] pci_bus 0000:02: resource 1 [mem 0x78000000-0x841fffff]
[    0.497604] pci_bus 0000:02: resource 2 [mem 0x6210000000-0x622bffffff 64bit pref]
[    0.497605] pci_bus 0000:2d: resource 0 [io  0x3000-0x3fff]
[    0.497606] pci_bus 0000:2d: resource 1 [mem 0x86200000-0x862fffff]
[    0.497755] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.498136] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    0.498180] PCI: CLS 64 bytes, default 64
[    0.498186] DMAR: Intel-IOMMU force enabled due to platform opt in
[    0.498194] DMAR: No ATSR found
[    0.498195] DMAR: No SATC found
[    0.498196] DMAR: IOMMU feature fl1gp_support inconsistent
[    0.498196] DMAR: IOMMU feature pgsel_inv inconsistent
[    0.498197] DMAR: IOMMU feature nwfs inconsistent
[    0.498197] DMAR: IOMMU feature dit inconsistent
[    0.498198] DMAR: IOMMU feature sc_support inconsistent
[    0.498198] DMAR: IOMMU feature dev_iotlb_support inconsistent
[    0.498199] DMAR: dmar1: Using Queued invalidation
[    0.498202] DMAR: dmar0: Using Queued invalidation
[    0.498204] DMAR: dmar2: Using Queued invalidation
[    0.498238] Trying to unpack rootfs image as initramfs...
[    0.498486] pci 0000:00:00.0: Adding to iommu group 0
[    0.498514] pci 0000:00:01.0: Adding to iommu group 1
[    0.498535] pci 0000:00:02.0: Adding to iommu group 2
[    0.498556] pci 0000:00:04.0: Adding to iommu group 3
[    0.498584] pci 0000:00:06.0: Adding to iommu group 4
[    0.498609] pci 0000:00:07.0: Adding to iommu group 5
[    0.498628] pci 0000:00:08.0: Adding to iommu group 6
[    0.498649] pci 0000:00:0a.0: Adding to iommu group 7
[    0.498697] pci 0000:00:0d.0: Adding to iommu group 8
[    0.498703] pci 0000:00:0d.2: Adding to iommu group 8
[    0.498709] pci 0000:00:0e.0: Adding to iommu group 9
[    0.498721] pci 0000:00:14.0: Adding to iommu group 10
[    0.498732] pci 0000:00:14.2: Adding to iommu group 10
[    0.498738] pci 0000:00:14.3: Adding to iommu group 11
[    0.498748] pci 0000:00:15.0: Adding to iommu group 12
[    0.498756] pci 0000:00:16.0: Adding to iommu group 13
[    0.498772] pci 0000:00:1d.0: Adding to iommu group 14
[    0.498788] pci 0000:00:1f.0: Adding to iommu group 15
[    0.498796] pci 0000:00:1f.3: Adding to iommu group 15
[    0.498802] pci 0000:00:1f.4: Adding to iommu group 15
[    0.498810] pci 0000:00:1f.5: Adding to iommu group 15
[    0.498830] pci 0000:01:00.0: Adding to iommu group 16
[    0.498845] pci 0000:01:00.1: Adding to iommu group 16
[    0.498861] pci 0000:2d:00.0: Adding to iommu group 17
[    0.499044] DMAR: Intel(R) Virtualization Technology for Directed I/O
[    0.499047] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.499049] software IO TLB: mapped [mem 0x0000000058e59000-0x000000005ce59000] (64MB)
[    0.499167] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2135f7c97c8, max_idle_ns: 440795273205 ns
[    0.499260] clocksource: Switched to clocksource tsc
[    0.506604] Initialise system trusted keyrings
[    0.506615] Key type blacklist registered
[    0.506646] workingset: timestamp_bits=41 max_order=22 bucket_order=0
[    0.507334] zbud: loaded
[    0.514381] Key type asymmetric registered
[    0.514382] Asymmetric key parser 'x509' registered
[    0.514385] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    0.514412] io scheduler mq-deadline registered
[    0.514415] io scheduler kyber registered
[    0.514431] io scheduler bfq registered
[    0.516534] pcieport 0000:00:01.0: PME: Signaling with IRQ 123
[    0.516551] pcieport 0000:00:01.0: pciehp: Slot #1 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.516751] pcieport 0000:00:07.0: PME: Signaling with IRQ 124
[    0.516763] pcieport 0000:00:07.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.516973] pcieport 0000:00:1d.0: PME: Signaling with IRQ 125
[    0.517053] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.517069] efifb: probing for efifb
[    0.517078] efifb: showing boot graphics
[    0.518194] efifb: framebuffer at 0x4000000000, using 8100k, total 8100k
[    0.518195] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    0.518196] efifb: scrolling: redraw
[    0.518196] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.518218] fbcon: Deferring console take-over
[    0.518218] fb0: EFI VGA frame buffer device
[    0.518392] Monitor-Mwait will be used to enter C-1 state
[    0.518394] Monitor-Mwait will be used to enter C-2 state
[    0.518396] Monitor-Mwait will be used to enter C-3 state
[    0.518397] ACPI: \_SB_.PR00: Found 3 idle states
[    0.519082] ACPI: AC: AC Adapter [ACAD] (off-line)
[    0.519137] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    0.519151] ACPI: button: Sleep Button [SLPB]
[    0.519184] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.519194] ACPI: button: Power Button [PWRB]
[    0.519211] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
[    0.525302] ACPI: button: Lid Switch [LID0]
[    0.525966] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 2003
[    0.527905] thermal LNXTHERM:00: registered as thermal_zone0
[    0.527907] ACPI: thermal: Thermal Zone [THRM] (61 C)
[    0.528131] ACPI: \_TZ_.TZ00: Invalid passive threshold
[    0.528354] thermal LNXTHERM:01: registered as thermal_zone1
[    0.528355] ACPI: thermal: Thermal Zone [TZ00] (28 C)
[    0.528603] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.529134] Freeing initrd memory: 12708K
[    0.529509] ACPI: battery: Slot [BAT1] (battery present)
[    0.529959] Non-volatile memory driver v1.3
[    0.529961] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    0.529961] AMD-Vi: AMD IOMMUv2 functionality not available on this system
[    0.532211] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.532216] ehci-pci: EHCI PCI platform driver
[    0.532221] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.532222] ohci-pci: OHCI PCI platform driver
[    0.532225] uhci_hcd: USB Universal Host Controller Interface driver
[    0.532241] usbcore: registered new interface driver usbserial_generic
[    0.532244] usbserial: USB Serial support registered for generic
[    0.532289] rtc_cmos 00:01: RTC can wake from S4
[    0.533097] rtc_cmos 00:01: registered as rtc0
[    0.533382] rtc_cmos 00:01: setting system clock to 2021-07-29T20:49:51 UTC (1627591791)
[    0.533392] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram
[    0.534344] intel_pstate: Intel P-state driver initializing
[    0.536802] intel_pstate: HWP enabled
[    0.537258] ledtrig-cpu: registered to indicate activity on CPUs
[    0.537473] hid: raw HID events driver (C) Jiri Kosina
[    0.537521] ashmem: initialized
[    0.537607] intel_pmc_core INT33A1:00:  initialized
[    0.537658] drop_monitor: Initializing network drop monitor service
[    0.537699] Initializing XFRM netlink socket
[    0.537748] NET: Registered protocol family 10
[    0.542502] Segment Routing with IPv6
[    0.542505] RPL Segment Routing with IPv6
[    0.542536] NET: Registered protocol family 17
[    0.544792] microcode: sig=0x806d1, pf=0x2, revision=0x2c
[    0.545285] microcode: Microcode Update Driver: v2.2.
[    0.545909] resctrl: L2 allocation detected
[    0.545910] resctrl: L2DATA allocation detected
[    0.545910] resctrl: L2CODE allocation detected
[    0.545918] IPI shorthand broadcast: enabled
[    0.545925] sched_clock: Marking stable (541347071, 4555457)->(559583153, -13680625)
[    0.546259] registered taskstats version 1
[    0.546264] Loading compiled-in X.509 certificates
[    0.548810] Loaded X.509 cert 'Build time autogenerated kernel key: 7a03a52b7182ca6897597e34a7bea3c782ecc2e7'
[    0.549453] zswap: loaded using pool lz4/z3fold
[    0.549657] Key type ._fscrypt registered
[    0.549658] Key type .fscrypt registered
[    0.549659] Key type fscrypt-provisioning registered
[    0.549868] PM:   Magic number: 13:97:853
[    0.549895] acpi device:d0: hash matches
[    0.549987] RAS: Correctable Errors collector initialized.
[    0.552781] Freeing unused decrypted memory: 2036K
[    0.553081] Freeing unused kernel image (initmem) memory: 1824K
[    0.569326] Write protecting the kernel read-only data: 28672k
[    0.570314] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    0.570823] Freeing unused kernel image (rodata/data gap) memory: 1208K
[    0.576671] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.576673] rodata_test: all tests were successful
[    0.576675] Run /init as init process
[    0.576676]   with arguments:
[    0.576677]     /init
[    0.576677]     #quiet
[    0.576678]   with environment:
[    0.576678]     HOME=/
[    0.576679]     TERM=linux
[    0.596467] fbcon: Taking over console
[    0.596572] Console: switching to colour frame buffer device 240x67
[    0.615073] vmd 0000:00:0e.0: PCI host bridge to bus 10000:e0
[    0.615075] pci_bus 10000:e0: root bus resource [bus e0-ff]
[    0.615076] pci_bus 10000:e0: root bus resource [mem 0x76000000-0x77ffffff]
[    0.615077] pci_bus 10000:e0: root bus resource [mem 0x622f102000-0x622f1fffff 64bit]
[    0.615127] pci 10000:e0:06.0: [8086:9a0f] type 01 class 0x060400
[    0.615183] pci 10000:e0:06.0: PME# supported from D0 D3hot D3cold
[    0.615208] pci 10000:e0:06.0: PTM enabled (root), 4ns granularity
[    0.615240] pci 10000:e0:06.0: Adding to iommu group 9
[    0.615252] pci 10000:e0:06.0: Primary bus is hard wired to 0
[    0.615421] pci 10000:e1:00.0: [1c5c:174a] type 00 class 0x010802
[    0.615440] pci 10000:e1:00.0: reg 0x10: [mem 0x76000000-0x76003fff 64bit]
[    0.615449] pci 10000:e1:00.0: reg 0x18: [mem 0x00000000-0x00000fff]
[    0.615457] pci 10000:e1:00.0: reg 0x1c: [mem 0x00000000-0x00000fff]
[    0.615596] pci 10000:e1:00.0: Adding to iommu group 9
[    0.615621] pci 10000:e0:06.0: PCI bridge to [bus e1]
[    0.615623] pci 10000:e0:06.0:   bridge window [io  0x0000-0x0fff]
[    0.615624] pci 10000:e0:06.0:   bridge window [mem 0x76000000-0x760fffff]
[    0.615628] pci 10000:e0:06.0: Primary bus is hard wired to 0
[    0.615633] pci 10000:e0:06.0: BAR 14: assigned [mem 0x76000000-0x760fffff]
[    0.615634] pci 10000:e0:06.0: BAR 13: no space for [io  size 0x1000]
[    0.615634] pci 10000:e0:06.0: BAR 13: failed to assign [io  size 0x1000]
[    0.615636] pci 10000:e1:00.0: BAR 0: assigned [mem 0x76000000-0x76003fff 64bit]
[    0.615644] pci 10000:e1:00.0: BAR 2: assigned [mem 0x76004000-0x76004fff]
[    0.615647] pci 10000:e1:00.0: BAR 3: assigned [mem 0x76005000-0x76005fff]
[    0.615650] pci 10000:e0:06.0: PCI bridge to [bus e1]
[    0.615653] pci 10000:e0:06.0:   bridge window [mem 0x76000000-0x760fffff]
[    0.615663] pcieport 10000:e0:06.0: can't derive routing for PCI INT D
[    0.615664] pcieport 10000:e0:06.0: PCI INT D: no GSI
[    0.615713] pcieport 10000:e0:06.0: PME: Signaling with IRQ 145
[    0.615873] pcieport 10000:e0:06.0: AER: enabled with IRQ 145
[    0.615897] pcieport 10000:e0:06.0: DPC: enabled with IRQ 145
[    0.615898] pcieport 10000:e0:06.0: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
[    0.615976] nvme nvme0: pci function 10000:e1:00.0
[    0.615982] vmd 0000:00:0e.0: Bound to PCI domain 10000
[    0.615985] pcieport 10000:e0:06.0: can't derive routing for PCI INT A
[    0.615989] nvme 10000:e1:00.0: PCI INT A: not connected
[    0.692665] nvme nvme0: 16/0/0 default/read/poll queues
[    0.707373]  nvme0n1: p1 p2 p3 p4 p5
[    0.765278] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    0.765282] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    0.766489] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.774389] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[    0.774395] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1
[    0.775463] xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000000009810
[    0.775594] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.13
[    0.775596] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.775598] usb usb1: Product: xHCI Host Controller
[    0.775599] usb usb1: Manufacturer: Linux 5.13.4-zen2-1-zen xhci-hcd
[    0.775600] usb usb1: SerialNumber: 0000:00:0d.0
[    0.775758] hub 1-0:1.0: USB hub found
[    0.775765] hub 1-0:1.0: 1 port detected
[    0.775916] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[    0.775919] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2
[    0.775920] xhci_hcd 0000:00:0d.0: Host supports USB 3.1 Enhanced SuperSpeed
[    0.775946] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.13
[    0.775948] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.775949] usb usb2: Product: xHCI Host Controller
[    0.775949] usb usb2: Manufacturer: Linux 5.13.4-zen2-1-zen xhci-hcd
[    0.775950] usb usb2: SerialNumber: 0000:00:0d.0
[    0.776009] hub 2-0:1.0: USB hub found
[    0.776018] hub 2-0:1.0: 4 ports detected
[    0.776690] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.776693] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    0.777777] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000000009810
[    0.777960] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.13
[    0.777962] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.777963] usb usb3: Product: xHCI Host Controller
[    0.777964] usb usb3: Manufacturer: Linux 5.13.4-zen2-1-zen xhci-hcd
[    0.777965] usb usb3: SerialNumber: 0000:00:14.0
[    0.778031] hub 3-0:1.0: USB hub found
[    0.778054] hub 3-0:1.0: 16 ports detected
[    0.780202] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.780207] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    0.780210] xhci_hcd 0000:00:14.0: Host supports USB 3.2 Enhanced SuperSpeed
[    0.780269] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.13
[    0.780271] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.780273] usb usb4: Product: xHCI Host Controller
[    0.780275] usb usb4: Manufacturer: Linux 5.13.4-zen2-1-zen xhci-hcd
[    0.780277] usb usb4: SerialNumber: 0000:00:14.0
[    0.780364] hub 4-0:1.0: USB hub found
[    0.780385] hub 4-0:1.0: 8 ports detected
[    0.781144] usb: port power management may be unreliable
[    0.781681] random: fast init done
[    0.800904] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    0.899707] EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    0.969570] random: crng init done
[    0.969587] systemd[1]: Successfully credited entropy passed from boot loader.
[    0.970584] systemd[1]: systemd 249.1-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[    0.970689] systemd[1]: Detected architecture x86-64.
[    0.971695] systemd[1]: Hostname set to <sparkle>.
[    1.017309] usb 3-3: new full-speed USB device number 2 using xhci_hcd
[    1.037843] systemd[1]: Queued start job for default target Graphical Interface.
[    1.038848] systemd[1]: Created slice Slice /system/getty.
[    1.039018] systemd[1]: Created slice Slice /system/modprobe.
[    1.039197] systemd[1]: Created slice Slice /system/systemd-fsck.
[    1.039309] systemd[1]: Created slice User and Session Slice.
[    1.039364] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    1.039411] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    1.039507] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    1.039554] systemd[1]: Reached target Local Encrypted Volumes.
[    1.039582] systemd[1]: Reached target Login Prompts.
[    1.039612] systemd[1]: Reached target Path Units.
[    1.039636] systemd[1]: Reached target Remote File Systems.
[    1.039660] systemd[1]: Reached target Slice Units.
[    1.039687] systemd[1]: Reached target Swaps.
[    1.039712] systemd[1]: Reached target Local Verity Integrity Protected Volumes.
[    1.039766] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    1.039904] systemd[1]: Listening on LVM2 poll daemon socket.
[    1.040490] systemd[1]: Listening on Process Core Dump Socket.
[    1.040574] systemd[1]: Listening on Journal Audit Socket.
[    1.040635] systemd[1]: Listening on Journal Socket (/dev/log).
[    1.040695] systemd[1]: Listening on Journal Socket.
[    1.040763] systemd[1]: Listening on udev Control Socket.
[    1.040814] systemd[1]: Listening on udev Kernel Socket.
[    1.041188] systemd[1]: Mounting Huge Pages File System...
[    1.041559] systemd[1]: Mounting POSIX Message Queue File System...
[    1.042001] systemd[1]: Mounting Kernel Debug File System...
[    1.042499] systemd[1]: Mounting Kernel Trace File System...
[    1.043163] systemd[1]: Mounting Temporary Directory /tmp...
[    1.043663] systemd[1]: Starting Create List of Static Device Nodes...
[    1.044156] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    1.044705] systemd[1]: Starting Load Kernel Module configfs...
[    1.045354] systemd[1]: Starting Load Kernel Module drm...
[    1.045919] systemd[1]: Starting Load Kernel Module fuse...
[    1.046653] systemd[1]: Starting Set Up Additional Binary Formats...
[    1.046723] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    1.047939] systemd[1]: Starting Journal Service...
[    1.048126] Linux agpgart interface v0.103
[    1.048771] systemd[1]: Starting Load Kernel Modules...
[    1.049348] systemd[1]: Starting Remount Root and Kernel File Systems...
[    1.049460] systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
[    1.050028] systemd[1]: Starting Coldplug All udev Devices...
[    1.051235] systemd[1]: Mounted Huge Pages File System.
[    1.051336] systemd[1]: Mounted POSIX Message Queue File System.
[    1.051416] systemd[1]: Mounted Kernel Debug File System.
[    1.051491] systemd[1]: Mounted Kernel Trace File System.
[    1.051566] systemd[1]: Mounted Temporary Directory /tmp.
[    1.051771] systemd[1]: Finished Create List of Static Device Nodes.
[    1.052008] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    1.052198] systemd[1]: Finished Load Kernel Module configfs.
[    1.052464] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 306 (systemd-binfmt)
[    1.052612] fuse: init (API version 7.34)
[    1.053015] systemd[1]: Mounting Arbitrary Executable File Formats File System...
[    1.053727] systemd[1]: Mounting Kernel Configuration File System...
[    1.054049] EXT4-fs (nvme0n1p2): re-mounted. Opts: discard. Quota mode: none.
[    1.054062] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    1.054295] systemd[1]: Finished Load Kernel Module fuse.
[    1.054371] audit: type=1130 audit(1627591792.020:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.054376] audit: type=1131 audit(1627591792.020:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.054975] systemd[1]: Finished Load Kernel Modules.
[    1.055028] audit: type=1130 audit(1627591792.020:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.055212] systemd[1]: Finished Remount Root and Kernel File Systems.
[    1.055266] audit: type=1130 audit(1627591792.021:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.055548] systemd[1]: Mounted Arbitrary Executable File Formats File System.
[    1.055647] systemd[1]: Mounted Kernel Configuration File System.
[    1.056206] systemd[1]: Mounting FUSE Control File System...
[    1.056286] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[    1.056520] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    1.057024] systemd[1]: Starting Load/Save Random Seed...
[    1.057578] systemd[1]: Starting Apply Kernel Variables...
[    1.057652] systemd[1]: Condition check resulted in Create System Users being skipped.
[    1.058161] systemd[1]: Starting Create Static Device Nodes in /dev...
[    1.058895] systemd[1]: Finished Set Up Additional Binary Formats.
[    1.059788] audit: type=1130 audit(1627591792.025:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-binfmt comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.059915] systemd[1]: Mounted FUSE Control File System.
[    1.060995] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    1.061135] systemd[1]: Finished Load Kernel Module drm.
[    1.061964] audit: type=1130 audit(1627591792.027:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.061975] audit: type=1131 audit(1627591792.027:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.062638] systemd[1]: Finished Apply Kernel Variables.
[    1.063580] audit: type=1130 audit(1627591792.029:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.073213] systemd[1]: Finished Load/Save Random Seed.
[    1.074056] audit: type=1130 audit(1627591792.039:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.074103] systemd[1]: Condition check resulted in First Boot Complete being skipped.
[    1.077252] systemd[1]: Finished Create Static Device Nodes in /dev.
[    1.079245] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    1.081582] systemd[1]: Started Journal Service.
[    1.086869] systemd-journald[307]: Received client request to flush runtime journal.
[    1.132756] input: Asus Wireless Radio Control as /devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input4
[    1.135719] input: Intel HID events as /devices/platform/INTC1051:00/input/input5
[    1.135795] intel-hid INTC1051:00: platform supports 5 button array
[    1.135855] input: Intel HID 5 button array as /devices/platform/INTC1051:00/input/input6
[    1.137229] ACPI Warning: \_SB.IETM._TRT: Found unexpected NULL package element (20210331/nsrepair-186)
[    1.137235] ACPI Warning: \_SB.IETM._TRT: Expected return object of type Reference (20210331/nspredef-249)
[    1.137505] _TRT package 0 is invalid, ignored
[    1.137507] _TRT package 1 is invalid, ignored
[    1.147317] usb 3-3: New USB device found, idVendor=258a, idProduct=1007, bcdDevice= 1.01
[    1.147323] usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.147325] usb 3-3: Product: Wired Gaming Mouse
[    1.147326] usb 3-3: Manufacturer: SINOWEALTH
[    1.169379] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    1.169501] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    1.191925] intel-pmt 0000:00:0a.0: Watcher not supported
[    1.191932] intel-pmt 0000:00:0a.0: Crashlog not supported
[    1.207935] input: PC Speaker as /devices/platform/pcspkr/input/input7
[    1.210816] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    1.210913] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    1.211383] thunderbolt 0000:00:0d.2: enabling device (0000 -> 0002)
[    1.215998] i2c i2c-0: 2/4 memory slots populated (from DMI)
[    1.216650] i2c i2c-0: Successfully instantiated SPD at 0x50
[    1.217637] i2c i2c-0: Successfully instantiated SPD at 0x52
[    1.223206] intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
[    1.223547] idma64 idma64.0: Found Intel integrated DMA 64-bit
[    1.233391] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
[    1.233485] intel-spi 0000:00:1f.5: unrecognized JEDEC id bytes: c2 75 18 c2 75 18
[    1.233506] intel-spi 0000:00:1f.5: failed to locate the chip
[    1.233522] intel-spi: probe of 0000:00:1f.5 failed with error -2
[    1.233545] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    1.235565] proc_thermal 0000:00:04.0: Creating sysfs group for PROC_THERMAL_PCI
[    1.235606] intel_rapl_common: Found RAPL domain package
[    1.236902] tigerlake-pinctrl INT34C6:00: pin 226 cannot be used as IRQ
[    1.236904] genirq: Setting trigger mode 8 for irq 182 failed (intel_gpio_irq_type+0x0/0x210)
[    1.238424] tigerlake-pinctrl INT34C6:00: pin 226 cannot be used as IRQ
[    1.238426] genirq: Setting trigger mode 8 for irq 182 failed (intel_gpio_irq_type+0x0/0x210)
[    1.238440] i2c_hid_acpi i2c-ELAN1203:00: Could not register for ELAN1203:00 interrupt, irq = 182, ret = -1
[    1.238496] i2c_hid_acpi: probe of i2c-ELAN1203:00 failed with error -1
[    1.259166] r8169 0000:2d:00.0: can't disable ASPM; OS doesn't have ASPM control
[    1.260103] resource sanity check: requesting [mem 0xfedc0000-0xfedcdfff], which spans more than pnp 00:04 [mem 0xfedc0000-0xfedc7fff]
[    1.260110] caller tgl_uncore_imc_freerunning_init_box+0xba/0x100 [intel_uncore] mapping multiple BARs
[    1.264176] usb 3-7: new high-speed USB device number 3 using xhci_hcd
[    1.268702] libphy: r8169: probed
[    1.268947] r8169 0000:2d:00.0 eth0: RTL8168h/8111h, 7c:10:c9:91:28:52, XID 541, IRQ 183
[    1.268951] r8169 0000:2d:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    1.301479] cryptd: max_cpu_qlen set to 1000
[    1.301715] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    1.310410] AVX2 version of gcm_enc/dec engaged.
[    1.310461] AES CTR mode by8 optimization enabled
[    1.310830] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    1.312178] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    1.312182] cfg80211: failed to load regulatory.db
[    1.317797] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[    1.317845] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[    1.318250] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[    1.318363] snd_hda_intel 0000:01:00.1: Disabling MSI
[    1.318373] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[    1.322484] EXT4-fs (nvme0n1p3): mounted filesystem with ordered data mode. Opts: discard. Quota mode: none.
[    1.368912] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input8
[    1.368980] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input9
[    1.369051] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input10
[    1.369125] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input11
[    1.369262] input: HDA NVidia HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input12
[    1.396344] Intel(R) Wireless WiFi driver for Linux
[    1.396433] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
[    1.401883] iwlwifi 0000:00:14.3: api flags index 2 larger than supported by driver
[    1.401913] iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
[    1.402472] iwlwifi 0000:00:14.3: loaded firmware version 63.c04f3485.0 QuZ-a0-hr-b0-63.ucode op_mode iwlmvm
[    1.412128] i915 0000:00:02.0: [drm] VT-d active for gfx access
[    1.412147] checking generic (4000000000 7e9000) vs hw (622e000000 1000000)
[    1.412150] checking generic (4000000000 7e9000) vs hw (4000000000 10000000)
[    1.412152] fb0: switching to inteldrmfb from EFI VGA
[    1.412229] Console: switching to colour dummy device 80x25
[    1.412274] i915 0000:00:02.0: vgaarb: deactivate vga console
[    1.413246] usb 3-7: New USB device found, idVendor=322e, idProduct=202c, bcdDevice= 1.03
[    1.413252] usb 3-7: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[    1.413254] usb 3-7: Product: USB2.0 HD UVC WebCam
[    1.413256] usb 3-7: Manufacturer: Sonix Technology Co., Ltd.
[    1.414832] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[    1.416489] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/tgl_dmc_ver2_08.bin (v2.8)
[    1.429411] asus_wmi: ASUS WMI generic driver loaded
[    1.461425] r8169 0000:2d:00.0 enp45s0: renamed from eth0
[    1.468798] asus_wmi: Initialization: 0x1
[    1.469258] asus_wmi: SFUN value: 0x21
[    1.469260] asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
[    1.469264] asus-nb-wmi asus-nb-wmi: Detected ATK, enable event queue
[    1.469800] ee1004 0-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
[    1.470369] ee1004 0-0052: 512 byte EE1004-compliant SPD EEPROM, read-only
[    1.480073] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input13
[    1.494340] ACPI: battery: new extension: ASUS Battery Extension
[    1.495487] iTCO_vendor_support: vendor-support=0
[    1.495574] intel_rapl_common: Found RAPL domain package
[    1.495578] intel_rapl_common: Found RAPL domain core
[    1.495581] intel_rapl_common: Found RAPL domain uncore
[    1.495583] intel_rapl_common: Found RAPL domain psys
[    1.495853] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
[    1.527545] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
[    1.527717] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    1.530194] usb 3-14: new full-speed USB device number 4 using xhci_hcd
[    1.531143] iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6 AX201 160MHz, REV=0x354
[    1.543467] thermal thermal_zone7: failed to read out thermal zone (-61)
[    1.561515] intel_tcc_cooling: Programmable TCC Offset detected
[    1.562202] Generic FE-GE Realtek PHY r8169-2d00:00: attached PHY driver (mii_bus:phy_addr=r8169-2d00:00, irq=MAC)
[    1.609248] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[    1.609793] ACPI: video: Video Device [PEGP] (multi-head: no  rom: yes  post: no)
[    1.609841] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input14
[    1.611697] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    1.612188] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input15
[    1.612504] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    1.614277] fbcon: i915drmfb (fb0) is primary device
[    1.616716] Console: switching to colour frame buffer device 240x67
[    1.625030] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    1.659507] usb 3-14: New USB device found, idVendor=8087, idProduct=0026, bcdDevice= 0.02
[    1.659510] usb 3-14: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.682894] mc: Linux media interface: v0.10
[    1.684248] input: SINOWEALTH Wired Gaming Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0/0003:258A:1007.0001/input/input16
[    1.684299] hid-generic 0003:258A:1007.0001: input,hidraw0: USB HID v1.11 Mouse [SINOWEALTH Wired Gaming Mouse] on usb-0000:00:14.0-3/input0
[    1.686609] input: SINOWEALTH Wired Gaming Mouse Keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.1/0003:258A:1007.0002/input/input17
[    1.688428] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC256: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    1.688432] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    1.688434] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    1.688435] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    1.688436] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    1.688437] snd_hda_codec_realtek hdaudioC0D0:      Headset Mic=0x19
[    1.688438] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[    1.693472] videodev: Linux video capture interface: v2.00
[    1.709680] Bluetooth: Core ver 2.22
[    1.709699] NET: Registered protocol family 31
[    1.709700] Bluetooth: HCI device and connection manager initialized
[    1.709703] Bluetooth: HCI socket layer initialized
[    1.709705] Bluetooth: L2CAP socket layer initialized
[    1.709707] Bluetooth: SCO socket layer initialized
[    1.715908] usb 3-7: Found UVC 1.00 device USB2.0 HD UVC WebCam (322e:202c)
[    1.717938] iwlwifi 0000:00:14.3: base HW address: f8:5e:a0:1c:50:fc
[    1.723577] input: USB2.0 HD UVC WebCam: USB2.0 HD as /devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/input/input19
[    1.728266] usbcore: registered new interface driver btusb
[    1.729116] Bluetooth: hci0: Bootloader revision 0.4 build 0 week 30 2018
[    1.730139] Bluetooth: hci0: Device revision is 2
[    1.730142] Bluetooth: hci0: Secure boot is enabled
[    1.730143] Bluetooth: hci0: OTP lock is enabled
[    1.730144] Bluetooth: hci0: API lock is enabled
[    1.730145] Bluetooth: hci0: Debug lock is disabled
[    1.730146] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[    1.731258] Bluetooth: hci0: Found device firmware: intel/ibt-19-0-4.sfi
[    1.739293] hid-generic 0003:258A:1007.0002: input,hiddev96,hidraw1: USB HID v1.11 Keyboard [SINOWEALTH Wired Gaming Mouse] on usb-0000:00:14.0-3/input1
[    1.739306] usbcore: registered new interface driver uvcvideo
[    1.739319] usbcore: registered new interface driver usbhid
[    1.739321] usbhid: USB HID core driver
[    1.740320] r8169 0000:2d:00.0 enp45s0: Link is Down
[    1.741684] iwlwifi 0000:00:14.3 wlo1: renamed from wlan0
[    1.745326] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20
[    1.745380] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input21
[    1.745428] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input22
[    1.745474] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input23
[    1.745515] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input24
[    1.745565] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input25
[    1.745611] input: HDA Intel PCH HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input26
[    1.745656] input: HDA Intel PCH HDMI/DP,pcm=12 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input27
[    1.745714] input: HDA Intel PCH HDMI/DP,pcm=13 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input28
[    1.745790] input: HDA Intel PCH HDMI/DP,pcm=14 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input29
[    1.745887] input: HDA Intel PCH HDMI/DP,pcm=15 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input30
[    1.745980] input: HDA Intel PCH HDMI/DP,pcm=16 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input31
[    1.746078] input: HDA Intel PCH HDMI/DP,pcm=17 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input32
[    1.765702] mousedev: PS/2 mouse device common for all mice
[    3.338340] Bluetooth: hci0: Waiting for firmware download to complete
[    3.339113] Bluetooth: hci0: Firmware loaded in 1570167 usecs
[    3.339261] Bluetooth: hci0: Waiting for device to boot
[    3.354110] Bluetooth: hci0: Device booted in 14545 usecs
[    3.364928] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-19-0-4.ddc
[    3.367202] Bluetooth: hci0: Applying Intel DDC parameters completed
[    3.370206] Bluetooth: hci0: Firmware revision 0.0 build 191 week 21 2021
[    3.430113] Bluetooth: hci0: MSFT filter_enable is already on
[    5.764527] kauditd_printk_skb: 55 callbacks suppressed
[    5.764534] audit: type=1100 audit(1627591796.730:62): pid=633 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="andy3153" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[    5.765861] audit: type=1101 audit(1627591796.731:63): pid=633 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="andy3153" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[    5.766113] audit: type=1103 audit(1627591796.731:64): pid=633 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="andy3153" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[    5.766304] audit: type=1006 audit(1627591796.732:65): pid=633 uid=0 old-auid=4294967295 auid=3153 tty=(none) old-ses=4294967295 ses=2 res=1
[    5.766308] audit: type=1300 audit(1627591796.732:65): arch=c000003e syscall=1 success=yes exit=4 a0=8 a1=7ffd3cb18a20 a2=4 a3=c51 items=0 ppid=473 pid=633 auid=3153 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="sddm-helper" exe="/usr/lib/sddm/sddm-helper" key=(null)
[    5.766311] audit: type=1327 audit(1627591796.732:65): proctitle=2F7573722F6C69622F7364646D2F7364646D2D68656C706572002D2D736F636B6574002F746D702F7364646D2D6175746864333930656139612D353261322D343536662D383631662D393834376562383662323664002D2D69640031002D2D7374617274002F7573722F62696E2F7374617274706C61736D612D783131002D2D
[    5.779716] audit: type=1130 audit(1627591796.745:66): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@3153 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.784899] audit: type=1101 audit(1627591796.750:67): pid=635 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="andy3153" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.784907] audit: type=1103 audit(1627591796.750:68): pid=635 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="andy3153" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[    5.784911] audit: type=1006 audit(1627591796.750:69): pid=635 uid=0 old-auid=4294967295 auid=3153 tty=(none) old-ses=4294967295 ses=3 res=1
[    9.078932] wlo1: authenticate with 74:da:88:a0:b4:37
[    9.084930] wlo1: send auth to 74:da:88:a0:b4:37 (try 1/3)
[    9.111418] wlo1: authenticated
[    9.112191] wlo1: associate with 74:da:88:a0:b4:37 (try 1/3)
[    9.113982] wlo1: RX AssocResp from 74:da:88:a0:b4:37 (capab=0x11 status=0 aid=3)
[    9.119494] wlo1: associated
[    9.161712] IPv6: ADDRCONF(NETDEV_CHANGE): wlo1: link becomes ready
[   12.008871] kauditd_printk_skb: 13 callbacks suppressed
[   12.008877] audit: type=1131 audit(1627591802.974:79): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   16.087121] audit: type=1131 audit(1627591807.052:80): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@972 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   16.093515] audit: type=1131 audit(1627591807.059:81): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@972 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   19.266042] audit: type=1130 audit(1627591810.231:82): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=cups comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   31.546874] audit: type=1131 audit(1627591822.512:83): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   31.585322] audit: type=1334 audit(1627591822.551:84): prog-id=22 op=UNLOAD
[   31.585331] audit: type=1334 audit(1627591822.551:85): prog-id=21 op=UNLOAD
[   31.585335] audit: type=1334 audit(1627591822.551:86): prog-id=20 op=UNLOAD
[   40.089528] audit: type=1100 audit(1627591831.055:87): pid=1004 uid=3153 auid=3153 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="andy3153" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[   40.091540] audit: type=1101 audit(1627591831.057:88): pid=1004 uid=3153 auid=3153 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="andy3153" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[   40.091959] audit: type=1110 audit(1627591831.057:89): pid=1004 uid=3153 auid=3153 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[   40.093836] audit: type=1105 audit(1627591831.059:90): pid=1004 uid=3153 auid=3153 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'

Offline

#36 2021-07-29 20:56:40

seth
Member
Registered: 2012-09-03
Posts: 51,739

Re: [SOLVED] In need of help with hybrid graphics

"nouveau", but it's not loaded at all in that journal.
Do you still blacklist it in /etc/modprobe.d/* ?

Offline

#37 2021-07-30 10:42:53

Andy3153
Member
Registered: 2018-12-24
Posts: 89

Re: [SOLVED] In need of help with hybrid graphics

seth wrote:

"nouveau", but it's not loaded at all in that journal.
Do you still blacklist it in /etc/modprobe.d/* ?

Nope. Checked beforehand.

$ sudo ls /etc/modprobe.d/*
zsh: no matches found: /etc/modprobe.d/*

EDIT: This was supposed to just work and show up, right? Did it get borked? Is it time for a reinstall?

Last edited by Andy3153 (2021-07-30 10:49:15)

Offline

#38 2021-08-10 19:55:40

Andy3153
Member
Registered: 2018-12-24
Posts: 89

Re: [SOLVED] In need of help with hybrid graphics

EDIT: Using these steps I was able to get hybrid graphics working on my friend's laptop as well (ASUS TUF A15 FA506IV). After doing it a second time, I am unsure of how useful it is to do the system76-power thing, might be useful for some X configuration files though.

Well... I've got something working. It's just that it's never just a step-by-step process and that's all, it always includes just a bit of randomness or luck for this kind of thing. I'll just try to add in as many details to this as possible.
Note: there are  t o n s  of links in this.

I did a full reinstall, just following the good old installation guide, using the normal Linux kernel (ex. not Zen or LTS) (I am not completely sure that the custom kernel was the problem), after which I installed Xorg, NVIDIA and Intel video drivers (don't install them anymore, see explanation at the bottom), KDE Plasma (which is just the DE I use, I only specify this too just to say absolutely everything I did), and then installed and enabled system76-power since I was still intending to use that.

Then, I rebooted, and I tried to use system76-power, I forgot I haven't loaded NVIDIA early and that I didn't enable NVIDIA DRM, so I went ahead and did these after which I rebooted again.

After that, I tried to use system76-power once again, noticing that now the dGPU would stay on and that if I switched to it, it would remain switched to it only by looking at the status, but no program was actually running on the dGPU. I tried to switch back to the 'integrated' option, and after a reboot, it was always only switching to the 'compute' option weirdly enough.

Then, I had the bright idea to switch to the 'hybrid' option. I did, and after a reboot, I noticed everything was fine: system76-power still reported that the dGPU was on and that the 'hybrid' option was still the one chosen, so I remembered that for this option, you would have to use PRIME. So I installed nvidia-prime and I just started to test prime-run, and I noticed that if I used any program in prime-run, it would say that it's running on the dGPU.

For example, glxinfo

$ prime-run glxinfo | grep -i 'opengl renderer'
OpenGL renderer string: NVIDIA GeForce RTX 3060 Laptop GPU/PCIe/SSE2

Then I tested it with other games where it was easy for me to confirm that they were running on the dGPU, like Minecraft, where I just looked in the F3 menu in the right section, or with DOOM Eternal where I just looked if I was either going to get a message that Intel cards aren't supported or that it would start normally.

When I saw that this worked, I disabled system76-power and I rebooted just to be sure things will work. Now system76-power isn't really needed anymore, though, I'm not so sure it was ever even needed.


So, this works! In order to run a program on the dGPU, you would just need to add 'prime-run' right before the command that launches the game.
For example, for Steam games, you would right-click the game in the Steam launcher and select 'Properties', then in the 'Launch Options' field you would add 'prime-run %command%'. For Lutris, you can go in the 3-dots menu in the upper-right corner, select Preferences, then go in the 'System options' tab and check 'Enable NVIDIA Prime Render Offload'


I hope that any of this will ever be useful to anyone, and I wish you all good luck with your hybrid graphics setup! Marking this as solved.


EDIT 2: Why you  shouldn't install Intel drivers anymore, in my opinion (xf86-video-intel)
Well, I did, and they caused weird glitching when I would screenshot, screenshare, or screenrecord with the compositor turned on. Plus, the drivers already included for Intel are very good as-is. I did the switch a week ago and I haven't noticed anything bad, only that it solved my problem.
Even the Intel graphics Arch Wiki page recommends against installing xf86-video-intel, but the recommendation was either not there when I first installed it, or I just didn't pay attention.

Last edited by Andy3153 (2021-11-01 13:59:48)

Offline

Board footer

Powered by FluxBB