RinCat / RTL88x2BU-Linux-Driver

Realtek RTL88x2BU WiFi USB Driver for Linux
GNU General Public License v2.0
1.26k stars 197 forks source link

TP-Link Archer T3U Plus not working after the recent update in Ubuntu 22.04 #156

Closed DarshitSolanki04 closed 2 years ago

DarshitSolanki04 commented 2 years ago

Previously it was working after using the commands mentioned here - https://community.tp-link.com/en/home/forum/topic/547276. But after the recent ubuntu update it has stopped working completely. @RinCat

RinCat commented 2 years ago

Hi, what is your kernel version?

DarshitSolanki04 commented 2 years ago

Hello, It is 5.15.0-47-generic.

DarshitSolanki04 commented 2 years ago

Even if I try to connect to another Wi-Fi source or forget the existing one, I am not getting any response to connect or forget, even after clicking multiple times. I can just turn on and off the Wi-Fi, nothing else.

RinCat commented 2 years ago

Can you try follow this repo README and install again? You may used outdated version.

DarshitSolanki04 commented 2 years ago

I did and it still doesn't work. My "Leoxsys LEO-HG150N 150Mbps Wireless USB Wi-Fi Adapter LAN Card" works fine. For me

$ sudo dkms status

shows:

bcmwl/6.30.223.271+bdcom, 5.15.0-43-generic, x86_64: installed bcmwl/6.30.223.271+bdcom, 5.15.0-47-generic, x86_64: installed rtl88x2bu/git, 5.15.0-47-generic, x86_64: installed

I uninstalled rtl88x2ub and installed it again but still nothing.

DarshitSolanki04 commented 2 years ago

My /usr/src contains these files:

bcmwl-6.30.223.271+bdcom linux-headers-5.15.0-43-generic linux-headers-5.15.0-47-generic linux-headers-5.15.0-43 linux-headers-5.15.0-47 rtl88x2bu-git

DarshitSolanki04 commented 2 years ago

Update: I found out 'TP-Link Archer T3U Plus' can connect to my mobile hotspot but not connecting to my institute's Wi-Fi after the Ubuntu update same case for my laptop's in-built Wi-Fi card but "Leoxsys LEO-HG150N 150Mbps Wireless USB Wi-Fi Adapter LAN Card" can connect to my institute's Wi-Fi.

Even if I try to connect to another Wi-Fi source or forget the existing one, I am not getting any response to connect or forget, even after clicking multiple times. I can just turn on and off the Wi-Fi, nothing else.

This is happening with my institue's Wi-Fi. Any idea or solution?? @RinCat

RinCat commented 2 years ago

So your laptop WiFi card also cannot connect to your institute's WiFi? It sounds like a bug somewhere else. Can you try change the WiFi control system to iwd? https://wiki.debian.org/NetworkManager/iwd

The Leoxsys LEO-HG150N 150Mbps can connect is because it is very old, only support 802.11n at 2.4GHz.

DarshitSolanki04 commented 2 years ago

After this

$ iwctl

I am getting:

Rejected send message, 2 matched rules; type="method_call", sender=":1.125" (uid=1000 pid=3126 comm="iwctl " label="unconfined") interface="org.freedesktop.DBus.ObjectManager" member="GetManagedObjects" error name="(unset)" requested_reply="0" destination="net.connman.iwd" (uid=0 pid=840 comm="/usr/libexec/iwd " label="unconfined") Failed to retrieve IWD dbus objects, quitting...

Now, "Leoxsys LEO-HG150N 150Mbps Wireless USB Wi-Fi Adapter LAN Card" stopped working.

Even if I try to connect to another Wi-Fi source or forget the existing one, I am not getting any response to connect or forget, even after clicking multiple times. I can just turn on and off the Wi-Fi, nothing else.

Same thing now with Leoxsys.

How to revert back??

RinCat commented 2 years ago

Your iwd seems not started, did you reboot your system?

RinCat commented 2 years ago

Also you will still using NetworkManager, not iwctl.

DarshitSolanki04 commented 2 years ago

Yes, I did reboot. Not able to use any Wi-Fi card. I removed the 'iwd.conf' file and did 'sudo systemctl enable --now wpa_supplicant' but still the same.

RinCat commented 2 years ago

Try restart NM sudo systemctl restart NetworkManager

DarshitSolanki04 commented 2 years ago

I already did it.

Same issue now:

Even if I try to connect to another Wi-Fi source or forget the existing one, I am not getting any response to connect or forget, even after clicking multiple times. I can just turn on and off the Wi-Fi, nothing else.

RinCat commented 2 years ago

Can you check the dmesg output?

DarshitSolanki04 commented 2 years ago

Strange. Now, I can connect to my mobile hotspot but not to institute's wifi with the Leoxsys which was happening previously with TP-Link Archer T3U Plus.

Sure, let me check.

DarshitSolanki04 commented 2 years ago

dmesg

Output:

dmesg: read kernel buffer failed: Operation not permitted

RinCat commented 2 years ago

sudo dmesg

DarshitSolanki04 commented 2 years ago

Output:

