My Kali system does not recognize my internal network card (Qualcomm QCA9377 802.11) or any wireless capabilities. See below output for ifconfig, iwconfig, and dmesg. I do not believe there is an issue with driver installation. The Network Manager is also perpetually disabled. I have exhausted my methods for diagnosing the problem. Does anyone have any suggestions for troubleshooting or know what the problem could be? Thanks in advance.
Code:
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 172.31.87.45  netmask 255.255.240.0  broadcast 172.31.95.255
        inet6 fe80::215:5dff:fedf:5f2c  prefixlen 64  scopeid 0x20<link>
        ether 00:15:5d:df:5f:2c  txqueuelen 1000  (Ethernet)
        RX packets 925  bytes 332290 (324.5 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 60  bytes 5970 (5.8 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 1757  bytes 4592831 (4.3 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 1757  bytes 4592831 (4.3 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

dummy0    no wireless extensions.

bond0     no wireless extensions.

sit0      no wireless extensions.

lo        no wireless extensions.

eth0      no wireless extensions.

[    0.000000] Linux version 4.19.128-microsoft-standard (oe-user@oe-host) (gcc version 8.2.0 (GCC)) #1 SMP Tue Jun 23 12:58:10 UTC 2020
[    0.000000] Command line: initrd=\initrd.img panic=-1 pty.legacy_count=0 nr_cpus=8
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    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 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000e0fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000001fffff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000000200000-0x00000000f7ffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000019b1fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI not present or invalid.
[    0.000000] Hypervisor detected: Microsoft Hyper-V
[    0.000000] Hyper-V: features 0x2e7f, hints 0x20c2c, misc 0x20bed7b2
[    0.000000] Hyper-V Host Build:19041-10.0-0-0.630
[    0.000000] Hyper-V: LAPIC Timer Frequency: 0x1e8480
[    0.000000] tsc: Marking TSC unstable due to running on Hyper-V
[    0.000000] Hyper-V: Using hypercall for remote TLB flush
[    0.000000] tsc: Detected 1800.006 MHz processor
[    0.000010] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000011] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000013] last_pfn = 0x19b200 max_arch_pfn = 0x400000000
[    0.000037] MTRR default type: uncachable
[    0.000038] MTRR fixed ranges disabled:
[    0.000039]   00000-FFFFF uncachable
[    0.000039] MTRR variable ranges disabled:
[    0.000040]   0 disabled
[    0.000040]   1 disabled
[    0.000041]   2 disabled
[    0.000041]   3 disabled
[    0.000041]   4 disabled
[    0.000042]   5 disabled
[    0.000042]   6 disabled
[    0.000042]   7 disabled
[    0.000043] Disabled
[    0.000043] x86/PAT: MTRRs disabled, skipping PAT initialization too.
[    0.000051] CPU MTRRs all blank - virtualized system.
[    0.000053] x86/PAT: Configuration [0-7]: WB  WT  UC- UC  WB  WT  UC- UC
[    0.000054] last_pfn = 0xf8000 max_arch_pfn = 0x400000000
[    0.000071] Using GB pages for direct mapping
[    0.000074] BRK [0x02e00000, 0x02e00fff] PGTABLE
[    0.000075] BRK [0x02e01000, 0x02e01fff] PGTABLE
[    0.000076] BRK [0x02e02000, 0x02e02fff] PGTABLE
[    0.000115] BRK [0x02e03000, 0x02e03fff] PGTABLE
[    0.000787] RAMDISK: [mem 0x02e35000-0x02e44fff]
[    0.000795] ACPI: Early table checksum verification disabled
[    0.000810] ACPI: RSDP 0x00000000000E0000 000024 (v02 VRTUAL)
[    0.000815] ACPI: XSDT 0x0000000000100000 000044 (v01 VRTUAL MICROSFT 00000001 MSFT 00000001)
[    0.000820] ACPI: FACP 0x0000000000101000 000114 (v06 VRTUAL MICROSFT 00000001 MSFT 00000001)
[    0.000826] ACPI: DSDT 0x00000000001011B8 01E184 (v02 MSFTVM DSDT01   00000001 MSFT 05000000)
[    0.000829] ACPI: FACS 0x0000000000101114 000040
[    0.000830] ACPI: OEM0 0x0000000000101154 000064 (v01 VRTUAL MICROSFT 00000001 MSFT 00000001)
[    0.000833] ACPI: SRAT 0x000000000011F33C 000290 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)
[    0.000835] ACPI: APIC 0x000000000011F5CC 000088 (v04 VRTUAL MICROSFT 00000001 MSFT 00000001)
[    0.000840] ACPI: Local APIC address 0xfee00000
[    0.001351] Zone ranges:
[    0.001353]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.001354]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.001355]   Normal   [mem 0x0000000100000000-0x000000019b1fffff]
[    0.001356] Movable zone start for each node
[    0.001357] Early memory node ranges
[    0.001358]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.001358]   node   0: [mem 0x0000000000200000-0x00000000f7ffffff]
[    0.001359]   node   0: [mem 0x0000000100000000-0x000000019b1fffff]
[    0.002353] Zeroed struct page in unavailable ranges: 20321 pages
[    0.002357] Initmem setup node 0 [mem 0x0000000000001000-0x000000019b1fffff]
[    0.002360] On node 0 totalpages: 1650847
[    0.002361]   DMA zone: 59 pages used for memmap
[    0.002362]   DMA zone: 22 pages reserved
[    0.002363]   DMA zone: 3743 pages, LIFO batch:0
[    0.002479]   DMA32 zone: 16320 pages used for memmap
[    0.002480]   DMA32 zone: 1011712 pages, LIFO batch:63
[    0.041403]   Normal zone: 9928 pages used for memmap
[    0.041406]   Normal zone: 635392 pages, LIFO batch:63
[    0.043042] ACPI: Local APIC address 0xfee00000
[    0.043051] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
[    0.043450] IOAPIC[0]: apic_id 8, version 17, address 0xfec00000, GSI 0-23
[    0.043455] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.043457] ACPI: IRQ9 used by override.
[    0.043460] Using ACPI (MADT) for SMP configuration information
[    0.043467] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.043479] [mem 0xf8000000-0xffffffff] available for PCI devices
[    0.043480] Booting paravirtualized kernel on bare hardware
[    0.043482] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.240403] random: get_random_bytes called from start_kernel+0x93/0x4be with crng_init=0
[    0.240412] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:8 nr_node_ids:1
[    0.241008] percpu: Embedded 42 pages/cpu s133400 r8192 d30440 u262144
[    0.241016] pcpu-alloc: s133400 r8192 d30440 u262144 alloc=1*2097152
[    0.241017] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[    0.241036] Built 1 zonelists, mobility grouping on.  Total pages: 1624518
[    0.241037] Kernel command line: initrd=\initrd.img panic=-1 pty.legacy_count=0 nr_cpus=8
[    0.243181] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.244344] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.292696] Memory: 4096404K/6603388K available (14360K kernel code, 1575K rwdata, 2856K rodata, 1512K init, 2756K bss, 215032K reserved, 0K cma-reserved)
[    0.293270] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.293278] ftrace: allocating 41883 entries in 164 pages
[    0.313122] rcu: Hierarchical RCU implementation.
[    0.313124] rcu:     RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8.
[    0.313125]  All grace periods are expedited (rcu_expedited).
[    0.313126] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.316030] Using NULL legacy PIC
[    0.316031] NR_IRQS: 16640, nr_irqs: 488, preallocated irqs: 0
[    0.316400] Console: colour dummy device 80x25
[    0.316403] console [tty0] enabled
[    0.316409] ACPI: Core revision 20180810
[    0.316542] Failed to register legacy timer interrupt
[    0.316550] APIC: Switch to symmetric I/O mode setup
[    0.316569] Hyper-V: Using IPI hypercalls
[    0.316570] Hyper-V: Using MSR based APIC access
[    0.316575] clocksource: hyperv_clocksource_tsc_page: mask: 0xffffffffffffffff max_cycles: 0x24e6a1710, max_idle_ns: 440795202120 ns
[    0.316687] Calibrating delay loop (skipped), value calculated using timer frequency.. 3600.01 BogoMIPS (lpj=18000060)
[    0.316689] pid_max: default: 32768 minimum: 301
[    0.316710] Security Framework initialized
[    0.316732] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.316743] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.316994] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.316995] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.316998] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.316999] Spectre V2 : Mitigation: Enhanced IBRS
[    0.316999] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.317005] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.317006] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.317007] SRBDS: Mitigation: TSX disabled
[    0.317295] Freeing SMP alternatives memory: 44K
[    0.318234] smpboot: CPU0: Intel(R) Core(TM) i5-8265U CPU @ 1.60GHz (family: 0x6, model: 0x8e, stepping: 0xc)
[    0.318294] Performance Events: unsupported p6 CPU model 142 no PMU driver, software events only.
[    0.318317] rcu: Hierarchical SRCU implementation.
[    0.318737] random: crng done (trusting CPU's manufacturer)
[    0.318788] smp: Bringing up secondary CPUs ...
[    0.318837] x86: Booting SMP configuration:
[    0.318838] .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
[    0.319524] smp: Brought up 1 node, 8 CPUs
[    0.319524] smpboot: Max logical packages: 1
[    0.319524] smpboot: Total of 8 processors activated (28800.09 BogoMIPS)
[    0.336683] node 0 initialised, 572988 pages in 20ms
[    0.346725] devtmpfs: initialized
[    0.346804] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.346804] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.346993] xor: automatically using best checksumming function   avx
[    0.347183] NET: Registered protocol family 16
[    0.347296] ACPI: bus type PCI registered
[    0.347305] PCI: Fatal: No config space access function found
[    0.348068] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.348068] raid6: Forced to use recovery algorithm avx2x2
[    0.348068] raid6: Forced gen() algo avx2x4
[    0.348068] ACPI: Added _OSI(Module Device)
[    0.348068] ACPI: Added _OSI(Processor Device)
[    0.348068] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.348068] ACPI: Added _OSI(Processor Aggregator Device)
[    0.348068] ACPI: Added _OSI(Linux-Dell-Video)
[    0.348068] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.352091] ACPI: 1 ACPI AML tables successfully acquired and loaded
[    0.357359] ACPI: Interpreter enabled
[    0.357359] ACPI: (supports S0 S5)
[    0.357359] ACPI: Using IOAPIC for interrupt routing
[    0.357359] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.357359] ACPI: Enabled 2 GPEs in block 00 to 0F
[    0.358525] SCSI subsystem initialized
[    0.358525] hv_vmbus: Vmbus version:5.0
[    0.358525] PCI: Using ACPI for IRQ routing
[    0.358525] PCI: System does not support PCI
[    0.358525] clocksource: Switched to clocksource hyperv_clocksource_tsc_page
[    0.358525] hv_vmbus: Unknown GUID: c376c1c3-d276-48d2-90a9-c04748072c60
[    0.379964] VFS: Disk quotas dquot_6.6.0
[    0.379983] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.380043] FS-Cache: Loaded
[    0.380083] pnp: PnP ACPI init
[    0.380305] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.380351] pnp: PnP ACPI: found 1 devices
[    0.387128] NET: Registered protocol family 2
[    0.387446] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes)
[    0.387461] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    0.387573] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.388219] TCP: Hash tables configured (established 65536 bind 65536)
[    0.388268] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.388296] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.388377] NET: Registered protocol family 1
[    0.389002] RPC: Registered named UNIX socket transport module.
[    0.389003] RPC: Registered udp transport module.
[    0.389004] RPC: Registered tcp transport module.
[    0.389004] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.389008] PCI: CLS 0 bytes, default 64
[    0.389061] Trying to unpack rootfs image as initramfs...
[    0.389207] Freeing initrd memory: 64K
[    0.389211] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.389212] software IO TLB: mapped [mem 0xf4000000-0xf8000000] (64MB)
[    0.389860] kvm: no hardware support
[    0.389862] has_svm: not amd
[    0.389863] kvm: no hardware support
[    0.390599] Initialise system trusted keyrings
[    0.390813] workingset: timestamp_bits=46 max_order=21 bucket_order=0
[    0.392868] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.393379] NFS: Registering the id_resolver key type
[    0.393386] Key type id_resolver registered
[    0.393387] Key type id_legacy registered
[    0.393390] Installing knfsd (copyright (C) 1996 [email protected]).
[    0.394565] Key type cifs.idmap registered
[    0.394686] fuse init (API version 7.27)
[    0.394917] SGI XFS with ACLs, security attributes, realtime, scrub, no debug enabled
[    0.396245] 9p: Installing v9fs 9p2000 file system support
[    0.396260] FS-Cache: Netfs '9p' registered for caching
[    0.396333] FS-Cache: Netfs 'ceph' registered for caching
[    0.396338] ceph: loaded (mds proto 32)
[    0.401450] NET: Registered protocol family 38
[    0.401453] Key type asymmetric registered
[    0.401454] Asymmetric key parser 'x509' registered
[    0.401471] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[    0.401473] io scheduler noop registered (default)
[    0.402147] hv_vmbus: registering driver hv_pci
[    0.412469] ACPI: AC Adapter [AC1] (off-line)
[    0.412852] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.413353] Non-volatile memory driver v1.3
[    0.414454] battery: ACPI: Battery Slot [BAT1] (battery present)
[    0.418352] brd: module loaded
[    0.420487] loop: module loaded
[    0.420738] hv_vmbus: registering driver hv_storvsc
[    0.420820] Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
[    0.421397] tun: Universal TUN/TAP device driver, 1.6
[    0.421512] PPP generic driver version 2.4.2
[    0.421589] PPP BSD Compression module registered
[    0.421590] PPP Deflate Compression module registered
[    0.421595] PPP MPPE Compression module registered
[    0.421597] NET: Registered protocol family 24
[    0.421602] hv_vmbus: registering driver hv_netvsc
[    0.421714] VFIO - User Level meta-driver version: 0.3
[    0.421907] hv_vmbus: registering driver hyperv_keyboard
[    0.422258] rtc_cmos 00:00: RTC can wake from S4
[    0.425999] rtc_cmos 00:00: registered as rtc0
[    0.426024] rtc_cmos 00:00: alarms up to one month, 114 bytes nvram
[    0.426258] device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: [email protected]
[    0.426721] hv_utils: Registering HyperV Utility Driver
[    0.426722] hv_vmbus: registering driver hv_util
[    0.426760] hv_vmbus: registering driver hv_balloon
[    0.426769] hv_utils: cannot register PTP clock: 0
[    0.426796] dxgk:err: dxg_drv_init  Version: 1
[    0.426800] hv_vmbus: registering driver dxgkrnl
[    0.426909] drop_monitor: Initializing network drop monitor service
[    0.426940] Mirror/redirect action on
[    0.427852] IPVS: Registered protocols (TCP, UDP)
[    0.427907] IPVS: Connection hash table configured (size=4096, memory=64Kbytes)
[    0.438962] hv_utils: TimeSync IC version 4.0
[    0.442386] hv_balloon: Using Dynamic Memory protocol version 2.0
[    0.460888] scsi host0: storvsc_host_t
[    0.469359] IPVS: ipvs loaded.
[    0.469362] IPVS: [rr] scheduler registered.
[    0.469363] IPVS: [wrr] scheduler registered.
[    0.469364] IPVS: [sh] scheduler registered.
[    0.485731] hv_balloon: cold memory discard enabled
[    0.487864] ipt_CLUSTERIP: ClusterIP Version 0.8 loaded successfully
[    0.488745] Initializing XFRM netlink socket
[    0.489080] NET: Registered protocol family 10
[    0.492105] Segment Routing with IPv6
[    0.494245] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    0.494421] NET: Registered protocol family 17
[    0.494473] Bridge firewalling registered
[    0.494501] 8021q: 802.1Q VLAN Support v1.8
[    0.494535] sctp: Hash tables configured (bind 256/256)
[    0.494639] 9pnet: Installing 9P2000 support
[    0.494665] Key type dns_resolver registered
[    0.494683] Key type ceph registered
[    0.495211] libceph: loaded (mon/osd proto 15/24)
[    0.495214] hv_vmbus: registering driver hv_sock
[    0.495385] NET: Registered protocol family 40
[    0.495809] registered taskstats version 1
[    0.495818] Loading compiled-in X.509 certificates
[    0.496225] Btrfs loaded, crc32c=crc32c-generic
[    0.511008] rtc_cmos 00:00: setting system clock to 2020-11-23 04:50:47 UTC (1606107047)
[    0.511040] Unstable clock detected, switching default tracing clock to "global"
               If you want to keep using the local clock, then add:
                 "trace_clock=local"
               on the kernel command line
