You are not logged in.

#1 2023-07-04 09:05:30

classikh
Member
Registered: 2023-06-13
Posts: 45

[SOLVED]WiFi-device Not found.

Hey, I just purchased my new laptop, Its lenovo Ideapad Gaming 3i. I did a fresh install of Arch on my system but the system cannot detect my Wifi Adapter.

Below is the result of the `lshw -C network` command
```

WARNING: you should run this program as super-user.
  *-network                 
       description: Ethernet interface
       product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:05:00.0
       logical name: enp5s0
       version: 15
       serial: e4:a8:df:e4:99:c9
       size: 100Mbit/s
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=6.1.37-1-lts duplex=full firmware=rtl8168h-2_0.0.2 02/26/15 ip=192.168.1.101 latency=0 link=yes multicast=yes port=twisted pair speed=100Mbit/s
       resources: irq:18 ioport:4000(size=256) memory:55204000-55204fff memory:55200000-55203fff
  *-network UNCLAIMED
       description: Network controller
       product: Realtek Semiconductor Co., Ltd.
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:06:00.0
       version: 00
       width: 64 bits
       clock: 33MHz
       capabilities: cap_list
       configuration: latency=0
       resources: ioport:3000(size=256) memory:55100000-551fffff
WARNING: output may be incomplete or inaccurate, you should run this program as super-user.

And the `lspci` command gives the below network controller

0000:06:00.0 Network controller: Realtek Semiconductor Co., Ltd. Device b852

 

my nmcli command cannot find a wifi device

[classikh@ideapadG ~]$ nmcli dev
DEVICE  TYPE      STATE                   CONNECTION         
enp5s0  ethernet  connected               Wired connection 1 
lo      loopback  connected (externally)  lo  

I am currently using ethernet. Please give a solution.!

Last edited by classikh (2023-10-08 16:10:09)

Offline

#2 2023-07-04 09:52:50

loqs
Member
Registered: 2014-03-06
Posts: 18,938

Re: [SOLVED]WiFi-device Not found.

Please post the output of the following in code tags

$ lsusb
# dmesg

Offline

#3 2023-07-04 11:13:05

classikh
Member
Registered: 2023-06-13
Posts: 45

Re: [SOLVED]WiFi-device Not found.

Below is the output of lsusb command.


Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 003: ID 048d:c976 Integrated Technology Express, Inc. ITE Device(8176)
Bus 003 Device 002: ID 30c9:0030 Luxvisions Innotech Limited Integrated Camera
Bus 003 Device 004: ID 0bda:4853 Realtek Semiconductor Corp. Bluetooth Radio
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


And dmesg

[    0.000000] microcode: microcode updated early to revision 0x42a, date = 2023-02-14
[    0.000000] Linux version 6.1.37-1-lts (linux-lts@archlinux) (gcc (GCC) 13.1.1 20230429, GNU ld (GNU Binutils) 2.40.0) #1 SMP PREEMPT_DYNAMIC Sat, 01 Jul 2023 17:31:09 +0000
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=8f885076-ea92-41c0-9793-6a94b620a717 rw loglevel=3 quiet
[    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 0x200: 'Protection Keys User registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using 'compacted' format.
[    0.000000] signal: max sigframe size: 3632
[    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-0x0000000038dfdfff] usable
[    0.000000] BIOS-e820: [mem 0x0000000038dfe000-0x0000000038dfffff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000038e00000-0x000000003d368fff] usable
[    0.000000] BIOS-e820: [mem 0x000000003d369000-0x000000003dc68fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000003dc69000-0x000000003fa7efff] usable
[    0.000000] BIOS-e820: [mem 0x000000003fa7f000-0x0000000041a7efff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000041a7f000-0x0000000044a2efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000044a2f000-0x0000000044afefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000044aff000-0x0000000044afffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000044b00000-0x0000000048ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000049200000-0x00000000493fffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000004a000000-0x00000000503fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe010000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000004afbfffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0x38e00018-0x38e24657] usable ==> usable
[    0.000000] e820: update [mem 0x38e00018-0x38e24657] 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-0x0000000038dfdfff] usable
[    0.000000] reserve setup_data: [mem 0x0000000038dfe000-0x0000000038dfffff] ACPI data
[    0.000000] reserve setup_data: [mem 0x0000000038e00000-0x0000000038e00017] usable
[    0.000000] reserve setup_data: [mem 0x0000000038e00018-0x0000000038e24657] usable
[    0.000000] reserve setup_data: [mem 0x0000000038e24658-0x000000003d368fff] usable
[    0.000000] reserve setup_data: [mem 0x000000003d369000-0x000000003dc68fff] reserved
[    0.000000] reserve setup_data: [mem 0x000000003dc69000-0x000000003fa7efff] usable
[    0.000000] reserve setup_data: [mem 0x000000003fa7f000-0x0000000041a7efff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000041a7f000-0x0000000044a2efff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000044a2f000-0x0000000044afefff] ACPI data
[    0.000000] reserve setup_data: [mem 0x0000000044aff000-0x0000000044afffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000044b00000-0x0000000048ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000049200000-0x00000000493fffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000004a000000-0x00000000503fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fe010000-0x00000000fe010fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x00000004afbfffff] usable
[    0.000000] efi: EFI v2.70 by INSYDE Corp.
[    0.000000] efi: ACPI=0x44afe000 ACPI 2.0=0x44afe014 TPMFinalLog=0x44966000 SMBIOS=0x40086000 MEMATTR=0x38e30018 ESRT=0x38e34298 INITRD=0x38e31b18 RNG=0x44a30018 TPMEventLog=0x38e25018 
[    0.000000] random: crng init done
[    0.000000] SMBIOS 3.3 present.
[    0.000000] DMI: LENOVO 82SA/LNVNB161216, BIOS JMCN36WW(V3.02) 04/06/2022
[    0.000000] tsc: Detected 2700.000 MHz processor
[    0.000000] tsc: Detected 2688.000 MHz TSC
[    0.000003] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000004] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000009] last_pfn = 0x4afc00 max_arch_pfn = 0x400000000
[    0.000152] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000839] last_pfn = 0x44b00 max_arch_pfn = 0x400000000
[    0.005183] esrt: Reserving ESRT space from 0x0000000038e34298 to 0x0000000038e34438.
[    0.005187] e820: update [mem 0x38e34000-0x38e34fff] usable ==> reserved
[    0.005200] Using GB pages for direct mapping
[    0.005200] Incomplete global flushes, disabling PCID
[    0.005499] Secure boot disabled
[    0.005499] RAMDISK: [mem 0x361ad000-0x3776ffff]
[    0.005502] ACPI: Early table checksum verification disabled
[    0.005504] ACPI: RSDP 0x0000000044AFE014 000024 (v02 LENOVO)
[    0.005507] ACPI: XSDT 0x0000000044A31228 00016C (v01 LENOVO CB-01    00000001      01000013)
[    0.005511] ACPI: FACP 0x0000000044AC3000 000114 (v06 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005515] ACPI: DSDT 0x0000000044A4E000 071D3D (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005517] ACPI: FACS 0x0000000044943000 000040
[    0.005519] ACPI: UEFI 0x0000000044A2E000 000236 (v01 INSYDE ADL-P-M  00000001 ACPI 00040000)
[    0.005521] ACPI: SSDT 0x0000000044AFC000 00038C (v02 LENOVO CB-01    00000001 INTL 20200717)
[    0.005523] ACPI: SSDT 0x0000000044AFB000 000101 (v02 LENOVO CB-01    00000001 INTL 20200717)
[    0.005524] ACPI: SSDT 0x0000000044AF6000 0043BE (v02 LENOVO CB-01    00000001 INTL 20200717)
[    0.005526] ACPI: SSDT 0x0000000044AEF000 006F25 (v02 LENOVO CB-01    00000001 INTL 20200717)
[    0.005528] ACPI: SSDT 0x0000000044AE9000 005D2C (v02 LENOVO CB-01    00000001 INTL 20200717)
[    0.005530] ACPI: SSDT 0x0000000044AE6000 002B22 (v02 LENOVO CB-01    00000001 INTL 20200717)
[    0.005531] ACPI: SSDT 0x0000000044AE2000 0033D3 (v02 LENOVO CB-01    00000001 INTL 20200717)
[    0.005533] ACPI: SSDT 0x0000000044AD4000 00D411 (v02 INTEL  TcssSsdt 00001000 INTL 20200717)
[    0.005535] ACPI: SSDT 0x0000000044AD3000 00094F (v02 LENOVO CB-01    00000001 INTL 20200717)
[    0.005536] ACPI: SSDT 0x0000000044AD2000 000033 (v02 LENOVO CB-01    00000001 INTL 20200717)
[    0.005538] ACPI: SSDT 0x0000000044AD0000 001260 (v02 LENOVO CB-01    00000001 INTL 20200717)
[    0.005540] ACPI: SSDT 0x0000000044ACF000 00077B (v02 LENOVO CB-01    00000001 INTL 20200717)
[    0.005542] ACPI: TPM2 0x0000000044ACE000 00004C (v04 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005543] ACPI: MSDM 0x0000000044ACD000 000055 (v03 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005545] ACPI: LPIT 0x0000000044ACC000 0000CC (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005547] ACPI: WSMT 0x0000000044ACB000 000028 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005548] ACPI: SSDT 0x0000000044ACA000 000AD9 (v02 LENOVO CB-01    00000001 INTL 20200717)
[    0.005550] ACPI: SSDT 0x0000000044AC7000 002357 (v02 LENOVO CB-01    00000001 INTL 20200717)
[    0.005552] ACPI: DBGP 0x0000000044AFD000 000034 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005553] ACPI: DBG2 0x0000000044AC5000 000054 (v00 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005555] ACPI: NHLT 0x0000000044AC4000 00002D (v00 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005557] ACPI: HPET 0x0000000044AC2000 000038 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005558] ACPI: APIC 0x0000000044AC1000 0001DC (v04 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005560] ACPI: MCFG 0x0000000044AC0000 00003C (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005562] ACPI: SSDT 0x0000000044A46000 007D1D (v02 LENOVO CB-01    00000001      01000013)
[    0.005564] ACPI: SSDT 0x0000000044A44000 001D0E (v02 LENOVO CB-01    00000001      01000013)
[    0.005565] ACPI: $H2O 0x0000000044A43000 00002C (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005567] ACPI: DMAR 0x0000000044A42000 000088 (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005569] ACPI: SSDT 0x0000000044A40000 001E41 (v01 LENOVO CB-01    00000001 INTL 20200717)
[    0.005571] ACPI: UEFI 0x00000000448FC000 00063A (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005572] ACPI: UEFI 0x00000000448FB000 00005C (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005574] ACPI: SSDT 0x0000000044A3F000 000C2E (v02 LENOVO CB-01    00000001 INTL 20200717)
[    0.005576] ACPI: SSDT 0x0000000044A3B000 003AEA (v02 LENOVO CB-01    00000001 INTL 20200717)
[    0.005577] ACPI: SSDT 0x0000000044A37000 0039DA (v02 LENOVO CB-01    00000001 INTL 20200717)
[    0.005579] ACPI: SSDT 0x0000000044A35000 0010B5 (v02 LENOVO CB-01    00000001 INTL 20200717)
[    0.005581] ACPI: SSDT 0x0000000044A34000 0000F8 (v01 LENOVO CB-01    00000001 INTL 20200717)
[    0.005582] ACPI: FPDT 0x0000000044A33000 000044 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005584] ACPI: PHAT 0x0000000044AC6000 0006B1 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005586] ACPI: BGRT 0x0000000044A32000 000038 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.005587] ACPI: Reserving FACP table memory at [mem 0x44ac3000-0x44ac3113]
[    0.005588] ACPI: Reserving DSDT table memory at [mem 0x44a4e000-0x44abfd3c]
[    0.005589] ACPI: Reserving FACS table memory at [mem 0x44943000-0x4494303f]
[    0.005589] ACPI: Reserving UEFI table memory at [mem 0x44a2e000-0x44a2e235]
[    0.005590] ACPI: Reserving SSDT table memory at [mem 0x44afc000-0x44afc38b]
[    0.005590] ACPI: Reserving SSDT table memory at [mem 0x44afb000-0x44afb100]
[    0.005591] ACPI: Reserving SSDT table memory at [mem 0x44af6000-0x44afa3bd]
[    0.005591] ACPI: Reserving SSDT table memory at [mem 0x44aef000-0x44af5f24]
[    0.005592] ACPI: Reserving SSDT table memory at [mem 0x44ae9000-0x44aeed2b]
[    0.005592] ACPI: Reserving SSDT table memory at [mem 0x44ae6000-0x44ae8b21]
[    0.005593] ACPI: Reserving SSDT table memory at [mem 0x44ae2000-0x44ae53d2]
[    0.005593] ACPI: Reserving SSDT table memory at [mem 0x44ad4000-0x44ae1410]
[    0.005593] ACPI: Reserving SSDT table memory at [mem 0x44ad3000-0x44ad394e]
[    0.005594] ACPI: Reserving SSDT table memory at [mem 0x44ad2000-0x44ad2032]
[    0.005594] ACPI: Reserving SSDT table memory at [mem 0x44ad0000-0x44ad125f]
[    0.005595] ACPI: Reserving SSDT table memory at [mem 0x44acf000-0x44acf77a]
[    0.005595] ACPI: Reserving TPM2 table memory at [mem 0x44ace000-0x44ace04b]
[    0.005596] ACPI: Reserving MSDM table memory at [mem 0x44acd000-0x44acd054]
[    0.005596] ACPI: Reserving LPIT table memory at [mem 0x44acc000-0x44acc0cb]
[    0.005597] ACPI: Reserving WSMT table memory at [mem 0x44acb000-0x44acb027]
[    0.005597] ACPI: Reserving SSDT table memory at [mem 0x44aca000-0x44acaad8]
[    0.005598] ACPI: Reserving SSDT table memory at [mem 0x44ac7000-0x44ac9356]
[    0.005598] ACPI: Reserving DBGP table memory at [mem 0x44afd000-0x44afd033]
[    0.005599] ACPI: Reserving DBG2 table memory at [mem 0x44ac5000-0x44ac5053]
[    0.005599] ACPI: Reserving NHLT table memory at [mem 0x44ac4000-0x44ac402c]
[    0.005600] ACPI: Reserving HPET table memory at [mem 0x44ac2000-0x44ac2037]
[    0.005600] ACPI: Reserving APIC table memory at [mem 0x44ac1000-0x44ac11db]
[    0.005601] ACPI: Reserving MCFG table memory at [mem 0x44ac0000-0x44ac003b]
[    0.005601] ACPI: Reserving SSDT table memory at [mem 0x44a46000-0x44a4dd1c]
[    0.005602] ACPI: Reserving SSDT table memory at [mem 0x44a44000-0x44a45d0d]
[    0.005602] ACPI: Reserving $H2O table memory at [mem 0x44a43000-0x44a4302b]
[    0.005603] ACPI: Reserving DMAR table memory at [mem 0x44a42000-0x44a42087]
[    0.005603] ACPI: Reserving SSDT table memory at [mem 0x44a40000-0x44a41e40]
[    0.005604] ACPI: Reserving UEFI table memory at [mem 0x448fc000-0x448fc639]
[    0.005604] ACPI: Reserving UEFI table memory at [mem 0x448fb000-0x448fb05b]
[    0.005605] ACPI: Reserving SSDT table memory at [mem 0x44a3f000-0x44a3fc2d]
[    0.005605] ACPI: Reserving SSDT table memory at [mem 0x44a3b000-0x44a3eae9]
[    0.005606] ACPI: Reserving SSDT table memory at [mem 0x44a37000-0x44a3a9d9]
[    0.005606] ACPI: Reserving SSDT table memory at [mem 0x44a35000-0x44a360b4]
[    0.005607] ACPI: Reserving SSDT table memory at [mem 0x44a34000-0x44a340f7]
[    0.005607] ACPI: Reserving FPDT table memory at [mem 0x44a33000-0x44a33043]
[    0.005608] ACPI: Reserving PHAT table memory at [mem 0x44ac6000-0x44ac66b0]
[    0.005608] ACPI: Reserving BGRT table memory at [mem 0x44a32000-0x44a32037]
[    0.005762] No NUMA configuration found
[    0.005763] Faking a node at [mem 0x0000000000000000-0x00000004afbfffff]
[    0.005765] NODE_DATA(0) allocated [mem 0x4afbfb000-0x4afbfffff]
[    0.005783] Zone ranges:
[    0.005784]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.005785]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.005785]   Normal   [mem 0x0000000100000000-0x00000004afbfffff]
[    0.005786]   Device   empty
[    0.005787] Movable zone start for each node
[    0.005787] Early memory node ranges
[    0.005787]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.005788]   node   0: [mem 0x0000000000100000-0x0000000038dfdfff]
[    0.005789]   node   0: [mem 0x0000000038e00000-0x000000003d368fff]
[    0.005789]   node   0: [mem 0x000000003dc69000-0x000000003fa7efff]
[    0.005789]   node   0: [mem 0x0000000044aff000-0x0000000044afffff]
[    0.005790]   node   0: [mem 0x0000000100000000-0x00000004afbfffff]
[    0.005791] Initmem setup node 0 [mem 0x0000000000001000-0x00000004afbfffff]
[    0.005793] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.005805] On node 0, zone DMA: 97 pages in unavailable ranges
[    0.006586] On node 0, zone DMA32: 2 pages in unavailable ranges
[    0.006621] On node 0, zone DMA32: 2304 pages in unavailable ranges
[    0.006712] On node 0, zone DMA32: 20608 pages in unavailable ranges
[    0.024949] On node 0, zone Normal: 13568 pages in unavailable ranges
[    0.024956] On node 0, zone Normal: 1024 pages in unavailable ranges
[    0.024996] Reserving Intel graphics memory at [mem 0x4c800000-0x503fffff]
[    0.025264] ACPI: PM-Timer IO Port: 0x1808
[    0.025270] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.025271] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.025271] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.025271] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.025272] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.025272] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.025272] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.025273] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.025273] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.025273] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.025274] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.025274] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.025274] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.025275] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.025275] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.025276] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[    0.025276] ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
[    0.025276] ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
[    0.025277] ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
[    0.025277] ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
[    0.025277] ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
[    0.025278] ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
[    0.025278] ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
[    0.025278] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.025313] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.025315] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.025316] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.025318] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.025319] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.025323] e820: update [mem 0x38221000-0x3832ffff] usable ==> reserved
[    0.025330] TSC deadline timer available
[    0.025331] smpboot: Allowing 20 CPUs, 0 hotplug CPUs
[    0.025342] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.025344] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[    0.025344] PM: hibernation: Registered nosave memory: [mem 0x38221000-0x3832ffff]
[    0.025345] PM: hibernation: Registered nosave memory: [mem 0x38dfe000-0x38dfffff]
[    0.025346] PM: hibernation: Registered nosave memory: [mem 0x38e00000-0x38e00fff]
[    0.025347] PM: hibernation: Registered nosave memory: [mem 0x38e24000-0x38e24fff]
[    0.025348] PM: hibernation: Registered nosave memory: [mem 0x38e34000-0x38e34fff]
[    0.025348] PM: hibernation: Registered nosave memory: [mem 0x3d369000-0x3dc68fff]
[    0.025349] PM: hibernation: Registered nosave memory: [mem 0x3fa7f000-0x41a7efff]
[    0.025350] PM: hibernation: Registered nosave memory: [mem 0x41a7f000-0x44a2efff]
[    0.025350] PM: hibernation: Registered nosave memory: [mem 0x44a2f000-0x44afefff]
[    0.025351] PM: hibernation: Registered nosave memory: [mem 0x44b00000-0x48ffffff]
[    0.025351] PM: hibernation: Registered nosave memory: [mem 0x49000000-0x491fffff]
[    0.025351] PM: hibernation: Registered nosave memory: [mem 0x49200000-0x493fffff]
[    0.025352] PM: hibernation: Registered nosave memory: [mem 0x49400000-0x49ffffff]
[    0.025352] PM: hibernation: Registered nosave memory: [mem 0x4a000000-0x503fffff]
[    0.025352] PM: hibernation: Registered nosave memory: [mem 0x50400000-0xbfffffff]
[    0.025353] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xcfffffff]
[    0.025353] PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xfe00ffff]
[    0.025353] PM: hibernation: Registered nosave memory: [mem 0xfe010000-0xfe010fff]
[    0.025354] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfed1ffff]
[    0.025354] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
[    0.025354] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfeffffff]
[    0.025355] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.025356] [mem 0x50400000-0xbfffffff] available for PCI devices
[    0.025356] Booting paravirtualized kernel on bare hardware
[    0.025358] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.028736] setup_percpu: NR_CPUS:320 nr_cpumask_bits:20 nr_cpu_ids:20 nr_node_ids:1
[    0.029376] percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144
[    0.029381] pcpu-alloc: s221184 r8192 d28672 u262144 alloc=1*2097152
[    0.029382] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.029386] pcpu-alloc: [0] 16 17 18 19 -- -- -- -- 
[    0.029401] Fallback order for Node 0: 0 
[    0.029403] Built 1 zonelists, mobility grouping on.  Total pages: 4059336
[    0.029404] Policy zone: Normal
[    0.029404] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=8f885076-ea92-41c0-9793-6a94b620a717 rw loglevel=3 quiet
[    0.029434] Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-linux-lts", will be passed to user space.
[    0.029441] printk: log_buf_len individual max cpu contribution: 4096 bytes
[    0.029442] printk: log_buf_len total cpu_extra contributions: 77824 bytes
[    0.029442] printk: log_buf_len min size: 131072 bytes
[    0.029574] printk: log_buf_len: 262144 bytes
[    0.029574] printk: early log buf free: 111520(85%)
[    0.030731] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.031318] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.031550] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.031557] software IO TLB: area num 32.
[    0.062804] Memory: 15967036K/16495728K available (16391K kernel code, 2138K rwdata, 11072K rodata, 2148K init, 5356K bss, 528432K reserved, 0K cma-reserved)
[    0.062904] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=20, Nodes=1
[    0.062912] ftrace: allocating 46457 entries in 182 pages
[    0.067164] ftrace: allocated 182 pages with 5 groups
[    0.067574] Dynamic Preempt: voluntary
[    0.067598] rcu: Preemptible hierarchical RCU implementation.
[    0.067600] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=20.
[    0.067601] 	Trampoline variant of Tasks RCU enabled.
[    0.067601] 	Rude variant of Tasks RCU enabled.
[    0.067602] 	Tracing variant of Tasks RCU enabled.
[    0.067603] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.067604] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=20
[    0.070047] NR_IRQS: 20736, nr_irqs: 2216, preallocated irqs: 16
[    0.070322] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.070509] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.070530] Console: colour dummy device 80x25
[    0.070542] printk: console [tty0] enabled
[    0.070555] ACPI: Core revision 20220331
[    0.070808] hpet: HPET dysfunctional in PC10. Force disabled.
[    0.070808] APIC: Switch to symmetric I/O mode setup
[    0.070810] DMAR: Host address width 39
[    0.070810] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.070814] DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 29a00f0505e
[    0.070815] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.070818] DMAR: dmar1: reg_base_addr fed91000 ver 5:0 cap d2008c40660462 ecap f050da
[    0.070819] DMAR: RMRR base: 0x0000004c000000 end: 0x000000503fffff
[    0.070821] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.070822] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.070823] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.072398] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.072399] x2apic enabled
[    0.072430] Switched APIC routing to cluster x2apic.
[    0.076863] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x26bef67878b, max_idle_ns: 440795293631 ns
[    0.076868] Calibrating delay loop (skipped), value calculated using timer frequency.. 5378.00 BogoMIPS (lpj=8960000)
[    0.076870] pid_max: default: 32768 minimum: 301
[    0.079261] LSM: Security Framework initializing
[    0.079266] landlock: Up and running.
[    0.079267] Yama: becoming mindful.
[    0.079274] LSM support for eBPF active
[    0.079305] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.079328] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.079513] CPU0: Thermal monitoring enabled (TM1)
[    0.079514] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.079609] process: using mwait in idle threads
[    0.079610] CET detected: Indirect Branch Tracking enabled
[    0.079611] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.079612] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.079614] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.079615] Spectre V2 : Mitigation: Enhanced IBRS
[    0.079615] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.079616] Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
[    0.079617] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.079617] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.080200] Freeing SMP alternatives memory: 40K
[    0.080200] smpboot: CPU0: 12th Gen Intel(R) Core(TM) i7-12700H (family: 0x6, model: 0x9a, stepping: 0x3)
[    0.080200] cblist_init_generic: Setting adjustable number of callback queues.
[    0.080200] cblist_init_generic: Setting shift to 5 and lim to 1.
[    0.080200] cblist_init_generic: Setting shift to 5 and lim to 1.
[    0.080200] cblist_init_generic: Setting shift to 5 and lim to 1.
[    0.080200] Performance Events: XSAVE Architectural LBR, PEBS fmt4+-baseline,  AnyThread deprecated, Alderlake Hybrid events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.080200] core: cpu_core PMU driver: 
[    0.080200] ... version:                5
[    0.080200] ... bit width:              48
[    0.080200] ... generic registers:      8
[    0.080200] ... value mask:             0000ffffffffffff
[    0.080200] ... max period:             00007fffffffffff
[    0.080200] ... fixed-purpose events:   4
[    0.080200] ... event mask:             0001000f000000ff
[    0.080200] Estimated ratio of average max frequency by base frequency (times 1024): 1668
[    0.080200] rcu: Hierarchical SRCU implementation.
[    0.080200] rcu: 	Max phase no-delay instances is 1000.
[    0.080200] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.080200] smp: Bringing up secondary CPUs ...
[    0.080200] x86: Booting SMP configuration:
[    0.080200] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12
[    0.009744] core: cpu_atom PMU driver: PEBS-via-PT 
[    0.009744] ... version:                5
[    0.009744] ... bit width:              48
[    0.009744] ... generic registers:      6
[    0.009744] ... value mask:             0000ffffffffffff
[    0.009744] ... max period:             00007fffffffffff
[    0.009744] ... fixed-purpose events:   3
[    0.009744] ... event mask:             000000070000003f
[    0.122791]  #13 #14 #15 #16 #17 #18 #19
[    0.140597] smp: Brought up 1 node, 20 CPUs
[    0.140597] smpboot: Max logical packages: 1
[    0.140597] smpboot: Total of 20 processors activated (107563.00 BogoMIPS)
[    0.143935] devtmpfs: initialized
[    0.143935] x86/mm: Memory block size: 128MB
[    0.144002] ACPI: PM: Registering ACPI NVS region [mem 0x41a7f000-0x44a2efff] (50003968 bytes)
[    0.144002] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.144002] futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
[    0.144002] pinctrl core: initialized pinctrl subsystem
[    0.144174] PM: RTC time: 16:32:51, date: 2023-07-04
[    0.144545] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.144721] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.144852] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.145002] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.145009] audit: initializing netlink subsys (disabled)
[    0.145012] audit: type=2000 audit(1688488371.066:1): state=initialized audit_enabled=0 res=1
[    0.145012] thermal_sys: Registered thermal governor 'fair_share'
[    0.145012] thermal_sys: Registered thermal governor 'bang_bang'
[    0.145012] thermal_sys: Registered thermal governor 'step_wise'
[    0.145012] thermal_sys: Registered thermal governor 'user_space'
[    0.145012] thermal_sys: Registered thermal governor 'power_allocator'
[    0.145012] cpuidle: using governor ladder
[    0.145012] cpuidle: using governor menu
[    0.145012] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.145012] PCI: MMCONFIG for domain 0000 [bus 00-e0] at [mem 0xc0000000-0xce0fffff] (base 0xc0000000)
[    0.145012] PCI: MMCONFIG at [mem 0xc0000000-0xce0fffff] reserved in E820
[    0.145012] PCI: Using configuration type 1 for base access
[    0.145012] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.147593] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.147593] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.147593] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.147593] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.147593] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.147593] ACPI: Added _OSI(Module Device)
[    0.147593] ACPI: Added _OSI(Processor Device)
[    0.147593] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.147593] ACPI: Added _OSI(Processor Aggregator Device)
[    0.215374] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS01._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.215378] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.215380] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.215381] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS01._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.215383] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.215384] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.215386] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS02._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.215387] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.215388] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.215389] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS02._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.215390] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.215391] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.215393] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS03._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.215395] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.215395] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.215396] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS03._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.215398] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.215398] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.215400] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS04._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.215401] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.215402] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.215403] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS04._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.215404] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.215405] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.215427] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS01._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.215428] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.215429] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.215430] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS01._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.215431] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.215432] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.215453] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS02._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.215455] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.215455] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.215456] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS02._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.215458] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.215458] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.215479] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS03._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.215481] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.215481] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.215482] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS03._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.215484] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.215484] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.215505] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS04._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.215507] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.215507] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.215508] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS04._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.215510] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.215511] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.215531] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS05._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.215532] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.215533] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.215534] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS05._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.215536] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.215536] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.215557] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS06._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.215558] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.215559] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.215560] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS06._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.215561] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.215562] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.215583] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS07._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.215584] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.215585] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.215586] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS07._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.215587] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.215588] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.215609] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS08._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.215610] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.215611] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.215612] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS08._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.215613] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.215614] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.215635] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS09._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.215636] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.215637] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.215638] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS09._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.215639] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.215640] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.215661] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS10._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.215662] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.215663] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.215664] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS10._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.215665] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.215666] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.215709] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS01._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.215711] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.215712] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.215712] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS01._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.215714] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.215715] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.215735] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS02._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.215737] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.215737] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.215738] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS02._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.215740] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.215740] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.215761] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS03._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.215762] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.215763] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.215764] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS03._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.215765] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.215766] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.215787] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS04._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.215788] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.215789] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.215790] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS04._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.215791] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.215792] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.216882] ACPI: 23 ACPI AML tables successfully acquired and loaded
[    0.228068] ACPI: Dynamic OEM Table Load:
[    0.228076] ACPI: SSDT 0xFFFF8E2F42DD3200 0001AB (v02 PmRef  Cpu0Psd  00003000 INTL 20200717)
[    0.228761] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
[    0.228960] ACPI: Dynamic OEM Table Load:
[    0.228960] ACPI: SSDT 0xFFFF8E2F41443C00 000394 (v02 PmRef  Cpu0Cst  00003001 INTL 20200717)
[    0.229097] ACPI: Dynamic OEM Table Load:
[    0.229102] ACPI: SSDT 0xFFFF8E2F42E00000 000626 (v02 PmRef  Cpu0Ist  00003000 INTL 20200717)
[    0.229979] ACPI: Dynamic OEM Table Load:
[    0.229984] ACPI: SSDT 0xFFFF8E2F42E02000 000476 (v02 PmRef  Cpu0Hwp  00003000 INTL 20200717)
[    0.231077] ACPI: Dynamic OEM Table Load:
[    0.231083] ACPI: SSDT 0xFFFF8E2F4142C000 001BAF (v02 PmRef  ApIst    00003000 INTL 20200717)
[    0.232350] ACPI: Dynamic OEM Table Load:
[    0.232356] ACPI: SSDT 0xFFFF8E2F4142A000 001038 (v02 PmRef  ApHwp    00003000 INTL 20200717)
[    0.233464] ACPI: Dynamic OEM Table Load:
[    0.233470] ACPI: SSDT 0xFFFF8E2F4142E000 001349 (v02 PmRef  ApPsd    00003000 INTL 20200717)
[    0.234655] ACPI: Dynamic OEM Table Load:
[    0.234660] ACPI: SSDT 0xFFFF8E2F4143C000 000FBB (v02 PmRef  ApCst    00003000 INTL 20200717)
[    0.241139] ACPI: EC: EC started
[    0.241140] ACPI: EC: interrupt blocked
[    0.241514] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.241515] ACPI: \_SB_.PC00.LPCB.EC0_: Boot DSDT EC used to handle transactions
[    0.241516] ACPI: Interpreter enabled
[    0.241559] ACPI: PM: (supports S0 S3 S4 S5)
[    0.241560] ACPI: Using IOAPIC for interrupt routing
[    0.241592] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.241592] PCI: Using E820 reservations for host bridge windows
[    0.242752] ACPI: Enabled 8 GPEs in block 00 to 7F
[    0.243420] ACPI: PM: Power Resource [PXP]
[    0.263753] ACPI: PM: Power Resource [PXP]
[    0.264085] ACPI: PM: Power Resource [PXP]
[    0.265984] ACPI: PM: Power Resource [BTRT]
[    0.266410] ACPI: PM: Power Resource [PAUD]
[    0.270373] ACPI: PM: Power Resource [WRST]
[    0.271572] ACPI: PM: Power Resource [WRST]
[    0.271584] ACPI: PM: Power Resource [DRST]
[    0.279559] ACPI: PM: Power Resource [TBT0]
[    0.279596] ACPI: PM: Power Resource [TBT1]
[    0.279630] ACPI: PM: Power Resource [D3C]
[    0.288045] ACPI: PM: Power Resource [FN00]
[    0.288080] ACPI: PM: Power Resource [FN01]
[    0.288110] ACPI: PM: Power Resource [FN02]
[    0.288140] ACPI: PM: Power Resource [FN03]
[    0.288169] ACPI: PM: Power Resource [FN04]
[    0.288523] ACPI: PM: Power Resource [PIN]
[    0.288745] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-e0])
[    0.288749] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.289826] acpi PNP0A08:00: _OSC: platform does not support [AER]
[    0.291968] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
[    0.295084] PCI host bridge to bus 0000:00
[    0.295085] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.295086] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.295087] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.295088] pci_bus 0000:00: root bus resource [mem 0x50400000-0xbfffffff window]
[    0.295088] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
[    0.295089] pci_bus 0000:00: root bus resource [bus 00-e0]
[    0.883811] pci 0000:00:00.0: [8086:4641] type 00 class 0x060000
[    0.883922] pci 0000:00:01.0: [8086:460d] type 01 class 0x060400
[    0.883987] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.884007] pci 0000:00:01.0: PTM enabled (root), 4ns granularity
[    0.884417] pci 0000:00:02.0: [8086:46a6] type 00 class 0x030000
[    0.884424] pci 0000:00:02.0: reg 0x10: [mem 0x6204000000-0x6204ffffff 64bit]
[    0.884429] pci 0000:00:02.0: reg 0x18: [mem 0x4000000000-0x400fffffff 64bit pref]
[    0.884432] pci 0000:00:02.0: reg 0x20: [io  0x6000-0x603f]
[    0.884444] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.884444] pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
[    0.884446] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.884467] pci 0000:00:02.0: reg 0x344: [mem 0x00000000-0x00ffffff 64bit]
[    0.884468] pci 0000:00:02.0: VF(n) BAR0 space: [mem 0x00000000-0x06ffffff 64bit] (contains BAR0 for 7 VFs)
[    0.884471] pci 0000:00:02.0: reg 0x34c: [mem 0x00000000-0x1fffffff 64bit pref]
[    0.884472] pci 0000:00:02.0: VF(n) BAR2 space: [mem 0x00000000-0xdfffffff 64bit pref] (contains BAR2 for 7 VFs)
[    0.884563] pci 0000:00:04.0: [8086:461d] type 00 class 0x118000
[    0.884576] pci 0000:00:04.0: reg 0x10: [mem 0x6205200000-0x620521ffff 64bit]
[    0.884781] pci 0000:00:06.0: [8086:09ab] type 00 class 0x088000
[    0.885184] pci 0000:00:08.0: [8086:464f] type 00 class 0x088000
[    0.885191] pci 0000:00:08.0: reg 0x10: [mem 0x620524c000-0x620524cfff 64bit]
[    0.885280] pci 0000:00:0d.0: [8086:461e] type 00 class 0x0c0330
[    0.885289] pci 0000:00:0d.0: reg 0x10: [mem 0x6205230000-0x620523ffff 64bit]
[    0.885327] pci 0000:00:0d.0: PME# supported from D3hot D3cold
[    0.885645] pci 0000:00:0e.0: [8086:467f] type 00 class 0x010400
[    0.885657] pci 0000:00:0e.0: reg 0x10: [mem 0x6202000000-0x6203ffffff 64bit]
[    0.885663] pci 0000:00:0e.0: reg 0x18: [mem 0x52000000-0x53ffffff]
[    0.885677] pci 0000:00:0e.0: reg 0x20: [mem 0x6205100000-0x62051fffff 64bit]
[    0.885881] pci 0000:00:14.0: [8086:51ed] type 00 class 0x0c0330
[    0.885901] pci 0000:00:14.0: reg 0x10: [mem 0x6205220000-0x620522ffff 64bit]
[    0.885985] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.886298] pci 0000:00:14.2: [8086:51ef] type 00 class 0x050000
[    0.886320] pci 0000:00:14.2: reg 0x10: [mem 0x6205244000-0x6205247fff 64bit]
[    0.886335] pci 0000:00:14.2: reg 0x18: [mem 0x620524b000-0x620524bfff 64bit]
[    0.886532] pci 0000:00:15.0: [8086:51e8] type 00 class 0x0c8000
[    0.886561] pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.886885] pci 0000:00:16.0: [8086:51e0] type 00 class 0x078000
[    0.886907] pci 0000:00:16.0: reg 0x10: [mem 0x6205249000-0x6205249fff 64bit]
[    0.886992] pci 0000:00:16.0: PME# supported from D3hot
[    0.887403] pci 0000:00:1c.0: [8086:51ba] type 01 class 0x060400
[    0.887498] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.887529] pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
[    0.887959] pci 0000:00:1c.3: [8086:51bb] type 01 class 0x060400
[    0.888053] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.888084] pci 0000:00:1c.3: PTM enabled (root), 4ns granularity
[    0.888515] pci 0000:00:1f.0: [8086:5182] type 00 class 0x060100
[    0.888791] pci 0000:00:1f.3: [8086:51c8] type 00 class 0x040100
[    0.888833] pci 0000:00:1f.3: reg 0x10: [mem 0x6205240000-0x6205243fff 64bit]
[    0.888888] pci 0000:00:1f.3: reg 0x20: [mem 0x6205000000-0x62050fffff 64bit]
[    0.888992] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.889383] pci 0000:00:1f.4: [8086:51a3] type 00 class 0x0c0500
[    0.889407] pci 0000:00:1f.4: reg 0x10: [mem 0x6205248000-0x62052480ff 64bit]
[    0.889436] pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
[    0.889614] pci 0000:00:1f.5: [8086:51a4] type 00 class 0x0c8000
[    0.889632] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[    0.889759] pci 0000:01:00.0: [10de:2520] type 00 class 0x030000
[    0.889766] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00ffffff]
[    0.889773] pci 0000:01:00.0: reg 0x14: [mem 0x00000000-0x1ffffffff 64bit pref]
[    0.889779] pci 0000:01:00.0: reg 0x1c: [mem 0x00000000-0x01ffffff 64bit pref]
[    0.889782] pci 0000:01:00.0: reg 0x24: [io  0x0000-0x007f]
[    0.889786] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0007ffff pref]
[    0.889790] pci 0000:01:00.0: Max Payload Size set to 256 (was 128, max 256)
[    0.889833] pci 0000:01:00.0: PME# supported from D0 D3hot
[    0.889882] 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.890005] pci 0000:01:00.1: [10de:228e] type 00 class 0x040300
[    0.890012] pci 0000:01:00.1: reg 0x10: [mem 0x00000000-0x00003fff]
[    0.890034] pci 0000:01:00.1: Max Payload Size set to 256 (was 128, max 256)
[    0.890110] pci 0000:00:01.0: PCI bridge to [bus 01-04]
[    0.890112] pci 0000:00:01.0:   bridge window [io  0x5000-0x5fff]
[    0.890113] pci 0000:00:01.0:   bridge window [mem 0x54000000-0x550fffff]
[    0.890116] pci 0000:00:01.0:   bridge window [mem 0x6000000000-0x6201ffffff 64bit pref]
[    0.890171] pci 0000:05:00.0: [10ec:8168] type 00 class 0x020000
[    0.890193] pci 0000:05:00.0: reg 0x10: [io  0x4000-0x40ff]
[    0.890224] pci 0000:05:00.0: reg 0x18: [mem 0x55204000-0x55204fff 64bit]
[    0.890243] pci 0000:05:00.0: reg 0x20: [mem 0x55200000-0x55203fff 64bit]
[    0.890359] pci 0000:05:00.0: supports D1 D2
[    0.890360] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.890559] pci 0000:00:1c.0: PCI bridge to [bus 05]
[    0.890562] pci 0000:00:1c.0:   bridge window [io  0x4000-0x4fff]
[    0.890564] pci 0000:00:1c.0:   bridge window [mem 0x55200000-0x552fffff]
[    0.890648] pci 0000:06:00.0: [10ec:b852] type 00 class 0x028000
[    0.890685] pci 0000:06:00.0: reg 0x10: [io  0x3000-0x30ff]
[    0.890732] pci 0000:06:00.0: reg 0x18: [mem 0x55100000-0x551fffff 64bit]
[    0.890967] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
[    0.891295] pci 0000:00:1c.3: PCI bridge to [bus 06]
[    0.891298] pci 0000:00:1c.3:   bridge window [io  0x3000-0x3fff]
[    0.891300] pci 0000:00:1c.3:   bridge window [mem 0x55100000-0x551fffff]
[    1.245054] Low-power S0 idle used by default for system suspend
[    1.253391] ACPI: EC: interrupt unblocked
[    1.253392] ACPI: EC: event unblocked
[    1.253416] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    1.253416] ACPI: EC: GPE=0x6e
[    1.253417] ACPI: \_SB_.PC00.LPCB.EC0_: Boot DSDT EC initialization complete
[    1.253418] ACPI: \_SB_.PC00.LPCB.EC0_: EC: Used to handle transactions and events
[    1.253573] iommu: Default domain type: Translated 
[    1.253573] iommu: DMA domain TLB invalidation policy: lazy mode 
[    1.253594] SCSI subsystem initialized
[    1.253597] libata version 3.00 loaded.
[    1.253597] ACPI: bus type USB registered
[    1.253597] usbcore: registered new interface driver usbfs
[    1.253597] usbcore: registered new interface driver hub
[    1.253597] usbcore: registered new device driver usb
[    1.253597] pps_core: LinuxPPS API ver. 1 registered
[    1.253597] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.253597] PTP clock support registered
[    1.253597] EDAC MC: Ver: 3.0.0
[    1.253691] Registered efivars operations
[    1.253691] NetLabel: Initializing
[    1.253691] NetLabel:  domain hash size = 128
[    1.253691] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    1.253691] NetLabel:  unlabeled traffic allowed by default
[    1.253691] mctp: management component transport protocol core
[    1.253691] NET: Registered PF_MCTP protocol family
[    1.253691] PCI: Using ACPI for IRQ routing
[    1.273597] PCI: pci_cache_line_size set to 64 bytes
[    1.273684] pci 0000:00:1f.5: can't claim BAR 0 [mem 0xfe010000-0xfe010fff]: no compatible bridge window
[    1.273763] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    1.273765] e820: reserve RAM buffer [mem 0x38221000-0x3bffffff]
[    1.273766] e820: reserve RAM buffer [mem 0x38dfe000-0x3bffffff]
[    1.273766] e820: reserve RAM buffer [mem 0x38e00018-0x3bffffff]
[    1.273767] e820: reserve RAM buffer [mem 0x38e34000-0x3bffffff]
[    1.273768] e820: reserve RAM buffer [mem 0x3d369000-0x3fffffff]
[    1.273768] e820: reserve RAM buffer [mem 0x3fa7f000-0x3fffffff]
[    1.273769] e820: reserve RAM buffer [mem 0x44b00000-0x47ffffff]
[    1.273769] e820: reserve RAM buffer [mem 0x4afc00000-0x4afffffff]
[    1.273776] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    1.273776] pci 0000:00:02.0: vgaarb: bridge control possible
[    1.273776] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    1.273776] pci 0000:01:00.0: vgaarb: bridge control possible
[    1.273776] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    1.273776] vgaarb: loaded
[    1.276902] clocksource: Switched to clocksource tsc-early
[    1.276964] VFS: Disk quotas dquot_6.6.0
[    1.276975] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.277017] pnp: PnP ACPI init
[    1.277232] pnp 00:00: disabling [io  0x002e-0x002f] because it overlaps 0000:01:00.0 BAR 5 [io  0x0000-0x007f]
[    1.277233] pnp 00:00: disabling [io  0x004e-0x004f] because it overlaps 0000:01:00.0 BAR 5 [io  0x0000-0x007f]
[    1.277234] pnp 00:00: disabling [io  0x0061] because it overlaps 0000:01:00.0 BAR 5 [io  0x0000-0x007f]
[    1.277235] pnp 00:00: disabling [io  0x0063] because it overlaps 0000:01:00.0 BAR 5 [io  0x0000-0x007f]
[    1.277236] pnp 00:00: disabling [io  0x0065] because it overlaps 0000:01:00.0 BAR 5 [io  0x0000-0x007f]
[    1.277236] pnp 00:00: disabling [io  0x0067] because it overlaps 0000:01:00.0 BAR 5 [io  0x0000-0x007f]
[    1.277237] pnp 00:00: disabling [io  0x0068] because it overlaps 0000:01:00.0 BAR 5 [io  0x0000-0x007f]
[    1.277238] pnp 00:00: disabling [io  0x006c] because it overlaps 0000:01:00.0 BAR 5 [io  0x0000-0x007f]
[    1.277238] pnp 00:00: disabling [io  0x0070] because it overlaps 0000:01:00.0 BAR 5 [io  0x0000-0x007f]
[    1.277249] system 00:00: [io  0x0680-0x069f] has been reserved
[    1.277251] system 00:00: [io  0x164e-0x164f] has been reserved
[    1.277251] system 00:00: [io  0xfd60-0xfd63] has been reserved
[    1.277339] system 00:02: [io  0x1854-0x1857] has been reserved
[    1.278096] pnp 00:04: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    1.278099] pnp 00:04: disabling [mem 0xfedc0000-0xfedc7fff] because it overlaps 0000:01:00.0 BAR 1 [mem 0x00000000-0x1ffffffff 64bit pref]
[    1.278100] pnp 00:04: disabling [mem 0xfeda0000-0xfeda0fff] because it overlaps 0000:01:00.0 BAR 1 [mem 0x00000000-0x1ffffffff 64bit pref]
[    1.278101] pnp 00:04: disabling [mem 0xfeda1000-0xfeda1fff] because it overlaps 0000:01:00.0 BAR 1 [mem 0x00000000-0x1ffffffff 64bit pref]
[    1.278102] pnp 00:04: disabling [mem 0xc0000000-0xcfffffff disabled] because it overlaps 0000:01:00.0 BAR 1 [mem 0x00000000-0x1ffffffff 64bit pref]
[    1.278103] pnp 00:04: disabling [mem 0xfed20000-0xfed7ffff] because it overlaps 0000:01:00.0 BAR 1 [mem 0x00000000-0x1ffffffff 64bit pref]
[    1.278104] pnp 00:04: disabling [mem 0xfed90000-0xfed93fff] because it overlaps 0000:01:00.0 BAR 1 [mem 0x00000000-0x1ffffffff 64bit pref]
[    1.278104] pnp 00:04: disabling [mem 0xfed45000-0xfed8ffff] because it overlaps 0000:01:00.0 BAR 1 [mem 0x00000000-0x1ffffffff 64bit pref]
[    1.278105] pnp 00:04: disabling [mem 0xfee00000-0xfeefffff] because it overlaps 0000:01:00.0 BAR 1 [mem 0x00000000-0x1ffffffff 64bit pref]
[    1.278824] system 00:05: [io  0x2000-0x20fe] has been reserved
[    1.279517] pnp: PnP ACPI: found 7 devices
[    1.284589] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    1.284624] NET: Registered PF_INET protocol family
[    1.284822] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    1.286613] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    1.286636] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    1.286714] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    1.286939] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    1.287029] TCP: Hash tables configured (established 131072 bind 65536)
[    1.287099] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[    1.287133] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    1.287161] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    1.287222] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    1.287226] NET: Registered PF_XDP protocol family
[    1.287232] clipped [mem size 0x00000000 64bit pref] to [mem size 0xfffffffffffa0000 64bit pref] for e820 entry [mem 0x0009f000-0x000fffff]
[    1.287234] pci 0000:00:02.0: BAR 9: assigned [mem 0x4020000000-0x40ffffffff 64bit pref]
[    1.287236] clipped [mem size 0x00000000 64bit] to [mem size 0xfffffffffffa0000 64bit] for e820 entry [mem 0x0009f000-0x000fffff]
[    1.287238] pci 0000:00:02.0: BAR 7: assigned [mem 0x4010000000-0x4016ffffff 64bit]
[    1.287239] clipped [mem size 0x00000000 64bit] to [mem size 0xfffffffffffa0000 64bit] for e820 entry [mem 0x0009f000-0x000fffff]
[    1.287240] pci 0000:00:15.0: BAR 0: assigned [mem 0x4017000000-0x4017000fff 64bit]
[    1.287300] clipped [mem size 0x00020000] to [mem size 0xfffffffffffc0000] for e820 entry [mem 0x0009f000-0x000fffff]
[    1.287301] pci 0000:00:1f.5: BAR 0: assigned [mem 0x50400000-0x50400fff]
[    1.287311] pci 0000:01:00.0: BAR 1: assigned [mem 0x6000000000-0x61ffffffff 64bit pref]
[    1.287317] pci 0000:01:00.0: BAR 3: assigned [mem 0x6200000000-0x6201ffffff 64bit pref]
[    1.287322] pci 0000:01:00.0: BAR 0: assigned [mem 0x54000000-0x54ffffff]
[    1.287324] pci 0000:01:00.0: BAR 6: assigned [mem 0x55000000-0x5507ffff pref]
[    1.287324] pci 0000:01:00.1: BAR 0: assigned [mem 0x55080000-0x55083fff]
[    1.287326] pci 0000:01:00.0: BAR 5: assigned [io  0x5000-0x507f]
[    1.287329] pci 0000:00:01.0: PCI bridge to [bus 01-04]
[    1.287330] pci 0000:00:01.0:   bridge window [io  0x5000-0x5fff]
[    1.287332] pci 0000:00:01.0:   bridge window [mem 0x54000000-0x550fffff]
[    1.287334] pci 0000:00:01.0:   bridge window [mem 0x6000000000-0x6201ffffff 64bit pref]
[    1.287337] pci 0000:00:1c.0: PCI bridge to [bus 05]
[    1.287340] pci 0000:00:1c.0:   bridge window [io  0x4000-0x4fff]
[    1.287343] pci 0000:00:1c.0:   bridge window [mem 0x55200000-0x552fffff]
[    1.287349] pci 0000:00:1c.3: PCI bridge to [bus 06]
[    1.287351] pci 0000:00:1c.3:   bridge window [io  0x3000-0x3fff]
[    1.287354] pci 0000:00:1c.3:   bridge window [mem 0x55100000-0x551fffff]
[    1.287361] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    1.287362] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    1.287362] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    1.287363] pci_bus 0000:00: resource 7 [mem 0x50400000-0xbfffffff window]
[    1.287364] pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window]
[    1.287364] pci_bus 0000:01: resource 0 [io  0x5000-0x5fff]
[    1.287365] pci_bus 0000:01: resource 1 [mem 0x54000000-0x550fffff]
[    1.287365] pci_bus 0000:01: resource 2 [mem 0x6000000000-0x6201ffffff 64bit pref]
[    1.287366] pci_bus 0000:05: resource 0 [io  0x4000-0x4fff]
[    1.287367] pci_bus 0000:05: resource 1 [mem 0x55200000-0x552fffff]
[    1.287368] pci_bus 0000:06: resource 0 [io  0x3000-0x3fff]
[    1.287368] pci_bus 0000:06: resource 1 [mem 0x55100000-0x551fffff]
[    1.289097] pci 0000:01:00.1: extending delay after power-on from D3hot to 20 msec
[    1.289111] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    1.289121] PCI: CLS 64 bytes, default 64
[    1.289172] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.289173] software IO TLB: mapped [mem 0x00000000321ad000-0x00000000361ad000] (64MB)
[    1.289186] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x26bef67878b, max_idle_ns: 440795293631 ns
[    1.289203] clocksource: Switched to clocksource tsc
[    1.289206] Trying to unpack rootfs image as initramfs...
[    1.298476] Initialise system trusted keyrings
[    1.298481] Key type blacklist registered
[    1.298499] workingset: timestamp_bits=41 max_order=22 bucket_order=0
[    1.298998] zbud: loaded
[    1.299116] integrity: Platform Keyring initialized
[    1.299117] integrity: Machine keyring initialized
[    1.305117] Key type asymmetric registered
[    1.305118] Asymmetric key parser 'x509' registered
[    1.334313] Freeing initrd memory: 22284K
[    1.336191] alg: self-tests for CTR-KDF (hmac(sha256)) passed
[    1.336204] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[    1.336236] io scheduler mq-deadline registered
[    1.336236] io scheduler kyber registered
[    1.336256] io scheduler bfq registered
[    1.338237] pcieport 0000:00:01.0: PME: Signaling with IRQ 122
[    1.338254] pcieport 0000:00:01.0: pciehp: Slot #1 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    1.338487] pcieport 0000:00:1c.0: PME: Signaling with IRQ 123
[    1.338642] pcieport 0000:00:1c.3: PME: Signaling with IRQ 124
[    1.338707] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.339609] ACPI: AC: AC Adapter [ACAD] (off-line)
[    1.339652] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/PNP0C0D:00/input/input0
[    1.339662] ACPI: button: Lid Switch [LID0]
[    1.339690] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    1.339729] ACPI: button: Power Button [PWRB]
[    1.342127] thermal LNXTHERM:00: registered as thermal_zone0
[    1.342128] ACPI: thermal: Thermal Zone [TZ00] (28 C)
[    1.342501] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.344800] hpet_acpi_add: no address or irqs in _CRS
[    1.344842] Non-volatile memory driver v1.3
[    1.344842] Linux agpgart interface v0.103
[    1.354188] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
[    1.354550] ACPI: bus type drm_connector registered
[    1.356223] usbcore: registered new interface driver usbserial_generic
[    1.356226] usbserial: USB Serial support registered for generic
[    1.356244] rtc_cmos 00:01: RTC can wake from S4
[    1.357082] rtc_cmos 00:01: registered as rtc0
[    1.357215] rtc_cmos 00:01: setting system clock to 2023-07-04T16:32:52 UTC (1688488372)
[    1.357240] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram
[    1.358533] intel_pstate: Intel P-state driver initializing
[    1.360929] intel_pstate: HWP enabled
[    1.361798] ledtrig-cpu: registered to indicate activity on CPUs
[    1.361912] efifb: probing for efifb
[    1.361919] efifb: showing boot graphics
[    1.363136] efifb: framebuffer at 0x4000000000, using 9000k, total 9000k
[    1.363138] efifb: mode is 1920x1200x32, linelength=7680, pages=1
[    1.363138] efifb: scrolling: redraw
[    1.363139] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.363211] fbcon: Deferring console take-over
[    1.363212] fb0: EFI VGA frame buffer device
[    1.363239] hid: raw HID events driver (C) Jiri Kosina
[    1.363328] intel_pmc_core INT33A1:00:  initialized
[    1.363399] drop_monitor: Initializing network drop monitor service
[    1.371601] Initializing XFRM netlink socket
[    1.371643] NET: Registered PF_INET6 protocol family
[    1.373807] Segment Routing with IPv6
[    1.373808] RPL Segment Routing with IPv6
[    1.373814] In-situ OAM (IOAM) with IPv6
[    1.373833] NET: Registered PF_PACKET protocol family
[    1.375865] microcode: sig=0x906a3, pf=0x80, revision=0x42a
[    1.376782] microcode: Microcode Update Driver: v2.2.
[    1.377912] resctrl: L2 allocation detected
[    1.377915] IPI shorthand broadcast: enabled
[    1.377931] sched_clock: Marking stable (1371496330, 6411124)->(1401400761, -23493307)
[    1.378611] registered taskstats version 1
[    1.380310] Loading compiled-in X.509 certificates
[    1.382125] Loaded X.509 cert 'Build time autogenerated kernel key: 51fa443f7ba927a97e479441c113d513b68f71bd'
[    1.382719] zswap: loaded using pool lz4/z3fold
[    1.383252] Key type .fscrypt registered
[    1.383253] Key type fscrypt-provisioning registered
[    1.385376] integrity: Loading X.509 certificate: UEFI:db
[    1.385416] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    1.385417] integrity: Loading X.509 certificate: UEFI:db
[    1.385428] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    1.385428] integrity: Loading X.509 certificate: UEFI:db
[    1.385669] integrity: Loaded X.509 cert 'OK Certificate: c8c73a37546046ab495c33f4d0856052'
[    1.385670] integrity: Loading X.509 certificate: UEFI:db
[    1.385678] integrity: Loaded X.509 cert ': 34388db994ec7a8144e2e538ccb1b975'
[    1.387943] PM:   Magic number: 15:480:539
[    1.387947] tty ttyS19: hash matches
[    1.388112] RAS: Correctable Errors collector initialized.
[    1.462353] ACPI: battery: Slot [BAT1] (battery present)
[    1.469972] Freeing unused decrypted memory: 2036K
[    1.470445] Freeing unused kernel image (initmem) memory: 2148K
[    1.470447] Write protecting the kernel read-only data: 30720k
[    1.471343] Freeing unused kernel image (text/rodata gap) memory: 2040K
[    1.471832] Freeing unused kernel image (rodata/data gap) memory: 1216K
[    1.476633] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.476636] rodata_test: all tests were successful
[    1.476639] Run /init as init process
[    1.476640]   with arguments:
[    1.476641]     /init
[    1.476641]   with environment:
[    1.476642]     HOME=/
[    1.476642]     TERM=linux
[    1.476643]     BOOT_IMAGE=/boot/vmlinuz-linux-lts
[    1.608536] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[    1.608543] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1
[    1.608933] vmd 0000:00:0e.0: PCI host bridge to bus 10000:e0
[    1.608937] pci_bus 10000:e0: root bus resource [bus e0-ff]
[    1.608939] pci_bus 10000:e0: root bus resource [mem 0x52000000-0x53ffffff]
[    1.608941] pci_bus 10000:e0: root bus resource [mem 0x6205102000-0x62051fffff 64bit]
[    1.608960] pci 10000:e0:06.0: [8086:464d] type 01 class 0x060400
[    1.609005] pci 10000:e0:06.0: PME# supported from D0 D3hot D3cold
[    1.609026] pci 10000:e0:06.0: PTM enabled (root), 4ns granularity
[    1.609139] pci 10000:e0:06.0: Primary bus is hard wired to 0
[    1.609178] pci 10000:e1:00.0: [1344:5411] type 00 class 0x010802
[    1.609211] pci 10000:e1:00.0: reg 0x10: [mem 0x52000000-0x52003fff 64bit]
[    1.609590] xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
[    1.609644] pci 10000:e0:06.0: PCI bridge to [bus e1]
[    1.609646] pci 10000:e0:06.0:   bridge window [io  0x0000-0x0fff]
[    1.609649] pci 10000:e0:06.0:   bridge window [mem 0x52000000-0x520fffff]
[    1.609653] pci 10000:e0:06.0: Primary bus is hard wired to 0
[    1.609783] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[    1.609786] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2
[    1.609788] xhci_hcd 0000:00:0d.0: Host supports USB 3.2 Enhanced SuperSpeed
[    1.609822] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[    1.609824] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.609825] usb usb1: Product: xHCI Host Controller
[    1.609826] usb usb1: Manufacturer: Linux 6.1.37-1-lts xhci-hcd
[    1.609827] usb usb1: SerialNumber: 0000:00:0d.0
[    1.610098] hub 1-0:1.0: USB hub found
[    1.610107] hub 1-0:1.0: 1 port detected
[    1.610367] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
[    1.610369] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.610370] usb usb2: Product: xHCI Host Controller
[    1.610370] usb usb2: Manufacturer: Linux 6.1.37-1-lts xhci-hcd
[    1.610371] usb usb2: SerialNumber: 0000:00:0d.0
[    1.610478] hub 2-0:1.0: USB hub found
[    1.610487] hub 2-0:1.0: 1 port detected
[    1.610662] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    1.610665] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    1.610893] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.610900] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    1.611177] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.611987] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000100200009810
[    1.612215] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.612217] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    1.612219] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[    1.612249] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[    1.612251] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.612253] usb usb3: Product: xHCI Host Controller
[    1.612254] usb usb3: Manufacturer: Linux 6.1.37-1-lts xhci-hcd
[    1.612255] usb usb3: SerialNumber: 0000:00:14.0
[    1.612315] hub 3-0:1.0: USB hub found
[    1.612329] hub 3-0:1.0: 12 ports detected
[    1.613436] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
[    1.613438] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.613439] usb usb4: Product: xHCI Host Controller
[    1.613439] usb usb4: Manufacturer: Linux 6.1.37-1-lts xhci-hcd
[    1.613440] usb usb4: SerialNumber: 0000:00:14.0
[    1.613591] hub 4-0:1.0: USB hub found
[    1.613613] hub 4-0:1.0: 4 ports detected
[    1.614041] usb: port power management may be unreliable
[    1.657822] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[    1.718534] ACPI Warning: \_SB.PC00.PEG1.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20220331/nsarguments-61)
[    1.718618] pci 0000:01:00.0: optimus capabilities: enabled, status dynamic power, hda bios codec supported
[    1.718621] VGA switcheroo: detected Optimus DSM method \_SB_.PC00.PEG1.PEGP handle
[    1.718621] nouveau: detected PR support, will not use DSM
[    1.718640] nouveau 0000:01:00.0: enabling device (0000 -> 0003)
[    1.718883] nouveau 0000:01:00.0: NVIDIA GA106 (b76000a1)
[    1.790043] pci 10000:e0:06.0: BAR 14: assigned [mem 0x52000000-0x520fffff]
[    1.790046] pci 10000:e0:06.0: BAR 13: no space for [io  size 0x1000]
[    1.790048] pci 10000:e0:06.0: BAR 13: failed to assign [io  size 0x1000]
[    1.790050] pci 10000:e1:00.0: BAR 0: assigned [mem 0x52000000-0x52003fff 64bit]
[    1.790065] pci 10000:e0:06.0: PCI bridge to [bus e1]
[    1.790067] pci 10000:e0:06.0:   bridge window [mem 0x52000000-0x520fffff]
[    1.790082] pcieport 10000:e0:06.0: can't derive routing for PCI INT D
[    1.790083] pcieport 10000:e0:06.0: PCI INT D: no GSI
[    1.790123] pcieport 10000:e0:06.0: PME: Signaling with IRQ 147
[    1.790174] vmd 0000:00:0e.0: Bound to PCI domain 10000
[    1.810359] i915 0000:00:02.0: vgaarb: deactivate vga console
[    1.810404] i915 0000:00:02.0: [drm] Using Transparent Hugepages
[    1.810792] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[    1.813651] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/adlp_dmc_ver2_16.bin (v2.16)
[    1.816684] nvme nvme0: pci function 10000:e1:00.0
[    1.816698] pcieport 10000:e0:06.0: can't derive routing for PCI INT A
[    1.816701] nvme 10000:e1:00.0: PCI INT A: no GSI
[    1.830860] nouveau 0000:01:00.0: bios: version 94.06.34.00.43
[    1.831218] nouveau 0000:01:00.0: fb: 6144 MiB GDDR6
[    1.837260] nouveau 0000:01:00.0: DRM: VRAM: 6144 MiB
[    1.837260] nouveau 0000:01:00.0: DRM: GART: 536870912 MiB
[    1.837262] nouveau 0000:01:00.0: DRM: BIT table 'A' not found
[    1.837263] nouveau 0000:01:00.0: DRM: BIT table 'L' not found
[    1.837264] nouveau 0000:01:00.0: DRM: TMDS table version 2.0
[    1.837265] nouveau 0000:01:00.0: DRM: DCB version 4.1
[    1.837266] nouveau 0000:01:00.0: DRM: DCB outp 00: 02000f52 00020010
[    1.837267] nouveau 0000:01:00.0: DRM: DCB conn 00: 00010061
[    1.837557] nouveau 0000:01:00.0: DRM: MM: using COPY for buffer copies
[    1.839732] nouveau 0000:01:00.0: [drm] Cannot find any crtc or sizes
[    1.841068] nouveau 0000:01:00.0: [drm] Cannot find any crtc or sizes
[    1.841149] [drm] Initialized nouveau 1.3.1 20120801 for 0000:01:00.0 on minor 1
[    1.866623] usb 3-7: new high-speed USB device number 2 using xhci_hcd
[    1.871308] nvme nvme0: allocated 64 MiB host memory buffer.
[    1.903319] nvme nvme0: 8/0/0 default/read/poll queues
[    1.905225]  nvme0n1: p1 p2 p3 p4 p5 p6 p7 p8
[    2.052851] usb 3-7: New USB device found, idVendor=30c9, idProduct=0030, bcdDevice= 0.13
[    2.052855] usb 3-7: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    2.052857] usb 3-7: Product: Integrated Camera
[    2.052858] usb 3-7: Manufacturer: 8SSC21B70095V1SR23F32JB
[    2.052860] usb 3-7: SerialNumber: 0001
[    2.183104] usb 3-9: new full-speed USB device number 3 using xhci_hcd
[    2.352636] usb 3-9: New USB device found, idVendor=048d, idProduct=c976, bcdDevice= 8.00
[    2.352639] usb 3-9: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.352641] usb 3-9: Product: ITE Device(8176)
[    2.352642] usb 3-9: Manufacturer: ITE Tech. Inc.
[    2.370065] input: ITE Tech. Inc. ITE Device(8176) Keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9:1.0/0003:048D:C976.0001/input/input3
[    2.426493] input: ITE Tech. Inc. ITE Device(8176) Wireless Radio Control as /devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9:1.0/0003:048D:C976.0001/input/input4
[    2.426585] hid-generic 0003:048D:C976.0001: input,hiddev96,hidraw0: USB HID v1.10 Keyboard [ITE Tech. Inc. ITE Device(8176)] on usb-0000:00:14.0-9/input0
[    2.426601] usbcore: registered new interface driver usbhid
[    2.426602] usbhid: USB HID core driver
[    2.479753] usb 3-10: new full-speed USB device number 4 using xhci_hcd
[    2.487710] i915 0000:00:02.0: [drm] failed to retrieve link info, disabling eDP
[    2.512816] i915 0000:00:02.0: [drm] GuC firmware i915/adlp_guc_70.bin version 70.5.1
[    2.512819] i915 0000:00:02.0: [drm] HuC firmware i915/tgl_huc.bin version 7.9.3
[    2.529486] i915 0000:00:02.0: [drm] HuC authenticated
[    2.530331] i915 0000:00:02.0: [drm] GuC submission enabled
[    2.530332] i915 0000:00:02.0: [drm] GuC SLPC enabled
[    2.530836] i915 0000:00:02.0: [drm] GuC RC: enabled
[    2.531632] i915 0000:00:02.0: [drm] Protected Xe Path (PXP) protected content support initialized
[    2.622124] usb 3-10: New USB device found, idVendor=0bda, idProduct=4853, bcdDevice= 0.00
[    2.622142] usb 3-10: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.622147] usb 3-10: Product: Bluetooth Radio
[    2.622151] usb 3-10: Manufacturer: Realtek
[    2.622155] usb 3-10: SerialNumber: 00e04c000001
[    2.739814] ------------[ cut here ]------------
[    2.739821] i915 0000:00:02.0: drm_WARN_ON(intel_dp->pps.vdd_wakeref)
[    2.739859] WARNING: CPU: 4 PID: 273 at drivers/gpu/drm/i915/display/intel_pps.c:595 intel_pps_vdd_on_unlocked+0x2ad/0x2c0 [i915]
[    2.740239] Modules linked in: usbhid nvme nvme_core nvme_common i915(+) nouveau drm_buddy drm_ttm_helper serio_raw intel_gtt atkbd mxm_wmi libps2 drm_display_helper vivaldi_fmap cec spi_intel_pci i8042 crc32c_intel ttm xhci_pci vmd spi_intel xhci_pci_renesas serio video wmi
[    2.740284] CPU: 4 PID: 273 Comm: (udev-worker) Not tainted 6.1.37-1-lts #1 e1b70049ad17dabc23de6cfe0172dbbf9ab70aa8
[    2.740294] Hardware name: LENOVO 82SA/LNVNB161216, BIOS JMCN36WW(V3.02) 04/06/2022
[    2.740297] RIP: 0010:intel_pps_vdd_on_unlocked+0x2ad/0x2c0 [i915]
[    2.740597] Code: 4c 8b 6f 50 4d 85 ed 75 03 4c 8b 2f e8 9c 21 54 e8 48 c7 c1 48 35 93 c0 4c 89 ea 48 c7 c7 c9 6e 94 c0 48 89 c6 e8 73 31 e0 e7 <0f> 0b e9 ea fd ff ff e8 17 53 99 e8 0f 1f 80 00 00 00 00 66 0f 1f
[    2.740601] RSP: 0018:ffffb46e0191f5d0 EFLAGS: 00010286
[    2.740607] RAX: 0000000000000000 RBX: ffff8e2f4a9e8170 RCX: c0000000ffffdfff
[    2.740611] RDX: 0000000000000000 RSI: 00000000ffffdfff RDI: 0000000000000001
[    2.740614] RBP: ffff8e2f4a9d8000 R08: 0000000000000000 R09: ffffb46e0191f448
[    2.740616] R10: 0000000000000003 R11: ffff8e32efbaafe8 R12: 0000000000000001
[    2.740619] R13: ffff8e2f430dec50 R14: ffff8e2f4a9e8170 R15: ffff8e2f4a9d8000
[    2.740622] FS:  00007fa4e1908200(0000) GS:ffff8e32df700000(0000) knlGS:0000000000000000
[    2.740627] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[    2.740630] CR2: 0000563ccc9cd138 CR3: 000000010113c000 CR4: 0000000000f50ee0
[    2.740634] PKRU: 55555554
[    2.740636] Call Trace:
[    2.740642]  <TASK>
[    2.740645]  ? intel_pps_vdd_on_unlocked+0x2ad/0x2c0 [i915 8da33f2ca1be8df51b0ab3d0c8efc3381cbccf5e]
[    2.740910]  ? __warn+0x7d/0xd0
[    2.740919]  ? intel_pps_vdd_on_unlocked+0x2ad/0x2c0 [i915 8da33f2ca1be8df51b0ab3d0c8efc3381cbccf5e]
[    2.741146]  ? report_bug+0xe6/0x150
[    2.741154]  ? handle_bug+0x3c/0x80
[    2.741161]  ? exc_invalid_op+0x17/0x70
[    2.741166]  ? asm_exc_invalid_op+0x1a/0x20
[    2.741174]  ? intel_pps_vdd_on_unlocked+0x2ad/0x2c0 [i915 8da33f2ca1be8df51b0ab3d0c8efc3381cbccf5e]
[    2.741387]  ? __intel_display_power_get_domain.part.0+0x52/0x70 [i915 8da33f2ca1be8df51b0ab3d0c8efc3381cbccf5e]
[    2.741681]  ? intel_display_power_get+0x52/0x60 [i915 8da33f2ca1be8df51b0ab3d0c8efc3381cbccf5e]
[    2.741953]  intel_dp_aux_xfer+0x111/0x740 [i915 8da33f2ca1be8df51b0ab3d0c8efc3381cbccf5e]
[    2.742212]  ? clockevents_program_event+0x8a/0xf0
[    2.742223]  intel_dp_aux_transfer+0x200/0x320 [i915 8da33f2ca1be8df51b0ab3d0c8efc3381cbccf5e]
[    2.742463]  drm_dp_dpcd_access+0xaa/0x130 [drm_display_helper 7305084fc0013427cf5a087392e615ac07c941d8]
[    2.742492]  drm_dp_dpcd_write+0x8d/0xe0 [drm_display_helper 7305084fc0013427cf5a087392e615ac07c941d8]
[    2.742517]  intel_dp_set_power+0x67/0x190 [i915 8da33f2ca1be8df51b0ab3d0c8efc3381cbccf5e]
[    2.742752]  intel_ddi_post_disable+0x308/0x490 [i915 8da33f2ca1be8df51b0ab3d0c8efc3381cbccf5e]
[    2.742976]  intel_encoders_post_disable+0x7a/0x90 [i915 8da33f2ca1be8df51b0ab3d0c8efc3381cbccf5e]
[    2.743230]  intel_old_crtc_state_disables+0x38/0xa0 [i915 8da33f2ca1be8df51b0ab3d0c8efc3381cbccf5e]
[    2.743449]  intel_atomic_commit_tail+0x381/0xe00 [i915 8da33f2ca1be8df51b0ab3d0c8efc3381cbccf5e]
[    2.743667]  intel_atomic_commit+0x340/0x380 [i915 8da33f2ca1be8df51b0ab3d0c8efc3381cbccf5e]
[    2.743876]  drm_atomic_commit+0x97/0xd0
[    2.743882]  ? drm_plane_get_damage_clips.cold+0x1c/0x1c
[    2.743888]  intel_modeset_init+0x1a0/0x280 [i915 8da33f2ca1be8df51b0ab3d0c8efc3381cbccf5e]
[    2.744087]  i915_driver_probe+0x5ef/0xe50 [i915 8da33f2ca1be8df51b0ab3d0c8efc3381cbccf5e]
[    2.744265]  local_pci_probe+0x42/0x80
[    2.744272]  pci_device_probe+0xc1/0x250
[    2.744277]  ? sysfs_do_create_link_sd+0x6e/0xe0
[    2.744283]  really_probe+0xdb/0x380
[    2.744290]  ? pm_runtime_barrier+0x54/0x90
[    2.744297]  __driver_probe_device+0x78/0x120
[    2.744303]  driver_probe_device+0x1f/0x90
[    2.744309]  __driver_attach+0xd2/0x1c0
[    2.744315]  ? __device_attach_driver+0x110/0x110
[    2.744321]  bus_for_each_dev+0x88/0xd0
[    2.744326]  bus_add_driver+0x1b2/0x200
[    2.744332]  driver_register+0x8d/0xe0
[    2.744339]  i915_init+0x23/0x83 [i915 8da33f2ca1be8df51b0ab3d0c8efc3381cbccf5e]
[    2.744516]  ? 0xffffffffc0a4c000
[    2.744519]  do_one_initcall+0x5a/0x230
[    2.744527]  do_init_module+0x4a/0x1e0
[    2.744533]  __do_sys_finit_module+0xac/0x120
[    2.744540]  do_syscall_64+0x5d/0x90
[    2.744544]  ? ksys_lseek+0x66/0xb0
[    2.744548]  ? syscall_exit_to_user_mode+0x1b/0x40
[    2.744554]  ? do_syscall_64+0x6c/0x90
[    2.744557]  ? ksys_read+0x6f/0xf0
[    2.744560]  ? syscall_exit_to_user_mode+0x1b/0x40
[    2.744565]  ? do_syscall_64+0x6c/0x90
[    2.744568]  ? do_syscall_64+0x6c/0x90
[    2.744571]  entry_SYSCALL_64_after_hwframe+0x63/0xcd
[    2.744575] RIP: 0033:0x7fa4e23b12ed
[    2.744579] Code: 5d c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 3b 7a 0d 00 f7 d8 64 89 01 48
[    2.744582] RSP: 002b:00007fffc1fcf798 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
[    2.744586] RAX: ffffffffffffffda RBX: 0000563ccc996650 RCX: 00007fa4e23b12ed
[    2.744588] RDX: 0000000000000000 RSI: 00007fa4e250d343 RDI: 000000000000000f
[    2.744590] RBP: 00007fa4e250d343 R08: 0000000000000000 R09: 00007fffc1fcf8c0
[    2.744591] R10: 000000000000000f R11: 0000000000000246 R12: 0000000000020000
[    2.744593] R13: 0000563ccc997780 R14: 0000563ccc996650 R15: 0000563ccc999f60
[    2.744597]  </TASK>
[    2.744598] ---[ end trace 0000000000000000 ]---
[    3.641692] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[    3.642081] ACPI: video: [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
[    3.642099] ACPI: video: Video Device [PEGP] (multi-head: yes  rom: no  post: no)
[    3.642148] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:04/LNXVIDEO:00/input/input5
[    3.644606] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    3.645199] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input6
[    3.645484] vga_switcheroo: enabled
[    3.656599] fbcon: i915drmfb (fb0) is primary device
[    3.656606] fbcon: Deferring console take-over
[    3.656611] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    3.705934] fbcon: Taking over console
[    4.806051] Console: switching to colour frame buffer device 240x75
[    4.885659] EXT4-fs (nvme0n1p7): mounted filesystem with ordered data mode. Quota mode: none.
[    4.945080] systemd[1]: systemd 253.5-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 +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[    4.945084] systemd[1]: Detected architecture x86-64.
[    4.945797] systemd[1]: Hostname set to <ideapadG>.
[    5.437514] systemd[1]: bpf-lsm: LSM BPF program attached
[    5.554132] systemd[1]: Queued start job for default target Graphical Interface.
[    5.587534] systemd[1]: Created slice Slice /system/getty.
[    5.587796] systemd[1]: Created slice Slice /system/modprobe.
[    5.587992] systemd[1]: Created slice Slice /system/systemd-fsck.
[    5.588146] systemd[1]: Created slice User and Session Slice.
[    5.588193] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    5.588226] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    5.588364] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    5.588397] systemd[1]: Reached target Local Encrypted Volumes.
[    5.588409] systemd[1]: Reached target Login Prompts.
[    5.588418] systemd[1]: Reached target Local Integrity Protected Volumes.
[    5.588435] systemd[1]: Reached target Path Units.
[    5.588450] systemd[1]: Reached target Remote File Systems.
[    5.588457] systemd[1]: Reached target Slice Units.
[    5.588478] systemd[1]: Reached target Local Verity Protected Volumes.
[    5.588523] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    5.589486] systemd[1]: Listening on Process Core Dump Socket.
[    5.589553] systemd[1]: Listening on Journal Socket (/dev/log).
[    5.589608] systemd[1]: Listening on Journal Socket.
[    5.589686] systemd[1]: Listening on udev Control Socket.
[    5.589737] systemd[1]: Listening on udev Kernel Socket.
[    5.590387] systemd[1]: Mounting Huge Pages File System...
[    5.590897] systemd[1]: Mounting POSIX Message Queue File System...
[    5.591434] systemd[1]: Mounting Kernel Debug File System...
[    5.591890] systemd[1]: Mounting Kernel Trace File System...
[    5.592372] systemd[1]: Starting Create List of Static Device Nodes...
[    5.592799] systemd[1]: Starting Load Kernel Module configfs...
[    5.593194] systemd[1]: Starting Load Kernel Module dm_mod...
[    5.593565] systemd[1]: Starting Load Kernel Module drm...
[    5.593951] systemd[1]: Starting Load Kernel Module fuse...
[    5.594347] systemd[1]: Starting Load Kernel Module loop...
[    5.594394] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
[    5.596289] systemd[1]: Starting Journal Service...
[    5.596826] systemd[1]: Starting Load Kernel Modules...
[    5.596841] systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
[    5.597173] systemd[1]: Starting Remount Root and Kernel File Systems...
[    5.597526] systemd[1]: Starting Coldplug All udev Devices...
[    5.598162] systemd[1]: Mounted Huge Pages File System.
[    5.598195] systemd[1]: Mounted POSIX Message Queue File System.
[    5.598218] systemd[1]: Mounted Kernel Debug File System.
[    5.598247] systemd[1]: Mounted Kernel Trace File System.
[    5.598974] loop: module loaded
[    5.601739] EXT4-fs (nvme0n1p7): re-mounted. Quota mode: none.
[    5.602191] device-mapper: uevent: version 1.0.3
[    5.602237] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
[    5.603516] fuse: init (API version 7.37)
[    5.605198] systemd-journald[411]: Collecting audit messages is disabled.
[    5.643387] systemd[1]: Finished Create List of Static Device Nodes.
[    5.643711] systemd[1]: Started Journal Service.
[    5.857970] systemd-journald[411]: Received client request to flush runtime journal.
[    5.869848] systemd-journald[411]: /var/log/journal/aad974ff7d99497d8b78c67ec5efbfd6/system.journal: Monotonic clock jumped backwards relative to last journal entry, rotating.
[    5.869861] systemd-journald[411]: Rotating system journal.
[    6.174588] Consider using thermal netlink events interface
[    6.267315] Adding 12582908k swap on /dev/nvme0n1p6.  Priority:-2 extents:1 across:12582908k SSFS
[    6.287173] input: Intel HID events as /devices/platform/INTC1070:00/input/input7
[    6.287224] intel-hid INTC1070:00: platform supports 5 button array
[    6.287242] input: Intel HID 5 button array as /devices/platform/INTC1070:00/input/input8
[    6.315020] EDAC MC0: Giving out device to module igen6_edac controller Intel_client_SoC MC#0: DEV 0000:00:00.0 (INTERRUPT)
[    6.315143] EDAC MC1: Giving out device to module igen6_edac controller Intel_client_SoC MC#1: DEV 0000:00:00.0 (INTERRUPT)
[    6.315189] EDAC igen6 MC1: HANDLING IBECC MEMORY ERROR
[    6.315191] EDAC igen6 MC1: ADDR 0x7fffffffe0 
[    6.315195] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[    6.315197] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[    6.315279] EDAC igen6: v2.5
[    6.318880] mc: Linux media interface: v0.10
[    6.336839] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    6.336951] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    6.337911] spi-nor spi0.0: w25q256 (32768 Kbytes)
[    6.339881] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    6.343017] i2c i2c-31: 2/2 memory slots populated (from DMI)
[    6.345009] i2c i2c-31: Successfully instantiated SPD at 0x50
[    6.345054] videodev: Linux video capture interface: v2.00
[    6.346077] Creating 1 MTD partitions on "0000:00:1f.5":
[    6.346094] 0x000000000000-0x000002000000 : "BIOS"
[    6.365516] input: PC Speaker as /devices/platform/pcspkr/input/input9
[    6.372565] input: Ideapad extra buttons as /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input10
[    6.372593] ideapad_acpi VPC2004:00: Keyboard backlight control not available
[    6.374942] Bluetooth: Core ver 2.22
[    6.375173] NET: Registered PF_BLUETOOTH protocol family
[    6.375175] Bluetooth: HCI device and connection manager initialized
[    6.375181] Bluetooth: HCI socket layer initialized
[    6.375183] Bluetooth: L2CAP socket layer initialized
[    6.375191] Bluetooth: SCO socket layer initialized
[    6.393201] intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
[    6.393633] idma64 idma64.0: Found Intel integrated DMA 64-bit
[    6.394470] r8169 0000:05:00.0 eth0: RTL8168h/8111h, e4:a8:df:e4:99:c9, XID 541, IRQ 159
[    6.394473] r8169 0000:05:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    6.438134] iTCO_vendor_support: vendor-support=0
[    6.438204] intel_rapl_msr: PL4 support detected.
[    6.438232] intel_rapl_common: Found RAPL domain package
[    6.438234] intel_rapl_common: Found RAPL domain core
[    6.438235] intel_rapl_common: Found RAPL domain uncore
[    6.438237] intel_rapl_common: Found RAPL domain psys
[    6.471818] r8169 0000:05:00.0 enp5s0: renamed from eth0
[    6.492220] ideapad_acpi VPC2004:00: DYTC interface is not available
[    6.516481] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
[    6.525034] ee1004 31-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
[    6.525207] mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
[    6.527977] intel_rapl_common: Found RAPL domain package
[    6.527995] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[    6.527999] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    6.528001] RAPL PMU: hw unit of domain package 2^-14 Joules
[    6.528002] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    6.528003] RAPL PMU: hw unit of domain psys 2^-14 Joules
[    6.533660] cryptd: max_cpu_qlen set to 1000
[    6.578292] input: MSFT0001:01 04F3:31AD Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-32/i2c-MSFT0001:01/0018:04F3:31AD.0002/input/input11
[    6.578622] input: MSFT0001:01 04F3:31AD Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-32/i2c-MSFT0001:01/0018:04F3:31AD.0002/input/input13
[    6.578909] hid-generic 0018:04F3:31AD.0002: input,hidraw1: I2C HID v1.00 Mouse [MSFT0001:01 04F3:31AD] on i2c-MSFT0001:01
[    6.624767] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
[    6.628173] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    6.631774] AVX2 version of gcm_enc/dec engaged.
[    6.631887] AES CTR mode by8 optimization enabled
[    6.634731] usbcore: registered new interface driver btusb
[    6.639982] Bluetooth: hci0: RTL: examining hci_ver=0b hci_rev=000b lmp_ver=0b lmp_subver=8852
[    6.642395] Bluetooth: hci0: RTL: rom_version status=0 version=1
[    6.642398] Bluetooth: hci0: RTL: loading rtl_bt/rtl8852bu_fw.bin
[    6.647495] usb 3-7: Found UVC 1.10 device Integrated Camera (30c9:0030)
[    6.648008] Bluetooth: hci0: RTL: loading rtl_bt/rtl8852bu_config.bin
[    6.648982] Bluetooth: hci0: RTL: cfg_sz 6, total sz 58003
[    6.651068] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
[    6.651191] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[    6.651402] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    6.651623] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[    6.651712] snd_hda_intel 0000:01:00.1: Disabling MSI
[    6.651716] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[    6.664983] input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/input/input14
[    6.673791] usbcore: registered new interface driver uvcvideo
[    6.685232] snd_hda_intel 0000:01:00.1: bound 0000:01:00.0 (ops nv50_audio_component_bind_ops [nouveau])
[    6.687373] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input15
[    6.689927] EXT4-fs (nvme0n1p8): mounted filesystem with ordered data mode. Quota mode: none.
[    6.728598] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC257: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    6.728604] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    6.728605] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    6.728606] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    6.728607] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    6.728608] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x19
[    6.728608] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[    6.733181] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input16
[    6.733225] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input17
[    6.733265] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input18
[    6.743638] input: MSFT0001:01 04F3:31AD Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-32/i2c-MSFT0001:01/0018:04F3:31AD.0002/input/input19
[    6.744915] input: MSFT0001:01 04F3:31AD Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-32/i2c-MSFT0001:01/0018:04F3:31AD.0002/input/input21
[    6.744963] hid-multitouch 0018:04F3:31AD.0002: input,hidraw1: I2C HID v1.00 Mouse [MSFT0001:01 04F3:31AD] on i2c-MSFT0001:01
[    6.755894] mousedev: PS/2 mouse device common for all mice
[    6.757823] intel_tcc_cooling: Programmable TCC Offset detected
[    6.787106] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input22
[    6.787138] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input23
[    6.787165] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input24
[    6.787190] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input25
[    6.787216] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input26
[    6.787240] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input27
[    6.975401] Bluetooth: hci0: RTL: fw version 0xdbc6b20f
[    7.034909] 8021q: 802.1Q VLAN Support v1.8
[    7.059919] Bluetooth: hci0: AOSP extensions version v1.00
[    7.059924] Bluetooth: hci0: AOSP quality report is supported
[    7.062639] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    7.062733] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    7.062875] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    7.062876] cfg80211: failed to load regulatory.db
[    7.099994] Generic FE-GE Realtek PHY r8169-0-500:00: attached PHY driver (mii_bus:phy_addr=r8169-0-500:00, irq=MAC)
[    7.303759] r8169 0000:05:00.0 enp5s0: Link is Down
[    8.900174] rfkill: input handler disabled
[   16.433271] systemd-journald[411]: /var/log/journal/aad974ff7d99497d8b78c67ec5efbfd6/user-1000.journal: Monotonic clock jumped backwards relative to last journal entry, rotating.
[   16.716294] rfkill: input handler enabled
[   18.815616] rfkill: input handler disabled
[   23.825795] bijiben-shell-s[1935]: segfault at 7f1e299c6a55 ip 00007f19ff25df61 sp 00007fff765cb778 error 4 in libgobject-2.0.so.0.7600.3[7f19ff232000+35000] likely on CPU 2 (core 4, socket 0)
[   23.825804] Code: c0 0f 95 c0 48 83 c4 08 0f b6 c0 c3 66 66 2e 0f 1f 84 00 00 00 00 00 66 90 f3 0f 1e fa 48 85 ff 74 47 48 8b 07 48 85 c0 74 3f <48> 8b 00 48 3d fc 03 00 00 77 2c 48 8d 15 cd 61 02 00 48 c1 e8 02
[   70.781251] r8169 0000:05:00.0 enp5s0: Link is Up - 100Mbps/Full - flow control rx/tx
[   70.781300] IPv6: ADDRCONF(NETDEV_CHANGE): enp5s0: link becomes ready
[   77.784031] bijiben-shell-s[2425]: segfault at 7f8e7c9a1c05 ip 00007f89ad310f61 sp 00007ffcf0fa2d38 error 4 in libgobject-2.0.so.0.7600.3[7f89ad2e5000+35000] likely on CPU 17 (core 29, socket 0)
[   77.784043] Code: c0 0f 95 c0 48 83 c4 08 0f b6 c0 c3 66 66 2e 0f 1f 84 00 00 00 00 00 66 90 f3 0f 1e fa 48 85 ff 74 47 48 8b 07 48 85 c0 74 3f <48> 8b 00 48 3d fc 03 00 00 77 2c 48 8d 15 cd 61 02 00 48 c1 e8 02
[   78.791544] bijiben-shell-s[2612]: segfault at 7fd5dd23ed13 ip 00007fd24cca6f61 sp 00007fff19c70e58 error 4 in libgobject-2.0.so.0.7600.3[7fd24cc7b000+35000] likely on CPU 2 (core 4, socket 0)
[   78.791552] Code: c0 0f 95 c0 48 83 c4 08 0f b6 c0 c3 66 66 2e 0f 1f 84 00 00 00 00 00 66 90 f3 0f 1e fa 48 85 ff 74 47 48 8b 07 48 85 c0 74 3f <48> 8b 00 48 3d fc 03 00 00 77 2c 48 8d 15 cd 61 02 00 48 c1 e8 02 

Last edited by classikh (2023-07-04 15:00:41)

Offline

#4 2023-07-04 11:14:16

classikh
Member
Registered: 2023-06-13
Posts: 45

Re: [SOLVED]WiFi-device Not found.

loqs wrote:

Please post the output of the following in code tags

$ lsusb
# dmesg

I have posted the command outputs.

Also I am posting the result of 'rfkill' command.

ID TYPE      DEVICE                 SOFT      HARD
0 wlan      ideapad_wlan      unblocked unblocked
1 bluetooth ideapad_bluetooth unblocked unblocked
2 bluetooth hci0              unblocked unblocked

Last edited by classikh (2023-07-04 11:20:17)

Offline

#5 2023-07-04 11:26:29

loqs
Member
Registered: 2014-03-06
Posts: 18,938

Re: [SOLVED]WiFi-device Not found.

Please use code tags. 0bda:4853 support was added to the linux kernel in 6.2 so is not present in linux-lts.  Simplest solution would be to use the linux kernel.
Edit:
You could try https://aur.archlinux.org/packages/rtw89-dkms-git with linux-lts

Last edited by loqs (2023-07-04 11:30:10)

Offline

#6 2023-07-04 13:32:17

classikh
Member
Registered: 2023-06-13
Posts: 45

Re: [SOLVED]WiFi-device Not found.

loqs wrote:

Please use code tags. 0bda:4853 support was added to the linux kernel in 6.2 so is not present in linux-lts.  Simplest solution would be to use the linux kernel.
Edit:
You could try https://aur.archlinux.org/packages/rtw89-dkms-git with linux-lts

Hey i did understand what you meant by adding code tags, I'm new to this, could you be a little more descriptive. I also installed the package you listed but that didnt help.

Offline

#7 2023-07-04 13:37:35

loqs
Member
Registered: 2014-03-06
Posts: 18,938

Re: [SOLVED]WiFi-device Not found.

For code tags see the BBCode link which is also below every Quick reply box.
You installed the linux package or the rtw89-dkms-git package.  What did you do after installing the package?

Offline

#8 2023-07-04 13:42:42

classikh
Member
Registered: 2023-06-13
Posts: 45

Re: [SOLVED]WiFi-device Not found.

loqs wrote:

For code tags see the BBCode link which is also below every Quick reply box.
You installed the linux package or the rtw89-dkms-git package.  What did you do after installing the package?


I installed the package link you provided from the AUR. Then i also updated my linux-lts package. Its updates. But it doesnt help.

Thanks for the Code Tags tip!

Offline

#9 2023-07-04 13:47:45

loqs
Member
Registered: 2014-03-06
Posts: 18,938

Re: [SOLVED]WiFi-device Not found.

Please post the output of the following in code tags

# dkms status
$ lsmod
$ modinfo rtw89core
$ lspci -nnkd 0bda:4853

Offline

#10 2023-07-04 13:55:26

classikh
Member
Registered: 2023-06-13
Posts: 45

Re: [SOLVED]WiFi-device Not found.

loqs wrote:

Please post the output of the following in code tags

# dkms status
$ lsmod
$ modinfo rtw89core
$ lspci -nnkd 0bda:4853

$ dkms status

rtw89/r529.8f8efa6, 6.4.1-arch1-1, x86_64: installed

$ lsmod

Module                  Size  Used by
cfg80211             1138688  0
8021q                  40960  0
garp                   16384  1 8021q
mrp                    20480  1 8021q
stp                    16384  1 garp
llc                    16384  2 stp,garp
snd_sof_pci_intel_tgl    16384  0
snd_sof_intel_hda_common   221184  1 snd_sof_pci_intel_tgl
soundwire_intel        57344  1 snd_sof_intel_hda_common
soundwire_generic_allocation    16384  1 soundwire_intel
soundwire_cadence      45056  1 soundwire_intel
snd_sof_intel_hda      20480  1 snd_sof_intel_hda_common
snd_sof_pci            24576  2 snd_sof_intel_hda_common,snd_sof_pci_intel_tgl
mousedev               24576  0
snd_sof_xtensa_dsp     20480  1 snd_sof_intel_hda_common
snd_sof               335872  2 snd_sof_pci,snd_sof_intel_hda_common
snd_sof_utils          20480  1 snd_sof
snd_soc_hdac_hda       28672  1 snd_sof_intel_hda_common
snd_hda_ext_core       36864  2 snd_sof_intel_hda_common,snd_soc_hdac_hda
snd_soc_acpi_intel_match    73728  2 snd_sof_intel_hda_common,snd_sof_pci_intel_tgl
snd_hda_codec_realtek   172032  1
snd_soc_acpi           16384  2 snd_soc_acpi_intel_match,snd_sof_intel_hda_common
snd_hda_codec_generic    98304  1 snd_hda_codec_realtek
soundwire_bus         126976  3 soundwire_intel,soundwire_generic_allocation,soundwire_cadence
ledtrig_audio          16384  1 snd_hda_codec_generic
intel_tcc_cooling      16384  0
snd_soc_core          393216  4 soundwire_intel,snd_sof,snd_sof_intel_hda_common,snd_soc_hdac_hda
x86_pkg_temp_thermal    20480  0
intel_powerclamp       20480  0
snd_compress           28672  1 snd_soc_core
coretemp               20480  0
ac97_bus               16384  1 snd_soc_core
snd_hda_codec_hdmi     86016  2
snd_pcm_dmaengine      16384  1 snd_soc_core
kvm_intel             393216  0
snd_hda_intel          61440  6
snd_intel_dspcfg       36864  3 snd_hda_intel,snd_sof,snd_sof_intel_hda_common
kvm                  1150976  1 kvm_intel
uvcvideo              163840  0
snd_intel_sdw_acpi     20480  2 snd_sof_intel_hda_common,snd_intel_dspcfg
videobuf2_vmalloc      20480  1 uvcvideo
irqbypass              16384  1 kvm
hid_multitouch         32768  0
r8169                  98304  0
crct10dif_pclmul       16384  1
videobuf2_memops       20480  1 videobuf2_vmalloc
iTCO_wdt               16384  0
snd_hda_codec         188416  6 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_realtek,snd_soc_hdac_hda,snd_sof_intel_hda
crc32_pclmul           16384  0
btusb                  69632  0
videobuf2_v4l2         40960  1 uvcvideo
processor_thermal_device_pci    16384  0
polyval_clmulni        16384  0
polyval_generic        16384  1 polyval_clmulni
gf128mul               16384  1 polyval_generic
ghash_clmulni_intel    16384  0
btrtl                  28672  1 btusb
snd_hda_core          118784  9 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_ext_core,snd_hda_codec,snd_hda_codec_realtek,snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_sof_intel_hda
mei_hdcp               24576  0
sha512_ssse3           53248  0
mei_pxp                20480  0
aesni_intel           393216  0
realtek                36864  1
intel_pmc_bxt          16384  1 iTCO_wdt
processor_thermal_device    20480  1 processor_thermal_device_pci
videobuf2_common       86016  4 videobuf2_vmalloc,videobuf2_v4l2,uvcvideo,videobuf2_memops
btbcm                  24576  1 btusb
snd_hwdep              16384  1 snd_hda_codec
crypto_simd            16384  1 aesni_intel
cryptd                 24576  2 crypto_simd,ghash_clmulni_intel
btintel                45056  1 btusb
ee1004                 20480  0
ucsi_acpi              16384  0
snd_pcm               172032  12 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,soundwire_intel,snd_sof,snd_sof_intel_hda_common,snd_compress,snd_soc_core,snd_sof_utils,snd_hda_core,snd_pcm_dmaengine
iTCO_vendor_support    16384  1 iTCO_wdt
btmtk                  16384  1 btusb
processor_thermal_rfim    16384  1 processor_thermal_device
mdio_devres            16384  1 r8169
typec_ucsi             53248  1 ucsi_acpi
intel_lpss_pci         28672  0
rapl                   16384  0
intel_rapl_msr         20480  0
intel_cstate           20480  0
videodev              319488  3 videobuf2_v4l2,uvcvideo,videobuf2_common
mei_me                 57344  2
snd_timer              49152  1 snd_pcm
typec                  90112  1 typec_ucsi
processor_thermal_mbox    16384  2 processor_thermal_rfim,processor_thermal_device
intel_lpss             16384  1 intel_lpss_pci
spi_nor               118784  0
intel_uncore          221184  0
pcspkr                 16384  0
bluetooth             937984  6 btrtl,btmtk,btintel,btbcm,btusb
wmi_bmof               16384  0
ideapad_laptop         45056  0
i2c_i801               45056  0
processor_thermal_rapl    20480  1 processor_thermal_device
snd                   131072  22 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek,snd_sof,snd_timer,snd_compress,snd_soc_core,snd_pcm
libphy                172032  3 r8169,mdio_devres,realtek
mc                     77824  4 videodev,videobuf2_v4l2,uvcvideo,videobuf2_common
mtd                    94208  3 spi_nor
ecdh_generic           16384  1 bluetooth
mei                   176128  5 mei_hdcp,mei_pxp,mei_me
roles                  16384  1 typec_ucsi
idma64                 20480  0
platform_profile       16384  1 ideapad_laptop
i2c_smbus              20480  1 i2c_i801
soundcore              16384  1 snd
igen6_edac             32768  0
intel_rapl_common      32768  2 intel_rapl_msr,processor_thermal_rapl
i2c_hid_acpi           16384  0
joydev                 28672  0
rfkill                 36864  6 bluetooth,ideapad_laptop,cfg80211
i2c_hid                40960  1 i2c_hid_acpi
int3400_thermal        20480  0
intel_hid              28672  0
acpi_pad               24576  0
int3403_thermal        20480  0
acpi_thermal_rel       16384  1 int3400_thermal
sparse_keymap          16384  2 intel_hid,ideapad_laptop
int340x_thermal_zone    20480  2 int3403_thermal,processor_thermal_device
mac_hid                16384  0
dm_multipath           45056  0
sg                     49152  0
crypto_user            24576  0
dm_mod                192512  1 dm_multipath
fuse                  176128  5
loop                   36864  0
bpf_preload            24576  0
ip_tables              36864  0
x_tables               57344  1 ip_tables
ext4                 1032192  2
crc32c_generic         16384  0
crc16                  16384  2 bluetooth,ext4
mbcache                16384  1 ext4
jbd2                  192512  1 ext4
usbhid                 73728  0
nvme                   61440  3
nvme_core             208896  5 nvme
nvme_common            24576  1 nvme_core
i915                 3207168  110
nouveau              2752512  0
serio_raw              20480  0
drm_ttm_helper         16384  1 nouveau
atkbd                  36864  0
drm_buddy              20480  1 i915
mxm_wmi                16384  1 nouveau
libps2                 20480  1 atkbd
intel_gtt              28672  1 i915
vivaldi_fmap           16384  1 atkbd
drm_display_helper    184320  2 i915,nouveau
spi_intel_pci          16384  0
cec                    81920  2 drm_display_helper,i915
xhci_pci               24576  0
spi_intel              32768  1 spi_intel_pci
crc32c_intel           24576  4
vmd                    24576  0
xhci_pci_renesas       24576  1 xhci_pci
ttm                    94208  3 drm_ttm_helper,i915,nouveau
i8042                  49152  1 ideapad_laptop
video                  65536  3 ideapad_laptop,i915,nouveau
serio                  28672  4 serio_raw,atkbd,i8042
wmi                    45056  5 video,wmi_bmof,ideapad_laptop,mxm_wmi,nouveau

$ modinfo rtw89core

modinfo: ERROR: Module rtw89core not found.

$ lspci -nnkd 0bda:4853

Above command returns nothing.

Offline

#11 2023-07-04 14:00:20

classikh
Member
Registered: 2023-06-13
Posts: 45

Re: [SOLVED]WiFi-device Not found.

loqs wrote:

Please post the output of the following in code tags

# dkms status
$ lsmod
$ modinfo rtw89core
$ lspci -nnkd 0bda:4853

Also `systemctl status NetworkManager' command returns.