[    0.000000] microcode: microcode updated early to revision 0x21, date = 2019-02-13
[    0.000000] Linux version 5.15.0-47-generic (buildd@lcy02-amd64-060) (gcc (Ubuntu 11.2.0-19ubuntu1) 11.2.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #51-Ubuntu SMP Thu Aug 11 07:51:15 UTC 2022 (Ubuntu 5.15.0-47.51-generic 5.15.46)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.15.0-47-generic root=UUID=b45ba98c-e2a5-4c70-84c4-40b1cbaf1aa6 ro quiet splash vt.handoff=7
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.000000] signal: max sigframe size: 1776
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d3ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009d400-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000020200000-0x0000000040003fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000040004000-0x0000000040004fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000040005000-0x0000000090baffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000090bb0000-0x00000000913affff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000913b0000-0x000000009a3befff] usable
[    0.000000] BIOS-e820: [mem 0x000000009a3bf000-0x000000009aebefff] reserved
[    0.000000] BIOS-e820: [mem 0x000000009aebf000-0x000000009afbefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000009afbf000-0x000000009affefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000009afff000-0x000000009affffff] usable
[    0.000000] BIOS-e820: [mem 0x000000009b000000-0x000000009f9fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feb00000-0x00000000feb03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffb80000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000025f5fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: Dell Inc. Inspiron 3521/06X37M, BIOS A16 05/24/2018
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1795.765 MHz processor
[    0.001490] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.001497] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.001515] last_pfn = 0x25f600 max_arch_pfn = 0x400000000
[    0.001683] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.002499] last_pfn = 0x9b000 max_arch_pfn = 0x400000000
[    0.020966] found SMP MP-table at [mem 0x000fe1b0-0x000fe1bf]
[    0.022731] RAMDISK: [mem 0x30729000-0x3438bfff]
[    0.022742] ACPI: Early table checksum verification disabled
[    0.022747] ACPI: RSDP 0x00000000000FE020 000024 (v02 DELL  )
[    0.022755] ACPI: XSDT 0x000000009AFFE210 0000B4 (v01 DELL   CL09     00000001      01000013)
[    0.022765] ACPI: FACP 0x000000009AFFA000 00010C (v05 DELL   CL09     00000001 ASL  00040000)
[    0.022777] ACPI: DSDT 0x000000009AFED000 009332 (v01 DELL   CL09     00000000 ASL  00040000)
[    0.022784] ACPI: FACS 0x000000009AFB9000 000040
[    0.022789] ACPI: SLIC 0x000000009AFFD000 000176 (v01 DELL   CL09     00000001 ASL  00040000)
[    0.022796] ACPI: UEFI 0x000000009AFFC000 000236 (v01 DELL   CL09     00000001 ASL  00040000)
[    0.022802] ACPI: ASF! 0x000000009AFFB000 0000A5 (v32 DELL   CL09     00000001 ASL  00040000)
[    0.022808] ACPI: HPET 0x000000009AFF9000 000038 (v01 DELL   CL09     00000001 ASL  00040000)
[    0.022815] ACPI: APIC 0x000000009AFF8000 00008C (v03 DELL   CL09     00000001 ASL  00040000)
[    0.022822] ACPI: MCFG 0x000000009AFF7000 00003C (v01 DELL   CL09     00000001 ASL  00040000)
[    0.022828] ACPI: SLIC 0x000000009AFEC000 000176 (v01 DELL   CL09     00000001 ASL  00040000)
[    0.022835] ACPI: SSDT 0x000000009AFEB000 0006FE (v01 COMPAL CRV ORB  00001000 ACPI 00040000)
[    0.022841] ACPI: BOOT 0x000000009AFE9000 000028 (v01 DELL   CL09     00000001 ASL  00040000)
[    0.022847] ACPI: ASPT 0x000000009AFE7000 000034 (v07 DELL   CL09     00000001 ASL  00040000)
[    0.022854] ACPI: DBGP 0x000000009AFE6000 000034 (v01 DELL   CL09     00000001 ASL  00040000)
[    0.022860] ACPI: FPDT 0x000000009AFE4000 000044 (v01 DELL   CL09     00000001 ASL  00040000)
[    0.022867] ACPI: MSDM 0x000000009AFE3000 000055 (v03 DELL   CL09     00000001 ASL  00040000)
[    0.022873] ACPI: SSDT 0x000000009AFE2000 0008E4 (v01 COMPAL CRV ORB  00003000 ACPI 00040000)
[    0.022879] ACPI: SSDT 0x000000009AFE1000 000A92 (v01 COMPAL CRV ORB  00003000 ACPI 00040000)
[    0.022886] ACPI: DMAR 0x000000009AFE0000 0000B8 (v01 DELL   CL09     00000001 ASL  00040000)
[    0.022892] ACPI: SSDT 0x000000009AFDE000 001EED (v01 COMPAL CRV ORB  00001000 ACPI 00040000)
[    0.022898] ACPI: Reserving FACP table memory at [mem 0x9affa000-0x9affa10b]
[    0.022901] ACPI: Reserving DSDT table memory at [mem 0x9afed000-0x9aff6331]
[    0.022903] ACPI: Reserving FACS table memory at [mem 0x9afb9000-0x9afb903f]
[    0.022904] ACPI: Reserving SLIC table memory at [mem 0x9affd000-0x9affd175]
[    0.022906] ACPI: Reserving UEFI table memory at [mem 0x9affc000-0x9affc235]
[    0.022908] ACPI: Reserving ASF! table memory at [mem 0x9affb000-0x9affb0a4]
[    0.022910] ACPI: Reserving HPET table memory at [mem 0x9aff9000-0x9aff9037]
[    0.022912] ACPI: Reserving APIC table memory at [mem 0x9aff8000-0x9aff808b]
[    0.022914] ACPI: Reserving MCFG table memory at [mem 0x9aff7000-0x9aff703b]
[    0.022915] ACPI: Reserving SLIC table memory at [mem 0x9afec000-0x9afec175]
[    0.022917] ACPI: Reserving SSDT table memory at [mem 0x9afeb000-0x9afeb6fd]
[    0.022919] ACPI: Reserving BOOT table memory at [mem 0x9afe9000-0x9afe9027]
[    0.022921] ACPI: Reserving ASPT table memory at [mem 0x9afe7000-0x9afe7033]
[    0.022923] ACPI: Reserving DBGP table memory at [mem 0x9afe6000-0x9afe6033]
[    0.022924] ACPI: Reserving FPDT table memory at [mem 0x9afe4000-0x9afe4043]
[    0.022926] ACPI: Reserving MSDM table memory at [mem 0x9afe3000-0x9afe3054]
[    0.022928] ACPI: Reserving SSDT table memory at [mem 0x9afe2000-0x9afe28e3]
[    0.022930] ACPI: Reserving SSDT table memory at [mem 0x9afe1000-0x9afe1a91]
[    0.022932] ACPI: Reserving DMAR table memory at [mem 0x9afe0000-0x9afe00b7]
[    0.022933] ACPI: Reserving SSDT table memory at [mem 0x9afde000-0x9afdfeec]
[    0.023117] No NUMA configuration found
[    0.023119] Faking a node at [mem 0x0000000000000000-0x000000025f5fffff]
[    0.023136] NODE_DATA(0) allocated [mem 0x25f5d5000-0x25f5fefff]
[    0.023879] Zone ranges:
[    0.023881]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.023884]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.023888]   Normal   [mem 0x0000000100000000-0x000000025f5fffff]
[    0.023891]   Device   empty
[    0.023892] Movable zone start for each node
[    0.023897] Early memory node ranges
[    0.023898]   node   0: [mem 0x0000000000001000-0x000000000009cfff]
[    0.023901]   node   0: [mem 0x0000000000100000-0x000000001fffffff]
[    0.023903]   node   0: [mem 0x0000000020200000-0x0000000040003fff]
[    0.023905]   node   0: [mem 0x0000000040005000-0x0000000090baffff]
[    0.023907]   node   0: [mem 0x00000000913b0000-0x000000009a3befff]
[    0.023909]   node   0: [mem 0x000000009afff000-0x000000009affffff]
[    0.023911]   node   0: [mem 0x0000000100000000-0x000000025f5fffff]
[    0.023914] Initmem setup node 0 [mem 0x0000000000001000-0x000000025f5fffff]
[    0.023923] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.023983] On node 0, zone DMA: 99 pages in unavailable ranges
[    0.027622] On node 0, zone DMA32: 512 pages in unavailable ranges
[    0.032267] On node 0, zone DMA32: 1 pages in unavailable ranges
[    0.032840] On node 0, zone DMA32: 2048 pages in unavailable ranges
[    0.032921] On node 0, zone DMA32: 3136 pages in unavailable ranges
[    0.053558] On node 0, zone Normal: 20480 pages in unavailable ranges
[    0.053633] On node 0, zone Normal: 2560 pages in unavailable ranges
[    0.053660] Reserving Intel graphics memory at [mem 0x9ba00000-0x9f9fffff]
[    0.053868] ACPI: PM-Timer IO Port: 0x408
[    0.053893] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
[    0.053899] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.053903] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.053910] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.053912] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.053920] TSC deadline timer available
[    0.053922] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
[    0.053962] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.053966] PM: hibernation: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[    0.053968] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.053970] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.053971] PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.053975] PM: hibernation: Registered nosave memory: [mem 0x20000000-0x201fffff]
[    0.053979] PM: hibernation: Registered nosave memory: [mem 0x40004000-0x40004fff]
[    0.053982] PM: hibernation: Registered nosave memory: [mem 0x90bb0000-0x913affff]
[    0.053986] PM: hibernation: Registered nosave memory: [mem 0x9a3bf000-0x9aebefff]
[    0.053988] PM: hibernation: Registered nosave memory: [mem 0x9aebf000-0x9afbefff]
[    0.053989] PM: hibernation: Registered nosave memory: [mem 0x9afbf000-0x9affefff]
[    0.053993] PM: hibernation: Registered nosave memory: [mem 0x9b000000-0x9f9fffff]
[    0.053995] PM: hibernation: Registered nosave memory: [mem 0x9fa00000-0xdfffffff]
[    0.053996] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.053998] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfeafffff]
[    0.054000] PM: hibernation: Registered nosave memory: [mem 0xfeb00000-0xfeb03fff]
[    0.054001] PM: hibernation: Registered nosave memory: [mem 0xfeb04000-0xfebfffff]
[    0.054003] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.054004] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfed0ffff]
[    0.054006] PM: hibernation: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
[    0.054007] PM: hibernation: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
[    0.054009] PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.054011] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.054012] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.054014] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffb7ffff]
[    0.054015] PM: hibernation: Registered nosave memory: [mem 0xffb80000-0xffffffff]
[    0.054018] [mem 0x9fa00000-0xdfffffff] available for PCI devices
[    0.054021] Booting paravirtualized kernel on bare hardware
[    0.054024] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.054038] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[    0.054418] percpu: Embedded 60 pages/cpu s208896 r8192 d28672 u262144
[    0.054432] pcpu-alloc: s208896 r8192 d28672 u262144 alloc=1*2097152
[    0.054437] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.054496] Built 1 zonelists, mobility grouping on.  Total pages: 2035840
[    0.054500] Policy zone: Normal
[    0.054502] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.15.0-47-generic root=UUID=b45ba98c-e2a5-4c70-84c4-40b1cbaf1aa6 ro quiet splash vt.handoff=7
[    0.054657] Unknown kernel command line parameters "splash BOOT_IMAGE=/boot/vmlinuz-5.15.0-47-generic", will be passed to user space.
[    0.055269] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.055579] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.055749] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.096622] Memory: 7953604K/8273260K available (16393K kernel code, 4377K rwdata, 10800K rodata, 3224K init, 6580K bss, 319396K reserved, 0K cma-reserved)
[    0.097139] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.097167] Kernel/User page tables isolation: enabled
[    0.097195] ftrace: allocating 50478 entries in 198 pages
[    0.137928] ftrace: allocated 198 pages with 4 groups
[    0.138144] rcu: Hierarchical RCU implementation.
[    0.138146] rcu:     RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8.
[    0.138149]  Rude variant of Tasks RCU enabled.
[    0.138150]  Tracing variant of Tasks RCU enabled.
[    0.138151] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.138153] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.146201] NR_IRQS: 524544, nr_irqs: 488, preallocated irqs: 16
[    0.146460] random: crng init done
[    0.146504] Console: colour dummy device 80x25
[    0.146528] printk: console [tty0] enabled
[    0.146559] ACPI: Core revision 20210730
[    0.146763] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.146785] APIC: Switch to symmetric I/O mode setup
[    0.146789] DMAR: Host address width 36
[    0.146790] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.146798] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap c0000020e60262 ecap f0101a
[    0.146802] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.146807] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap c9008020660262 ecap f0105a
[    0.146810] DMAR: RMRR base: 0x0000009ae8c000 end: 0x0000009aeabfff
[    0.146815] DMAR: RMRR base: 0x0000009b800000 end: 0x0000009f9fffff
[    0.146818] DMAR-IR: IOAPIC id 0 under DRHD base  0xfed91000 IOMMU 1
[    0.146821] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.146823] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.147476] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.147481] x2apic enabled
[    0.147490] Switched APIC routing to cluster x2apic.
[    0.147987] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.166788] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x19e288dd460, max_idle_ns: 440795227916 ns
[    0.166800] Calibrating delay loop (skipped), value calculated using timer frequency.. 3591.53 BogoMIPS (lpj=7183060)
[    0.166805] pid_max: default: 32768 minimum: 301
[    0.166850] LSM: Security Framework initializing
[    0.166867] landlock: Up and running.
[    0.166868] Yama: becoming mindful.
[    0.166905] AppArmor: AppArmor initialized
[    0.166974] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.166995] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.167409] CPU0: Thermal monitoring enabled (TM1)
[    0.167438] process: using mwait in idle threads
[    0.167442] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[    0.167444] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[    0.167450] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.167454] Spectre V2 : Mitigation: Retpolines
[    0.167455] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.167456] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.167459] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.167461] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[    0.167463] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.167468] MDS: Mitigation: Clear CPU buffers
[    0.167469] SRBDS: Vulnerable: No microcode
[    0.200266] Freeing SMP alternatives memory: 40K
[    0.202933] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1422
[    0.202945] smpboot: CPU0: Intel(R) Core(TM) i5-3337U CPU @ 1.80GHz (family: 0x6, model: 0x3a, stepping: 0x9)
[    0.203214] Performance Events: PEBS fmt1+, IvyBridge events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.203228] ... version:                3
[    0.203229] ... bit width:              48
[    0.203231] ... generic registers:      4
[    0.203232] ... value mask:             0000ffffffffffff
[    0.203233] ... max period:             00007fffffffffff
[    0.203235] ... fixed-purpose events:   3
[    0.203236] ... event mask:             000000070000000f
[    0.203447] rcu: Hierarchical SRCU implementation.
[    0.204693] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.204823] smp: Bringing up secondary CPUs ...
[    0.204999] x86: Booting SMP configuration:
[    0.205001] .... node  #0, CPUs:      #1
[    0.209080] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[    0.209080]  #2 #3
[    0.216821] smp: Brought up 1 node, 4 CPUs
[    0.216821] smpboot: Max logical packages: 2
[    0.216821] smpboot: Total of 4 processors activated (14366.12 BogoMIPS)
[    0.219152] devtmpfs: initialized
[    0.219152] x86/mm: Memory block size: 128MB
[    0.219893] ACPI: PM: Registering ACPI NVS region [mem 0x9aebf000-0x9afbefff] (1048576 bytes)
[    0.219893] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.219893] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.219893] pinctrl core: initialized pinctrl subsystem
[    0.219893] PM: RTC time: 13:56:51, date: 2022-09-03
[    0.219893] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.219893] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    0.219893] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.219893] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.219893] audit: initializing netlink subsys (disabled)
[    0.219900] audit: type=2000 audit(1662213411.072:1): state=initialized audit_enabled=0 res=1
[    0.219900] thermal_sys: Registered thermal governor 'fair_share'
[    0.219900] thermal_sys: Registered thermal governor 'bang_bang'
[    0.219900] thermal_sys: Registered thermal governor 'step_wise'
[    0.219900] thermal_sys: Registered thermal governor 'user_space'
[    0.219900] thermal_sys: Registered thermal governor 'power_allocator'
[    0.219900] EISA bus registered
[    0.219900] cpuidle: using governor ladder
[    0.219900] cpuidle: using governor menu
[    0.219900] Simple Boot Flag at 0x44 set to 0x1
[    0.219900] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.219900] ACPI: bus type PCI registered
[    0.219900] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.219900] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.219900] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.219900] PCI: Using configuration type 1 for base access
[    0.219900] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    0.219900] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.224638] Kprobes globally optimized
[    0.224647] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.224647] ipmi:dmi: Base address is zero, assuming no IPMI interface
[    0.224647] fbcon: Taking over console
[    0.226799] ACPI: Added _OSI(Module Device)
[    0.226799] ACPI: Added _OSI(Processor Device)
[    0.226799] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.226799] ACPI: Added _OSI(Processor Aggregator Device)
[    0.226799] ACPI: Added _OSI(Linux-Dell-Video)
[    0.226799] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.226799] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.241088] ACPI: 5 ACPI AML tables successfully acquired and loaded
[    0.244232] ACPI: Dynamic OEM Table Load:
[    0.244246] ACPI: SSDT 0xFFFF891D40E88000 00083B (v01 PmRef  Cpu0Cst  00003001 INTL 20130117)
[    0.245796] ACPI: Dynamic OEM Table Load:
[    0.245806] ACPI: SSDT 0xFFFF891D40285000 000303 (v01 PmRef  ApIst    00003000 INTL 20130117)
[    0.246973] ACPI: Dynamic OEM Table Load:
[    0.246982] ACPI: SSDT 0xFFFF891D401F3000 000119 (v01 PmRef  ApCst    00003000 INTL 20130117)
[    0.249668] ACPI: EC: EC started
[    0.249670] ACPI: EC: interrupt blocked
[    0.249873] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.249877] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
[    0.249880] ACPI: Interpreter enabled
[    0.249917] ACPI: PM: (supports S0 S3 S4 S5)
[    0.249920] ACPI: Using IOAPIC for interrupt routing
[    0.249966] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.249968] PCI: Using E820 reservations for host bridge windows
[    0.250527] ACPI: Enabled 9 GPEs in block 00 to 3F
[    0.343267] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.343278] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.343609] acpi PNP0A08:00: _OSC: platform retains control of PCIe features (AE_ERROR)
[    0.344666] PCI host bridge to bus 0000:00
[    0.344671] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.344674] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.344677] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.344680] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.344682] pci_bus 0000:00: root bus resource [mem 0x9fa00000-0xfeafffff window]
[    0.344743] pci 0000:00:00.0: [8086:0154] type 00 class 0x060000
[    0.344966] pci 0000:00:01.0: [8086:0151] type 01 class 0x060400
[    0.345020] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.345238] pci 0000:00:02.0: [8086:0166] type 00 class 0x030000
[    0.345251] pci 0000:00:02.0: reg 0x10: [mem 0xc1000000-0xc13fffff 64bit]
[    0.345259] pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
[    0.345266] pci 0000:00:02.0: reg 0x20: [io  0x4000-0x403f]
[    0.345284] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.345712] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
[    0.345739] pci 0000:00:14.0: reg 0x10: [mem 0xc1600000-0xc160ffff 64bit]
[    0.345824] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.345984] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
[    0.346011] pci 0000:00:16.0: reg 0x10: [mem 0xc1614000-0xc161400f 64bit]
[    0.346099] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.346314] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
[    0.346335] pci 0000:00:1a.0: reg 0x10: [mem 0xc1619000-0xc16193ff]
[    0.346433] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.346634] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
[    0.346658] pci 0000:00:1b.0: reg 0x10: [mem 0xc1610000-0xc1613fff 64bit]
[    0.346761] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.346972] pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
[    0.347085] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.347307] pci 0000:00:1c.1: [8086:1e12] type 01 class 0x060400
[    0.347416] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.347646] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
[    0.347668] pci 0000:00:1d.0: reg 0x10: [mem 0xc1618000-0xc16183ff]
[    0.347767] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.347968] pci 0000:00:1f.0: [8086:1e59] type 00 class 0x060100
[    0.348272] pci 0000:00:1f.2: [8086:1e03] type 00 class 0x010601
[    0.348290] pci 0000:00:1f.2: reg 0x10: [io  0x4088-0x408f]
[    0.348300] pci 0000:00:1f.2: reg 0x14: [io  0x4094-0x4097]
[    0.348310] pci 0000:00:1f.2: reg 0x18: [io  0x4080-0x4087]
[    0.348320] pci 0000:00:1f.2: reg 0x1c: [io  0x4090-0x4093]
[    0.348330] pci 0000:00:1f.2: reg 0x20: [io  0x4060-0x407f]
[    0.348339] pci 0000:00:1f.2: reg 0x24: [mem 0xc1617000-0xc16177ff]
[    0.348390] pci 0000:00:1f.2: PME# supported from D3hot
[    0.348574] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
[    0.348597] pci 0000:00:1f.3: reg 0x10: [mem 0xc1615000-0xc16150ff 64bit]
[    0.348622] pci 0000:00:1f.3: reg 0x20: [io  0x4040-0x405f]
[    0.349099] pci 0000:01:00.0: [1002:6601] type 00 class 0x030000
[    0.349115] pci 0000:01:00.0: reg 0x10: [mem 0xa0000000-0xafffffff 64bit pref]
[    0.349124] pci 0000:01:00.0: reg 0x18: [mem 0xc0000000-0xc003ffff 64bit]
[    0.349130] pci 0000:01:00.0: reg 0x20: [io  0x3000-0x30ff]
[    0.349139] pci 0000:01:00.0: reg 0x30: [mem 0xfffe0000-0xffffffff pref]
[    0.349146] pci 0000:01:00.0: enabling Extended Tags
[    0.349190] pci 0000:01:00.0: supports D1 D2
[    0.349192] pci 0000:01:00.0: PME# supported from D1 D2 D3hot
[    0.349214] pci 0000:01:00.0: 32.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x8 link at 0000:00:01.0 (capable of 63.008 Gb/s with 8.0 GT/s PCIe x8 link)
[    0.349326] pci 0000:00:01.0: PCI bridge to [bus 01-06]
[    0.349331] pci 0000:00:01.0:   bridge window [io  0x3000-0x3fff]
[    0.349334] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xc0ffffff]
[    0.349338] pci 0000:00:01.0:   bridge window [mem 0xa0000000-0xafffffff 64bit pref]
[    0.349506] pci 0000:07:00.0: [10ec:8136] type 00 class 0x020000
[    0.349605] pci 0000:07:00.0: reg 0x10: [io  0x2000-0x20ff]
[    0.349727] pci 0000:07:00.0: reg 0x18: [mem 0xc1404000-0xc1404fff 64bit pref]
[    0.349804] pci 0000:07:00.0: reg 0x20: [mem 0xc1400000-0xc1403fff 64bit pref]
[    0.350264] pci 0000:07:00.0: supports D1 D2
[    0.350266] pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.350719] pci 0000:00:1c.0: PCI bridge to [bus 07]
[    0.350725] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    0.350735] pci 0000:00:1c.0:   bridge window [mem 0xc1400000-0xc14fffff 64bit pref]
[    0.350892] pci 0000:08:00.0: [14e4:4365] type 00 class 0x028000
[    0.350958] pci 0000:08:00.0: reg 0x10: [mem 0xc1500000-0xc1507fff 64bit]
[    0.351104] pci 0000:08:00.0: enabling Extended Tags
[    0.351313] pci 0000:08:00.0: supports D1 D2
[    0.351315] pci 0000:08:00.0: PME# supported from D0 D3hot D3cold
[    0.351576] pci 0000:00:1c.1: PCI bridge to [bus 08]
[    0.351584] pci 0000:00:1c.1:   bridge window [mem 0xc1500000-0xc15fffff]
[    0.435441] ACPI: PCI: Interrupt link LNKA configured for IRQ 7
[    0.435569] ACPI: PCI: Interrupt link LNKB configured for IRQ 11
[    0.435694] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.435696] ACPI: PCI: Interrupt link LNKC disabled
[    0.435822] ACPI: PCI: Interrupt link LNKD configured for IRQ 10
[    0.435943] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.435945] ACPI: PCI: Interrupt link LNKE disabled
[    0.436065] ACPI: PCI: Interrupt link LNKF configured for IRQ 7
[    0.436186] ACPI: PCI: Interrupt link LNKG configured for IRQ 10
[    0.436306] ACPI: PCI: Interrupt link LNKH configured for IRQ 11
[    0.436614] ACPI: EC: interrupt unblocked
[    0.436616] ACPI: EC: event unblocked
[    0.436623] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.436625] ACPI: EC: GPE=0x17
[    0.436627] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC initialization complete
[    0.436630] ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
[    0.436731] iommu: Default domain type: Translated 
[    0.436731] iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.436731] SCSI subsystem initialized
[    0.436731] libata version 3.00 loaded.
[    0.436731] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.436731] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.436731] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.436731] pci 0000:00:02.0: vgaarb: no bridge control possible
[    0.436731] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.436731] vgaarb: loaded
[    0.436731] ACPI: bus type USB registered
[    0.436731] usbcore: registered new interface driver usbfs
[    0.436731] usbcore: registered new interface driver hub
[    0.436731] usbcore: registered new device driver usb
[    0.436731] pps_core: LinuxPPS API ver. 1 registered
[    0.436731] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.436731] PTP clock support registered
[    0.436731] EDAC MC: Ver: 3.0.0
[    0.436731] NetLabel: Initializing
[    0.436731] NetLabel:  domain hash size = 128
[    0.436731] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.436731] NetLabel:  unlabeled traffic allowed by default
[    0.436731] PCI: Using ACPI for IRQ routing
[    0.445354] PCI: pci_cache_line_size set to 64 bytes
[    0.445439] e820: reserve RAM buffer [mem 0x0009d400-0x0009ffff]
[    0.445443] e820: reserve RAM buffer [mem 0x40004000-0x43ffffff]
[    0.445445] e820: reserve RAM buffer [mem 0x90bb0000-0x93ffffff]
[    0.445446] e820: reserve RAM buffer [mem 0x9a3bf000-0x9bffffff]
[    0.445448] e820: reserve RAM buffer [mem 0x9b000000-0x9bffffff]
[    0.445450] e820: reserve RAM buffer [mem 0x25f600000-0x25fffffff]
[    0.446900] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.446914] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.448989] clocksource: Switched to clocksource tsc-early
[    0.461676] VFS: Disk quotas dquot_6.6.0
[    0.461700] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.461860] AppArmor: AppArmor Filesystem Enabled
[    0.461915] pnp: PnP ACPI init
[    0.462140] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.462146] system 00:00: [io  0x1000-0x100f] has been reserved
[    0.462149] system 00:00: [io  0xffff] has been reserved
[    0.462152] system 00:00: [io  0xffff] has been reserved
[    0.462154] system 00:00: [io  0x0400-0x0453] has been reserved
[    0.462157] system 00:00: [io  0x0458-0x047f] has been reserved
[    0.462159] system 00:00: [io  0x0500-0x057f] has been reserved
[    0.462162] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.462164] system 00:00: [io  0xfd60-0xfd63] has been reserved
[    0.462302] system 00:02: [io  0x0454-0x0457] has been reserved
[    0.543103] system 00:05: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.543108] system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.543110] system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.543113] system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.543116] system 00:05: [mem 0xe0000000-0xefffffff] has been reserved
[    0.543119] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.543122] system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.543124] system 00:05: [mem 0xff000000-0xff000fff] has been reserved
[    0.543127] system 00:05: [mem 0xff010000-0xffffffff] could not be reserved
[    0.543130] system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.543133] system 00:05: [mem 0x9fa00000-0x9fa00fff] has been reserved
[    0.543837] system 00:06: [mem 0x20000000-0x201fffff] has been reserved
[    0.543841] system 00:06: [mem 0x40004000-0x40004fff] has been reserved
[    0.543883] pnp: PnP ACPI: found 7 devices
[    0.550295] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.550390] NET: Registered PF_INET protocol family
[    0.550513] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.552367] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    0.552453] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.552669] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.552791] TCP: Hash tables configured (established 65536 bind 65536)
[    0.552888] MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
[    0.552957] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.552993] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.553074] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.553082] NET: Registered PF_XDP protocol family
[    0.553088] pci 0000:01:00.0: can't claim BAR 6 [mem 0xfffe0000-0xffffffff pref]: no compatible bridge window
[    0.553107] pci 0000:01:00.0: BAR 6: assigned [mem 0xc0040000-0xc005ffff pref]
[    0.553112] pci 0000:00:01.0: PCI bridge to [bus 01-06]
[    0.553116] pci 0000:00:01.0:   bridge window [io  0x3000-0x3fff]
[    0.553120] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xc0ffffff]
[    0.553124] pci 0000:00:01.0:   bridge window [mem 0xa0000000-0xafffffff 64bit pref]
[    0.553130] pci 0000:00:1c.0: PCI bridge to [bus 07]
[    0.553134] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    0.553143] pci 0000:00:1c.0:   bridge window [mem 0xc1400000-0xc14fffff 64bit pref]
[    0.553152] pci 0000:00:1c.1: PCI bridge to [bus 08]
[    0.553159] pci 0000:00:1c.1:   bridge window [mem 0xc1500000-0xc15fffff]
[    0.553171] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.553174] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.553177] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.553179] pci_bus 0000:00: resource 7 [mem 0x9fa00000-0xfeafffff window]
[    0.553182] pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
[    0.553184] pci_bus 0000:01: resource 1 [mem 0xc0000000-0xc0ffffff]
[    0.553187] pci_bus 0000:01: resource 2 [mem 0xa0000000-0xafffffff 64bit pref]
[    0.553189] pci_bus 0000:07: resource 0 [io  0x2000-0x2fff]
[    0.553192] pci_bus 0000:07: resource 2 [mem 0xc1400000-0xc14fffff 64bit pref]
[    0.553194] pci_bus 0000:08: resource 1 [mem 0xc1500000-0xc15fffff]
[    0.574958] pci 0000:00:1a.0: quirk_usb_early_handoff+0x0/0x160 took 19487 usecs
[    0.594946] pci 0000:00:1d.0: quirk_usb_early_handoff+0x0/0x160 took 19491 usecs
[    0.594996] PCI: CLS 64 bytes, default 64
[    0.595039] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.595041] software IO TLB: mapped [mem 0x00000000963bf000-0x000000009a3bf000] (64MB)
[    0.595089] Trying to unpack rootfs image as initramfs...
[    0.596225] Initialise system trusted keyrings
[    0.596246] Key type blacklist registered
[    0.596322] workingset: timestamp_bits=36 max_order=21 bucket_order=0
[    0.599774] zbud: loaded
[    0.600401] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.600734] fuse: init (API version 7.34)
[    0.601051] integrity: Platform Keyring initialized
[    0.618428] Key type asymmetric registered
[    0.618434] Asymmetric key parser 'x509' registered
[    0.618485] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    0.618550] io scheduler mq-deadline registered
[    0.619639] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.620502] ACPI: AC: AC Adapter [ACAD] (on-line)
[    0.620577] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/PNP0C0C:00/input/input0
[    0.620607] ACPI: button: Power Button [PWRB]
[    0.620664] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[    0.620713] ACPI: button: Lid Switch [LID0]
[    0.620757] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.620795] ACPI: button: Power Button [PWRF]
[    0.631830] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.634581] Linux agpgart interface v0.103
[    0.638285] loop: module loaded
[    0.638885] tun: Universal TUN/TAP device driver, 1.6
[    0.638988] PPP generic driver version 2.4.2
[    0.639177] VFIO - User Level meta-driver version: 0.3
[    0.639328] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.639336] ehci-pci: EHCI PCI platform driver
[    0.639625] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    0.639642] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    0.639663] ehci-pci 0000:00:1a.0: debug port 2
[    0.643607] ehci-pci 0000:00:1a.0: irq 16, io mem 0xc1619000
[    0.658829] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    0.658936] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[    0.658943] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.658948] usb usb1: Product: EHCI Host Controller
[    0.658952] usb usb1: Manufacturer: Linux 5.15.0-47-generic ehci_hcd
[    0.658955] usb usb1: SerialNumber: 0000:00:1a.0
[    0.659232] hub 1-0:1.0: USB hub found
[    0.659250] hub 1-0:1.0: 2 ports detected
[    0.659807] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    0.659820] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    0.659847] ehci-pci 0000:00:1d.0: debug port 2
[    0.663786] ehci-pci 0000:00:1d.0: irq 23, io mem 0xc1618000
[    0.678820] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    0.678975] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[    0.678984] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.678988] usb usb2: Product: EHCI Host Controller
[    0.678992] usb usb2: Manufacturer: Linux 5.15.0-47-generic ehci_hcd
[    0.678996] usb usb2: SerialNumber: 0000:00:1d.0
[    0.679270] hub 2-0:1.0: USB hub found
[    0.679284] hub 2-0:1.0: 2 ports detected
[    0.679572] ehci-platform: EHCI generic platform driver
[    0.679601] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.679609] ohci-pci: OHCI PCI platform driver
[    0.679635] ohci-platform: OHCI generic platform driver
[    0.679654] uhci_hcd: USB Universal Host Controller Interface driver
[    0.679764] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    0.700311] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.700328] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.700655] mousedev: PS/2 mouse device common for all mice
[    0.702951] rtc_cmos 00:01: RTC can wake from S4
[    0.703238] rtc_cmos 00:01: registered as rtc0
[    0.703272] rtc_cmos 00:01: setting system clock to 2022-09-03T13:56:51 UTC (1662213411)
[    0.703298] rtc_cmos 00:01: alarms up to one month, 242 bytes nvram, hpet irqs
[    0.703314] i2c_dev: i2c /dev entries driver
[    0.703438] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    0.703483] device-mapper: uevent: version 1.0.3
[    0.703570] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
[    0.703605] platform eisa.0: Probing EISA bus 0
[    0.703609] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    0.703611] platform eisa.0: Cannot allocate resource for EISA slot 1
[    0.703613] platform eisa.0: Cannot allocate resource for EISA slot 2
[    0.703615] platform eisa.0: Cannot allocate resource for EISA slot 3
[    0.703617] platform eisa.0: Cannot allocate resource for EISA slot 4
[    0.703619] platform eisa.0: Cannot allocate resource for EISA slot 5
[    0.703621] platform eisa.0: Cannot allocate resource for EISA slot 6
[    0.703623] platform eisa.0: Cannot allocate resource for EISA slot 7
[    0.703625] platform eisa.0: Cannot allocate resource for EISA slot 8
[    0.703627] platform eisa.0: EISA: Detected 0 cards
[    0.703636] intel_pstate: Intel P-state driver initializing
[    0.704101] ledtrig-cpu: registered to indicate activity on CPUs
[    0.704134] vesafb: mode is 1366x768x32, linelength=5504, pages=0
[    0.704137] vesafb: scrolling: redraw
[    0.704137] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.704156] vesafb: framebuffer at 0xb0000000, mapped to 0x00000000f166e17f, using 4160k, total 4160k
[    0.704252] Console: switching to colour frame buffer device 170x48
[    0.721365] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    0.771184] fb0: VESA VGA frame buffer device
[    0.771286] drop_monitor: Initializing network drop monitor service
[    0.771468] NET: Registered PF_INET6 protocol family
[    0.910977] ACPI: battery: Slot [BAT1] (battery present)
[    0.994816] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    1.018818] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    1.070594] Freeing initrd memory: 61836K
[    1.077549] Segment Routing with IPv6
[    1.077566] In-situ OAM (IOAM) with IPv6
[    1.077598] NET: Registered PF_PACKET protocol family
[    1.077639] Key type dns_resolver registered
[    1.077929] microcode: sig=0x306a9, pf=0x10, revision=0x21
[    1.077978] microcode: Microcode Update Driver: v2.2.
[    1.077983] IPI shorthand broadcast: enabled
[    1.077994] sched_clock: Marking stable (1077627779, 345865)->(1090664469, -12690825)
[    1.078185] registered taskstats version 1
[    1.078235] Loading compiled-in X.509 certificates
[    1.079137] Loaded X.509 cert 'Build time autogenerated kernel key: cde495e0b2d1f7434a00f56392509d3a0e4cbe31'
[    1.079892] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969'
[    1.080634] Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19'
[    1.080636] blacklist: Loading compiled-in revocation X.509 certificates
[    1.080656] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing: 61482aa2830d0ab2ad5af10b7250da9033ddcef0'
[    1.080850] zswap: loaded using pool lzo/zbud
[    1.081038] Key type ._fscrypt registered
[    1.081040] Key type .fscrypt registered
[    1.081041] Key type fscrypt-provisioning registered
[    1.084363] Key type encrypted registered
[    1.084367] AppArmor: AppArmor sha1 policy hashing enabled
[    1.084374] ima: No TPM chip found, activating TPM-bypass!
[    1.084380] Loading compiled-in module X.509 certificates
[    1.085095] Loaded X.509 cert 'Build time autogenerated kernel key: cde495e0b2d1f7434a00f56392509d3a0e4cbe31'
[    1.085097] ima: Allocated hash algorithm: sha1
[    1.085104] ima: No architecture policies found
[    1.085115] evm: Initialising EVM extended attributes:
[    1.085116] evm: security.selinux
[    1.085117] evm: security.SMACK64
[    1.085118] evm: security.SMACK64EXEC
[    1.085119] evm: security.SMACK64TRANSMUTE
[    1.085119] evm: security.SMACK64MMAP
[    1.085120] evm: security.apparmor
[    1.085121] evm: security.ima
[    1.085121] evm: security.capability
[    1.085122] evm: HMAC attrs: 0x1
[    1.085422] PM:   Magic number: 6:512:937
[    1.085461] platform PNP0103:00: hash matches
[    1.085479] acpi PNP0103:00: hash matches
[    1.085648] RAS: Correctable Errors collector initialized.
[    1.086942] Freeing unused decrypted memory: 2036K
[    1.087661] Freeing unused kernel image (initmem) memory: 3224K
[    1.114942] Write protecting the kernel read-only data: 30720k
[    1.115491] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    1.115796] Freeing unused kernel image (rodata/data gap) memory: 1488K
[    1.170586] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.170589] x86/mm: Checking user space page tables
[    1.195227] usb 2-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
[    1.195233] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.195286] usb 1-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
[    1.195289] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.195514] hub 1-1:1.0: USB hub found
[    1.195551] hub 2-1:1.0: USB hub found
[    1.195576] hub 1-1:1.0: 6 ports detected
[    1.195730] hub 2-1:1.0: 6 ports detected
[    1.223974] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.223989] Run /init as init process
[    1.223992]   with arguments:
[    1.223994]     /init
[    1.223995]     splash
[    1.223997]   with environment:
[    1.223999]     HOME=/
[    1.224008]     TERM=linux
[    1.224010]     BOOT_IMAGE=/boot/vmlinuz-5.15.0-47-generic
[    1.356069] wmi_bus wmi_bus-PNP0C14:00: WQBC data block query control method not found
[    1.357522] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.357530] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    1.358589] xhci_hcd 0000:00:14.0: hcc params 0x20007181 hci version 0x100 quirks 0x000000000000b930
[    1.358756] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[    1.358760] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.358761] usb usb3: Product: xHCI Host Controller
[    1.358763] usb usb3: Manufacturer: Linux 5.15.0-47-generic xhci-hcd
[    1.358764] usb usb3: SerialNumber: 0000:00:14.0
[    1.370116] hub 3-0:1.0: USB hub found
[    1.370132] hub 3-0:1.0: 4 ports detected
[    1.370742] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.370748] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    1.370752] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    1.370807] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
[    1.370811] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.370815] usb usb4: Product: xHCI Host Controller
[    1.370817] usb usb4: Manufacturer: Linux 5.15.0-47-generic xhci-hcd
[    1.370820] usb usb4: SerialNumber: 0000:00:14.0
[    1.372305] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20210730/utaddress-204)
[    1.372316] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[    1.372322] ACPI Warning: 
[    1.372323] hub 4-0:1.0: USB hub found
[    1.372326] SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x000000000000055F (\_SB.PCI0.PEG0.PEGP.GPIO) (20210730/utaddress-204)
[    1.372331] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO)
[    1.372335] hub 4-0:1.0: 4 ports detected
[    1.372337]  (20210730/utaddress-204)
[    1.372339] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[    1.372342] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x000000000000055F (\_SB.PCI0.PEG0.PEGP.GPIO) (20210730/utaddress-204)
[    1.372350] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20210730/utaddress-204)
[    1.372356] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[    1.372368] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x000000000000055F (\_SB.PCI0.PEG0.PEGP.GPIO) (20210730/utaddress-204)
[    1.372377] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20210730/utaddress-204)
[    1.372388] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[    1.372389] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    1.381602] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    1.411844] ahci 0000:00:1f.2: version 3.0
[    1.419259] r8169 0000:07:00.0 eth0: RTL8105e, 74:86:7a:0c:5f:f0, XID 40c, IRQ 29
[    1.423532] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x5 impl SATA mode
[    1.423541] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst 
[    1.442863] scsi host0: ahci
[    1.446978] scsi host1: ahci
[    1.448357] r8169 0000:07:00.0 enp7s0: renamed from eth0
[    1.448556] scsi host2: ahci
[    1.448744] scsi host3: ahci
[    1.448971] scsi host4: ahci
[    1.449288] scsi host5: ahci
[    1.449337] ata1: SATA max UDMA/133 abar m2048@0xc1617000 port 0xc1617100 irq 28
[    1.449340] ata2: DUMMY
[    1.449343] ata3: SATA max UDMA/133 abar m2048@0xc1617000 port 0xc1617200 irq 28
[    1.449345] ata4: DUMMY
[    1.449347] ata5: DUMMY
[    1.449349] ata6: DUMMY
[    1.482903] usb 1-1.1: new full-speed USB device number 3 using ehci-pci
[    1.488645] i2c i2c-0: 2/2 memory slots populated (from DMI)
[    1.489103] i2c i2c-0: Successfully instantiated SPD at 0x50
[    1.594915] usb 1-1.1: New USB device found, idVendor=0a5c, idProduct=21d7, bcdDevice= 1.12
[    1.594934] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.594941] usb 1-1.1: Product: BCM43142A0
[    1.594945] usb 1-1.1: Manufacturer: Broadcom Corp
[    1.594950] usb 1-1.1: SerialNumber: 9C2A70C2F92A
[    1.618909] tsc: Refined TSC clocksource calibration: 1795.923 MHz
[    1.618939] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x19e31e3a1e3, max_idle_ns: 440795283323 ns
[    1.619003] clocksource: Switched to clocksource tsc
[    1.678883] usb 1-1.3: new high-speed USB device number 4 using ehci-pci
[    1.706857] usb 3-2: new high-speed USB device number 2 using xhci_hcd
[    1.761891] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.761968] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.764553] ata1.00: ATA-10: WDC WDS480G2G0A-00JH30, UG430400, max UDMA/133
[    1.764571] ata1.00: 937703088 sectors, multi 1: LBA48 NCQ (depth 32)
[    1.766193] ata1.00: Features: Dev-Sleep
[    1.772757] ata1.00: configured for UDMA/133
[    1.783654] scsi 0:0:0:0: Direct-Access     ATA      WDC WDS480G2G0A- 0400 PQ: 0 ANSI: 5
[    1.784713] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.785029] sd 0:0:0:0: [sda] 937703088 512-byte logical blocks: (480 GB/447 GiB)
[    1.785078] sd 0:0:0:0: [sda] Write Protect is off
[    1.785083] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.785123] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.791459] ata3.00: ATA-10: ST1000LM048-2E7172, SDM1, max UDMA/133
[    1.795743] usb 1-1.3: New USB device found, idVendor=0bda, idProduct=0129, bcdDevice=39.60
[    1.795754] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.795758] usb 1-1.3: Product: USB2.0-CRW
[    1.795761] usb 1-1.3: Manufacturer: Generic
[    1.795764] usb 1-1.3: SerialNumber: 20100201396000000
[    1.803524]  sda: sda1 sda2 sda3
[    1.806370] usbcore: registered new interface driver rtsx_usb
[    1.823472] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.873138] usb 3-2: New USB device found, idVendor=148f, idProduct=5370, bcdDevice= 1.01
[    1.873156] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.873163] usb 3-2: Product: 802.11 n WLAN
[    1.873167] usb 3-2: Manufacturer: Ralink
[    1.873171] usb 3-2: SerialNumber: 1.0
[    1.878857] usb 1-1.4: new high-speed USB device number 5 using ehci-pci
[    1.892532] ata3.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.942715] ata3.00: configured for UDMA/133
[    1.952345] scsi 2:0:0:0: Direct-Access     ATA      ST1000LM048-2E71 SDM1 PQ: 0 ANSI: 5
[    1.953928] sd 2:0:0:0: Attached scsi generic sg1 type 0
[    1.954320] sd 2:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    1.954332] sd 2:0:0:0: [sdb] 4096-byte physical blocks
[    1.954378] sd 2:0:0:0: [sdb] Write Protect is off
[    1.954392] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    1.954496] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.997548]  sdb: sdb1 sdb2
[    2.002844] usb 3-3: new full-speed USB device number 3 using xhci_hcd
[    2.023216] sd 2:0:0:0: [sdb] Attached SCSI disk
[    2.043236] usb 1-1.4: New USB device found, idVendor=0bda, idProduct=58c2, bcdDevice=28.28
[    2.043244] usb 1-1.4: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    2.043248] usb 1-1.4: Product: Laptop_Integrated_Webcam_HD
[    2.043250] usb 1-1.4: Manufacturer: CNFCH41J071022042872
[    2.043253] usb 1-1.4: SerialNumber: 0x0001
[    2.190401] usb 3-3: New USB device found, idVendor=0a12, idProduct=0001, bcdDevice=88.91
[    2.190419] usb 3-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.195895] psmouse serio1: synaptics: queried max coordinates: x [..5674], y [..4754]
[    2.257252] psmouse serio1: synaptics: queried min coordinates: x [1268..], y [1098..]
[    2.257267] psmouse serio1: synaptics: Your touchpad (PNP: DLL05b8 PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@vger.kernel.org.
[    2.322878] usb 3-4: new full-speed USB device number 4 using xhci_hcd
[    2.370468] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd00123/0x840300/0x26c00/0x0, board id: 2382, fw id: 1238635
[    2.444537] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input5
[    2.477997] usb 3-4: New USB device found, idVendor=0461, idProduct=4dfa, bcdDevice= 1.01
[    2.478006] usb 3-4: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    2.478010] usb 3-4: Product: Wireless Optical Mouse
[    2.494298] hid: raw HID events driver (C) Jiri Kosina
[    2.501452] usbcore: registered new interface driver usbhid
[    2.501456] usbhid: USB HID core driver
[    2.509274] input: Wireless Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/0003:0461:4DFA.0001/input/input6
[    2.509540] hid-generic 0003:0461:4DFA.0001: input,hidraw0: USB HID v1.11 Mouse [Wireless Optical Mouse] on usb-0000:00:14.0-4/input0
[    2.743182] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    2.984555] systemd[1]: Inserted module 'autofs4'
[    3.019707] systemd[1]: systemd 249.11-0ubuntu3.4 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP -LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    3.039195] systemd[1]: Detected architecture x86-64.
[    3.040802] systemd[1]: Hostname set to <ubuntu>.
[    3.324387] systemd[1]: Queued start job for default target Graphical Interface.
[    3.325750] systemd[1]: Created slice Slice /system/modprobe.
[    3.326052] systemd[1]: Created slice User and Session Slice.
[    3.326116] systemd[1]: Started ntp-systemd-netif.path.
[    3.326187] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    3.326413] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    3.326480] systemd[1]: Reached target User and Group Name Lookups.
[    3.326502] systemd[1]: Reached target Remote File Systems.
[    3.326515] systemd[1]: Reached target Slice Units.
[    3.326536] systemd[1]: Reached target Swaps.
[    3.326555] systemd[1]: Reached target Local Verity Protected Volumes.
[    3.326712] systemd[1]: Listening on Syslog Socket.
[    3.326857] systemd[1]: Listening on fsck to fsckd communication Socket.
[    3.326929] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    3.327179] systemd[1]: Listening on Journal Audit Socket.
[    3.327293] systemd[1]: Listening on Journal Socket (/dev/log).
[    3.327433] systemd[1]: Listening on Journal Socket.
[    3.327597] systemd[1]: Listening on udev Control Socket.
[    3.327711] systemd[1]: Listening on udev Kernel Socket.
[    3.328627] systemd[1]: Mounting Huge Pages File System...
[    3.329549] systemd[1]: Mounting POSIX Message Queue File System...
[    3.330639] systemd[1]: Mounting Kernel Debug File System...
[    3.332023] systemd[1]: Mounting Kernel Trace File System...
[    3.334276] systemd[1]: Starting Journal Service...
[    3.336675] systemd[1]: Starting Set the console keyboard layout...
[    3.338453] systemd[1]: Starting Create List of Static Device Nodes...
[    3.340021] systemd[1]: Starting Load Kernel Module chromeos_pstore...
[    3.341673] systemd[1]: Starting Load Kernel Module configfs...
[    3.343358] systemd[1]: Starting Load Kernel Module drm...
[    3.344975] systemd[1]: Starting Load Kernel Module efi_pstore...
[    3.346623] systemd[1]: Starting Load Kernel Module fuse...
[    3.349053] systemd[1]: Starting Load Kernel Module mtdpstore...
[    3.350655] systemd[1]: Starting Load Kernel Module pstore_blk...
[    3.352376] systemd[1]: Starting Load Kernel Module pstore_zone...
[    3.353998] systemd[1]: Starting Load Kernel Module ramoops...
[    3.354339] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    3.364740] systemd[1]: Starting Load Kernel Modules...
[    3.366221] systemd[1]: Starting Remount Root and Kernel File Systems...
[    3.367927] systemd[1]: Starting Coldplug All udev Devices...
[    3.376602] systemd[1]: Mounted Huge Pages File System.
[    3.376787] systemd[1]: Mounted POSIX Message Queue File System.
[    3.376942] systemd[1]: Mounted Kernel Debug File System.
[    3.377211] systemd[1]: Mounted Kernel Trace File System.
[    3.377676] systemd[1]: Finished Create List of Static Device Nodes.
[    3.378391] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    3.378781] systemd[1]: Finished Load Kernel Module configfs.
[    3.379282] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[    3.379655] systemd[1]: Finished Load Kernel Module efi_pstore.
[    3.380147] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    3.380516] systemd[1]: Finished Load Kernel Module fuse.
[    3.391704] EXT4-fs (sda3): re-mounted. Opts: errors=remount-ro. Quota mode: none.
[    3.395965] systemd[1]: modprobe@pstore_zone.service: Deactivated successfully.
[    3.396349] systemd[1]: Finished Load Kernel Module pstore_zone.
[    3.396879] systemd[1]: Finished Remount Root and Kernel File Systems.
[    3.398295] systemd[1]: Mounting FUSE Control File System...
[    3.399614] systemd[1]: Mounting Kernel Configuration File System...
[    3.401132] systemd[1]: Starting Load/Save Random Seed...
[    3.402633] systemd[1]: Starting Create System Users...
[    3.409463] mtd device must be supplied (device name is empty)
[    3.417718] systemd[1]: modprobe@chromeos_pstore.service: Deactivated successfully.
[    3.418268] systemd[1]: Finished Load Kernel Module chromeos_pstore.
[    3.419126] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    3.419920] systemd[1]: Finished Load Kernel Module drm.
[    3.420968] systemd[1]: modprobe@pstore_blk.service: Deactivated successfully.
[    3.421626] systemd[1]: Finished Load Kernel Module pstore_blk.
[    3.422141] systemd[1]: modprobe@ramoops.service: Deactivated successfully.
[    3.422713] systemd[1]: Finished Load Kernel Module ramoops.
[    3.423297] systemd[1]: Mounted FUSE Control File System.
[    3.423482] systemd[1]: Mounted Kernel Configuration File System.
[    3.424698] lp: driver loaded but no devices found
[    3.433220] systemd[1]: Finished Load/Save Random Seed.
[    3.434793] systemd[1]: Finished Create System Users.
[    3.435074] systemd[1]: Condition check resulted in First Boot Complete being skipped.
[    3.436606] systemd[1]: Starting Create Static Device Nodes in /dev...
[    3.437640] systemd[1]: Finished Set the console keyboard layout.
[    3.452016] systemd[1]: modprobe@mtdpstore.service: Deactivated successfully.
[    3.452488] systemd[1]: Finished Load Kernel Module mtdpstore.
[    3.452813] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[    3.454823] ppdev: user-space parallel port driver
[    3.459954] systemd[1]: Finished Create Static Device Nodes in /dev.
[    3.460124] systemd[1]: Reached target Preparation for Local File Systems.
[    3.465231] systemd[1]: Mounting Mount unit for bare, revision 5...
[    3.468099] systemd[1]: Mounting Mount unit for core20, revision 1587...
[    3.471442] loop0: detected capacity change from 0 to 126896
[    3.472640] systemd[1]: Mounting Mount unit for firefox, revision 1635...
[    3.474146] IPMI message handler: version 39.2
[    3.474376] loop1: detected capacity change from 0 to 8
[    3.476056] loop2: detected capacity change from 0 to 334424
[    3.476511] systemd[1]: Mounting Mount unit for gnome-3-38-2004, revision 112...
[    3.477641] ipmi device interface
[    3.479176] loop3: detected capacity change from 0 to 820832
[    3.479874] systemd[1]: Mounting Mount unit for gtk-common-themes, revision 1535...
[    3.482470] loop4: detected capacity change from 0 to 187776
[    3.483348] systemd[1]: Mounting Mount unit for snap-store, revision 582...
[    3.483540] Asymmetric key parser 'pkcs8' registered
[    3.486056] loop5: detected capacity change from 0 to 93928
[    3.486682] systemd[1]: Mounting Mount unit for snapd, revision 16292...
[    3.489326] loop6: detected capacity change from 0 to 96176
[    3.489737] systemd[1]: Mounting Mount unit for snapd-desktop-integration, revision 14...
[    3.492507] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    3.492770] loop7: detected capacity change from 0 to 568
[    3.493570] systemd[1]: Started Journal Service.
[    3.544185] systemd-journald[272]: Received client request to flush runtime journal.
[    3.650620] audit: type=1400 audit(1662213414.439:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=326 comm="apparmor_parser"
[    3.651479] audit: type=1400 audit(1662213414.443:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=327 comm="apparmor_parser"
[    3.651488] audit: type=1400 audit(1662213414.443:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=327 comm="apparmor_parser"
[    3.660945] audit: type=1400 audit(1662213414.451:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=330 comm="apparmor_parser"
[    3.660954] audit: type=1400 audit(1662213414.451:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=330 comm="apparmor_parser"
[    3.660960] audit: type=1400 audit(1662213414.451:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=330 comm="apparmor_parser"
[    3.669575] audit: type=1400 audit(1662213414.459:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oosplash" pid=332 comm="apparmor_parser"
[    3.674311] audit: type=1400 audit(1662213414.463:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="tcpdump" pid=331 comm="apparmor_parser"
[    3.676378] audit: type=1400 audit(1662213414.467:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=333 comm="apparmor_parser"
[    4.267766] mtd device must be supplied (device name is empty)
[    4.518103] at24 0-0050: supply vcc not found, using dummy regulator
[    4.518714] at24 0-0050: 256 byte spd EEPROM, read-only
[    4.543764] mc: Linux media interface: v0.10
[    4.607618] [drm] radeon kernel modesetting enabled.
[    4.607645] vga_switcheroo: detected switching method \_SB_.PCI0.GFX0.ATPX handle
[    4.607956] ATPX version 1, functions 0x00000033
[    4.608287] checking generic (b0000000 410000) vs hw (a0000000 10000000)
[    4.608292] checking generic (b0000000 410000) vs hw (c0000000 40000)
[    4.608347] radeon 0000:01:00.0: enabling device (0000 -> 0003)
[    4.608603] [drm] initializing kernel modesetting (OLAND 0x1002:0x6601 0x1028:0x05B8 0x00).
[    4.616776] videodev: Linux video capture interface: v2.00
[    4.648420] ATOM BIOS: Dell/Compal
[    4.648554] radeon 0000:01:00.0: VRAM: 2048M 0x0000000000000000 - 0x000000007FFFFFFF (2048M used)
[    4.648561] radeon 0000:01:00.0: GTT: 2048M 0x0000000080000000 - 0x00000000FFFFFFFF
[    4.648573] [drm] Detected VRAM RAM=2048M, BAR=256M
[    4.648576] [drm] RAM width 128bits DDR
[    4.648610] [drm] radeon: 2048M of VRAM memory ready
[    4.648613] [drm] radeon: 2048M of GTT memory ready.
[    4.648631] [drm] Loading oland Microcode
[    4.649200] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    4.663363] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    4.703529] checking generic (b0000000 410000) vs hw (c1000000 400000)
[    4.703535] checking generic (b0000000 410000) vs hw (b0000000 10000000)
[    4.703538] fb0: switching to i915 from VESA VGA
[    4.784884] Bluetooth: Core ver 2.22
[    4.784918] NET: Registered PF_BLUETOOTH protocol family
[    4.784920] Bluetooth: HCI device and connection manager initialized
[    4.784925] Bluetooth: HCI socket layer initialized
[    4.784930] Bluetooth: L2CAP socket layer initialized
[    4.784937] Bluetooth: SCO socket layer initialized
[    4.787459] Console: switching to colour dummy device 80x25
[    4.787550] i915 0000:00:02.0: vgaarb: deactivate vga console
[    4.802869] wl: loading out-of-tree module taints kernel.
[    4.802877] wl: module license 'MIXED/Proprietary' taints kernel.
[    4.802879] Disabling lock debugging due to kernel taint
[    4.805595] wl: module verification failed: signature and/or required key missing - tainting kernel
[    4.855234] [drm] Internal thermal controller without fan control
[    4.863770] [drm] radeon: dpm initialized
[    4.875680] usb 1-1.4: Found UVC 1.00 device Laptop_Integrated_Webcam_HD (0bda:58c2)
[    4.877529] [drm] GART: num cpu pages 524288, num gpu pages 524288
[    4.880291] [drm] PCIE gen 2 link speeds already enabled
[    4.888599] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.4)
[    4.891082] [drm] PCIE GART of 2048M enabled (table at 0x0000000000165000).
[    4.891516] radeon 0000:01:00.0: WB enabled
[    4.891521] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000080000c00
[    4.891525] radeon 0000:01:00.0: fence driver on ring 1 use gpu addr 0x0000000080000c04
[    4.891528] radeon 0000:01:00.0: fence driver on ring 2 use gpu addr 0x0000000080000c08
[    4.891530] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000080000c0c
[    4.891533] radeon 0000:01:00.0: fence driver on ring 4 use gpu addr 0x0000000080000c10
[    4.891939] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x0000000000075a18
[    4.893816] radeon 0000:01:00.0: radeon: MSI limited to 32-bit
[    4.893889] radeon 0000:01:00.0: radeon: using MSI.
[    4.893918] [drm] radeon: irq initialized.
[    4.995390] wlan0: Broadcom BCM4365 802.11 Hybrid Wireless Controller 6.30.223.271 (r587334)

[    4.998520] input: Dell WMI hotkeys as /devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input7
[    4.998777] usbcore: registered new interface driver btusb
[    5.067836] input: Laptop_Integrated_Webcam_HD: In as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input8
[    5.070301] usbcore: registered new interface driver uvcvideo
[    5.073487] [drm] ring test on 0 succeeded in 1 usecs
[    5.073494] [drm] ring test on 1 succeeded in 1 usecs
[    5.073498] [drm] ring test on 2 succeeded in 1 usecs
[    5.073506] [drm] ring test on 3 succeeded in 3 usecs
[    5.073513] [drm] ring test on 4 succeeded in 3 usecs
[    5.139054] usb 3-2: reset high-speed USB device number 2 using xhci_hcd
[    5.184973] Bluetooth: hci0: BCM: chip id 70
[    5.185968] Bluetooth: hci0: BCM: features 0x06
[    5.218905] Bluetooth: hci0: ubuntu #1
[    5.218912] Bluetooth: hci0: BCM43142A0 (001.001.011) build 0000
[    5.231489] Bluetooth: hci0: BCM: firmware Patch file not found, tried:
[    5.231493] Bluetooth: hci0: BCM: 'brcm/BCM43142A0-0a5c-21d7.hcd'
[    5.231495] Bluetooth: hci0: BCM: 'brcm/BCM-0a5c-21d7.hcd'
[    5.249288] [drm] ring test on 5 succeeded in 2 usecs
[    5.249296] [drm] UVD initialized successfully.
[    5.249452] [drm] ib test on ring 0 succeeded in 0 usecs
[    5.249482] [drm] ib test on ring 1 succeeded in 0 usecs
[    5.249509] [drm] ib test on ring 2 succeeded in 0 usecs
[    5.249536] [drm] ib test on ring 3 succeeded in 0 usecs
[    5.249562] [drm] ib test on ring 4 succeeded in 0 usecs
[    5.413273] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 163840 ms ovfl timer
[    5.413279] RAPL PMU: hw unit of domain pp0-core 2^-16 Joules
[    5.413281] RAPL PMU: hw unit of domain package 2^-16 Joules
[    5.413283] RAPL PMU: hw unit of domain pp1-gpu 2^-16 Joules
[    5.437052] ieee80211 phy1: rt2x00_set_rt: Info - RT chipset 5390, rev 0502 detected
[    5.437709] cryptd: max_cpu_qlen set to 1000
[    5.448394] kauditd_printk_skb: 33 callbacks suppressed
[    5.448398] audit: type=1400 audit(1662213416.239:44): apparmor="DENIED" operation="open" profile="/usr/sbin/ntpd" name="/snap/bin/" pid=675 comm="ntpd" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[    5.454583] ieee80211 phy1: rt2x00_set_rf: Info - RF chipset 5370 detected
[    5.454718] ieee80211 phy1: Selected rate control algorithm 'minstrel_ht'
[    5.464760] usbcore: registered new interface driver rt2800usb
[    5.466425] audit: type=1400 audit(1662213416.255:45): apparmor="DENIED" operation="capable" profile="/usr/sbin/cupsd" pid=673 comm="cupsd" capability=12  capname="net_admin"
[    5.470573] audit: type=1400 audit(1662213416.259:46): apparmor="DENIED" operation="open" profile="/usr/sbin/ntpd" name="/etc/ssl/openssl.cnf" pid=701 comm="ntpd" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[    5.511217] AVX version of gcm_enc/dec engaged.
[    5.511260] AES CTR mode by8 optimization enabled
[    5.789012] RTL8208 Fast Ethernet r8169-0-700:00: attached PHY driver (mii_bus:phy_addr=r8169-0-700:00, irq=MAC)
[    5.798610] loop8: detected capacity change from 0 to 8
[    5.907175] [drm] ib test on ring 5 succeeded
[    5.908345] [drm] Radeon Display Connectors
[    5.933486] [drm] Initialized radeon 2.50.0 20080528 for 0000:01:00.0 on minor 0
[    5.938262] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 1
[    5.939239] ACPI: video: [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
[    5.955306] ACPI: video: Video Device [PEGP] (multi-head: yes  rom: no  post: no)
[    5.955326] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GFX0.DD02._BCL], AE_NOT_FOUND (20210730/psargs-330)

[    5.955351] No Local Variables are initialized for Method [_BCL]

[    5.955355] No Arguments are initialized for method [_BCL]

[    5.955359] ACPI Error: Aborting method \_SB.PCI0.PEG0.PEGP.DD02._BCL due to previous error (AE_NOT_FOUND) (20210730/psparse-529)
[    5.964175] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2b/LNXVIDEO:00/input/input9
[    5.968661] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    5.968938] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:02/input/input10
[    5.969288] snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    5.969531] vga_switcheroo: enabled
[    5.977721] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
[    6.100610] fbcon: i915drmfb (fb0) is primary device
[    6.129756] r8169 0000:07:00.0 enp7s0: Link is Down
[    6.131660] rt2800usb 3-2:1.0 wlx1cbfce14891f: renamed from wlan1
[    6.163235] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    6.163239] Bluetooth: BNEP filters: protocol multicast
[    6.163244] Bluetooth: BNEP socket layer initialized
[    6.222431] ieee80211 phy1: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2870.bin'
[    6.223904] ieee80211 phy1: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.36
[    6.234427] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3221: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    6.234432] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    6.234435] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    6.234437] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    6.234438] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    6.234439] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x19
[    6.234441] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[    6.236328] intel_rapl_common: Found RAPL domain package
[    6.236331] intel_rapl_common: Found RAPL domain core
[    6.236332] intel_rapl_common: Found RAPL domain uncore
[    6.236338] intel_rapl_common: RAPL package-0 domain package locked by BIOS
[    6.254372] NET: Registered PF_ALG protocol family
[    6.907017] Console: switching to colour frame buffer device 170x48
[    6.931910] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    6.982679] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[    6.982832] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[    6.983324] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[    7.237527] [drm] amdgpu kernel modesetting enabled.
[    7.237555] vga_switcheroo: detected switching method \_SB_.PCI0.GFX0.ATPX handle
[    7.237871] ATPX version 1, functions 0x00000033
[    7.238423] amdgpu: CRAT table not found
[    7.238429] amdgpu: Virtual CRAT table created for CPU
[    7.238450] amdgpu: Topology: Add CPU node
[    7.254554] Bluetooth: hci0: command 0x1003 tx timeout
[    7.255947] Bluetooth: hci0: unexpected event for opcode 0x1003
[    7.647107] audit: type=1400 audit(1662213418.439:47): apparmor="DENIED" operation="capable" profile="/usr/lib/snapd/snap-confine" pid=1073 comm="snap-confine" capability=12  capname="net_admin"
[    7.647345] audit: type=1400 audit(1662213418.439:48): apparmor="DENIED" operation="capable" profile="/usr/lib/snapd/snap-confine" pid=1073 comm="snap-confine" capability=38  capname="perfmon"
[    7.687029] audit: type=1400 audit(1662213418.479:49): apparmor="DENIED" operation="capable" profile="/usr/lib/snapd/snap-confine" pid=1073 comm="snap-confine" capability=4  capname="fsetid"
[    8.393972] audit: type=1400 audit(1662213419.183:50): apparmor="DENIED" operation="capable" profile="/usr/lib/snapd/snap-confine" pid=1186 comm="snap-confine" capability=12  capname="net_admin"
[    8.393982] audit: type=1400 audit(1662213419.183:51): apparmor="DENIED" operation="capable" profile="/usr/lib/snapd/snap-confine" pid=1186 comm="snap-confine" capability=38  capname="perfmon"
[    8.670905] audit: type=1400 audit(1662213419.463:52): apparmor="DENIED" operation="capable" profile="/usr/lib/snapd/snap-confine" pid=1217 comm="snap-confine" capability=12  capname="net_admin"
[    8.671592] audit: type=1400 audit(1662213419.463:53): apparmor="DENIED" operation="capable" profile="/usr/lib/snapd/snap-confine" pid=1217 comm="snap-confine" capability=38  capname="perfmon"
[   10.686316] rfkill: input handler disabled
[   12.161898] audit: type=1400 audit(1662213422.951:54): apparmor="DENIED" operation="capable" profile="/usr/sbin/cups-browsed" pid=1563 comm="cups-browsed" capability=23  capname="sys_nice"
[   20.427217] audit: type=1400 audit(1662213431.219:55): apparmor="DENIED" operation="capable" profile="/usr/lib/snapd/snap-confine" pid=1593 comm="snap-confine" capability=12  capname="net_admin"
[   20.427227] audit: type=1400 audit(1662213431.219:56): apparmor="DENIED" operation="capable" profile="/usr/lib/snapd/snap-confine" pid=1593 comm="snap-confine" capability=38  capname="perfmon"
[   20.596705] Bluetooth: RFCOMM TTY layer initialized
[   20.596716] Bluetooth: RFCOMM socket layer initialized
[   20.596723] Bluetooth: RFCOMM ver 1.11
[   20.626330] rfkill: input handler enabled
[   21.400655] [drm] enabling PCIE gen 2 link speeds, disable with radeon.pcie_gen2=0
[   21.412434] [drm] PCIE GART of 2048M enabled (table at 0x0000000000165000).
[   21.412542] radeon 0000:01:00.0: WB enabled
[   21.412547] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000080000c00
[   21.412551] radeon 0000:01:00.0: fence driver on ring 1 use gpu addr 0x0000000080000c04
[   21.412553] radeon 0000:01:00.0: fence driver on ring 2 use gpu addr 0x0000000080000c08
[   21.412556] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000080000c0c
[   21.412559] radeon 0000:01:00.0: fence driver on ring 4 use gpu addr 0x0000000080000c10
[   21.412962] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x0000000000075a18
[   21.413369] debugfs: File 'radeon_ring_gfx' in directory '0' already present!
[   21.413377] debugfs: File 'radeon_ring_cp1' in directory '0' already present!
[   21.413380] debugfs: File 'radeon_ring_cp2' in directory '0' already present!
[   21.413382] debugfs: File 'radeon_ring_dma1' in directory '0' already present!
[   21.413384] debugfs: File 'radeon_ring_dma2' in directory '0' already present!
[   21.559652] [drm] ring test on 0 succeeded in 1 usecs
[   21.559660] [drm] ring test on 1 succeeded in 1 usecs
[   21.559663] [drm] ring test on 2 succeeded in 1 usecs
[   21.559670] [drm] ring test on 3 succeeded in 3 usecs
[   21.559675] [drm] ring test on 4 succeeded in 3 usecs
[   21.559680] debugfs: File 'radeon_ring_uvd' in directory '0' already present!
[   21.735431] [drm] ring test on 5 succeeded in 2 usecs
[   21.735441] [drm] UVD initialized successfully.
[   21.735480] [drm] ib test on ring 0 succeeded in 0 usecs
[   21.735514] [drm] ib test on ring 1 succeeded in 0 usecs
[   21.735544] [drm] ib test on ring 2 succeeded in 0 usecs
[   21.735575] [drm] ib test on ring 3 succeeded in 0 usecs
[   21.735604] [drm] ib test on ring 4 succeeded in 0 usecs
[   22.386627] [drm] ib test on ring 5 succeeded
[   23.331709] audit: type=1400 audit(1662213434.123:57): apparmor="DENIED" operation="capable" profile="/usr/lib/snapd/snap-confine" pid=1975 comm="snap-confine" capability=12  capname="net_admin"
[   23.462510] audit: type=1326 audit(1662213434.251:58): auid=1000 uid=1000 gid=1000 ses=3 subj=? pid=1975 comm="snapd-desktop-i" exe="/snap/snapd-desktop-integration/14/bin/snapd-desktop-integration" sig=0 arch=c000003e syscall=314 compat=0 ip=0x7fc873cb473d code=0x50000
[   24.494396] rfkill: input handler disabled
[   39.525598] [drm] enabling PCIE gen 2 link speeds, disable with radeon.pcie_gen2=0
[   39.541496] [drm] PCIE GART of 2048M enabled (table at 0x0000000000165000).
[   39.541612] radeon 0000:01:00.0: WB enabled
[   39.541618] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000080000c00
[   39.541622] radeon 0000:01:00.0: fence driver on ring 1 use gpu addr 0x0000000080000c04
[   39.541625] radeon 0000:01:00.0: fence driver on ring 2 use gpu addr 0x0000000080000c08
[   39.541627] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000080000c0c
[   39.541630] radeon 0000:01:00.0: fence driver on ring 4 use gpu addr 0x0000000080000c10
[   39.542032] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x0000000000075a18
[   39.542649] debugfs: File 'radeon_ring_gfx' in directory '0' already present!
[   39.542658] debugfs: File 'radeon_ring_cp1' in directory '0' already present!
[   39.542662] debugfs: File 'radeon_ring_cp2' in directory '0' already present!
[   39.542665] debugfs: File 'radeon_ring_dma1' in directory '0' already present!
[   39.542668] debugfs: File 'radeon_ring_dma2' in directory '0' already present!
[   39.689137] [drm] ring test on 0 succeeded in 1 usecs
[   39.689152] [drm] ring test on 1 succeeded in 1 usecs
[   39.689158] [drm] ring test on 2 succeeded in 1 usecs
[   39.689169] [drm] ring test on 3 succeeded in 3 usecs
[   39.689179] [drm] ring test on 4 succeeded in 3 usecs
[   39.689188] debugfs: File 'radeon_ring_uvd' in directory '0' already present!
[   39.865044] [drm] ring test on 5 succeeded in 2 usecs
[   39.865052] [drm] UVD initialized successfully.
[   39.865088] [drm] ib test on ring 0 succeeded in 0 usecs
[   39.865121] [drm] ib test on ring 1 succeeded in 0 usecs
[   39.865151] [drm] ib test on ring 2 succeeded in 0 usecs
[   39.865180] [drm] ib test on ring 3 succeeded in 0 usecs
[   39.865208] [drm] ib test on ring 4 succeeded in 0 usecs
[   40.530506] [drm] ib test on ring 5 succeeded
[   71.765462] usb 3-2: USB disconnect, device number 2
[   78.693915] usb 3-2: new high-speed USB device number 5 using xhci_hcd
[   78.842436] usb 3-2: New USB device found, idVendor=2357, idProduct=0138, bcdDevice= 2.10
[   78.842455] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   78.842462] usb 3-2: Product: 802.11ac NIC
[   78.842466] usb 3-2: Manufacturer: Realtek
[   78.842470] usb 3-2: SerialNumber: 123456
[   79.125906] usbcore: registered new interface driver rtl88x2bu
[   79.817352] start_addr=(0x20000), end_addr=(0x40000), buffer_size=(0x20000), smp_number_max=(16384)
[   94.560177] start_addr=(0x20000), end_addr=(0x40000), buffer_size=(0x20000), smp_number_max=(16384)
[  106.564452] input: Darshit's M30s (AVRCP) as /devices/virtual/input/input14
[  119.156277] start_addr=(0x20000), end_addr=(0x40000), buffer_size=(0x20000), smp_number_max=(16384)
[  139.921059] Bluetooth: hci0: command 0x1003 tx timeout
[  139.922677] Bluetooth: hci0: unexpected event for opcode 0x1003
[  143.989135] input: Darshit's M30s (AVRCP) as /devices/virtual/input/input15
[  163.765841] start_addr=(0x20000), end_addr=(0x40000), buffer_size=(0x20000), smp_number_max=(16384)
[  188.171444] start_addr=(0x20000), end_addr=(0x40000), buffer_size=(0x20000), smp_number_max=(16384)
[  202.791118] start_addr=(0x20000), end_addr=(0x40000), buffer_size=(0x20000), smp_number_max=(16384)
[  227.418472] start_addr=(0x20000), end_addr=(0x40000), buffer_size=(0x20000), smp_number_max=(16384)
[  272.045594] start_addr=(0x20000), end_addr=(0x40000), buffer_size=(0x20000), smp_number_max=(16384)
[  356.657427] start_addr=(0x20000), end_addr=(0x40000), buffer_size=(0x20000), smp_number_max=(16384)
[  426.587443] usb 3-2: USB disconnect, device number 5
[  429.892356] usb 3-2: new high-speed USB device number 6 using xhci_hcd
[  430.058752] usb 3-2: New USB device found, idVendor=148f, idProduct=5370, bcdDevice= 1.01
[  430.058772] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  430.058778] usb 3-2: Product: 802.11 n WLAN
[  430.058783] usb 3-2: Manufacturer: Ralink
[  430.058787] usb 3-2: SerialNumber: 1.0
[  430.188836] usb 3-2: reset high-speed USB device number 6 using xhci_hcd
[  430.347618] ieee80211 phy3: rt2x00_set_rt: Info - RT chipset 5390, rev 0502 detected
[  430.364432] ieee80211 phy3: rt2x00_set_rf: Info - RF chipset 5370 detected
[  430.364673] ieee80211 phy3: Selected rate control algorithm 'minstrel_ht'
[  430.412977] ieee80211 phy3: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2870.bin'
[  430.413026] ieee80211 phy3: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.36
[  703.530762] usb 3-2: USB disconnect, device number 6
[  706.269115] usb 3-2: new high-speed USB device number 7 using xhci_hcd
[  706.435459] usb 3-2: New USB device found, idVendor=148f, idProduct=5370, bcdDevice= 1.01
[  706.435479] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  706.435486] usb 3-2: Product: 802.11 n WLAN
[  706.435491] usb 3-2: Manufacturer: Ralink
[  706.435495] usb 3-2: SerialNumber: 1.0
[  706.565544] usb 3-2: reset high-speed USB device number 7 using xhci_hcd
[  706.724409] ieee80211 phy4: rt2x00_set_rt: Info - RT chipset 5390, rev 0502 detected
[  706.738649] ieee80211 phy4: rt2x00_set_rf: Info - RF chipset 5370 detected
[  706.738856] ieee80211 phy4: Selected rate control algorithm 'minstrel_ht'
[  706.805773] ieee80211 phy4: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2870.bin'
[  706.805820] ieee80211 phy4: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.36
[ 1005.107337] usb 3-2: USB disconnect, device number 7
[ 1007.169669] usb 3-2: new high-speed USB device number 8 using xhci_hcd
[ 1007.336024] usb 3-2: New USB device found, idVendor=148f, idProduct=5370, bcdDevice= 1.01
[ 1007.336045] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1007.336051] usb 3-2: Product: 802.11 n WLAN
[ 1007.336056] usb 3-2: Manufacturer: Ralink
[ 1007.336060] usb 3-2: SerialNumber: 1.0
[ 1007.470123] usb 3-2: reset high-speed USB device number 8 using xhci_hcd
[ 1007.628976] ieee80211 phy5: rt2x00_set_rt: Info - RT chipset 5390, rev 0502 detected
[ 1007.643727] ieee80211 phy5: rt2x00_set_rf: Info - RF chipset 5370 detected
[ 1007.643936] ieee80211 phy5: Selected rate control algorithm 'minstrel_ht'
[ 1007.702234] ieee80211 phy5: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2870.bin'
[ 1007.702284] ieee80211 phy5: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.36
[ 1557.517966] wlan5: authenticate with 52:02:91:b3:79:15
[ 1557.530160] wlan5: send auth to 52:02:91:b3:79:15 (try 1/3)
[ 1557.535457] wlan5: authenticated
[ 1557.535628] rt2800usb 3-2:1.0 wlan5: disabling HT/VHT/HE as WMM/QoS is not supported by the AP
[ 1557.536388] wlan5: associate with 52:02:91:b3:79:15 (try 1/3)
[ 1557.582970] wlan5: RX AssocResp from 52:02:91:b3:79:15 (capab=0x1 status=0 aid=1)
[ 1557.586900] wlan5: associated
[ 1557.587284] IPv6: ADDRCONF(NETDEV_CHANGE): wlan5: link becomes ready
[ 1567.321062] wlan5: deauthenticating from 52:02:91:b3:79:15 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 1618.894634] wlan5: authenticate with 02:94:66:8d:05:76
[ 1618.906574] wlan5: send auth to 02:94:66:8d:05:76 (try 1/3)
[ 1618.910053] wlan5: authenticated
[ 1618.915271] wlan5: associate with 02:94:66:8d:05:76 (try 1/3)
[ 1618.921309] wlan5: RX AssocResp from 02:94:66:8d:05:76 (capab=0x411 status=0 aid=1)
[ 1618.926130] wlan5: associated
[ 1619.197593] IPv6: ADDRCONF(NETDEV_CHANGE): wlan5: link becomes ready
RinCat commented 2 years ago