[    0.553085] Freeing unused kernel image memory: 1512K
[    0.606744] Write protecting the kernel read-only data: 20480k
[    0.607547] Freeing unused kernel image memory: 1984K
[    0.607789] Freeing unused kernel image memory: 1240K
[    0.607790] Run /init as init process
[    0.917507] scsi 0:0:0:0: Direct-Access     Msft     Virtual Disk     1.0  PQ: 0 ANSI: 5
[    0.918190] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    0.920083] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    0.920986] sd 0:0:0:0: [sda] 536870912 512-byte logical blocks: (275 GB/256 GiB)
[    0.920988] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    0.921181] sd 0:0:0:0: [sda] Write Protect is off
[    0.921183] sd 0:0:0:0: [sda] Mode Sense: 0f 00 00 00
[    0.921591] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.928321] sd 0:0:0:0: [sda] Attached SCSI disk
[    0.949576] EXT4-fs (sda): mounted filesystem with ordered data mode. Opts: discard,errors=remount-ro,data=ordered
[    0.978901] scsi 0:0:0:1: Direct-Access     Msft     Virtual Disk     1.0  PQ: 0 ANSI: 5
[    0.980363] sd 0:0:0:1: Attached scsi generic sg1 type 0
[    0.981771] sd 0:0:0:1: [sdb] 536870912 512-byte logical blocks: (275 GB/256 GiB)
[    0.981773] sd 0:0:0:1: [sdb] 4096-byte physical blocks
[    0.981983] sd 0:0:0:1: [sdb] Write Protect is off
[    0.981985] sd 0:0:0:1: [sdb] Mode Sense: 0f 00 00 00
[    0.982363] sd 0:0:0:1: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.001271] sd 0:0:0:1: [sdb] Attached SCSI disk
[    1.042355] Adding 2097152k swap on /swap/file.  Priority:-2 extents:1 across:2097152k
[    1.426924] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[    3.252044] EXT4-fs (sdb): 3 orphan inodes deleted
[    3.252045] EXT4-fs (sdb): recovery complete
[    3.256841] EXT4-fs (sdb): mounted filesystem with ordered data mode. Opts: discard,errors=remount-ro,data=ordered
[    3.300182] FS-Cache: Duplicate cookie detected
[    3.300184] FS-Cache: O-cookie c=00000000cf5d705c [p=00000000d880bd42 fl=222 nc=0 na=1]
[    3.300185] FS-Cache: O-cookie d=000000001720e816 n=0000000027779da4
[    3.300185] FS-Cache: O-key=[10] '34323934393337353934'
[    3.300187] FS-Cache: N-cookie c=00000000b3d878cd [p=00000000d880bd42 fl=2 nc=0 na=1]
[    3.300188] FS-Cache: N-cookie d=000000001720e816 n=0000000013320f1f
[    3.300188] FS-Cache: N-key=[10] '34323934393337353934'
[   49.315356] hv_balloon: Max. dynamic memory size: 6450 MB
[  121.922007] WSL2: Performing memory compaction.
[  182.944276] WSL2: Performing memory compaction.
[  483.976789] WSL2: Performing memory compaction.
[  508.024575] traps: light-locker[1124] trap int3 ip:7fa5a3fa4a17 sp:7ffe0d402970 error:0 in libglib-2.0.so.0.6600.2[7fa5a3f68000+88000]
[  544.997113] WSL2: Performing memory compaction.
[  666.086270] WSL2: Performing memory compaction.
[  847.102438] WSL2: Performing memory compaction.
[ 1028.133891] WSL2: Performing memory compaction.
[ 1209.173878] WSL2: Performing memory compaction.
[ 1390.198058] WSL2: Performing memory compaction.
[ 1451.214603] WSL2: Performing memory compaction.
[ 1572.225619] WSL2: Performing memory compaction.
[ 1753.245812] WSL2: Performing memory compaction.
[ 1814.263886] WSL2: Performing memory compaction.
[ 1995.282610] WSL2: Performing memory compaction.
[ 2116.305650] WSL2: Performing memory compaction.
[ 2297.320281] WSL2: Performing memory compaction.
[ 2418.338216] WSL2: Performing memory compaction.
[ 2659.347201] WSL2: Performing memory compaction.