My arduino isnt recognized

i try to connect my arduino into my linux pc in windows it works fine but when i do lsusb i cannot see anything like an arduino or something like that please help me

Your topic has been moved. Please do not post in "Uncategorized"; see the sticky topics in Uncategorized - Arduino Forum.


  1. Do you observe any changes in the lsusb output when connecting/disconnecting the board? Note that some boards can not identify themselves as an Arduino. That is e.g. the case for an original Nano and for most Uno/Mega/Nano clones; those use a generic serial-to-usb converter.
  2. Which board do you use?
  3. Is it a clone or an original?

What does dmesg tell you?

  1. Disconnect the board.
  2. Run dmesg -w; the program will not terminate.
  3. Connect the board.
  4. Observe the changes (if any) and post the output here; please use code tags when posting the output.
  5. Stop dmesg -w using CTRL+C.

Once your board is recognised in the IDE, you will have to add yourself to the dialout group.

Try this, it will get you on the dial out group. The first worked for me and my user name was gil.
Type 'groups', is 'dialout' there ?
sudo usermod -a -G tty yourUserName - sudo usermod -a -G tty gil
sudo usermod -a -G dialout yourUserName
Log off and log on again for the changes to take effect.
The last step is most important!
...
included with IDE2.2.?
sudo groupadd plugdev
sudo groupadd dialout
sudo usermod -a -G tty $1
sudo usermod -a -G dialout $1
sudo usermod -a -G uucp $1
sudo usermod -a -G plugdev $1
...
Disconnect the board.
Run dmesg -w; the program will not close.
Connect the board and check if there is any change in the output of (2) above.
Stop dmesg -w using ctrl+C.
...
cd /dev
ls -l

well it is a very long output

