nicman23 / dkms-hid-nintendo

dkms-hid-nintendo
GNU General Public License v2.0
235 stars 42 forks source link

System freeze after connecting 2 joy cons (Nintendo Switch) #51

Open jagiella opened 2 years ago

jagiella commented 2 years ago

My system is an ubuntu 22.04 jammy jellyfish (developement release) with gnome desktop.

I tried the hid-nintendo on:

  1. mainline kernel 5.15 with dkms-hid-nintendo as kernel extension (from your repository)
  2. mainline kernel 5.16-rc1 with hid-nintendo built into the kernel (to my knowledge still based on your code)

I can pair and connect the joy cons via bluetooth. Unfortunately after having 2 joy cons (left and right) connected the system will eventually freeze the desktop. The mouse cursor is still moving, but keyboard is unresponsive (even changing tty with ctrl+alt+F1...F8) and everything is frozen. I am forced to unplug power to shutdown/reboot the system.

By the way, I tried that before with 8bitdo sf30 pro controller in switch mode and its successfully contecting as switch pro controller and not hanging up. But with original joy cons from Nintendo it persistently freezes.

Also installed the joycond (and joycond-cemuhook).

As the issue even persists in the new mainline kernel 5.16-rc1 I felt the need to warn you about this issue as it might cause problems for others as well in the future using that kernel.

EDIT: A copy of the issue was reported to the kernel fork adding hid-nintendo directly: here

nicman23 commented 2 years ago

Hey thanks for the report, this however is a downstream project and this is mostly not my code. Can you please report it to https://github.com/DanielOgorchock/linux/ ?

Also can you please attach dmesg ? Thanks

jagiella commented 2 years ago

Okay I tried to reproduce the issue and this time it did not freeze, but the bluetooth ended up not being usable anymore.

What did I do?

Whats the issue?

