pop-os / bcmwl

Pop!_OS fork of https://launchpad.net/ubuntu/+source/bcmwl
4 stars 6 forks source link

WIFI Card Disabled Undetected with 5.18.10 Kernel Update #5

Closed ganakee closed 2 years ago

ganakee commented 2 years ago

The fix has been merged; after it's released in https://github.com/pop-os/repo-release, the update will be available through your regular updates (Pop!_Shop, the automatic updater if enabled, or sudo apt update/sudo apt full-upgrade.)

Originally posted by @jacobgkau in https://github.com/pop-os/bcmwl/issues/4#issuecomment-1191957150

jacobgkau commented 2 years ago

The update was already released in https://github.com/pop-os/repo-release/pull/154. Please elaborate on the issue you're having.

ganakee commented 2 years ago

When applying the 5.18.10 update from POPSHOP, the WIFI card is disabled and unusable (it is not detected.)

After restoring from Timeshift to remove the broken fix (for me) and booting into the older 5.17 kernel (Linux e5520-campo-pop-os 5.17.5-76051705-generic #202204271406165547678622.04~62dd706 SMP PREEMPT Fri Jun 17 16 x86_64 x86_64 x86_64 GNU/Linux) without the fix, I used lspci to probe the wireless card.

For reference, lspci reports: 02:00.0 Network controller: Broadcom Inc. and subsidiaries BCM4313 802.11bgn Wireless Network Adapter (rev 01) 0a:00.0 Ethernet controller: Broadcom Inc. and subsidiaries NetXtreme BCM5761 Gigabit Ethernet PCIe (rev 10)

This wireless card is not detected at all with the fix or with the released 5.18.10 kernel. The "fix" cited at https://launchpad.net/ubuntu/+source/bcmwl/6.30.223.271+bdcom-0ubuntu9 makes matters worse for me as the fix seems to overwrite or delete something so you cannot even boot into older kernels and use WIFI. The fix seems to wipe-out WIFI entirely.

Something similar occurred when 5.17 was originally released whereas older wireless cards were not detected. (Just FYI.)

jacobgkau commented 2 years ago

Something similar occurred when 5.17 was originally released whereas older wireless cards were not detected. (Just FYI.)

I know the DKMS build initially failed, and that was fixed with https://github.com/pop-os/bcmwl/pull/1, similar to the fix we just released for 5.18.

I do not have any Broadcom wireless cards to test with (System76 hardware typically uses Intel wireless cards.) Updating your kernel and bcmwl-kernel-source to the latest version again and providing the output of sudo dmesg and apt policy linux bcmwl-kernel-source may show details about why it's not working on your system.

jacobgkau commented 2 years ago

https://github.com/pop-os/bcmwl/issues/4#issuecomment-1192581882 suggests the new version is working. Can you please install updates again and try again? If it still doesn't work, please provide the output of sudo dmesg and apt policy linux bcmwl-kernel-source as mentioned in my previous comment.

ganakee commented 2 years ago

Thank you. Always appreciate POP OS' quick responses.

OK, I unheld the packages for 5.18 and bcmwl.

Then I ran sudo apt update and sudo apt dist-upgrade. Apt ended with:

Error were encountered while processing: bcmwl-kernel-source
E: Sub-process /usr/bin/dpkg returned error code (1).

I lose all wireless from the device on re-boot. (Same as before.) WIFI not detected at all (even in older kernels such as 5.17). I restored again from Timeshift (hopefully), and marked all packages hold in apt (sample sudo apt-mark hold bcmwl-kernel-source) until this can be fixed.

#######POLICY#######

e5520-campo-pop-os:~$ sudo apt policy linux bcmwl-kernel-source
bcmwl-kernel-source:
  Installed: 6.30.223.271+bdcom-0ubuntu9pop1~1658439095~22.04~b1db255
  Candidate: 6.30.223.271+bdcom-0ubuntu9pop1~1658439095~22.04~b1db255
  Version table:
 *** 6.30.223.271+bdcom-0ubuntu9pop1~1658439095~22.04~b1db255 1001
       1001 http://apt.pop-os.org/release jammy/main amd64 Packages
        100 /var/lib/dpkg/status
     6.30.223.271+bdcom-0ubuntu8 500
        500 http://apt.pop-os.org/ubuntu jammy/restricted amd64 Packages
N: Unable to locate package linux 

#########DMESG########

e5520-campo-pop-os:~$ sudo dmesg
[    0.000000] microcode: microcode updated early to revision 0x2f, date = 2019-02-17
[    0.000000] Linux version 5.17.5-76051705-generic (jenkins@warp.pop-os.org) (gcc (Ubuntu 11.2.0-19ubuntu1) 11.2.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #202204271406~1655476786~22.04~62dd706 SMP PREEMPT Fri Jun 17 16
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.17.5-76051705-generic root=UUID=48715a85-0b71-46b0-a30e-0c9945940add 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] reserving inaccessible SNB gfx pages
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009a7ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009a800-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-0x000000003fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000040000000-0x00000000401fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000040200000-0x00000000caa31fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000caa32000-0x00000000caa75fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000caa76000-0x00000000cadb6fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000cadb7000-0x00000000cade6fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000cade7000-0x00000000cafe6fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000cafe7000-0x00000000caffefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000cafff000-0x00000000caffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000cb800000-0x00000000cf9fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffc1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000022effffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.6 present.
[    0.000000] DMI: Dell Inc. Latitude E5520/03PH4G, BIOS A14 12/26/2013
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2494.271 MHz processor
[    0.000940] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000944] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000952] last_pfn = 0x22f000 max_arch_pfn = 0x400000000
[    0.001561] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.002426] total RAM covered: 8096M
[    0.002669] Found optimal setting for mtrr clean up
[    0.002670]  gran_size: 64K  chunk_size: 32M     num_reg: 9      lose cover RAM: 0G
[    0.003460] e820: update [mem 0xcb000000-0xffffffff] usable ==> reserved
[    0.003470] last_pfn = 0xcb000 max_arch_pfn = 0x400000000
[    0.006138] found SMP MP-table at [mem 0x000f21a0-0x000f21af]
[    0.006771] RAMDISK: [mem 0x2a1e1000-0x310e7fff]
[    0.006779] ACPI: Early table checksum verification disabled
[    0.006783] ACPI: RSDP 0x00000000000FE300 000024 (v02 DELL  )
[    0.006788] ACPI: XSDT 0x00000000CAFFDE18 00007C (v01 DELL   CBX3     06222004 MSFT 00010013)
[    0.006795] ACPI: FACP 0x00000000CAF77D98 0000F4 (v04 DELL   CBX3     06222004 MSFT 00010013)
[    0.006802] ACPI: DSDT 0x00000000CAF56018 0084D8 (v02 INT430 SYSFexxx 00001001 INTL 20090903)
[    0.006807] ACPI: FACS 0x00000000CAFD4E40 000040
[    0.006810] ACPI: FACS 0x00000000CAFD4D40 000040
[    0.006814] ACPI: APIC 0x00000000CAFFCF18 0000CC (v02 DELL   CBX3     06222004 MSFT 00010013)
[    0.006818] ACPI: TCPA 0x00000000CAFD5D18 000032 (v02                 00000000      00000000)
[    0.006822] ACPI: SSDT 0x00000000CAF78A98 0002F9 (v01 DELLTP TPM      00003000 INTL 20090903)
[    0.006826] ACPI: MCFG 0x00000000CAFD5C98 00003C (v01 DELL   SNDYBRDG 06222004 MSFT 00000097)
[    0.006830] ACPI: HPET 0x00000000CAFD5C18 000038 (v01 A M I   PCHHPET 06222004 AMI. 00000003)
[    0.006834] ACPI: BOOT 0x00000000CAFD5B98 000028 (v01 DELL   CBX3     06222004 AMI  00010013)
[    0.006838] ACPI: SSDT 0x00000000CAF6D018 000804 (v01 PmRef  Cpu0Ist  00003000 INTL 20090903)
[    0.006842] ACPI: SSDT 0x00000000CAF6C018 000996 (v01 PmRef  CpuPm    00003000 INTL 20090903)
[    0.006846] ACPI: DMAR 0x00000000CAF77C18 0000E8 (v01 INTEL  SNB      00000001 INTL 00000001)
[    0.006850] ACPI: SLIC 0x00000000CAF76C18 000176 (v03 DELL   CBX3     06222004 MSFT 00010013)
[    0.006853] ACPI: Reserving FACP table memory at [mem 0xcaf77d98-0xcaf77e8b]
[    0.006855] ACPI: Reserving DSDT table memory at [mem 0xcaf56018-0xcaf5e4ef]
[    0.006856] ACPI: Reserving FACS table memory at [mem 0xcafd4e40-0xcafd4e7f]
[    0.006858] ACPI: Reserving FACS table memory at [mem 0xcafd4d40-0xcafd4d7f]
[    0.006859] ACPI: Reserving APIC table memory at [mem 0xcaffcf18-0xcaffcfe3]
[    0.006860] ACPI: Reserving TCPA table memory at [mem 0xcafd5d18-0xcafd5d49]
[    0.006861] ACPI: Reserving SSDT table memory at [mem 0xcaf78a98-0xcaf78d90]
[    0.006862] ACPI: Reserving MCFG table memory at [mem 0xcafd5c98-0xcafd5cd3]
[    0.006864] ACPI: Reserving HPET table memory at [mem 0xcafd5c18-0xcafd5c4f]
[    0.006865] ACPI: Reserving BOOT table memory at [mem 0xcafd5b98-0xcafd5bbf]
[    0.006866] ACPI: Reserving SSDT table memory at [mem 0xcaf6d018-0xcaf6d81b]
[    0.006867] ACPI: Reserving SSDT table memory at [mem 0xcaf6c018-0xcaf6c9ad]
[    0.006868] ACPI: Reserving DMAR table memory at [mem 0xcaf77c18-0xcaf77cff]
[    0.006870] ACPI: Reserving SLIC table memory at [mem 0xcaf76c18-0xcaf76d8d]
[    0.007005] No NUMA configuration found
[    0.007006] Faking a node at [mem 0x0000000000000000-0x000000022effffff]
[    0.007017] NODE_DATA(0) allocated [mem 0x22efd1000-0x22effbfff]
[    0.007480] Zone ranges:
[    0.007481]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.007483]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.007485]   Normal   [mem 0x0000000100000000-0x000000022effffff]
[    0.007487]   Device   empty
[    0.007488] Movable zone start for each node
[    0.007492] Early memory node ranges
[    0.007492]   node   0: [mem 0x0000000000001000-0x0000000000099fff]
[    0.007494]   node   0: [mem 0x0000000000100000-0x000000001fffffff]
[    0.007496]   node   0: [mem 0x0000000020200000-0x000000003fffffff]
[    0.007497]   node   0: [mem 0x0000000040200000-0x00000000caa31fff]
[    0.007498]   node   0: [mem 0x00000000caa76000-0x00000000cadb6fff]
[    0.007499]   node   0: [mem 0x00000000cafff000-0x00000000caffffff]
[    0.007500]   node   0: [mem 0x0000000100000000-0x000000022effffff]
[    0.007503] Initmem setup node 0 [mem 0x0000000000001000-0x000000022effffff]
[    0.007510] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.007551] On node 0, zone DMA: 102 pages in unavailable ranges
[    0.010152] On node 0, zone DMA32: 512 pages in unavailable ranges
[    0.015849] On node 0, zone DMA32: 512 pages in unavailable ranges
[    0.015865] On node 0, zone DMA32: 68 pages in unavailable ranges
[    0.015877] On node 0, zone DMA32: 584 pages in unavailable ranges
[    0.028637] On node 0, zone Normal: 20480 pages in unavailable ranges
[    0.028716] On node 0, zone Normal: 4096 pages in unavailable ranges
[    0.028724] Reserving Intel graphics memory at [mem 0xcba00000-0xcf9fffff]
[    0.028919] ACPI: PM-Timer IO Port: 0x408
[    0.028940] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    0.028943] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.028947] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.028951] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.028953] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.028959] TSC deadline timer available
[    0.028960] smpboot: Allowing 16 CPUs, 12 hotplug CPUs
[    0.028984] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.028987] PM: hibernation: Registered nosave memory: [mem 0x0009a000-0x0009afff]
[    0.028989] PM: hibernation: Registered nosave memory: [mem 0x0009b000-0x0009ffff]
[    0.028990] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.028991] PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.028993] PM: hibernation: Registered nosave memory: [mem 0x20000000-0x201fffff]
[    0.028995] PM: hibernation: Registered nosave memory: [mem 0x40000000-0x401fffff]
[    0.028997] PM: hibernation: Registered nosave memory: [mem 0xcaa32000-0xcaa75fff]
[    0.028999] PM: hibernation: Registered nosave memory: [mem 0xcadb7000-0xcade6fff]
[    0.029000] PM: hibernation: Registered nosave memory: [mem 0xcade7000-0xcafe6fff]
[    0.029002] PM: hibernation: Registered nosave memory: [mem 0xcafe7000-0xcaffefff]
[    0.029004] PM: hibernation: Registered nosave memory: [mem 0xcb000000-0xcb7fffff]
[    0.029005] PM: hibernation: Registered nosave memory: [mem 0xcb800000-0xcf9fffff]
[    0.029006] PM: hibernation: Registered nosave memory: [mem 0xcfa00000-0xfed1bfff]
[    0.029007] PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.029008] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xffbfffff]
[    0.029009] PM: hibernation: Registered nosave memory: [mem 0xffc00000-0xffc1ffff]
[    0.029010] PM: hibernation: Registered nosave memory: [mem 0xffc20000-0xffffffff]
[    0.029012] [mem 0xcfa00000-0xfed1bfff] available for PCI devices
[    0.029013] Booting paravirtualized kernel on bare hardware
[    0.029016] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.029025] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
[    0.029606] percpu: Embedded 61 pages/cpu s212992 r8192 d28672 u262144
[    0.029620] pcpu-alloc: s212992 r8192 d28672 u262144 alloc=1*2097152
[    0.029623] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.029668] Fallback order for Node 0: 0 
[    0.029673] Built 1 zonelists, mobility grouping on.  Total pages: 2038286
[    0.029675] Policy zone: Normal
[    0.029676] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.17.5-76051705-generic root=UUID=48715a85-0b71-46b0-a30e-0c9945940add ro quiet splash vt.handoff=7
[    0.029775] Unknown kernel command line parameters "splash BOOT_IMAGE=/boot/vmlinuz-5.17.5-76051705-generic", will be passed to user space.
[    0.030263] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.030507] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.030716] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.066698] Memory: 7911732K/8283188K available (16392K kernel code, 4472K rwdata, 10932K rodata, 2768K init, 4888K bss, 371196K reserved, 0K cma-reserved)
[    0.066706] random: get_random_u64 called from kmem_cache_open+0x2b/0x360 with crng_init=0
[    0.066880] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.066895] Kernel/User page tables isolation: enabled
[    0.066917] ftrace: allocating 51208 entries in 201 pages
[    0.076584] ftrace: allocated 201 pages with 4 groups
[    0.077431] Dynamic Preempt: voluntary
[    0.077486] rcu: Preemptible hierarchical RCU implementation.
[    0.077488] rcu:     RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=16.
[    0.077489]  Trampoline variant of Tasks RCU enabled.
[    0.077490]  Rude variant of Tasks RCU enabled.
[    0.077491]  Tracing variant of Tasks RCU enabled.
[    0.077492] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.077493] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.082392] NR_IRQS: 524544, nr_irqs: 552, preallocated irqs: 16
[    0.082673] Console: colour dummy device 80x25
[    0.082689] printk: console [tty0] enabled
[    0.082716] ACPI: Core revision 20211217
[    0.082829] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.082847] APIC: Switch to symmetric I/O mode setup
[    0.082850] DMAR: Host address width 36
[    0.082851] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.082857] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap c0000020e60262 ecap f0101a
[    0.082859] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.082863] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap c9008020660262 ecap f0105a
[    0.082865] DMAR: RMRR base: 0x000000cadc6000 end: 0x000000cadd5fff
[    0.082867] DMAR: RMRR base: 0x000000cb800000 end: 0x000000cf9fffff
[    0.082870] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.082871] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.082873] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.083455] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.083459] x2apic enabled
[    0.083467] Switched APIC routing to cluster x2apic.
[    0.083911] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.102850] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x23f415d1cfe, max_idle_ns: 440795202126 ns
[    0.102860] Calibrating delay loop (skipped), value calculated using timer frequency.. 4988.54 BogoMIPS (lpj=9977084)
[    0.102863] pid_max: default: 32768 minimum: 301
[    0.102899] LSM: Security Framework initializing
[    0.102912] landlock: Up and running.
[    0.102913] Yama: becoming mindful.
[    0.102941] AppArmor: AppArmor initialized
[    0.103000] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.103021] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.103317] CPU0: Thermal monitoring enabled (TM1)
[    0.103338] process: using mwait in idle threads
[    0.103341] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[    0.103342] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[    0.103347] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.103350] Spectre V2 : Mitigation: Retpolines
[    0.103351] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.103351] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.103353] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.103354] Spectre V2 : User space: Mitigation: STIBP via prctl
[    0.103356] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.103359] MDS: Mitigation: Clear CPU buffers
[    0.106345] Freeing SMP alternatives memory: 40K
[    0.106968] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1228
[    0.106979] smpboot: CPU0: Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz (family: 0x6, model: 0x2a, stepping: 0x7)
[    0.107125] cblist_init_generic: Setting adjustable number of callback queues.
[    0.107129] cblist_init_generic: Setting shift to 4 and lim to 1.
[    0.107148] cblist_init_generic: Setting shift to 4 and lim to 1.
[    0.107170] cblist_init_generic: Setting shift to 4 and lim to 1.
[    0.107186] Performance Events: PEBS fmt1+, SandyBridge events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.107205] ... version:                3
[    0.107206] ... bit width:              48
[    0.107207] ... generic registers:      4
[    0.107208] ... value mask:             0000ffffffffffff
[    0.107209] ... max period:             00007fffffffffff
[    0.107210] ... fixed-purpose events:   3
[    0.107211] ... event mask:             000000070000000f
[    0.107365] rcu: Hierarchical SRCU implementation.
[    0.108707] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.108907] smp: Bringing up secondary CPUs ...
[    0.109040] x86: Booting SMP configuration:
[    0.109041] .... node  #0, CPUs:        #1  #2
[    0.114991] 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.115043]   #3
[    0.117343] smp: Brought up 1 node, 4 CPUs
[    0.117343] smpboot: Max logical packages: 4
[    0.117343] smpboot: Total of 4 processors activated (19954.16 BogoMIPS)
[    0.119219] devtmpfs: initialized
[    0.119219] x86/mm: Memory block size: 128MB
[    0.119683] ACPI: PM: Registering ACPI NVS region [mem 0xcade7000-0xcafe6fff] (2097152 bytes)
[    0.119683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.119683] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.119683] pinctrl core: initialized pinctrl subsystem
[    0.119683] PM: RTC time: 14:52:01, date: 2022-07-22
[    0.119683] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.119683] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    0.119683] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.119767] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.119785] audit: initializing netlink subsys (disabled)
[    0.119811] audit: type=2000 audit(1658501521.036:1): state=initialized audit_enabled=0 res=1
[    0.119811] thermal_sys: Registered thermal governor 'fair_share'
[    0.119811] thermal_sys: Registered thermal governor 'bang_bang'
[    0.119811] thermal_sys: Registered thermal governor 'step_wise'
[    0.119811] thermal_sys: Registered thermal governor 'user_space'
[    0.119811] thermal_sys: Registered thermal governor 'power_allocator'
[    0.119811] EISA bus registered
[    0.119811] cpuidle: using governor ladder
[    0.119811] cpuidle: using governor menu
[    0.119811] Simple Boot Flag at 0xf3 set to 0x1
[    0.119811] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.119811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.119811] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.119811] PCI: not using MMCONFIG
[    0.119811] PCI: Using configuration type 1 for base access
[    0.119811] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    0.119811] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.123568] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.123577] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.123577] ACPI: Added _OSI(Module Device)
[    0.123577] ACPI: Added _OSI(Processor Device)
[    0.123577] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.123577] ACPI: Added _OSI(Processor Aggregator Device)
[    0.123577] ACPI: Added _OSI(Linux-Dell-Video)
[    0.123577] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.123577] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.132925] ACPI: 4 ACPI AML tables successfully acquired and loaded
[    0.134153] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.150393] ACPI: Dynamic OEM Table Load:
[    0.150402] ACPI: SSDT 0xFFFF8ECD81113800 000727 (v01 PmRef  Cpu0Cst  00003001 INTL 20090903)
[    0.151439] ACPI: Dynamic OEM Table Load:
[    0.151445] ACPI: SSDT 0xFFFF8ECD802EB000 000303 (v01 PmRef  ApIst    00003000 INTL 20090903)
[    0.152184] ACPI: Dynamic OEM Table Load:
[    0.152190] ACPI: SSDT 0xFFFF8ECD80202000 000119 (v01 PmRef  ApCst    00003000 INTL 20090903)
[    0.153750] ACPI: EC: EC started
[    0.153752] ACPI: EC: interrupt blocked
[    0.155015] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[    0.155019] ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC used to handle transactions
[    0.155021] ACPI: Interpreter enabled
[    0.155046] ACPI: PM: (supports S0 S3 S4 S5)
[    0.155047] ACPI: Using IOAPIC for interrupt routing
[    0.155081] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.155711] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in ACPI motherboard resources
[    0.155723] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.155984] ACPI: Enabled 5 GPEs in block 00 to 3F
[    0.173253] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.173262] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.173327] acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
[    0.173330] acpi PNP0A08:00: _OSC: platform willing to grant [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
[    0.173332] acpi PNP0A08:00: _OSC: platform retains control of PCIe features (AE_ERROR)
[    0.174146] PCI host bridge to bus 0000:00
[    0.174149] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.174152] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.174153] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.174155] pci_bus 0000:00: root bus resource [mem 0xcfa00000-0xfeafffff window]
[    0.174157] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff window]
[    0.174159] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.174174] pci 0000:00:00.0: [8086:0104] type 00 class 0x060000
[    0.174247] pci 0000:00:02.0: [8086:0126] type 00 class 0x030000
[    0.174256] pci 0000:00:02.0: reg 0x10: [mem 0xe1c00000-0xe1ffffff 64bit]
[    0.174262] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.174267] pci 0000:00:02.0: reg 0x20: [io  0x7000-0x703f]
[    0.174281] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.174389] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
[    0.174410] pci 0000:00:16.0: reg 0x10: [mem 0xe3d80000-0xe3d8000f 64bit]
[    0.174487] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.174557] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
[    0.174574] pci 0000:00:1a.0: reg 0x10: [mem 0xe3d50000-0xe3d503ff]
[    0.174661] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.174752] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
[    0.174770] pci 0000:00:1b.0: reg 0x10: [mem 0xe3d40000-0xe3d43fff 64bit]
[    0.174853] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.174988] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
[    0.175142] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.175269] pci 0000:00:1c.1: [8086:1c12] type 01 class 0x060400
[    0.175420] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.175539] pci 0000:00:1c.2: [8086:1c14] type 01 class 0x060400
[    0.175695] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.175810] pci 0000:00:1c.5: [8086:1c1a] type 01 class 0x060400
[    0.175910] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.176008] pci 0000:00:1c.6: [8086:1c1c] type 01 class 0x060400
[    0.176107] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
[    0.176204] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
[    0.176222] pci 0000:00:1d.0: reg 0x10: [mem 0xe3d30000-0xe3d303ff]
[    0.176308] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.176395] pci 0000:00:1f.0: [8086:1c49] type 00 class 0x060100
[    0.176577] pci 0000:00:1f.2: [8086:1c03] type 00 class 0x010601
[    0.176590] pci 0000:00:1f.2: reg 0x10: [io  0x70b0-0x70b7]
[    0.176599] pci 0000:00:1f.2: reg 0x14: [io  0x70a0-0x70a3]
[    0.176607] pci 0000:00:1f.2: reg 0x18: [io  0x7090-0x7097]
[    0.176615] pci 0000:00:1f.2: reg 0x1c: [io  0x7080-0x7083]
[    0.176624] pci 0000:00:1f.2: reg 0x20: [io  0x7060-0x707f]
[    0.176632] pci 0000:00:1f.2: reg 0x24: [mem 0xe3d20000-0xe3d207ff]
[    0.176675] pci 0000:00:1f.2: PME# supported from D3hot
[    0.176753] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
[    0.176771] pci 0000:00:1f.3: reg 0x10: [mem 0xe3d10000-0xe3d100ff 64bit]
[    0.176792] pci 0000:00:1f.3: reg 0x20: [io  0x7040-0x705f]
[    0.176954] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.177100] pci 0000:02:00.0: [14e4:4727] type 00 class 0x028000
[    0.177137] pci 0000:02:00.0: reg 0x10: [mem 0xe3c00000-0xe3c03fff 64bit]
[    0.177221] pci 0000:02:00.0: enabling Extended Tags
[    0.177339] pci 0000:02:00.0: supports D1 D2
[    0.177341] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    0.177509] pci 0000:00:1c.1: PCI bridge to [bus 02]
[    0.177516] pci 0000:00:1c.1:   bridge window [mem 0xe3c00000-0xe3cfffff]
[    0.177609] acpiphp: Slot [1] registered
[    0.177616] pci 0000:00:1c.2: PCI bridge to [bus 03-08]
[    0.177621] pci 0000:00:1c.2:   bridge window [io  0x6000-0x6fff]
[    0.177625] pci 0000:00:1c.2:   bridge window [mem 0xe3100000-0xe3afffff]
[    0.177631] pci 0000:00:1c.2:   bridge window [mem 0xe1100000-0xe1afffff 64bit pref]
[    0.177734] pci 0000:09:00.0: [1217:13f7] type 00 class 0x0c0010
[    0.177778] pci 0000:09:00.0: reg 0x10: [mem 0xe3b30000-0xe3b30fff]
[    0.178054] pci 0000:09:00.0: supports D1 D2
[    0.178056] pci 0000:09:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.178250] pci 0000:09:00.1: [1217:8321] type 00 class 0x080501
[    0.178294] pci 0000:09:00.1: reg 0x10: [mem 0xe3b20000-0xe3b201ff]
[    0.178567] pci 0000:09:00.1: supports D1 D2
[    0.178569] pci 0000:09:00.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.178728] pci 0000:09:00.2: [1217:8331] type 00 class 0x018000
[    0.178768] pci 0000:09:00.2: reg 0x10: [mem 0xe3b10000-0xe3b103ff]
[    0.178814] pci 0000:09:00.2: reg 0x18: [mem 0xe3b00000-0xe3b003ff]
[    0.179045] pci 0000:09:00.2: supports D1 D2
[    0.179046] pci 0000:09:00.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.191004] pci 0000:00:1c.5: PCI bridge to [bus 09]
[    0.191011] pci 0000:00:1c.5:   bridge window [mem 0xe3b00000-0xe3bfffff]
[    0.191273] pci 0000:0a:00.0: [14e4:1681] type 00 class 0x020000
[    0.191320] pci 0000:0a:00.0: reg 0x10: [mem 0xe2010000-0xe201ffff 64bit]
[    0.191352] pci 0000:0a:00.0: reg 0x18: [mem 0xe2000000-0xe200ffff 64bit]
[    0.191423] pci 0000:0a:00.0: enabling Extended Tags
[    0.191599] pci 0000:0a:00.0: PME# supported from D3hot D3cold
[    0.191814] pci 0000:00:1c.6: PCI bridge to [bus 0a-11]
[    0.191819] pci 0000:00:1c.6:   bridge window [io  0x2000-0x5fff]
[    0.191823] pci 0000:00:1c.6:   bridge window [mem 0xe2000000-0xe30fffff]
[    0.191830] pci 0000:00:1c.6:   bridge window [mem 0xe0000000-0xe10fffff 64bit pref]
[    0.193540] ACPI: PCI: Interrupt link LNKA configured for IRQ 11
[    0.193627] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[    0.193712] ACPI: PCI: Interrupt link LNKC configured for IRQ 5
[    0.193796] ACPI: PCI: Interrupt link LNKD configured for IRQ 11
[    0.193879] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.193881] ACPI: PCI: Interrupt link LNKE disabled
[    0.193964] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.193966] ACPI: PCI: Interrupt link LNKF disabled
[    0.194049] ACPI: PCI: Interrupt link LNKG configured for IRQ 3
[    0.194132] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.194134] ACPI: PCI: Interrupt link LNKH disabled
[    0.196060] ACPI: EC: interrupt unblocked
[    0.196062] ACPI: EC: event unblocked
[    0.196072] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[    0.196074] ACPI: EC: GPE=0x10
[    0.196076] ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC initialization complete
[    0.196079] ACPI: \_SB_.PCI0.LPCB.ECDV: EC: Used to handle transactions and events
[    0.196189] iommu: Default domain type: Translated 
[    0.196189] iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.196189] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.196189] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.196189] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.196189] vgaarb: loaded
[    0.196189] SCSI subsystem initialized
[    0.196189] libata version 3.00 loaded.
[    0.196189] ACPI: bus type USB registered
[    0.196189] usbcore: registered new interface driver usbfs
[    0.196189] usbcore: registered new interface driver hub
[    0.196189] usbcore: registered new device driver usb
[    0.196189] pps_core: LinuxPPS API ver. 1 registered
[    0.196189] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.196189] PTP clock support registered
[    0.196189] EDAC MC: Ver: 3.0.0
[    0.196189] NetLabel: Initializing
[    0.196189] NetLabel:  domain hash size = 128
[    0.196189] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.196189] NetLabel:  unlabeled traffic allowed by default
[    0.196189] mctp: management component transport protocol core
[    0.196189] NET: Registered PF_MCTP protocol family
[    0.196189] PCI: Using ACPI for IRQ routing
[    0.198857] PCI: pci_cache_line_size set to 64 bytes
[    0.198857] e820: reserve RAM buffer [mem 0x0009a800-0x0009ffff]
[    0.198857] e820: reserve RAM buffer [mem 0xcaa32000-0xcbffffff]
[    0.198857] e820: reserve RAM buffer [mem 0xcadb7000-0xcbffffff]
[    0.198857] e820: reserve RAM buffer [mem 0xcb000000-0xcbffffff]
[    0.198857] e820: reserve RAM buffer [mem 0x22f000000-0x22fffffff]
[    0.200026] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.200037] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.202918] clocksource: Switched to clocksource tsc-early
[    0.215030] VFS: Disk quotas dquot_6.6.0
[    0.215052] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.215174] AppArmor: AppArmor Filesystem Enabled
[    0.215199] pnp: PnP ACPI init
[    0.215431] system 00:00: [mem 0xfed00000-0xfed003ff] has been reserved
[    0.215492] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.215495] system 00:01: [io  0x1000-0x100f] has been reserved
[    0.215497] system 00:01: [io  0xffff] has been reserved
[    0.215499] system 00:01: [io  0xffff] has been reserved
[    0.215500] system 00:01: [io  0x0400-0x047f] has been reserved
[    0.215502] system 00:01: [io  0x0500-0x057f] has been reserved
[    0.215504] system 00:01: [io  0x164e-0x164f] has been reserved
[    0.216966] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.216972] system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.216974] system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.216976] system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.216978] system 00:07: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.216979] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.216982] system 00:07: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.216984] system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.216986] system 00:07: [mem 0xff000000-0xffffffff] could not be reserved
[    0.216988] system 00:07: [mem 0xfee00000-0xfeefffff] has been reserved
[    0.218959] system 00:08: [mem 0x20000000-0x201fffff] has been reserved
[    0.218963] system 00:08: [mem 0x40000000-0x401fffff] has been reserved
[    0.218980] pnp: PnP ACPI: found 9 devices
[    0.225291] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.225360] NET: Registered PF_INET protocol family
[    0.225473] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.226923] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    0.226983] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.227167] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.227269] TCP: Hash tables configured (established 65536 bind 65536)
[    0.227364] MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
[    0.227420] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.227453] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.227528] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.227535] NET: Registered PF_XDP protocol family
[    0.227552] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.227572] pci 0000:00:1c.1: PCI bridge to [bus 02]
[    0.227579] pci 0000:00:1c.1:   bridge window [mem 0xe3c00000-0xe3cfffff]
[    0.227591] pci 0000:00:1c.2: PCI bridge to [bus 03-08]
[    0.227595] pci 0000:00:1c.2:   bridge window [io  0x6000-0x6fff]
[    0.227602] pci 0000:00:1c.2:   bridge window [mem 0xe3100000-0xe3afffff]
[    0.227607] pci 0000:00:1c.2:   bridge window [mem 0xe1100000-0xe1afffff 64bit pref]
[    0.227616] pci 0000:00:1c.5: PCI bridge to [bus 09]
[    0.227622] pci 0000:00:1c.5:   bridge window [mem 0xe3b00000-0xe3bfffff]
[    0.227630] pci 0000:00:1c.6: PCI bridge to [bus 0a-11]
[    0.227633] pci 0000:00:1c.6:   bridge window [io  0x2000-0x5fff]
[    0.227639] pci 0000:00:1c.6:   bridge window [mem 0xe2000000-0xe30fffff]
[    0.227643] pci 0000:00:1c.6:   bridge window [mem 0xe0000000-0xe10fffff 64bit pref]
[    0.227651] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.227653] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.227655] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.227656] pci_bus 0000:00: resource 7 [mem 0xcfa00000-0xfeafffff window]
[    0.227658] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed44fff window]
[    0.227660] pci_bus 0000:02: resource 1 [mem 0xe3c00000-0xe3cfffff]
[    0.227662] pci_bus 0000:03: resource 0 [io  0x6000-0x6fff]
[    0.227664] pci_bus 0000:03: resource 1 [mem 0xe3100000-0xe3afffff]
[    0.227665] pci_bus 0000:03: resource 2 [mem 0xe1100000-0xe1afffff 64bit pref]
[    0.227667] pci_bus 0000:09: resource 1 [mem 0xe3b00000-0xe3bfffff]
[    0.227669] pci_bus 0000:0a: resource 0 [io  0x2000-0x5fff]
[    0.227670] pci_bus 0000:0a: resource 1 [mem 0xe2000000-0xe30fffff]
[    0.227672] pci_bus 0000:0a: resource 2 [mem 0xe0000000-0xe10fffff 64bit pref]
[    0.228455] PCI: CLS 64 bytes, default 64
[    0.228498] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.228500] software IO TLB: mapped [mem 0x00000000c6a32000-0x00000000caa32000] (64MB)
[    0.228541] Trying to unpack rootfs image as initramfs...
[    0.239747] Initialise system trusted keyrings
[    0.239760] Key type blacklist registered
[    0.239831] workingset: timestamp_bits=36 max_order=21 bucket_order=0
[    0.242349] zbud: loaded
[    0.242912] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.243166] fuse: init (API version 7.36)
[    0.243406] integrity: Platform Keyring initialized
[    0.255299] Key type asymmetric registered
[    0.255303] Asymmetric key parser 'x509' registered
[    1.061321] Freeing initrd memory: 113692K
[    1.064963] alg: self-tests for CTR-KDF (hmac(sha256)) passed
[    1.064995] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    1.065036] io scheduler mq-deadline registered
[    1.066119] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.067075] ACPI: AC: AC Adapter [AC] (off-line)
[    1.067136] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    1.067178] ACPI: button: Lid Switch [LID]
[    1.067212] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    1.067241] ACPI: button: Power Button [PBTN]
[    1.067272] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    1.067291] ACPI: button: Sleep Button [SBTN]
[    1.067322] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    1.067349] ACPI: button: Power Button [PWRF]
[    1.068913] thermal LNXTHERM:00: registered as thermal_zone0
[    1.068918] ACPI: thermal: Thermal Zone [THM] (25 C)
[    1.069093] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.071760] Linux agpgart interface v0.103
[    1.074905] tpm_tis 00:06: 1.2 TPM (device-id 0x3204, rev-id 64)
[    1.078956] tpm tpm0: [Hardware Error]: Adjusting reported timeouts: A 10000->750000us B 10000->2000000us C 10000->750000us D 10000->750000us
[    1.085754] ACPI: battery: Slot [BAT0] (battery present)
[    1.101769] loop: module loaded
[    1.102078] tun: Universal TUN/TAP device driver, 1.6
[    1.102113] PPP generic driver version 2.4.2
[    1.102178] VFIO - User Level meta-driver version: 0.3
[    1.102311] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.102319] ehci-pci: EHCI PCI platform driver
[    1.102495] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    1.102504] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    1.102519] ehci-pci 0000:00:1a.0: debug port 2
[    1.106447] ehci-pci 0000:00:1a.0: irq 16, io mem 0xe3d50000
[    1.118881] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    1.118951] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.17
[    1.118954] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.118956] usb usb1: Product: EHCI Host Controller
[    1.118958] usb usb1: Manufacturer: Linux 5.17.5-76051705-generic ehci_hcd
[    1.118960] usb usb1: SerialNumber: 0000:00:1a.0
[    1.119098] hub 1-0:1.0: USB hub found
[    1.119105] hub 1-0:1.0: 2 ports detected
[    1.119393] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    1.119400] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    1.119414] ehci-pci 0000:00:1d.0: debug port 2
[    1.123328] ehci-pci 0000:00:1d.0: irq 17, io mem 0xe3d30000
[    1.142989] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    1.143086] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.17
[    1.143090] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.143092] usb usb2: Product: EHCI Host Controller
[    1.143093] usb usb2: Manufacturer: Linux 5.17.5-76051705-generic ehci_hcd
[    1.143095] usb usb2: SerialNumber: 0000:00:1d.0
[    1.143313] hub 2-0:1.0: USB hub found
[    1.143324] hub 2-0:1.0: 2 ports detected
[    1.143477] ehci-platform: EHCI generic platform driver
[    1.143495] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.143501] ohci-pci: OHCI PCI platform driver
[    1.143512] ohci-platform: OHCI generic platform driver
[    1.143519] uhci_hcd: USB Universal Host Controller Interface driver
[    1.143576] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.143798] i8042: Warning: Keylock active
[    1.145089] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.145095] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.145355] mousedev: PS/2 mouse device common for all mice
[    1.145902] rtc_cmos 00:02: RTC can wake from S4
[    1.146181] rtc_cmos 00:02: registered as rtc0
[    1.146220] rtc_cmos 00:02: setting system clock to 2022-07-22T14:52:02 UTC (1658501522)
[    1.146247] rtc_cmos 00:02: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
[    1.146257] i2c_dev: i2c /dev entries driver
[    1.146338] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    1.146369] device-mapper: uevent: version 1.0.3
[    1.146425] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
[    1.146449] platform eisa.0: Probing EISA bus 0
[    1.146451] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    1.146453] platform eisa.0: Cannot allocate resource for EISA slot 1
[    1.146455] platform eisa.0: Cannot allocate resource for EISA slot 2
[    1.146456] platform eisa.0: Cannot allocate resource for EISA slot 3
[    1.146457] platform eisa.0: Cannot allocate resource for EISA slot 4
[    1.146459] platform eisa.0: Cannot allocate resource for EISA slot 5
[    1.146460] platform eisa.0: Cannot allocate resource for EISA slot 6
[    1.146462] platform eisa.0: Cannot allocate resource for EISA slot 7
[    1.146463] platform eisa.0: Cannot allocate resource for EISA slot 8
[    1.146464] platform eisa.0: EISA: Detected 0 cards
[    1.146469] intel_pstate: Intel P-state driver initializing
[    1.146788] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    1.146813] ledtrig-cpu: registered to indicate activity on CPUs
[    1.146863] vesafb: mode is 1366x768x32, linelength=5504, pages=0
[    1.146866] vesafb: scrolling: redraw
[    1.146868] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.146884] vesafb: framebuffer at 0xd0000000, mapped to 0x(____ptrval____), using 4160k, total 4160k
[    1.146965] fbcon: Deferring console take-over
[    1.146967] fb0: VESA VGA frame buffer device
[    1.147060] drop_monitor: Initializing network drop monitor service
[    1.147215] NET: Registered PF_INET6 protocol family
[    1.150538] Segment Routing with IPv6
[    1.150556] In-situ OAM (IOAM) with IPv6
[    1.150587] NET: Registered PF_PACKET protocol family
[    1.150623] Key type dns_resolver registered
[    1.154217] microcode: sig=0x206a7, pf=0x10, revision=0x2f
[    1.154273] microcode: Microcode Update Driver: v2.2.
[    1.154281] IPI shorthand broadcast: enabled
[    1.154300] sched_clock: Marking stable (1154023726, 241532)->(1158512576, -4247318)
[    1.154483] registered taskstats version 1
[    1.154521] Loading compiled-in X.509 certificates
[    1.155394] Loaded X.509 cert 'Build time autogenerated kernel key: 6194ec7429ea381a18eccd8a6f370c1384358877'
[    1.156118] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969'
[    1.156833] Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19'
[    1.156835] blacklist: Loading compiled-in revocation X.509 certificates
[    1.156855] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing: 61482aa2830d0ab2ad5af10b7250da9033ddcef0'
[    1.157313] zswap: loaded using pool lzo/zbud
[    1.157509] Key type ._fscrypt registered
[    1.157510] Key type .fscrypt registered
[    1.157511] Key type fscrypt-provisioning registered
[    1.157624] Key type trusted registered
[    1.160794] Key type encrypted registered
[    1.160801] AppArmor: AppArmor sha1 policy hashing enabled
[    1.160816] Loading compiled-in module X.509 certificates
[    1.161560] Loaded X.509 cert 'Build time autogenerated kernel key: 6194ec7429ea381a18eccd8a6f370c1384358877'
[    1.161563] ima: Allocated hash algorithm: sha1
[    1.199025] ima: No architecture policies found
[    1.199037] evm: Initialising EVM extended attributes:
[    1.199038] evm: security.selinux
[    1.199039] evm: security.SMACK64
[    1.199040] evm: security.SMACK64EXEC
[    1.199041] evm: security.SMACK64TRANSMUTE
[    1.199041] evm: security.SMACK64MMAP
[    1.199042] evm: security.apparmor
[    1.199043] evm: security.ima
[    1.199043] evm: security.capability
[    1.199044] evm: HMAC attrs: 0x1
[    1.200794] PM:   Magic number: 14:483:890
[    1.200830] pci 0000:00:1f.3: hash matches
[    1.200965] RAS: Correctable Errors collector initialized.
[    1.202518] Freeing unused decrypted memory: 2036K
[    1.202913] Freeing unused kernel image (initmem) memory: 2768K
[    1.227087] Write protecting the kernel read-only data: 30720k
[    1.227574] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    1.227806] Freeing unused kernel image (rodata/data gap) memory: 1356K
[    1.297606] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.297609] x86/mm: Checking user space page tables
[    1.297614] tsc: Refined TSC clocksource calibration: 2494.333 MHz
[    1.297621] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x23f45085418, max_idle_ns: 440795285711 ns
[    1.297660] clocksource: Switched to clocksource tsc
[    1.341658] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.342129] Run /init as init process
[    1.342130]   with arguments:
[    1.342131]     /init
[    1.342132]     splash
[    1.342133]   with environment:
[    1.342134]     HOME=/
[    1.342135]     TERM=linux
[    1.342135]     BOOT_IMAGE=/boot/vmlinuz-5.17.5-76051705-generic
[    1.398874] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    1.398900] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    1.450565] wmi_bus wmi_bus-PNP0C14:00: WQBC data block query control method not found
[    1.457286] sdhci: Secure Digital Host Controller Interface driver
[    1.457290] sdhci: Copyright(c) Pierre Ossman
[    1.462968] sdhci-pci 0000:09:00.1: SDHCI controller found [1217:8321] (rev 5)
[    1.463193] mmc0 bounce up to 128 segments into one, max segment size 65536 bytes
[    1.463357] mmc0: SDHCI controller on PCI [0000:09:00.1] using DMA
[    1.465070] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20211217/utaddress-204)
[    1.465081] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[    1.465085] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20211217/utaddress-204)
[    1.465091] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[    1.465093] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20211217/utaddress-204)
[    1.465098] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[    1.465100] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20211217/utaddress-204)
[    1.465105] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[    1.465106] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    1.465281] ACPI: bus type drm_connector registered
[    1.470088] ahci 0000:00:1f.2: version 3.0
[    1.470346] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[    1.470724] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    1.477234] i801_smbus 0000:00:1f.3: Accelerometer lis3lv02d is present on SMBus but its address is unknown, skipping registration
[    1.477241] i2c i2c-0: 2/2 memory slots populated (from DMI)
[    1.477777] i2c i2c-0: Successfully instantiated SPD at 0x50
[    1.480447] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3b impl SATA mode
[    1.480454] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ems sxs apst 
[    1.483613] tg3 0000:0a:00.0 eth0: Tigon3 [partno(BCM95761) rev 5761100] (PCI Express) MAC address d0:67:e5:3a:4f:0b
[    1.483620] tg3 0000:0a:00.0 eth0: attached PHY is 5761 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[0])
[    1.483624] tg3 0000:0a:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[    1.483628] tg3 0000:0a:00.0 eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[    1.495736] cryptd: max_cpu_qlen set to 1000
[    1.510483] AVX version of gcm_enc/dec engaged.
[    1.510523] AES CTR mode by8 optimization enabled
[    1.518347] tg3 0000:0a:00.0 enp10s0: renamed from eth0
[    1.519035] firewire_ohci 0000:09:00.0: register access failure
[    1.519034] firewire_ohci 0000:09:00.0: added OHCI v1.10 device as card 0, 8 IR + 8 IT contexts, quirks 0x10
[    1.519043] fbcon: Taking over console
[    1.519318] Console: switching to colour frame buffer device 170x48
[    1.555262] usb 1-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
[    1.555268] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.555318] usb 2-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
[    1.555321] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.555538] hub 1-1:1.0: USB hub found
[    1.555588] hub 2-1:1.0: USB hub found
[    1.555616] hub 1-1:1.0: 6 ports detected
[    1.555750] hub 2-1:1.0: 6 ports detected
[    1.566967] scsi host0: ahci
[    1.567323] scsi host1: ahci
[    1.567572] scsi host2: ahci
[    1.567826] scsi host3: ahci
[    1.568060] scsi host4: ahci
[    1.568300] scsi host5: ahci
[    1.568385] ata1: SATA max UDMA/133 abar m2048@0xe3d20000 port 0xe3d20100 irq 26
[    1.568390] ata2: SATA max UDMA/133 abar m2048@0xe3d20000 port 0xe3d20180 irq 26
[    1.568392] ata3: DUMMY
[    1.568395] ata4: SATA max UDMA/133 abar m2048@0xe3d20000 port 0xe3d20280 irq 26
[    1.568398] ata5: SATA max UDMA/133 abar m2048@0xe3d20000 port 0xe3d20300 irq 26
[    1.568400] ata6: SATA max UDMA/133 abar m2048@0xe3d20000 port 0xe3d20380 irq 26
[    1.601591] checking generic (d0000000 410000) vs hw (e1c00000 400000)
[    1.601596] checking generic (d0000000 410000) vs hw (d0000000 10000000)
[    1.601597] fb0: switching to i915 from VESA VGA
[    1.601707] Console: switching to colour dummy device 80x25
[    1.601747] i915 0000:00:02.0: vgaarb: deactivate vga console
[    1.639568] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[    1.640554] ACPI: video: Video Device [VID] (multi-head: yes  rom: no  post: no)
[    1.647114] acpi device:38: registered as cooling_device4
[    1.647524] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7
[    1.663264] fbcon: i915drmfb (fb0) is primary device
[    1.827037] random: fast init done
[    1.842916] usb 2-1.1: new full-speed USB device number 3 using ehci-pci
[    1.842916] usb 1-1.4: new high-speed USB device number 3 using ehci-pci
[    1.882038] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.895185] ata1.00: ACPI cmd 00/00:00:00:00:00:a0(NOP) rejected by device (Stat=0x51 Err=0x04)
[    1.895580] ata1.00: ATA-8: hp ssd v300a, 505ABBF0, max UDMA/133
[    1.896050] ata1.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.905082] ata1.00: ACPI cmd 00/00:00:00:00:00:a0(NOP) rejected by device (Stat=0x51 Err=0x04)
[    1.905916] ata1.00: configured for UDMA/133
[    1.906827] scsi 0:0:0:0: Direct-Access     ATA      hp ssd v300a     BBF0 PQ: 0 ANSI: 5
[    1.907426] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.907663] sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/112 GiB)
[    1.907677] sd 0:0:0:0: [sda] Write Protect is off
[    1.907680] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.907702] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.931953]  sda: sda1 sda2
[    1.955422] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.958603] usb 2-1.1: New USB device found, idVendor=046d, idProduct=c52f, bcdDevice=30.00
[    1.958621] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.958623] usb 2-1.1: Product: USB Receiver
[    1.958625] usb 2-1.1: Manufacturer: Logitech
[    1.958885] usb 1-1.4: New USB device found, idVendor=05ca, idProduct=181e, bcdDevice=11.25
[    1.958891] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.958894] usb 1-1.4: Product: Laptop_Integrated_Webcam_FHD
[    1.958897] usb 1-1.4: Manufacturer: CN0CJ3P272487184C1XNA00
[    1.965509] hid: raw HID events driver (C) Jiri Kosina
[    2.038954] usb 2-1.6: new full-speed USB device number 4 using ehci-pci
[    2.099254] firewire_core 0000:09:00.0: created device fw0: GUID 06214ec1474fc000, S400
[    2.152220] usb 2-1.6: New USB device found, idVendor=413c, idProduct=8187, bcdDevice= 5.17
[    2.152235] usb 2-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.152241] usb 2-1.6: Product: DW375 Bluetooth Module
[    2.152245] usb 2-1.6: Manufacturer: Dell Computer Corp
[    2.152249] usb 2-1.6: SerialNumber: 60D819F9159B
[    2.222271] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    2.224965] ata2.00: ATAPI: HL-DT-STDVD+/-RW GT32N, A203, max UDMA/100
[    2.227968] ata2.00: configured for UDMA/100
[    2.233002] scsi 1:0:0:0: CD-ROM            HL-DT-ST DVD+-RW GT32N    A203 PQ: 0 ANSI: 5
[    2.298010] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    2.298013] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.328665] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    2.328807] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    2.515346] Console: switching to colour frame buffer device 170x48
[    2.540753] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    2.642003] ata4: SATA link down (SStatus 0 SControl 300)
[    2.675014] input: AlpsPS/2 ALPS GlidePoint as /devices/platform/i8042/serio1/input/input6
[    2.958466] ata5: SATA link down (SStatus 0 SControl 300)
[    3.274332] ata6: SATA link down (SStatus 0 SControl 300)
[    3.284557] usbcore: registered new interface driver usbhid
[    3.284562] usbhid: USB HID core driver
[    3.287697] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0/0003:046D:C52F.0001/input/input8
[    3.288127] hid-generic 0003:046D:C52F.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:1d.0-1.1/input0
[    3.288399] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.1/0003:046D:C52F.0002/input/input9
[    3.347448] hid-generic 0003:046D:C52F.0002: input,hiddev0,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1d.0-1.1/input1
[    3.415775] logitech-djreceiver 0003:046D:C52F.0001: hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:1d.0-1.1/input0
[    3.516228] logitech-djreceiver 0003:046D:C52F.0002: hiddev0,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1d.0-1.1/input1
[    3.581748] logitech-djreceiver 0003:046D:C52F.0002: device of type eQUAD step 4 DJ (0x04) connected on slot 1
[    3.582392] input: Logitech Wireless Mouse PID:4057 Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.1/0003:046D:C52F.0002/0003:046D:4057.0003/input/input12
[    3.582546] input: Logitech Wireless Mouse PID:4057 Consumer Control as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.1/0003:046D:C52F.0002/0003:046D:4057.0003/input/input13
[    3.582622] hid-generic 0003:046D:4057.0003: input,hidraw2: USB HID v1.11 Mouse [Logitech Wireless Mouse PID:4057] on usb-0000:00:1d.0-1.1/input1:1
[    3.682269] input: Logitech B330/M330/M3 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.1/0003:046D:C52F.0002/0003:046D:4057.0003/input/input17
[    3.682625] logitech-hidpp-device 0003:046D:4057.0003: input,hidraw2: USB HID v1.11 Mouse [Logitech B330/M330/M3] on usb-0000:00:1d.0-1.1/input1:1
[    3.782835] system76_acpi: loading out-of-tree module taints kernel.
[    3.782888] system76_acpi: module verification failed: signature and/or required key missing - tainting kernel
[    3.785544] system76: Model does not utilize this driver
[    3.830283] usbcore: registered new interface driver system76-io
[    3.918861] raid6: sse2x4   gen() 10612 MB/s
[    3.986860] raid6: sse2x2   gen() 15338 MB/s
[    4.054858] raid6: sse2x1   gen() 12317 MB/s
[    4.054860] raid6: using algorithm sse2x2 gen() 15338 MB/s
[    4.122858] raid6: .... xor() 8507 MB/s, rmw enabled
[    4.122860] raid6: using ssse3x2 recovery algorithm
[    4.123970] xor: automatically using best checksumming function   avx       
[    4.124965] async_tx: api initialized (async)
[    4.204070] random: lvm: uninitialized urandom read (4 bytes read)
[    4.337027] EXT4-fs (sda1): mounted filesystem with ordered data mode. Quota mode: none.
[    4.536783] systemd[1]: Inserted module 'autofs4'
[    4.558344] systemd[1]: systemd 249.11-0ubuntu3pop0~1650312774~22.04~cecf6af 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.575206] systemd[1]: Detected architecture x86-64.
[    4.576755] systemd[1]: Hostname set to <e5520-campo-pop-os>.
[    4.752779] random: lvmconfig: uninitialized urandom read (4 bytes read)
[    4.830230] systemd[1]: /lib/systemd/system/clamav-freshclam.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[    4.874993] systemd[1]: Queued start job for default target Graphical Interface.
[    4.875296] random: systemd: uninitialized urandom read (16 bytes read)
[    4.876219] systemd[1]: Created slice Slice /system/modprobe.
[    4.876568] systemd[1]: Created slice Cryptsetup Units Slice.
[    4.876823] systemd[1]: Created slice User and Session Slice.
[    4.876915] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    4.877118] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    4.877203] systemd[1]: Reached target User and Group Name Lookups.
[    4.877230] systemd[1]: Reached target Remote File Systems.
[    4.877249] systemd[1]: Reached target Slice Units.
[    4.877288] systemd[1]: Reached target Local Verity Protected Volumes.
[    4.877384] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    4.877510] systemd[1]: Listening on LVM2 poll daemon socket.
[    4.877867] systemd[1]: Listening on Syslog Socket.
[    4.877937] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    4.878159] systemd[1]: Listening on Journal Audit Socket.
[    4.878263] systemd[1]: Listening on Journal Socket (/dev/log).
[    4.878391] systemd[1]: Listening on Journal Socket.
[    4.878787] systemd[1]: Listening on udev Control Socket.
[    4.878932] systemd[1]: Listening on udev Kernel Socket.
[    4.879749] systemd[1]: Mounting Huge Pages File System...
[    4.880610] systemd[1]: Mounting POSIX Message Queue File System...
[    4.881887] systemd[1]: Mounting Kernel Debug File System...
[    4.883105] systemd[1]: Mounting Kernel Trace File System...
[    4.885110] systemd[1]: Starting Journal Service...
[    4.885452] systemd[1]: Finished Availability of block devices.
[    4.887519] systemd[1]: Starting Set the console keyboard layout...
[    4.888931] systemd[1]: Starting Create List of Static Device Nodes...
[    4.890206] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    4.891772] systemd[1]: Starting Load Kernel Module configfs...
[    4.893260] systemd[1]: Starting Load Kernel Module drm...
[    4.894791] systemd[1]: Starting Load Kernel Module fuse...
[    4.896281] systemd[1]: Started Nameserver information manager.
[    4.902350] systemd[1]: Starting Load Kernel Modules...
[    4.903868] systemd[1]: Starting Remount Root and Kernel File Systems...
[    4.905381] systemd[1]: Starting Coldplug All udev Devices...
[    4.910899] systemd[1]: Mounted Huge Pages File System.
[    4.911283] systemd[1]: Mounted POSIX Message Queue File System.
[    4.911762] systemd[1]: Mounted Kernel Debug File System.
[    4.912170] systemd[1]: Mounted Kernel Trace File System.
[    4.913193] systemd[1]: Finished Create List of Static Device Nodes.
[    4.915413] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    4.916152] EXT4-fs (sda1): re-mounted. Quota mode: none.
[    4.916607] systemd[1]: Finished Load Kernel Module configfs.
[    4.918319] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    4.918663] systemd[1]: Finished Load Kernel Module drm.
[    4.919112] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    4.919418] systemd[1]: Finished Load Kernel Module fuse.
[    4.920314] systemd[1]: Finished Remount Root and Kernel File Systems.
[    4.921958] systemd[1]: Mounting FUSE Control File System...
[    4.923465] systemd[1]: Mounting Kernel Configuration File System...
[    4.923593] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[    4.925201] systemd[1]: Starting Load/Save Random Seed...
[    4.926668] systemd[1]: Starting Create System Users...
[    4.935252] systemd[1]: Mounted FUSE Control File System.
[    4.936509] systemd[1]: Mounted Kernel Configuration File System.
[    4.937069] lp: driver loaded but no devices found
[    4.945640] ppdev: user-space parallel port driver
[    4.949494] parport_pc 00:04: [io  0x0378-0x037b]
[    4.951907] parport_pc 00:04: activated
[    4.951914] parport_pc 00:04: reported by Plug and Play ACPI
[    4.952079] systemd[1]: Finished Create System Users.
[    4.953666] systemd[1]: Starting Create Static Device Nodes in /dev...
[    4.956795] systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
[    4.975287] IPMI message handler: version 39.2
[    4.977467] ipmi device interface
[    4.981179] systemd[1]: Finished Create Static Device Nodes in /dev.
[    4.985635] io scheduler kyber registered
[    4.987098] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    4.987792] systemd[1]: Finished Load Kernel Modules.
[    4.989381] systemd[1]: Starting Apply Kernel Variables...
[    4.996767] systemd[1]: Finished Set the console keyboard layout.
[    4.997088] systemd[1]: Reached target Preparation for Local File Systems.
[    4.997135] systemd[1]: Reached target Local File Systems.
[    4.998620] systemd[1]: Starting Load AppArmor profiles...
[    5.000079] systemd[1]: Starting Enable support for additional executable binary formats...
[    5.001643] systemd[1]: Starting Set console font and keymap...
[    5.005112] systemd[1]: Starting Create final runtime dir for shutdown pivot root...
[    5.006530] systemd[1]: Starting Tell Plymouth To Write Out Runtime Data...
[    5.008972] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    5.011444] systemd[1]: Starting Uncomplicated firewall...
[    5.012118] systemd[1]: Started Journal Service.
[    5.027710] systemd-journald[380]: Received client request to flush runtime journal.
[    5.069012] audit: type=1400 audit(1658501526.419:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=436 comm="apparmor_parser"
[    5.069792] audit: type=1400 audit(1658501526.419:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=437 comm="apparmor_parser"
[    5.069799] audit: type=1400 audit(1658501526.419:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=437 comm="apparmor_parser"
[    5.080018] audit: type=1400 audit(1658501526.431:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/freshclam" pid=448 comm="apparmor_parser"
[    5.081788] audit: type=1400 audit(1658501526.431:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=449 comm="apparmor_parser"
[    5.081796] audit: type=1400 audit(1658501526.431:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=449 comm="apparmor_parser"
[    5.081800] audit: type=1400 audit(1658501526.431:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=449 comm="apparmor_parser"
[    5.089185] audit: type=1400 audit(1658501526.439:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oosplash" pid=452 comm="apparmor_parser"
[    5.091190] audit: type=1400 audit(1658501526.439:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=438 comm="apparmor_parser"
[    5.194549] kauditd_printk_skb: 10 callbacks suppressed
[    5.194553] audit: type=1400 audit(1658501526.543:21): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince" pid=439 comm="apparmor_parser"
[    5.194560] audit: type=1400 audit(1658501526.543:22): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince//sanitized_helper" pid=439 comm="apparmor_parser"
[    5.194564] audit: type=1400 audit(1658501526.543:23): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince-previewer" pid=439 comm="apparmor_parser"
[    5.194568] audit: type=1400 audit(1658501526.543:24): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince-previewer//sanitized_helper" pid=439 comm="apparmor_parser"
[    5.194572] audit: type=1400 audit(1658501526.543:25): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince-thumbnailer" pid=439 comm="apparmor_parser"
[    5.237679] audit: type=1400 audit(1658501526.587:26): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-soffice" pid=456 comm="apparmor_parser"
[    5.237688] audit: type=1400 audit(1658501526.587:27): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-soffice//gpg" pid=456 comm="apparmor_parser"
[    5.687239] io scheduler bfq registered
[    5.700915] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.4)
[    5.719763] at24 0-0050: supply vcc not found, using dummy regulator
[    5.720556] at24 0-0050: 256 byte spd EEPROM, read-only
[    5.726794] dell-smbios A80593CE-A997-11DA-B012-B622A1EF5492: WMI SMBIOS userspace interface not supported(0), try upgrading to a newer BIOS
[    5.731545] Bluetooth: Core ver 2.22
[    5.731585] NET: Registered PF_BLUETOOTH protocol family
[    5.731587] Bluetooth: HCI device and connection manager initialized
[    5.731595] Bluetooth: HCI socket layer initialized
[    5.731598] Bluetooth: L2CAP socket layer initialized
[    5.731604] Bluetooth: SCO socket layer initialized
[    5.737914] mc: Linux media interface: v0.10
[    5.742316] input: Dell WMI hotkeys as /devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input18
[    5.783024] usbcore: registered new interface driver btusb
[    5.801045] videodev: Linux video capture interface: v2.00
[    5.828158] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 163840 ms ovfl timer
[    5.828163] RAPL PMU: hw unit of domain pp0-core 2^-16 Joules
[    5.828165] RAPL PMU: hw unit of domain package 2^-16 Joules
[    5.828166] RAPL PMU: hw unit of domain pp1-gpu 2^-16 Joules
[    5.898426] usb 1-1.4: Found UVC 1.00 device Laptop_Integrated_Webcam_FHD (05ca:181e)
[    5.925626] dell_laptop: Using i8042 filter function for receiving events
[    5.934820] input: Laptop_Integrated_Webcam_FHD: I as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input19
[    5.934943] usbcore: registered new interface driver uvcvideo
[    6.124026] snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    6.129596] intel_rapl_common: Found RAPL domain package
[    6.129602] intel_rapl_common: Found RAPL domain core
[    6.129604] intel_rapl_common: Found RAPL domain uncore
[    6.129610] intel_rapl_common: RAPL package-0 domain package locked by BIOS
[    6.149450] snd_hda_codec_idt hdaudioC0D0: autoconfig for 92HD90BXX: line_outs=1 (0xe/0x0/0x0/0x0/0x0) type:line
[    6.149456] snd_hda_codec_idt hdaudioC0D0:    speaker_outs=1 (0xd/0x0/0x0/0x0/0x0)
[    6.149458] snd_hda_codec_idt hdaudioC0D0:    hp_outs=1 (0xb/0x0/0x0/0x0/0x0)
[    6.149460] snd_hda_codec_idt hdaudioC0D0:    mono: mono_out=0x0
[    6.149461] snd_hda_codec_idt hdaudioC0D0:    inputs:
[    6.149462] snd_hda_codec_idt hdaudioC0D0:      Dock Mic=0xf
[    6.149464] snd_hda_codec_idt hdaudioC0D0:      Mic=0xa
[    6.149465] snd_hda_codec_idt hdaudioC0D0:      Internal Mic=0x20
[    6.196897] input: HDA Intel PCH Dock Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input20
[    6.196996] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input21
[    6.197087] input: HDA Intel PCH Dock Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input22
[    6.197170] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input23
[    6.197258] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input24
[    6.197327] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input25
[    6.197392] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input26
[    6.465845] random: crng init done
[    6.465858] random: 7 urandom warning(s) missed due to ratelimiting
[    6.597214] Adding 4193784k swap on /dev/mapper/cryptswap.  Priority:-2 extents:1 across:4193784k SSFS
[    6.929729] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    6.929736] Bluetooth: BNEP filters: protocol multicast
[    6.929741] Bluetooth: BNEP socket layer initialized
[    6.977298] NET: Registered PF_ALG protocol family
[    7.263665] Dynamic Preempt: voluntary
[    7.335314] Dynamic Preempt: voluntary
[    7.407922] audit: type=1400 audit(1658501528.759:28): apparmor="DENIED" operation="capable" profile="/usr/sbin/cupsd" pid=908 comm="cupsd" capability=12  capname="net_admin"
[    8.533897] Bluetooth: RFCOMM TTY layer initialized
[    8.533909] Bluetooth: RFCOMM socket layer initialized
[    8.533917] Bluetooth: RFCOMM ver 1.11
[   10.780440] rfkill: input handler disabled
[   13.370806] audit: type=1400 audit(1658501534.719:29): apparmor="DENIED" operation="capable" profile="/usr/sbin/cups-browsed" pid=1334 comm="cups-browsed" capability=23  capname="sys_nice"
[   18.871322] rfkill: input handler enabled
[   22.620211] rfkill: input handler disabled
jacobgkau commented 2 years ago

Then I ran sudo apt update and sudo apt dist-upgrade. Apt ended with:

Error were encountered while processing: bcmwl-kernel-source
E: Sub-process /usr/bin/dpkg returned error code (1).

Well that is why it's "breaking" for all kernels, the package is not being installed. You should not need to use Timeshift to recover from this, you should also be able to install the working version of the package again.

Can you please provide the entire output of the dist-upgrade/full-upgrade command so we can see what the error being referred to is? Also, I need apt policy linux-image-generic, not just linux (that was my mistake). It looks like you had the latest version of the bcmwl-kernel-source package, b1db255, but your dmesg output indicates you were still on kernel 5.17. I am asking for output with all updates applied and no Timeshift modifications in place.


System76 customers can reach out to support for technical assistance. For non-System76 hardware, you can seek community support on Reddit or Mattermost.

ganakee commented 2 years ago

Thank you.

OK, I restored from Timeshift and then ran sudo apt update and sudo -y dist-upgrade. I include all output including the update components for completeness.

@e5520-campo-pop-os:~$ sudo apt update
Hit:1 http://apt.pop-os.org/proprietary jammy InRelease
Hit:2 http://apt.pop-os.org/release jammy InRelease
Hit:3 http://apt.pop-os.org/ubuntu jammy InRelease
Hit:4 http://apt.pop-os.org/ubuntu jammy-security InRelease
Hit:5 http://apt.pop-os.org/ubuntu jammy-updates InRelease
Hit:6 http://apt.pop-os.org/ubuntu jammy-backports InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
7 packages can be upgraded. Run 'apt list --upgradable' to see them.

@e5520-campo-pop-os:~$ sudo apt list --upgradeable
Listing... Done
bcmwl-kernel-source/jammy 6.30.223.271+bdcom-0ubuntu9pop1~1658439095~22.04~b1db255 amd64 [upgradable from: 6.30.223.271+bdcom-0ubuntu8pop1~1652456320~22.04~43c3806]
linux-generic/jammy 5.18.10.76051810.202207071639~1657252310~22.04~7d5e891 amd64 [upgradable from: 5.17.15.76051715.202206141358~1655919116~22.04~1db9e34]
linux-headers-generic/jammy 5.18.10.76051810.202207071639~1657252310~22.04~7d5e891 amd64 [upgradable from: 5.17.15.76051715.202206141358~1655919116~22.04~1db9e34]
linux-image-generic/jammy 5.18.10.76051810.202207071639~1657252310~22.04~7d5e891 amd64 [upgradable from: 5.17.15.76051715.202206141358~1655919116~22.04~1db9e34]
linux-system76/jammy 5.18.10.76051810.202207071639~1657252310~22.04~7d5e891 amd64 [upgradable from: 5.17.15.76051715.202206141358~1655919116~22.04~1db9e34]
xserver-xorg-video-ati/jammy-updates 1:19.1.0-2ubuntu1 amd64 [upgradable from: 1:19.1.0-2build3]
xserver-xorg-video-radeon/jammy-updates 1:19.1.0-2ubuntu1 amd64 [upgradable from: 1:19.1.0-2build3]

@e5520-campo-pop-os:~$ sudo apt -y dist-upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following package was automatically installed and is no longer required:
  pipewire-audio-client-libraries
Use 'sudo apt autoremove' to remove it.
The following NEW packages will be installed:
  linux-headers-5.18.10-76051810 linux-headers-5.18.10-76051810-generic
  linux-image-5.18.10-76051810-generic linux-modules-5.18.10-76051810-generic
The following packages will be upgraded:
  bcmwl-kernel-source linux-generic linux-headers-generic linux-image-generic
  linux-system76 xserver-xorg-video-ati xserver-xorg-video-radeon
7 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/120 MB of archives.
After this operation, 697 MB of additional disk space will be used.
Selecting previously unselected package linux-image-5.18.10-76051810-generic.
(Reading database ... 269785 files and directories currently installed.)
Preparing to unpack .../linux-image-5.18.10-76051810-generic_5.18.10-76051810.20
2207071639~1657252310~22.04~7d5e891_amd64.deb ...
Unpacking linux-image-5.18.10-76051810-generic (5.18.10-76051810.202207071639~16
57252310~22.04~7d5e891) ...
Selecting previously unselected package linux-modules-5.18.10-76051810-generic.
Preparing to unpack .../linux-modules-5.18.10-76051810-generic_5.18.10-76051810.
202207071639~1657252310~22.04~7d5e891_amd64.deb ...
Unpacking linux-modules-5.18.10-76051810-generic (5.18.10-76051810.202207071639~
1657252310~22.04~7d5e891) ...
Setting up linux-modules-5.18.10-76051810-generic (5.18.10-76051810.202207071639
~1657252310~22.04~7d5e891) ...
Setting up linux-image-5.18.10-76051810-generic (5.18.10-76051810.202207071639~1
657252310~22.04~7d5e891) ...
I: /boot/vmlinuz.old is now a symlink to vmlinuz-5.17.15-76051715-generic
I: /boot/initrd.img.old is now a symlink to initrd.img-5.17.15-76051715-generic
I: /boot/vmlinuz is now a symlink to vmlinuz-5.18.10-76051810-generic
I: /boot/initrd.img is now a symlink to initrd.img-5.18.10-76051810-generic
Selecting previously unselected package linux-headers-5.18.10-76051810.
(Reading database ... 277126 files and directories currently installed.)
Preparing to unpack .../linux-headers-5.18.10-76051810_5.18.10-76051810.20220707
1639~1657252310~22.04~7d5e891_all.deb ...
Unpacking linux-headers-5.18.10-76051810 (5.18.10-76051810.202207071639~16572523
10~22.04~7d5e891) ...
Setting up linux-headers-5.18.10-76051810 (5.18.10-76051810.202207071639~1657252
310~22.04~7d5e891) ...
Selecting previously unselected package linux-headers-5.18.10-76051810-generic.
(Reading database ... 296119 files and directories currently installed.)
Preparing to unpack .../linux-headers-5.18.10-76051810-generic_5.18.10-76051810.
202207071639~1657252310~22.04~7d5e891_amd64.deb ...
Unpacking linux-headers-5.18.10-76051810-generic (5.18.10-76051810.202207071639~
1657252310~22.04~7d5e891) ...
Setting up linux-headers-5.18.10-76051810-generic (5.18.10-76051810.202207071639
~1657252310~22.04~7d5e891) ...
/etc/kernel/header_postinst.d/dkms:
 * dkms: running auto installation service for kernel 5.18.10-76051810-generic

Kernel preparation unnecessary for this kernel. Skipping...
applying patch 0002-Makefile.patch...patching file Makefile
Hunk #1 succeeded at 113 with fuzz 1.
Hunk #2 succeeded at 132 with fuzz 2 (offset 1 line).

applying patch 0003-Make-up-for-missing-init_MUTEX.patch...patching file src/wl/
sys/wl_linux.c
Hunk #1 succeeded at 115 with fuzz 2 (offset 16 lines).

applying patch 0010-change-the-network-interface-name-from-eth-to-wlan.patch...p
atching file src/wl/sys/wl_linux.c
Hunk #1 succeeded at 225 (offset -10 lines).

applying patch 0013-gcc.patch...patching file Makefile

applying patch 0019-broadcom-sta-6.30.223.248-3.18-null-pointer-fix.patch...patc
hing file src/wl/sys/wl_linux.c
Hunk #1 succeeded at 2179 (offset 22 lines).

applying patch 0020-add-support-for-linux-4.3.patch...patching file src/shared/l
inux_osl.c

applying patch 0021-add-support-for-Linux-4.7.patch...patching file src/wl/sys/w
l_cfg80211_hybrid.c

applying patch 0022-add-support-for-Linux-4.8.patch...patching file src/wl/sys/w
l_cfg80211_hybrid.c
Hunk #1 succeeded at 2391 (offset 3 lines).
Hunk #2 succeeded at 2501 (offset 3 lines).
Hunk #3 succeeded at 2933 (offset 9 lines).

applying patch 0023-add-support-for-Linux-4.11.patch...patching file src/include
/linuxver.h
patching file src/wl/sys/wl_linux.c
Hunk #1 succeeded at 2929 (offset 14 lines).

applying patch 0024-add-support-for-Linux-4.12.patch...patching file src/wl/sys/
wl_cfg80211_hybrid.c
Hunk #1 succeeded at 55 (offset 5 lines).
Hunk #2 succeeded at 472 (offset 5 lines).
Hunk #3 succeeded at 2371 (offset 5 lines).
Hunk #4 succeeded at 2388 (offset 5 lines).

applying patch 0025-add-support-for-Linux-4.14.patch...patching file src/shared/
linux_osl.c
Hunk #1 succeeded at 1080 (offset 4 lines).

applying patch 0026-add-support-for-Linux-4.15.patch...patching file src/wl/sys/
wl_linux.c
Hunk #1 succeeded at 97 with fuzz 2 (offset 4 lines).
Hunk #2 succeeded at 2316 (offset 14 lines).
Hunk #3 succeeded at 2378 (offset 14 lines).

applying patch 0027-add-support-for-linux-5.1.patch...patching file src/include/
linuxver.h
Hunk #1 succeeded at 595 (offset 4 lines).

applying patch 0028-add-support-for-linux-5.6.patch...patching file src/shared/l
inux_osl.c
Hunk #1 succeeded at 946 (offset 4 lines).
patching file src/wl/sys/wl_linux.c
Hunk #1 succeeded at 600 (offset 18 lines).
Hunk #2 succeeded at 794 (offset 18 lines).
Hunk #3 succeeded at 3375 (offset 32 lines).

applying patch 0029-Update-for-set_fs-removal-in-Linux-5.10.patch...patching fil
e src/wl/sys/wl_cfg80211_hybrid.c
patching file src/wl/sys/wl_iw.c
patching file src/wl/sys/wl_linux.c
Hunk #1 succeeded at 1669 (offset 10 lines).
Hunk #2 succeeded at 1690 (offset 10 lines).
Hunk #3 succeeded at 1703 (offset 10 lines).
patching file src/wl/sys/wl_linux.h

Building module:
cleaning build area...
make -j4 KERNELRELEASE=5.18.10-76051810-generic -C /lib/modules/5.18.10-76051810
-generic/build M=/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build...(bad exit status
: 2)
ERROR (dkms apport): kernel package linux-headers-5.18.10-76051810-generic is no
t supported
Error! Bad return status for module build on kernel: 5.18.10-76051810-generic (x
86_64)
Consult /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/make.log for more informati
on.

Kernel preparation unnecessary for this kernel. Skipping...

Building module:
cleaning build area...
make -j4 KERNELRELEASE=5.18.10-76051810-generic -C /lib/modules/5.18.10-76051810
-generic/build M=/var/lib/dkms/system76/1.0.14~1643391291~22.04~78ede46/build...
cleaning build area...

system76.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/5.18.10-76051810-generic/updates/dkms/

depmod...

Kernel preparation unnecessary for this kernel. Skipping...

Building module:
cleaning build area...
make -j4 KERNELRELEASE=5.18.10-76051810-generic -C /lib/modules/5.18.10-76051810
-generic/build M=/var/lib/dkms/system76_acpi/1.0.2~1640122755~22.04~04145b8/buil
d...
cleaning build area...

system76_acpi.ko:
Running module version sanity check.
 - Original module
   - Found /lib/modules/5.18.10-76051810-generic/kernel/drivers/platform/x86/sys
tem76_acpi.ko
   - Storing in /var/lib/dkms/system76_acpi/original_module/5.18.10-76051810-gen
eric/x86_64/
   - Archiving for uninstallation purposes
 - Installation
   - Installing to /lib/modules/5.18.10-76051810-generic/updates/dkms/

depmod...

Kernel preparation unnecessary for this kernel. Skipping...

Building module:
cleaning build area...
make -j4 KERNELRELEASE=5.18.10-76051810-generic -C /lib/modules/5.18.10-76051810
-generic/build M=/var/lib/dkms/system76-io/1.0.2~1655490480~22.04~0217576/build.
..
cleaning build area...

system76-io.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/5.18.10-76051810-generic/updates/dkms/

depmod...
   ...done.
(Reading database ... 305826 files and directories currently installed.)
Preparing to unpack .../linux-headers-generic_5.18.10.76051810.202207071639~1657
252310~22.04~7d5e891_amd64.deb ...
Unpacking linux-headers-generic (5.18.10.76051810.202207071639~1657252310~22.04~
7d5e891) over (5.17.15.76051715.202206141358~1655919116~22.04~1db9e34) ...
Setting up linux-headers-generic (5.18.10.76051810.202207071639~1657252310~22.04
~7d5e891) ...
(Reading database ... 305826 files and directories currently installed.)
Preparing to unpack .../linux-image-generic_5.18.10.76051810.202207071639~165725
2310~22.04~7d5e891_amd64.deb ...
Unpacking linux-image-generic (5.18.10.76051810.202207071639~1657252310~22.04~7d
5e891) over (5.17.15.76051715.202206141358~1655919116~22.04~1db9e34) ...
Setting up linux-image-generic (5.18.10.76051810.202207071639~1657252310~22.04~7
d5e891) ...
(Reading database ... 305826 files and directories currently installed.)
Preparing to unpack .../linux-generic_5.18.10.76051810.202207071639~1657252310~2
2.04~7d5e891_amd64.deb ...
Unpacking linux-generic (5.18.10.76051810.202207071639~1657252310~22.04~7d5e891)
 over (5.17.15.76051715.202206141358~1655919116~22.04~1db9e34) ...
Setting up linux-generic (5.18.10.76051810.202207071639~1657252310~22.04~7d5e891
) ...
(Reading database ... 305826 files and directories currently installed.)
Preparing to unpack .../linux-system76_5.18.10.76051810.202207071639~1657252310~
22.04~7d5e891_amd64.deb ...
Unpacking linux-system76 (5.18.10.76051810.202207071639~1657252310~22.04~7d5e891
) over (5.17.15.76051715.202206141358~1655919116~22.04~1db9e34) ...
Setting up linux-system76 (5.18.10.76051810.202207071639~1657252310~22.04~7d5e89
1) ...
(Reading database ... 305826 files and directories currently installed.)
Preparing to unpack .../bcmwl-kernel-source_6.30.223.271+bdcom-0ubuntu9pop1~1658
439095~22.04~b1db255_amd64.deb ...
Removing all DKMS Modules
Done.
Unpacking bcmwl-kernel-source (6.30.223.271+bdcom-0ubuntu9pop1~1658439095~22.04~
b1db255) over (6.30.223.271+bdcom-0ubuntu8pop1~1652456320~22.04~43c3806) ...
Preparing to unpack .../xserver-xorg-video-radeon_1%3a19.1.0-2ubuntu1_amd64.deb 
...
Unpacking xserver-xorg-video-radeon (1:19.1.0-2ubuntu1) over (1:19.1.0-2build3) 
...
Preparing to unpack .../xserver-xorg-video-ati_1%3a19.1.0-2ubuntu1_amd64.deb ...
Unpacking xserver-xorg-video-ati (1:19.1.0-2ubuntu1) over (1:19.1.0-2build3) ...
Setting up xserver-xorg-video-radeon (1:19.1.0-2ubuntu1) ...
Setting up bcmwl-kernel-source (6.30.223.271+bdcom-0ubuntu9pop1~1658439095~22.04
~b1db255) ...
Loading new bcmwl-6.30.223.271+bdcom DKMS files...
Building for 5.17.5-76051705-generic 5.18.10-76051810-generic
Building for architecture x86_64
Building initial module for 5.17.5-76051705-generic
ERROR (dkms apport): kernel package linux-headers-5.17.5-76051705-generic is not
 supported
Error! Bad return status for module build on kernel: 5.17.5-76051705-generic (x8
6_64)
Consult /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/make.log for more informati
on.
dpkg: error processing package bcmwl-kernel-source (--configure):
 installed bcmwl-kernel-source package post-installation script subprocess retur
ned error exit status 10
Setting up xserver-xorg-video-ati (1:19.1.0-2ubuntu1) ...
Processing triggers for linux-image-5.18.10-76051810-generic (5.18.10-76051810.2
02207071639~1657252310~22.04~7d5e891) ...
/etc/kernel/postinst.d/dkms:
 * dkms: running auto installation service for kernel 5.18.10-76051810-generic

Kernel preparation unnecessary for this kernel. Skipping...
applying patch 0002-Makefile.patch...patching file Makefile
Hunk #1 succeeded at 113 with fuzz 1.
Hunk #2 succeeded at 132 with fuzz 2 (offset 1 line).

applying patch 0003-Make-up-for-missing-init_MUTEX.patch...patching file src/wl/
sys/wl_linux.c
Hunk #1 succeeded at 111 with fuzz 2 (offset 12 lines).

applying patch 0010-change-the-network-interface-name-from-eth-to-wlan.patch...p
atching file src/wl/sys/wl_linux.c
Hunk #1 succeeded at 221 (offset -14 lines).

applying patch 0013-gcc.patch...patching file Makefile

applying patch 0019-broadcom-sta-6.30.223.248-3.18-null-pointer-fix.patch...patc
hing file src/wl/sys/wl_linux.c
Hunk #1 succeeded at 2169 (offset 12 lines).

applying patch 0020-add-support-for-linux-4.3.patch...patching file src/shared/l
inux_osl.c

applying patch 0021-add-support-for-Linux-4.7.patch...patching file src/wl/sys/w
l_cfg80211_hybrid.c

applying patch 0022-add-support-for-Linux-4.8.patch...patching file src/wl/sys/w
l_cfg80211_hybrid.c
Hunk #1 succeeded at 2391 (offset 3 lines).
Hunk #2 succeeded at 2501 (offset 3 lines).
Hunk #3 succeeded at 2933 (offset 9 lines).

applying patch 0023-add-support-for-Linux-4.11.patch...patching file src/include
/linuxver.h
patching file src/wl/sys/wl_linux.c
Hunk #1 succeeded at 2919 (offset 4 lines).

applying patch 0024-add-support-for-Linux-4.12.patch...patching file src/wl/sys/
wl_cfg80211_hybrid.c
Hunk #1 succeeded at 55 (offset 5 lines).
Hunk #2 succeeded at 472 (offset 5 lines).
Hunk #3 succeeded at 2371 (offset 5 lines).
Hunk #4 succeeded at 2388 (offset 5 lines).

applying patch 0025-add-support-for-Linux-4.14.patch...patching file src/shared/
linux_osl.c
Hunk #1 succeeded at 1080 (offset 4 lines).

applying patch 0026-add-support-for-Linux-4.15.patch...patching file src/wl/sys/
wl_linux.c
Hunk #2 succeeded at 2306 (offset 4 lines).
Hunk #3 succeeded at 2368 (offset 4 lines).

applying patch 0027-add-support-for-linux-5.1.patch...patching file src/include/
linuxver.h
Hunk #1 succeeded at 595 (offset 4 lines).

applying patch 0028-add-support-for-linux-5.6.patch...patching file src/shared/l
inux_osl.c
Hunk #1 succeeded at 946 (offset 4 lines).
patching file src/wl/sys/wl_linux.c
Hunk #1 succeeded at 590 (offset 8 lines).
Hunk #2 succeeded at 784 (offset 8 lines).
Hunk #3 succeeded at 3365 (offset 22 lines).

applying patch 0029-Update-for-set_fs-removal-in-Linux-5.10.patch...patching fil
e src/wl/sys/wl_cfg80211_hybrid.c
patching file src/wl/sys/wl_iw.c
patching file src/wl/sys/wl_linux.c
patching file src/wl/sys/wl_linux.h

applying patch 0040-add-support-for-linux-5.18.patch...patching file src/shared/
linux_osl.c
patching file src/wl/sys/wl_linux.c

Building module:
cleaning build area...
make -j4 KERNELRELEASE=5.18.10-76051810-generic -C /lib/modules/5.18.10-76051810
-generic/build M=/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build....
cleaning build area...

wl.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/5.18.10-76051810-generic/updates/

depmod...
   ...done.
/etc/kernel/postinst.d/initramfs-tools:
update-initramfs: Generating /boot/initrd.img-5.18.10-76051810-generic
cryptsetup: WARNING: Resume target cryptswap uses a key file
/etc/kernel/postinst.d/zz-update-grub:
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.18.10-76051810-generic
Found initrd image: /boot/initrd.img-5.18.10-76051810-generic
Found linux image: /boot/vmlinuz-5.17.15-76051715-generic
Found initrd image: /boot/initrd.img-5.17.15-76051715-generic
Found linux image: /boot/vmlinuz-5.17.5-76051705-generic
Found initrd image: /boot/initrd.img-5.17.5-76051705-generic
Found linux image: /boot/vmlinuz-5.18.10-76051810-generic
Found initrd image: /boot/initrd.img-5.18.10-76051810-generic
Found linux image: /boot/vmlinuz-5.17.15-76051715-generic
Found initrd image: /boot/initrd.img-5.17.15-76051715-generic
Found linux image: /boot/vmlinuz-5.17.5-76051705-generic
Found initrd image: /boot/initrd.img-5.17.5-76051705-generic
done
Processing triggers for man-db (2.10.2-1) ...
Errors were encountered while processing:
 bcmwl-kernel-source
E: Sub-process /usr/bin/dpkg returned an error code (1)
@e5520-campo-pop-os:~$ 
ganakee commented 2 years ago

I also ran sudo dpkg --configure -a

5520-campo-pop-os:~$ sudo dpkg --configure -a
Setting up bcmwl-kernel-source (6.30.223.271+bdcom-0ubuntu9pop1~1658439095~22.04~b1db255) ...
Removing old bcmwl-6.30.223.271+bdcom DKMS files...
Module bcmwl-6.30.223.271+bdcom for kernel 5.18.10-76051810-generic (x86_64).
Before uninstall, this module version was ACTIVE on this kernel.

wl.ko:
 - Uninstallation
   - Deleting from: /lib/modules/5.18.10-76051810-generic/updates/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.

depmod...
Deleting module bcmwl-6.30.223.271+bdcom completely from the DKMS tree.
Loading new bcmwl-6.30.223.271+bdcom DKMS files...
Building for 5.17.5-76051705-generic 5.18.10-76051810-generic
Building for architecture x86_64
Building initial module for 5.17.5-76051705-generic
ERROR (dkms apport): kernel package linux-headers-5.17.5-76051705-generic is not supported
Error! Bad return status for module build on kernel: 5.17.5-76051705-generic (x86_64)
Consult /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/make.log for more information.
dpkg: error processing package bcmwl-kernel-source (--configure):
 installed bcmwl-kernel-source package post-installation script subprocess returned error exit status 10
Errors were encountered while processing:
 bcmwl-kernel-source
ganakee commented 2 years ago

Just a few more notes.

  1. When the errors occur (see above), I lose WIFI for all kernels.
  2. I still use the 5.17 kernel above because holding SHIFT does not bring up the grub menu on my single boot machine. So unless I manually change kernels using grub-customizer or re-linking in boot), I was stuck with 5.17.
  3. I manually changed kernels and used 5.18. No WIFI.
  4. I switched back to 5.17 and no WIFI.
  5. I have also tried sudo dpkg --configure -a (no success, error), sudo apt install -f bcmwl-kernel-source (error similar to dpkg), and sudo apt-get install --fix-broken (same error as apt install -f). All seem to report that 5.18 and 5.17 do not support the new bcmwl package.

In each case, the only way I know the restore any WIFI is by Timeshift-ing back to a working version.

jacobgkau commented 2 years ago

I've edited your past few comments putting the output into code blocks. Please put output in code blocks (three backticks ``` before and after the output) so the output doesn't get formatted with italics/strikethrough/etc.

I still use the 5.17 kernel above because holding SHIFT does not bring up the grub menu on my single boot machine. So unless I manually change kernels using grub-customizer or re-linking in boot), I was stuck with 5.17.

I'm confused what you mean by this and why it's relevant. If your system is not dual-boot, why is it using GRUB and not systemd-boot? Is it a legacy BIOS system without UEFI support?

Building for 5.17.5-76051705-generic 5.18.10-76051810-generic
Building for architecture x86_64
Building initial module for 5.17.5-76051705-generic
ERROR (dkms apport): kernel package linux-headers-5.17.5-76051705-generic is not supported
Error! Bad return status for module build on kernel: 5.17.5-76051705-generic (x86_64)
Consult /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/make.log for more information.
dpkg: error processing package bcmwl-kernel-source (--configure):
 installed bcmwl-kernel-source package post-installation script subprocess returned error exit status 10
Errors were encountered while processing:
 bcmwl-kernel-source

This shows that the DKMS build is failing for 5.17.5, not 5.18. And this output:


Found linux image: /boot/vmlinuz-5.18.10-76051810-generic
Found initrd image: /boot/initrd.img-5.18.10-76051810-generic
Found linux image: /boot/vmlinuz-5.17.15-76051715-generic
Found initrd image: /boot/initrd.img-5.17.15-76051715-generic
Found linux image: /boot/vmlinuz-5.17.5-76051705-generic
Found initrd image: /boot/initrd.img-5.17.5-76051705-generic
Found linux image: /boot/vmlinuz-5.18.10-76051810-generic
Found initrd image: /boot/initrd.img-5.18.10-76051810-generic
Found linux image: /boot/vmlinuz-5.17.15-76051715-generic
Found initrd image: /boot/initrd.img-5.17.15-76051715-generic
Found linux image: /boot/vmlinuz-5.17.5-76051705-generic
Found initrd image: /boot/initrd.img-5.17.5-76051705-generic

...shows that you have three kernel versions installed (I don't know why each version is listed twice.) You should typically only need two versions installed, current (5.18.10) and previous (5.17.15). If you remove the oldest version, 5.17.5, which is what the DKMS build is failing for, then does the DKMS build proceed to the other two versions and the package install successfully?

sudo apt update
sudo apt full-upgrade
sudo apt autoremove --purge ~n5.17.5
sudo apt install --reinstall linux-system76 bcmwl-kernel-source
sudo dpkg --configure -a

If you have manually configured GRUB to prevent yourself from booting into 5.18.10, I would recommend undoing that and booting into 5.18.10 before removing 5.17.5 (you don't want to remove 5.17.5 while you're still running it.)

ganakee commented 2 years ago

Thank you (thank you thank you). This worked.

I will be sure to use code markup from now on (thanks for the editing).

The GRUB issue is of my own making and a whole other topic. (I don't want to introduce another issue. I just mentioned it above to explain why I was booting into 5.17.)