dmesg -w
[    0.000000] microcode: microcode updated early to revision 0x52, date = 2024-02-15
[    0.000000] Linux version 5.15.0-117-generic (buildd@lcy02-amd64-037) (gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #127~20.04.1-Ubuntu SMP Thu Jul 11 15:36:12 UTC 2024 (Ubuntu 5.15.0-117.127~20.04.1-generic 5.15.158)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.15.0-117-generic root=UUID=7be2a32e-774d-4607-a574-95a2f7a9724d ro quiet splash vt.handoff=7
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
[    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-0x0000000039a59fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000039a5a000-0x000000003cb59fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000003cb5a000-0x000000003cc25fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000003cc26000-0x000000003cd44fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000003cd45000-0x0000000041efefff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000041eff000-0x0000000041efffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000041f00000-0x0000000049ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000004a200000-0x000000004a3fffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000004b000000-0x00000000503fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000006afbfffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0x3509c018-0x350abe57] usable ==> usable
[    0.000000] e820: update [mem 0x3509c018-0x350abe57] 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-0x000000003509c017] usable
[    0.000000] reserve setup_data: [mem 0x000000003509c018-0x00000000350abe57] usable
[    0.000000] reserve setup_data: [mem 0x00000000350abe58-0x0000000039a59fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000039a5a000-0x000000003cb59fff] reserved
[    0.000000] reserve setup_data: [mem 0x000000003cb5a000-0x000000003cc25fff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000003cc26000-0x000000003cd44fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000003cd45000-0x0000000041efefff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000041eff000-0x0000000041efffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000041f00000-0x0000000049ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000004a200000-0x000000004a3fffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000004b000000-0x00000000503fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x00000006afbfffff] usable
[    0.000000] efi: EFI v2.70 by American Megatrends
[    0.000000] efi: ACPI=0x3cc25000 ACPI 2.0=0x3cc25014 TPMFinalLog=0x3ccb0000 SMBIOS=0x41ca5000 SMBIOS 3.0=0x41ca4000 MEMATTR=0x367fc698 ESRT=0x38281d98 MOKvar=0x3e35e000 RNG=0x3cb92018 TPMEventLog=0x350ac018 
[    0.000000] random: crng init done
[    0.000000] secureboot: Secure boot enabled
[    0.000000] Kernel is locked down from EFI Secure Boot mode; see man kernel_lockdown.7
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: HP Victus by HP Laptop 16-d0xxx/88F9, BIOS F.25 10/04/2023
[    0.000000] tsc: Detected 2700.000 MHz processor
[    0.000000] tsc: Detected 2688.000 MHz TSC
[    0.000269] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000272] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000282] last_pfn = 0x6afc00 max_arch_pfn = 0x400000000
[    0.000523] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.002094] last_pfn = 0x41f00 max_arch_pfn = 0x400000000
[    0.014103] esrt: Reserving ESRT space from 0x0000000038281d98 to 0x0000000038281dd0.
[    0.014110] e820: update [mem 0x38281000-0x38281fff] usable ==> reserved
[    0.014139] Using GB pages for direct mapping
[    0.014416] secureboot: Secure boot enabled
[    0.014417] RAMDISK: [mem 0x2df33000-0x33299fff]
[    0.014423] ACPI: Early table checksum verification disabled
[    0.014427] ACPI: RSDP 0x000000003CC25014 000024 (v02 HPQOEM)
[    0.014431] ACPI: XSDT 0x000000003CC24728 000114 (v01 HPQOEM SLIC-MPC 01072009 AMI  01000013)
[    0.014439] ACPI: FACP 0x000000003CC1F000 000114 (v06 HPQOEM SLIC-MPC 01072009 HP   01000013)
[    0.014446] ACPI: DSDT 0x000000003CBC8000 0561A3 (v02 HPQOEM 88F9     01072009 ACPI 20191018)
[    0.014450] ACPI: FACS 0x000000003CD41000 000040
[    0.014454] ACPI: MCFG 0x000000003CC23000 00003C (v01 HPQOEM 88F9     01072009 HP   00000097)
[    0.014458] ACPI: SSDT 0x000000003CC20000 00255D (v02 HPQOEM 88F9     00003000 ACPI 20191018)
[    0.014463] ACPI: FIDT 0x000000003CBC7000 00009C (v01 HPQOEM 88F9     01072009 HP   00010013)
[    0.014466] ACPI: MSDM 0x000000003CBC6000 000055 (v03 HPQOEM SLIC-MPC 00000001 HP   00010013)
[    0.014471] ACPI: SSDT 0x000000003CBBF000 003378 (v02 HPQOEM 88F9     00003000 ACPI 20191018)
[    0.014474] ACPI: HPET 0x000000003CBB2000 000038 (v01 HPQOEM 88F9     01072009 HP   01000013)
[    0.014478] ACPI: APIC 0x000000003CBB1000 00012C (v04 HPQOEM 88F9     01072009 HP   01000013)
[    0.014482] ACPI: NHLT 0x000000003CBB0000 000F58 (v00 HPQOEM 88F9     01072009 HP   01000013)
[    0.014486] ACPI: LPIT 0x000000003CBAF000 0000CC (v01 HPQOEM 88F9     01072009 HP   01000013)
[    0.014489] ACPI: SSDT 0x000000003CBAB000 002720 (v02 HPQOEM 88F9     00001000 ACPI 20191018)
[    0.014494] ACPI: SSDT 0x000000003CBAA000 00012A (v02 HPQOEM 88F9     00000000 ACPI 20191018)
[    0.014497] ACPI: DBGP 0x000000003CBA9000 000034 (v01 HPQOEM 88F9     01072009 HP   01000013)
[    0.014502] ACPI: DBG2 0x000000003CBA8000 000054 (v00 HPQOEM 88F9     01072009 HP   01000013)
[    0.014505] ACPI: SSDT 0x000000003CBA7000 000B97 (v02 HPQOEM 88F9     00001000 ACPI 20191018)
[    0.014509] ACPI: DMAR 0x000000003CBA6000 000088 (v02 HPQOEM 88F9     00000002 HP   01000013)
[    0.014513] ACPI: SSDT 0x000000003CBA5000 000D5A (v02 HPQOEM 88F9     00000000 ACPI 20191018)
[    0.014518] ACPI: SSDT 0x000000003CBA4000 0000AE (v02 HPQOEM 88F9     00001000 ACPI 20191018)
[    0.014521] ACPI: SSDT 0x000000003CBA3000 000144 (v02 HPQOEM 88F9     00001000 ACPI 20191018)
[    0.014525] ACPI: SSDT 0x000000003CBA2000 000060 (v01 HPQOEM 88F9     00000001 ACPI 20191018)
[    0.014529] ACPI: UEFI 0x000000003CC93000 00063A (v01 HPQOEM 88F9     00000000 HP   00000000)
[    0.014533] ACPI: UEFI 0x000000003CC92000 00005C (v01 HPQOEM 88F9     00000000 HP   00000000)
[    0.014537] ACPI: TPM2 0x000000003CBA1000 00004C (v04 HPQOEM 88F9     00000001 HP   00000000)
[    0.014541] ACPI: SSDT 0x000000003CB9E000 002E68 (v01 HPQOEM 88F9     00001000 ACPI 20191018)
[    0.014545] ACPI: SSDT 0x000000003CBB3000 00B305 (v02 HPQOEM 88F9     00001000 ACPI 20191018)
[    0.014549] ACPI: SSDT 0x000000003CBC3000 002F4E (v02 HPQOEM 88F9     00003000 ACPI 20191018)
[    0.014553] ACPI: PTDT 0x000000003CB9D000 00007A (v00 HPQOEM 88F9     00000005 HP   0100000D)
[    0.014556] ACPI: WSMT 0x000000003CBAE000 000028 (v01 HPQOEM 88F9     01072009 HP   00010013)
[    0.014560] ACPI: FPDT 0x000000003CB9C000 000044 (v01 HPQOEM 88F9     01072009 HP   01000013)
[    0.014564] ACPI: BGRT 0x000000003CB9B000 000038 (v01 HPQOEM 88F9     01072009 HP   00010013)
[    0.014567] ACPI: Reserving FACP table memory at [mem 0x3cc1f000-0x3cc1f113]
[    0.014569] ACPI: Reserving DSDT table memory at [mem 0x3cbc8000-0x3cc1e1a2]
[    0.014570] ACPI: Reserving FACS table memory at [mem 0x3cd41000-0x3cd4103f]
[    0.014571] ACPI: Reserving MCFG table memory at [mem 0x3cc23000-0x3cc2303b]
[    0.014572] ACPI: Reserving SSDT table memory at [mem 0x3cc20000-0x3cc2255c]
[    0.014573] ACPI: Reserving FIDT table memory at [mem 0x3cbc7000-0x3cbc709b]
[    0.014574] ACPI: Reserving MSDM table memory at [mem 0x3cbc6000-0x3cbc6054]
[    0.014575] ACPI: Reserving SSDT table memory at [mem 0x3cbbf000-0x3cbc2377]
[    0.014576] ACPI: Reserving HPET table memory at [mem 0x3cbb2000-0x3cbb2037]
[    0.014577] ACPI: Reserving APIC table memory at [mem 0x3cbb1000-0x3cbb112b]
[    0.014578] ACPI: Reserving NHLT table memory at [mem 0x3cbb0000-0x3cbb0f57]
[    0.014579] ACPI: Reserving LPIT table memory at [mem 0x3cbaf000-0x3cbaf0cb]
[    0.014580] ACPI: Reserving SSDT table memory at [mem 0x3cbab000-0x3cbad71f]
[    0.014581] ACPI: Reserving SSDT table memory at [mem 0x3cbaa000-0x3cbaa129]
[    0.014582] ACPI: Reserving DBGP table memory at [mem 0x3cba9000-0x3cba9033]
[    0.014583] ACPI: Reserving DBG2 table memory at [mem 0x3cba8000-0x3cba8053]
[    0.014584] ACPI: Reserving SSDT table memory at [mem 0x3cba7000-0x3cba7b96]
[    0.014585] ACPI: Reserving DMAR table memory at [mem 0x3cba6000-0x3cba6087]
[    0.014586] ACPI: Reserving SSDT table memory at [mem 0x3cba5000-0x3cba5d59]
[    0.014587] ACPI: Reserving SSDT table memory at [mem 0x3cba4000-0x3cba40ad]
[    0.014588] ACPI: Reserving SSDT table memory at [mem 0x3cba3000-0x3cba3143]
[    0.014589] ACPI: Reserving SSDT table memory at [mem 0x3cba2000-0x3cba205f]
[    0.014590] ACPI: Reserving UEFI table memory at [mem 0x3cc93000-0x3cc93639]
[    0.014591] ACPI: Reserving UEFI table memory at [mem 0x3cc92000-0x3cc9205b]
[    0.014592] ACPI: Reserving TPM2 table memory at [mem 0x3cba1000-0x3cba104b]
[    0.014593] ACPI: Reserving SSDT table memory at [mem 0x3cb9e000-0x3cba0e67]
[    0.014594] ACPI: Reserving SSDT table memory at [mem 0x3cbb3000-0x3cbbe304]
[    0.014596] ACPI: Reserving SSDT table memory at [mem 0x3cbc3000-0x3cbc5f4d]
[    0.014597] ACPI: Reserving PTDT table memory at [mem 0x3cb9d000-0x3cb9d079]
[    0.014598] ACPI: Reserving WSMT table memory at [mem 0x3cbae000-0x3cbae027]
[    0.014599] ACPI: Reserving FPDT table memory at [mem 0x3cb9c000-0x3cb9c043]
[    0.014600] ACPI: Reserving BGRT table memory at [mem 0x3cb9b000-0x3cb9b037]
[    0.014838] No NUMA configuration found
[    0.014839] Faking a node at [mem 0x0000000000000000-0x00000006afbfffff]
[    0.014849] NODE_DATA(0) allocated [mem 0x6afbd6000-0x6afbfffff]
[    0.015180] Zone ranges:
[    0.015181]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.015183]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.015185]   Normal   [mem 0x0000000100000000-0x00000006afbfffff]
[    0.015186]   Device   empty
[    0.015188] Movable zone start for each node
[    0.015192] Early memory node ranges
[    0.015192]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.015194]   node   0: [mem 0x0000000000100000-0x0000000039a59fff]
[    0.015196]   node   0: [mem 0x0000000041eff000-0x0000000041efffff]
[    0.015197]   node   0: [mem 0x0000000100000000-0x00000006afbfffff]
[    0.015200] Initmem setup node 0 [mem 0x0000000000001000-0x00000006afbfffff]
[    0.015205] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.015230] On node 0, zone DMA: 97 pages in unavailable ranges
[    0.016972] On node 0, zone DMA32: 33957 pages in unavailable ranges
[    0.052442] On node 0, zone Normal: 24832 pages in unavailable ranges
[    0.052454] On node 0, zone Normal: 1024 pages in unavailable ranges
[    0.052503] Reserving Intel graphics memory at [mem 0x4c800000-0x503fffff]
[    0.052798] ACPI: PM-Timer IO Port: 0x1808
[    0.052806] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.052809] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.052810] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.052810] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.052811] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.052812] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.052813] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.052814] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.052815] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.052815] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.052816] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.052817] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.052818] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.052819] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.052820] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.052820] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[    0.052860] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.052864] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.052866] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.052871] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.052872] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.052882] e820: update [mem 0x33e17000-0x34405fff] usable ==> reserved
[    0.052896] TSC deadline timer available
[    0.052897] smpboot: Allowing 12 CPUs, 0 hotplug CPUs
[    0.052917] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.052919] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[    0.052921] PM: hibernation: Registered nosave memory: [mem 0x33e17000-0x34405fff]
[    0.052923] PM: hibernation: Registered nosave memory: [mem 0x3509c000-0x3509cfff]
[    0.052925] PM: hibernation: Registered nosave memory: [mem 0x350ab000-0x350abfff]
[    0.052927] PM: hibernation: Registered nosave memory: [mem 0x38281000-0x38281fff]
[    0.052929] PM: hibernation: Registered nosave memory: [mem 0x39a5a000-0x3cb59fff]
[    0.052930] PM: hibernation: Registered nosave memory: [mem 0x3cb5a000-0x3cc25fff]
[    0.052930] PM: hibernation: Registered nosave memory: [mem 0x3cc26000-0x3cd44fff]
[    0.052931] PM: hibernation: Registered nosave memory: [mem 0x3cd45000-0x41efefff]
[    0.052933] PM: hibernation: Registered nosave memory: [mem 0x41f00000-0x49ffffff]
[    0.052934] PM: hibernation: Registered nosave memory: [mem 0x4a000000-0x4a1fffff]
[    0.052935] PM: hibernation: Registered nosave memory: [mem 0x4a200000-0x4a3fffff]
[    0.052936] PM: hibernation: Registered nosave memory: [mem 0x4a400000-0x4affffff]
[    0.052937] PM: hibernation: Registered nosave memory: [mem 0x4b000000-0x503fffff]
[    0.052937] PM: hibernation: Registered nosave memory: [mem 0x50400000-0xbfffffff]
[    0.052938] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xcfffffff]
[    0.052939] PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xfdffffff]
[    0.052940] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.052941] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.052942] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.052942] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.052943] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.052944] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed1ffff]
[    0.052945] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
[    0.052946] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfedfffff]
[    0.052947] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.052947] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.052948] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.052950] [mem 0x50400000-0xbfffffff] available for PCI devices
[    0.052951] Booting paravirtualized kernel on bare hardware
[    0.052954] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.052962] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:1
[    0.053369] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u262144
[    0.053376] pcpu-alloc: s217088 r8192 d28672 u262144 alloc=1*2097152
[    0.053379] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 -- -- -- -- 
[    0.053415] Built 1 zonelists, mobility grouping on.  Total pages: 6101761
[    0.053417] Policy zone: Normal
[    0.053418] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.15.0-117-generic root=UUID=7be2a32e-774d-4607-a574-95a2f7a9724d ro quiet splash vt.handoff=7
[    0.053514] Unknown kernel command line parameters "splash BOOT_IMAGE=/boot/vmlinuz-5.15.0-117-generic", will be passed to user space.
[    0.055287] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.056230] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.056445] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.112344] Memory: 24076212K/24795108K available (16393K kernel code, 4391K rwdata, 10868K rodata, 3364K init, 18712K bss, 718636K reserved, 0K cma-reserved)
[    0.112474] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
[    0.112507] ftrace: allocating 50245 entries in 197 pages
[    0.139459] ftrace: allocated 197 pages with 4 groups
[    0.139579] rcu: Hierarchical RCU implementation.
[    0.139580] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=12.
[    0.139582] 	Rude variant of Tasks RCU enabled.
[    0.139583] 	Tracing variant of Tasks RCU enabled.
[    0.139584] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.139585] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
[    0.144023] NR_IRQS: 524544, nr_irqs: 2152, preallocated irqs: 16
[    0.144505] Console: colour dummy device 80x25
[    0.144523] printk: console [tty0] enabled
[    0.144546] ACPI: Core revision 20210730
[    0.144919] hpet: HPET dysfunctional in PC10. Force disabled.
[    0.144920] APIC: Switch to symmetric I/O mode setup
[    0.144922] DMAR: Host address width 39
[    0.144923] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.144929] DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 29a00f0505e
[    0.144932] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.144937] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.144940] DMAR: RMRR base: 0x0000004c000000 end: 0x000000503fffff
[    0.144943] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.144945] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.144946] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.146863] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.146866] x2apic enabled
[    0.146896] Switched APIC routing to cluster x2apic.
[    0.151817] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x26bef67878b, max_idle_ns: 440795293631 ns
[    0.151827] Calibrating delay loop (skipped), value calculated using timer frequency.. 5376.00 BogoMIPS (lpj=10752000)
[    0.151866] CPU0: Thermal monitoring enabled (TM1)
[    0.151870] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.152001] process: using mwait in idle threads
[    0.152003] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.152004] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.152008] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.152011] Spectre V2 : Spectre BHI mitigation: SW BHB clearing on vm exit
[    0.152011] Spectre V2 : Spectre BHI mitigation: SW BHB clearing on syscall
[    0.152012] Spectre V2 : Mitigation: Enhanced / Automatic IBRS
[    0.152013] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.152014] Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
[    0.152015] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.152017] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.152019] GDS: Mitigation: Microcode
[    0.152035] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.152036] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.152037] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.152038] x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
[    0.152038] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
[    0.152039] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
[    0.152040] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.152043] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.152044] x86/fpu: xstate_offset[5]:  832, xstate_sizes[5]:   64
[    0.152045] x86/fpu: xstate_offset[6]:  896, xstate_sizes[6]:  512
[    0.152046] x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
[    0.152047] x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]:    8
[    0.152048] x86/fpu: Enabled xstate features 0x2e7, context size is 2440 bytes, using 'compacted' format.
[    0.155822] Freeing SMP alternatives memory: 44K
[    0.155822] pid_max: default: 32768 minimum: 301
[    0.155822] LSM: Security Framework initializing
[    0.155822] landlock: Up and running.
[    0.155822] Yama: becoming mindful.
[    0.155822] AppArmor: AppArmor initialized
[    0.155822] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.155822] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.155822] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1630
[    0.155822] smpboot: CPU0: 11th Gen Intel(R) Core(TM) i5-11400H @ 2.70GHz (family: 0x6, model: 0x8d, stepping: 0x1)
[    0.155822] Performance Events: PEBS fmt4+-baseline,  AnyThread deprecated, Icelake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.155822] ... version:                5
[    0.155822] ... bit width:              48
[    0.155822] ... generic registers:      8
[    0.155822] ... value mask:             0000ffffffffffff
[    0.155822] ... max period:             00007fffffffffff
[    0.155822] ... fixed-purpose events:   4
[    0.155822] ... event mask:             0001000f000000ff
[    0.155822] signal: max sigframe size: 3632
[    0.155822] rcu: Hierarchical SRCU implementation.
[    0.155822] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.155822] smp: Bringing up secondary CPUs ...
[    0.155822] x86: Booting SMP configuration:
[    0.155822] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11
[    0.189768] smp: Brought up 1 node, 12 CPUs
[    0.189768] smpboot: Max logical packages: 1
[    0.189768] smpboot: Total of 12 processors activated (64512.00 BogoMIPS)
[    0.192801] devtmpfs: initialized
[    0.192801] x86/mm: Memory block size: 128MB
[    0.193155] ACPI: PM: Registering ACPI NVS region [mem 0x3cc26000-0x3cd44fff] (1175552 bytes)
[    0.193155] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.193155] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.193155] pinctrl core: initialized pinctrl subsystem
[    0.193155] PM: RTC time: 13:04:14, date: 2024-08-27
[    0.193155] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.193155] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    0.193155] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.195911] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.195918] audit: initializing netlink subsys (disabled)
[    0.195925] audit: type=2000 audit(1724763854.044:1): state=initialized audit_enabled=0 res=1
[    0.195929] thermal_sys: Registered thermal governor 'fair_share'
[    0.195930] thermal_sys: Registered thermal governor 'bang_bang'
[    0.195931] thermal_sys: Registered thermal governor 'step_wise'
[    0.195932] thermal_sys: Registered thermal governor 'user_space'
[    0.195932] thermal_sys: Registered thermal governor 'power_allocator'
[    0.195937] EISA bus registered
[    0.195945] cpuidle: using governor ladder
[    0.195948] cpuidle: using governor menu
[    0.195974] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.195974] ACPI: bus type PCI registered
[    0.195974] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.195974] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
[    0.195974] PCI: MMCONFIG at [mem 0xc0000000-0xcfffffff] reserved in E820
[    0.195974] PCI: Using configuration type 1 for base access
[    0.196418] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.196926] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.196929] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.196929] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.196929] ACPI: Added _OSI(Module Device)
[    0.196929] ACPI: Added _OSI(Processor Device)
[    0.196929] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.196929] ACPI: Added _OSI(Processor Aggregator Device)
[    0.196929] ACPI: Added _OSI(Linux-Dell-Video)
[    0.196929] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.196929] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.287612] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.TXHC.RHUB.SS01], AE_NOT_FOUND (20210730/dswload2-162)
[    0.287622] fbcon: Taking over console
[    0.287633] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20210730/psobject-220)
[    0.287637] ACPI: Skipping parse of AML opcode: Scope (0x0010)
[    0.287640] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.TXHC.RHUB.SS02], AE_NOT_FOUND (20210730/dswload2-162)
[    0.287645] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20210730/psobject-220)
[    0.287647] ACPI: Skipping parse of AML opcode: Scope (0x0010)
[    0.287650] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.TXHC.RHUB.SS03], AE_NOT_FOUND (20210730/dswload2-162)
[    0.287654] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20210730/psobject-220)
[    0.287656] ACPI: Skipping parse of AML opcode: Scope (0x0010)
[    0.287659] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.TXHC.RHUB.SS04], AE_NOT_FOUND (20210730/dswload2-162)
[    0.287663] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20210730/psobject-220)
[    0.287665] ACPI: Skipping parse of AML opcode: Scope (0x0010)
[    0.287669] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS01._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.287673] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.287676] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.287678] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS01._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.287682] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.287684] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.287879] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS02._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.287884] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.287887] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.287889] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS02._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.287893] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.287896] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.287900] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS03._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.287904] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.287907] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.287908] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS03._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.287912] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.287915] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.287919] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS04._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.287923] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.287926] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.287927] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS04._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.287931] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.287934] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.287937] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS05._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.287941] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.287944] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.287946] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS05._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.287950] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.287953] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.287956] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS06._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.287960] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.287963] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.287964] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS06._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.287969] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.287971] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.287974] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS07._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.287979] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.287981] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.287983] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS07._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.287987] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.287990] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.287993] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS08._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.287997] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.288000] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.288001] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS08._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.288005] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.288008] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.288011] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS09._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.288015] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.288018] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.288020] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS09._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.288024] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.288027] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.288030] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS10._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.288034] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.288037] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.288038] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS10._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.288042] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.288045] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.288234] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS11._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.288238] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.288241] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.288243] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS11._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.288247] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.288250] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.288253] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS12._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.288257] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.288260] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.288261] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS12._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.288265] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.288268] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.288271] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS13._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.288275] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.288278] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.288280] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS13._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.288284] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.288287] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.288290] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS14._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.288294] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.288297] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.288298] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS14._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.288302] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.288305] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.288400] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS01._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.288405] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.288407] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.288409] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS01._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.288413] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.288416] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.288419] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS02._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.288423] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.288426] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.288428] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS02._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.288432] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.288434] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.288438] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS03._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.288442] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.288444] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.288446] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS03._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.288450] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.288453] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.288456] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS04._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.288460] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.288463] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.288464] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS04._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.288468] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.288471] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.288474] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS05._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.288479] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.288481] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.288483] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS05._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.288487] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.288490] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.288493] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS06._UPC], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.288497] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.288500] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.288502] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS06._PLD], AE_ALREADY_EXISTS (20210730/dswload2-326)
[    0.288505] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[    0.288508] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.302167] ACPI: 13 ACPI AML tables successfully acquired and loaded
[    0.316417] ACPI: Dynamic OEM Table Load:
[    0.316429] ACPI: SSDT 0xFFFF8CE1402D1000 0001CB (v02 PmRef  Cpu0Psd  00003000 INTL 20191018)
[    0.317484] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
[    0.318426] ACPI: Dynamic OEM Table Load:
[    0.318434] ACPI: SSDT 0xFFFF8CE141754000 000394 (v02 PmRef  Cpu0Cst  00003001 INTL 20191018)
[    0.319672] ACPI: Dynamic OEM Table Load:
[    0.319679] ACPI: SSDT 0xFFFF8CE141761800 0005A2 (v02 PmRef  Cpu0Ist  00003000 INTL 20191018)
[    0.321024] ACPI: Dynamic OEM Table Load:
[    0.321031] ACPI: SSDT 0xFFFF8CE141753000 00028B (v02 PmRef  Cpu0Hwp  00003000 INTL 20191018)
[    0.322485] ACPI: Dynamic OEM Table Load:
[    0.322494] ACPI: SSDT 0xFFFF8CE141771000 0008E7 (v02 PmRef  ApIst    00003000 INTL 20191018)
[    0.323963] ACPI: Dynamic OEM Table Load:
[    0.323971] ACPI: SSDT 0xFFFF8CE141760000 00048A (v02 PmRef  ApHwp    00003000 INTL 20191018)
[    0.325322] ACPI: Dynamic OEM Table Load:
[    0.325329] ACPI: SSDT 0xFFFF8CE141763000 0004D4 (v02 PmRef  ApPsd    00003000 INTL 20191018)
[    0.326613] ACPI: Dynamic OEM Table Load:
[    0.326620] ACPI: SSDT 0xFFFF8CE141760800 00048A (v02 PmRef  ApCst    00003000 INTL 20191018)
[    0.333045] ACPI: EC: EC started
[    0.333047] ACPI: EC: interrupt blocked
[    0.339714] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.339717] ACPI: \_SB_.PC00.LPCB.EC0_: Boot DSDT EC used to handle transactions
[    0.339718] ACPI: Interpreter enabled
[    0.339775] ACPI: PM: (supports S0 S3 S4 S5)
[    0.339777] ACPI: Using IOAPIC for interrupt routing
[    0.339830] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.339831] PCI: Using E820 reservations for host bridge windows
[    0.340315] ACPI: Enabled 7 GPEs in block 00 to 7F
[    0.341096] ACPI: PM: Power Resource [PG00]
[    0.353801] ACPI: PM: Power Resource [PG02]
[    0.354269] ACPI: PM: Power Resource [PG03]
[    0.354742] ACPI: PM: Power Resource [PG00]
[    0.372367] ACPI: PM: Power Resource [V0PR]
[    0.372517] ACPI: PM: Power Resource [V1PR]
[    0.372655] ACPI: PM: Power Resource [V2PR]
[    0.375266] ACPI: PM: Power Resource [WRST]
[    0.376470] ACPI: PM: Power Resource [TBT0]
[    0.376483] ACPI: PM: Power Resource [TBT1]
[    0.376497] ACPI: PM: Power Resource [D3C]
[    0.421051] ACPI: PM: Power Resource [PIN]
[    0.421492] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-e0])
[    0.421500] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.423382] acpi PNP0A08:00: _OSC: platform does not support [AER]
[    0.426731] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
[    0.426732] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.428483] PCI host bridge to bus 0000:00
[    0.428485] pci_bus 0000:00: root bus resource [bus 00-e0]
[    0.428487] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.428489] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.428490] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.428491] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000effff window]
[    0.428492] pci_bus 0000:00: root bus resource [mem 0x50400000-0xbfffffff window]
[    0.428494] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
[    0.428763] pci 0000:00:00.0: [8086:9a26] type 00 class 0x060000
[    0.429592] pci 0000:00:01.0: [8086:9a01] type 01 class 0x060400
[    0.429666] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.429694] pci 0000:00:01.0: PTM enabled (root), 4ns granularity
[    0.430800] pci 0000:00:02.0: [8086:9a68] type 00 class 0x030000
[    0.430811] pci 0000:00:02.0: reg 0x10: [mem 0x6104000000-0x6104ffffff 64bit]
[    0.430818] pci 0000:00:02.0: reg 0x18: [mem 0x4000000000-0x400fffffff 64bit pref]
[    0.430823] pci 0000:00:02.0: reg 0x20: [io  0x6000-0x603f]
[    0.430842] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.430844] pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
[    0.430848] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.430880] pci 0000:00:02.0: reg 0x344: [mem 0x00000000-0x00ffffff 64bit]
[    0.430881] pci 0000:00:02.0: VF(n) BAR0 space: [mem 0x00000000-0x06ffffff 64bit] (contains BAR0 for 7 VFs)
[    0.430887] pci 0000:00:02.0: reg 0x34c: [mem 0x00000000-0x1fffffff 64bit pref]
[    0.430888] pci 0000:00:02.0: VF(n) BAR2 space: [mem 0x00000000-0xdfffffff 64bit pref] (contains BAR2 for 7 VFs)
[    0.431508] pci 0000:00:06.0: [8086:09ab] type 00 class 0x088000
[    0.432621] pci 0000:00:08.0: [8086:9a11] type 00 class 0x088000
[    0.432631] pci 0000:00:08.0: reg 0x10: [mem 0x610522c000-0x610522cfff 64bit]
[    0.433226] pci 0000:00:0d.0: [8086:9a17] type 00 class 0x0c0330
[    0.433243] pci 0000:00:0d.0: reg 0x10: [mem 0x6105210000-0x610521ffff 64bit]
[    0.433316] pci 0000:00:0d.0: PME# supported from D3hot D3cold
[    0.436030] pci 0000:00:0e.0: [8086:9a0b] type 00 class 0x010400
[    0.436045] pci 0000:00:0e.0: reg 0x10: [mem 0x6102000000-0x6103ffffff 64bit]
[    0.436053] pci 0000:00:0e.0: reg 0x18: [mem 0x52000000-0x53ffffff]
[    0.436068] pci 0000:00:0e.0: reg 0x20: [mem 0x6105100000-0x61051fffff 64bit]
[    0.436760] pci 0000:00:14.0: [8086:43ed] type 00 class 0x0c0330
[    0.436782] pci 0000:00:14.0: reg 0x10: [mem 0x6105200000-0x610520ffff 64bit]
[    0.436868] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.439293] pci 0000:00:14.2: [8086:43ef] type 00 class 0x050000
[    0.439315] pci 0000:00:14.2: reg 0x10: [mem 0x6105224000-0x6105227fff 64bit]
[    0.439329] pci 0000:00:14.2: reg 0x18: [mem 0x610522b000-0x610522bfff 64bit]
[    0.440265] pci 0000:00:15.0: [8086:43e8] type 00 class 0x0c8000
[    0.440345] pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.441262] pci 0000:00:16.0: [8086:43e0] type 00 class 0x078000
[    0.441290] pci 0000:00:16.0: reg 0x10: [mem 0x6105229000-0x6105229fff 64bit]
[    0.441381] pci 0000:00:16.0: PME# supported from D3hot
[    0.442378] pci 0000:00:1c.0: [8086:43bc] type 01 class 0x060400
[    0.442495] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.442538] pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
[    0.443784] pci 0000:00:1c.7: [8086:43bf] type 01 class 0x060400
[    0.443899] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
[    0.443938] pci 0000:00:1c.7: PTM enabled (root), 4ns granularity
[    0.445126] pci 0000:00:1d.0: [8086:09ab] type 00 class 0x088000
[    0.446383] pci 0000:00:1d.7: [8086:43b7] type 01 class 0x060400
[    0.446534] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.446583] pci 0000:00:1d.7: PTM enabled (root), 4ns granularity
[    0.447806] pci 0000:00:1f.0: [8086:438b] type 00 class 0x060100
[    0.448668] pci 0000:00:1f.3: [8086:43c8] type 00 class 0x040100
[    0.448713] pci 0000:00:1f.3: reg 0x10: [mem 0x6105220000-0x6105223fff 64bit]
[    0.448765] pci 0000:00:1f.3: reg 0x20: [mem 0x6105000000-0x61050fffff 64bit]
[    0.448866] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.449873] pci 0000:00:1f.4: [8086:43a3] type 00 class 0x0c0500
[    0.449899] pci 0000:00:1f.4: reg 0x10: [mem 0x6105228000-0x61052280ff 64bit]
[    0.449930] pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
[    0.450465] pci 0000:00:1f.5: [8086:43a4] type 00 class 0x0c8000
[   
[    0.599345] efifb: scrolling: redraw
[    0.599345] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.599467] Console: switching to colour frame buffer device 240x67
[    0.602498] fb0: EFI VGA frame buffer device
[    0.602507] EFI Variables Facility v0.08 2004-May-17
[    0.614201] intel_pmc_core INT33A1:00:  initialized
[    0.614333] drop_monitor: Initializing network drop monitor service
[    0.614445] NET: Registered PF_INET6 protocol family
[    0.643507] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    0.664979] Freeing initrd memory: 85404K
[    0.670149] Segment Routing with IPv6
[    0.670162] In-situ OAM (IOAM) with IPv6
[    0.670185] NET: Registered PF_PACKET protocol family
[    0.670212] Key type dns_resolver registered
[    0.672309] microcode: sig=0x806d1, pf=0x2, revision=0x52
[    0.673163] microcode: Microcode Update Driver: v2.2.
[    0.674169] resctrl: L2 allocation detected
[    0.674180] IPI shorthand broadcast: enabled
[    0.674203] sched_clock: Marking stable (666774185, 7371360)->(716379308, -42233763)
[    0.674530] registered taskstats version 1
[    0.674905] Loading compiled-in X.509 certificates
[    0.675345] Loaded X.509 cert 'Build time autogenerated kernel key: ad40c666d16acf817d77d102db574044656e8be5'
[    0.675723] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969'
[    0.676068] Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19'
[    0.676069] blacklist: Loading compiled-in revocation X.509 certificates
[    0.676079] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing: 61482aa2830d0ab2ad5af10b7250da9033ddcef0'
[    0.676088] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2017): 242ade75ac4a15e50d50c84b0d45ff3eae707a03'
[    0.676097] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (ESM 2018): 365188c1d374d6b07c3c8f240f8ef722433d6a8b'
[    0.676107] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2019): c0746fd6c5da3ae827864651ad66ae47fe24b3e8'
[    0.676115] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v1): a8d54bbb3825cfb94fa13c9f8a594a195c107b8d'
[    0.676123] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v2): 4cf046892d6fd3c9a5b03f98d845f90851dc6a8c'
[    0.676131] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v3): 100437bb6de6e469b581e61cd66bce3ef4ed53af'
[    0.676139] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (Ubuntu Core 2019): c1d57b8f6b743f23ee41f4f7ee292f06eecadfb9'
[    0.676629] zswap: loaded using pool lzo/zbud
[    0.677438] Key type .fscrypt registered
[    0.677439] Key type fscrypt-provisioning registered
[    0.677464] Key type trusted registered
[    0.679766] Key type encrypted registered
[    0.679769] AppArmor: AppArmor sha1 policy hashing enabled
[    0.679994] integrity: Loading X.509 certificate: UEFI:db
[    0.680017] integrity: Loaded X.509 cert 'HP Inc.: HP UEFI Secure Boot DB 2017: d9c01b50cfcae89d3b05345c163aa76e5dd589e7'
[    0.680018] integrity: Loading X.509 certificate: UEFI:db
[    0.680036] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    0.680037] integrity: Loading X.509 certificate: UEFI:db
[    0.680053] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    0.680190] integrity: Revoking X.509 certificate: UEFI:dbx
[    0.680204] blacklist: Revoked X.509 cert 'Canonical Ltd. Secure Boot Signing: 61482aa2830d0ab2ad5af10b7250da9033ddcef0'
[    0.680205] integrity: Revoking X.509 certificate: UEFI:dbx
[    0.680215] blacklist: Revoked X.509 cert 'Debian Secure Boot Signer: 00a7468def'
[    0.680774] integrity: Loading X.509 certificate: UEFI:MokListRT (MOKvar table)
[    0.680931] integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
[    0.680935] Loading compiled-in module X.509 certificates
[    0.681248] Loaded X.509 cert 'Build time autogenerated kernel key: ad40c666d16acf817d77d102db574044656e8be5'
[    0.681249] ima: Allocated hash algorithm: sha1
[    0.714187] ima: No architecture policies found
[    0.714194] evm: Initialising EVM extended attributes:
[    0.714194] evm: security.selinux
[    0.714195] evm: security.SMACK64
[    0.714195] evm: security.SMACK64EXEC
[    0.714196] evm: security.SMACK64TRANSMUTE
[    0.714196] evm: security.SMACK64MMAP
[    0.714196] evm: security.apparmor
[    0.714197] evm: security.ima
[    0.714197] evm: security.capability
[    0.714197] evm: HMAC attrs: 0x1
[    0.714345] PM:   Magic number: 4:932:79
[    0.714545] RAS: Correctable Errors collector initialized.
[    0.714548] Lockdown: swapper/0: hibernation is restricted; see man kernel_lockdown.7
[    0.714554] clk: Disabling unused clocks
[    0.718777] Freeing unused decrypted memory: 2036K
[    0.719313] Freeing unused kernel image (initmem) memory: 3364K
[    0.719314] Write protecting the kernel read-only data: 30720k
[    0.719934] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    0.720301] Freeing unused kernel image (rodata/data gap) memory: 1420K
[    0.728504] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.728507] Run /init as init process
[    0.728508]   with arguments:
[    0.728509]     /init
[    0.728510]     splash
[    0.728510]   with environment:
[    0.728511]     HOME=/
[    0.728511]     TERM=linux
[    0.728512]     BOOT_IMAGE=/boot/vmlinuz-5.15.0-117-generic
[    0.798042] hid: raw HID events driver (C) Jiri Kosina
[    0.799803] wmi_bus wmi_bus-PNP0C14:02: [Firmware Info]: 8F1F6436-9F42-42C8-BADC-0E9424F20C9A has zero instances
[    0.799807] wmi_bus wmi_bus-PNP0C14:02: [Firmware Info]: 8F1F6435-9F42-42C8-BADC-0E9424F20C9A has zero instances
[    0.799808] wmi_bus wmi_bus-PNP0C14:02: [Firmware Info]: 7391A661-223A-47DB-A77A-7BE84C60822D has zero instances
[    0.799810] wmi_bus wmi_bus-PNP0C14:02: [Firmware Info]: DF4E63B6-3BBC-4858-9737-C74F82F821F3 has zero instances
[    0.800503] vmd 0000:00:0e.0: PCI host bridge to bus 10000:e0
[    0.800507] pci_bus 10000:e0: root bus resource [mem 0x52000000-0x53ffffff]
[    0.800511] pci_bus 10000:e0: root bus resource [bus e0-ff]
[    0.800513] pci_bus 10000:e0: root bus resource [mem 0x6105102000-0x61051fffff 64bit]
[    0.800681] pci 10000:e0:06.0: [8086:9a0f] type 01 class 0x060400
[    0.800712] pci 10000:e0:06.0: enable ASPM for pci bridge behind vmd
[    0.800749] pci 10000:e0:06.0: PME# supported from D0 D3hot D3cold
[    0.800779] pci 10000:e0:06.0: PTM enabled (root), 4ns granularity
[    0.800866] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[    0.800874] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1
[    0.801259] pci 10000:e0:1d.0: [8086:43b0] type 01 class 0x060400
[    0.801324] pci 10000:e0:1d.0: enable ASPM for pci bridge behind vmd
[    0.801374] pci 10000:e0:1d.0: PME# supported from D0 D3hot D3cold
[    0.801416] pci 10000:e0:1d.0: PTM enabled (root), 4ns granularity
[    0.801958] xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
[    0.802887] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[    0.802894] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2
[    0.802899] xhci_hcd 0000:00:0d.0: Host supports USB 3.1 Enhanced SuperSpeed
[    0.802950] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[    0.802953] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.802955] usb usb1: Product: xHCI Host Controller
[    0.802957] usb usb1: Manufacturer: Linux 5.15.0-117-generic xhci-hcd
[    0.802959] usb usb1: SerialNumber: 0000:00:0d.0
[    0.807939] pci 10000:e0:06.0: Primary bus is hard wired to 0
[    0.808889] hub 1-0:1.0: USB hub found
[    0.808904] hub 1-0:1.0: 1 port detected
[    0.809907] pci 10000:e1:00.0: enable LTR for nvme behind vmd
[    0.809909] pci 10000:e1:00.0: [144d:a80a] type 00 class 0x010802
[    0.809930] pci 10000:e1:00.0: reg 0x10: [mem 0x52000000-0x52003fff 64bit]
[    0.811672] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
[    0.811676] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.811678] usb usb2: Product: xHCI Host Controller
[    0.811679] usb usb2: Manufacturer: Linux 5.15.0-117-generic xhci-hcd
[    0.811680] usb usb2: SerialNumber: 0000:00:0d.0
[    0.812879] sdhci: Secure Digital Host Controller Interface driver
[    0.812880] sdhci: Copyright(c) Pierre Ossman
[    0.813845] pci 10000:e0:06.0: PCI bridge to [bus e1]
[    0.813852] pci 10000:e0:06.0:   bridge window [io  0x0000-0x0fff]
[    0.813860] pci 10000:e0:06.0:   bridge window [mem 0x52000000-0x520fffff]
[    0.813875] pci 10000:e0:1d.0: Primary bus is hard wired to 0
[    0.814688] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    0.814775] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    0.814900] pci 10000:e2:00.0: enable LTR for nvme behind vmd
[    0.814903] pci 10000:e2:00.0: [1cc1:5766] type 00 class 0x010802
[    0.814942] pci 10000:e2:00.0: reg 0x10: [mem 0x52100000-0x52103fff 64bit]
[    0.815008] pci 10000:e2:00.0: reg 0x24: [mem 0x00000000-0x00001fff]
[    0.815960] hub 2-0:1.0: USB hub found
[    0.815973] hub 2-0:1.0: 4 ports detected
[    0.816829] pci 10000:e0:1d.0: PCI bridge to [bus e2]
[    0.816838] pci 10000:e0:1d.0:   bridge window [io  0x0000-0x0fff]
[    0.816841] pci 10000:e0:1d.0:   bridge window [mem 0x52100000-0x521fffff]
[    0.816856] pci 10000:e0:06.0: Primary bus is hard wired to 0
[    0.816871] pci 10000:e0:1d.0: Primary bus is hard wired to 0
[    0.816883] pci 10000:e0:06.0: BAR 14: assigned [mem 0x52000000-0x520fffff]
[    0.816885] pci 10000:e0:1d.0: BAR 14: assigned [mem 0x52100000-0x521fffff]
[    0.816886] pci 10000:e0:06.0: BAR 13: no space for [io  size 0x1000]
[    0.816887] pci 10000:e0:06.0: BAR 13: failed to assign [io  size 0x1000]
[    0.816889] pci 10000:e0:1d.0: BAR 13: no space for [io  size 0x1000]
[    0.816890] pci 10000:e0:1d.0: BAR 13: failed to assign [io  size 0x1000]
[    0.816892] pci 10000:e1:00.0: BAR 0: assigned [mem 0x52000000-0x52003fff 64bit]
[    0.817035] pci 10000:e0:06.0: PCI bridge to [bus e1]
[    0.817039] pci 10000:e0:06.0:   bridge window [mem 0x52000000-0x520fffff]
[    0.817047] pci 10000:e2:00.0: BAR 0: assigned [mem 0x52100000-0x52103fff 64bit]
[    0.817068] pci 10000:e2:00.0: BAR 5: assigned [mem 0x52104000-0x52105fff]
[    0.817075] pci 10000:e0:1d.0: PCI bridge to [bus e2]
[    0.817081] pci 10000:e0:1d.0:   bridge window [mem 0x52100000-0x521fffff]
[    0.818107] pcieport 10000:e0:06.0: can't derive routing for PCI INT D
[    0.818110] pcieport 10000:e0:06.0: PCI INT D: no GSI
[    0.820544] pcieport 10000:e0:06.0: PME: Signaling with IRQ 146
[    0.820822] r8169 0000:02:00.0: enabling device (0000 -> 0003)
[    0.821679] sdhci-pci 0000:04:00.0: SDHCI controller found [17a0:9750] (rev 1)
[    0.823145] i2c i2c-0: 2/2 memory slots populated (from DMI)
[    0.828707] sdhci-pci 0000:04:00.0: enabling device (0000 -> 0002)
[    0.828715] intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
[    0.831972] i2c i2c-0: Successfully instantiated SPD at 0x50
[    0.836201] pcieport 10000:e0:1d.0: can't derive routing for PCI INT A
[    0.836205] pcieport 10000:e0:1d.0: PCI INT A: no GSI
[    0.844629] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.844658] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    0.845740] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
[    0.851902] idma64 idma64.0: Found Intel integrated DMA 64-bit
[    0.855771] pcieport 10000:e0:1d.0: PME: Signaling with IRQ 148
[    0.856526] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.856532] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    0.856535] xhci_hcd 0000:00:14.0: Host supports USB 3.2 Enhanced SuperSpeed
[    0.856581] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[    0.856584] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.856586] usb usb3: Product: xHCI Host Controller
[    0.856588] usb usb3: Manufacturer: Linux 5.15.0-117-generic xhci-hcd
[    0.856589] usb usb3: SerialNumber: 0000:00:14.0
[    0.856612] mmc0: SDHCI controller on PCI [0000:04:00.0] using ADMA
[    0.857042] vmd 0000:00:0e.0: Bound to PCI domain 10000
[    0.857883] hub 3-0:1.0: USB hub found
[    0.857904] hub 3-0:1.0: 16 ports detected
[    0.859191] r8169 0000:02:00.0 eth0: RTL8168h/8111h, 84:69:93:70:2e:eb, XID 541, IRQ 147
[    0.859196] r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    0.860515] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
[    0.860517] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.860518] usb usb4: Product: xHCI Host Controller
[    0.860519] usb usb4: Manufacturer: Linux 5.15.0-117-generic xhci-hcd
[    0.860520] usb usb4: SerialNumber: 0000:00:14.0
[    0.860655] hub 4-0:1.0: USB hub found
[    0.860672] hub 4-0:1.0: 8 ports detected
[    0.892981] r8169 0000:02:00.0 eno1: renamed from eth0
[    1.025866] nvme nvme0: pci function 10000:e1:00.0
[    1.026018] nvme nvme1: pci function 10000:e2:00.0
[    1.026025] pcieport 10000:e0:06.0: can't derive routing for PCI INT A
[    1.026028] nvme 10000:e1:00.0: PCI INT A: not connected
[    1.026035] pcieport 10000:e0:1d.0: can't derive routing for PCI INT A
[    1.026037] nvme 10000:e2:00.0: PCI INT A: no GSI
[    1.026845] input: SYNA32B8:00 06CB:CE7D Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-SYNA32B8:00/0018:06CB:CE7D.0001/input/input4
[    1.026915] input: SYNA32B8:00 06CB:CE7D Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-SYNA32B8:00/0018:06CB:CE7D.0001/input/input5
[    1.026956] hid-generic 0018:06CB:CE7D.0001: input,hidraw0: I2C HID v1.00 Mouse [SYNA32B8:00 06CB:CE7D] on i2c-SYNA32B8:00
[    1.038182] nvme nvme0: Shutdown timeout set to 10 seconds
[    1.041559] nvme nvme0: 12/0/0 default/read/poll queues
[    1.044386]  nvme0n1: p1 p2 p3 p4 p5
[    1.195501] usb 3-2: new full-speed USB device number 2 using xhci_hcd
[    1.208205] nvme nvme1: allocated 64 MiB host memory buffer.
[    1.251497] nvme nvme1: 8/0/0 default/read/poll queues
[    1.283721]  nvme1n1: p1 p2
[    1.340552] EXT4-fs (nvme1n1p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    1.346199] usb 3-2: New USB device found, idVendor=03f0, idProduct=2941, bcdDevice= 0.15
[    1.346204] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.346206] usb 3-2: Product: HP Pavilion Gaming Mouse 300
[    1.346208] usb 3-2: Manufacturer: HP
[    1.409937] systemd[1]: Inserted module 'autofs4'
[    1.442506] systemd[1]: systemd 245.4-4ubuntu3.23 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[    1.459604] systemd[1]: Detected architecture x86-64.
[    1.471503] usb 3-3: new full-speed USB device number 3 using xhci_hcd
[    1.512453] systemd[1]: Set hostname to <korhan-Victus-by-HP-Laptop-16-d0xxx>.
[    1.513178] Lockdown: systemd: /dev/mem,kmem,port is restricted; see man kernel_lockdown.7
[    1.559399] systemd[1]: Configuration file /run/systemd/system/netplan-ovs-cleanup.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
[    1.596523] systemd[1]: Created slice system-modprobe.slice.
[    1.596700] systemd[1]: Created slice system-postfix.slice.
[    1.596875] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    1.597037] systemd[1]: Created slice User and Session Slice.
[    1.597066] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    1.597156] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    1.597179] systemd[1]: Reached target User and Group Name Lookups.
[    1.597185] systemd[1]: Reached target Remote File Systems.
[    1.597190] systemd[1]: Reached target Slices.
[    1.597197] systemd[1]: Reached target Mounting snaps.
[    1.597255] systemd[1]: Listening on Syslog Socket.
[    1.597289] systemd[1]: Listening on fsck to fsckd communication Socket.
[    1.597312] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    1.597393] systemd[1]: Listening on Journal Audit Socket.
[    1.597421] systemd[1]: Listening on Journal Socket (/dev/log).
[    1.597456] systemd[1]: Listening on Journal Socket.
[    1.597496] systemd[1]: Listening on udev Control Socket.
[    1.597519] systemd[1]: Listening on udev Kernel Socket.
[    1.597958] systemd[1]: Mounting Huge Pages File System...
[    1.598420] systemd[1]: Mounting POSIX Message Queue File System...
[    1.598957] systemd[1]: Mounting Kernel Debug File System...
[    1.599582] systemd[1]: Mounting Kernel Trace File System...
[    1.600771] systemd[1]: Starting Journal Service...
[    1.601542] systemd[1]: Starting Set the console keyboard layout...
[    1.602504] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    1.603102] systemd[1]: Starting Load Kernel Module chromeos_pstore...
[    1.603407] usb 3-3: device descriptor read/64, error -71
[    1.603629] systemd[1]: Starting Load Kernel Module drm...
[    1.604202] systemd[1]: Starting Load Kernel Module efi_pstore...
[    1.604743] systemd[1]: Starting Load Kernel Module pstore_blk...
[    1.605308] systemd[1]: Starting Load Kernel Module pstore_zone...
[    1.606017] systemd[1]: Starting Load Kernel Module ramoops...
[    1.606591] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    1.606616] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    1.607747] systemd[1]: Starting Load Kernel Modules...
[    1.608420] systemd[1]: Starting Remount Root and Kernel File Systems...
[    1.609537] systemd[1]: Starting udev Coldplug all Devices...
[    1.610628] systemd[1]: Starting Uncomplicated firewall...
[    1.612198] systemd[1]: Mounted Huge Pages File System.
[    1.612311] systemd[1]: Mounted POSIX Message Queue File System.
[    1.612398] systemd[1]: Mounted Kernel Debug File System.
[    1.612501] systemd[1]: Mounted Kernel Trace File System.
[    1.612944] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    1.613194] systemd[1]: modprobe@pstore_blk.service: Succeeded.
[    1.613420] systemd[1]: Finished Load Kernel Module pstore_blk.
[    1.613569] systemd[1]: modprobe@pstore_zone.service: Succeeded.
[    1.613754] systemd[1]: Finished Load Kernel Module pstore_zone.
[    1.614083] systemd[1]: modprobe@ramoops.service: Succeeded.
[    1.614275] systemd[1]: Finished Load Kernel Module ramoops.
[    1.614913] systemd[1]: Finished Uncomplicated firewall.
[    1.615144] EXT4-fs (nvme1n1p2): re-mounted. Opts: errors=remount-ro. Quota mode: none.
[    1.616520] systemd[1]: Finished Remount Root and Kernel File Systems.
[    1.617389] systemd[1]: Activating swap /swapfile...
[    1.617705] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    1.618472] systemd[1]: Starting Load/Save Random Seed...
[    1.619336] systemd[1]: Starting Create System Users...
[    1.619676] systemd[1]: modprobe@drm.service: Succeeded.
[    1.619815] lp: driver loaded but no devices found
[    1.620061] systemd[1]: Finished Load Kernel Module drm.
[    1.620305] Adding 2097148k swap on /swapfile.  Priority:-2 extents:15 across:184295424k SSFS
[    1.620474] systemd[1]: Activated swap /swapfile.
[    1.620542] systemd[1]: Reached target Swap.
[    1.621060] pstore: Using crash dump compression: deflate
[    1.621071] pstore: Registered efi as persistent store backend
[    1.621624] systemd[1]: modprobe@efi_pstore.service: Succeeded.
[    1.622121] systemd[1]: Finished Load Kernel Module efi_pstore.
[    1.623175] ppdev: user-space parallel port driver
[    1.625615] systemd[1]: Finished Load/Save Random Seed.
[    1.627100] systemd[1]: Finished Create System Users.
[    1.628187] systemd[1]: Starting Create Static Device Nodes in /dev...
[ 
[  130.657292] usb 3-3: new full-speed USB device number 12 using xhci_hcd
[  130.657396] usb 3-3: Device not responding to setup address.
[  130.869527] usb 3-3: Device not responding to setup address.
[  131.077573] usb 3-3: device not accepting address 12, error -71
[  131.077674] usb usb3-port3: unable to enumerate USB device
[  216.472433] audit: type=1400 audit(1724764070.978:94): apparmor="DENIED" operation="capable" profile="/usr/lib/snapd/snap-confine" pid=5600 comm="snap-confine" capability=4  capname="fsetid"
[  216.918035] audit: type=1326 audit(1724764071.425:95): auid=1000 uid=1000 gid=1000 ses=2 subj=snap.arduino.arduino pid=5683 comm="sed" exe="/bin/sed" sig=0 arch=c000003e syscall=93 compat=0 ip=0x7ff6690aa3e7 code=0x50000
[  216.918041] audit: type=1326 audit(1724764071.425:96): auid=1000 uid=1000 gid=1000 ses=2 subj=snap.arduino.arduino pid=5683 comm="sed" exe="/bin/sed" sig=0 arch=c000003e syscall=93 compat=0 ip=0x7ff6690aa3e7 code=0x50000
[  217.312113] audit: type=1400 audit(1724764071.817:97): apparmor="DENIED" operation="open" profile="snap.arduino.arduino" name="/proc/cgroups" pid=5692 comm="java" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[  217.315156] audit: type=1400 audit(1724764071.821:98): apparmor="DENIED" operation="open" profile="snap.arduino.arduino" name="/proc/5692/coredump_filter" pid=5692 comm="java" requested_mask="wr" denied_mask="wr" fsuid=1000 ouid=1000
[  217.315163] audit: type=1400 audit(1724764071.821:99): apparmor="DENIED" operation="open" profile="snap.arduino.arduino" name="/proc/5692/coredump_filter" pid=5692 comm="java" requested_mask="wr" denied_mask="wr" fsuid=1000 ouid=1000
[  282.843432] audit: type=1326 audit(1724764137.354:100): auid=1000 uid=1000 gid=1000 ses=2 subj=snap.arduino.arduino pid=5692 comm="Timer-0" exe="/snap/arduino/85/usr/lib/jvm/java-11-openjdk-amd64/bin/java" sig=0 arch=c000003e syscall=93 compat=0 ip=0x7f67896c83e7 code=0x50000
[  282.845146] audit: type=1326 audit(1724764137.358:101): auid=1000 uid=1000 gid=1000 ses=2 subj=snap.arduino.arduino pid=5692 comm="Timer-0" exe="/snap/arduino/85/usr/lib/jvm/java-11-openjdk-amd64/bin/java" sig=0 arch=c000003e syscall=93 compat=0 ip=0x7f67896c83e7 code=0x50000
[  284.161847] audit: type=1326 audit(1724764138.670:102): auid=1000 uid=1000 gid=1000 ses=2 subj=snap.arduino.arduino pid=5692 comm="Timer-0" exe="/snap/arduino/85/usr/lib/jvm/java-11-openjdk-amd64/bin/java" sig=0 arch=c000003e syscall=93 compat=0 ip=0x7f67896c83e7 code=0x50000
[  284.186458] audit: type=1326 audit(1724764138.698:103): auid=1000 uid=1000 gid=1000 ses=2 subj=snap.arduino.arduino pid=5692 comm="Timer-0" exe="/snap/arduino/85/usr/lib/jvm/java-11-openjdk-amd64/bin/java" sig=0 arch=c000003e syscall=93 compat=0 ip=0x7f67896c83e7 code=0x50000
[  903.574143] usb 3-2: USB disconnect, device number 2
[  906.081098] usb 3-2: new full-speed USB device number 13 using xhci_hcd
[  906.232927] usb 3-2: New USB device found, idVendor=03f0, idProduct=2941, bcdDevice= 0.15
[  906.232937] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  906.232940] usb 3-2: Product: HP Pavilion Gaming Mouse 300
[  906.232943] usb 3-2: Manufacturer: HP
[  906.235806] input: HP HP Pavilion Gaming Mouse 300 as /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/0003:03F0:2941.0004/input/input27
[  906.235973] hid-generic 0003:03F0:2941.0004: input,hidraw1: USB HID v1.11 Mouse [HP HP Pavilion Gaming Mouse 300] on usb-0000:00:14.0-2/input0
[  906.237963] input: HP HP Pavilion Gaming Mouse 300 Keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.1/0003:03F0:2941.0005/input/input28
[  906.297601] input: HP HP Pavilion Gaming Mouse 300 as /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.1/0003:03F0:2941.0005/input/input29
[  906.297993] hid-generic 0003:03F0:2941.0005: input,hiddev0,hidraw2: USB HID v1.11 Keyboard [HP HP Pavilion Gaming Mouse 300] on usb-0000:00:14.0-2/input1
[  906.425098] usb 3-3: new full-speed USB device number 14 using xhci_hcd
[  906.553219] usb 3-3: device descriptor read/64, error -71
[  906.789519] usb 3-3: Device not responding to setup address.
[  907.019950] usb 3-3: unable to read config index 0 descriptor/all
[  907.019961] usb 3-3: can't read configurations, error -71
[  907.145061] usb 3-3: new full-speed USB device number 15 using xhci_hcd
[  907.277544] usb 3-3: Device not responding to setup address.
[  907.506283] usb 3-3: device descriptor read/all, error -71
[  907.506564] usb usb3-port3: attempt power cycle
[  908.157107] usb 3-3: new full-speed USB device number 16 using xhci_hcd
[  908.157410] usb 3-3: Device not responding to setup address.
[  908.365407] usb 3-3: Device not responding to setup address.
[  908.577087] usb 3-3: device not accepting address 16, error -71
[  908.705080] usb 3-3: new full-speed USB device number 17 using xhci_hcd
[  908.705486] usb 3-3: Device not responding to setup address.
[  908.913329] usb 3-3: Device not responding to setup address.
[  909.121116] usb 3-3: device not accepting address 17, error -71
[  909.121380] usb usb3-port3: unable to enumerate USB device
[ 2266.686150] audit: type=1326 audit(1724766121.198:104): auid=1000 uid=1000 gid=1000 ses=2 subj=snap.arduino.arduino pid=8436 comm="sed" exe="/bin/sed" sig=0 arch=c000003e syscall=93 compat=0 ip=0x7fd6f48223e7 code=0x50000
[ 2266.686154] audit: type=1326 audit(1724766121.198:105): auid=1000 uid=1000 gid=1000 ses=2 subj=snap.arduino.arduino pid=8436 comm="sed" exe="/bin/sed" sig=0 arch=c000003e syscall=93 compat=0 ip=0x7fd6f48223e7 code=0x50000
[ 2266.710810] audit: type=1400 audit(1724766121.222:106): apparmor="DENIED" operation="open" profile="snap.arduino.arduino" name="/proc/cgroups" pid=8445 comm="java" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 2266.710867] audit: type=1400 audit(1724766121.222:107): apparmor="DENIED" operation="open" profile="snap.arduino.arduino" name="/proc/8445/coredump_filter" pid=8445 comm="java" requested_mask="wr" denied_mask="wr" fsuid=1000 ouid=1000
[ 2266.710870] audit: type=1400 audit(1724766121.222:108): apparmor="DENIED" operation="open" profile="snap.arduino.arduino" name="/proc/8445/coredump_filter" pid=8445 comm="java" requested_mask="wr" denied_mask="wr" fsuid=1000 ouid=1000
[ 3408.181803] usb 3-3: new full-speed USB device number 18 using xhci_hcd
[ 3408.309845] usb 3-3: device descriptor read/64, error -71
[ 3408.545919] usb 3-3: Device not responding to setup address.
[ 3408.754019] usb 3-3: Device not responding to setup address.
[ 3408.961826] usb 3-3: device not accepting address 18, error -71
[ 3409.089827] usb 3-3: new full-speed USB device number 19 using xhci_hcd
[ 3409.222028] usb 3-3: Device not responding to setup address.
[ 3409.430011] usb 3-3: Device not responding to setup address.
[ 3409.641829] usb 3-3: device not accepting address 19, error -71
[ 3409.641907] usb usb3-port3: attempt power cycle
[ 3410.297821] usb 3-3: new full-speed USB device number 20 using xhci_hcd
[ 3410.298090] usb 3-3: Device not responding to setup address.
[ 3410.506048] usb 3-3: Device not responding to setup address.
[ 3410.713902] usb 3-3: device not accepting address 20, error -71
[ 3410.841839] usb 3-3: new full-speed USB device number 21 using xhci_hcd
[ 3410.862642] usb 3-3: device descriptor read/8, error -71
[ 3410.990813] usb 3-3: New USB device found, idVendor=1a86, idProduct=7523, bcdDevice= 2.64
[ 3410.990816] usb 3-3: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[ 3410.990817] usb 3-3: Product: USB Serial
[ 3411.036397] usbcore: registered new interface driver usbserial_generic
[ 3411.036405] usbserial: USB Serial support registered for generic
[ 3411.037510] usbcore: registered new interface driver ch341
[ 3411.037519] usbserial: USB Serial support registered for ch341-uart
[ 3411.037532] ch341 3-3:1.0: ch341-uart converter detected
[ 3411.037777] usb 3-3: failed to send control message: -71
[ 3411.037781] ch341-uart: probe of ttyUSB0 failed with error -71
[ 4532.454309] Lockdown: modprobe: unsigned module loading is restricted; see man kernel_lockdown.7
[ 4542.858980] Lockdown: modprobe: unsigned module loading is restricted; see man kernel_lockdown.7
[ 8293.690045] perf: interrupt took too long (2502 > 2500), lowering kernel.perf_event_max_sample_rate to 79750
[ 9000.448425] Lockdown: modprobe: unsigned module loading is restricted; see man kernel_lockdown.7
[ 9010.833969] Lockdown: modprobe: unsigned module loading is restricted; see man kernel_lockdown.7
[11710.441858] audit: type=1326 audit(1724775564.929:109): auid=1000 uid=1000 gid=1000 ses=2 subj=snap.snap-store.ubuntu-software pid=23266 comm="snap-store" exe="/snap/snap-store/1113/usr/bin/snap-store" sig=0 arch=c000003e syscall=436 compat=0 ip=0x7f45a192765b code=0x50000
[11742.422718] audit: type=1326 audit(1724775596.908:110): auid=1000 uid=1000 gid=1000 ses=2 subj=snap.snap-store.ubuntu-software pid=2632 comm="pool-org.gnome." exe="/snap/snap-store/1113/usr/bin/snap-store" sig=0 arch=c000003e syscall=251 compat=0 ip=0x7f4ef5e9788d code=0x50000
[11742.422724] audit: type=1326 audit(1724775596.908:111): auid=1000 uid=1000 gid=1000 ses=2 subj=snap.snap-store.ubuntu-software pid=2632 comm="pool-org.gnome." exe="/snap/snap-store/1113/usr/bin/snap-store" sig=0 arch=c000003e syscall=251 compat=0 ip=0x7f4ef5e9788d code=0x50000
[11759.414917] loop19: detected capacity change from 0 to 135512
[11804.681626] loop20: detected capacity change from 0 to 229328
[11804.903427] audit: type=1400 audit(1724775659.388:112): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.discord.hook.configure" pid=23856 comm="apparmor_parser"
[11804.921865] audit: type=1400 audit(1724775659.404:113): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.discord.discord" pid=23855 comm="apparmor_parser"
[11805.023656] audit: type=1400 audit(1724775659.508:114): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap-update-ns.discord" pid=23854 comm="apparmor_parser"
[11821.884846] loop21: detected capacity change from 0 to 433128
[11873.247145] loop22: detected capacity change from 0 to 824040
[11895.733311] audit: type=1400 audit(1724775750.215:115): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/snap/snapd/21759/usr/lib/snapd/snap-confine" pid=24508 comm="apparmor_parser"
[11895.733315] audit: type=1400 audit(1724775750.215:116): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/snap/snapd/21759/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=24508 comm="apparmor_parser"
[11895.941479] audit: type=1400 audit(1724775750.423:117): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap.discord.hook.configure" pid=24512 comm="apparmor_parser"
[11896.297319] audit: type=1400 audit(1724775750.779:118): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap.discord.discord" pid=24511 comm="apparmor_parser"
[11896.680541] audit: type=1400 audit(1724775751.163:119): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap-update-ns.discord" pid=24510 comm="apparmor_parser"
[11896.824738] audit: type=1400 audit(1724775751.307:120): apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="snap-update-ns.discord" name="/boot/" pid=24530 comm="5" srcname="/var/lib/snapd/hostfs/boot/" flags="rw, bind"
[12649.424308] Lockdown: modprobe: unsigned module loading is restricted; see man kernel_lockdown.7
[12659.843552] Lockdown: modprobe: unsigned module loading is restricted; see man kernel_lockdown.7
[13491.873774] perf: interrupt took too long (3167 > 3127), lowering kernel.perf_event_max_sample_rate to 63000
[14082.681914] traps: arduino-ide[9898] trap int3 ip:55f2dfafedda sp:7ffd47f40cf0 error:0 in arduino-ide[55f2dc001000+7e34000]
[17644.550935] wlo1: deauthenticated from 70:a5:6a:b0:d3:15 (Reason: 7=CLASS3_FRAME_FROM_NONASSOC_STA)
[17644.941570] wlo1: authenticate with 70:a5:6a:b0:d3:15
[17645.170929] wlo1: send auth to 70:a5:6a:b0:d3:15 (try 1/3)
[17645.175027] wlo1: authenticated
[17645.177570] wlo1: associate with 70:a5:6a:b0:d3:15 (try 1/3)
[17645.180346] wlo1: RX AssocResp from 70:a5:6a:b0:d3:15 (capab=0x411 status=12 aid=1)
[17645.180350] wlo1: 70:a5:6a:b0:d3:15 denied association (code=12)
[17649.874174] wlo1: authenticate with 70:a5:6a:b0:d3:15
[17650.106261] wlo1: send auth to 70:a5:6a:b0:d3:15 (try 1/3)
[17650.108079] wlo1: authenticated
[17650.109443] wlo1: associate with 70:a5:6a:b0:d3:15 (try 1/3)
[17650.113003] wlo1: RX AssocResp from 70:a5:6a:b0:d3:15 (capab=0x411 status=12 aid=1)
[17650.113017] wlo1: 70:a5:6a:b0:d3:15 denied association (code=12)
[17655.225885] wlo1: authenticate with 70:a5:6a:b0:d3:15
[17655.459848] wlo1: send auth to 70:a5:6a:b0:d3:15 (try 1/3)
[17655.461434] wlo1: authenticated
[17655.465453] wlo1: associate with 70:a5:6a:b0:d3:15 (try 1/3)
[17655.468191] wlo1: RX AssocResp from 70:a5:6a:b0:d3:15 (capab=0x411 status=12 aid=1)
[17655.468200] wlo1: 70:a5:6a:b0:d3:15 denied association (code=12)
[17664.603519] wlo1: authenticate with 70:a5:6a:b0:d3:15
[17664.829589] wlo1: send auth to 70:a5:6a:b0:d3:15 (try 1/3)
[17664.831545] wlo1: authenticated
[17664.837473] wlo1: associate with 70:a5:6a:b0:d3:15 (try 1/3)
[17664.840282] wlo1: RX AssocResp from 70:a5:6a:b0:d3:15 (capab=0x411 status=12 aid=2)
[17664.840290] wlo1: 70:a5:6a:b0:d3:15 denied association (code=12)
[17665.943891] Lockdown: systemd-logind: hibernation is restricted; see man kernel_lockdown.7
[17678.942456] wlo1: authenticate with 70:a5:6a:b0:d3:15
[17679.177445] wlo1: send auth to 70:a5:6a:b0:d3:15 (try 1/3)
[17679.179543] wlo1: authenticated
[17679.181526] wlo1: associate with 70:a5:6a:b0:d3:15 (try 1/3)
[17679.184546] wlo1: RX AssocResp from 70:a5:6a:b0:d3:15 (capab=0x411 status=12 aid=1)
[17679.184565] wlo1: 70:a5:6a:b0:d3:15 denied association (code=12)
[17693.286092] wlo1: authenticate with 70:a5:6a:b0:d3:15
[17693.517421] wlo1: send auth to 70:a5:6a:b0:d3:15 (try 1/3)
[17693.519774] wlo1: authenticated
[17693.521635] wlo1: associate with 70:a5:6a:b0:d3:15 (try 1/3)
[17693.524367] wlo1: RX AssocResp from 70:a5:6a:b0:d3:15 (capab=0x411 status=12 aid=1)
[17693.524379] wlo1: 70:a5:6a:b0:d3:15 denied association (code=12)
[17707.662859] wlo1: authenticate with 70:a5:6a:b0:d3:15
[17707.897608] wlo1: send auth to 70:a5:6a:b0:d3:15 (try 1/3)
[17707.899218] wlo1: authenticated
[17707.901685] wlo1: associate with 70:a5:6a:b0:d3:15 (try 1/3)
[17707.906665] wlo1: RX AssocResp from 70:a5:6a:b0:d3:15 (capab=0x411 status=0 aid=2)
[17708.017913] wlo1: associated
[17708.101651] IPv6: ADDRCONF(NETDEV_CHANGE): wlo1: link becomes ready
[19834.402222] Lockdown: modprobe: unsigned module loading is restricted; see man kernel_lockdown.7
[19844.793086] Lockdown: modprobe: unsigned module loading is restricted; see man kernel_lockdown.7
[20130.384811] perf: interrupt took too long (3970 > 3958), lowering kernel.perf_event_max_sample_rate to 50250
[23198.522315] Lockdown: modprobe: unsigned module loading is restricted; see man kernel_lockdown.7
[23208.908297] Lockdown: modprobe: unsigned module loading is restricted; see man kernel_lockdown.7
[24355.859923] usb 3-3: USB disconnect, device number 21
[24355.860120] ch341 3-3:1.0: device disconnected
[24587.352658] Lockdown: modprobe: unsigned module loading is restricted; see man kernel_lockdown.7
[24597.758522] Lockdown: modprobe: unsigned module loading is restricted; see man kernel_lockdown.7
[24609.375450] Lockdown: modprobe: unsigned module loading is restricted; see man kernel_lockdown.7
[24619.765913] Lockdown: modprobe: unsigned module loading is restricted; see man kernel_lockdown.7
[26438.111999] perf: interrupt took too long (4968 > 4962), lowering kernel.perf_event_max_sample_rate to 40250
[29685.375415] Lockdown: modprobe: unsigned module loading is restricted; see man kernel_lockdown.7
[29695.749005] Lockdown: modprobe: unsigned module loading is restricted; see man kernel_lockdown.7
[30309.601029] rtw89_pci 0000:03:00.0: timed out to flush queues
[32131.532375] perf: interrupt took too long (6222 > 6210), lowering kernel.perf_event_max_sample_rate to 32000
[32147.656379] audit: type=1400 audit(1724796002.192:121): apparmor="DENIED" operation="capable" profile="/usr/sbin/cups-browsed" pid=43839 comm="cups-browsed" capability=23  capname="sys_nice"
[34191.420083] Lockdown: modprobe: unsigned module loading is restricted; see man kernel_lockdown.7
[34201.820547] Lockdown: modprobe: unsigned module loading is restricted; see man kernel_lockdown.7
[35584.403564] Lockdown: modprobe: unsigned module loading is restricted; see man kernel_lockdown.7
[35594.783910] Lockdown: modprobe: unsigned module loading is restricted; see man kernel_lockdown.7
[35959.983738] Lockdown: systemd-logind: hibernation is restricted; see man kernel_lockdown.7
[38199.556482] Lockdown: modprobe: unsigned module loading is restricted; see man kernel_lockdown.7
[38209.936262] Lockdown: modprobe: unsigned module loading is restricted; see man kernel_lockdown.7
[41398.382794] Lockdown: modprobe: unsigned module loading is restricted; see man kernel_lockdown.7
[41408.766905] Lockdown: modprobe: unsigned module loading is restricted; see man kernel_lockdown.7
[43126.144754] rtw89_pci 0000:03:00.0: timed out to flush queues
[43227.079626] wlo1: authenticate with 70:a5:6a:b0:d3:15
[43227.307409] wlo1: send auth to 70:a5:6a:b0:d3:15 (try 1/3)
[43227.308993] wlo1: authenticated
[43227.309346] wlo1: associate with 70:a5:6a:b0:d3:15 (try 1/3)
[43227.313269] wlo1: RX AssocResp from 70:a5:6a:b0:d3:15 (capab=0x411 status=0 aid=3)
[43227.425758] wlo1: associated
[43227.493688] IPv6: ADDRCONF(NETDEV_CHANGE): wlo1: link becomes ready
[43390.054858] wlo1: AP 70:a5:6a:b0:d3:15 changed bandwidth, new config is 2427.000 MHz, width 1 (2427.000/0 MHz)
[43749.508136] Lockdown: modprobe: unsigned module loading is restricted; see man kernel_lockdown.7
[43759.908326] Lockdown: modprobe: unsigned module loading is restricted; see man kernel_lockdown.7
[43777.349243] Lockdown: modprobe: unsigned module loading is restricted; see man kernel_lockdown.7
[43787.733367] Lockdown: modprobe: unsigned module loading is restricted; see man kernel_lockdown.7
[43790.958000] Lockdown: systemd-logind: hibernation is restricted; see man kernel_lockdown.7
[43790.962108] Lockdown: systemd-logind: hibernation is restricted; see man kernel_lockdown.7
[43790.964219] Lockdown: systemd-logind: hibernation is restricted; see man kernel_lockdown.7
[43790.981689] Lockdown: systemd-logind: hibernation is restricted; see man kernel_lockdown.7
[43790.982052] Lockdown: systemd-logind: hibernation is restricted; see man kernel_lockdown.7
[43790.985866] Lockdown: systemd-logind: hibernation is restricted; see man kernel_lockdown.7
[43790.986235] Lockdown: systemd-logind: hibernation is restricted; see man kernel_lockdown.7
[43790.994063] Lockdown: systemd-logind: hibernation is restricted; see man kernel_lockdown.7
[43791.011708] wlo1: deauthenticating from 70:a5:6a:b0:d3:15 by local choice (Reason: 3=DEAUTH_LEAVING)
[43791.179395] Lockdown: systemd-logind: hibernation is restricted; see man kernel_lockdown.7
[43791.354393] Lockdown: systemd-logind: hibernation is restricted; see man kernel_lockdown.7
[43794.998541] PM: suspend entry (deep)
[43795.005769] Filesystems sync: 0.007 seconds
[43795.006009] Freezing user space processes ... (elapsed 0.001 seconds) done.
[43795.007980] OOM killer disabled.
[43795.007981] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[43795.009306] printk: Suspending console(s) (use no_console_suspend to debug)
[43795.241139] ACPI: EC: interrupt blocked
[43795.389958] ACPI: PM: Preparing to enter system sleep state S3
[43795.424613] ACPI: EC: event blocked
[43795.424615] ACPI: EC: EC stopped
[43795.424616] ACPI: PM: Saving platform NVS memory
[43795.424643] Disabling non-boot CPUs ...
[43795.425949] IRQ146: set affinity failed(-22).
[43795.425954] IRQ148: set affinity failed(-22).
[43795.426988] smpboot: CPU 1 is now offline
[43795.429113] IRQ146: set affinity failed(-22).
[43795.429117] IRQ148: set affinity failed(-22).
[43795.430148] smpboot: CPU 2 is now offline
[43795.431440] IRQ146: set affinity failed(-22).
[43795.431444] IRQ148: set affinity failed(-22).
[43795.432463] smpboot: CPU 3 is now offline
[43795.433696] IRQ146: set affinity failed(-22).
[43795.433700] IRQ148: set affinity failed(-22).
[43795.434717] smpboot: CPU 4 is now offline
[43795.436304] IRQ146: set affinity failed(-22).
[43795.436308] IRQ148: set affinity failed(-22).
[43795.437342] smpboot: CPU 5 is now offline
[43795.440469] smpboot: CPU 6 is now offline
[43795.444386] smpboot: CPU 7 is now offline
[43795.446213] smpboot: CPU 8 is now offline
[43795.448264] smpboot: CPU 9 is now offline
[43795.450194] smpboot: CPU 10 is now offline
[43795.452399] smpboot: CPU 11 is now offline
[43795.458577] ACPI: PM: Low-level resume complete
[43795.458655] ACPI: EC: EC started
[43795.458656] ACPI: PM: Restoring platform NVS memory
[43795.459593] Enabling non-boot CPUs ...
[43795.459663] x86: Booting SMP configuration:
[43795.459664] smpboot: Booting Node 0 Processor 1 APIC 0x2
[43795.464698] CPU1 is up
[43795.464720] smpboot: Booting Node 0 Processor 2 APIC 0x4
[43795.467460] CPU2 is up
[43795.467482] smpboot: Booting Node 0 Processor 3 APIC 0x6
[43795.470283] CPU3 is up
[43795.470301] smpboot: Booting Node 0 Processor 4 APIC 0x8
[43795.473139] CPU4 is up
[43795.473159] smpboot: Booting Node 0 Processor 5 APIC 0xa
[43795.476085] CPU5 is up
[43795.476102] smpboot: Booting Node 0 Processor 6 APIC 0x1
[43795.477692] CPU6 is up
[43795.477715] smpboot: Booting Node 0 Processor 7 APIC 0x3
[43795.479153] CPU7 is up
[43795.479171] smpboot: Booting Node 0 Processor 8 APIC 0x5
[43795.480680] CPU8 is up
[43795.480710] smpboot: Booting Node 0 Processor 9 APIC 0x7
[43795.482222] CPU9 is up
[43795.482248] smpboot: Booting Node 0 Processor 10 APIC 0x9
[43795.483873] CPU10 is up
[43795.483899] smpboot: Booting Node 0 Processor 11 APIC 0xb
[43795.485607] CPU11 is up
[43795.493091] ACPI: PM: Waking up from system sleep state S3
[43795.503125] ACPI: EC: interrupt unblocked
[43795.696266] ACPI: EC: event unblocked
[43795.713131] xhci_hcd 0000:00:0d.0: xHC error in resume, USBSTS 0x401, Reinit
[43795.713136] usb usb1: root hub lost power or was reset
[43795.713138] usb usb2: root hub lost power or was reset
[43795.720785] pcieport 10000:e0:06.0: can't derive routing for PCI INT A
[43795.720787] nvme 10000:e1:00.0: PCI INT A: no GSI
[43795.723219] nvme nvme0: Shutdown timeout set to 10 seconds
[43795.724553] pcieport 10000:e0:1d.0: can't derive routing for PCI INT A
[43795.724555] nvme 10000:e2:00.0: PCI INT A: no GSI
[43795.725982] nvme nvme0: 12/0/0 default/read/poll queues
[43795.907654] nvme nvme1: 8/0/0 default/read/poll queues
[43796.045927] usb 3-7: reset full-speed USB device number 8 using xhci_hcd
[43796.321863] usb 3-6: reset high-speed USB device number 7 using xhci_hcd
[43796.472052] usb 3-6: restoring control 00000000-0000-0000-0000-000000000101/10/5
[43796.472061] usb 3-6: restoring control 00000000-0000-0000-0000-000000000101/12/11
[43796.586269] hid-generic 0003:03F0:2941.0005: offset (3) exceeds report_count (3)
[43796.586276] hid-generic 0003:03F0:2941.0005: offset (4) exceeds report_count (3)
[43796.587579] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
[43796.589537] Bluetooth: hci0: RTL: examining hci_ver=0b hci_rev=000a lmp_ver=0b lmp_subver=8852
[43796.590541] Bluetooth: hci0: RTL: rom_version status=0 version=1
[43796.590556] Bluetooth: hci0: RTL: loading rtl_bt/rtl8852au_fw.bin
[43796.590579] Bluetooth: hci0: RTL: loading rtl_bt/rtl8852au_config.bin
[43796.590596] Bluetooth: hci0: RTL: cfg_sz 6, total sz 31027
[43796.594544] OOM killer enabled.
[43796.594545] Restarting tasks ... 
[43796.594969] pci_bus 0000:04: Allocating resources
[43796.596368] done.
[43796.601943] pcieport 0000:00:1d.7: bridge window [io  0x1000-0x0fff] to [bus 04] add_size 1000
[43796.601948] pcieport 0000:00:1d.7: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000 add_align 100000
[43796.601957] clipped [mem size 0x00000000 64bit pref] to [mem size 0xfffffffffffa0000 64bit pref] for e820 entry [mem 0x0009f000-0x000fffff]
[43796.601960] clipped [mem size 0x00000000 64bit pref] to [mem size 0xfffffffffffe8000 64bit pref] for e820 entry [mem 0x0009f000-0x000fffff]
[43796.601962] pcieport 0000:00:1d.7: BAR 15: assigned [mem 0x4017100000-0x40172fffff 64bit pref]
[43796.601966] pcieport 0000:00:1d.7: BAR 13: assigned [io  0x7000-0x7fff]
[43796.612494] PM: suspend exit
[43796.661454] Generic FE-GE Realtek PHY r8169-0-200:00: attached PHY driver (mii_bus:phy_addr=r8169-0-200:00, irq=MAC)
[43796.742433] Bluetooth: hci0: RTL: fw version 0xd99a7644
[43796.861833] r8169 0000:02:00.0 eno1: Link is Down
[43801.222235] wlo1: authenticate with 70:a5:6a:b0:d3:15
[43801.449502] wlo1: send auth to 70:a5:6a:b0:d3:15 (try 1/3)
[43801.451205] wlo1: authenticated
[43801.453472] wlo1: associate with 70:a5:6a:b0:d3:15 (try 1/3)
[43801.457315] wlo1: RX AssocResp from 70:a5:6a:b0:d3:15 (capab=0x411 status=0 aid=3)
[43801.569654] wlo1: associated
[43801.633621] IPv6: ADDRCONF(NETDEV_CHANGE): wlo1: link becomes ready
[43876.355177] Lockdown: modprobe: unsigned module loading is restricted; see man kernel_lockdown.7
[43886.740184] Lockdown: modprobe: unsigned module loading is restricted; see man kernel_lockdown.7
[44402.260521] audit: type=1326 audit(1724808260.802:122): auid=1000 uid=1000 gid=1000 ses=2 subj=snap.arduino.arduino pid=56416 comm="sed" exe="/bin/sed" sig=0 arch=c000003e syscall=93 compat=0 ip=0x7f33da8113e7 code=0x50000
[44402.260524] audit: type=1326 audit(1724808260.802:123): auid=1000 uid=1000 gid=1000 ses=2 subj=snap.arduino.arduino pid=56416 comm="sed" exe="/bin/sed" sig=0 arch=c000003e syscall=93 compat=0 ip=0x7f33da8113e7 code=0x50000
[44402.284336] audit: type=1400 audit(1724808260.826:124): apparmor="DENIED" operation="open" profile="snap.arduino.arduino" name="/proc/cgroups" pid=56425 comm="java" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[44402.284395] audit: type=1400 audit(1724808260.826:125): apparmor="DENIED" operation="open" profile="snap.arduino.arduino" name="/proc/56425/coredump_filter" pid=56425 comm="java" requested_mask="wr" denied_mask="wr" fsuid=1000 ouid=1000
[44402.284398] audit: type=1400 audit(1724808260.826:126): apparmor="DENIED" operation="open" profile="snap.arduino.arduino" name="/proc/56425/coredump_filter" pid=56425 comm="java" requested_mask="wr" denied_mask="wr" fsuid=1000 ouid=1000
[44415.323218] usb 3-3: new full-speed USB device number 22 using xhci_hcd
[44415.455281] usb 3-3: device descriptor read/64, error -71
[44415.691267] usb 3-3: device descriptor read/64, error -71
[44415.935180] usb 3-3: new full-speed USB device number 23 using xhci_hcd
[44416.063271] usb 3-3: device descriptor read/64, error -71
[44416.303259] usb 3-3: device descriptor read/64, error -71
[44416.411353] usb usb3-port3: attempt power cycle
[44417.063187] usb 3-3: new full-speed USB device number 24 using xhci_hcd
[44417.063454] usb 3-3: Device not responding to setup address.
[44417.271465] usb 3-3: Device not responding to setup address.
[44417.479179] usb 3-3: device not accepting address 24, error -71
[44417.607097] usb 3-3: new full-speed USB device number 25 using xhci_hcd
[44417.607399] usb 3-3: Device not responding to setup address.
[44417.815399] usb 3-3: Device not responding to setup address.
[44418.023084] usb 3-3: device not accepting address 25, error -71
[44418.023285] usb usb3-port3: unable to enumerate USB device
[44465.449932] audit: type=1326 audit(1724808323.990:127): auid=1000 uid=1000 gid=1000 ses=2 subj=snap.arduino.arduino pid=56425 comm="Timer-0" exe="/snap/arduino/85/usr/lib/jvm/java-11-openjdk-amd64/bin/java" sig=0 arch=c000003e syscall=93 compat=0 ip=0x7f5563f743e7 code=0x50000
[44465.451134] audit: type=1326 audit(1724808323.994:128): auid=1000 uid=1000 gid=1000 ses=2 subj=snap.arduino.arduino pid=56425 comm="Timer-0" exe="/snap/arduino/85/usr/lib/jvm/java-11-openjdk-amd64/bin/java" sig=0 arch=c000003e syscall=93 compat=0 ip=0x7f5563f743e7 code=0x50000
[44466.594216] audit: type=1326 audit(1724808325.134:129): auid=1000 uid=1000 gid=1000 ses=2 subj=snap.arduino.arduino pid=56425 comm="Timer-0" exe="/snap/arduino/85/usr/lib/jvm/java-11-openjdk-amd64/bin/java" sig=0 arch=c000003e syscall=93 compat=0 ip=0x7f5563f743e7 code=0x50000
[44466.617769] audit: type=1326 audit(1724808325.158:130): auid=1000 uid=1000 gid=1000 ses=2 subj=snap.arduino.arduino pid=56425 comm="Timer-0" exe="/snap/arduino/85/usr/lib/jvm/java-11-openjdk-amd64/bin/java" sig=0 arch=c000003e syscall=93 compat=0 ip=0x7f5563f743e7 code=0x50000
[45009.299048] loop23: detected capacity change from 0 to 152112
[46228.130950] Lockdown: modprobe: unsigned module loading is restricted; see man kernel_lockdown.7
[46238.524498] Lockdown: modprobe: unsigned module loading is restricted; see man kernel_lockdown.7
[46605.221732] usb 3-3: new full-speed USB device number 26 using xhci_hcd
[46605.349776] usb 3-3: device descriptor read/64, error -71
[46605.589680] usb 3-3: device descriptor read/64, error -71
[46605.829627] usb 3-3: new full-speed USB device number 27 using xhci_hcd
[46605.957647] usb 3-3: device descriptor read/64, error -71
[46606.193647] usb 3-3: device descriptor read/64, error -71
[46606.305694] usb usb3-port3: attempt power cycle
[46606.965628] usb 3-3: new full-speed USB device number 28 using xhci_hcd
[46606.965742] usb 3-3: Device not responding to setup address.
[46607.173936] usb 3-3: Device not responding to setup address.
[46607.385637] usb 3-3: device not accepting address 28, error -71
[46607.513725] usb 3-3: new full-speed USB device number 29 using xhci_hcd
[46607.514015] usb 3-3: Device not responding to setup address.
[46607.721834] usb 3-3: Device not responding to setup address.
[46607.929637] usb 3-3: device not accepting address 29, error -71
[46607.929852] usb usb3-port3: unable to enumerate USB device
[47149.518575] usb 3-3: new full-speed USB device number 30 using xhci_hcd
[47152.947564] usb 3-3: new full-speed USB device number 31 using xhci_hcd
[47153.079695] usb 3-3: device descriptor read/64, error -71
[47153.319731] usb 3-3: device descriptor read/64, error -71
[47153.555709] usb 3-3: new full-speed USB device number 32 using xhci_hcd
[47153.687815] usb 3-3: device descriptor read/64, error -71
[47153.927735] usb 3-3: device descriptor read/64, error -71
[47154.035822] usb usb3-port3: attempt power cycle
[47154.692029] usb 3-3: new full-speed USB device number 33 using xhci_hcd
[47154.692330] usb 3-3: Device not responding to setup address.
[47154.900163] usb 3-3: Device not responding to setup address.
[47155.108040] usb 3-3: device not accepting address 33, error -71
[47155.236175] usb 3-3: new full-speed USB device number 34 using xhci_hcd
[47155.236423] usb 3-3: Device not responding to setup address.
[47155.448368] usb 3-3: Device not responding to setup address.
[47155.660266] usb 3-3: device not accepting address 34, error -71
[47155.660453] usb usb3-port3: unable to enumerate USB device
[47175.388343] usb 3-2: USB disconnect, device number 13
[47178.385341] usb 3-3: new full-speed USB device number 35 using xhci_hcd
[47178.513651] usb 3-3: device descriptor read/64, error -71
[47181.578063] usb 3-2: new full-speed USB device number 36 using xhci_hcd
[47181.706165] usb 3-2: device descriptor read/64, error -71
[47181.942269] usb 3-2: device descriptor read/64, error -71
[47182.178172] usb 3-2: new full-speed USB device number 37 using xhci_hcd
[47182.310323] usb 3-2: device descriptor read/64, error -71
[47182.546373] usb 3-2: device descriptor read/64, error -71
[47182.658470] usb usb3-port2: attempt power cycle
[47183.318375] usb 3-2: new full-speed USB device number 38 using xhci_hcd
[47183.318701] usb 3-2: Device not responding to setup address.
[47183.530681] usb 3-2: Device not responding to setup address.
[47183.738480] usb 3-2: device not accepting address 38, error -71
[47183.874512] usb 3-2: new full-speed USB device number 39 using xhci_hcd
[47183.874779] usb 3-2: Device not responding to setup address.
[47184.082834] usb 3-2: Device not responding to setup address.
[47184.290583] usb 3-2: device not accepting address 39, error -71
[47184.290859] usb usb3-port2: unable to enumerate USB device
[47200.337358] usb 3-1: new full-speed USB device number 40 using xhci_hcd
[47200.465464] usb 3-1: device descriptor read/64, error -71
[47200.701476] usb 3-1: device descriptor read/64, error -71
[47200.937373] usb 3-1: new full-speed USB device number 41 using xhci_hcd
[47201.065710] usb 3-1: device descriptor read/64, error -71
[47201.301681] usb 3-1: device descriptor read/64, error -71
[47201.413846] usb usb3-port1: attempt power cycle
[47202.073615] usb 3-1: new full-speed USB device number 42 using xhci_hcd
[47202.073863] usb 3-1: Device not responding to setup address.
[47202.281900] usb 3-1: Device not responding to setup address.
[47202.489690] usb 3-1: device not accepting address 42, error -71
[47202.617690] usb 3-1: new full-speed USB device number 43 using xhci_hcd
[47202.618029] usb 3-1: Device not responding to setup address.
[47202.829954] usb 3-1: Device not responding to setup address.
[47203.041694] usb 3-1: device not accepting address 43, error -71
[47203.041995] usb usb3-port1: unable to enumerate USB device
[47209.874708] usb 3-1: new full-speed USB device number 44 using xhci_hcd
[47210.002977] usb 3-1: device descriptor read/64, error -71
[47210.238876] usb 3-1: device descriptor read/64, error -71
[47210.474861] usb 3-1: new full-speed USB device number 45 using xhci_hcd
[47210.603039] usb 3-1: device descriptor read/64, error -71
[47210.838944] usb 3-1: device descriptor read/64, error -71
[47210.947199] usb usb3-port1: attempt power cycle
[47211.599044] usb 3-1: new full-speed USB device number 46 using xhci_hcd
[47211.599327] usb 3-1: Device not responding to setup address.
[47211.807362] usb 3-1: Device not responding to setup address.
[47212.015084] usb 3-1: device not accepting address 46, error -71
[47212.143123] usb 3-1: new full-speed USB device number 47 using xhci_hcd
[47212.143422] usb 3-1: Device not responding to setup address.
[47212.355334] usb 3-1: Device not responding to setup address.
[47212.563083] usb 3-1: device not accepting address 47, error -71
[47212.563320] usb usb3-port1: unable to enumerate USB device
[47212.691108] usb 3-2: new full-speed USB device number 48 using xhci_hcd
[47212.846906] usb 3-2: New USB device found, idVendor=03f0, idProduct=2941, bcdDevice= 0.15
[47212.846917] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[47212.846920] usb 3-2: Product: HP Pavilion Gaming Mouse 300
[47212.846923] usb 3-2: Manufacturer: HP
[47212.849902] input: HP HP Pavilion Gaming Mouse 300 as /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/0003:03F0:2941.0006/input/input30
[47212.850077] hid-generic 0003:03F0:2941.0006: input,hidraw1: USB HID v1.11 Mouse [HP HP Pavilion Gaming Mouse 300] on usb-0000:00:14.0-2/input0
[47212.851925] input: HP HP Pavilion Gaming Mouse 300 Keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.1/0003:03F0:2941.0007/input/input31
[47212.911516] input: HP HP Pavilion Gaming Mouse 300 as /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.1/0003:03F0:2941.0007/input/input32
[47212.911652] hid-generic 0003:03F0:2941.0007: input,hiddev0,hidraw2: USB HID v1.11 Keyboard [HP HP Pavilion Gaming Mouse 300] on usb-0000:00:14.0-2/input1
[47438.988448] usbserial: USB Serial deregistering driver ch341-uart
[47438.988519] usbcore: deregistering interface driver ch341
[47465.472043] usb 3-1: new full-speed USB device number 49 using xhci_hcd
[47465.600137] usb 3-1: device descriptor read/64, error -71
[47465.836018] usb 3-1: device descriptor read/64, error -71
[47466.072025] usb 3-1: new full-speed USB device number 50 using xhci_hcd
[47466.200072] usb 3-1: device descriptor read/64, error -71
[47466.435948] usb 3-1: device descriptor read/64, error -71
[47466.544125] usb usb3-port1: attempt power cycle
[47467.203866] usb 3-1: new full-speed USB device number 51 using xhci_hcd
[57301.429290] wlo1: associate with 70:a5:6a:b0:d3:15 (try 1/3)
[57301.432151] wlo1: RX AssocResp from 70:a5:6a:b0:d3:15 (capab=0x411 status=12 aid=2)
[57301.432166] wlo1: 70:a5:6a:b0:d3:15 denied association (code=12)
[57305.806830] wlo1: authenticate with 70:a5:6a:b0:d3:15
[57306.035696] wlo1: send auth to 70:a5:6a:b0:d3:15 (try 1/3)
[57306.037568] wlo1: authenticated
[57306.041436] wlo1: associate with 70:a5:6a:b0:d3:15 (try 1/3)
[57306.044441] wlo1: RX AssocResp from 70:a5:6a:b0:d3:15 (capab=0x411 status=12 aid=1)
[57306.044457] wlo1: 70:a5:6a:b0:d3:15 denied association (code=12)
[57320.066678] wlo1: authenticate with 70:a5:6a:b0:d3:15
[57320.307029] wlo1: send auth to 70:a5:6a:b0:d3:15 (try 1/3)
[57320.308681] wlo1: authenticated
[57320.309299] wlo1: associate with 70:a5:6a:b0:d3:15 (try 1/3)
[57320.312151] wlo1: RX AssocResp from 70:a5:6a:b0:d3:15 (capab=0x411 status=12 aid=1)
[57320.312165] wlo1: 70:a5:6a:b0:d3:15 denied association (code=12)
[57334.394644] wlo1: authenticate with 70:a5:6a:b0:d3:15
[57334.631672] wlo1: send auth to 70:a5:6a:b0:d3:15 (try 1/3)
[57334.633255] wlo1: authenticated
[57334.637486] wlo1: associate with 70:a5:6a:b0:d3:15 (try 1/3)
[57334.640333] wlo1: RX AssocResp from 70:a5:6a:b0:d3:15 (capab=0x411 status=12 aid=1)
[57334.640348] wlo1: 70:a5:6a:b0:d3:15 denied association (code=12)
[57348.682322] wlo1: authenticate with 70:a5:6a:b0:d3:15
[57348.919024] wlo1: send auth to 70:a5:6a:b0:d3:15 (try 1/3)
[57348.920572] wlo1: authenticated
[57348.921323] wlo1: associate with 70:a5:6a:b0:d3:15 (try 1/3)
[57348.925253] wlo1: RX AssocResp from 70:a5:6a:b0:d3:15 (capab=0x411 status=0 aid=2)
[57349.037693] wlo1: associated
[57349.101657] IPv6: ADDRCONF(NETDEV_CHANGE): wlo1: link becomes ready
[57920.003367] rtw89_pci 0000:03:00.0: 0 RXD unavailable
[57920.160937] Lockdown: modprobe: unsigned module loading is restricted; see man kernel_lockdown.7
[57930.615147] Lockdown: modprobe: unsigned module loading is restricted; see man kernel_lockdown.7
[59354.248658] Lockdown: modprobe: unsigned module loading is restricted; see man kernel_lockdown.7
[59364.640865] Lockdown: modprobe: unsigned module loading is restricted; see man kernel_lockdown.7
[59489.797286] audit: type=1326 audit(1724858995.922:345): auid=1000 uid=1000 gid=1000 ses=2 subj=snap.whatsapp-linux-app.whatsapp-linux-app pid=84976 comm="whatsapp-linux-" exe="/snap/whatsapp-linux-app/2/whatsapp-linux-app" sig=0 arch=c000003e syscall=330 compat=0 ip=0x7fb47b04d22b code=0x50000
[59489.797298] audit: type=1326 audit(1724858995.922:346): auid=1000 uid=1000 gid=1000 ses=2 subj=snap.whatsapp-linux-app.whatsapp-linux-app pid=84977 comm="whatsapp-linux-" exe="/snap/whatsapp-linux-app/2/whatsapp-linux-app" sig=0 arch=c000003e syscall=330 compat=0 ip=0x7f209bfdc22b code=0x50000
[59489.952026] audit: type=1107 audit(1724858996.078:347): pid=780 uid=103 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/" interface="org.freedesktop.DBus.ObjectManager" member="GetManagedObjects" mask="send" name="org.bluez" pid=84929 label="snap.whatsapp-linux-app.whatsapp-linux-app" peer_pid=1159 peer_label="unconfined"
                exe="/usr/bin/dbus-daemon" sauid=103 hostname=? addr=? terminal=?'