**kernel log (sudo journalctl -k -b -1)** ``` -- Journal begins at Sat 2021-11-06 20:42:51 CET, ends at Sat 2021-11-20 15:08:44 CET. -- Nov 20 14:52:05 nick-G501JW kernel: microcode: microcode updated early to revision 0x28, date = 2019-11-12 Nov 20 14:52:05 nick-G501JW kernel: Linux version 5.16.0-051600rc1-generic (kernel@kathleen) (gcc (Ubuntu 11.2.0-10ubuntu1) 11.2.0, GNU ld (GNU Binutils for Ubuntu) 2.37) #202111142330 SMP PREEMPT Sun Nov 14 23:35:10 UTC 2021 Nov 20 14:52:05 nick-G501JW kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-5.16.0-051600rc1-generic root=UUID=89c7edd7-4bc5-4664-97d5-947d91d5a4cf ro quiet splash vt.handoff=7 Nov 20 14:52:05 nick-G501JW kernel: KERNEL supported cpus: Nov 20 14:52:05 nick-G501JW kernel: Intel GenuineIntel Nov 20 14:52:05 nick-G501JW kernel: AMD AuthenticAMD Nov 20 14:52:05 nick-G501JW kernel: Hygon HygonGenuine Nov 20 14:52:05 nick-G501JW kernel: Centaur CentaurHauls Nov 20 14:52:05 nick-G501JW kernel: zhaoxin Shanghai Nov 20 14:52:05 nick-G501JW kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' Nov 20 14:52:05 nick-G501JW kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' Nov 20 14:52:05 nick-G501JW kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' Nov 20 14:52:05 nick-G501JW kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 Nov 20 14:52:05 nick-G501JW kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. Nov 20 14:52:05 nick-G501JW kernel: signal: max sigframe size: 1776 Nov 20 14:52:05 nick-G501JW kernel: BIOS-provided physical RAM map: Nov 20 14:52:05 nick-G501JW kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable Nov 20 14:52:05 nick-G501JW kernel: BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved Nov 20 14:52:05 nick-G501JW kernel: BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable Nov 20 14:52:05 nick-G501JW kernel: BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved Nov 20 14:52:05 nick-G501JW kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000728e9fff] usable Nov 20 14:52:05 nick-G501JW kernel: BIOS-e820: [mem 0x00000000728ea000-0x00000000728f0fff] ACPI NVS Nov 20 14:52:05 nick-G501JW kernel: BIOS-e820: [mem 0x00000000728f1000-0x000000007321afff] usable Nov 20 14:52:05 nick-G501JW kernel: BIOS-e820: [mem 0x000000007321b000-0x00000000734b8fff] reserved Nov 20 14:52:05 nick-G501JW kernel: BIOS-e820: [mem 0x00000000734b9000-0x000000007a012fff] usable Nov 20 14:52:05 nick-G501JW kernel: BIOS-e820: [mem 0x000000007a013000-0x000000007a209fff] reserved Nov 20 14:52:05 nick-G501JW kernel: BIOS-e820: [mem 0x000000007a20a000-0x000000007a3f7fff] usable Nov 20 14:52:05 nick-G501JW kernel: BIOS-e820: [mem 0x000000007a3f8000-0x000000007ab00fff] ACPI NVS Nov 20 14:52:05 nick-G501JW kernel: BIOS-e820: [mem 0x000000007ab01000-0x000000007affefff] reserved Nov 20 14:52:05 nick-G501JW kernel: BIOS-e820: [mem 0x000000007afff000-0x000000007affffff] usable Nov 20 14:52:05 nick-G501JW kernel: BIOS-e820: [mem 0x000000007bc00000-0x000000007fdfffff] reserved Nov 20 14:52:05 nick-G501JW kernel: BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved Nov 20 14:52:05 nick-G501JW kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved Nov 20 14:52:05 nick-G501JW kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved Nov 20 14:52:05 nick-G501JW kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved Nov 20 14:52:05 nick-G501JW kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved Nov 20 14:52:05 nick-G501JW kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved Nov 20 14:52:05 nick-G501JW kernel: BIOS-e820: [mem 0x0000000100000000-0x000000047f1fffff] usable Nov 20 14:52:05 nick-G501JW kernel: NX (Execute Disable) protection: active Nov 20 14:52:05 nick-G501JW kernel: e820: update [mem 0x724a1018-0x724cb857] usable ==> usable Nov 20 14:52:05 nick-G501JW kernel: e820: update [mem 0x724a1018-0x724cb857] usable ==> usable Nov 20 14:52:05 nick-G501JW kernel: extended physical RAM map: Nov 20 14:52:05 nick-G501JW kernel: reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable Nov 20 14:52:05 nick-G501JW kernel: reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved Nov 20 14:52:05 nick-G501JW kernel: reserve setup_data: [mem 0x0000000000059000-0x000000000009dfff] usable Nov 20 14:52:05 nick-G501JW kernel: reserve setup_data: [mem 0x000000000009e000-0x000000000009ffff] reserved Nov 20 14:52:05 nick-G501JW kernel: reserve setup_data: [mem 0x0000000000100000-0x00000000724a1017] usable Nov 20 14:52:05 nick-G501JW kernel: reserve setup_data: [mem 0x00000000724a1018-0x00000000724cb857] usable Nov 20 14:52:05 nick-G501JW kernel: reserve setup_data: [mem 0x00000000724cb858-0x00000000728e9fff] usable Nov 20 14:52:05 nick-G501JW kernel: reserve setup_data: [mem 0x00000000728ea000-0x00000000728f0fff] ACPI NVS Nov 20 14:52:05 nick-G501JW kernel: reserve setup_data: [mem 0x00000000728f1000-0x000000007321afff] usable Nov 20 14:52:05 nick-G501JW kernel: reserve setup_data: [mem 0x000000007321b000-0x00000000734b8fff] reserved Nov 20 14:52:05 nick-G501JW kernel: reserve setup_data: [mem 0x00000000734b9000-0x000000007a012fff] usable Nov 20 14:52:05 nick-G501JW kernel: reserve setup_data: [mem 0x000000007a013000-0x000000007a209fff] reserved Nov 20 14:52:05 nick-G501JW kernel: reserve setup_data: [mem 0x000000007a20a000-0x000000007a3f7fff] usable Nov 20 14:52:05 nick-G501JW kernel: reserve setup_data: [mem 0x000000007a3f8000-0x000000007ab00fff] ACPI NVS Nov 20 14:52:05 nick-G501JW kernel: reserve setup_data: [mem 0x000000007ab01000-0x000000007affefff] reserved Nov 20 14:52:05 nick-G501JW kernel: reserve setup_data: [mem 0x000000007afff000-0x000000007affffff] usable Nov 20 14:52:05 nick-G501JW kernel: reserve setup_data: [mem 0x000000007bc00000-0x000000007fdfffff] reserved Nov 20 14:52:05 nick-G501JW kernel: reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved Nov 20 14:52:05 nick-G501JW kernel: reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved Nov 20 14:52:05 nick-G501JW kernel: reserve setup_data: [mem 0x00000000fed00000-0x00000000fed03fff] reserved Nov 20 14:52:05 nick-G501JW kernel: reserve setup_data: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved Nov 20 14:52:05 nick-G501JW kernel: reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved Nov 20 14:52:05 nick-G501JW kernel: reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved Nov 20 14:52:05 nick-G501JW kernel: reserve setup_data: [mem 0x0000000100000000-0x000000047f1fffff] usable Nov 20 14:52:05 nick-G501JW kernel: efi: EFI v2.31 by American Megatrends Nov 20 14:52:05 nick-G501JW kernel: efi: ESRT=0x7af51798 ACPI=0x7a480000 ACPI 2.0=0x7a480000 SMBIOS=0x7af51398 MOKvar=0x773d0000 Nov 20 14:52:05 nick-G501JW kernel: SMBIOS 2.7 present. Nov 20 14:52:05 nick-G501JW kernel: DMI: ASUSTeK COMPUTER INC. G501JW/G501JW, BIOS G501JW.211 10/28/2015 Nov 20 14:52:05 nick-G501JW kernel: tsc: Fast TSC calibration using PIT Nov 20 14:52:05 nick-G501JW kernel: tsc: Detected 2594.070 MHz processor Nov 20 14:52:05 nick-G501JW kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved Nov 20 14:52:05 nick-G501JW kernel: e820: remove [mem 0x000a0000-0x000fffff] usable Nov 20 14:52:05 nick-G501JW kernel: last_pfn = 0x47f200 max_arch_pfn = 0x400000000 Nov 20 14:52:05 nick-G501JW kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT Nov 20 14:52:05 nick-G501JW kernel: total RAM covered: 16302M Nov 20 14:52:05 nick-G501JW kernel: Found optimal setting for mtrr clean up Nov 20 14:52:05 nick-G501JW kernel: gran_size: 64K chunk_size: 128M num_reg: 9 lose cover RAM: 0G Nov 20 14:52:05 nick-G501JW kernel: e820: update [mem 0x7bc00000-0xffffffff] usable ==> reserved Nov 20 14:52:05 nick-G501JW kernel: last_pfn = 0x7b000 max_arch_pfn = 0x400000000 Nov 20 14:52:05 nick-G501JW kernel: esrt: Reserving ESRT space from 0x000000007af51798 to 0x000000007af517d0. Nov 20 14:52:05 nick-G501JW kernel: e820: update [mem 0x773d0000-0x773d0fff] usable ==> reserved Nov 20 14:52:05 nick-G501JW kernel: Using GB pages for direct mapping Nov 20 14:52:05 nick-G501JW kernel: Secure boot disabled Nov 20 14:52:05 nick-G501JW kernel: RAMDISK: [mem 0x3d536000-0x3fffdfff] Nov 20 14:52:05 nick-G501JW kernel: ACPI: Early table checksum verification disabled Nov 20 14:52:05 nick-G501JW kernel: ACPI: RSDP 0x000000007A480000 000024 (v02 _ASUS_) Nov 20 14:52:05 nick-G501JW kernel: ACPI: XSDT 0x000000007A480098 0000B4 (v01 _ASUS_ Notebook 01072009 AMI 00010013) Nov 20 14:52:05 nick-G501JW kernel: ACPI: FACP 0x000000007A4958C0 00010C (v05 _ASUS_ Notebook 01072009 AMI 00010013) Nov 20 14:52:05 nick-G501JW kernel: ACPI: DSDT 0x000000007A480260 01565A (v02 _ASUS_ Notebook 00000012 INTL 20120711) Nov 20 14:52:05 nick-G501JW kernel: ACPI: FACS 0x000000007AAFEF80 000040 Nov 20 14:52:05 nick-G501JW kernel: ACPI: APIC 0x000000007A4959D0 000092 (v03 _ASUS_ Notebook 01072009 AMI 00010013) Nov 20 14:52:05 nick-G501JW kernel: ACPI: FPDT 0x000000007A495A68 000044 (v01 _ASUS_ Notebook 01072009 AMI 00010013) Nov 20 14:52:05 nick-G501JW kernel: ACPI: ECDT 0x000000007A495AB0 0000C1 (v01 _ASUS_ Notebook 01072009 AMI. 00000005) Nov 20 14:52:05 nick-G501JW kernel: ACPI: SSDT 0x000000007A495B78 000539 (v01 PmRef Cpu0Ist 00003000 INTL 20120711) Nov 20 14:52:05 nick-G501JW kernel: ACPI: SSDT 0x000000007A4960B8 000AD8 (v01 PmRef CpuPm 00003000 INTL 20120711) Nov 20 14:52:05 nick-G501JW kernel: ACPI: MCFG 0x000000007A496B90 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00000097) Nov 20 14:52:05 nick-G501JW kernel: ACPI: HPET 0x000000007A496BD0 000038 (v01 _ASUS_ Notebook 01072009 AMI. 00000005) Nov 20 14:52:05 nick-G501JW kernel: ACPI: SSDT 0x000000007A496C08 0002D7 (v01 SataRe SataTabl 00001000 INTL 20120711) Nov 20 14:52:05 nick-G501JW kernel: ACPI: SSDT 0x000000007A496EE0 00454E (v01 SaSsdt SaSsdt 00003000 INTL 20091112) Nov 20 14:52:05 nick-G501JW kernel: ACPI: SSDT 0x000000007A49B430 001A45 (v01 SgRef SgPeg 00001000 INTL 20120711) Nov 20 14:52:05 nick-G501JW kernel: ACPI: SSDT 0x000000007A49CE78 000393 (v01 CppcTa CppcTabl 00001000 INTL 20120711) Nov 20 14:52:05 nick-G501JW kernel: ACPI: PCCT 0x000000007A49D210 00006E (v05 PcctTa PcctTabl 00001000 INTL 20120711) Nov 20 14:52:05 nick-G501JW kernel: ACPI: SSDT 0x000000007A49D280 000AC4 (v01 Cpc_Ta Cpc_Tabl 00001000 INTL 20120711) Nov 20 14:52:05 nick-G501JW kernel: ACPI: BGRT 0x000000007A49DD48 000038 (v00 _ASUS_ Notebook 01072009 ASUS 00010013) Nov 20 14:52:05 nick-G501JW kernel: ACPI: DMAR 0x000000007A49DD80 0000B8 (v01 INTEL HSW 00000001 INTL 00000001) Nov 20 14:52:05 nick-G501JW kernel: ACPI: SSDT 0x000000007A49DE38 001A58 (v01 OptRef OptTabl 00001000 INTL 20120711) Nov 20 14:52:05 nick-G501JW kernel: ACPI: MSDM 0x000000007A208E18 000055 (v03 _ASUS_ Notebook 00000000 ASUS 00000001) Nov 20 14:52:05 nick-G501JW kernel: ACPI: Reserving FACP table memory at [mem 0x7a4958c0-0x7a4959cb] Nov 20 14:52:05 nick-G501JW kernel: ACPI: Reserving DSDT table memory at [mem 0x7a480260-0x7a4958b9] Nov 20 14:52:05 nick-G501JW kernel: ACPI: Reserving FACS table memory at [mem 0x7aafef80-0x7aafefbf] Nov 20 14:52:05 nick-G501JW kernel: ACPI: Reserving APIC table memory at [mem 0x7a4959d0-0x7a495a61] Nov 20 14:52:05 nick-G501JW kernel: ACPI: Reserving FPDT table memory at [mem 0x7a495a68-0x7a495aab] Nov 20 14:52:05 nick-G501JW kernel: ACPI: Reserving ECDT table memory at [mem 0x7a495ab0-0x7a495b70] Nov 20 14:52:05 nick-G501JW kernel: ACPI: Reserving SSDT table memory at [mem 0x7a495b78-0x7a4960b0] Nov 20 14:52:05 nick-G501JW kernel: ACPI: Reserving SSDT table memory at [mem 0x7a4960b8-0x7a496b8f] Nov 20 14:52:05 nick-G501JW kernel: ACPI: Reserving MCFG table memory at [mem 0x7a496b90-0x7a496bcb] Nov 20 14:52:05 nick-G501JW kernel: ACPI: Reserving HPET table memory at [mem 0x7a496bd0-0x7a496c07] Nov 20 14:52:05 nick-G501JW kernel: ACPI: Reserving SSDT table memory at [mem 0x7a496c08-0x7a496ede] Nov 20 14:52:05 nick-G501JW kernel: ACPI: Reserving SSDT table memory at [mem 0x7a496ee0-0x7a49b42d] Nov 20 14:52:05 nick-G501JW kernel: ACPI: Reserving SSDT table memory at [mem 0x7a49b430-0x7a49ce74] Nov 20 14:52:05 nick-G501JW kernel: ACPI: Reserving SSDT table memory at [mem 0x7a49ce78-0x7a49d20a] Nov 20 14:52:05 nick-G501JW kernel: ACPI: Reserving PCCT table memory at [mem 0x7a49d210-0x7a49d27d] Nov 20 14:52:05 nick-G501JW kernel: ACPI: Reserving SSDT table memory at [mem 0x7a49d280-0x7a49dd43] Nov 20 14:52:05 nick-G501JW kernel: ACPI: Reserving BGRT table memory at [mem 0x7a49dd48-0x7a49dd7f] Nov 20 14:52:05 nick-G501JW kernel: ACPI: Reserving DMAR table memory at [mem 0x7a49dd80-0x7a49de37] Nov 20 14:52:05 nick-G501JW kernel: ACPI: Reserving SSDT table memory at [mem 0x7a49de38-0x7a49f88f] Nov 20 14:52:05 nick-G501JW kernel: ACPI: Reserving MSDM table memory at [mem 0x7a208e18-0x7a208e6c] Nov 20 14:52:05 nick-G501JW kernel: No NUMA configuration found Nov 20 14:52:05 nick-G501JW kernel: Faking a node at [mem 0x0000000000000000-0x000000047f1fffff] Nov 20 14:52:05 nick-G501JW kernel: NODE_DATA(0) allocated [mem 0x47f1d5000-0x47f1fffff] Nov 20 14:52:05 nick-G501JW kernel: Zone ranges: Nov 20 14:52:05 nick-G501JW kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff] Nov 20 14:52:05 nick-G501JW kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff] Nov 20 14:52:05 nick-G501JW kernel: Normal [mem 0x0000000100000000-0x000000047f1fffff] Nov 20 14:52:05 nick-G501JW kernel: Device empty Nov 20 14:52:05 nick-G501JW kernel: Movable zone start for each node Nov 20 14:52:05 nick-G501JW kernel: Early memory node ranges Nov 20 14:52:05 nick-G501JW kernel: node 0: [mem 0x0000000000001000-0x0000000000057fff] Nov 20 14:52:05 nick-G501JW kernel: node 0: [mem 0x0000000000059000-0x000000000009dfff] Nov 20 14:52:05 nick-G501JW kernel: node 0: [mem 0x0000000000100000-0x00000000728e9fff] Nov 20 14:52:05 nick-G501JW kernel: node 0: [mem 0x00000000728f1000-0x000000007321afff] Nov 20 14:52:05 nick-G501JW kernel: node 0: [mem 0x00000000734b9000-0x000000007a012fff] Nov 20 14:52:05 nick-G501JW kernel: node 0: [mem 0x000000007a20a000-0x000000007a3f7fff] Nov 20 14:52:05 nick-G501JW kernel: node 0: [mem 0x000000007afff000-0x000000007affffff] Nov 20 14:52:05 nick-G501JW kernel: node 0: [mem 0x0000000100000000-0x000000047f1fffff] Nov 20 14:52:05 nick-G501JW kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000047f1fffff] Nov 20 14:52:05 nick-G501JW kernel: On node 0, zone DMA: 1 pages in unavailable ranges Nov 20 14:52:05 nick-G501JW kernel: On node 0, zone DMA: 1 pages in unavailable ranges Nov 20 14:52:05 nick-G501JW kernel: On node 0, zone DMA: 98 pages in unavailable ranges Nov 20 14:52:05 nick-G501JW kernel: On node 0, zone DMA32: 7 pages in unavailable ranges Nov 20 14:52:05 nick-G501JW kernel: On node 0, zone DMA32: 670 pages in unavailable ranges Nov 20 14:52:05 nick-G501JW kernel: On node 0, zone DMA32: 503 pages in unavailable ranges Nov 20 14:52:05 nick-G501JW kernel: On node 0, zone DMA32: 3079 pages in unavailable ranges Nov 20 14:52:05 nick-G501JW kernel: On node 0, zone Normal: 20480 pages in unavailable ranges Nov 20 14:52:05 nick-G501JW kernel: On node 0, zone Normal: 3584 pages in unavailable ranges Nov 20 14:52:05 nick-G501JW kernel: Reserving Intel graphics memory at [mem 0x7be00000-0x7fdfffff] Nov 20 14:52:05 nick-G501JW kernel: ACPI: PM-Timer IO Port: 0x1808 Nov 20 14:52:05 nick-G501JW kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1]) Nov 20 14:52:05 nick-G501JW kernel: IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23 Nov 20 14:52:05 nick-G501JW kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) Nov 20 14:52:05 nick-G501JW kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) Nov 20 14:52:05 nick-G501JW kernel: ACPI: Using ACPI (MADT) for SMP configuration information Nov 20 14:52:05 nick-G501JW kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000 Nov 20 14:52:05 nick-G501JW kernel: e820: update [mem 0x778e4000-0x77900fff] usable ==> reserved Nov 20 14:52:05 nick-G501JW kernel: TSC deadline timer available Nov 20 14:52:05 nick-G501JW kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs Nov 20 14:52:05 nick-G501JW kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff] Nov 20 14:52:05 nick-G501JW kernel: PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff] Nov 20 14:52:05 nick-G501JW kernel: PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009ffff] Nov 20 14:52:05 nick-G501JW kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff] Nov 20 14:52:05 nick-G501JW kernel: PM: hibernation: Registered nosave memory: [mem 0x724a1000-0x724a1fff] Nov 20 14:52:05 nick-G501JW kernel: PM: hibernation: Registered nosave memory: [mem 0x724cb000-0x724cbfff] Nov 20 14:52:05 nick-G501JW kernel: PM: hibernation: Registered nosave memory: [mem 0x728ea000-0x728f0fff] Nov 20 14:52:05 nick-G501JW kernel: PM: hibernation: Registered nosave memory: [mem 0x7321b000-0x734b8fff] Nov 20 14:52:05 nick-G501JW kernel: PM: hibernation: Registered nosave memory: [mem 0x773d0000-0x773d0fff] Nov 20 14:52:05 nick-G501JW kernel: PM: hibernation: Registered nosave memory: [mem 0x778e4000-0x77900fff] Nov 20 14:52:05 nick-G501JW kernel: PM: hibernation: Registered nosave memory: [mem 0x7a013000-0x7a209fff] Nov 20 14:52:05 nick-G501JW kernel: PM: hibernation: Registered nosave memory: [mem 0x7a3f8000-0x7ab00fff] Nov 20 14:52:05 nick-G501JW kernel: PM: hibernation: Registered nosave memory: [mem 0x7ab01000-0x7affefff] Nov 20 14:52:05 nick-G501JW kernel: PM: hibernation: Registered nosave memory: [mem 0x7b000000-0x7bbfffff] Nov 20 14:52:05 nick-G501JW kernel: PM: hibernation: Registered nosave memory: [mem 0x7bc00000-0x7fdfffff] Nov 20 14:52:05 nick-G501JW kernel: PM: hibernation: Registered nosave memory: [mem 0x7fe00000-0xefffffff] Nov 20 14:52:05 nick-G501JW kernel: PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xf7ffffff] Nov 20 14:52:05 nick-G501JW kernel: PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfebfffff] Nov 20 14:52:05 nick-G501JW kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff] Nov 20 14:52:05 nick-G501JW kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff] Nov 20 14:52:05 nick-G501JW kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed03fff] Nov 20 14:52:05 nick-G501JW kernel: PM: hibernation: Registered nosave memory: [mem 0xfed04000-0xfed1bfff] Nov 20 14:52:05 nick-G501JW kernel: PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff] Nov 20 14:52:05 nick-G501JW kernel: PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfedfffff] Nov 20 14:52:05 nick-G501JW kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff] Nov 20 14:52:05 nick-G501JW kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff] Nov 20 14:52:05 nick-G501JW kernel: PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff] Nov 20 14:52:05 nick-G501JW kernel: [mem 0x7fe00000-0xefffffff] available for PCI devices Nov 20 14:52:05 nick-G501JW kernel: Booting paravirtualized kernel on bare hardware Nov 20 14:52:05 nick-G501JW kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns Nov 20 14:52:05 nick-G501JW kernel: setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1 Nov 20 14:52:05 nick-G501JW kernel: percpu: Embedded 61 pages/cpu s212992 r8192 d28672 u262144 Nov 20 14:52:05 nick-G501JW kernel: pcpu-alloc: s212992 r8192 d28672 u262144 alloc=1*2097152 Nov 20 14:52:05 nick-G501JW kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7 Nov 20 14:52:05 nick-G501JW kernel: Fallback order for Node 0: 0 Nov 20 14:52:05 nick-G501JW kernel: Built 1 zonelists, mobility grouping on. Total pages: 4100631 Nov 20 14:52:05 nick-G501JW kernel: Policy zone: Normal Nov 20 14:52:05 nick-G501JW kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.16.0-051600rc1-generic root=UUID=89c7edd7-4bc5-4664-97d5-947d91d5a4cf ro quiet splash vt.handoff=7 Nov 20 14:52:05 nick-G501JW kernel: Unknown kernel command line parameters "splash BOOT_IMAGE=/boot/vmlinuz-5.16.0-051600rc1-generic", will be passed to user space. Nov 20 14:52:05 nick-G501JW kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear) Nov 20 14:52:05 nick-G501JW kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear) Nov 20 14:52:05 nick-G501JW kernel: mem auto-init: stack:off, heap alloc:on, heap free:off Nov 20 14:52:05 nick-G501JW kernel: Memory: 16176288K/16663524K available (16393K kernel code, 3586K rwdata, 10624K rodata, 2720K init, 5828K bss, 486976K reserved, 0K cma-reserved) Nov 20 14:52:05 nick-G501JW kernel: random: get_random_u64 called from kmem_cache_open+0x25/0x330 with crng_init=0 Nov 20 14:52:05 nick-G501JW kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 Nov 20 14:52:05 nick-G501JW kernel: Kernel/User page tables isolation: enabled Nov 20 14:52:05 nick-G501JW kernel: ftrace: allocating 50775 entries in 199 pages Nov 20 14:52:05 nick-G501JW kernel: ftrace: allocated 199 pages with 5 groups Nov 20 14:52:05 nick-G501JW kernel: Dynamic Preempt: voluntary Nov 20 14:52:05 nick-G501JW kernel: rcu: Preemptible hierarchical RCU implementation. Nov 20 14:52:05 nick-G501JW kernel: rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8. Nov 20 14:52:05 nick-G501JW kernel: Trampoline variant of Tasks RCU enabled. Nov 20 14:52:05 nick-G501JW kernel: Rude variant of Tasks RCU enabled. Nov 20 14:52:05 nick-G501JW kernel: Tracing variant of Tasks RCU enabled. Nov 20 14:52:05 nick-G501JW kernel: rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. Nov 20 14:52:05 nick-G501JW kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8 Nov 20 14:52:05 nick-G501JW kernel: NR_IRQS: 524544, nr_irqs: 488, preallocated irqs: 16 Nov 20 14:52:05 nick-G501JW kernel: random: crng done (trusting CPU's manufacturer) Nov 20 14:52:05 nick-G501JW kernel: Console: colour dummy device 80x25 Nov 20 14:52:05 nick-G501JW kernel: printk: console [tty0] enabled Nov 20 14:52:05 nick-G501JW kernel: ACPI: Core revision 20210930 Nov 20 14:52:05 nick-G501JW kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns Nov 20 14:52:05 nick-G501JW kernel: APIC: Switch to symmetric I/O mode setup Nov 20 14:52:05 nick-G501JW kernel: DMAR: Host address width 39 Nov 20 14:52:05 nick-G501JW kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0 Nov 20 14:52:05 nick-G501JW kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap c0000020660462 ecap f0101a Nov 20 14:52:05 nick-G501JW kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1 Nov 20 14:52:05 nick-G501JW kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008020660462 ecap f010da Nov 20 14:52:05 nick-G501JW kernel: DMAR: RMRR base: 0x0000007a1a0000 end: 0x0000007a1acfff Nov 20 14:52:05 nick-G501JW kernel: DMAR: RMRR base: 0x0000007bc00000 end: 0x0000007fdfffff Nov 20 14:52:05 nick-G501JW kernel: DMAR-IR: IOAPIC id 8 under DRHD base 0xfed91000 IOMMU 1 Nov 20 14:52:05 nick-G501JW kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000 Nov 20 14:52:05 nick-G501JW kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping. Nov 20 14:52:05 nick-G501JW kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode Nov 20 14:52:05 nick-G501JW kernel: x2apic enabled Nov 20 14:52:05 nick-G501JW kernel: Switched APIC routing to cluster x2apic. Nov 20 14:52:05 nick-G501JW kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 Nov 20 14:52:05 nick-G501JW kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x25645a86d3f, max_idle_ns: 440795320789 ns Nov 20 14:52:05 nick-G501JW kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5188.14 BogoMIPS (lpj=10376280) Nov 20 14:52:05 nick-G501JW kernel: pid_max: default: 32768 minimum: 301 Nov 20 14:52:05 nick-G501JW kernel: LSM: Security Framework initializing Nov 20 14:52:05 nick-G501JW kernel: Yama: becoming mindful. Nov 20 14:52:05 nick-G501JW kernel: AppArmor: AppArmor initialized Nov 20 14:52:05 nick-G501JW kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear) Nov 20 14:52:05 nick-G501JW kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear) Nov 20 14:52:05 nick-G501JW kernel: CPU0: Thermal monitoring enabled (TM1) Nov 20 14:52:05 nick-G501JW kernel: process: using mwait in idle threads Nov 20 14:52:05 nick-G501JW kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024 Nov 20 14:52:05 nick-G501JW kernel: Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4 Nov 20 14:52:05 nick-G501JW kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization Nov 20 14:52:05 nick-G501JW kernel: Spectre V2 : Mitigation: Full generic retpoline Nov 20 14:52:05 nick-G501JW kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch Nov 20 14:52:05 nick-G501JW kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls Nov 20 14:52:05 nick-G501JW kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier Nov 20 14:52:05 nick-G501JW kernel: Spectre V2 : User space: Mitigation: STIBP via prctl Nov 20 14:52:05 nick-G501JW kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl Nov 20 14:52:05 nick-G501JW kernel: SRBDS: Mitigation: Microcode Nov 20 14:52:05 nick-G501JW kernel: MDS: Mitigation: Clear CPU buffers Nov 20 14:52:05 nick-G501JW kernel: Freeing SMP alternatives memory: 40K Nov 20 14:52:05 nick-G501JW kernel: smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1339 Nov 20 14:52:05 nick-G501JW kernel: smpboot: CPU0: Intel(R) Core(TM) i7-4720HQ CPU @ 2.60GHz (family: 0x6, model: 0x3c, stepping: 0x3) Nov 20 14:52:05 nick-G501JW kernel: Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver. Nov 20 14:52:05 nick-G501JW kernel: ... version: 3 Nov 20 14:52:05 nick-G501JW kernel: ... bit width: 48 Nov 20 14:52:05 nick-G501JW kernel: ... generic registers: 4 Nov 20 14:52:05 nick-G501JW kernel: ... value mask: 0000ffffffffffff Nov 20 14:52:05 nick-G501JW kernel: ... max period: 00007fffffffffff Nov 20 14:52:05 nick-G501JW kernel: ... fixed-purpose events: 3 Nov 20 14:52:05 nick-G501JW kernel: ... event mask: 000000070000000f Nov 20 14:52:05 nick-G501JW kernel: rcu: Hierarchical SRCU implementation. Nov 20 14:52:05 nick-G501JW kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter. Nov 20 14:52:05 nick-G501JW kernel: smp: Bringing up secondary CPUs ... Nov 20 14:52:05 nick-G501JW kernel: x86: Booting SMP configuration: Nov 20 14:52:05 nick-G501JW kernel: .... node #0, CPUs: #1 #2 #3 #4 Nov 20 14:52:05 nick-G501JW kernel: 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. Nov 20 14:52:05 nick-G501JW kernel: #5 #6 #7 Nov 20 14:52:05 nick-G501JW kernel: smp: Brought up 1 node, 8 CPUs Nov 20 14:52:05 nick-G501JW kernel: smpboot: Max logical packages: 1 Nov 20 14:52:05 nick-G501JW kernel: smpboot: Total of 8 processors activated (41505.12 BogoMIPS) Nov 20 14:52:05 nick-G501JW kernel: devtmpfs: initialized Nov 20 14:52:05 nick-G501JW kernel: x86/mm: Memory block size: 128MB Nov 20 14:52:05 nick-G501JW kernel: ACPI: PM: Registering ACPI NVS region [mem 0x728ea000-0x728f0fff] (28672 bytes) Nov 20 14:52:05 nick-G501JW kernel: ACPI: PM: Registering ACPI NVS region [mem 0x7a3f8000-0x7ab00fff] (7376896 bytes) Nov 20 14:52:05 nick-G501JW kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns Nov 20 14:52:05 nick-G501JW kernel: futex hash table entries: 2048 (order: 5, 131072 bytes, linear) Nov 20 14:52:05 nick-G501JW kernel: pinctrl core: initialized pinctrl subsystem Nov 20 14:52:05 nick-G501JW kernel: PM: RTC time: 13:51:57, date: 2021-11-20 Nov 20 14:52:05 nick-G501JW kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family Nov 20 14:52:05 nick-G501JW kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations Nov 20 14:52:05 nick-G501JW kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations Nov 20 14:52:05 nick-G501JW kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations Nov 20 14:52:05 nick-G501JW kernel: audit: initializing netlink subsys (disabled) Nov 20 14:52:05 nick-G501JW kernel: audit: type=2000 audit(1637416317.032:1): state=initialized audit_enabled=0 res=1 Nov 20 14:52:05 nick-G501JW kernel: thermal_sys: Registered thermal governor 'fair_share' Nov 20 14:52:05 nick-G501JW kernel: thermal_sys: Registered thermal governor 'bang_bang' Nov 20 14:52:05 nick-G501JW kernel: thermal_sys: Registered thermal governor 'step_wise' Nov 20 14:52:05 nick-G501JW kernel: thermal_sys: Registered thermal governor 'user_space' Nov 20 14:52:05 nick-G501JW kernel: thermal_sys: Registered thermal governor 'power_allocator' Nov 20 14:52:05 nick-G501JW kernel: EISA bus registered Nov 20 14:52:05 nick-G501JW kernel: cpuidle: using governor ladder Nov 20 14:52:05 nick-G501JW kernel: cpuidle: using governor menu Nov 20 14:52:05 nick-G501JW kernel: Detected 1 PCC Subspaces Nov 20 14:52:05 nick-G501JW kernel: Registering PCC driver as Mailbox controller Nov 20 14:52:05 nick-G501JW kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it Nov 20 14:52:05 nick-G501JW kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 Nov 20 14:52:05 nick-G501JW kernel: PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000) Nov 20 14:52:05 nick-G501JW kernel: PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820 Nov 20 14:52:05 nick-G501JW kernel: PCI: Using configuration type 1 for base access Nov 20 14:52:05 nick-G501JW kernel: core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on Nov 20 14:52:05 nick-G501JW kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance' Nov 20 14:52:05 nick-G501JW kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible. Nov 20 14:52:05 nick-G501JW kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages Nov 20 14:52:05 nick-G501JW kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages Nov 20 14:52:05 nick-G501JW kernel: ACPI: Added _OSI(Module Device) Nov 20 14:52:05 nick-G501JW kernel: ACPI: Added _OSI(Processor Device) Nov 20 14:52:05 nick-G501JW kernel: ACPI: Added _OSI(3.0 _SCP Extensions) Nov 20 14:52:05 nick-G501JW kernel: ACPI: Added _OSI(Processor Aggregator Device) Nov 20 14:52:05 nick-G501JW kernel: ACPI: Added _OSI(Linux-Dell-Video) Nov 20 14:52:05 nick-G501JW kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio) Nov 20 14:52:05 nick-G501JW kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics) Nov 20 14:52:05 nick-G501JW kernel: ACPI: 9 ACPI AML tables successfully acquired and loaded Nov 20 14:52:05 nick-G501JW kernel: ACPI: EC: EC started Nov 20 14:52:05 nick-G501JW kernel: ACPI: EC: interrupt blocked Nov 20 14:52:05 nick-G501JW kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62 Nov 20 14:52:05 nick-G501JW kernel: ACPI: EC: Boot ECDT EC used to handle transactions Nov 20 14:52:05 nick-G501JW kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored Nov 20 14:52:05 nick-G501JW kernel: ACPI: Dynamic OEM Table Load: Nov 20 14:52:05 nick-G501JW kernel: ACPI: SSDT 0xFFFF98A741290000 0003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20120711) Nov 20 14:52:05 nick-G501JW kernel: ACPI: Dynamic OEM Table Load: Nov 20 14:52:05 nick-G501JW kernel: ACPI: SSDT 0xFFFF98A7412D3800 0005AA (v01 PmRef ApIst 00003000 INTL 20120711) Nov 20 14:52:05 nick-G501JW kernel: ACPI: Dynamic OEM Table Load: Nov 20 14:52:05 nick-G501JW kernel: ACPI: SSDT 0xFFFF98A7402BD600 000119 (v01 PmRef ApCst 00003000 INTL 20120711) Nov 20 14:52:05 nick-G501JW kernel: ACPI: Interpreter enabled Nov 20 14:52:05 nick-G501JW kernel: ACPI: PM: (supports S0 S3 S4 S5) Nov 20 14:52:05 nick-G501JW kernel: ACPI: Using IOAPIC for interrupt routing Nov 20 14:52:05 nick-G501JW kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug Nov 20 14:52:05 nick-G501JW kernel: ACPI: Enabled 6 GPEs in block 00 to 3F Nov 20 14:52:05 nick-G501JW kernel: ACPI: PM: Power Resource [PG00] Nov 20 14:52:05 nick-G501JW kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7e]) Nov 20 14:52:05 nick-G501JW kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3] Nov 20 14:52:05 nick-G501JW kernel: acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME] Nov 20 14:52:05 nick-G501JW kernel: acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR] Nov 20 14:52:05 nick-G501JW kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration Nov 20 14:52:05 nick-G501JW kernel: PCI host bridge to bus 0000:00 Nov 20 14:52:05 nick-G501JW kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] Nov 20 14:52:05 nick-G501JW kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] Nov 20 14:52:05 nick-G501JW kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000effff window] Nov 20 14:52:05 nick-G501JW kernel: pci_bus 0000:00: root bus resource [mem 0x7fe00000-0xfeafffff window] Nov 20 14:52:05 nick-G501JW kernel: pci_bus 0000:00: root bus resource [bus 00-7e] Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:00.0: [8086:0c04] type 00 class 0x060000 Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400 Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:02.0: [8086:0416] type 00 class 0x030000 Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:02.0: reg 0x10: [mem 0xec400000-0xec7fffff 64bit] Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff 64bit pref] Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f] Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:02.0: BAR 2: assigned to efifb Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:03.0: [8086:0c0c] type 00 class 0x040300 Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:03.0: reg 0x10: [mem 0xed314000-0xed317fff 64bit] Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330 Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:14.0: reg 0x10: [mem 0xed300000-0xed30ffff 64bit] Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000 Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:16.0: reg 0x10: [mem 0xed31e000-0xed31e00f 64bit] Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320 Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:1a.0: reg 0x10: [mem 0xed31c000-0xed31c3ff] Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300 Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xed310000-0xed313fff 64bit] Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400 Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:1c.2: [8086:8c14] type 01 class 0x060400 Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:1c.3: [8086:8c16] type 01 class 0x060400 Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320 Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:1d.0: reg 0x10: [mem 0xed31b000-0xed31b3ff] Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:1f.0: [8086:8c4b] type 00 class 0x060100 Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:1f.2: [8086:8c03] type 00 class 0x010601 Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:1f.2: reg 0x10: [io 0xf0b0-0xf0b7] Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:1f.2: reg 0x14: [io 0xf0a0-0xf0a3] Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:1f.2: reg 0x18: [io 0xf090-0xf097] Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:1f.2: reg 0x1c: [io 0xf080-0xf083] Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:1f.2: reg 0x20: [io 0xf060-0xf07f] Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xed31a000-0xed31a7ff] Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:1f.2: PME# supported from D3hot Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500 Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xed319000-0xed3190ff 64bit] Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:1f.3: reg 0x20: [io 0xf040-0xf05f] Nov 20 14:52:05 nick-G501JW kernel: pci 0000:01:00.0: [10de:139b] type 00 class 0x030200 Nov 20 14:52:05 nick-G501JW kernel: pci 0000:01:00.0: reg 0x10: [mem 0xeb000000-0xebffffff] Nov 20 14:52:05 nick-G501JW kernel: pci 0000:01:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref] Nov 20 14:52:05 nick-G501JW kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref] Nov 20 14:52:05 nick-G501JW kernel: pci 0000:01:00.0: reg 0x24: [io 0xe000-0xe07f] Nov 20 14:52:05 nick-G501JW kernel: pci 0000:01:00.0: reg 0x30: [mem 0xec000000-0xec07ffff pref] Nov 20 14:52:05 nick-G501JW kernel: pci 0000:01:00.0: Enabling HDA controller Nov 20 14:52:05 nick-G501JW kernel: pci 0000:01:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:01.0 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link) Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:01.0: PCI bridge to [bus 01] Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:01.0: bridge window [io 0xe000-0xefff] Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:01.0: bridge window [mem 0xeb000000-0xec0fffff] Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref] Nov 20 14:52:05 nick-G501JW kernel: acpiphp: Slot [1] registered Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:1c.0: PCI bridge to [bus 02-3a] Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:1c.0: bridge window [mem 0xd4000000-0xea0fffff] Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:1c.0: bridge window [mem 0x90000000-0xb1ffffff 64bit pref] Nov 20 14:52:05 nick-G501JW kernel: acpiphp: Slot [1-1] registered Nov 20 14:52:05 nick-G501JW kernel: pci 0000:3b:00.0: [8086:08b1] type 00 class 0x028000 Nov 20 14:52:05 nick-G501JW kernel: pci 0000:3b:00.0: reg 0x10: [mem 0xed200000-0xed201fff 64bit] Nov 20 14:52:05 nick-G501JW kernel: pci 0000:3b:00.0: PME# supported from D0 D3hot D3cold Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:1c.2: PCI bridge to [bus 3b] Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:1c.2: bridge window [mem 0xed200000-0xed2fffff] Nov 20 14:52:05 nick-G501JW kernel: acpiphp: Slot [1-2] registered Nov 20 14:52:05 nick-G501JW kernel: pci 0000:3c:00.0: [10ec:5227] type 00 class 0xff0000 Nov 20 14:52:05 nick-G501JW kernel: pci 0000:3c:00.0: reg 0x10: [mem 0xec800000-0xec800fff] Nov 20 14:52:05 nick-G501JW kernel: pci 0000:3c:00.0: supports D1 D2 Nov 20 14:52:05 nick-G501JW kernel: pci 0000:3c:00.0: PME# supported from D1 D2 D3hot D3cold Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:1c.3: PCI bridge to [bus 3c] Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff] Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:1c.3: bridge window [mem 0xec800000-0xed1fffff] Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:1c.3: bridge window [mem 0xd2100000-0xd2afffff 64bit pref] Nov 20 14:52:05 nick-G501JW kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0 Nov 20 14:52:05 nick-G501JW kernel: ACPI: PCI: Interrupt link LNKA disabled Nov 20 14:52:05 nick-G501JW kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0 Nov 20 14:52:05 nick-G501JW kernel: ACPI: PCI: Interrupt link LNKB disabled Nov 20 14:52:05 nick-G501JW kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0 Nov 20 14:52:05 nick-G501JW kernel: ACPI: PCI: Interrupt link LNKC disabled Nov 20 14:52:05 nick-G501JW kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0 Nov 20 14:52:05 nick-G501JW kernel: ACPI: PCI: Interrupt link LNKD disabled Nov 20 14:52:05 nick-G501JW kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0 Nov 20 14:52:05 nick-G501JW kernel: ACPI: PCI: Interrupt link LNKE disabled Nov 20 14:52:05 nick-G501JW kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0 Nov 20 14:52:05 nick-G501JW kernel: ACPI: PCI: Interrupt link LNKF disabled Nov 20 14:52:05 nick-G501JW kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0 Nov 20 14:52:05 nick-G501JW kernel: ACPI: PCI: Interrupt link LNKG disabled Nov 20 14:52:05 nick-G501JW kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0 Nov 20 14:52:05 nick-G501JW kernel: ACPI: PCI: Interrupt link LNKH disabled Nov 20 14:52:05 nick-G501JW kernel: ACPI: EC: interrupt unblocked Nov 20 14:52:05 nick-G501JW kernel: ACPI: EC: event unblocked Nov 20 14:52:05 nick-G501JW kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62 Nov 20 14:52:05 nick-G501JW kernel: ACPI: EC: GPE=0x19 Nov 20 14:52:05 nick-G501JW kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot ECDT EC initialization complete Nov 20 14:52:05 nick-G501JW kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events Nov 20 14:52:05 nick-G501JW kernel: iommu: Default domain type: Translated Nov 20 14:52:05 nick-G501JW kernel: iommu: DMA domain TLB invalidation policy: lazy mode Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:02.0: vgaarb: bridge control possible Nov 20 14:52:05 nick-G501JW kernel: vgaarb: loaded Nov 20 14:52:05 nick-G501JW kernel: SCSI subsystem initialized Nov 20 14:52:05 nick-G501JW kernel: libata version 3.00 loaded. Nov 20 14:52:05 nick-G501JW kernel: ACPI: bus type USB registered Nov 20 14:52:05 nick-G501JW kernel: usbcore: registered new interface driver usbfs Nov 20 14:52:05 nick-G501JW kernel: usbcore: registered new interface driver hub Nov 20 14:52:05 nick-G501JW kernel: usbcore: registered new device driver usb Nov 20 14:52:05 nick-G501JW kernel: pps_core: LinuxPPS API ver. 1 registered Nov 20 14:52:05 nick-G501JW kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti Nov 20 14:52:05 nick-G501JW kernel: PTP clock support registered Nov 20 14:52:05 nick-G501JW kernel: EDAC MC: Ver: 3.0.0 Nov 20 14:52:05 nick-G501JW kernel: Registered efivars operations Nov 20 14:52:05 nick-G501JW kernel: NetLabel: Initializing Nov 20 14:52:05 nick-G501JW kernel: NetLabel: domain hash size = 128 Nov 20 14:52:05 nick-G501JW kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO Nov 20 14:52:05 nick-G501JW kernel: NetLabel: unlabeled traffic allowed by default Nov 20 14:52:05 nick-G501JW kernel: PCI: Using ACPI for IRQ routing Nov 20 14:52:05 nick-G501JW kernel: PCI: pci_cache_line_size set to 64 bytes Nov 20 14:52:05 nick-G501JW kernel: e820: reserve RAM buffer [mem 0x00058000-0x0005ffff] Nov 20 14:52:05 nick-G501JW kernel: e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff] Nov 20 14:52:05 nick-G501JW kernel: e820: reserve RAM buffer [mem 0x724a1018-0x73ffffff] Nov 20 14:52:05 nick-G501JW kernel: e820: reserve RAM buffer [mem 0x728ea000-0x73ffffff] Nov 20 14:52:05 nick-G501JW kernel: e820: reserve RAM buffer [mem 0x7321b000-0x73ffffff] Nov 20 14:52:05 nick-G501JW kernel: e820: reserve RAM buffer [mem 0x773d0000-0x77ffffff] Nov 20 14:52:05 nick-G501JW kernel: e820: reserve RAM buffer [mem 0x778e4000-0x77ffffff] Nov 20 14:52:05 nick-G501JW kernel: e820: reserve RAM buffer [mem 0x7a013000-0x7bffffff] Nov 20 14:52:05 nick-G501JW kernel: e820: reserve RAM buffer [mem 0x7a3f8000-0x7bffffff] Nov 20 14:52:05 nick-G501JW kernel: e820: reserve RAM buffer [mem 0x7b000000-0x7bffffff] Nov 20 14:52:05 nick-G501JW kernel: e820: reserve RAM buffer [mem 0x47f200000-0x47fffffff] Nov 20 14:52:05 nick-G501JW kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0 Nov 20 14:52:05 nick-G501JW kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter Nov 20 14:52:05 nick-G501JW kernel: clocksource: Switched to clocksource tsc-early Nov 20 14:52:05 nick-G501JW kernel: VFS: Disk quotas dquot_6.6.0 Nov 20 14:52:05 nick-G501JW kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) Nov 20 14:52:05 nick-G501JW kernel: AppArmor: AppArmor Filesystem Enabled Nov 20 14:52:05 nick-G501JW kernel: pnp: PnP ACPI init Nov 20 14:52:05 nick-G501JW kernel: system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved Nov 20 14:52:05 nick-G501JW kernel: system 00:01: [io 0x0680-0x069f] has been reserved Nov 20 14:52:05 nick-G501JW kernel: system 00:01: [io 0xffff] has been reserved Nov 20 14:52:05 nick-G501JW kernel: system 00:01: [io 0xffff] has been reserved Nov 20 14:52:05 nick-G501JW kernel: system 00:01: [io 0xffff] has been reserved Nov 20 14:52:05 nick-G501JW kernel: system 00:01: [io 0x1c00-0x1cfe] has been reserved Nov 20 14:52:05 nick-G501JW kernel: system 00:01: [io 0x1d00-0x1dfe] has been reserved Nov 20 14:52:05 nick-G501JW kernel: system 00:01: [io 0x1e00-0x1efe] has been reserved Nov 20 14:52:05 nick-G501JW kernel: system 00:01: [io 0x1f00-0x1ffe] has been reserved Nov 20 14:52:05 nick-G501JW kernel: system 00:01: [io 0x1800-0x18fe] has been reserved Nov 20 14:52:05 nick-G501JW kernel: system 00:01: [io 0x164e-0x164f] has been reserved Nov 20 14:52:05 nick-G501JW kernel: system 00:03: [io 0x1854-0x1857] has been reserved Nov 20 14:52:05 nick-G501JW kernel: system 00:04: [io 0x04d0-0x04d1] has been reserved Nov 20 14:52:05 nick-G501JW kernel: system 00:05: [io 0x0240-0x0259] has been reserved Nov 20 14:52:05 nick-G501JW kernel: system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved Nov 20 14:52:05 nick-G501JW kernel: system 00:08: [mem 0xfed10000-0xfed17fff] has been reserved Nov 20 14:52:05 nick-G501JW kernel: system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved Nov 20 14:52:05 nick-G501JW kernel: system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved Nov 20 14:52:05 nick-G501JW kernel: system 00:08: [mem 0xf0000000-0xf7ffffff] has been reserved Nov 20 14:52:05 nick-G501JW kernel: system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved Nov 20 14:52:05 nick-G501JW kernel: system 00:08: [mem 0xfed90000-0xfed93fff] could not be reserved Nov 20 14:52:05 nick-G501JW kernel: system 00:08: [mem 0xfed45000-0xfed8ffff] has been reserved Nov 20 14:52:05 nick-G501JW kernel: system 00:08: [mem 0xff000000-0xffffffff] has been reserved Nov 20 14:52:05 nick-G501JW kernel: system 00:08: [mem 0xfee00000-0xfeefffff] could not be reserved Nov 20 14:52:05 nick-G501JW kernel: system 00:08: [mem 0xeffdf000-0xeffdffff] has been reserved Nov 20 14:52:05 nick-G501JW kernel: system 00:08: [mem 0xeffe0000-0xeffeffff] has been reserved Nov 20 14:52:05 nick-G501JW kernel: pnp: PnP ACPI: found 10 devices Nov 20 14:52:05 nick-G501JW kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns Nov 20 14:52:05 nick-G501JW kernel: NET: Registered PF_INET protocol family Nov 20 14:52:05 nick-G501JW kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear) Nov 20 14:52:05 nick-G501JW kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear) Nov 20 14:52:05 nick-G501JW kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear) Nov 20 14:52:05 nick-G501JW kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear) Nov 20 14:52:05 nick-G501JW kernel: TCP: Hash tables configured (established 131072 bind 65536) Nov 20 14:52:05 nick-G501JW kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear) Nov 20 14:52:05 nick-G501JW kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear) Nov 20 14:52:05 nick-G501JW kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear) Nov 20 14:52:05 nick-G501JW kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family Nov 20 14:52:05 nick-G501JW kernel: NET: Registered PF_XDP protocol family Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 02-3a] add_size 1000 Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:1c.2: bridge window [io 0x1000-0x0fff] to [bus 3b] add_size 1000 Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 3b] add_size 200000 add_align 100000 Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:1c.2: BAR 15: assigned [mem 0x7fe00000-0x7fffffff 64bit pref] Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:1c.0: BAR 13: assigned [io 0x2000-0x2fff] Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:1c.2: BAR 13: assigned [io 0x3000-0x3fff] Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:01.0: PCI bridge to [bus 01] Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:01.0: bridge window [io 0xe000-0xefff] Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:01.0: bridge window [mem 0xeb000000-0xec0fffff] Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref] Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:1c.0: PCI bridge to [bus 02-3a] Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff] Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:1c.0: bridge window [mem 0xd4000000-0xea0fffff] Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:1c.0: bridge window [mem 0x90000000-0xb1ffffff 64bit pref] Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:1c.2: PCI bridge to [bus 3b] Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:1c.2: bridge window [io 0x3000-0x3fff] Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:1c.2: bridge window [mem 0xed200000-0xed2fffff] Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:1c.2: bridge window [mem 0x7fe00000-0x7fffffff 64bit pref] Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:1c.3: PCI bridge to [bus 3c] Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff] Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:1c.3: bridge window [mem 0xec800000-0xed1fffff] Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:1c.3: bridge window [mem 0xd2100000-0xd2afffff 64bit pref] Nov 20 14:52:05 nick-G501JW kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] Nov 20 14:52:05 nick-G501JW kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] Nov 20 14:52:05 nick-G501JW kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000effff window] Nov 20 14:52:05 nick-G501JW kernel: pci_bus 0000:00: resource 7 [mem 0x7fe00000-0xfeafffff window] Nov 20 14:52:05 nick-G501JW kernel: pci_bus 0000:01: resource 0 [io 0xe000-0xefff] Nov 20 14:52:05 nick-G501JW kernel: pci_bus 0000:01: resource 1 [mem 0xeb000000-0xec0fffff] Nov 20 14:52:05 nick-G501JW kernel: pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref] Nov 20 14:52:05 nick-G501JW kernel: pci_bus 0000:02: resource 0 [io 0x2000-0x2fff] Nov 20 14:52:05 nick-G501JW kernel: pci_bus 0000:02: resource 1 [mem 0xd4000000-0xea0fffff] Nov 20 14:52:05 nick-G501JW kernel: pci_bus 0000:02: resource 2 [mem 0x90000000-0xb1ffffff 64bit pref] Nov 20 14:52:05 nick-G501JW kernel: pci_bus 0000:3b: resource 0 [io 0x3000-0x3fff] Nov 20 14:52:05 nick-G501JW kernel: pci_bus 0000:3b: resource 1 [mem 0xed200000-0xed2fffff] Nov 20 14:52:05 nick-G501JW kernel: pci_bus 0000:3b: resource 2 [mem 0x7fe00000-0x7fffffff 64bit pref] Nov 20 14:52:05 nick-G501JW kernel: pci_bus 0000:3c: resource 0 [io 0xd000-0xdfff] Nov 20 14:52:05 nick-G501JW kernel: pci_bus 0000:3c: resource 1 [mem 0xec800000-0xed1fffff] Nov 20 14:52:05 nick-G501JW kernel: pci_bus 0000:3c: resource 2 [mem 0xd2100000-0xd2afffff 64bit pref] Nov 20 14:52:05 nick-G501JW kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] Nov 20 14:52:05 nick-G501JW kernel: PCI: CLS 64 bytes, default 64 Nov 20 14:52:05 nick-G501JW kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB) Nov 20 14:52:05 nick-G501JW kernel: software IO TLB: mapped [mem 0x000000006e4a1000-0x00000000724a1000] (64MB) Nov 20 14:52:05 nick-G501JW kernel: Trying to unpack rootfs image as initramfs... Nov 20 14:52:05 nick-G501JW kernel: Initialise system trusted keyrings Nov 20 14:52:05 nick-G501JW kernel: Key type blacklist registered Nov 20 14:52:05 nick-G501JW kernel: workingset: timestamp_bits=36 max_order=22 bucket_order=0 Nov 20 14:52:05 nick-G501JW kernel: zbud: loaded Nov 20 14:52:05 nick-G501JW kernel: squashfs: version 4.0 (2009/01/31) Phillip Lougher Nov 20 14:52:05 nick-G501JW kernel: fuse: init (API version 7.35) Nov 20 14:52:05 nick-G501JW kernel: integrity: Platform Keyring initialized Nov 20 14:52:05 nick-G501JW kernel: Key type asymmetric registered Nov 20 14:52:05 nick-G501JW kernel: Asymmetric key parser 'x509' registered Nov 20 14:52:05 nick-G501JW kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243) Nov 20 14:52:05 nick-G501JW kernel: io scheduler mq-deadline registered Nov 20 14:52:05 nick-G501JW kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 Nov 20 14:52:05 nick-G501JW kernel: ACPI: AC: AC Adapter [AC0] (on-line) Nov 20 14:52:05 nick-G501JW kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0 Nov 20 14:52:05 nick-G501JW kernel: ACPI: button: Lid Switch [LID] Nov 20 14:52:05 nick-G501JW kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1 Nov 20 14:52:05 nick-G501JW kernel: ACPI: button: Sleep Button [SLPB] Nov 20 14:52:05 nick-G501JW kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2 Nov 20 14:52:05 nick-G501JW kernel: ACPI: button: Power Button [PWRF] Nov 20 14:52:05 nick-G501JW kernel: thermal LNXTHERM:00: registered as thermal_zone0 Nov 20 14:52:05 nick-G501JW kernel: ACPI: thermal: Thermal Zone [THRM] (39 C) Nov 20 14:52:05 nick-G501JW kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled Nov 20 14:52:05 nick-G501JW kernel: Linux agpgart interface v0.103 Nov 20 14:52:05 nick-G501JW kernel: loop: module loaded Nov 20 14:52:05 nick-G501JW kernel: libphy: Fixed MDIO Bus: probed Nov 20 14:52:05 nick-G501JW kernel: tun: Universal TUN/TAP device driver, 1.6 Nov 20 14:52:05 nick-G501JW kernel: PPP generic driver version 2.4.2 Nov 20 14:52:05 nick-G501JW kernel: VFIO - User Level meta-driver version: 0.3 Nov 20 14:52:05 nick-G501JW kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver Nov 20 14:52:05 nick-G501JW kernel: ehci-pci: EHCI PCI platform driver Nov 20 14:52:05 nick-G501JW kernel: ehci-pci 0000:00:1a.0: EHCI Host Controller Nov 20 14:52:05 nick-G501JW kernel: ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1 Nov 20 14:52:05 nick-G501JW kernel: ehci-pci 0000:00:1a.0: debug port 2 Nov 20 14:52:05 nick-G501JW kernel: ehci-pci 0000:00:1a.0: irq 16, io mem 0xed31c000 Nov 20 14:52:05 nick-G501JW kernel: ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00 Nov 20 14:52:05 nick-G501JW kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.16 Nov 20 14:52:05 nick-G501JW kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Nov 20 14:52:05 nick-G501JW kernel: usb usb1: Product: EHCI Host Controller Nov 20 14:52:05 nick-G501JW kernel: usb usb1: Manufacturer: Linux 5.16.0-051600rc1-generic ehci_hcd Nov 20 14:52:05 nick-G501JW kernel: usb usb1: SerialNumber: 0000:00:1a.0 Nov 20 14:52:05 nick-G501JW kernel: hub 1-0:1.0: USB hub found Nov 20 14:52:05 nick-G501JW kernel: hub 1-0:1.0: 2 ports detected Nov 20 14:52:05 nick-G501JW kernel: ehci-pci 0000:00:1d.0: EHCI Host Controller Nov 20 14:52:05 nick-G501JW kernel: ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2 Nov 20 14:52:05 nick-G501JW kernel: ehci-pci 0000:00:1d.0: debug port 2 Nov 20 14:52:05 nick-G501JW kernel: ehci-pci 0000:00:1d.0: irq 23, io mem 0xed31b000 Nov 20 14:52:05 nick-G501JW kernel: ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00 Nov 20 14:52:05 nick-G501JW kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.16 Nov 20 14:52:05 nick-G501JW kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Nov 20 14:52:05 nick-G501JW kernel: usb usb2: Product: EHCI Host Controller Nov 20 14:52:05 nick-G501JW kernel: usb usb2: Manufacturer: Linux 5.16.0-051600rc1-generic ehci_hcd Nov 20 14:52:05 nick-G501JW kernel: usb usb2: SerialNumber: 0000:00:1d.0 Nov 20 14:52:05 nick-G501JW kernel: hub 2-0:1.0: USB hub found Nov 20 14:52:05 nick-G501JW kernel: hub 2-0:1.0: 2 ports detected Nov 20 14:52:05 nick-G501JW kernel: ehci-platform: EHCI generic platform driver Nov 20 14:52:05 nick-G501JW kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver Nov 20 14:52:05 nick-G501JW kernel: ohci-pci: OHCI PCI platform driver Nov 20 14:52:05 nick-G501JW kernel: ohci-platform: OHCI generic platform driver Nov 20 14:52:05 nick-G501JW kernel: uhci_hcd: USB Universal Host Controller Interface driver Nov 20 14:52:05 nick-G501JW kernel: ACPI: battery: Slot [BAT0] (battery present) Nov 20 14:52:05 nick-G501JW kernel: i8042: PNP: PS/2 Controller [PNP030b:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12 Nov 20 14:52:05 nick-G501JW kernel: i8042: Detected active multiplexing controller, rev 1.1 Nov 20 14:52:05 nick-G501JW kernel: serio: i8042 KBD port at 0x60,0x64 irq 1 Nov 20 14:52:05 nick-G501JW kernel: serio: i8042 AUX0 port at 0x60,0x64 irq 12 Nov 20 14:52:05 nick-G501JW kernel: serio: i8042 AUX1 port at 0x60,0x64 irq 12 Nov 20 14:52:05 nick-G501JW kernel: serio: i8042 AUX2 port at 0x60,0x64 irq 12 Nov 20 14:52:05 nick-G501JW kernel: serio: i8042 AUX3 port at 0x60,0x64 irq 12 Nov 20 14:52:05 nick-G501JW kernel: mousedev: PS/2 mouse device common for all mice Nov 20 14:52:05 nick-G501JW kernel: rtc_cmos 00:02: RTC can wake from S4 Nov 20 14:52:05 nick-G501JW kernel: rtc_cmos 00:02: registered as rtc0 Nov 20 14:52:05 nick-G501JW kernel: rtc_cmos 00:02: setting system clock to 2021-11-20T13:51:57 UTC (1637416317) Nov 20 14:52:05 nick-G501JW kernel: rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs Nov 20 14:52:05 nick-G501JW kernel: i2c_dev: i2c /dev entries driver Nov 20 14:52:05 nick-G501JW kernel: device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log. Nov 20 14:52:05 nick-G501JW kernel: device-mapper: uevent: version 1.0.3 Nov 20 14:52:05 nick-G501JW kernel: device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com Nov 20 14:52:05 nick-G501JW kernel: platform eisa.0: Probing EISA bus 0 Nov 20 14:52:05 nick-G501JW kernel: platform eisa.0: EISA: Cannot allocate resource for mainboard Nov 20 14:52:05 nick-G501JW kernel: platform eisa.0: Cannot allocate resource for EISA slot 1 Nov 20 14:52:05 nick-G501JW kernel: platform eisa.0: Cannot allocate resource for EISA slot 2 Nov 20 14:52:05 nick-G501JW kernel: platform eisa.0: Cannot allocate resource for EISA slot 3 Nov 20 14:52:05 nick-G501JW kernel: platform eisa.0: Cannot allocate resource for EISA slot 4 Nov 20 14:52:05 nick-G501JW kernel: platform eisa.0: Cannot allocate resource for EISA slot 5 Nov 20 14:52:05 nick-G501JW kernel: platform eisa.0: Cannot allocate resource for EISA slot 6 Nov 20 14:52:05 nick-G501JW kernel: platform eisa.0: Cannot allocate resource for EISA slot 7 Nov 20 14:52:05 nick-G501JW kernel: platform eisa.0: Cannot allocate resource for EISA slot 8 Nov 20 14:52:05 nick-G501JW kernel: platform eisa.0: EISA: Detected 0 cards Nov 20 14:52:05 nick-G501JW kernel: intel_pstate: Intel P-state driver initializing Nov 20 14:52:05 nick-G501JW kernel: ledtrig-cpu: registered to indicate activity on CPUs Nov 20 14:52:05 nick-G501JW kernel: efifb: probing for efifb Nov 20 14:52:05 nick-G501JW kernel: efifb: showing boot graphics Nov 20 14:52:05 nick-G501JW kernel: efifb: framebuffer at 0x80000000, using 8100k, total 8100k Nov 20 14:52:05 nick-G501JW kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1 Nov 20 14:52:05 nick-G501JW kernel: efifb: scrolling: redraw Nov 20 14:52:05 nick-G501JW kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0 Nov 20 14:52:05 nick-G501JW kernel: fbcon: Deferring console take-over Nov 20 14:52:05 nick-G501JW kernel: fb0: EFI VGA frame buffer device Nov 20 14:52:05 nick-G501JW kernel: EFI Variables Facility v0.08 2004-May-17 Nov 20 14:52:05 nick-G501JW kernel: drop_monitor: Initializing network drop monitor service Nov 20 14:52:05 nick-G501JW kernel: NET: Registered PF_INET6 protocol family Nov 20 14:52:05 nick-G501JW kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3 Nov 20 14:52:05 nick-G501JW kernel: Freeing initrd memory: 43808K Nov 20 14:52:05 nick-G501JW kernel: Segment Routing with IPv6 Nov 20 14:52:05 nick-G501JW kernel: In-situ OAM (IOAM) with IPv6 Nov 20 14:52:05 nick-G501JW kernel: NET: Registered PF_PACKET protocol family Nov 20 14:52:05 nick-G501JW kernel: Key type dns_resolver registered Nov 20 14:52:05 nick-G501JW kernel: microcode: sig=0x306c3, pf=0x20, revision=0x28 Nov 20 14:52:05 nick-G501JW kernel: microcode: Microcode Update Driver: v2.2. Nov 20 14:52:05 nick-G501JW kernel: IPI shorthand broadcast: enabled Nov 20 14:52:05 nick-G501JW kernel: sched_clock: Marking stable (507082024, 267845)->(513334081, -5984212) Nov 20 14:52:05 nick-G501JW kernel: registered taskstats version 1 Nov 20 14:52:05 nick-G501JW kernel: Loading compiled-in X.509 certificates Nov 20 14:52:05 nick-G501JW kernel: Loaded X.509 cert 'Build time autogenerated kernel key: d48dfcd4f3b9b53af8e1e37991b9a570f3f8690d' Nov 20 14:52:05 nick-G501JW kernel: Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969' Nov 20 14:52:05 nick-G501JW kernel: Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19' Nov 20 14:52:05 nick-G501JW kernel: blacklist: Loading compiled-in revocation X.509 certificates Nov 20 14:52:05 nick-G501JW kernel: Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing: 61482aa2830d0ab2ad5af10b7250da9033ddcef0' Nov 20 14:52:05 nick-G501JW kernel: zswap: loaded using pool lzo/zbud Nov 20 14:52:05 nick-G501JW kernel: Key type ._fscrypt registered Nov 20 14:52:05 nick-G501JW kernel: Key type .fscrypt registered Nov 20 14:52:05 nick-G501JW kernel: Key type fscrypt-provisioning registered Nov 20 14:52:05 nick-G501JW kernel: Key type encrypted registered Nov 20 14:52:05 nick-G501JW kernel: AppArmor: AppArmor sha1 policy hashing enabled Nov 20 14:52:05 nick-G501JW kernel: integrity: Loading X.509 certificate: UEFI:db Nov 20 14:52:05 nick-G501JW kernel: integrity: Loaded X.509 cert 'ASUSTeK Notebook SW Key Certificate: b8e581e4df77a5bb4282d5ccfc00c071' Nov 20 14:52:05 nick-G501JW kernel: integrity: Loading X.509 certificate: UEFI:db Nov 20 14:52:05 nick-G501JW kernel: integrity: Loaded X.509 cert 'ASUSTeK MotherBoard SW Key Certificate: da83b990422ebc8c441f8d8b039a65a2' Nov 20 14:52:05 nick-G501JW kernel: integrity: Loading X.509 certificate: UEFI:db Nov 20 14:52:05 nick-G501JW kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4' Nov 20 14:52:05 nick-G501JW kernel: integrity: Loading X.509 certificate: UEFI:db Nov 20 14:52:05 nick-G501JW kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53' Nov 20 14:52:05 nick-G501JW kernel: integrity: Loading X.509 certificate: UEFI:db Nov 20 14:52:05 nick-G501JW kernel: integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63' Nov 20 14:52:05 nick-G501JW kernel: integrity: Loading X.509 certificate: UEFI:MokListRT (MOKvar table) Nov 20 14:52:05 nick-G501JW kernel: integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63' Nov 20 14:52:05 nick-G501JW kernel: ima: No TPM chip found, activating TPM-bypass! Nov 20 14:52:05 nick-G501JW kernel: Loading compiled-in module X.509 certificates Nov 20 14:52:05 nick-G501JW kernel: Loaded X.509 cert 'Build time autogenerated kernel key: d48dfcd4f3b9b53af8e1e37991b9a570f3f8690d' Nov 20 14:52:05 nick-G501JW kernel: ima: Allocated hash algorithm: sha1 Nov 20 14:52:05 nick-G501JW kernel: ima: No architecture policies found Nov 20 14:52:05 nick-G501JW kernel: evm: Initialising EVM extended attributes: Nov 20 14:52:05 nick-G501JW kernel: evm: security.selinux Nov 20 14:52:05 nick-G501JW kernel: evm: security.SMACK64 Nov 20 14:52:05 nick-G501JW kernel: evm: security.SMACK64EXEC Nov 20 14:52:05 nick-G501JW kernel: evm: security.SMACK64TRANSMUTE Nov 20 14:52:05 nick-G501JW kernel: evm: security.SMACK64MMAP Nov 20 14:52:05 nick-G501JW kernel: evm: security.apparmor Nov 20 14:52:05 nick-G501JW kernel: evm: security.ima Nov 20 14:52:05 nick-G501JW kernel: evm: security.capability Nov 20 14:52:05 nick-G501JW kernel: evm: HMAC attrs: 0x1 Nov 20 14:52:05 nick-G501JW kernel: PM: Magic number: 13:252:888 Nov 20 14:52:05 nick-G501JW kernel: RAS: Correctable Errors collector initialized. Nov 20 14:52:05 nick-G501JW kernel: Freeing unused decrypted memory: 2036K Nov 20 14:52:05 nick-G501JW kernel: Freeing unused kernel image (initmem) memory: 2720K Nov 20 14:52:05 nick-G501JW kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci Nov 20 14:52:05 nick-G501JW kernel: Write protecting the kernel read-only data: 30720k Nov 20 14:52:05 nick-G501JW kernel: Freeing unused kernel image (text/rodata gap) memory: 2036K Nov 20 14:52:05 nick-G501JW kernel: Freeing unused kernel image (rodata/data gap) memory: 1664K Nov 20 14:52:05 nick-G501JW kernel: usb 2-1: new high-speed USB device number 2 using ehci-pci Nov 20 14:52:05 nick-G501JW kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found. Nov 20 14:52:05 nick-G501JW kernel: x86/mm: Checking user space page tables Nov 20 14:52:05 nick-G501JW kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found. Nov 20 14:52:05 nick-G501JW kernel: Run /init as init process Nov 20 14:52:05 nick-G501JW kernel: with arguments: Nov 20 14:52:05 nick-G501JW kernel: /init Nov 20 14:52:05 nick-G501JW kernel: splash Nov 20 14:52:05 nick-G501JW kernel: with environment: Nov 20 14:52:05 nick-G501JW kernel: HOME=/ Nov 20 14:52:05 nick-G501JW kernel: TERM=linux Nov 20 14:52:05 nick-G501JW kernel: BOOT_IMAGE=/boot/vmlinuz-5.16.0-051600rc1-generic Nov 20 14:52:05 nick-G501JW kernel: usb 1-1: New USB device found, idVendor=8087, idProduct=8008, bcdDevice= 0.05 Nov 20 14:52:05 nick-G501JW kernel: usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 Nov 20 14:52:05 nick-G501JW kernel: hub 1-1:1.0: USB hub found Nov 20 14:52:05 nick-G501JW kernel: hub 1-1:1.0: 6 ports detected Nov 20 14:52:05 nick-G501JW kernel: ACPI Warning: SystemIO range 0x0000000000001828-0x000000000000182F conflicts with OpRegion 0x0000000000001800-0x000000000000184F (\GPIS) (20210930/utaddress-204) Nov 20 14:52:05 nick-G501JW kernel: ACPI Warning: SystemIO range 0x0000000000001828-0x000000000000182F conflicts with OpRegion 0x0000000000001800-0x000000000000187F (\PMIO) (20210930/utaddress-204) Nov 20 14:52:05 nick-G501JW kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver? Nov 20 14:52:05 nick-G501JW kernel: ACPI Warning: SystemIO range 0x0000000000001C40-0x0000000000001C4F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C5F (\_SB.PCI0.PEG0.PEGP.GPR) (20210930/utaddress-204) Nov 20 14:52:05 nick-G501JW kernel: ACPI Warning: SystemIO range 0x0000000000001C40-0x0000000000001C4F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C7F (\GPIO) (20210930/utaddress-204) Nov 20 14:52:05 nick-G501JW kernel: ACPI Warning: SystemIO range 0x0000000000001C40-0x0000000000001C4F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C63 (\GP01) (20210930/utaddress-204) Nov 20 14:52:05 nick-G501JW kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver? Nov 20 14:52:05 nick-G501JW kernel: ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C5F (\_SB.PCI0.PEG0.PEGP.GPR) (20210930/utaddress-204) Nov 20 14:52:05 nick-G501JW kernel: ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C7F (\GPIO) (20210930/utaddress-204) Nov 20 14:52:05 nick-G501JW kernel: ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C63 (\GP01) (20210930/utaddress-204) Nov 20 14:52:05 nick-G501JW kernel: ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20210930/utaddress-204) Nov 20 14:52:05 nick-G501JW kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver? Nov 20 14:52:05 nick-G501JW kernel: ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C5F (\_SB.PCI0.PEG0.PEGP.GPR) (20210930/utaddress-204) Nov 20 14:52:05 nick-G501JW kernel: ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C7F (\GPIO) (20210930/utaddress-204) Nov 20 14:52:05 nick-G501JW kernel: ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C63 (\GP01) (20210930/utaddress-204) Nov 20 14:52:05 nick-G501JW kernel: ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20210930/utaddress-204) Nov 20 14:52:05 nick-G501JW kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver? Nov 20 14:52:05 nick-G501JW kernel: lpc_ich: Resource conflict(s) found affecting gpio_ich Nov 20 14:52:05 nick-G501JW kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller Nov 20 14:52:05 nick-G501JW kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3 Nov 20 14:52:05 nick-G501JW kernel: ahci 0000:00:1f.2: version 3.0 Nov 20 14:52:05 nick-G501JW kernel: i801_smbus 0000:00:1f.3: SPD Write Disable is set Nov 20 14:52:05 nick-G501JW kernel: i801_smbus 0000:00:1f.3: SMBus using PCI interrupt Nov 20 14:52:05 nick-G501JW kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810 Nov 20 14:52:05 nick-G501JW kernel: ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x30 impl SATA mode Nov 20 14:52:05 nick-G501JW kernel: ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst Nov 20 14:52:05 nick-G501JW kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.16 Nov 20 14:52:05 nick-G501JW kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Nov 20 14:52:05 nick-G501JW kernel: usb usb3: Product: xHCI Host Controller Nov 20 14:52:05 nick-G501JW kernel: usb usb3: Manufacturer: Linux 5.16.0-051600rc1-generic xhci-hcd Nov 20 14:52:05 nick-G501JW kernel: usb usb3: SerialNumber: 0000:00:14.0 Nov 20 14:52:05 nick-G501JW kernel: i2c i2c-0: 2/4 memory slots populated (from DMI) Nov 20 14:52:05 nick-G501JW kernel: i2c i2c-0: Successfully instantiated SPD at 0x50 Nov 20 14:52:05 nick-G501JW kernel: usb 2-1: New USB device found, idVendor=8087, idProduct=8000, bcdDevice= 0.05 Nov 20 14:52:05 nick-G501JW kernel: usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 Nov 20 14:52:05 nick-G501JW kernel: hub 3-0:1.0: USB hub found Nov 20 14:52:05 nick-G501JW kernel: hub 3-0:1.0: 14 ports detected Nov 20 14:52:05 nick-G501JW kernel: hub 2-1:1.0: USB hub found Nov 20 14:52:05 nick-G501JW kernel: hub 2-1:1.0: 8 ports detected Nov 20 14:52:05 nick-G501JW kernel: scsi host0: ahci Nov 20 14:52:05 nick-G501JW kernel: scsi host1: ahci Nov 20 14:52:05 nick-G501JW kernel: scsi host2: ahci Nov 20 14:52:05 nick-G501JW kernel: scsi host3: ahci Nov 20 14:52:05 nick-G501JW kernel: scsi host4: ahci Nov 20 14:52:05 nick-G501JW kernel: scsi host5: ahci Nov 20 14:52:05 nick-G501JW kernel: ata1: DUMMY Nov 20 14:52:05 nick-G501JW kernel: ata2: DUMMY Nov 20 14:52:05 nick-G501JW kernel: ata3: DUMMY Nov 20 14:52:05 nick-G501JW kernel: ata4: DUMMY Nov 20 14:52:05 nick-G501JW kernel: ata5: SATA max UDMA/133 abar m2048@0xed31a000 port 0xed31a300 irq 27 Nov 20 14:52:05 nick-G501JW kernel: ata6: SATA max UDMA/133 abar m2048@0xed31a000 port 0xed31a380 irq 27 Nov 20 14:52:05 nick-G501JW kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller Nov 20 14:52:05 nick-G501JW kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4 Nov 20 14:52:05 nick-G501JW kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed Nov 20 14:52:05 nick-G501JW kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.16 Nov 20 14:52:05 nick-G501JW kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Nov 20 14:52:05 nick-G501JW kernel: usb usb4: Product: xHCI Host Controller Nov 20 14:52:05 nick-G501JW kernel: usb usb4: Manufacturer: Linux 5.16.0-051600rc1-generic xhci-hcd Nov 20 14:52:05 nick-G501JW kernel: usb usb4: SerialNumber: 0000:00:14.0 Nov 20 14:52:05 nick-G501JW kernel: hub 4-0:1.0: USB hub found Nov 20 14:52:05 nick-G501JW kernel: hub 4-0:1.0: 6 ports detected Nov 20 14:52:05 nick-G501JW kernel: usb 3-5: new full-speed USB device number 2 using xhci_hcd Nov 20 14:52:05 nick-G501JW kernel: ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300) Nov 20 14:52:05 nick-G501JW kernel: ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300) Nov 20 14:52:05 nick-G501JW kernel: ata5.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded Nov 20 14:52:05 nick-G501JW kernel: ata5.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out Nov 20 14:52:05 nick-G501JW kernel: ata5.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out Nov 20 14:52:05 nick-G501JW kernel: ata6.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded Nov 20 14:52:05 nick-G501JW kernel: ata6.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out Nov 20 14:52:05 nick-G501JW kernel: ata6.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out Nov 20 14:52:05 nick-G501JW kernel: ata5.00: ATA-9: SanDisk SD7SN3Q128G1002, X2170002, max UDMA/133 Nov 20 14:52:05 nick-G501JW kernel: ata5.00: 250069680 sectors, multi 1: LBA48 NCQ (depth 32), AA Nov 20 14:52:05 nick-G501JW kernel: ata6.00: ATA-8: HGST HTS541010A7E630, SE0OA4A0, max UDMA/133 Nov 20 14:52:05 nick-G501JW kernel: ata6.00: Read log page 0x08 failed, Emask 0x1 Nov 20 14:52:05 nick-G501JW kernel: fbcon: Taking over console Nov 20 14:52:05 nick-G501JW kernel: ata6.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA Nov 20 14:52:05 nick-G501JW kernel: Console: switching to colour frame buffer device 240x67 Nov 20 14:52:05 nick-G501JW kernel: ata5.00: Features: Dev-Sleep Nov 20 14:52:05 nick-G501JW kernel: ata5.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded Nov 20 14:52:05 nick-G501JW kernel: ata5.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out Nov 20 14:52:05 nick-G501JW kernel: ata5.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out Nov 20 14:52:05 nick-G501JW kernel: ata5.00: configured for UDMA/133 Nov 20 14:52:05 nick-G501JW kernel: scsi 4:0:0:0: Direct-Access ATA SanDisk SD7SN3Q1 0002 PQ: 0 ANSI: 5 Nov 20 14:52:05 nick-G501JW kernel: sd 4:0:0:0: Attached scsi generic sg0 type 0 Nov 20 14:52:05 nick-G501JW kernel: sd 4:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB) Nov 20 14:52:05 nick-G501JW kernel: sd 4:0:0:0: [sda] Write Protect is off Nov 20 14:52:05 nick-G501JW kernel: sd 4:0:0:0: [sda] Mode Sense: 00 3a 00 00 Nov 20 14:52:05 nick-G501JW kernel: sd 4:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA Nov 20 14:52:05 nick-G501JW kernel: ata6.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded Nov 20 14:52:05 nick-G501JW kernel: ata6.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out Nov 20 14:52:05 nick-G501JW kernel: ata6.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out Nov 20 14:52:05 nick-G501JW kernel: sda: sda1 sda2 sda3 sda4 Nov 20 14:52:05 nick-G501JW kernel: ata6.00: Read log page 0x08 failed, Emask 0x1 Nov 20 14:52:05 nick-G501JW kernel: ata6.00: configured for UDMA/133 Nov 20 14:52:05 nick-G501JW kernel: scsi 5:0:0:0: Direct-Access ATA HGST HTS541010A7 A4A0 PQ: 0 ANSI: 5 Nov 20 14:52:05 nick-G501JW kernel: sd 5:0:0:0: Attached scsi generic sg1 type 0 Nov 20 14:52:05 nick-G501JW kernel: sd 5:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB) Nov 20 14:52:05 nick-G501JW kernel: sd 5:0:0:0: [sdb] 4096-byte physical blocks Nov 20 14:52:05 nick-G501JW kernel: sd 5:0:0:0: [sdb] Write Protect is off Nov 20 14:52:05 nick-G501JW kernel: sd 5:0:0:0: [sdb] Mode Sense: 00 3a 00 00 Nov 20 14:52:05 nick-G501JW kernel: sd 5:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA Nov 20 14:52:05 nick-G501JW kernel: sd 4:0:0:0: [sda] Attached SCSI disk Nov 20 14:52:05 nick-G501JW kernel: usb 3-5: New USB device found, idVendor=8087, idProduct=07dc, bcdDevice= 0.01 Nov 20 14:52:05 nick-G501JW kernel: usb 3-5: New USB device strings: Mfr=0, Product=0, SerialNumber=0 Nov 20 14:52:05 nick-G501JW kernel: sdb: sdb1 sdb2 sdb3 sdb6 Nov 20 14:52:05 nick-G501JW kernel: sd 5:0:0:0: [sdb] Attached SCSI disk Nov 20 14:52:05 nick-G501JW kernel: usb 3-7: new high-speed USB device number 3 using xhci_hcd Nov 20 14:52:05 nick-G501JW kernel: tsc: Refined TSC clocksource calibration: 2593.981 MHz Nov 20 14:52:05 nick-G501JW kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x25640637714, max_idle_ns: 440795240759 ns Nov 20 14:52:05 nick-G501JW kernel: clocksource: Switched to clocksource tsc Nov 20 14:52:05 nick-G501JW kernel: psmouse serio4: elantech: assuming hardware version 4 (with firmware version 0x381f00) Nov 20 14:52:05 nick-G501JW kernel: psmouse serio4: elantech: Synaptics capabilities query result 0x10, 0x14, 0x0e. Nov 20 14:52:05 nick-G501JW kernel: psmouse serio4: elantech: Elan sample query result 00, 23, 64 Nov 20 14:52:05 nick-G501JW kernel: usb 3-7: New USB device found, idVendor=04f2, idProduct=b3fd, bcdDevice=69.54 Nov 20 14:52:05 nick-G501JW kernel: usb 3-7: New USB device strings: Mfr=3, Product=1, SerialNumber=2 Nov 20 14:52:05 nick-G501JW kernel: usb 3-7: Product: USB2.0 HD UVC WebCam Nov 20 14:52:05 nick-G501JW kernel: usb 3-7: Manufacturer: Chicony Electronics Co.,Ltd. Nov 20 14:52:05 nick-G501JW kernel: usb 3-7: SerialNumber: 0x0001 Nov 20 14:52:05 nick-G501JW kernel: input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio4/input/input11 Nov 20 14:52:05 nick-G501JW kernel: EXT4-fs (sdb3): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. Nov 20 14:52:05 nick-G501JW systemd[1]: Inserted module 'autofs4' Nov 20 14:52:05 nick-G501JW systemd[1]: systemd 248.3-1ubuntu8 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) Nov 20 14:52:05 nick-G501JW systemd[1]: Detected architecture x86-64. Nov 20 14:52:05 nick-G501JW systemd[1]: Hostname set to . Nov 20 14:52:05 nick-G501JW systemd[1]: Queued start job for default target Graphical Interface. Nov 20 14:52:05 nick-G501JW systemd[1]: Created slice system-modprobe.slice. Nov 20 14:52:05 nick-G501JW systemd[1]: Created slice system-systemd\x2dfsck.slice. Nov 20 14:52:05 nick-G501JW systemd[1]: Created slice User and Session Slice. Nov 20 14:52:05 nick-G501JW systemd[1]: Started Forward Password Requests to Wall Directory Watch. Nov 20 14:52:05 nick-G501JW systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. Nov 20 14:52:05 nick-G501JW systemd[1]: Reached target User and Group Name Lookups. Nov 20 14:52:05 nick-G501JW systemd[1]: Reached target Remote File Systems. Nov 20 14:52:05 nick-G501JW systemd[1]: Reached target Slices. Nov 20 14:52:05 nick-G501JW systemd[1]: Reached target Local Verity Integrity Protected Volumes. Nov 20 14:52:05 nick-G501JW systemd[1]: Listening on Syslog Socket. Nov 20 14:52:05 nick-G501JW systemd[1]: Listening on fsck to fsckd communication Socket. Nov 20 14:52:05 nick-G501JW systemd[1]: Listening on initctl Compatibility Named Pipe. Nov 20 14:52:05 nick-G501JW systemd[1]: Listening on Journal Audit Socket. Nov 20 14:52:05 nick-G501JW systemd[1]: Listening on Journal Socket (/dev/log). Nov 20 14:52:05 nick-G501JW systemd[1]: Listening on Journal Socket. Nov 20 14:52:05 nick-G501JW systemd[1]: Listening on udev Control Socket. Nov 20 14:52:05 nick-G501JW systemd[1]: Listening on udev Kernel Socket. Nov 20 14:52:05 nick-G501JW systemd[1]: Mounting Huge Pages File System... Nov 20 14:52:05 nick-G501JW systemd[1]: Mounting POSIX Message Queue File System... Nov 20 14:52:05 nick-G501JW systemd[1]: Mounting Kernel Debug File System... Nov 20 14:52:05 nick-G501JW systemd[1]: Mounting Kernel Trace File System... Nov 20 14:52:05 nick-G501JW systemd[1]: Starting Journal Service... Nov 20 14:52:05 nick-G501JW systemd[1]: Starting Set the console keyboard layout... Nov 20 14:52:05 nick-G501JW systemd[1]: Starting Create list of static device nodes for the current kernel... Nov 20 14:52:05 nick-G501JW systemd[1]: Starting Load Kernel Module configfs... Nov 20 14:52:05 nick-G501JW systemd[1]: Starting Load Kernel Module drm... Nov 20 14:52:05 nick-G501JW systemd[1]: Starting Load Kernel Module fuse... Nov 20 14:52:05 nick-G501JW systemd[1]: Starting Set Up Additional Binary Formats... Nov 20 14:52:05 nick-G501JW systemd[1]: Condition check resulted in File System Check on Root Device being skipped. Nov 20 14:52:05 nick-G501JW systemd[1]: Starting Load Kernel Modules... Nov 20 14:52:05 nick-G501JW systemd[1]: Starting Remount Root and Kernel File Systems... Nov 20 14:52:05 nick-G501JW systemd[1]: Starting Coldplug All udev Devices... Nov 20 14:52:05 nick-G501JW systemd[1]: Starting Uncomplicated firewall... Nov 20 14:52:05 nick-G501JW systemd[1]: Mounted Huge Pages File System. Nov 20 14:52:05 nick-G501JW systemd[1]: Mounted POSIX Message Queue File System. Nov 20 14:52:05 nick-G501JW systemd[1]: Mounted Kernel Debug File System. Nov 20 14:52:05 nick-G501JW systemd[1]: Mounted Kernel Trace File System. Nov 20 14:52:05 nick-G501JW systemd[1]: Finished Create list of static device nodes for the current kernel. Nov 20 14:52:05 nick-G501JW systemd[1]: modprobe@configfs.service: Deactivated successfully. Nov 20 14:52:05 nick-G501JW systemd[1]: Finished Load Kernel Module configfs. Nov 20 14:52:05 nick-G501JW systemd[1]: modprobe@fuse.service: Deactivated successfully. Nov 20 14:52:05 nick-G501JW systemd[1]: Finished Load Kernel Module fuse. Nov 20 14:52:05 nick-G501JW systemd[1]: Mounting FUSE Control File System... Nov 20 14:52:05 nick-G501JW systemd[1]: Mounting Kernel Configuration File System... Nov 20 14:52:05 nick-G501JW systemd[1]: Mounted FUSE Control File System. Nov 20 14:52:05 nick-G501JW systemd[1]: Mounted Kernel Configuration File System. Nov 20 14:52:05 nick-G501JW systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 325 (systemd-binfmt) Nov 20 14:52:05 nick-G501JW systemd[1]: Mounting Arbitrary Executable File Formats File System... Nov 20 14:52:05 nick-G501JW systemd[1]: Started Journal Service. Nov 20 14:52:05 nick-G501JW kernel: EXT4-fs (sdb3): re-mounted. Opts: errors=remount-ro. Quota mode: none. Nov 20 14:52:05 nick-G501JW kernel: ACPI: bus type drm_connector registered Nov 20 14:52:08 nick-G501JW kernel: Adding 2097148k swap on /swapfile. Priority:-2 extents:6 across:2260988k FS Nov 20 14:52:08 nick-G501JW kernel: lp: driver loaded but no devices found Nov 20 14:52:08 nick-G501JW kernel: ppdev: user-space parallel port driver Nov 20 14:52:08 nick-G501JW kernel: loop0: detected capacity change from 0 to 203648 Nov 20 14:52:08 nick-G501JW kernel: loop1: detected capacity change from 0 to 8 Nov 20 14:52:08 nick-G501JW kernel: loop2: detected capacity change from 0 to 126632 Nov 20 14:52:08 nick-G501JW kernel: loop3: detected capacity change from 0 to 126632 Nov 20 14:52:08 nick-G501JW kernel: loop4: detected capacity change from 0 to 496320 Nov 20 14:52:08 nick-G501JW kernel: loop5: detected capacity change from 0 to 133552 Nov 20 14:52:08 nick-G501JW kernel: loop6: detected capacity change from 0 to 111048 Nov 20 14:52:08 nick-G501JW kernel: pstore: Using crash dump compression: deflate Nov 20 14:52:08 nick-G501JW kernel: pstore: Registered efi as persistent store backend Nov 20 14:52:08 nick-G501JW kernel: input: Asus Wireless Radio Control as /devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input12 Nov 20 14:52:08 nick-G501JW kernel: EDAC ie31200: No ECC support Nov 20 14:52:08 nick-G501JW kernel: EDAC ie31200: No ECC support Nov 20 14:52:09 nick-G501JW kernel: asus_wmi: ASUS WMI generic driver loaded Nov 20 14:52:09 nick-G501JW kernel: asus_wmi: Initialization: 0x1 Nov 20 14:52:09 nick-G501JW kernel: asus_wmi: BIOS WMI version: 7.9 Nov 20 14:52:09 nick-G501JW kernel: asus_wmi: SFUN value: 0x6a0877 Nov 20 14:52:09 nick-G501JW kernel: asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS Nov 20 14:52:09 nick-G501JW kernel: asus-nb-wmi asus-nb-wmi: Detected ATK, enable event queue Nov 20 14:52:09 nick-G501JW kernel: input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input13 Nov 20 14:52:09 nick-G501JW kernel: at24 0-0050: supply vcc not found, using dummy regulator Nov 20 14:52:09 nick-G501JW kernel: at24 0-0050: 256 byte spd EEPROM, read-only Nov 20 14:52:09 nick-G501JW kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer Nov 20 14:52:09 nick-G501JW kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules Nov 20 14:52:09 nick-G501JW kernel: RAPL PMU: hw unit of domain package 2^-14 Joules Nov 20 14:52:09 nick-G501JW kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules Nov 20 14:52:09 nick-G501JW kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules Nov 20 14:52:09 nick-G501JW kernel: cryptd: max_cpu_qlen set to 1000 Nov 20 14:52:09 nick-G501JW kernel: Bluetooth: Core ver 2.22 Nov 20 14:52:09 nick-G501JW kernel: NET: Registered PF_BLUETOOTH protocol family Nov 20 14:52:09 nick-G501JW kernel: Bluetooth: HCI device and connection manager initialized Nov 20 14:52:09 nick-G501JW kernel: Bluetooth: HCI socket layer initialized Nov 20 14:52:09 nick-G501JW kernel: Bluetooth: L2CAP socket layer initialized Nov 20 14:52:09 nick-G501JW kernel: Bluetooth: SCO socket layer initialized Nov 20 14:52:09 nick-G501JW kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database Nov 20 14:52:09 nick-G501JW kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' Nov 20 14:52:10 nick-G501JW kernel: AVX2 version of gcm_enc/dec engaged. Nov 20 14:52:10 nick-G501JW kernel: AES CTR mode by8 optimization enabled Nov 20 14:52:10 nick-G501JW kernel: Intel(R) Wireless WiFi driver for Linux Nov 20 14:52:10 nick-G501JW kernel: usbcore: registered new interface driver btusb Nov 20 14:52:10 nick-G501JW kernel: Bluetooth: hci0: Legacy ROM 2.5 revision 8.0 build 1 week 45 2013 Nov 20 14:52:10 nick-G501JW kernel: iwlwifi 0000:3b:00.0: loaded firmware version 17.3216344376.0 7260-17.ucode op_mode iwlmvm Nov 20 14:52:10 nick-G501JW kernel: Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.7.10-fw-1.80.1.2d.d.bseq Nov 20 14:52:10 nick-G501JW kernel: Bluetooth: hci0: unexpected event for opcode 0xfc2f Nov 20 14:52:10 nick-G501JW kernel: Bluetooth: hci0: Intel BT fw patch 0x2a completed & activated Nov 20 14:52:11 nick-G501JW kernel: mc: Linux media interface: v0.10 Nov 20 14:52:11 nick-G501JW kernel: checking generic (80000000 7e9000) vs hw (ec400000 400000) Nov 20 14:52:11 nick-G501JW kernel: checking generic (80000000 7e9000) vs hw (80000000 10000000) Nov 20 14:52:11 nick-G501JW kernel: fb0: switching to i915 from EFI VGA Nov 20 14:52:11 nick-G501JW kernel: Console: switching to colour dummy device 80x25 Nov 20 14:52:11 nick-G501JW kernel: i915 0000:00:02.0: vgaarb: deactivate vga console Nov 20 14:52:11 nick-G501JW kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem Nov 20 14:52:11 nick-G501JW kernel: [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0 Nov 20 14:52:11 nick-G501JW kernel: ACPI: video: [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS Nov 20 14:52:11 nick-G501JW kernel: ACPI: video: Video Device [PEGP] (multi-head: yes rom: yes post: no) Nov 20 14:52:11 nick-G501JW kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:50/LNXVIDEO:00/input/input14 Nov 20 14:52:11 nick-G501JW kernel: ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no) Nov 20 14:52:11 nick-G501JW kernel: videodev: Linux video capture interface: v2.00 Nov 20 14:52:11 nick-G501JW kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input15 Nov 20 14:52:11 nick-G501JW kernel: fbcon: i915 (fb0) is primary device Nov 20 14:52:11 nick-G501JW kernel: iwlwifi 0000:3b:00.0: Detected Intel(R) Dual Band Wireless AC 7260, REV=0x144 Nov 20 14:52:11 nick-G501JW kernel: iwlwifi 0000:3b:00.0: base HW address: ac:fd:ce:6e:ee:34 Nov 20 14:52:11 nick-G501JW kernel: ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs' Nov 20 14:52:11 nick-G501JW kernel: iwlwifi 0000:3b:00.0 wlp59s0: renamed from wlan0 Nov 20 14:52:12 nick-G501JW kernel: intel_rapl_common: Found RAPL domain package Nov 20 14:52:12 nick-G501JW kernel: intel_rapl_common: Found RAPL domain core Nov 20 14:52:12 nick-G501JW kernel: intel_rapl_common: Found RAPL domain uncore Nov 20 14:52:12 nick-G501JW kernel: intel_rapl_common: Found RAPL domain dram Nov 20 14:52:12 nick-G501JW kernel: intel_rapl_common: RAPL package-0 domain package locked by BIOS Nov 20 14:52:12 nick-G501JW kernel: intel_rapl_common: RAPL package-0 domain dram locked by BIOS Nov 20 14:52:12 nick-G501JW kernel: snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC668: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker Nov 20 14:52:12 nick-G501JW kernel: snd_hda_codec_realtek hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) Nov 20 14:52:12 nick-G501JW kernel: snd_hda_codec_realtek hdaudioC1D0: hp_outs=1 (0x15/0x0/0x0/0x0/0x0) Nov 20 14:52:12 nick-G501JW kernel: snd_hda_codec_realtek hdaudioC1D0: mono: mono_out=0x0 Nov 20 14:52:12 nick-G501JW kernel: snd_hda_codec_realtek hdaudioC1D0: inputs: Nov 20 14:52:12 nick-G501JW kernel: snd_hda_codec_realtek hdaudioC1D0: Mic=0x12 Nov 20 14:52:12 nick-G501JW kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input16 Nov 20 14:52:12 nick-G501JW kernel: usb 3-7: Found UVC 1.00 device USB2.0 HD UVC WebCam (04f2:b3fd) Nov 20 14:52:12 nick-G501JW kernel: input: USB2.0 HD UVC WebCam: USB2.0 HD as /devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/input/input17 Nov 20 14:52:12 nick-G501JW kernel: usbcore: registered new interface driver uvcvideo Nov 20 14:52:12 nick-G501JW kernel: nvidia: loading out-of-tree module taints kernel. Nov 20 14:52:12 nick-G501JW kernel: nvidia: module license 'NVIDIA' taints kernel. Nov 20 14:52:12 nick-G501JW kernel: Disabling lock debugging due to kernel taint Nov 20 14:52:12 nick-G501JW kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel Nov 20 14:52:12 nick-G501JW kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 234 Nov 20 14:52:12 nick-G501JW kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module 470.82.01 Wed Oct 27 21:21:55 UTC 2021 Nov 20 14:52:12 nick-G501JW kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 470.82.01 Wed Oct 27 21:16:29 UTC 2021 Nov 20 14:52:12 nick-G501JW kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver Nov 20 14:52:12 nick-G501JW kernel: ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20210930/nsarguments-61) Nov 20 14:52:12 nick-G501JW kernel: ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [TMPB] at bit offset/length 241664/32768 exceeds size of target Buffer (262144 bits) (20210930/dsopcode-198) Nov 20 14:52:12 nick-G501JW kernel: Nov 20 14:52:12 nick-G501JW kernel: Initialized Local Variables for Method [_ROM]: Nov 20 14:52:12 nick-G501JW kernel: Local0: 00000000379502ab Integer 0000000000007600 Nov 20 14:52:12 nick-G501JW kernel: Local1: 00000000ffaf870c Integer 0000000000001000 Nov 20 14:52:12 nick-G501JW kernel: Local2: 00000000a777e955 Integer 000000000003B000 Nov 20 14:52:12 nick-G501JW kernel: Local3: 00000000c8008d08 Integer 0000000000008000 Nov 20 14:52:12 nick-G501JW kernel: Nov 20 14:52:12 nick-G501JW kernel: Initialized Arguments for Method [_ROM]: (2 arguments defined for method invocation) Nov 20 14:52:12 nick-G501JW kernel: Arg0: 00000000439259ba Integer 000000000001F600 Nov 20 14:52:12 nick-G501JW kernel: Arg1: 000000004be2f254 Integer 0000000000001000 Nov 20 14:52:12 nick-G501JW kernel: Nov 20 14:52:12 nick-G501JW kernel: ACPI Error: Aborting method \_SB.PCI0.PEG0.PEGP._ROM due to previous error (AE_AML_BUFFER_LIMIT) (20210930/psparse-529) Nov 20 14:52:12 nick-G501JW kernel: Console: switching to colour frame buffer device 240x67 Nov 20 14:52:12 nick-G501JW kernel: snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915]) Nov 20 14:52:12 nick-G501JW kernel: i915 0000:00:02.0: [drm] fb0: i915 frame buffer device Nov 20 14:52:12 nick-G501JW kernel: input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input18 Nov 20 14:52:12 nick-G501JW kernel: input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input19 Nov 20 14:52:12 nick-G501JW kernel: input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input20 Nov 20 14:52:12 nick-G501JW kernel: input: HDA Intel HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.0/sound/card0/input21 Nov 20 14:52:12 nick-G501JW kernel: input: HDA Intel HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.0/sound/card0/input22 Nov 20 14:52:13 nick-G501JW kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 1 Nov 20 14:52:13 nick-G501JW kernel: nvidia_uvm: module uses symbols from proprietary module nvidia, inheriting taint. Nov 20 14:52:13 nick-G501JW kernel: nvidia-uvm: Loaded the UVM driver, major device number 510. Nov 20 14:52:15 nick-G501JW kernel: audit: type=1400 audit(1637416335.982:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=804 comm="apparmor_parser" Nov 20 14:52:15 nick-G501JW kernel: audit: type=1400 audit(1637416335.982:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=808 comm="apparmor_parser" Nov 20 14:52:15 nick-G501JW kernel: audit: type=1400 audit(1637416335.982:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=808 comm="apparmor_parser" Nov 20 14:52:15 nick-G501JW kernel: audit: type=1400 audit(1637416335.982:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=808 comm="apparmor_parser" Nov 20 14:52:15 nick-G501JW kernel: audit: type=1400 audit(1637416335.982:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=805 comm="apparmor_parser" Nov 20 14:52:15 nick-G501JW kernel: audit: type=1400 audit(1637416335.982:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=805 comm="apparmor_parser" Nov 20 14:52:15 nick-G501JW kernel: audit: type=1400 audit(1637416335.986:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=811 comm="apparmor_parser" Nov 20 14:52:15 nick-G501JW kernel: audit: type=1400 audit(1637416335.986:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=810 comm="apparmor_parser" Nov 20 14:52:15 nick-G501JW kernel: audit: type=1400 audit(1637416335.986:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=810 comm="apparmor_parser" Nov 20 14:52:15 nick-G501JW kernel: audit: type=1400 audit(1637416335.986:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="tcpdump" pid=809 comm="apparmor_parser" Nov 20 14:52:21 nick-G501JW kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3 Nov 20 14:52:21 nick-G501JW kernel: Bluetooth: BNEP filters: protocol multicast Nov 20 14:52:21 nick-G501JW kernel: Bluetooth: BNEP socket layer initialized Nov 20 14:52:21 nick-G501JW kernel: NET: Registered PF_ALG protocol family Nov 20 14:52:26 nick-G501JW kernel: kauditd_printk_skb: 21 callbacks suppressed Nov 20 14:52:26 nick-G501JW kernel: audit: type=1400 audit(1637416346.422:33): apparmor="DENIED" operation="capable" profile="/usr/sbin/cupsd" pid=953 comm="cupsd" capability=12 capname="net_admin" Nov 20 14:52:27 nick-G501JW kernel: loop7: detected capacity change from 0 to 8 Nov 20 14:52:29 nick-G501JW kernel: wlp59s0: authenticate with 9c:c8:fc:3c:c4:a5 Nov 20 14:52:29 nick-G501JW kernel: wlp59s0: send auth to 9c:c8:fc:3c:c4:a5 (try 1/3) Nov 20 14:52:29 nick-G501JW kernel: wlp59s0: authenticated Nov 20 14:52:29 nick-G501JW kernel: wlp59s0: associate with 9c:c8:fc:3c:c4:a5 (try 1/3) Nov 20 14:52:29 nick-G501JW kernel: wlp59s0: RX AssocResp from 9c:c8:fc:3c:c4:a5 (capab=0x1011 status=0 aid=7) Nov 20 14:52:29 nick-G501JW kernel: wlp59s0: associated Nov 20 14:52:29 nick-G501JW kernel: wlp59s0: Limiting TX power to 30 (30 - 0) dBm as advertised by 9c:c8:fc:3c:c4:a5 Nov 20 14:52:29 nick-G501JW kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp59s0: link becomes ready Nov 20 14:52:31 nick-G501JW kernel: audit: type=1400 audit(1637416351.166:34): apparmor="DENIED" operation="capable" profile="/usr/sbin/cups-browsed" pid=1111 comm="cups-browsed" capability=23 capname="sys_nice" Nov 20 14:52:48 nick-G501JW kernel: rfkill: input handler disabled Nov 20 14:52:58 nick-G501JW kernel: Bluetooth: RFCOMM TTY layer initialized Nov 20 14:52:58 nick-G501JW kernel: Bluetooth: RFCOMM socket layer initialized Nov 20 14:52:58 nick-G501JW kernel: Bluetooth: RFCOMM ver 1.11 Nov 20 14:52:59 nick-G501JW kernel: rfkill: input handler enabled Nov 20 14:53:06 nick-G501JW kernel: rfkill: input handler disabled Nov 20 14:53:58 nick-G501JW kernel: hid: raw HID events driver (C) Jiri Kosina Nov 20 14:53:58 nick-G501JW kernel: Bluetooth: HIDP (Human Interface Emulation) ver 1.2 Nov 20 14:53:58 nick-G501JW kernel: Bluetooth: HIDP socket layer initialized Nov 20 14:53:58 nick-G501JW kernel: hid-generic 0005:057E:2006.0001: unknown main item tag 0x0 Nov 20 14:53:58 nick-G501JW kernel: input: Joy-Con (L) as /devices/pci0000:00/0000:00:14.0/usb3/3-5/3-5:1.0/bluetooth/hci0/hci0:256/0005:057E:2006.0001/input/input23 Nov 20 14:53:58 nick-G501JW kernel: hid-generic 0005:057E:2006.0001: input,hidraw0: BLUETOOTH HID v0.01 Gamepad [Joy-Con (L)] on ac:fd:ce:6e:ee:38 Nov 20 14:53:58 nick-G501JW kernel: nintendo 0005:057E:2006.0001: unknown main item tag 0x0 Nov 20 14:53:58 nick-G501JW kernel: nintendo 0005:057E:2006.0001: hidraw0: BLUETOOTH HID v80.01 Gamepad [Joy-Con (L)] on ac:fd:ce:6e:ee:38 Nov 20 14:53:59 nick-G501JW kernel: nintendo 0005:057E:2006.0001: using user cal for left stick Nov 20 14:53:59 nick-G501JW kernel: nintendo 0005:057E:2006.0001: using factory cal for right stick Nov 20 14:53:59 nick-G501JW kernel: nintendo 0005:057E:2006.0001: using user cal for IMU Nov 20 14:53:59 nick-G501JW kernel: nintendo 0005:057E:2006.0001: controller MAC = 34:2F:BD:A0:45:7A Nov 20 14:53:59 nick-G501JW kernel: invalid opcode: 0000 [#1] PREEMPT SMP PTI Nov 20 14:53:59 nick-G501JW kernel: CPU: 1 PID: 2377 Comm: systemd-udevd Tainted: P OE 5.16.0-051600rc1-generic #202111142330 Nov 20 14:53:59 nick-G501JW kernel: Hardware name: ASUSTeK COMPUTER INC. G501JW/G501JW, BIOS G501JW.211 10/28/2015 Nov 20 14:53:59 nick-G501JW kernel: RIP: 0010:joycon_input_create+0x534/0x5f0 [hid_nintendo] Nov 20 14:53:59 nick-G501JW kernel: Code: 00 00 00 41 83 c7 01 e8 2a b6 91 c1 49 63 c7 48 83 f8 09 77 15 8b 14 85 e0 ce 23 c3 85 d2 0f 84 a8 fb ff ff 48 83 f8 09 76 d0 <0f> 0b 49 c7 c5 88 c5 23 c3 49 c7 c7 b0 c5 23 c3 e9 06 fb ff ff ba Nov 20 14:53:59 nick-G501JW kernel: RSP: 0018:ffffa535c30179a0 EFLAGS: 00010202 Nov 20 14:53:59 nick-G501JW kernel: RAX: 0000000000000004 RBX: ffff98a782a6f028 RCX: 0000000000000003 Nov 20 14:53:59 nick-G501JW kernel: RDX: 0000000000000223 RSI: 0000000000000001 RDI: ffff98a74dff8000 Nov 20 14:53:59 nick-G501JW kernel: RBP: ffffa535c30179c8 R08: 00000000000000fa R09: 00000000000001f4 Nov 20 14:53:59 nick-G501JW kernel: R10: ffff98a74db32718 R11: ffff98a74db3271f R12: ffff98a744040000 Nov 20 14:53:59 nick-G501JW kernel: R13: ffffffffc323c628 R14: ffff98a7440418d0 R15: 0000000000000004 Nov 20 14:53:59 nick-G501JW kernel: FS: 00007fe3291f28c0(0000) GS:ffff98aaaee40000(0000) knlGS:0000000000000000 Nov 20 14:53:59 nick-G501JW kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 Nov 20 14:53:59 nick-G501JW kernel: CR2: 00007fe328676dbd CR3: 0000000104582004 CR4: 00000000001706e0 Nov 20 14:53:59 nick-G501JW kernel: Call Trace: Nov 20 14:53:59 nick-G501JW kernel: Nov 20 14:53:59 nick-G501JW kernel: nintendo_hid_probe.cold+0x29d/0x397 [hid_nintendo] Nov 20 14:53:59 nick-G501JW kernel: hid_device_probe+0x10e/0x170 [hid] Nov 20 14:53:59 nick-G501JW kernel: really_probe+0x20c/0x410 Nov 20 14:53:59 nick-G501JW kernel: __driver_probe_device+0x109/0x180 Nov 20 14:53:59 nick-G501JW kernel: driver_probe_device+0x23/0x90 Nov 20 14:53:59 nick-G501JW kernel: __device_attach_driver+0x76/0xe0 Nov 20 14:53:59 nick-G501JW kernel: ? driver_allows_async_probing+0x50/0x50 Nov 20 14:53:59 nick-G501JW kernel: bus_for_each_drv+0x84/0xd0 Nov 20 14:53:59 nick-G501JW kernel: __device_attach+0xde/0x1f0 Nov 20 14:53:59 nick-G501JW kernel: ? __hid_register_driver+0x80/0x80 [hid] Nov 20 14:53:59 nick-G501JW kernel: device_attach+0x10/0x20 Nov 20 14:53:59 nick-G501JW kernel: device_reprobe+0x4a/0x90 Nov 20 14:53:59 nick-G501JW kernel: __hid_bus_reprobe_drivers+0x6e/0x70 [hid] Nov 20 14:53:59 nick-G501JW kernel: bus_for_each_dev+0x7e/0xc0 Nov 20 14:53:59 nick-G501JW kernel: ? hid_destroy_device+0x60/0x60 [hid] Nov 20 14:53:59 nick-G501JW kernel: __hid_bus_driver_added+0x2c/0x40 [hid] Nov 20 14:53:59 nick-G501JW kernel: bus_for_each_drv+0x84/0xd0 Nov 20 14:53:59 nick-G501JW kernel: __hid_register_driver+0x77/0x80 [hid] Nov 20 14:53:59 nick-G501JW kernel: ? 0xffffffffc3242000 Nov 20 14:53:59 nick-G501JW kernel: nintendo_hid_driver_init+0x23/0x1000 [hid_nintendo] Nov 20 14:53:59 nick-G501JW kernel: do_one_initcall+0x48/0x210 Nov 20 14:53:59 nick-G501JW kernel: ? kmem_cache_alloc_trace+0x1a6/0x320 Nov 20 14:53:59 nick-G501JW kernel: do_init_module+0x62/0x290 Nov 20 14:53:59 nick-G501JW kernel: load_module+0xab7/0xb80 Nov 20 14:53:59 nick-G501JW kernel: __do_sys_finit_module+0xbf/0x120 Nov 20 14:53:59 nick-G501JW kernel: __x64_sys_finit_module+0x18/0x20 Nov 20 14:53:59 nick-G501JW kernel: do_syscall_64+0x5c/0xc0 Nov 20 14:53:59 nick-G501JW kernel: ? syscall_exit_to_user_mode+0x27/0x50 Nov 20 14:53:59 nick-G501JW kernel: ? __x64_sys_lseek+0x18/0x20 Nov 20 14:53:59 nick-G501JW kernel: ? do_syscall_64+0x69/0xc0 Nov 20 14:53:59 nick-G501JW kernel: ? syscall_exit_to_user_mode+0x27/0x50 Nov 20 14:53:59 nick-G501JW kernel: ? __x64_sys_newfstatat+0x1c/0x20 Nov 20 14:53:59 nick-G501JW kernel: ? do_syscall_64+0x69/0xc0 Nov 20 14:53:59 nick-G501JW kernel: ? do_syscall_64+0x69/0xc0 Nov 20 14:53:59 nick-G501JW kernel: entry_SYSCALL_64_after_hwframe+0x44/0xae Nov 20 14:53:59 nick-G501JW kernel: RIP: 0033:0x7fe32978694d Nov 20 14:53:59 nick-G501JW kernel: Code: 5b 41 5c c3 66 0f 1f 84 00 00 00 00 00 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b3 64 0f 00 f7 d8 64 89 01 48 Nov 20 14:53:59 nick-G501JW kernel: RSP: 002b:00007ffd92b7f678 EFLAGS: 00000246 ORIG_RAX: 0000000000000139 Nov 20 14:53:59 nick-G501JW kernel: RAX: ffffffffffffffda RBX: 00005582215c7420 RCX: 00007fe32978694d Nov 20 14:53:59 nick-G501JW kernel: RDX: 0000000000000000 RSI: 00007fe32991a3fe RDI: 000000000000000f Nov 20 14:53:59 nick-G501JW kernel: RBP: 0000000000020000 R08: 0000000000000000 R09: 00007ffd92b7f7a0 Nov 20 14:53:59 nick-G501JW kernel: R10: 000000000000000f R11: 0000000000000246 R12: 00007fe32991a3fe Nov 20 14:53:59 nick-G501JW kernel: R13: 0000558221667830 R14: 000055822155bc10 R15: 000055822157b440 Nov 20 14:53:59 nick-G501JW kernel: Nov 20 14:53:59 nick-G501JW kernel: Modules linked in: hid_nintendo(+) hid_generic hidp hid rfcomm snd_seq_dummy snd_hrtimer ccm cmac algif_hash algif_skcipher af_alg bnep nls_iso8859_1 nvidia_uvm(POE) snd_hda_codec_hdmi nvidia_drm(POE) nvidia_modeset(POE) nvidia(POE) uvcvideo snd_hda_codec_realtek snd_hda_codec_generic ledtrig_audio snd_hda_intel intel_rapl_msr intel_rapl_common videobuf2_vmalloc x86_pkg_temp_thermal videobuf2_memops intel_powerclamp snd_intel_dspcfg videobuf2_v4l2 snd_intel_sdw_acpi videobuf2_common iwlmvm videodev snd_hda_codec coretemp i915 mc snd_hda_core mac80211 snd_hwdep snd_pcm snd_seq_midi ttm kvm_intel libarc4 drm_kms_helper snd_seq_midi_event kvm snd_rawmidi cec crct10dif_pclmul snd_seq ghash_clmulni_intel iwlwifi i2c_algo_bit btusb rc_core btrtl aesni_intel fb_sys_fops btbcm btintel snd_seq_device syscopyarea mei_hdcp mei_pxp crypto_simd sysfillrect sysimgblt cfg80211 snd_timer mei_me bluetooth mei cryptd snd rapl ecdh_generic ecc intel_cstate at24 soundcore asus_nb_wmi asus_wmi Nov 20 14:53:59 nick-G501JW kernel: platform_profile joydev input_leds sparse_keymap intel_wmi_thunderbolt mxm_wmi asus_wireless serio_raw mac_hid efi_pstore sch_fq_codel ledtrig_timer msr parport_pc ppdev lp parport binfmt_misc drm ip_tables x_tables autofs4 rtsx_pci_sdmmc crc32_pclmul psmouse i2c_i801 rtsx_pci ahci xhci_pci libahci lpc_ich i2c_smbus xhci_pci_renesas video wmi Nov 20 14:53:59 nick-G501JW kernel: ---[ end trace bb959478860507e2 ]--- Nov 20 14:53:59 nick-G501JW kernel: ------------[ cut here ]------------ Nov 20 14:53:59 nick-G501JW kernel: Voluntary context switch within RCU read-side critical section! Nov 20 14:53:59 nick-G501JW kernel: WARNING: CPU: 1 PID: 2377 at kernel/rcu/tree_plugin.h:316 rcu_note_context_switch+0x291/0x2b0 Nov 20 14:53:59 nick-G501JW kernel: Modules linked in: hid_nintendo(+) hid_generic hidp hid rfcomm snd_seq_dummy snd_hrtimer ccm cmac algif_hash algif_skcipher af_alg bnep nls_iso8859_1 nvidia_uvm(POE) snd_hda_codec_hdmi nvidia_drm(POE) nvidia_modeset(POE) nvidia(POE) uvcvideo snd_hda_codec_realtek snd_hda_codec_generic ledtrig_audio snd_hda_intel intel_rapl_msr intel_rapl_common videobuf2_vmalloc x86_pkg_temp_thermal videobuf2_memops intel_powerclamp snd_intel_dspcfg videobuf2_v4l2 snd_intel_sdw_acpi videobuf2_common iwlmvm videodev snd_hda_codec coretemp i915 mc snd_hda_core mac80211 snd_hwdep snd_pcm snd_seq_midi ttm kvm_intel libarc4 drm_kms_helper snd_seq_midi_event kvm snd_rawmidi cec crct10dif_pclmul snd_seq ghash_clmulni_intel iwlwifi i2c_algo_bit btusb rc_core btrtl aesni_intel fb_sys_fops btbcm btintel snd_seq_device syscopyarea mei_hdcp mei_pxp crypto_simd sysfillrect sysimgblt cfg80211 snd_timer mei_me bluetooth mei cryptd snd rapl ecdh_generic ecc intel_cstate at24 soundcore asus_nb_wmi asus_wmi Nov 20 14:53:59 nick-G501JW kernel: platform_profile joydev input_leds sparse_keymap intel_wmi_thunderbolt mxm_wmi asus_wireless serio_raw mac_hid efi_pstore sch_fq_codel ledtrig_timer msr parport_pc ppdev lp parport binfmt_misc drm ip_tables x_tables autofs4 rtsx_pci_sdmmc crc32_pclmul psmouse i2c_i801 rtsx_pci ahci xhci_pci libahci lpc_ich i2c_smbus xhci_pci_renesas video wmi Nov 20 14:53:59 nick-G501JW kernel: CPU: 1 PID: 2377 Comm: systemd-udevd Tainted: P D OE 5.16.0-051600rc1-generic #202111142330 Nov 20 14:53:59 nick-G501JW kernel: Hardware name: ASUSTeK COMPUTER INC. G501JW/G501JW, BIOS G501JW.211 10/28/2015 Nov 20 14:53:59 nick-G501JW kernel: RIP: 0010:rcu_note_context_switch+0x291/0x2b0 Nov 20 14:53:59 nick-G501JW kernel: Code: 85 94 fe ff ff c6 80 84 08 00 00 01 f0 83 44 24 fc 00 e9 82 fe ff ff 48 c7 c7 98 f9 7b 85 c6 05 2f 76 fe 01 01 e8 ab 97 ae 00 <0f> 0b e9 bd fd ff ff 0f 0b e9 1f ff ff ff 0f 0b e9 01 ff ff ff 66 Nov 20 14:53:59 nick-G501JW kernel: RSP: 0018:ffffa535c3017328 EFLAGS: 00010082 Nov 20 14:53:59 nick-G501JW kernel: RAX: 0000000000000000 RBX: ffff98aaaee71f40 RCX: 0000000000000027 Nov 20 14:53:59 nick-G501JW kernel: RDX: ffff98aaaee609c8 RSI: 0000000000000001 RDI: ffff98aaaee609c0 Nov 20 14:53:59 nick-G501JW kernel: RBP: ffffa535c3017348 R08: 0000000000000000 R09: ffffa535c3017128 Nov 20 14:53:59 nick-G501JW kernel: R10: ffffa535c3017120 R11: ffffffff86156408 R12: 0000000000000000 Nov 20 14:53:59 nick-G501JW kernel: R13: ffff98a7988b0000 R14: 0000000000031140 R15: 0000000000000000 Nov 20 14:53:59 nick-G501JW kernel: FS: 00007fe3291f28c0(0000) GS:ffff98aaaee40000(0000) knlGS:0000000000000000 Nov 20 14:53:59 nick-G501JW kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 Nov 20 14:53:59 nick-G501JW kernel: CR2: 00007fe328676dbd CR3: 0000000104582004 CR4: 00000000001706e0 Nov 20 14:53:59 nick-G501JW kernel: Call Trace: Nov 20 14:53:59 nick-G501JW kernel: Nov 20 14:53:59 nick-G501JW kernel: __schedule+0xbb/0x570 Nov 20 14:53:59 nick-G501JW kernel: ? ttwu_do_activate+0x68/0xd0 Nov 20 14:53:59 nick-G501JW kernel: schedule+0x55/0xd0 Nov 20 14:53:59 nick-G501JW kernel: schedule_timeout+0x114/0x150 Nov 20 14:53:59 nick-G501JW kernel: ? wake_up_process+0x15/0x20 Nov 20 14:53:59 nick-G501JW kernel: ? insert_work+0x75/0x90 Nov 20 14:53:59 nick-G501JW kernel: wait_for_completion+0x8b/0xf0 Nov 20 14:53:59 nick-G501JW kernel: virt_efi_query_variable_info+0x146/0x160 Nov 20 14:53:59 nick-G501JW kernel: efi_query_variable_store.part.0+0x49/0x160 Nov 20 14:53:59 nick-G501JW kernel: efi_query_variable_store+0x30/0x90 Nov 20 14:53:59 nick-G501JW kernel: ? down_interruptible+0x40/0x70 Nov 20 14:53:59 nick-G501JW kernel: efivar_entry_set_safe+0xbd/0x210 Nov 20 14:53:59 nick-G501JW kernel: efi_pstore_write+0x131/0x1b0 [efi_pstore] Nov 20 14:53:59 nick-G501JW kernel: pstore_dump+0x182/0x340 Nov 20 14:53:59 nick-G501JW kernel: ? efi_pstore_erase_func+0x110/0x110 [efi_pstore] Nov 20 14:53:59 nick-G501JW kernel: ? pstore_dump+0x182/0x340 Nov 20 14:53:59 nick-G501JW kernel: ? wake_up_klogd.part.0+0x3b/0x50 Nov 20 14:53:59 nick-G501JW kernel: kmsg_dump+0x4e/0x70 Nov 20 14:53:59 nick-G501JW kernel: oops_exit+0x56/0x60 Nov 20 14:53:59 nick-G501JW kernel: oops_end+0x68/0xd0 Nov 20 14:53:59 nick-G501JW kernel: die+0x43/0x50 Nov 20 14:53:59 nick-G501JW kernel: do_trap+0xba/0x100 Nov 20 14:53:59 nick-G501JW kernel: do_error_trap+0x76/0xa0 Nov 20 14:53:59 nick-G501JW kernel: ? joycon_input_create+0x534/0x5f0 [hid_nintendo] Nov 20 14:53:59 nick-G501JW kernel: exc_invalid_op+0x53/0x70 Nov 20 14:53:59 nick-G501JW kernel: ? joycon_input_create+0x534/0x5f0 [hid_nintendo] Nov 20 14:53:59 nick-G501JW kernel: asm_exc_invalid_op+0x12/0x20 Nov 20 14:53:59 nick-G501JW kernel: RIP: 0010:joycon_input_create+0x534/0x5f0 [hid_nintendo] Nov 20 14:53:59 nick-G501JW kernel: Code: 00 00 00 41 83 c7 01 e8 2a b6 91 c1 49 63 c7 48 83 f8 09 77 15 8b 14 85 e0 ce 23 c3 85 d2 0f 84 a8 fb ff ff 48 83 f8 09 76 d0 <0f> 0b 49 c7 c5 88 c5 23 c3 49 c7 c7 b0 c5 23 c3 e9 06 fb ff ff ba Nov 20 14:53:59 nick-G501JW kernel: RSP: 0018:ffffa535c30179a0 EFLAGS: 00010202 Nov 20 14:53:59 nick-G501JW kernel: RAX: 0000000000000004 RBX: ffff98a782a6f028 RCX: 0000000000000003 Nov 20 14:53:59 nick-G501JW kernel: RDX: 0000000000000223 RSI: 0000000000000001 RDI: ffff98a74dff8000 Nov 20 14:53:59 nick-G501JW kernel: RBP: ffffa535c30179c8 R08: 00000000000000fa R09: 00000000000001f4 Nov 20 14:53:59 nick-G501JW kernel: R10: ffff98a74db32718 R11: ffff98a74db3271f R12: ffff98a744040000 Nov 20 14:53:59 nick-G501JW kernel: R13: ffffffffc323c628 R14: ffff98a7440418d0 R15: 0000000000000004 Nov 20 14:53:59 nick-G501JW kernel: nintendo_hid_probe.cold+0x29d/0x397 [hid_nintendo] Nov 20 14:53:59 nick-G501JW kernel: hid_device_probe+0x10e/0x170 [hid] Nov 20 14:53:59 nick-G501JW kernel: really_probe+0x20c/0x410 Nov 20 14:53:59 nick-G501JW kernel: __driver_probe_device+0x109/0x180 Nov 20 14:53:59 nick-G501JW kernel: driver_probe_device+0x23/0x90 Nov 20 14:53:59 nick-G501JW kernel: __device_attach_driver+0x76/0xe0 Nov 20 14:53:59 nick-G501JW kernel: ? driver_allows_async_probing+0x50/0x50 Nov 20 14:53:59 nick-G501JW kernel: bus_for_each_drv+0x84/0xd0 Nov 20 14:53:59 nick-G501JW kernel: __device_attach+0xde/0x1f0 Nov 20 14:53:59 nick-G501JW kernel: ? __hid_register_driver+0x80/0x80 [hid] Nov 20 14:53:59 nick-G501JW kernel: device_attach+0x10/0x20 Nov 20 14:53:59 nick-G501JW kernel: device_reprobe+0x4a/0x90 Nov 20 14:53:59 nick-G501JW kernel: __hid_bus_reprobe_drivers+0x6e/0x70 [hid] Nov 20 14:53:59 nick-G501JW kernel: bus_for_each_dev+0x7e/0xc0 Nov 20 14:53:59 nick-G501JW kernel: ? hid_destroy_device+0x60/0x60 [hid] Nov 20 14:53:59 nick-G501JW kernel: __hid_bus_driver_added+0x2c/0x40 [hid] Nov 20 14:53:59 nick-G501JW kernel: bus_for_each_drv+0x84/0xd0 Nov 20 14:53:59 nick-G501JW kernel: __hid_register_driver+0x77/0x80 [hid] Nov 20 14:53:59 nick-G501JW kernel: ? 0xffffffffc3242000 Nov 20 14:53:59 nick-G501JW kernel: nintendo_hid_driver_init+0x23/0x1000 [hid_nintendo] Nov 20 14:53:59 nick-G501JW kernel: do_one_initcall+0x48/0x210 Nov 20 14:53:59 nick-G501JW kernel: ? kmem_cache_alloc_trace+0x1a6/0x320 Nov 20 14:53:59 nick-G501JW kernel: do_init_module+0x62/0x290 Nov 20 14:53:59 nick-G501JW kernel: load_module+0xab7/0xb80 Nov 20 14:53:59 nick-G501JW kernel: __do_sys_finit_module+0xbf/0x120 Nov 20 14:53:59 nick-G501JW kernel: __x64_sys_finit_module+0x18/0x20 Nov 20 14:53:59 nick-G501JW kernel: do_syscall_64+0x5c/0xc0 Nov 20 14:53:59 nick-G501JW kernel: ? syscall_exit_to_user_mode+0x27/0x50 Nov 20 14:53:59 nick-G501JW kernel: ? __x64_sys_lseek+0x18/0x20 Nov 20 14:53:59 nick-G501JW kernel: ? do_syscall_64+0x69/0xc0 Nov 20 14:53:59 nick-G501JW kernel: ? syscall_exit_to_user_mode+0x27/0x50 Nov 20 14:53:59 nick-G501JW kernel: ? __x64_sys_newfstatat+0x1c/0x20 Nov 20 14:53:59 nick-G501JW kernel: ? do_syscall_64+0x69/0xc0 Nov 20 14:53:59 nick-G501JW kernel: ? do_syscall_64+0x69/0xc0 Nov 20 14:53:59 nick-G501JW kernel: entry_SYSCALL_64_after_hwframe+0x44/0xae Nov 20 14:53:59 nick-G501JW kernel: RIP: 0033:0x7fe32978694d Nov 20 14:53:59 nick-G501JW kernel: Code: 5b 41 5c c3 66 0f 1f 84 00 00 00 00 00 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b3 64 0f 00 f7 d8 64 89 01 48 Nov 20 14:53:59 nick-G501JW kernel: RSP: 002b:00007ffd92b7f678 EFLAGS: 00000246 ORIG_RAX: 0000000000000139 Nov 20 14:53:59 nick-G501JW kernel: RAX: ffffffffffffffda RBX: 00005582215c7420 RCX: 00007fe32978694d Nov 20 14:53:59 nick-G501JW kernel: RDX: 0000000000000000 RSI: 00007fe32991a3fe RDI: 000000000000000f Nov 20 14:53:59 nick-G501JW kernel: RBP: 0000000000020000 R08: 0000000000000000 R09: 00007ffd92b7f7a0 Nov 20 14:53:59 nick-G501JW kernel: R10: 000000000000000f R11: 0000000000000246 R12: 00007fe32991a3fe Nov 20 14:53:59 nick-G501JW kernel: R13: 0000558221667830 R14: 000055822155bc10 R15: 000055822157b440 Nov 20 14:53:59 nick-G501JW kernel: Nov 20 14:53:59 nick-G501JW kernel: ---[ end trace bb959478860507e3 ]--- Nov 20 14:53:59 nick-G501JW kernel: RIP: 0010:joycon_input_create+0x534/0x5f0 [hid_nintendo] Nov 20 14:53:59 nick-G501JW kernel: Code: 00 00 00 41 83 c7 01 e8 2a b6 91 c1 49 63 c7 48 83 f8 09 77 15 8b 14 85 e0 ce 23 c3 85 d2 0f 84 a8 fb ff ff 48 83 f8 09 76 d0 <0f> 0b 49 c7 c5 88 c5 23 c3 49 c7 c7 b0 c5 23 c3 e9 06 fb ff ff ba Nov 20 14:53:59 nick-G501JW kernel: RSP: 0018:ffffa535c30179a0 EFLAGS: 00010202 Nov 20 14:53:59 nick-G501JW kernel: RAX: 0000000000000004 RBX: ffff98a782a6f028 RCX: 0000000000000003 Nov 20 14:53:59 nick-G501JW kernel: RDX: 0000000000000223 RSI: 0000000000000001 RDI: ffff98a74dff8000 Nov 20 14:53:59 nick-G501JW kernel: RBP: ffffa535c30179c8 R08: 00000000000000fa R09: 00000000000001f4 Nov 20 14:53:59 nick-G501JW kernel: R10: ffff98a74db32718 R11: ffff98a74db3271f R12: ffff98a744040000 Nov 20 14:53:59 nick-G501JW kernel: R13: ffffffffc323c628 R14: ffff98a7440418d0 R15: 0000000000000004 Nov 20 14:53:59 nick-G501JW kernel: FS: 00007fe3291f28c0(0000) GS:ffff98aaaef00000(0000) knlGS:0000000000000000 Nov 20 14:53:59 nick-G501JW kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 Nov 20 14:53:59 nick-G501JW kernel: CR2: 00007f1c1136d340 CR3: 0000000104582005 CR4: 00000000001706e0 Nov 20 14:54:50 nick-G501JW kernel: nintendo 0005:057E:2007.0002: unknown main item tag 0x0 Nov 20 14:54:50 nick-G501JW kernel: nintendo 0005:057E:2007.0002: hidraw1: BLUETOOTH HID v80.01 Gamepad [Joy-Con (R)] on ac:fd:ce:6e:ee:38 Nov 20 14:54:51 nick-G501JW kernel: nintendo 0005:057E:2007.0002: using factory cal for left stick Nov 20 14:54:51 nick-G501JW kernel: nintendo 0005:057E:2007.0002: using user cal for right stick Nov 20 14:54:51 nick-G501JW kernel: nintendo 0005:057E:2007.0002: using user cal for IMU Nov 20 14:54:52 nick-G501JW kernel: nintendo 0005:057E:2007.0002: controller MAC = 34:2F:BD:A0:30:AE Nov 20 14:54:52 nick-G501JW kernel: input: Nintendo Switch Right Joy-Con as /devices/pci0000:00/0000:00:14.0/usb3/3-5/3-5:1.0/bluetooth/hci0/hci0:512/0005:057E:2007.0002/input/input25 Nov 20 14:54:52 nick-G501JW kernel: input: Nintendo Switch Right Joy-Con IMU as /devices/pci0000:00/0000:00:14.0/usb3/3-5/3-5:1.0/bluetooth/hci0/hci0:512/0005:057E:2007.0002/input/input26 Nov 20 14:55:15 nick-G501JW kernel: nintendo 0005:057E:2007.0002: compensating for 4 dropped IMU reports Nov 20 14:55:15 nick-G501JW kernel: nintendo 0005:057E:2007.0002: delta=92 avg_delta=15 Nov 20 14:57:53 nick-G501JW kernel: nintendo 0005:057E:2007.0002: compensating for 4 dropped IMU reports Nov 20 14:57:53 nick-G501JW kernel: nintendo 0005:057E:2007.0002: delta=144 avg_delta=24 Nov 20 14:57:54 nick-G501JW kernel: nintendo 0005:057E:2007.0002: compensating for 4 dropped IMU reports Nov 20 14:57:54 nick-G501JW kernel: nintendo 0005:057E:2007.0002: delta=136 avg_delta=24 Nov 20 14:58:19 nick-G501JW kernel: nintendo 0005:057E:2007.0002: compensating for 4 dropped IMU reports Nov 20 14:58:19 nick-G501JW kernel: nintendo 0005:057E:2007.0002: delta=168 avg_delta=30 Nov 20 14:58:29 nick-G501JW kernel: ntfs3: Max link count 4000 Nov 20 14:58:29 nick-G501JW kernel: ntfs3: Enabled Linux POSIX ACLs support Nov 20 14:58:29 nick-G501JW kernel: ntfs3: Read-only LZX/Xpress compression included Nov 20 14:58:29 nick-G501JW kernel: ntfs3: Unknown parameter 'windows_names' Nov 20 15:01:01 nick-G501JW kernel: Bluetooth: hci0: command 0x0804 tx timeout Nov 20 15:01:01 nick-G501JW kernel: Bluetooth: hci0: failed to restart LE scan: status 31 Nov 20 15:01:03 nick-G501JW kernel: Bluetooth: hci0: failed to disable LE scan: status 0x1f Nov 20 15:02:07 nick-G501JW kernel: Bluetooth: hci0: HCI reset during shutdown failed ```