● NetworkManager.service - Network Manager
     Loaded: loaded (/usr/lib/systemd/system/NetworkManager.service; enabled; preset: disabled)
     Active: active (running) since Tue 2023-07-04 19:10:07 IST; 17min ago
       Docs: man:NetworkManager(8)
   Main PID: 598 (NetworkManager)
      Tasks: 4 (limit: 18828)
     Memory: 16.2M
        CPU: 208ms
     CGroup: /system.slice/NetworkManager.service
             └─598 /usr/bin/NetworkManager --no-daemon

Jul 04 19:10:11 ideapadG NetworkManager[598]: <info>  [1688478011.7783] dhcp4 (enp5s0): state changed new lease, addr>
Jul 04 19:10:11 ideapadG NetworkManager[598]: <info>  [1688478011.7790] policy: set 'Wired connection 1' (enp5s0) as >
Jul 04 19:10:11 ideapadG NetworkManager[598]: <info>  [1688478011.7917] device (enp5s0): state change: ip-config -> i>
Jul 04 19:10:11 ideapadG NetworkManager[598]: <info>  [1688478011.7945] device (enp5s0): state change: ip-check -> se>
Jul 04 19:10:11 ideapadG NetworkManager[598]: <info>  [1688478011.7948] device (enp5s0): state change: secondaries ->>
Jul 04 19:10:11 ideapadG NetworkManager[598]: <info>  [1688478011.7952] manager: NetworkManager state is now CONNECTE>
Jul 04 19:10:11 ideapadG NetworkManager[598]: <info>  [1688478011.7955] device (enp5s0): Activation: successful, devi>
Jul 04 19:10:11 ideapadG NetworkManager[598]: <info>  [1688478011.7963] manager: startup complete
Jul 04 19:10:12 ideapadG NetworkManager[598]: <info>  [1688478012.2168] manager: NetworkManager state is now CONNECTE>
Jul 04 19:10:18 ideapadG NetworkManager[598]: <info>  [1688478018.4664] agent-manager: agent[b8b8be680d52bed7,:1.45/o>

In this, preset is diabled, i have enables the networkmanager.service but it remains disabled. if that info is of any use smile

Offline

#12 2023-07-04 14:29:50

loqs
Member
Registered: 2014-03-06
Posts: 18,938

Re: [SOLVED]WiFi-device Not found.

rtw89/r529.8f8efa6, 6.4.1-arch1-1, x86_64: installed

The modules were only built for the linux kernel not the linux-lts kernel.  Lack of linux-lts-headers?
Please also post the full output of

$ lspci -nnk

Offline

#13 2023-07-04 14:58:10

classikh
Member
Registered: 2023-06-13
Posts: 45

Re: [SOLVED]WiFi-device Not found.

loqs wrote:
rtw89/r529.8f8efa6, 6.4.1-arch1-1, x86_64: installed

The modules were only built for the linux kernel not the linux-lts kernel.  Lack of linux-lts-headers?
Please also post the full output of

$ lspci -nnk

linux-headers are installed. I'll update them again. Below is the requested output.

0000:00:00.0 Host bridge [0600]: Intel Corporation 12th Gen Core Processor Host Bridge/DRAM Registers [8086:4641] (rev 02)
	Subsystem: Lenovo 12th Gen Core Processor Host Bridge/DRAM Registers [17aa:3801]
	Kernel driver in use: igen6_edac
	Kernel modules: igen6_edac
0000:00:01.0 PCI bridge [0604]: Intel Corporation 12th Gen Core Processor PCI Express x16 Controller #1 [8086:460d] (rev 02)
	Subsystem: Lenovo 12th Gen Core Processor PCI Express x16 Controller [17aa:3832]
	Kernel driver in use: pcieport
0000:00:02.0 VGA compatible controller [0300]: Intel Corporation Alder Lake-P Integrated Graphics Controller [8086:46a6] (rev 0c)
	Subsystem: Lenovo Alder Lake-P Integrated Graphics Controller [17aa:3af6]
	Kernel driver in use: i915
	Kernel modules: i915
0000:00:04.0 Signal processing controller [1180]: Intel Corporation Alder Lake Innovation Platform Framework Processor Participant [8086:461d] (rev 02)
	Subsystem: Lenovo Alder Lake Innovation Platform Framework Processor Participant [17aa:3831]
	Kernel driver in use: proc_thermal_pci
	Kernel modules: processor_thermal_device_pci
0000:00:06.0 System peripheral [0880]: Intel Corporation RST VMD Managed Controller [8086:09ab]
	Subsystem: Lenovo RST VMD Managed Controller [17aa:3833]
0000:00:08.0 System peripheral [0880]: Intel Corporation 12th Gen Core Processor Gaussian & Neural Accelerator [8086:464f] (rev 02)
	Subsystem: Lenovo 12th Gen Core Processor Gaussian & Neural Accelerator [17aa:3836]
0000:00:0d.0 USB controller [0c03]: Intel Corporation Alder Lake-P Thunderbolt 4 USB Controller [8086:461e] (rev 02)
	Subsystem: Intel Corporation Alder Lake-P Thunderbolt 4 USB Controller [8086:7270]
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci
0000:00:0e.0 RAID bus controller [0104]: Intel Corporation Volume Management Device NVMe RAID Controller [8086:467f]
	Subsystem: Lenovo Volume Management Device NVMe RAID Controller [17aa:3802]
	Kernel driver in use: vmd
	Kernel modules: vmd
0000:00:14.0 USB controller [0c03]: Intel Corporation Alder Lake PCH USB 3.2 xHCI Host Controller [8086:51ed] (rev 01)
	Subsystem: Intel Corporation Alder Lake PCH USB 3.2 xHCI Host Controller [8086:7270]
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci
0000:00:14.2 RAM memory [0500]: Intel Corporation Alder Lake PCH Shared SRAM [8086:51ef] (rev 01)
	Subsystem: Lenovo Alder Lake PCH Shared SRAM [17aa:3821]
0000:00:15.0 Serial bus controller [0c80]: Intel Corporation Alder Lake PCH Serial IO I2C Controller #0 [8086:51e8] (rev 01)
	Subsystem: Lenovo Alder Lake PCH Serial IO I2C Controller [17aa:3811]
	Kernel driver in use: intel-lpss
	Kernel modules: intel_lpss_pci
0000:00:16.0 Communication controller [0780]: Intel Corporation Alder Lake PCH HECI Controller [8086:51e0] (rev 01)
	Subsystem: Lenovo Alder Lake PCH HECI Controller [17aa:3817]
	Kernel driver in use: mei_me
	Kernel modules: mei_me
0000:00:1c.0 PCI bridge [0604]: Intel Corporation Device [8086:51ba] (rev 01)
	Subsystem: Lenovo Device [17aa:3823]
	Kernel driver in use: pcieport
0000:00:1c.3 PCI bridge [0604]: Intel Corporation Device [8086:51bb] (rev 01)
	Subsystem: Lenovo Device [17aa:3815]
	Kernel driver in use: pcieport
0000:00:1f.0 ISA bridge [0601]: Intel Corporation Alder Lake PCH eSPI Controller [8086:5182] (rev 01)
	Subsystem: Lenovo Alder Lake PCH eSPI Controller [17aa:382b]
0000:00:1f.3 Multimedia audio controller [0401]: Intel Corporation Alder Lake PCH-P High Definition Audio Controller [8086:51c8] (rev 01)
	Subsystem: Lenovo Alder Lake PCH-P High Definition Audio Controller [17aa:3883]
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel, snd_sof_pci_intel_tgl
0000:00:1f.4 SMBus [0c05]: Intel Corporation Alder Lake PCH-P SMBus Host Controller [8086:51a3] (rev 01)
	Subsystem: Lenovo Alder Lake PCH-P SMBus Host Controller [17aa:382e]
	Kernel driver in use: i801_smbus
	Kernel modules: i2c_i801
0000:00:1f.5 Serial bus controller [0c80]: Intel Corporation Alder Lake-P PCH SPI Controller [8086:51a4] (rev 01)
	Subsystem: Lenovo Alder Lake-P PCH SPI Controller [17aa:382f]
	Kernel driver in use: intel-spi
	Kernel modules: spi_intel_pci
0000:01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GA106M [GeForce RTX 3060 Mobile / Max-Q] [10de:2520] (rev a1)
	Subsystem: Lenovo GA106M [GeForce RTX 3060 Mobile / Max-Q] [17aa:3af6]
	Kernel driver in use: nouveau
	Kernel modules: nouveau
0000:01:00.1 Audio device [0403]: NVIDIA Corporation GA106 High Definition Audio Controller [10de:228e] (rev a1)
	Subsystem: Lenovo GA106 High Definition Audio Controller [17aa:3af6]
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel
0000:05:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
	Subsystem: Lenovo RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [17aa:393b]
	Kernel driver in use: r8169
	Kernel modules: r8169
0000:06:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. Device [10ec:b852]
	Subsystem: Lenovo Device [17aa:4853]
10000:e0:06.0 PCI bridge [0604]: Intel Corporation 12th Gen Core Processor PCI Express x4 Controller #0 [8086:464d] (rev 02)
	Subsystem: Intel Corporation 12th Gen Core Processor PCI Express x4 Controller [8086:7270]
	Kernel driver in use: pcieport
10000:e1:00.0 Non-Volatile memory controller [0108]: Micron Technology Inc 2450 NVMe SSD (DRAM-less) [1344:5411] (rev 01)
	Subsystem: Micron Technology Inc Device [1344:1100]
	Kernel driver in use: nvme
	Kernel modules: nvme

Offline

#14 2023-07-04 15:05:58

loqs
Member
Registered: 2014-03-06
Posts: 18,938

Re: [SOLVED]WiFi-device Not found.

classikh wrote:

linux-headers are installed.

linux-lts-headers and linux-headers are different packages.  You need the headers package matching the kernel you want to build modules for.

0000:06:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. Device [10ec:b852]
	Subsystem: Lenovo Device [17aa:4853]

I messed up the device ID passed to lspci it should have been 17aa:4853 but the required kernel modules are still rtw89 for kernels before 6.2.  Note having rtw89 installed may break wireless support when using the linux kernel.

Last edited by loqs (2023-07-04 15:06:16)

Offline

#15 2023-07-04 15:16:29

classikh
Member
Registered: 2023-06-13
Posts: 45

Re: [SOLVED]WiFi-device Not found.

Okay, what should i do next? I installed the linux-lts-headers.

Offline

#16 2023-07-04 15:26:18

loqs
Member
Registered: 2014-03-06
Posts: 18,938

Re: [SOLVED]WiFi-device Not found.

Easiest now to just reboot.  If the wireless adapter is not detected after reboot,  please post the output of

# dkms status
$ lspci -nnkd 17aa:4853
$ dmesg

Offline

#17 2023-07-04 15:36:12

classikh
Member
Registered: 2023-06-13
Posts: 45

Re: [SOLVED]WiFi-device Not found.

That worked!!!!!!!!!!!!!!!!!!!!!!!!!!

I love you man!

Offline

Board footer

Powered by FluxBB