[59489.960018] audit: type=1400 audit(1724858996.086:348): apparmor="DENIED" operation="open" profile="snap.whatsapp-linux-app.whatsapp-linux-app" name="/etc/vulkan/implicit_layer.d/" pid=84999 comm="whatsapp-linux-" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[59489.960027] audit: type=1400 audit(1724858996.086:349): apparmor="DENIED" operation="open" profile="snap.whatsapp-linux-app.whatsapp-linux-app" name="/etc/vulkan/implicit_layer.d/" pid=84999 comm="whatsapp-linux-" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[59489.960028] audit: type=1400 audit(1724858996.086:350): apparmor="DENIED" operation="open" profile="snap.whatsapp-linux-app.whatsapp-linux-app" name="/etc/vulkan/icd.d/" pid=84999 comm="whatsapp-linux-" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[59489.960030] audit: type=1400 audit(1724858996.086:351): apparmor="DENIED" operation="open" profile="snap.whatsapp-linux-app.whatsapp-linux-app" name="/etc/vulkan/icd.d/" pid=84999 comm="whatsapp-linux-" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[59489.960105] audit: type=1400 audit(1724858996.086:352): apparmor="DENIED" operation="open" profile="snap.whatsapp-linux-app.whatsapp-linux-app" name="/etc/vulkan/implicit_layer.d/" pid=84999 comm="whatsapp-linux-" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[59489.960107] audit: type=1400 audit(1724858996.086:353): apparmor="DENIED" operation="open" profile="snap.whatsapp-linux-app.whatsapp-linux-app" name="/etc/vulkan/implicit_layer.d/" pid=84999 comm="whatsapp-linux-" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[59489.960109] audit: type=1400 audit(1724858996.086:354): apparmor="DENIED" operation="open" profile="snap.whatsapp-linux-app.whatsapp-linux-app" name="/etc/vulkan/icd.d/" pid=84999 comm="whatsapp-linux-" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[59545.524306] kauditd_printk_skb: 73 callbacks suppressed
[59545.524308] audit: type=1400 audit(1724859051.650:428): apparmor="DENIED" operation="open" profile="snap.whatsapp-linux-app.whatsapp-linux-app" name="/etc/pulse/client.conf" pid=85125 comm="whatsapp-linux-" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[59545.524880] audit: type=1400 audit(1724859051.650:429): apparmor="DENIED" operation="connect" profile="snap.whatsapp-linux-app.whatsapp-linux-app" name="/run/user/1000/pulse/native" pid=85125 comm="whatsapp-linux-" requested_mask="wr" denied_mask="wr" fsuid=1000 ouid=1000
[59634.254409] audit: type=1326 audit(1724859140.377:431): auid=1000 uid=1000 gid=1000 ses=2 subj=snap.whatsapp-linux-app.whatsapp-linux-app pid=85353 comm="whatsapp-linux-" exe="/snap/whatsapp-linux-app/2/whatsapp-linux-app" sig=0 arch=c000003e syscall=330 compat=0 ip=0x7f044e7c222b code=0x50000
[59634.254414] audit: type=1326 audit(1724859140.377:430): auid=1000 uid=1000 gid=1000 ses=2 subj=snap.whatsapp-linux-app.whatsapp-linux-app pid=85354 comm="whatsapp-linux-" exe="/snap/whatsapp-linux-app/2/whatsapp-linux-app" sig=0 arch=c000003e syscall=330 compat=0 ip=0x7f724f90422b code=0x50000
[59634.396638] audit: type=1107 audit(1724859140.521:432): pid=780 uid=103 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/" interface="org.freedesktop.DBus.ObjectManager" member="GetManagedObjects" mask="send" name="org.bluez" pid=85307 label="snap.whatsapp-linux-app.whatsapp-linux-app" peer_pid=1159 peer_label="unconfined"
                exe="/usr/bin/dbus-daemon" sauid=103 hostname=? addr=? terminal=?'