The log shows you did not use T3U at all. Try change the configuration in NM?

DarshitSolanki04 commented 2 years ago

Rightnow I am using 'Leoxsys' to connect with my mobile hotspot. I have just recently (a month) started using Ubuntu, so I don't know much about it. I would appreciate if you can just guide me to the relevant link. I have no idea how to do that.

DarshitSolanki04 commented 2 years ago

Or shall I go ahead with reinstalling Ubuntu? It is going to be a lot of work. 🥲

RinCat commented 2 years ago

Try unplug Leoxsys and use T3U to connect the WiFi you cannot connected, and save dmesg output.

DarshitSolanki04 commented 2 years ago

Output:

[    0.000000] microcode: microcode updated early to revision 0x21, date = 2019-02-13
[    0.000000] Linux version 5.15.0-47-generic (buildd@lcy02-amd64-060) (gcc (Ubuntu 11.2.0-19ubuntu1) 11.2.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #51-Ubuntu SMP Thu Aug 11 07:51:15 UTC 2022 (Ubuntu 5.15.0-47.51-generic 5.15.46)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.15.0-47-generic root=UUID=b45ba98c-e2a5-4c70-84c4-40b1cbaf1aa6 ro quiet splash vt.handoff=7
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.000000] signal: max sigframe size: 1776
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d3ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009d400-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000020200000-0x0000000040003fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000040004000-0x0000000040004fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000040005000-0x0000000090baffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000090bb0000-0x00000000913affff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000913b0000-0x000000009a3befff] usable
[    0.000000] BIOS-e820: [mem 0x000000009a3bf000-0x000000009aebefff] reserved
[    0.000000] BIOS-e820: [mem 0x000000009aebf000-0x000000009afbefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000009afbf000-0x000000009affefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000009afff000-0x000000009affffff] usable
[    0.000000] BIOS-e820: [mem 0x000000009b000000-0x000000009f9fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feb00000-0x00000000feb03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffb80000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000025f5fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: Dell Inc. Inspiron 3521/06X37M, BIOS A16 05/24/2018
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1795.837 MHz processor
[    0.001490] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.001496] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.001515] last_pfn = 0x25f600 max_arch_pfn = 0x400000000
[    0.001682] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.002497] last_pfn = 0x9b000 max_arch_pfn = 0x400000000
[    0.020962] found SMP MP-table at [mem 0x000fe1b0-0x000fe1bf]
[    0.021849] RAMDISK: [mem 0x30729000-0x3438bfff]
[    0.021859] ACPI: Early table checksum verification disabled
[    0.021863] ACPI: RSDP 0x00000000000FE020 000024 (v02 DELL  )
[    0.021871] ACPI: XSDT 0x000000009AFFE210 0000B4 (v01 DELL   CL09     00000001      01000013)
[    0.021882] ACPI: FACP 0x000000009AFFA000 00010C (v05 DELL   CL09     00000001 ASL  00040000)
[    0.021893] ACPI: DSDT 0x000000009AFED000 009332 (v01 DELL   CL09     00000000 ASL  00040000)
[    0.021900] ACPI: FACS 0x000000009AFB9000 000040
[    0.021906] ACPI: SLIC 0x000000009AFFD000 000176 (v01 DELL   CL09     00000001 ASL  00040000)
[    0.021912] ACPI: UEFI 0x000000009AFFC000 000236 (v01 DELL   CL09     00000001 ASL  00040000)
[    0.021918] ACPI: ASF! 0x000000009AFFB000 0000A5 (v32 DELL   CL09     00000001 ASL  00040000)
[    0.021925] ACPI: HPET 0x000000009AFF9000 000038 (v01 DELL   CL09     00000001 ASL  00040000)
[    0.021931] ACPI: APIC 0x000000009AFF8000 00008C (v03 DELL   CL09     00000001 ASL  00040000)
[    0.021937] ACPI: MCFG 0x000000009AFF7000 00003C (v01 DELL   CL09     00000001 ASL  00040000)
[    0.021943] ACPI: SLIC 0x000000009AFEC000 000176 (v01 DELL   CL09     00000001 ASL  00040000)
[    0.021949] ACPI: SSDT 0x000000009AFEB000 0006FE (v01 COMPAL CRV ORB  00001000 ACPI 00040000)
[    0.021956] ACPI: BOOT 0x000000009AFE9000 000028 (v01 DELL   CL09     00000001 ASL  00040000)
[    0.021962] ACPI: ASPT 0x000000009AFE7000 000034 (v07 DELL   CL09     00000001 ASL  00040000)
[    0.021968] ACPI: DBGP 0x000000009AFE6000 000034 (v01 DELL   CL09     00000001 ASL  00040000)
[    0.021975] ACPI: FPDT 0x000000009AFE4000 000044 (v01 DELL   CL09     00000001 ASL  00040000)
[    0.021981] ACPI: MSDM 0x000000009AFE3000 000055 (v03 DELL   CL09     00000001 ASL  00040000)
[    0.021987] ACPI: SSDT 0x000000009AFE2000 0008E4 (v01 COMPAL CRV ORB  00003000 ACPI 00040000)
[    0.021994] ACPI: SSDT 0x000000009AFE1000 000A92 (v01 COMPAL CRV ORB  00003000 ACPI 00040000)
[    0.022000] ACPI: DMAR 0x000000009AFE0000 0000B8 (v01 DELL   CL09     00000001 ASL  00040000)
[    0.022006] ACPI: SSDT 0x000000009AFDE000 001EED (v01 COMPAL CRV ORB  00001000 ACPI 00040000)
[    0.022012] ACPI: Reserving FACP table memory at [mem 0x9affa000-0x9affa10b]
[    0.022015] ACPI: Reserving DSDT table memory at [mem 0x9afed000-0x9aff6331]
[    0.022017] ACPI: Reserving FACS table memory at [mem 0x9afb9000-0x9afb903f]
[    0.022018] ACPI: Reserving SLIC table memory at [mem 0x9affd000-0x9affd175]
[    0.022020] ACPI: Reserving UEFI table memory at [mem 0x9affc000-0x9affc235]
[    0.022022] ACPI: Reserving ASF! table memory at [mem 0x9affb000-0x9affb0a4]
[    0.022024] ACPI: Reserving HPET table memory at [mem 0x9aff9000-0x9aff9037]
[    0.022026] ACPI: Reserving APIC table memory at [mem 0x9aff8000-0x9aff808b]
[    0.022027] ACPI: Reserving MCFG table memory at [mem 0x9aff7000-0x9aff703b]
[    0.022029] ACPI: Reserving SLIC table memory at [mem 0x9afec000-0x9afec175]
[    0.022031] ACPI: Reserving SSDT table memory at [mem 0x9afeb000-0x9afeb6fd]
[    0.022033] ACPI: Reserving BOOT table memory at [mem 0x9afe9000-0x9afe9027]
[    0.022035] ACPI: Reserving ASPT table memory at [mem 0x9afe7000-0x9afe7033]
[    0.022037] ACPI: Reserving DBGP table memory at [mem 0x9afe6000-0x9afe6033]
[    0.022038] ACPI: Reserving FPDT table memory at [mem 0x9afe4000-0x9afe4043]
[    0.022040] ACPI: Reserving MSDM table memory at [mem 0x9afe3000-0x9afe3054]
[    0.022042] ACPI: Reserving SSDT table memory at [mem 0x9afe2000-0x9afe28e3]
[    0.022044] ACPI: Reserving SSDT table memory at [mem 0x9afe1000-0x9afe1a91]
[    0.022046] ACPI: Reserving DMAR table memory at [mem 0x9afe0000-0x9afe00b7]
[    0.022047] ACPI: Reserving SSDT table memory at [mem 0x9afde000-0x9afdfeec]
[    0.022232] No NUMA configuration found
[    0.022233] Faking a node at [mem 0x0000000000000000-0x000000025f5fffff]
[    0.022250] NODE_DATA(0) allocated [mem 0x25f5d2000-0x25f5fbfff]
[    0.022994] Zone ranges:
[    0.022995]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.022999]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.023002]   Normal   [mem 0x0000000100000000-0x000000025f5fffff]
[    0.023005]   Device   empty
[    0.023007] Movable zone start for each node
[    0.023012] Early memory node ranges
[    0.023013]   node   0: [mem 0x0000000000001000-0x000000000009cfff]
[    0.023016]   node   0: [mem 0x0000000000100000-0x000000001fffffff]
[    0.023018]   node   0: [mem 0x0000000020200000-0x0000000040003fff]
[    0.023020]   node   0: [mem 0x0000000040005000-0x0000000090baffff]
[    0.023022]   node   0: [mem 0x00000000913b0000-0x000000009a3befff]
[    0.023024]   node   0: [mem 0x000000009afff000-0x000000009affffff]
[    0.023025]   node   0: [mem 0x0000000100000000-0x000000025f5fffff]
[    0.023029] Initmem setup node 0 [mem 0x0000000000001000-0x000000025f5fffff]
[    0.023038] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.023097] On node 0, zone DMA: 99 pages in unavailable ranges
[    0.026741] On node 0, zone DMA32: 512 pages in unavailable ranges
[    0.031383] On node 0, zone DMA32: 1 pages in unavailable ranges
[    0.031956] On node 0, zone DMA32: 2048 pages in unavailable ranges
[    0.032037] On node 0, zone DMA32: 3136 pages in unavailable ranges
[    0.052674] On node 0, zone Normal: 20480 pages in unavailable ranges
[    0.052748] On node 0, zone Normal: 2560 pages in unavailable ranges
[    0.052775] Reserving Intel graphics memory at [mem 0x9ba00000-0x9f9fffff]
[    0.052982] ACPI: PM-Timer IO Port: 0x408
[    0.053008] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
[    0.053013] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.053017] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.053024] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.053026] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.053033] TSC deadline timer available
[    0.053035] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
[    0.053075] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.053079] PM: hibernation: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[    0.053081] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.053083] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.053084] PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.053088] PM: hibernation: Registered nosave memory: [mem 0x20000000-0x201fffff]
[    0.053092] PM: hibernation: Registered nosave memory: [mem 0x40004000-0x40004fff]
[    0.053096] PM: hibernation: Registered nosave memory: [mem 0x90bb0000-0x913affff]
[    0.053100] PM: hibernation: Registered nosave memory: [mem 0x9a3bf000-0x9aebefff]
[    0.053101] PM: hibernation: Registered nosave memory: [mem 0x9aebf000-0x9afbefff]
[    0.053103] PM: hibernation: Registered nosave memory: [mem 0x9afbf000-0x9affefff]
[    0.053106] PM: hibernation: Registered nosave memory: [mem 0x9b000000-0x9f9fffff]
[    0.053108] PM: hibernation: Registered nosave memory: [mem 0x9fa00000-0xdfffffff]
[    0.053110] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.053111] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfeafffff]
[    0.053113] PM: hibernation: Registered nosave memory: [mem 0xfeb00000-0xfeb03fff]
[    0.053114] PM: hibernation: Registered nosave memory: [mem 0xfeb04000-0xfebfffff]
[    0.053116] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.053117] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfed0ffff]
[    0.053119] PM: hibernation: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
[    0.053121] PM: hibernation: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
[    0.053122] PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.053124] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.053125] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.053127] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffb7ffff]
[    0.053128] PM: hibernation: Registered nosave memory: [mem 0xffb80000-0xffffffff]
[    0.053131] [mem 0x9fa00000-0xdfffffff] available for PCI devices
[    0.053134] Booting paravirtualized kernel on bare hardware
[    0.053137] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.053151] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[    0.053533] percpu: Embedded 60 pages/cpu s208896 r8192 d28672 u262144
[    0.053547] pcpu-alloc: s208896 r8192 d28672 u262144 alloc=1*2097152
[    0.053551] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.053610] Built 1 zonelists, mobility grouping on.  Total pages: 2035840
[    0.053613] Policy zone: Normal
[    0.053615] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.15.0-47-generic root=UUID=b45ba98c-e2a5-4c70-84c4-40b1cbaf1aa6 ro quiet splash vt.handoff=7
[    0.053771] Unknown kernel command line parameters "splash BOOT_IMAGE=/boot/vmlinuz-5.15.0-47-generic", will be passed to user space.
[    0.054383] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.054692] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.054860] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.096007] Memory: 7953592K/8273260K available (16393K kernel code, 4377K rwdata, 10800K rodata, 3224K init, 6580K bss, 319408K reserved, 0K cma-reserved)
[    0.096523] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.096551] Kernel/User page tables isolation: enabled
[    0.096579] ftrace: allocating 50478 entries in 198 pages
[    0.136780] ftrace: allocated 198 pages with 4 groups
[    0.136991] rcu: Hierarchical RCU implementation.
[    0.136993] rcu:     RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8.
[    0.136996]  Rude variant of Tasks RCU enabled.
[    0.136997]  Tracing variant of Tasks RCU enabled.
[    0.136998] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.137000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.145009] NR_IRQS: 524544, nr_irqs: 488, preallocated irqs: 16
[    0.145267] random: crng init done
[    0.145310] Console: colour dummy device 80x25
[    0.145335] printk: console [tty0] enabled
[    0.145366] ACPI: Core revision 20210730
[    0.145570] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.145591] APIC: Switch to symmetric I/O mode setup
[    0.145594] DMAR: Host address width 36
[    0.145596] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.145604] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap c0000020e60262 ecap f0101a
[    0.145607] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.145612] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap c9008020660262 ecap f0105a
[    0.145615] DMAR: RMRR base: 0x0000009ae8c000 end: 0x0000009aeabfff
[    0.145620] DMAR: RMRR base: 0x0000009b800000 end: 0x0000009f9fffff
[    0.145624] DMAR-IR: IOAPIC id 0 under DRHD base  0xfed91000 IOMMU 1
[    0.145626] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.145628] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.146281] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.146287] x2apic enabled
[    0.146297] Switched APIC routing to cluster x2apic.
[    0.146793] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.165593] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x19e2cceab3e, max_idle_ns: 440795204036 ns
[    0.165605] Calibrating delay loop (skipped), value calculated using timer frequency.. 3591.67 BogoMIPS (lpj=7183348)
[    0.165610] pid_max: default: 32768 minimum: 301
[    0.165656] LSM: Security Framework initializing
[    0.165673] landlock: Up and running.
[    0.165674] Yama: becoming mindful.
[    0.165711] AppArmor: AppArmor initialized
[    0.165780] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.165801] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.166216] CPU0: Thermal monitoring enabled (TM1)
[    0.166244] process: using mwait in idle threads
[    0.166248] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[    0.166250] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[    0.166256] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.166260] Spectre V2 : Mitigation: Retpolines
[    0.166261] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.166263] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.166265] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.166267] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[    0.166270] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.166274] MDS: Mitigation: Clear CPU buffers
[    0.166276] SRBDS: Vulnerable: No microcode
[    0.199073] Freeing SMP alternatives memory: 40K
[    0.201739] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1422
[    0.201751] smpboot: CPU0: Intel(R) Core(TM) i5-3337U CPU @ 1.80GHz (family: 0x6, model: 0x3a, stepping: 0x9)
[    0.202020] Performance Events: PEBS fmt1+, IvyBridge events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.202034] ... version:                3
[    0.202035] ... bit width:              48
[    0.202036] ... generic registers:      4
[    0.202037] ... value mask:             0000ffffffffffff
[    0.202039] ... max period:             00007fffffffffff
[    0.202040] ... fixed-purpose events:   3
[    0.202041] ... event mask:             000000070000000f
[    0.202252] rcu: Hierarchical SRCU implementation.
[    0.203500] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.203631] smp: Bringing up secondary CPUs ...
[    0.203808] x86: Booting SMP configuration:
[    0.203810] .... node  #0, CPUs:      #1
[    0.208021] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[    0.208021]  #2 #3
[    0.215760] smp: Brought up 1 node, 4 CPUs
[    0.215760] smpboot: Max logical packages: 2
[    0.215760] smpboot: Total of 4 processors activated (14366.69 BogoMIPS)
[    0.218059] devtmpfs: initialized
[    0.218059] x86/mm: Memory block size: 128MB
[    0.218694] ACPI: PM: Registering ACPI NVS region [mem 0x9aebf000-0x9afbefff] (1048576 bytes)
[    0.218694] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.218694] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.218694] pinctrl core: initialized pinctrl subsystem
[    0.218694] PM: RTC time: 15:11:30, date: 2022-09-03
[    0.218694] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.218694] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    0.218694] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.218694] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.218703] audit: initializing netlink subsys (disabled)
[    0.218728] audit: type=2000 audit(1662217890.072:1): state=initialized audit_enabled=0 res=1
[    0.218728] thermal_sys: Registered thermal governor 'fair_share'
[    0.218728] thermal_sys: Registered thermal governor 'bang_bang'
[    0.218728] thermal_sys: Registered thermal governor 'step_wise'
[    0.218728] thermal_sys: Registered thermal governor 'user_space'
[    0.218728] thermal_sys: Registered thermal governor 'power_allocator'
[    0.218728] EISA bus registered
[    0.218728] cpuidle: using governor ladder
[    0.218728] cpuidle: using governor menu
[    0.218728] Simple Boot Flag at 0x44 set to 0x1
[    0.218728] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.218728] ACPI: bus type PCI registered
[    0.218728] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.218728] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.218728] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.218728] PCI: Using configuration type 1 for base access
[    0.218728] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    0.218728] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.223555] Kprobes globally optimized
[    0.223564] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.223564] ipmi:dmi: Base address is zero, assuming no IPMI interface
[    0.223564] fbcon: Taking over console
[    0.223564] ACPI: Added _OSI(Module Device)
[    0.223564] ACPI: Added _OSI(Processor Device)
[    0.223564] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.223564] ACPI: Added _OSI(Processor Aggregator Device)
[    0.223564] ACPI: Added _OSI(Linux-Dell-Video)
[    0.223564] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.223564] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.239951] ACPI: 5 ACPI AML tables successfully acquired and loaded
[    0.243086] ACPI: Dynamic OEM Table Load:
[    0.243100] ACPI: SSDT 0xFFFF997CC0CF3000 00083B (v01 PmRef  Cpu0Cst  00003001 INTL 20130117)
[    0.244651] ACPI: Dynamic OEM Table Load:
[    0.244662] ACPI: SSDT 0xFFFF997CC0D56C00 000303 (v01 PmRef  ApIst    00003000 INTL 20130117)
[    0.245836] ACPI: Dynamic OEM Table Load:
[    0.245846] ACPI: SSDT 0xFFFF997CC10FCA00 000119 (v01 PmRef  ApCst    00003000 INTL 20130117)
[    0.248531] ACPI: EC: EC started
[    0.248534] ACPI: EC: interrupt blocked
[    0.248738] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.248742] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
[    0.248744] ACPI: Interpreter enabled
[    0.248782] ACPI: PM: (supports S0 S3 S4 S5)
[    0.248784] ACPI: Using IOAPIC for interrupt routing
[    0.248831] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.248833] PCI: Using E820 reservations for host bridge windows
[    0.249388] ACPI: Enabled 9 GPEs in block 00 to 3F
[    0.350083] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.350095] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.350419] acpi PNP0A08:00: _OSC: platform retains control of PCIe features (AE_ERROR)
[    0.351469] PCI host bridge to bus 0000:00
[    0.351474] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.351478] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.351481] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.351483] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.351486] pci_bus 0000:00: root bus resource [mem 0x9fa00000-0xfeafffff window]
[    0.351546] pci 0000:00:00.0: [8086:0154] type 00 class 0x060000
[    0.351772] pci 0000:00:01.0: [8086:0151] type 01 class 0x060400
[    0.351826] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.352040] pci 0000:00:02.0: [8086:0166] type 00 class 0x030000
[    0.352053] pci 0000:00:02.0: reg 0x10: [mem 0xc1000000-0xc13fffff 64bit]
[    0.352062] pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
[    0.352068] pci 0000:00:02.0: reg 0x20: [io  0x4000-0x403f]
[    0.352087] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.352515] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
[    0.352542] pci 0000:00:14.0: reg 0x10: [mem 0xc1600000-0xc160ffff 64bit]
[    0.352627] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.352800] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
[    0.352826] pci 0000:00:16.0: reg 0x10: [mem 0xc1614000-0xc161400f 64bit]
[    0.352915] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.353125] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
[    0.353145] pci 0000:00:1a.0: reg 0x10: [mem 0xc1619000-0xc16193ff]
[    0.353243] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.353442] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
[    0.353466] pci 0000:00:1b.0: reg 0x10: [mem 0xc1610000-0xc1613fff 64bit]
[    0.353564] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.353777] pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
[    0.353890] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.354113] pci 0000:00:1c.1: [8086:1e12] type 01 class 0x060400
[    0.354223] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.354460] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
[    0.354480] pci 0000:00:1d.0: reg 0x10: [mem 0xc1618000-0xc16183ff]
[    0.354579] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.354778] pci 0000:00:1f.0: [8086:1e59] type 00 class 0x060100
[    0.355082] pci 0000:00:1f.2: [8086:1e03] type 00 class 0x010601
[    0.355099] pci 0000:00:1f.2: reg 0x10: [io  0x4088-0x408f]
[    0.355109] pci 0000:00:1f.2: reg 0x14: [io  0x4094-0x4097]
[    0.355119] pci 0000:00:1f.2: reg 0x18: [io  0x4080-0x4087]
[    0.355129] pci 0000:00:1f.2: reg 0x1c: [io  0x4090-0x4093]
[    0.355139] pci 0000:00:1f.2: reg 0x20: [io  0x4060-0x407f]
[    0.355148] pci 0000:00:1f.2: reg 0x24: [mem 0xc1617000-0xc16177ff]
[    0.355199] pci 0000:00:1f.2: PME# supported from D3hot
[    0.355387] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
[    0.355410] pci 0000:00:1f.3: reg 0x10: [mem 0xc1615000-0xc16150ff 64bit]
[    0.355435] pci 0000:00:1f.3: reg 0x20: [io  0x4040-0x405f]
[    0.355914] pci 0000:01:00.0: [1002:6601] type 00 class 0x030000
[    0.355929] pci 0000:01:00.0: reg 0x10: [mem 0xa0000000-0xafffffff 64bit pref]
[    0.355938] pci 0000:01:00.0: reg 0x18: [mem 0xc0000000-0xc003ffff 64bit]
[    0.355944] pci 0000:01:00.0: reg 0x20: [io  0x3000-0x30ff]
[    0.355953] pci 0000:01:00.0: reg 0x30: [mem 0xfffe0000-0xffffffff pref]
[    0.355960] pci 0000:01:00.0: enabling Extended Tags
[    0.356005] pci 0000:01:00.0: supports D1 D2
[    0.356007] pci 0000:01:00.0: PME# supported from D1 D2 D3hot
[    0.356029] pci 0000:01:00.0: 32.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x8 link at 0000:00:01.0 (capable of 63.008 Gb/s with 8.0 GT/s PCIe x8 link)
[    0.356145] pci 0000:00:01.0: PCI bridge to [bus 01-06]
[    0.356150] pci 0000:00:01.0:   bridge window [io  0x3000-0x3fff]
[    0.356153] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xc0ffffff]
[    0.356157] pci 0000:00:01.0:   bridge window [mem 0xa0000000-0xafffffff 64bit pref]
[    0.356350] pci 0000:07:00.0: [10ec:8136] type 00 class 0x020000
[    0.356449] pci 0000:07:00.0: reg 0x10: [io  0x2000-0x20ff]
[    0.356574] pci 0000:07:00.0: reg 0x18: [mem 0xc1404000-0xc1404fff 64bit pref]
[    0.356652] pci 0000:07:00.0: reg 0x20: [mem 0xc1400000-0xc1403fff 64bit pref]
[    0.357112] pci 0000:07:00.0: supports D1 D2
[    0.357114] pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.357566] pci 0000:00:1c.0: PCI bridge to [bus 07]
[    0.357572] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    0.357582] pci 0000:00:1c.0:   bridge window [mem 0xc1400000-0xc14fffff 64bit pref]
[    0.357747] pci 0000:08:00.0: [14e4:4365] type 00 class 0x028000
[    0.357817] pci 0000:08:00.0: reg 0x10: [mem 0xc1500000-0xc1507fff 64bit]
[    0.357962] pci 0000:08:00.0: enabling Extended Tags
[    0.358161] pci 0000:08:00.0: supports D1 D2
[    0.358163] pci 0000:08:00.0: PME# supported from D0 D3hot D3cold
[    0.358432] pci 0000:00:1c.1: PCI bridge to [bus 08]
[    0.358441] pci 0000:00:1c.1:   bridge window [mem 0xc1500000-0xc15fffff]
[    0.454244] ACPI: PCI: Interrupt link LNKA configured for IRQ 7
[    0.454371] ACPI: PCI: Interrupt link LNKB configured for IRQ 11
[    0.454496] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.454498] ACPI: PCI: Interrupt link LNKC disabled
[    0.454623] ACPI: PCI: Interrupt link LNKD configured for IRQ 10
[    0.454744] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.454747] ACPI: PCI: Interrupt link LNKE disabled
[    0.454867] ACPI: PCI: Interrupt link LNKF configured for IRQ 7
[    0.454988] ACPI: PCI: Interrupt link LNKG configured for IRQ 10
[    0.455108] ACPI: PCI: Interrupt link LNKH configured for IRQ 11
[    0.455411] ACPI: EC: interrupt unblocked
[    0.455413] ACPI: EC: event unblocked
[    0.455418] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.455420] ACPI: EC: GPE=0x17
[    0.455423] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC initialization complete
[    0.455426] ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
[    0.457627] iommu: Default domain type: Translated 
[    0.457627] iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.457876] SCSI subsystem initialized
[    0.457890] libata version 3.00 loaded.
[    0.457890] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.457890] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.457890] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.457890] pci 0000:00:02.0: vgaarb: no bridge control possible
[    0.457890] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.457890] vgaarb: loaded
[    0.457890] ACPI: bus type USB registered
[    0.457890] usbcore: registered new interface driver usbfs
[    0.457890] usbcore: registered new interface driver hub
[    0.457890] usbcore: registered new device driver usb
[    0.457890] pps_core: LinuxPPS API ver. 1 registered
[    0.457890] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.457890] PTP clock support registered
[    0.457890] EDAC MC: Ver: 3.0.0
[    0.457890] NetLabel: Initializing
[    0.457890] NetLabel:  domain hash size = 128
[    0.457890] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.457890] NetLabel:  unlabeled traffic allowed by default
[    0.457890] PCI: Using ACPI for IRQ routing
[    0.464155] PCI: pci_cache_line_size set to 64 bytes
[    0.464240] e820: reserve RAM buffer [mem 0x0009d400-0x0009ffff]
[    0.464243] e820: reserve RAM buffer [mem 0x40004000-0x43ffffff]
[    0.464245] e820: reserve RAM buffer [mem 0x90bb0000-0x93ffffff]
[    0.464247] e820: reserve RAM buffer [mem 0x9a3bf000-0x9bffffff]
[    0.464249] e820: reserve RAM buffer [mem 0x9b000000-0x9bffffff]
[    0.464251] e820: reserve RAM buffer [mem 0x25f600000-0x25fffffff]
[    0.469650] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.469665] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.471735] clocksource: Switched to clocksource tsc-early
[    0.484464] VFS: Disk quotas dquot_6.6.0
[    0.484488] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.484649] AppArmor: AppArmor Filesystem Enabled
[    0.484702] pnp: PnP ACPI init
[    0.484928] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.484934] system 00:00: [io  0x1000-0x100f] has been reserved
[    0.484937] system 00:00: [io  0xffff] has been reserved
[    0.484940] system 00:00: [io  0xffff] has been reserved
[    0.484942] system 00:00: [io  0x0400-0x0453] has been reserved
[    0.484945] system 00:00: [io  0x0458-0x047f] has been reserved
[    0.484947] system 00:00: [io  0x0500-0x057f] has been reserved
[    0.484950] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.484952] system 00:00: [io  0xfd60-0xfd63] has been reserved
[    0.485089] system 00:02: [io  0x0454-0x0457] has been reserved
[    0.565911] system 00:05: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.565916] system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.565919] system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.565921] system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.565924] system 00:05: [mem 0xe0000000-0xefffffff] has been reserved
[    0.565927] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.565930] system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.565932] system 00:05: [mem 0xff000000-0xff000fff] has been reserved
[    0.565935] system 00:05: [mem 0xff010000-0xffffffff] could not be reserved
[    0.565938] system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.565941] system 00:05: [mem 0x9fa00000-0x9fa00fff] has been reserved
[    0.566644] system 00:06: [mem 0x20000000-0x201fffff] has been reserved
[    0.566648] system 00:06: [mem 0x40004000-0x40004fff] has been reserved
[    0.566691] pnp: PnP ACPI: found 7 devices
[    0.573117] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.573208] NET: Registered PF_INET protocol family
[    0.573330] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.575179] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    0.575266] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.575484] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.575606] TCP: Hash tables configured (established 65536 bind 65536)
[    0.575701] MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
[    0.575772] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.575809] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.575892] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.575900] NET: Registered PF_XDP protocol family
[    0.575906] pci 0000:01:00.0: can't claim BAR 6 [mem 0xfffe0000-0xffffffff pref]: no compatible bridge window
[    0.575925] pci 0000:01:00.0: BAR 6: assigned [mem 0xc0040000-0xc005ffff pref]
[    0.575930] pci 0000:00:01.0: PCI bridge to [bus 01-06]
[    0.575934] pci 0000:00:01.0:   bridge window [io  0x3000-0x3fff]
[    0.575939] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xc0ffffff]
[    0.575942] pci 0000:00:01.0:   bridge window [mem 0xa0000000-0xafffffff 64bit pref]
[    0.575948] pci 0000:00:1c.0: PCI bridge to [bus 07]
[    0.575952] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    0.575962] pci 0000:00:1c.0:   bridge window [mem 0xc1400000-0xc14fffff 64bit pref]
[    0.575971] pci 0000:00:1c.1: PCI bridge to [bus 08]
[    0.575977] pci 0000:00:1c.1:   bridge window [mem 0xc1500000-0xc15fffff]
[    0.575989] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.575992] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.575995] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.575997] pci_bus 0000:00: resource 7 [mem 0x9fa00000-0xfeafffff window]
[    0.576000] pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
[    0.576002] pci_bus 0000:01: resource 1 [mem 0xc0000000-0xc0ffffff]
[    0.576004] pci_bus 0000:01: resource 2 [mem 0xa0000000-0xafffffff 64bit pref]
[    0.576007] pci_bus 0000:07: resource 0 [io  0x2000-0x2fff]
[    0.576009] pci_bus 0000:07: resource 2 [mem 0xc1400000-0xc14fffff 64bit pref]
[    0.576012] pci_bus 0000:08: resource 1 [mem 0xc1500000-0xc15fffff]
[    0.597758] pci 0000:00:1a.0: quirk_usb_early_handoff+0x0/0x160 took 19468 usecs
[    1.321752] pci 0000:00:1d.0: quirk_usb_early_handoff+0x0/0x160 took 706997 usecs
[    1.321804] PCI: CLS 64 bytes, default 64
[    1.321846] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.321848] software IO TLB: mapped [mem 0x00000000963bf000-0x000000009a3bf000] (64MB)
[    1.321897] Trying to unpack rootfs image as initramfs...
[    1.322730] Initialise system trusted keyrings
[    1.322744] Key type blacklist registered
[    1.322827] workingset: timestamp_bits=36 max_order=21 bucket_order=0
[    1.324826] zbud: loaded
[    1.325218] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.325465] fuse: init (API version 7.34)
[    1.325723] integrity: Platform Keyring initialized
[    1.342780] Key type asymmetric registered
[    1.342787] Asymmetric key parser 'x509' registered
[    1.342828] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    1.342891] io scheduler mq-deadline registered
[    1.344036] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.344759] ACPI: AC: AC Adapter [ACAD] (on-line)
[    1.344834] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/PNP0C0C:00/input/input0
[    1.344865] ACPI: button: Power Button [PWRB]
[    1.344924] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[    1.344975] ACPI: button: Lid Switch [LID0]
[    1.345019] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    1.345056] ACPI: button: Power Button [PWRF]
[    1.346200] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.348825] Linux agpgart interface v0.103
[    1.351629] loop: module loaded
[    1.352031] tun: Universal TUN/TAP device driver, 1.6
[    1.352080] PPP generic driver version 2.4.2
[    1.352161] VFIO - User Level meta-driver version: 0.3
[    1.352285] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.352292] ehci-pci: EHCI PCI platform driver
[    1.352504] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    1.352514] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    1.352530] ehci-pci 0000:00:1a.0: debug port 2
[    1.356490] ehci-pci 0000:00:1a.0: irq 16, io mem 0xc1619000
[    1.369632] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    1.369718] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[    1.369723] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.369726] usb usb1: Product: EHCI Host Controller
[    1.369728] usb usb1: Manufacturer: Linux 5.15.0-47-generic ehci_hcd
[    1.369730] usb usb1: SerialNumber: 0000:00:1a.0
[    1.369987] hub 1-0:1.0: USB hub found
[    1.370001] hub 1-0:1.0: 2 ports detected
[    1.370413] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    1.370422] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    1.370438] ehci-pci 0000:00:1d.0: debug port 2
[    1.374374] ehci-pci 0000:00:1d.0: irq 23, io mem 0xc1618000
[    1.389644] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    1.389784] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[    1.389790] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.389793] usb usb2: Product: EHCI Host Controller
[    1.389795] usb usb2: Manufacturer: Linux 5.15.0-47-generic ehci_hcd
[    1.389797] usb usb2: SerialNumber: 0000:00:1d.0
[    1.390047] hub 2-0:1.0: USB hub found
[    1.390065] hub 2-0:1.0: 2 ports detected
[    1.390282] ehci-platform: EHCI generic platform driver
[    1.390302] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.390309] ohci-pci: OHCI PCI platform driver
[    1.390325] ohci-platform: OHCI generic platform driver
[    1.390334] uhci_hcd: USB Universal Host Controller Interface driver
[    1.390405] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.406420] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.406433] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.406717] mousedev: PS/2 mouse device common for all mice
[    1.408972] rtc_cmos 00:01: RTC can wake from S4
[    1.409246] rtc_cmos 00:01: registered as rtc0
[    1.409281] rtc_cmos 00:01: setting system clock to 2022-09-03T15:11:32 UTC (1662217892)
[    1.409306] rtc_cmos 00:01: alarms up to one month, 242 bytes nvram, hpet irqs
[    1.409322] i2c_dev: i2c /dev entries driver
[    1.409443] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    1.409489] device-mapper: uevent: version 1.0.3
[    1.409581] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
[    1.409632] platform eisa.0: Probing EISA bus 0
[    1.409636] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    1.409639] platform eisa.0: Cannot allocate resource for EISA slot 1
[    1.409641] platform eisa.0: Cannot allocate resource for EISA slot 2
[    1.409643] platform eisa.0: Cannot allocate resource for EISA slot 3
[    1.409645] platform eisa.0: Cannot allocate resource for EISA slot 4
[    1.409647] platform eisa.0: Cannot allocate resource for EISA slot 5
[    1.409649] platform eisa.0: Cannot allocate resource for EISA slot 6
[    1.409651] platform eisa.0: Cannot allocate resource for EISA slot 7
[    1.409653] platform eisa.0: Cannot allocate resource for EISA slot 8
[    1.409655] platform eisa.0: EISA: Detected 0 cards
[    1.409664] intel_pstate: Intel P-state driver initializing
[    1.409975] ledtrig-cpu: registered to indicate activity on CPUs
[    1.410023] vesafb: mode is 1366x768x32, linelength=5504, pages=0
[    1.410025] vesafb: scrolling: redraw
[    1.410026] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.410043] vesafb: framebuffer at 0xb0000000, mapped to 0x00000000755d0a64, using 4160k, total 4160k
[    1.410147] Console: switching to colour frame buffer device 170x48
[    1.427043] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    1.477093] fb0: VESA VGA frame buffer device
[    1.477192] drop_monitor: Initializing network drop monitor service
[    1.477366] NET: Registered PF_INET6 protocol family
[    1.629758] ACPI: battery: Slot [BAT1] (battery present)
[    1.705621] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    1.725621] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    1.778691] Freeing initrd memory: 61836K
[    1.786397] Segment Routing with IPv6
[    1.786414] In-situ OAM (IOAM) with IPv6
[    1.786443] NET: Registered PF_PACKET protocol family
[    1.786518] Key type dns_resolver registered
[    1.786853] microcode: sig=0x306a9, pf=0x10, revision=0x21
[    1.786931] microcode: Microcode Update Driver: v2.2.
[    1.786935] IPI shorthand broadcast: enabled
[    1.786946] sched_clock: Marking stable (1786581397, 343907)->(1800834334, -13909030)
[    1.787152] registered taskstats version 1
[    1.787201] Loading compiled-in X.509 certificates
[    1.788099] Loaded X.509 cert 'Build time autogenerated kernel key: cde495e0b2d1f7434a00f56392509d3a0e4cbe31'
[    1.788855] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969'
[    1.789599] Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19'
[    1.789608] blacklist: Loading compiled-in revocation X.509 certificates
[    1.789633] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing: 61482aa2830d0ab2ad5af10b7250da9033ddcef0'
[    1.789828] zswap: loaded using pool lzo/zbud
[    1.790051] Key type ._fscrypt registered
[    1.790053] Key type .fscrypt registered
[    1.790054] Key type fscrypt-provisioning registered
[    1.793294] Key type encrypted registered
[    1.793300] AppArmor: AppArmor sha1 policy hashing enabled
[    1.793308] ima: No TPM chip found, activating TPM-bypass!
[    1.793312] Loading compiled-in module X.509 certificates
[    1.794161] Loaded X.509 cert 'Build time autogenerated kernel key: cde495e0b2d1f7434a00f56392509d3a0e4cbe31'
[    1.794164] ima: Allocated hash algorithm: sha1
[    1.794171] ima: No architecture policies found
[    1.794181] evm: Initialising EVM extended attributes:
[    1.794182] evm: security.selinux
[    1.794183] evm: security.SMACK64
[    1.794184] evm: security.SMACK64EXEC
[    1.794185] evm: security.SMACK64TRANSMUTE
[    1.794186] evm: security.SMACK64MMAP
[    1.794186] evm: security.apparmor
[    1.794187] evm: security.ima
[    1.794188] evm: security.capability
[    1.794188] evm: HMAC attrs: 0x1
[    1.794486] PM:   Magic number: 6:450:183
[    1.794520] acpi device:42: hash matches
[    1.794665] RAS: Correctable Errors collector initialized.
[    1.795949] Freeing unused decrypted memory: 2036K
[    1.796388] Freeing unused kernel image (initmem) memory: 3224K
[    1.833711] Write protecting the kernel read-only data: 30720k
[    1.834260] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    1.834512] Freeing unused kernel image (rodata/data gap) memory: 1488K
[    1.861958] usb 1-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
[    1.861965] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.862252] hub 1-1:1.0: USB hub found
[    1.862329] hub 1-1:1.0: 6 ports detected
[    1.877625] tsc: Refined TSC clocksource calibration: 1795.921 MHz
[    1.877631] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x19e31c6d649, max_idle_ns: 440795292875 ns
[    1.894750] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.894753] x86/mm: Checking user space page tables
[    1.894776] clocksource: Switched to clocksource tsc
[    1.895057] usb 2-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
[    1.895062] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.895226] hub 2-1:1.0: USB hub found
[    1.895314] hub 2-1:1.0: 6 ports detected
[    1.948102] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.948107] Run /init as init process
[    1.948109]   with arguments:
[    1.948110]     /init
[    1.948111]     splash
[    1.948112]   with environment:
[    1.948112]     HOME=/
[    1.948113]     TERM=linux
[    1.948114]     BOOT_IMAGE=/boot/vmlinuz-5.15.0-47-generic
[    2.077729] usb 1-1.1: new full-speed USB device number 3 using ehci-pci
[    2.190306] usb 1-1.1: New USB device found, idVendor=0a5c, idProduct=21d7, bcdDevice= 1.12
[    2.190314] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.190317] usb 1-1.1: Product: BCM43142A0
[    2.190319] usb 1-1.1: Manufacturer: Broadcom Corp
[    2.190322] usb 1-1.1: SerialNumber: 9C2A70C2F92A
[    2.213961] wmi_bus wmi_bus-PNP0C14:00: WQBC data block query control method not found
[    2.228050] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.228363] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    2.229429] xhci_hcd 0000:00:14.0: hcc params 0x20007181 hci version 0x100 quirks 0x000000000000b930
[    2.231740] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[    2.231745] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.231747] usb usb3: Product: xHCI Host Controller
[    2.231749] usb usb3: Manufacturer: Linux 5.15.0-47-generic xhci-hcd
[    2.231750] usb usb3: SerialNumber: 0000:00:14.0
[    2.233034] hub 3-0:1.0: USB hub found
[    2.233048] hub 3-0:1.0: 4 ports detected
[    2.233586] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.233591] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    2.233595] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    2.233659] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
[    2.233662] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.233664] usb usb4: Product: xHCI Host Controller
[    2.233665] usb usb4: Manufacturer: Linux 5.15.0-47-generic xhci-hcd
[    2.233666] usb usb4: SerialNumber: 0000:00:14.0
[    2.233769] hub 4-0:1.0: USB hub found
[    2.233780] hub 4-0:1.0: 4 ports detected
[    2.242620] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20210730/utaddress-204)
[    2.242631] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[    2.242636] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x000000000000055F (\_SB.PCI0.PEG0.PEGP.GPIO) (20210730/utaddress-204)
[    2.242644] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20210730/utaddress-204)
[    2.242650] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[    2.242652] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x000000000000055F (\_SB.PCI0.PEG0.PEGP.GPIO) (20210730/utaddress-204)
[    2.242659] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20210730/utaddress-204)
[    2.242665] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[    2.242667] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x000000000000055F (\_SB.PCI0.PEG0.PEGP.GPIO) (20210730/utaddress-204)
[    2.242673] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20210730/utaddress-204)
[    2.242679] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[    2.242681] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    2.244669] ahci 0000:00:1f.2: version 3.0
[    2.245277] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    2.254868] r8169 0000:07:00.0 eth0: RTL8105e, 74:86:7a:0c:5f:f0, XID 40c, IRQ 29
[    2.254950] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x5 impl SATA mode
[    2.254958] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst 
[    2.266360] scsi host0: ahci
[    2.266682] scsi host1: ahci
[    2.267177] scsi host2: ahci
[    2.267700] scsi host3: ahci
[    2.267896] scsi host4: ahci
[    2.268091] scsi host5: ahci
[    2.268165] ata1: SATA max UDMA/133 abar m2048@0xc1617000 port 0xc1617100 irq 28
[    2.268170] ata2: DUMMY
[    2.268174] ata3: SATA max UDMA/133 abar m2048@0xc1617000 port 0xc1617200 irq 28
[    2.268177] ata4: DUMMY
[    2.268179] ata5: DUMMY
[    2.268181] ata6: DUMMY
[    2.299093] r8169 0000:07:00.0 enp7s0: renamed from eth0
[    2.309710] usb 1-1.3: new high-speed USB device number 4 using ehci-pci
[    2.339288] i2c i2c-0: 2/2 memory slots populated (from DMI)
[    2.339628] i2c i2c-0: Successfully instantiated SPD at 0x50
[    2.422899] usb 1-1.3: New USB device found, idVendor=0bda, idProduct=0129, bcdDevice=39.60
[    2.422926] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.422933] usb 1-1.3: Product: USB2.0-CRW
[    2.422937] usb 1-1.3: Manufacturer: Generic
[    2.422941] usb 1-1.3: SerialNumber: 20100201396000000
[    2.501674] usb 1-1.4: new high-speed USB device number 5 using ehci-pci
[    2.569679] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[    2.589686] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.590485] ata1.00: ATA-10: WDC WDS480G2G0A-00JH30, UG430400, max UDMA/133
[    2.590508] ata1.00: 937703088 sectors, multi 1: LBA48 NCQ (depth 32)
[    2.592414] ata1.00: Features: Dev-Sleep
[    2.598879] ata1.00: configured for UDMA/133
[    2.610004] scsi 0:0:0:0: Direct-Access     ATA      WDC WDS480G2G0A- 0400 PQ: 0 ANSI: 5
[    2.611627] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    2.611740] sd 0:0:0:0: [sda] 937703088 512-byte logical blocks: (480 GB/447 GiB)
[    2.611764] sd 0:0:0:0: [sda] Write Protect is off
[    2.611768] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.611835] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.626581]  sda: sda1 sda2 sda3
[    2.645782] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.672169] usb 1-1.4: New USB device found, idVendor=0bda, idProduct=58c2, bcdDevice=28.28
[    2.672188] usb 1-1.4: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    2.672194] usb 1-1.4: Product: Laptop_Integrated_Webcam_HD
[    2.672199] usb 1-1.4: Manufacturer: CNFCH41J071022042872
[    2.672203] usb 1-1.4: SerialNumber: 0x0001
[    2.697649] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.701376] usbcore: registered new interface driver rtsx_usb
[    2.739681] usb 3-1: New USB device found, idVendor=148f, idProduct=5370, bcdDevice= 1.01
[    2.739699] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.739705] usb 3-1: Product: 802.11 n WLAN
[    2.739710] usb 3-1: Manufacturer: Ralink
[    2.739715] usb 3-1: SerialNumber: 1.0
[    2.869681] usb 3-3: new full-speed USB device number 3 using xhci_hcd
[    3.005958] ata3.00: ATA-10: ST1000LM048-2E7172, SDM1, max UDMA/133
[    3.036695] psmouse serio1: synaptics: queried max coordinates: x [..5674], y [..4754]
[    3.053284] usb 3-3: New USB device found, idVendor=0a12, idProduct=0001, bcdDevice=88.91
[    3.053301] usb 3-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.096591] psmouse serio1: synaptics: queried min coordinates: x [1268..], y [1098..]
[    3.096621] psmouse serio1: synaptics: Your touchpad (PNP: DLL05b8 PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@vger.kernel.org.
[    3.181669] usb 3-4: new full-speed USB device number 4 using xhci_hcd
[    3.217154] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd00123/0x840300/0x26c00/0x0, board id: 2382, fw id: 1238635
[    3.290855] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input5
[    3.334099] ata3.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    3.336421] usb 3-4: New USB device found, idVendor=0461, idProduct=4dfa, bcdDevice= 1.01
[    3.336437] usb 3-4: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    3.336444] usb 3-4: Product: Wireless Optical Mouse
[    3.357411] hid: raw HID events driver (C) Jiri Kosina
[    3.383763] ata3.00: configured for UDMA/133
[    3.393496] scsi 2:0:0:0: Direct-Access     ATA      ST1000LM048-2E71 SDM1 PQ: 0 ANSI: 5
[    3.394816] sd 2:0:0:0: Attached scsi generic sg1 type 0
[    3.395196] sd 2:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    3.395210] sd 2:0:0:0: [sdb] 4096-byte physical blocks
[    3.395265] sd 2:0:0:0: [sdb] Write Protect is off
[    3.395273] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    3.395427] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.439450]  sdb: sdb1 sdb2
[    3.458160] sd 2:0:0:0: [sdb] Attached SCSI disk
[    3.472067] usbcore: registered new interface driver usbhid
[    3.472074] usbhid: USB HID core driver
[    3.477951] input: Wireless Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/0003:0461:4DFA.0001/input/input6
[    3.478097] hid-generic 0003:0461:4DFA.0001: input,hidraw0: USB HID v1.11 Mouse [Wireless Optical Mouse] on usb-0000:00:14.0-4/input0
[    4.179597] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    4.429033] systemd[1]: Inserted module 'autofs4'
[    4.466075] systemd[1]: systemd 249.11-0ubuntu3.4 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP -LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    4.489961] systemd[1]: Detected architecture x86-64.
[    4.491914] systemd[1]: Hostname set to <ubuntu>.
[    4.818032] systemd[1]: Queued start job for default target Graphical Interface.
[    4.819398] systemd[1]: Created slice Slice /system/modprobe.
[    4.819692] systemd[1]: Created slice User and Session Slice.
[    4.819760] systemd[1]: Started ntp-systemd-netif.path.
[    4.819836] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    4.820061] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    4.820129] systemd[1]: Reached target User and Group Name Lookups.
[    4.820149] systemd[1]: Reached target Remote File Systems.
[    4.820163] systemd[1]: Reached target Slice Units.
[    4.820182] systemd[1]: Reached target Swaps.
[    4.820202] systemd[1]: Reached target Local Verity Protected Volumes.
[    4.820368] systemd[1]: Listening on Syslog Socket.
[    4.820484] systemd[1]: Listening on fsck to fsckd communication Socket.
[    4.820552] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    4.820789] systemd[1]: Listening on Journal Audit Socket.
[    4.820903] systemd[1]: Listening on Journal Socket (/dev/log).
[    4.821044] systemd[1]: Listening on Journal Socket.
[    4.821204] systemd[1]: Listening on udev Control Socket.
[    4.821316] systemd[1]: Listening on udev Kernel Socket.
[    4.822217] systemd[1]: Mounting Huge Pages File System...
[    4.823125] systemd[1]: Mounting POSIX Message Queue File System...
[    4.824206] systemd[1]: Mounting Kernel Debug File System...
[    4.825516] systemd[1]: Mounting Kernel Trace File System...
[    4.828127] systemd[1]: Starting Journal Service...
[    4.830501] systemd[1]: Starting Set the console keyboard layout...
[    4.832241] systemd[1]: Starting Create List of Static Device Nodes...
[    4.833816] systemd[1]: Starting Load Kernel Module chromeos_pstore...
[    4.835465] systemd[1]: Starting Load Kernel Module configfs...
[    4.837382] systemd[1]: Starting Load Kernel Module drm...
[    4.839397] systemd[1]: Starting Load Kernel Module efi_pstore...
[    4.841684] systemd[1]: Starting Load Kernel Module fuse...
[    4.843335] systemd[1]: Starting Load Kernel Module mtdpstore...
[    4.845154] systemd[1]: Starting Load Kernel Module pstore_blk...
[    4.846740] systemd[1]: Starting Load Kernel Module pstore_zone...
[    4.848395] systemd[1]: Starting Load Kernel Module ramoops...
[    4.848727] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    4.858683] systemd[1]: Starting Load Kernel Modules...
[    4.860166] systemd[1]: Starting Remount Root and Kernel File Systems...
[    4.861569] systemd[1]: Starting Coldplug All udev Devices...
[    4.866886] systemd[1]: Mounted Huge Pages File System.
[    4.867085] systemd[1]: Mounted POSIX Message Queue File System.
[    4.867247] systemd[1]: Mounted Kernel Debug File System.
[    4.867410] systemd[1]: Mounted Kernel Trace File System.
[    4.868436] systemd[1]: Finished Create List of Static Device Nodes.
[    4.869087] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    4.869458] systemd[1]: Finished Load Kernel Module configfs.
[    4.870032] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[    4.873377] EXT4-fs (sda3): re-mounted. Opts: errors=remount-ro. Quota mode: none.
[    4.874807] systemd[1]: Finished Load Kernel Module efi_pstore.
[    4.877273] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    4.877513] systemd[1]: Finished Load Kernel Module fuse.
[    4.878147] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    4.878645] systemd[1]: Finished Load Kernel Module drm.
[    4.879059] systemd[1]: modprobe@pstore_zone.service: Deactivated successfully.
[    4.879462] systemd[1]: Finished Load Kernel Module pstore_zone.
[    4.879927] systemd[1]: Finished Remount Root and Kernel File Systems.
[    4.895461] systemd[1]: Mounting FUSE Control File System...
[    4.897382] systemd[1]: Mounting Kernel Configuration File System...
[    4.901349] systemd[1]: Starting Load/Save Random Seed...
[    4.903028] systemd[1]: Starting Create System Users...
[    4.904575] systemd[1]: Mounted FUSE Control File System.
[    4.904767] systemd[1]: Mounted Kernel Configuration File System.
[    4.908619] mtd device must be supplied (device name is empty)
[    4.915216] systemd[1]: modprobe@chromeos_pstore.service: Deactivated successfully.
[    4.915629] systemd[1]: Finished Load Kernel Module chromeos_pstore.
[    4.916127] systemd[1]: modprobe@pstore_blk.service: Deactivated successfully.
[    4.916506] systemd[1]: Finished Load Kernel Module pstore_blk.
[    4.916960] systemd[1]: modprobe@ramoops.service: Deactivated successfully.
[    4.917292] systemd[1]: Finished Load Kernel Module ramoops.
[    4.921266] systemd[1]: Finished Load/Save Random Seed.
[    4.921562] systemd[1]: Condition check resulted in First Boot Complete being skipped.
[    4.923258] lp: driver loaded but no devices found
[    4.934917] systemd[1]: Finished Create System Users.
[    4.936283] systemd[1]: Starting Create Static Device Nodes in /dev...
[    4.944576] systemd[1]: modprobe@mtdpstore.service: Deactivated successfully.
[    4.945051] systemd[1]: Finished Load Kernel Module mtdpstore.
[    4.945329] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[    4.947698] ppdev: user-space parallel port driver
[    4.961824] systemd[1]: Finished Set the console keyboard layout.
[    4.962805] systemd[1]: Finished Create Static Device Nodes in /dev.
[    4.962950] systemd[1]: Reached target Preparation for Local File Systems.
[    4.967145] systemd[1]: Mounting Mount unit for bare, revision 5...
[    4.969861] systemd[1]: Mounting Mount unit for core20, revision 1587...
[    4.974355] loop0: detected capacity change from 0 to 126896
[    4.974744] loop1: detected capacity change from 0 to 8
[    4.975833] systemd[1]: Mounting Mount unit for core20, revision 1611...
[    4.977245] IPMI message handler: version 39.2
[    4.978454] systemd[1]: Mounting Mount unit for firefox, revision 1635...
[    4.980030] ipmi device interface
[    4.980610] systemd[1]: Mounting Mount unit for firefox, revision 1794...
[    4.981992] loop2: detected capacity change from 0 to 126888
[    4.982633] loop3: detected capacity change from 0 to 334424
[    4.983342] loop4: detected capacity change from 0 to 362528
[    4.983879] systemd[1]: Mounting Mount unit for gnome-3-38-2004, revision 112...
[    4.986388] Asymmetric key parser 'pkcs8' registered
[    4.986670] loop5: detected capacity change from 0 to 820832
[    4.988364] systemd[1]: Mounting Mount unit for gtk-common-themes, revision 1535...
[    4.991083] loop6: detected capacity change from 0 to 187776
[    4.991087] systemd[1]: Mounting Mount unit for snap-store, revision 582...
[    4.993381] loop7: detected capacity change from 0 to 93928
[    4.993790] systemd[1]: Mounting Mount unit for snapd, revision 16292...
[    4.996638] loop8: detected capacity change from 0 to 96176
[    4.996991] systemd[1]: Mounting Mount unit for snapd-desktop-integration, revision 14...
[    4.999830] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    5.011108] systemd[1]: Started Journal Service.
[    5.017746] loop9: detected capacity change from 0 to 568
[    5.025377] systemd-journald[272]: Received client request to flush runtime journal.
[    5.165204] audit: type=1400 audit(1662217896.249:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=329 comm="apparmor_parser"
[    5.165884] audit: type=1400 audit(1662217896.253:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=330 comm="apparmor_parser"
[    5.165892] audit: type=1400 audit(1662217896.253:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=330 comm="apparmor_parser"
[    5.177740] audit: type=1400 audit(1662217896.265:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=333 comm="apparmor_parser"
[    5.177751] audit: type=1400 audit(1662217896.265:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=333 comm="apparmor_parser"
[    5.177757] audit: type=1400 audit(1662217896.265:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=333 comm="apparmor_parser"
[    5.186617] audit: type=1400 audit(1662217896.273:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oosplash" pid=335 comm="apparmor_parser"
[    5.188821] audit: type=1400 audit(1662217896.273:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="tcpdump" pid=334 comm="apparmor_parser"
[    5.194410] audit: type=1400 audit(1662217896.281:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=336 comm="apparmor_parser"
[    5.228814] kauditd_printk_skb: 8 callbacks suppressed
[    5.228818] audit: type=1400 audit(1662217896.313:19): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/ntpd" pid=342 comm="apparmor_parser"
[    5.243957] audit: type=1400 audit(1662217896.329:20): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=341 comm="apparmor_parser"
[    5.243965] audit: type=1400 audit(1662217896.329:21): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd" pid=341 comm="apparmor_parser"
[    5.243970] audit: type=1400 audit(1662217896.329:22): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd//third_party" pid=341 comm="apparmor_parser"
[    5.297713] audit: type=1400 audit(1662217896.385:23): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince" pid=332 comm="apparmor_parser"
[    5.297723] audit: type=1400 audit(1662217896.385:24): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince//sanitized_helper" pid=332 comm="apparmor_parser"
[    5.297728] audit: type=1400 audit(1662217896.385:25): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince-previewer" pid=332 comm="apparmor_parser"
[    5.297732] audit: type=1400 audit(1662217896.385:26): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince-previewer//sanitized_helper" pid=332 comm="apparmor_parser"
[    5.297737] audit: type=1400 audit(1662217896.385:27): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince-thumbnailer" pid=332 comm="apparmor_parser"
[    5.342681] audit: type=1400 audit(1662217896.429:28): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-soffice" pid=337 comm="apparmor_parser"
[    5.843402] mtd device must be supplied (device name is empty)
[    6.051026] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    6.051517] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    6.085689] wl: loading out-of-tree module taints kernel.
[    6.085697] wl: module license 'MIXED/Proprietary' taints kernel.
[    6.085699] Disabling lock debugging due to kernel taint
[    6.093636] wl: module verification failed: signature and/or required key missing - tainting kernel
[    6.289021] wlan0: Broadcom BCM4365 802.11 Hybrid Wireless Controller 6.30.223.271 (r587334)

[    6.294813] Bluetooth: Core ver 2.22
[    6.295115] NET: Registered PF_BLUETOOTH protocol family
[    6.295117] Bluetooth: HCI device and connection manager initialized
[    6.295121] Bluetooth: HCI socket layer initialized
[    6.295124] Bluetooth: L2CAP socket layer initialized
[    6.295130] Bluetooth: SCO socket layer initialized
[    6.361511] checking generic (b0000000 410000) vs hw (c1000000 400000)
[    6.361517] checking generic (b0000000 410000) vs hw (b0000000 10000000)
[    6.361520] fb0: switching to i915 from VESA VGA
[    6.362479] Console: switching to colour dummy device 80x25
[    6.362554] i915 0000:00:02.0: vgaarb: deactivate vga console
[    6.416491] [drm] radeon kernel modesetting enabled.
[    6.416526] vga_switcheroo: detected switching method \_SB_.PCI0.GFX0.ATPX handle
[    6.416836] ATPX version 1, functions 0x00000033
[    6.417479] radeon 0000:01:00.0: enabling device (0000 -> 0003)
[    6.417740] [drm] initializing kernel modesetting (OLAND 0x1002:0x6601 0x1028:0x05B8 0x00).
[    6.441593] usbcore: registered new interface driver btusb
[    6.460183] ATOM BIOS: Dell/Compal
[    6.460287] radeon 0000:01:00.0: VRAM: 2048M 0x0000000000000000 - 0x000000007FFFFFFF (2048M used)
[    6.460293] radeon 0000:01:00.0: GTT: 2048M 0x0000000080000000 - 0x00000000FFFFFFFF
[    6.460305] [drm] Detected VRAM RAM=2048M, BAR=256M
[    6.460307] [drm] RAM width 128bits DDR
[    6.460327] [drm] radeon: 2048M of VRAM memory ready
[    6.460329] [drm] radeon: 2048M of GTT memory ready.
[    6.460342] [drm] Loading oland Microcode
[    6.494000] at24 0-0050: supply vcc not found, using dummy regulator
[    6.495358] at24 0-0050: 256 byte spd EEPROM, read-only
[    6.505535] mc: Linux media interface: v0.10
[    6.583805] Bluetooth: hci0: BCM: chip id 70
[    6.584870] Bluetooth: hci0: BCM: features 0x06
[    6.600792] Bluetooth: hci0: ubuntu #1
[    6.600799] Bluetooth: hci0: BCM43142A0 (001.001.011) build 0000
[    6.601865] usb 3-1: reset high-speed USB device number 2 using xhci_hcd
[    6.604971] [drm] Internal thermal controller without fan control
[    6.606019] videodev: Linux video capture interface: v2.00
[    6.613204] [drm] radeon: dpm initialized
[    6.618496] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.4)
[    6.620344] [drm] GART: num cpu pages 524288, num gpu pages 524288
[    6.623329] [drm] PCIE gen 2 link speeds already enabled
[    6.634254] [drm] PCIE GART of 2048M enabled (table at 0x0000000000165000).
[    6.634641] radeon 0000:01:00.0: WB enabled
[    6.634647] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000080000c00
[    6.634651] radeon 0000:01:00.0: fence driver on ring 1 use gpu addr 0x0000000080000c04
[    6.634655] radeon 0000:01:00.0: fence driver on ring 2 use gpu addr 0x0000000080000c08
[    6.634658] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000080000c0c
[    6.634662] radeon 0000:01:00.0: fence driver on ring 4 use gpu addr 0x0000000080000c10
[    6.635071] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x0000000000075a18
[    6.639831] radeon 0000:01:00.0: radeon: MSI limited to 32-bit
[    6.639997] Bluetooth: hci0: BCM: firmware Patch file not found, tried:
[    6.639999] Bluetooth: hci0: BCM: 'brcm/BCM43142A0-0a5c-21d7.hcd'
[    6.640001] Bluetooth: hci0: BCM: 'brcm/BCM-0a5c-21d7.hcd'
[    6.659670] radeon 0000:01:00.0: radeon: using MSI.
[    6.659701] [drm] radeon: irq initialized.
[    6.690087] input: Dell WMI hotkeys as /devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input7
[    6.701939] usb 1-1.4: Found UVC 1.00 device Laptop_Integrated_Webcam_HD (0bda:58c2)
[    6.776393] ieee80211 phy1: rt2x00_set_rt: Info - RT chipset 5390, rev 0502 detected
[    6.798889] ieee80211 phy1: rt2x00_set_rf: Info - RF chipset 5370 detected
[    6.799096] ieee80211 phy1: Selected rate control algorithm 'minstrel_ht'
[    6.815440] [drm] ring test on 0 succeeded in 1 usecs
[    6.815448] [drm] ring test on 1 succeeded in 1 usecs
[    6.815451] [drm] ring test on 2 succeeded in 1 usecs
[    6.815458] [drm] ring test on 3 succeeded in 3 usecs
[    6.815464] [drm] ring test on 4 succeeded in 3 usecs
[    6.833899] usbcore: registered new interface driver rt2800usb
[    6.860575] input: Laptop_Integrated_Webcam_HD: In as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input8
[    6.899022] usbcore: registered new interface driver uvcvideo
[    6.991334] [drm] ring test on 5 succeeded in 2 usecs
[    6.991356] [drm] UVD initialized successfully.
[    6.991517] [drm] ib test on ring 0 succeeded in 0 usecs
[    6.991550] [drm] ib test on ring 1 succeeded in 0 usecs
[    6.991578] [drm] ib test on ring 2 succeeded in 0 usecs
[    6.991608] [drm] ib test on ring 3 succeeded in 0 usecs
[    6.991636] [drm] ib test on ring 4 succeeded in 0 usecs
[    7.040996] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 163840 ms ovfl timer
[    7.041002] RAPL PMU: hw unit of domain pp0-core 2^-16 Joules
[    7.041004] RAPL PMU: hw unit of domain package 2^-16 Joules
[    7.041006] RAPL PMU: hw unit of domain pp1-gpu 2^-16 Joules
[    7.125701] cryptd: max_cpu_qlen set to 1000
[    7.266130] AVX version of gcm_enc/dec engaged.
[    7.266189] AES CTR mode by8 optimization enabled
[    7.401483] loop10: detected capacity change from 0 to 8
[    7.606396] RTL8208 Fast Ethernet r8169-0-700:00: attached PHY driver (mii_bus:phy_addr=r8169-0-700:00, irq=MAC)
[    7.669658] [drm] ib test on ring 5 succeeded
[    7.877288] [drm] Radeon Display Connectors
[    7.896614] [drm] Initialized radeon 2.50.0 20080528 for 0000:01:00.0 on minor 1
[    7.906836] r8169 0000:07:00.0 enp7s0: Link is Down
[    7.953986] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[    7.954403] ACPI: video: [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
[    7.955726] ACPI: video: Video Device [PEGP] (multi-head: yes  rom: no  post: no)
[    7.955745] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GFX0.DD02._BCL], AE_NOT_FOUND (20210730/psargs-330)

[    7.955770] No Local Variables are initialized for Method [_BCL]

[    7.955773] No Arguments are initialized for method [_BCL]

[    7.955778] ACPI Error: Aborting method \_SB.PCI0.PEG0.PEGP.DD02._BCL due to previous error (AE_NOT_FOUND) (20210730/psparse-529)
[    7.955876] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2b/LNXVIDEO:00/input/input9
[    7.957901] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    7.980547] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
[    7.982532] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:02/input/input10
[    7.982707] snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    7.983062] vga_switcheroo: enabled
[    8.007442] rt2800usb 3-1:1.0 wlx1cbfce14891f: renamed from wlan1
[    8.040957] intel_rapl_common: Found RAPL domain package
[    8.040962] intel_rapl_common: Found RAPL domain core
[    8.040964] intel_rapl_common: Found RAPL domain uncore
[    8.040971] intel_rapl_common: RAPL package-0 domain package locked by BIOS
[    8.056122] ieee80211 phy1: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2870.bin'
[    8.059201] ieee80211 phy1: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.36
[    8.097717] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    8.097723] Bluetooth: BNEP filters: protocol multicast
[    8.097728] Bluetooth: BNEP socket layer initialized
[    8.107027] fbcon: i915drmfb (fb0) is primary device
[    8.244656] [drm] amdgpu kernel modesetting enabled.
[    8.244676] vga_switcheroo: detected switching method \_SB_.PCI0.GFX0.ATPX handle
[    8.244893] ATPX version 1, functions 0x00000033
[    8.245269] amdgpu: CRAT table not found
[    8.245273] amdgpu: Virtual CRAT table created for CPU
[    8.245304] amdgpu: Topology: Add CPU node
[    8.657671] Bluetooth: hci0: command 0x1003 tx timeout
[    8.658951] Bluetooth: hci0: unexpected event for opcode 0x1003
[    8.857260] Console: switching to colour frame buffer device 170x48
[    8.882393] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    8.930631] NET: Registered PF_ALG protocol family
[    8.989990] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3221: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    8.989996] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    8.989998] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    8.990000] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    8.990001] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    8.990002] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x19
[    8.990004] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[    9.137850] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[    9.137974] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[    9.138133] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[    9.552395] wlx1cbfce14891f: authenticate with 88:b1:e1:af:de:60
[    9.552409] wlx1cbfce14891f: No basic rates, using min rate instead
[    9.564293] wlx1cbfce14891f: send auth to 88:b1:e1:af:de:60 (try 1/3)
[    9.565453] wlx1cbfce14891f: authenticated
[    9.569607] wlx1cbfce14891f: associate with 88:b1:e1:af:de:60 (try 1/3)
[    9.572421] wlx1cbfce14891f: RX AssocResp from 88:b1:e1:af:de:60 (capab=0x1431 status=0 aid=2)
[    9.576667] wlx1cbfce14891f: associated
[    9.580654] wlx1cbfce14891f: Limiting TX power to 30 (30 - 0) dBm as advertised by 88:b1:e1:af:de:60
[    9.898008] IPv6: ADDRCONF(NETDEV_CHANGE): wlx1cbfce14891f: link becomes ready
[   10.314213] kauditd_printk_skb: 23 callbacks suppressed
[   10.314222] audit: type=1400 audit(1662217901.401:52): apparmor="DENIED" operation="capable" profile="/usr/lib/snapd/snap-confine" pid=1158 comm="snap-confine" capability=12  capname="net_admin"
[   10.314231] audit: type=1400 audit(1662217901.401:53): apparmor="DENIED" operation="capable" profile="/usr/lib/snapd/snap-confine" pid=1158 comm="snap-confine" capability=38  capname="perfmon"
[   10.601514] audit: type=1400 audit(1662217901.685:54): apparmor="DENIED" operation="capable" profile="/usr/lib/snapd/snap-confine" pid=1190 comm="snap-confine" capability=12  capname="net_admin"
[   10.601888] audit: type=1400 audit(1662217901.685:55): apparmor="DENIED" operation="capable" profile="/usr/lib/snapd/snap-confine" pid=1190 comm="snap-confine" capability=38  capname="perfmon"
[   12.579497] rfkill: input handler disabled
[   14.045146] audit: type=1400 audit(1662217905.129:56): apparmor="DENIED" operation="capable" profile="/usr/sbin/cups-browsed" pid=1522 comm="cups-browsed" capability=23  capname="sys_nice"
[   20.140164] audit: type=1400 audit(1662217911.225:57): apparmor="DENIED" operation="capable" profile="/usr/lib/snapd/snap-confine" pid=1576 comm="snap-confine" capability=12  capname="net_admin"
[   20.376134] rfkill: input handler enabled
[   21.194716] Bluetooth: RFCOMM TTY layer initialized
[   21.194728] Bluetooth: RFCOMM socket layer initialized
[   21.194736] Bluetooth: RFCOMM ver 1.11
[   21.279313] [drm] enabling PCIE gen 2 link speeds, disable with radeon.pcie_gen2=0
[   21.292170] [drm] PCIE GART of 2048M enabled (table at 0x0000000000165000).
[   21.292276] radeon 0000:01:00.0: WB enabled
[   21.292281] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000080000c00
[   21.292286] radeon 0000:01:00.0: fence driver on ring 1 use gpu addr 0x0000000080000c04
[   21.292289] radeon 0000:01:00.0: fence driver on ring 2 use gpu addr 0x0000000080000c08
[   21.292292] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000080000c0c
[   21.292295] radeon 0000:01:00.0: fence driver on ring 4 use gpu addr 0x0000000080000c10
[   21.292718] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x0000000000075a18
[   21.293141] debugfs: File 'radeon_ring_gfx' in directory '1' already present!
[   21.293148] debugfs: File 'radeon_ring_cp1' in directory '1' already present!
[   21.293152] debugfs: File 'radeon_ring_cp2' in directory '1' already present!
[   21.293156] debugfs: File 'radeon_ring_dma1' in directory '1' already present!
[   21.293160] debugfs: File 'radeon_ring_dma2' in directory '1' already present!
[   21.440604] [drm] ring test on 0 succeeded in 1 usecs
[   21.440612] [drm] ring test on 1 succeeded in 1 usecs
[   21.440616] [drm] ring test on 2 succeeded in 1 usecs
[   21.440622] [drm] ring test on 3 succeeded in 3 usecs
[   21.440628] [drm] ring test on 4 succeeded in 3 usecs
[   21.440632] debugfs: File 'radeon_ring_uvd' in directory '1' already present!
[   21.616343] [drm] ring test on 5 succeeded in 2 usecs
[   21.616353] [drm] UVD initialized successfully.
[   21.616388] [drm] ib test on ring 0 succeeded in 0 usecs
[   21.616417] [drm] ib test on ring 1 succeeded in 0 usecs
[   21.616451] [drm] ib test on ring 2 succeeded in 0 usecs
[   21.616486] [drm] ib test on ring 3 succeeded in 0 usecs
[   21.616513] [drm] ib test on ring 4 succeeded in 0 usecs
[   22.289438] [drm] ib test on ring 5 succeeded
[   23.082186] audit: type=1326 audit(1662217914.169:58): auid=1000 uid=1000 gid=1000 ses=3 subj=? pid=1960 comm="snapd-desktop-i" exe="/snap/snapd-desktop-integration/14/bin/snapd-desktop-integration" sig=0 arch=c000003e syscall=314 compat=0 ip=0x7f740ff0473d code=0x50000
[   24.499896] rfkill: input handler disabled
[   35.926275] input: Airdopes 621 (AVRCP) as /devices/virtual/input/input14
[   48.305104] usb 3-2: new high-speed USB device number 5 using xhci_hcd
[   48.453529] usb 3-2: New USB device found, idVendor=2357, idProduct=0138, bcdDevice= 2.10
[   48.453555] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   48.453567] usb 3-2: Product: 802.11ac NIC
[   48.453575] usb 3-2: Manufacturer: Realtek
[   48.453585] usb 3-2: SerialNumber: 123456
[   48.740253] usbcore: registered new interface driver rtl88x2bu
[   48.768766] rtl88x2bu 3-2:1.0 wlxb4b0242bfae9: renamed from wlan1
[   49.464176] start_addr=(0x20000), end_addr=(0x40000), buffer_size=(0x20000), smp_number_max=(16384)
[   54.428165] start_addr=(0x20000), end_addr=(0x40000), buffer_size=(0x20000), smp_number_max=(16384)
[   59.151590] start_addr=(0x20000), end_addr=(0x40000), buffer_size=(0x20000), smp_number_max=(16384)
[   60.991896] start_addr=(0x20000), end_addr=(0x40000), buffer_size=(0x20000), smp_number_max=(16384)
[   65.631904] start_addr=(0x20000), end_addr=(0x40000), buffer_size=(0x20000), smp_number_max=(16384)
[   67.225668] start_addr=(0x20000), end_addr=(0x40000), buffer_size=(0x20000), smp_number_max=(16384)
[   72.059567] start_addr=(0x20000), end_addr=(0x40000), buffer_size=(0x20000), smp_number_max=(16384)
[   80.646961] start_addr=(0x20000), end_addr=(0x40000), buffer_size=(0x20000), smp_number_max=(16384)
[   88.145323] [drm] enabling PCIE gen 2 link speeds, disable with radeon.pcie_gen2=0
[   88.156477] [drm] PCIE GART of 2048M enabled (table at 0x0000000000165000).
[   88.156594] radeon 0000:01:00.0: WB enabled
[   88.156598] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000080000c00
[   88.156601] radeon 0000:01:00.0: fence driver on ring 1 use gpu addr 0x0000000080000c04
[   88.156603] radeon 0000:01:00.0: fence driver on ring 2 use gpu addr 0x0000000080000c08
[   88.156605] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000080000c0c
[   88.156607] radeon 0000:01:00.0: fence driver on ring 4 use gpu addr 0x0000000080000c10
[   88.157012] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x0000000000075a18
[   88.157414] debugfs: File 'radeon_ring_gfx' in directory '1' already present!
[   88.157420] debugfs: File 'radeon_ring_cp1' in directory '1' already present!
[   88.157424] debugfs: File 'radeon_ring_cp2' in directory '1' already present!
[   88.157426] debugfs: File 'radeon_ring_dma1' in directory '1' already present!
[   88.157430] debugfs: File 'radeon_ring_dma2' in directory '1' already present!
[   88.305522] [drm] ring test on 0 succeeded in 1 usecs
[   88.305531] [drm] ring test on 1 succeeded in 1 usecs
[   88.305535] [drm] ring test on 2 succeeded in 1 usecs
[   88.305541] [drm] ring test on 3 succeeded in 3 usecs
[   88.305547] [drm] ring test on 4 succeeded in 3 usecs
[   88.305552] debugfs: File 'radeon_ring_uvd' in directory '1' already present!
[   88.481285] [drm] ring test on 5 succeeded in 2 usecs
[   88.481295] [drm] UVD initialized successfully.
[   88.481333] [drm] ib test on ring 0 succeeded in 0 usecs
[   88.481365] [drm] ib test on ring 1 succeeded in 0 usecs
[   88.481394] [drm] ib test on ring 2 succeeded in 0 usecs
[   88.481423] [drm] ib test on ring 3 succeeded in 0 usecs
[   88.481452] [drm] ib test on ring 4 succeeded in 0 usecs
[   88.631472] [drm] ib test on ring 5 succeeded
[   93.671561] start_addr=(0x20000), end_addr=(0x40000), buffer_size=(0x20000), smp_number_max=(16384)
[  107.683120] start_addr=(0x20000), end_addr=(0x40000), buffer_size=(0x20000), smp_number_max=(16384)
[  108.358593] usb 3-1: USB disconnect, device number 2
[  108.432327] wlx1cbfce14891f: deauthenticating from 88:b1:e1:af:de:60 by local choice (Reason: 3=DEAUTH_LEAVING)
[  126.642398] start_addr=(0x20000), end_addr=(0x40000), buffer_size=(0x20000), smp_number_max=(16384)
RinCat commented 2 years ago

image

Go to your wifi settings and change the MAC Address to T3U, in your system seems to be wlxb4b0242bfae9

DarshitSolanki04 commented 2 years ago

Initially, this connected thing was not appearing. So, I was able to do nothing.

Screenshot from 2022-09-03 21-39-01

But then I went to 'Known Wi-Fi Networks' and removed all of them, including my institute's, after that I was able to reconnect and fill the details and then T3U started working.

RinCat commented 2 years ago

It seems caused by you have multiple WiFi adapters and the configurations are conflict each other. Surely you can remove all of them and create new one. You better disable other adapters if you not plan to use them.

DarshitSolanki04 commented 2 years ago

Actually, I was not using other adapters. I started to use them only when T3U stopped working after the Ubuntu update.