[59634.404520] audit: type=1400 audit(1724859140.525:433): apparmor="DENIED" operation="open" profile="snap.whatsapp-linux-app.whatsapp-linux-app" name="/etc/vulkan/implicit_layer.d/" pid=85375 comm="whatsapp-linux-" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[59634.404524] audit: type=1400 audit(1724859140.525:434): apparmor="DENIED" operation="open" profile="snap.whatsapp-linux-app.whatsapp-linux-app" name="/etc/vulkan/implicit_layer.d/" pid=85375 comm="whatsapp-linux-" 
[59634.404638] audit: type=1400 audit(1724859140.529:438): apparmor="DENIED" operation="open" profile="snap.whatsapp-linux-app.whatsapp-linux-app" name="/etc/vulkan/implicit_layer.d/" pid=85375 comm="whatsapp-linux-" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[59634.404663] audit: type=1400 audit(1724859140.529:439): apparmor="DENIED" operation="open" profile="snap.whatsapp-linux-app.whatsapp-linux-app" name="/etc/vulkan/icd.d/" pid=85375 comm="whatsapp-linux-" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[59792.568864] kauditd_printk_skb: 73 callbacks suppressed
[59792.568867] audit: type=1400 audit(1724859298.692:513): apparmor="DENIED" operation="open" profile="snap.whatsapp-linux-app.whatsapp-linux-app" name="/etc/pulse/client.conf" pid=85615 comm="whatsapp-linux-" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[59792.569469] audit: type=1400 audit(1724859298.692:514): apparmor="DENIED" operation="connect" profile="snap.whatsapp-linux-app.whatsapp-linux-app" name="/run/user/1000/pulse/native" pid=85615 comm="whatsapp-linux-" requested_mask="wr" denied_mask="wr" fsuid=1000 ouid=1000
[60496.014581] usb 3-1: new full-speed USB device number 62 using xhci_hcd
[60496.142611] usb 3-1: device descriptor read/64, error -71
[60496.378602] usb 3-1: device descriptor read/64, error -71
[60496.618568] usb 3-1: new full-speed USB device number 63 using xhci_hcd
[60496.746600] usb 3-1: device descriptor read/64, error -71
[60517.854727] usb 3-1: new full-speed USB device number 64 using xhci_hcd
[60517.982758] usb 3-1: device descriptor read/64, error -71
[60518.218828] usb 3-1: device descriptor read/64, error -71
[60518.458717] usb 3-1: new full-speed USB device number 65 using xhci_hcd
[60518.590816] usb 3-1: device descriptor read/64, error -71
[60518.830795] usb 3-1: device descriptor read/64, error -71
[60518.938983] usb usb3-port1: attempt power cycle
[60519.590721] usb 3-1: new full-speed USB device number 66 using xhci_hcd
[60519.590983] usb 3-1: Device not responding to setup address.
[60519.798939] usb 3-1: Device not responding to setup address.
[60520.006825] usb 3-1: device not accepting address 66, error -71
[60520.138735] usb 3-1: new full-speed USB device number 67 using xhci_hcd
[60520.138868] usb 3-1: Device not responding to setup address.
[60520.346972] usb 3-1: Device not responding to setup address.
[60520.554812] usb 3-1: device not accepting address 67, error -71
[60520.554977] usb usb3-port1: unable to enumerate USB device

the last ones is what appear when i connect the mega clone

for groups i get this korhan adm tty uucp dialout cdrom sudo dip video plugdev lpadmin lxd sambashare ollama

i am getting this

[61677.370178] usb 3-1: new full-speed USB device number 68 using xhci_hcd
[61677.498130] usb 3-1: device descriptor read/64, error -71
[61677.738118] usb 3-1: device descriptor read/64, error -71
[61677.978098] usb 3-1: new full-speed USB device number 69 using xhci_hcd
[61678.110178] usb 3-1: device descriptor read/64, error -71
[61678.350149] usb 3-1: device descriptor read/64, error -71
[61678.458247] usb usb3-port1: attempt power cycle
[61679.114099] usb 3-1: new full-speed USB device number 70 using xhci_hcd
[61679.114264] usb 3-1: Device not responding to setup address.
[61679.322324] usb 3-1: Device not responding to setup address.
[61679.530107] usb 3-1: device not accepting address 70, error -71
[61679.666086] usb 3-1: new full-speed USB device number 71 using xhci_hcd
[61679.666231] usb 3-1: Device not responding to setup address.
[61679.878221] usb 3-1: Device not responding to setup address.
[61680.090104] usb 3-1: device not accepting address 71, error -71
[61680.090211] usb usb3-port1: unable to enumerate USB device

I unfortunately can not help you with this, mostly because I have never encountered this issue. For your convenience, here are the search results

https://www.google.com/search?q=device+descriptor+read%2F64%2C+error+-71
https://www.google.com/search?q=device+not+accepting+address+66%2C+error+-71
https://www.google.com/search?client=firefox-b-e&q=unable+to+enumerate+USB+device

You can add your distribution to those searches.

Are you using a dual boot, two different PCs (windows and linux) or maybe even an virtual system?

yeah i got linux in one disk and windows in other disk