linux-surface / linux-surface

Linux Kernel for Surface Devices
5.14k stars 217 forks source link

Old Surface Pro 4 Type Cover Fix Is Still Required For LTS #224

Closed Trikzon closed 2 years ago

Trikzon commented 4 years ago

Type cover won't properly reattach when removed on Surface Pro 4. This is seemingly fixed by adding the following to /etc/udev/rules.d/99-surface.rules:

# Type Cover Re-attach (SP4)
ACTION=="add", SUBSYSTEM=="usb", ATTRS{product}=="Surface Type Cover", RUN+="/sbin/modprobe -r i2c_hid && /sbin/modprobe i2c_hid"

This used to be suggested on the Surface Pro 4 page but was removed. https://github.com/linux-surface/linux-surface/wiki/Surface-Pro-4/_compare/e0abfba71b6fa983ea515a5bf34b9c86a111ecc7...601c0c32d250b23d42a1cbf56dccb9624836ea8b

Is there a reason this was removed and a better way to fix my problem? If not, could it be reinstated?

Environment

`dmesg` output ``` please provide a copy of `dmesg` here if possible [ 0.000000] microcode: microcode updated early to revision 0xd6, date = 2019-10-03 [ 0.000000] Linux version 4.19.129-1-surface-lts (linux-surface-lts@archlinux) (gcc version 10.1.0 (GCC)) #1 SMP Wed, 24 Jun 2020 15:38:52 +0000 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux-surface-lts root=UUID=320df12e-6245-47ed-bc06-961a7de8d21c rw quiet apparmor=1 security=apparmor resume=UUID=674fcb42-a93d-4fd2-ac6c-917cb85e2fca udev.log_priority=3 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR' [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64 [ 0.000000] x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64 [ 0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format. [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable [ 0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000008aa08fff] usable [ 0.000000] BIOS-e820: [mem 0x000000008aa09000-0x000000008aa09fff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x000000008aa0a000-0x000000008aa0afff] reserved [ 0.000000] BIOS-e820: [mem 0x000000008aa0b000-0x000000008bdb0fff] usable [ 0.000000] BIOS-e820: [mem 0x000000008bdb1000-0x000000008be2bfff] type 20 [ 0.000000] BIOS-e820: [mem 0x000000008be2c000-0x000000008be9efff] reserved [ 0.000000] BIOS-e820: [mem 0x000000008be9f000-0x000000008bec4fff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x000000008bec5000-0x000000008befefff] ACPI data [ 0.000000] BIOS-e820: [mem 0x000000008beff000-0x000000008befffff] usable [ 0.000000] BIOS-e820: [mem 0x000000008bf00000-0x000000008f7fffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fe010000-0x00000000fe010fff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000026f7fffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] efi: EFI v2.70 by MSFT [ 0.000000] efi: ACPI=0x8befe000 ACPI 2.0=0x8befe014 SMBIOS=0x8be36000 SMBIOS 3.0=0x8be34000 MEMATTR=0x88f6e018 ESRT=0x8be37698 [ 0.000000] SMBIOS 3.1.1 present. [ 0.000000] DMI: Microsoft Corporation Surface Pro 4/Surface Pro 4, BIOS 108.2706.768 04/18/2019 [ 0.000000] tsc: Detected 2500.000 MHz processor [ 0.001764] tsc: Detected 2496.000 MHz TSC [ 0.001764] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.001766] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.001772] last_pfn = 0x26f800 max_arch_pfn = 0x400000000 [ 0.001776] MTRR default type: write-back [ 0.001777] MTRR fixed ranges enabled: [ 0.001778] 00000-9FFFF write-back [ 0.001779] A0000-BFFFF uncachable [ 0.001780] C0000-FFFFF write-protect [ 0.001780] MTRR variable ranges enabled: [ 0.001782] 0 base 00C0000000 mask 7FC0000000 uncachable [ 0.001783] 1 base 00A0000000 mask 7FE0000000 uncachable [ 0.001784] 2 base 0090000000 mask 7FF0000000 uncachable [ 0.001785] 3 base 008E000000 mask 7FFE000000 uncachable [ 0.001785] 4 base 008D000000 mask 7FFF000000 uncachable [ 0.001786] 5 disabled [ 0.001786] 6 disabled [ 0.001787] 7 disabled [ 0.001787] 8 disabled [ 0.001788] 9 disabled [ 0.002849] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT [ 0.003038] last_pfn = 0x8bf00 max_arch_pfn = 0x400000000 [ 0.018256] esrt: Reserving ESRT space from 0x000000008be37698 to 0x000000008be37798. [ 0.018276] Scanning 1 areas for low memory corruption [ 0.018281] Using GB pages for direct mapping [ 0.018732] Secure boot could not be determined [ 0.018733] RAMDISK: [mem 0x368e3000-0x37468fff] [ 0.018746] ACPI: Early table checksum verification disabled [ 0.018749] ACPI: RSDP 0x000000008BEFE014 000024 (v02 MSFT ) [ 0.018753] ACPI: XSDT 0x000000008BEFD0E8 0000B4 (v01 MSFT MSFT 00000000 MSFT 0000005F) [ 0.018758] ACPI: FACP 0x000000008BEF4000 00010C (v05 MSFT MSFT 00000000 MSFT 0000005F) [ 0.018763] ACPI: DSDT 0x000000008BED8000 01764F (v02 MSFT MSFT 00000000 INTL 20160422) [ 0.018766] ACPI: FACS 0x000000008BEA5000 000040 [ 0.018768] ACPI: BBRT 0x000000008BEFC000 00002C (v01 MSFT MSFT 00000002 MSFT 0000005F) [ 0.018771] ACPI: SSDT 0x000000008BEFB000 000577 (v02 MSFT Tpm2Tabl 00001000 INTL 20160422) [ 0.018774] ACPI: TPM2 0x000000008BEFA000 000034 (v03 MSFT MSFT 00000002 MSFT 0000005F) [ 0.018777] ACPI: MSDM 0x000000008BEF9000 000055 (v01 MSFT 00000001 MSFT 00000001) [ 0.018779] ACPI: SSDT 0x000000008BEF5000 00312B (v02 SaSsdt SaSsdt 00003000 INTL 20160422) [ 0.018783] ACPI: HPET 0x000000008BEF3000 000038 (v01 MSFT MSFT 00000001 MSFT 0000005F) [ 0.018791] ACPI: APIC 0x000000008BEF2000 00012C (v03 MSFT MSFT 00000001 MSFT 0000005F) [ 0.018793] ACPI: MCFG 0x000000008BEF1000 00003C (v01 MSFT MSFT 00000001 MSFT 0000005F) [ 0.018796] ACPI: LPIT 0x000000008BEF0000 000094 (v01 MSFT MSFT 00000000 MSFT 0000005F) [ 0.018798] ACPI: SSDT 0x000000008BED5000 00260B (v02 MSFT RTD3APNV 00001000 INTL 20160422) [ 0.018801] ACPI: SSDT 0x000000008BED4000 0008CD (v02 MSFT xh_ap000 00000000 INTL 20160422) [ 0.018804] ACPI: SSDT 0x000000008BED2000 0017AE (v02 CpuRef CpuSsdt 00003000 INTL 20160422) [ 0.018806] ACPI: DMAR 0x000000008BED1000 000114 (v01 MSFT MSFT 00000001 INTL 00000001) [ 0.018809] ACPI: NHLT 0x000000008BED0000 00002D (v00 MSFT MSFT 00000002 MSFT 0000005F) [ 0.018812] ACPI: FPDT 0x000000008BECF000 000034 (v01 MSFT MSFT 00000002 MSFT 0000005F) [ 0.018814] ACPI: BGRT 0x000000008BECE000 000038 (v01 MSFT MSFT 00000002 MSFT 0000005F) [ 0.018817] ACPI: WSMT 0x000000008BECD000 000028 (v01 MSFT MSFT 00000002 MSFT 0000005F) [ 0.018824] ACPI: Local APIC address 0xfee00000 [ 0.018945] No NUMA configuration found [ 0.018946] Faking a node at [mem 0x0000000000000000-0x000000026f7fffff] [ 0.018949] NODE_DATA(0) allocated [mem 0x26f7fc000-0x26f7fffff] [ 0.018975] Zone ranges: [ 0.018976] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.018978] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] [ 0.018978] Normal [mem 0x0000000100000000-0x000000026f7fffff] [ 0.018979] Device empty [ 0.018980] Movable zone start for each node [ 0.018981] Early memory node ranges [ 0.018982] node 0: [mem 0x0000000000001000-0x0000000000057fff] [ 0.018982] node 0: [mem 0x0000000000059000-0x000000000009dfff] [ 0.018983] node 0: [mem 0x0000000000100000-0x000000008aa08fff] [ 0.018984] node 0: [mem 0x000000008aa0b000-0x000000008bdb0fff] [ 0.018984] node 0: [mem 0x000000008beff000-0x000000008befffff] [ 0.018985] node 0: [mem 0x0000000100000000-0x000000026f7fffff] [ 0.019290] Zeroed struct page in unavailable ranges: 19124 pages [ 0.019292] Initmem setup node 0 [mem 0x0000000000001000-0x000000026f7fffff] [ 0.019293] On node 0 totalpages: 2078028 [ 0.019294] DMA zone: 64 pages used for memmap [ 0.019295] DMA zone: 23 pages reserved [ 0.019296] DMA zone: 3996 pages, LIFO batch:0 [ 0.019389] DMA32 zone: 8887 pages used for memmap [ 0.019390] DMA32 zone: 568752 pages, LIFO batch:63 [ 0.033229] Normal zone: 23520 pages used for memmap [ 0.033230] Normal zone: 1505280 pages, LIFO batch:63 [ 0.064959] Reserving Intel graphics memory at [mem 0x8d800000-0x8f7fffff] [ 0.065401] ACPI: PM-Timer IO Port: 0x1808 [ 0.065403] ACPI: Local APIC address 0xfee00000 [ 0.065409] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) [ 0.065410] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1]) [ 0.065410] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1]) [ 0.065411] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1]) [ 0.065411] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1]) [ 0.065412] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1]) [ 0.065412] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1]) [ 0.065413] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1]) [ 0.065413] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1]) [ 0.065414] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1]) [ 0.065414] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1]) [ 0.065415] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1]) [ 0.065415] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1]) [ 0.065416] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1]) [ 0.065416] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1]) [ 0.065417] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1]) [ 0.065444] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119 [ 0.065446] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.065447] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.065449] ACPI: IRQ0 used by override. [ 0.065450] ACPI: IRQ9 used by override. [ 0.065451] Using ACPI (MADT) for SMP configuration information [ 0.065453] ACPI: HPET id: 0x8086a201 base: 0xfed00000 [ 0.065462] e820: update [mem 0x88f22000-0x88f54fff] usable ==> reserved [ 0.065471] smpboot: Allowing 4 CPUs, 0 hotplug CPUs [ 0.065490] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.065492] PM: Registered nosave memory: [mem 0x00058000-0x00058fff] [ 0.065493] PM: Registered nosave memory: [mem 0x0009e000-0x000fffff] [ 0.065494] PM: Registered nosave memory: [mem 0x88f22000-0x88f54fff] [ 0.065496] PM: Registered nosave memory: [mem 0x8aa09000-0x8aa09fff] [ 0.065496] PM: Registered nosave memory: [mem 0x8aa0a000-0x8aa0afff] [ 0.065498] PM: Registered nosave memory: [mem 0x8bdb1000-0x8be2bfff] [ 0.065498] PM: Registered nosave memory: [mem 0x8be2c000-0x8be9efff] [ 0.065499] PM: Registered nosave memory: [mem 0x8be9f000-0x8bec4fff] [ 0.065499] PM: Registered nosave memory: [mem 0x8bec5000-0x8befefff] [ 0.065501] PM: Registered nosave memory: [mem 0x8bf00000-0x8f7fffff] [ 0.065501] PM: Registered nosave memory: [mem 0x8f800000-0xdfffffff] [ 0.065502] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff] [ 0.065502] PM: Registered nosave memory: [mem 0xf0000000-0xfe00ffff] [ 0.065503] PM: Registered nosave memory: [mem 0xfe010000-0xfe010fff] [ 0.065503] PM: Registered nosave memory: [mem 0xfe011000-0xffffffff] [ 0.065505] [mem 0x8f800000-0xdfffffff] available for PCI devices [ 0.065506] Booting paravirtualized kernel on bare hardware [ 0.065508] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.183679] random: get_random_bytes called from start_kernel+0x85/0x51f with crng_init=0 [ 0.183687] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:4 nr_node_ids:1 [ 0.183851] percpu: Embedded 46 pages/cpu s151552 r8192 d28672 u524288 [ 0.183858] pcpu-alloc: s151552 r8192 d28672 u524288 alloc=1*2097152 [ 0.183859] pcpu-alloc: [0] 0 1 2 3 [ 0.183877] Built 1 zonelists, mobility grouping on. Total pages: 2045534 [ 0.183877] Policy zone: Normal [ 0.183879] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-surface-lts root=UUID=320df12e-6245-47ed-bc06-961a7de8d21c rw quiet apparmor=1 security=apparmor resume=UUID=674fcb42-a93d-4fd2-ac6c-917cb85e2fca udev.log_priority=3 [ 0.187305] Calgary: detecting Calgary via BIOS EBDA area [ 0.187306] Calgary: Unable to locate Rio Grande table in EBDA - bailing! [ 0.205253] Memory: 8012380K/8312112K available (12300K kernel code, 1360K rwdata, 3528K rodata, 1604K init, 3732K bss, 299732K reserved, 0K cma-reserved) [ 0.205330] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.205335] Kernel/User page tables isolation: enabled [ 0.217364] ftrace: allocating 35220 entries in 138 pages [ 0.232944] rcu: Hierarchical RCU implementation. [ 0.232945] rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4. [ 0.232946] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 [ 0.234452] NR_IRQS: 20736, nr_irqs: 1024, preallocated irqs: 16 [ 0.234794] Console: colour dummy device 80x25 [ 0.234797] console [tty0] enabled [ 0.234812] ACPI: Core revision 20180810 [ 0.235153] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns [ 0.235185] hpet clockevent registered [ 0.235231] APIC: Switch to symmetric I/O mode setup [ 0.235233] DMAR: Host address width 39 [ 0.235234] DMAR: DRHD base: 0x000000fed90000 flags: 0x0 [ 0.235240] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 7e3ff0505e [ 0.235241] DMAR: DRHD base: 0x000000fed91000 flags: 0x1 [ 0.235244] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da [ 0.235245] DMAR: RMRR base: 0x0000003e2e0000 end: 0x0000003e2fffff [ 0.235246] DMAR: RMRR base: 0x0000008d000000 end: 0x0000008f7fffff [ 0.235247] DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0 [ 0.235248] DMAR: ANDD device: 2 name: \_SB.PCI0.I2C1 [ 0.235248] DMAR: ANDD device: 4 name: \_SB.PCI0.I2C3 [ 0.235250] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1 [ 0.235250] DMAR-IR: HPET id 0 under DRHD base 0xfed91000 [ 0.235251] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping. [ 0.236791] DMAR-IR: Enabled IRQ remapping in x2apic mode [ 0.236793] x2apic enabled [ 0.236807] Switched APIC routing to cluster x2apic. [ 0.240868] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.285199] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x23fa772cf26, max_idle_ns: 440795269835 ns [ 0.285212] Calibrating delay loop (skipped), value calculated using timer frequency.. 4992.00 BogoMIPS (lpj=24960000) [ 0.285214] pid_max: default: 32768 minimum: 301 [ 0.285620] Security Framework initialized [ 0.285622] Yama: becoming mindful. [ 0.285646] AppArmor: AppArmor initialized [ 0.286649] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes) [ 0.287155] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.287177] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.287193] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.287384] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' [ 0.287385] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8) [ 0.287399] CPU0: Thermal monitoring enabled (TM1) [ 0.287414] process: using mwait in idle threads [ 0.287416] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8 [ 0.287417] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4 [ 0.287418] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization [ 0.287420] Spectre V2 : Mitigation: Full generic retpoline [ 0.287420] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch [ 0.287421] Spectre V2 : Enabling Restricted Speculation for firmware calls [ 0.287427] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier [ 0.287427] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl [ 0.287429] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp [ 0.287454] TAA: Mitigation: Clear CPU buffers [ 0.287454] SRBDS: Vulnerable: No microcode [ 0.287455] MDS: Mitigation: Clear CPU buffers [ 0.294132] Freeing SMP alternatives memory: 32K [ 0.298039] smpboot: CPU0: Intel(R) Core(TM) i5-6300U CPU @ 2.40GHz (family: 0x6, model: 0x4e, stepping: 0x3) [ 0.298115] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver. [ 0.298147] ... version: 4 [ 0.298147] ... bit width: 48 [ 0.298147] ... generic registers: 4 [ 0.298148] ... value mask: 0000ffffffffffff [ 0.298149] ... max period: 00007fffffffffff [ 0.298149] ... fixed-purpose events: 3 [ 0.298150] ... event mask: 000000070000000f [ 0.298187] rcu: Hierarchical SRCU implementation. [ 0.298827] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter. [ 0.298865] smp: Bringing up secondary CPUs ... [ 0.298931] x86: Booting SMP configuration: [ 0.298932] .... node #0, CPUs: #1 #2 [ 0.301649] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details. [ 0.301649] TAA CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/tsx_async_abort.html for more details. [ 0.301649] #3 [ 0.301649] smp: Brought up 1 node, 4 CPUs [ 0.301649] smpboot: Max logical packages: 1 [ 0.301649] smpboot: Total of 4 processors activated (19968.00 BogoMIPS) [ 0.301649] devtmpfs: initialized [ 0.301649] x86/mm: Memory block size: 128MB [ 0.301649] PM: Registering ACPI NVS region [mem 0x8aa09000-0x8aa09fff] (4096 bytes) [ 0.301649] PM: Registering ACPI NVS region [mem 0x8be9f000-0x8bec4fff] (155648 bytes) [ 0.301649] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.301649] futex hash table entries: 1024 (order: 4, 65536 bytes) [ 0.301649] pinctrl core: initialized pinctrl subsystem [ 0.301649] RTC time: 0:35:45, date: 07/02/20 [ 0.305221] NET: Registered protocol family 16 [ 0.305303] audit: initializing netlink subsys (disabled) [ 0.305309] audit: type=2000 audit(1593650145.080:1): state=initialized audit_enabled=0 res=1 [ 0.305309] cpuidle: using governor ladder [ 0.305309] cpuidle: using governor menu [ 0.305309] ACPI: bus type PCI registered [ 0.305309] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.305309] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) [ 0.305309] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820 [ 0.305309] PCI: Using configuration type 1 for base access [ 0.306053] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages [ 0.306053] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.306053] ACPI: Added _OSI(Module Device) [ 0.306053] ACPI: Added _OSI(Processor Device) [ 0.306053] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.306053] ACPI: Added _OSI(Processor Aggregator Device) [ 0.306053] ACPI: Added _OSI(Linux-Dell-Video) [ 0.306053] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio) [ 0.336472] ACPI: 6 ACPI AML tables successfully acquired and loaded [ 0.339377] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored [ 0.348462] ACPI: Dynamic OEM Table Load: [ 0.348465] ACPI: SSDT 0xFFFF8DBE25AD0000 000672 (v02 PmRef Cpu0Ist 00003000 INTL 20160422) [ 0.348465] ACPI: \_PR_.PR00: _OSC native thermal LVT Acked [ 0.348465] ACPI: Dynamic OEM Table Load: [ 0.348465] ACPI: SSDT 0xFFFF8DBE254D9800 0003FF (v02 PmRef Cpu0Cst 00003001 INTL 20160422) [ 0.348465] ACPI: Dynamic OEM Table Load: [ 0.348465] ACPI: SSDT 0xFFFF8DBE25540900 0000BA (v02 PmRef Cpu0Hwp 00003000 INTL 20160422) [ 0.348465] ACPI: Dynamic OEM Table Load: [ 0.348465] ACPI: SSDT 0xFFFF8DBE25AD4800 000628 (v02 PmRef HwpLvt 00003000 INTL 20160422) [ 0.348465] ACPI: Dynamic OEM Table Load: [ 0.348465] ACPI: SSDT 0xFFFF8DBE25B24000 000D14 (v02 PmRef ApIst 00003000 INTL 20160422) [ 0.348465] ACPI: Dynamic OEM Table Load: [ 0.348465] ACPI: SSDT 0xFFFF8DBE2553F800 000317 (v02 PmRef ApHwp 00003000 INTL 20160422) [ 0.348465] ACPI: Dynamic OEM Table Load: [ 0.348465] ACPI: SSDT 0xFFFF8DBE254D8C00 00030A (v02 PmRef ApCst 00003000 INTL 20160422) [ 0.348465] ACPI: EC: EC started [ 0.348465] ACPI: EC: interrupt blocked [ 0.350049] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as first EC [ 0.350051] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x50, EC_CMD/EC_SC=0x66, EC_DATA=0x62 [ 0.350052] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions [ 0.350052] ACPI: Interpreter enabled [ 0.350103] ACPI: (supports S0 S4 S5) [ 0.350104] ACPI: Using IOAPIC for interrupt routing [ 0.350149] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.355754] ACPI: Enabled 11 GPEs in block 00 to 7F [ 0.366361] ACPI: Power Resource [PX01] (on) [ 0.366446] ACPI: Power Resource [PX02] (on) [ 0.366527] ACPI: Power Resource [PX03] (on) [ 0.366607] ACPI: Power Resource [PX04] (on) [ 0.366685] ACPI: Power Resource [PX05] (on) [ 0.366764] ACPI: Power Resource [PX06] (on) [ 0.366844] ACPI: Power Resource [PX07] (on) [ 0.368018] ACPI: Power Resource [USBC] (on) [ 0.368018] ACPI: Power Resource [PAUD] (on) [ 0.368290] ACPI: Power Resource [PXP] (off) [ 0.370871] ACPI: Power Resource [PXP] (off) [ 0.371144] ACPI: Power Resource [PRWF] (on) [ 0.380058] ACPI: Power Resource [CAMP] (on) [ 0.387185] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe]) [ 0.387185] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] [ 0.389752] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR] [ 0.392253] PCI host bridge to bus 0000:00 [ 0.392255] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.392256] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.392257] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.392258] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window] [ 0.392259] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window] [ 0.392260] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window] [ 0.392261] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window] [ 0.392262] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window] [ 0.392263] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window] [ 0.392264] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window] [ 0.392265] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window] [ 0.392266] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window] [ 0.392267] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window] [ 0.392268] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window] [ 0.392269] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window] [ 0.392270] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window] [ 0.392271] pci_bus 0000:00: root bus resource [mem 0x8f800000-0xdfffffff window] [ 0.392274] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window] [ 0.392275] pci_bus 0000:00: root bus resource [bus 00-fe] [ 0.392284] pci 0000:00:00.0: [8086:1904] type 00 class 0x060000 [ 0.393231] pci 0000:00:02.0: [8086:1916] type 00 class 0x030000 [ 0.393242] pci 0000:00:02.0: reg 0x10: [mem 0xa0000000-0xa0ffffff 64bit] [ 0.393248] pci 0000:00:02.0: reg 0x18: [mem 0x90000000-0x9fffffff 64bit pref] [ 0.393252] pci 0000:00:02.0: reg 0x20: [io 0x4000-0x403f] [ 0.393268] pci 0000:00:02.0: BAR 2: assigned to efifb [ 0.394217] pci 0000:00:05.0: [8086:1919] type 00 class 0x048000 [ 0.394229] pci 0000:00:05.0: reg 0x10: [mem 0xa1000000-0xa13fffff 64bit] [ 0.395472] pci 0000:00:08.0: [8086:1911] type 00 class 0x088000 [ 0.395484] pci 0000:00:08.0: reg 0x10: [mem 0xa1738000-0xa1738fff 64bit] [ 0.396442] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330 [ 0.396463] pci 0000:00:14.0: reg 0x10: [mem 0xa1700000-0xa170ffff 64bit] [ 0.396528] pci 0000:00:14.0: PME# supported from D3hot D3cold [ 0.397544] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000 [ 0.397566] pci 0000:00:14.2: reg 0x10: [mem 0xa1739000-0xa1739fff 64bit] [ 0.398562] pci 0000:00:14.3: [8086:9d32] type 00 class 0x048000 [ 0.398673] pci 0000:00:14.3: reg 0x10: [mem 0xa1710000-0xa171ffff 64bit] [ 0.400010] pci 0000:00:15.0: [8086:9d60] type 00 class 0x118000 [ 0.400162] pci 0000:00:15.0: reg 0x10: [mem 0xa173a000-0xa173afff 64bit] [ 0.401851] pci 0000:00:15.1: [8086:9d61] type 00 class 0x118000 [ 0.402077] pci 0000:00:15.1: reg 0x10: [mem 0xa173b000-0xa173bfff 64bit] [ 0.403732] pci 0000:00:15.3: [8086:9d63] type 00 class 0x118000 [ 0.403822] pci 0000:00:15.3: reg 0x10: [mem 0xa173c000-0xa173cfff 64bit] [ 0.405366] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000 [ 0.405393] pci 0000:00:16.0: reg 0x10: [mem 0xa173d000-0xa173dfff 64bit] [ 0.405461] pci 0000:00:16.0: PME# supported from D3hot [ 0.406438] pci 0000:00:16.4: [8086:9d3e] type 00 class 0x078000 [ 0.406464] pci 0000:00:16.4: reg 0x10: [mem 0xa173e000-0xa173efff 64bit] [ 0.406532] pci 0000:00:16.4: PME# supported from D3hot [ 0.407468] pci 0000:00:1c.0: [8086:9d14] type 01 class 0x060400 [ 0.407549] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold [ 0.408573] pci 0000:00:1d.0: [8086:9d18] type 01 class 0x060400 [ 0.408652] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold [ 0.409677] pci 0000:00:1f.0: [8086:9d48] type 00 class 0x060100 [ 0.410728] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000 [ 0.410742] pci 0000:00:1f.2: reg 0x10: [mem 0xa1734000-0xa1737fff] [ 0.411726] pci 0000:00:1f.3: [8086:9d70] type 00 class 0x040380 [ 0.411752] pci 0000:00:1f.3: reg 0x10: [mem 0xa1730000-0xa1733fff 64bit] [ 0.411777] pci 0000:00:1f.3: reg 0x20: [mem 0xa1720000-0xa172ffff 64bit] [ 0.411827] pci 0000:00:1f.3: PME# supported from D3hot D3cold [ 0.412978] pci 0000:01:00.0: [144d:a802] type 00 class 0x010802 [ 0.413007] pci 0000:01:00.0: reg 0x10: [mem 0xa1600000-0xa1603fff 64bit] [ 0.413015] pci 0000:01:00.0: reg 0x18: [io 0x3000-0x30ff] [ 0.413155] pci 0000:01:00.0: 15.752 Gb/s available PCIe bandwidth, limited by 8 GT/s x2 link at 0000:00:1c.0 (capable of 31.504 Gb/s with 8 GT/s x4 link) [ 0.413227] pci 0000:00:1c.0: PCI bridge to [bus 01] [ 0.413230] pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff] [ 0.413232] pci 0000:00:1c.0: bridge window [mem 0xa1600000-0xa16fffff] [ 0.413378] pci 0000:02:00.0: [11ab:2b38] type 00 class 0x020000 [ 0.413422] pci 0000:02:00.0: reg 0x10: [mem 0xa1500000-0xa15fffff 64bit pref] [ 0.413441] pci 0000:02:00.0: reg 0x18: [mem 0xa1400000-0xa14fffff 64bit pref] [ 0.413577] pci 0000:02:00.0: supports D1 D2 [ 0.413578] pci 0000:02:00.0: PME# supported from D0 D1 D3hot D3cold [ 0.413830] pci 0000:00:1d.0: PCI bridge to [bus 02] [ 0.413837] pci 0000:00:1d.0: bridge window [mem 0xa1400000-0xa15fffff 64bit pref] [ 0.416147] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15) [ 0.416147] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15) [ 0.416147] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15) [ 0.416147] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15) [ 0.416147] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15) [ 0.416147] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15) [ 0.416147] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15) [ 0.416147] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15) [ 0.429064] ACPI Warning: GPE type mismatch (level/edge) (20180810/evxface-791) [ 0.429064] ACPI: EC: interrupt unblocked [ 0.429064] ACPI: EC: event unblocked [ 0.429064] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x50, EC_CMD/EC_SC=0x66, EC_DATA=0x62 [ 0.429064] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions and events [ 0.429064] pci 0000:00:02.0: vgaarb: setting as boot VGA device [ 0.429064] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.429064] pci 0000:00:02.0: vgaarb: bridge control possible [ 0.429064] vgaarb: loaded [ 0.429064] ACPI: bus type USB registered [ 0.429064] usbcore: registered new interface driver usbfs [ 0.429064] usbcore: registered new interface driver hub [ 0.429064] usbcore: registered new device driver usb [ 0.429064] pps_core: LinuxPPS API ver. 1 registered [ 0.429064] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.429064] PTP clock support registered [ 0.429064] EDAC MC: Ver: 3.0.0 [ 0.429064] Registered efivars operations [ 0.429064] PCI: Using ACPI for IRQ routing [ 0.464846] PCI: pci_cache_line_size set to 64 bytes [ 0.465213] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff] [ 0.465215] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff] [ 0.465215] e820: reserve RAM buffer [mem 0x88f22000-0x8bffffff] [ 0.465217] e820: reserve RAM buffer [mem 0x8aa09000-0x8bffffff] [ 0.465218] e820: reserve RAM buffer [mem 0x8bdb1000-0x8bffffff] [ 0.465219] e820: reserve RAM buffer [mem 0x8bf00000-0x8bffffff] [ 0.465219] e820: reserve RAM buffer [mem 0x26f800000-0x26fffffff] [ 0.465304] NetLabel: Initializing [ 0.465305] NetLabel: domain hash size = 128 [ 0.465305] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.465319] NetLabel: unlabeled traffic allowed by default [ 0.465870] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0 [ 0.465873] hpet0: 8 comparators, 64-bit 24.000000 MHz counter [ 0.467919] clocksource: Switched to clocksource tsc-early [ 0.475063] VFS: Disk quotas dquot_6.6.0 [ 0.475076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.475169] AppArmor: AppArmor Filesystem Enabled [ 0.475197] pnp: PnP ACPI init [ 0.477061] system 00:00: [mem 0xfd000000-0xfdabffff] has been reserved [ 0.477063] system 00:00: [mem 0xfdad0000-0xfdadffff] has been reserved [ 0.477064] system 00:00: [mem 0xfdb00000-0xfdffffff] has been reserved [ 0.477065] system 00:00: [mem 0xfe000000-0xfe01ffff] could not be reserved [ 0.477066] system 00:00: [mem 0xfe036000-0xfe03bfff] has been reserved [ 0.477068] system 00:00: [mem 0xfe03d000-0xfe3fffff] has been reserved [ 0.477069] system 00:00: [mem 0xfe410000-0xfe7fffff] has been reserved [ 0.477073] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.502468] system 00:01: [io 0x2000-0x20fe] has been reserved [ 0.502471] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.518141] system 00:02: [io 0x0680-0x069f] has been reserved [ 0.518142] system 00:02: [io 0xffff] has been reserved [ 0.518143] system 00:02: [io 0xffff] has been reserved [ 0.518145] system 00:02: [io 0xffff] has been reserved [ 0.518146] system 00:02: [io 0x1800-0x18fe] has been reserved [ 0.518147] system 00:02: [io 0x164e-0x164f] has been reserved [ 0.518150] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.522442] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active) [ 0.522481] system 00:04: [io 0x1854-0x1857] has been reserved [ 0.522484] system 00:04: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active) [ 0.534590] random: fast init done [ 0.651772] system 00:05: [mem 0xfe020000-0xfe021fff] has been reserved [ 0.651774] system 00:05: [mem 0xfe022000-0xfe023fff] has been reserved [ 0.651775] system 00:05: [mem 0xfe024000-0xfe025fff] has been reserved [ 0.651776] system 00:05: [mem 0xfe026000-0xfe027fff] has been reserved [ 0.651778] system 00:05: [mem 0xfe028000-0xfe029fff] has been reserved [ 0.651779] system 00:05: [mem 0xfe02a000-0xfe02bfff] has been reserved [ 0.651780] system 00:05: [mem 0xfe02c000-0xfe02dfff] has been reserved [ 0.651781] system 00:05: [mem 0xfe02e000-0xfe02ffff] has been reserved [ 0.651782] system 00:05: [mem 0xfe030000-0xfe031fff] has been reserved [ 0.651784] system 00:05: [mem 0xfe032000-0xfe033fff] has been reserved [ 0.651785] system 00:05: [mem 0xfe034000-0xfe035fff] has been reserved [ 0.651789] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.697849] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved [ 0.697850] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved [ 0.697851] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved [ 0.697853] system 00:06: [mem 0xe0000000-0xefffffff] has been reserved [ 0.697854] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved [ 0.697855] system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved [ 0.697856] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved [ 0.697858] system 00:06: [mem 0xff000000-0xffffffff] has been reserved [ 0.697859] system 00:06: [mem 0xfee00000-0xfeefffff] has been reserved [ 0.697860] system 00:06: [mem 0x8f800000-0x8f81ffff] has been reserved [ 0.697863] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.719890] pnp: PnP ACPI: found 7 devices [ 0.725538] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.725578] pci 0000:00:1c.0: PCI bridge to [bus 01] [ 0.725582] pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff] [ 0.725591] pci 0000:00:1c.0: bridge window [mem 0xa1600000-0xa16fffff] [ 0.725607] pci 0000:00:1d.0: PCI bridge to [bus 02] [ 0.725625] pci 0000:00:1d.0: bridge window [mem 0xa1400000-0xa15fffff 64bit pref] [ 0.725636] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] [ 0.725638] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] [ 0.725639] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] [ 0.725640] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window] [ 0.725641] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window] [ 0.725642] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window] [ 0.725643] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window] [ 0.725644] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window] [ 0.725645] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window] [ 0.725646] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window] [ 0.725647] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window] [ 0.725648] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window] [ 0.725649] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window] [ 0.725650] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window] [ 0.725651] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window] [ 0.725652] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window] [ 0.725653] pci_bus 0000:00: resource 20 [mem 0x8f800000-0xdfffffff window] [ 0.725654] pci_bus 0000:00: resource 21 [mem 0xfd000000-0xfe7fffff window] [ 0.725655] pci_bus 0000:01: resource 0 [io 0x3000-0x3fff] [ 0.725656] pci_bus 0000:01: resource 1 [mem 0xa1600000-0xa16fffff] [ 0.725658] pci_bus 0000:02: resource 2 [mem 0xa1400000-0xa15fffff 64bit pref] [ 0.725851] NET: Registered protocol family 2 [ 0.725996] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes) [ 0.726021] TCP established hash table entries: 65536 (order: 7, 524288 bytes) [ 0.726110] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) [ 0.726217] TCP: Hash tables configured (established 65536 bind 65536) [ 0.726242] UDP hash table entries: 4096 (order: 5, 131072 bytes) [ 0.726262] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes) [ 0.726310] NET: Registered protocol family 1 [ 0.726315] NET: Registered protocol family 44 [ 0.726325] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 0.726856] PCI: CLS 0 bytes, default 64 [ 0.726908] Unpacking initramfs... [ 0.866615] Freeing initrd memory: 11800K [ 0.866651] DMAR: ACPI device "device:72" under DMAR at fed91000 as 00:15.0 [ 0.866655] DMAR: ACPI device "device:73" under DMAR at fed91000 as 00:15.1 [ 0.866657] DMAR: ACPI device "device:74" under DMAR at fed91000 as 00:15.3 [ 0.915275] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 0.915282] software IO TLB: mapped [mem 0x84931000-0x88931000] (64MB) [ 0.915400] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x23fa772cf26, max_idle_ns: 440795269835 ns [ 0.915412] clocksource: Switched to clocksource tsc [ 0.915490] Scanning for low memory corruption every 60 seconds [ 0.916074] Initialise system trusted keyrings [ 0.916082] Key type blacklist registered [ 0.916120] workingset: timestamp_bits=41 max_order=21 bucket_order=0 [ 0.917143] zbud: loaded [ 0.918449] Key type asymmetric registered [ 0.918450] Asymmetric key parser 'x509' registered [ 0.918456] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244) [ 0.918483] io scheduler noop registered [ 0.918484] io scheduler deadline registered (default) [ 0.918507] io scheduler cfq registered [ 0.918508] io scheduler mq-deadline registered (default) [ 0.918508] io scheduler kyber registered [ 0.918525] io scheduler bfq registered [ 0.918930] pcieport 0000:00:1c.0: Signaling PME with IRQ 122 [ 0.919149] pcieport 0000:00:1d.0: Signaling PME with IRQ 123 [ 0.919205] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 0.919279] efifb: probing for efifb [ 0.919302] efifb: showing boot graphics [ 0.920815] efifb: framebuffer at 0x90000000, using 19520k, total 19520k [ 0.920816] efifb: mode is 2736x1824x32, linelength=10944, pages=1 [ 0.920817] efifb: scrolling: redraw [ 0.920818] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0 [ 0.920851] fbcon: Deferring console take-over [ 0.920852] fb0: EFI VGA frame buffer device [ 0.920858] intel_idle: MWAIT substates: 0x11142120 [ 0.920859] intel_idle: v0.4.1 model 0x4E [ 0.921028] intel_idle: lapic_timer_reliable_states 0xffffffff [ 0.921125] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0 [ 0.921131] ACPI: Lid Switch [LID0] [ 0.933381] thermal LNXTHERM:00: registered as thermal_zone0 [ 0.933382] ACPI: Thermal Zone [TZ00] (46 C) [ 0.945151] thermal LNXTHERM:01: registered as thermal_zone1 [ 0.945152] ACPI: Thermal Zone [TZ01] (0 C) [ 0.964311] thermal LNXTHERM:02: registered as thermal_zone2 [ 0.964312] ACPI: Thermal Zone [TZ02] (37 C) [ 0.982189] thermal LNXTHERM:03: registered as thermal_zone3 [ 0.982191] ACPI: Thermal Zone [TZ03] (40 C) [ 0.982557] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 0.983401] AMD IOMMUv2 driver by Joerg Roedel [ 0.983402] AMD IOMMUv2 functionality not available on this system [ 0.984064] nvme nvme0: pci function 0000:01:00.0 [ 0.984173] usbcore: registered new interface driver usbserial_generic [ 0.984178] usbserial: USB Serial support registered for generic [ 0.984198] rtc_cmos 00:03: RTC can wake from S4 [ 0.984647] rtc_cmos 00:03: registered as rtc0 [ 0.984661] rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram [ 0.984711] intel_pstate: Intel P-state driver initializing [ 0.984892] intel_pstate: HWP enabled [ 0.984924] ledtrig-cpu: registered to indicate activity on CPUs [ 0.984966] intel_pmc_core: initialized [ 0.985158] NET: Registered protocol family 10 [ 0.990655] Segment Routing with IPv6 [ 0.990677] NET: Registered protocol family 17 [ 0.990880] mce: Using 8 MCE banks [ 0.990894] RAS: Correctable Errors collector initialized. [ 0.990932] microcode: sig=0x406e3, pf=0x80, revision=0xd6 [ 0.990987] microcode: Microcode Update Driver: v2.2. [ 0.990995] sched_clock: Marking stable (1000554183, -9571773)->(996856341, -5873931) [ 0.991162] registered taskstats version 1 [ 0.991168] Loading compiled-in X.509 certificates [ 0.994023] Loaded X.509 cert 'Build time autogenerated kernel key: ae1f5733ed5124f20e67b8e2664cded24efb6410' [ 0.994042] zswap: loaded using pool lzo/zbud [ 0.998394] Key type big_key registered [ 0.998397] AppArmor: AppArmor sha1 policy hashing enabled [ 0.999340] Magic number: 12:181:556 [ 0.999379] acpi PNP0C0F:07: hash matches [ 0.999518] rtc_cmos 00:03: setting system clock to 2020-07-02 00:35:46 UTC (1593650146) [ 1.101175] nvme0n1: p1 p2 p3 [ 1.448611] Freeing unused decrypted memory: 2040K [ 1.695750] Freeing unused kernel image memory: 1604K [ 1.715726] Write protecting the kernel read-only data: 18432k [ 1.716966] Freeing unused kernel image memory: 2008K [ 1.717125] Freeing unused kernel image memory: 568K [ 1.726506] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 1.726507] x86/mm: Checking user space page tables [ 1.735697] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 1.735706] Run /init as init process [ 1.834885] xhci_hcd 0000:00:14.0: xHCI Host Controller [ 1.834892] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1 [ 1.835973] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081109810 [ 1.836661] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported [ 1.836869] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19 [ 1.836871] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.836872] usb usb1: Product: xHCI Host Controller [ 1.836873] usb usb1: Manufacturer: Linux 4.19.129-1-surface-lts xhci-hcd [ 1.836874] usb usb1: SerialNumber: 0000:00:14.0 [ 1.836999] hub 1-0:1.0: USB hub found [ 1.837017] hub 1-0:1.0: 12 ports detected [ 1.840034] xhci_hcd 0000:00:14.0: xHCI Host Controller [ 1.840038] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2 [ 1.840041] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed [ 1.840383] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19 [ 1.840384] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.840386] usb usb2: Product: xHCI Host Controller [ 1.840387] usb usb2: Manufacturer: Linux 4.19.129-1-surface-lts xhci-hcd [ 1.840388] usb usb2: SerialNumber: 0000:00:14.0 [ 1.840513] hub 2-0:1.0: USB hub found [ 1.840527] hub 2-0:1.0: 6 ports detected [ 1.898285] PM: Image not found (code -22) [ 1.957526] EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Opts: (null) [ 2.075651] systemd[1]: systemd 245.5-2-manjaro running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid) [ 2.105746] systemd[1]: Detected architecture x86-64. [ 2.114447] systemd[1]: Set hostname to . [ 2.215255] usb 1-7: new full-speed USB device number 2 using xhci_hcd [ 2.257349] systemd[1]: Created slice system-getty.slice. [ 2.257519] systemd[1]: Created slice system-modprobe.slice. [ 2.257657] systemd[1]: Created slice system-systemd\x2dfsck.slice. [ 2.257834] systemd[1]: Created slice User and Session Slice. [ 2.257881] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 2.257915] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 2.258102] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 2.258125] systemd[1]: Reached target Local Encrypted Volumes. [ 2.258131] systemd[1]: Reached target Login Prompts. [ 2.258144] systemd[1]: Reached target Remote File Systems. [ 2.258149] systemd[1]: Reached target Slices. [ 2.258206] systemd[1]: Listening on Device-mapper event daemon FIFOs. [ 2.258277] systemd[1]: Listening on LVM2 metadata daemon socket. [ 2.258430] systemd[1]: Listening on LVM2 poll daemon socket. [ 2.259670] systemd[1]: Listening on Process Core Dump Socket. [ 2.259709] systemd[1]: Listening on initctl Compatibility Named Pipe. [ 2.259836] systemd[1]: Listening on Journal Audit Socket. [ 2.259904] systemd[1]: Listening on Journal Socket (/dev/log). [ 2.259975] systemd[1]: Listening on Journal Socket. [ 2.260043] systemd[1]: Listening on udev Control Socket. [ 2.260086] systemd[1]: Listening on udev Kernel Socket. [ 2.260764] systemd[1]: Mounting Huge Pages File System... [ 2.261502] systemd[1]: Mounting POSIX Message Queue File System... [ 2.262311] systemd[1]: Mounting Kernel Debug File System... [ 2.263416] systemd[1]: Mounting Kernel Trace File System... [ 2.264441] systemd[1]: Starting Load AppArmor profiles... [ 2.265411] systemd[1]: Starting Create list of static device nodes for the current kernel... [ 2.266420] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... [ 2.267902] systemd[1]: Starting Load Kernel Module drm... [ 2.270444] systemd[1]: Starting Set Up Additional Binary Formats... [ 2.270502] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. [ 2.272422] systemd[1]: Starting Journal Service... [ 2.275913] Linux agpgart interface v0.103 [ 2.277143] systemd[1]: Starting Load Kernel Modules... [ 2.278508] systemd[1]: Starting Remount Root and Kernel File Systems... [ 2.279567] systemd[1]: Starting udev Coldplug all Devices... [ 2.281027] random: lvm: uninitialized urandom read (4 bytes read) [ 2.281128] systemd[1]: Mounted Huge Pages File System. [ 2.281274] systemd[1]: Mounted POSIX Message Queue File System. [ 2.281395] systemd[1]: Mounted Kernel Debug File System. [ 2.281519] systemd[1]: Mounted Kernel Trace File System. [ 2.282090] systemd[1]: Finished Create list of static device nodes for the current kernel. [ 2.282299] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 209 (systemd-binfmt) [ 2.283367] systemd[1]: Mounting Arbitrary Executable File Formats File System... [ 2.291355] EXT4-fs (nvme0n1p2): re-mounted. Opts: (null) [ 2.292467] systemd[1]: Started LVM2 metadata daemon. [ 2.296064] systemd[1]: Finished Remount Root and Kernel File Systems. [ 2.296283] systemd[1]: Mounted Arbitrary Executable File Formats File System. [ 2.296408] systemd[1]: Condition check resulted in First Boot Wizard being skipped. [ 2.315673] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped. [ 2.316648] systemd[1]: Starting Load/Save Random Seed... [ 2.316689] systemd[1]: Condition check resulted in Create System Users being skipped. [ 2.317586] systemd[1]: Starting Create Static Device Nodes in /dev... [ 2.318284] systemd[1]: Finished Set Up Additional Binary Formats. [ 2.319268] systemd[1]: modprobe@drm.service: Succeeded. [ 2.319684] systemd[1]: Finished Load Kernel Module drm. [ 2.335998] SCSI subsystem initialized [ 2.341599] systemd[1]: Finished Create Static Device Nodes in /dev. [ 2.342884] systemd[1]: Starting udev Kernel Device Manager... [ 2.347733] systemd[1]: Finished Load Kernel Modules. [ 2.347999] systemd[1]: Condition check resulted in FUSE Control File System being skipped. [ 2.348945] systemd[1]: Mounting Kernel Configuration File System... [ 2.349844] systemd[1]: Starting Apply Kernel Variables... [ 2.353619] systemd[1]: Mounted Kernel Configuration File System. [ 2.377708] systemd[1]: Finished Apply Kernel Variables. [ 2.388498] systemd[1]: Finished udev Coldplug all Devices. [ 2.396677] usb 1-7: New USB device found, idVendor=045e, idProduct=07e8, bcdDevice= 2.07 [ 2.396680] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 2.396681] usb 1-7: Product: Surface Type Cover [ 2.396682] usb 1-7: Manufacturer: Microsoft [ 2.469734] audit: type=1400 audit(1593650147.959:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=248 comm="apparmor_parser" [ 2.521295] audit: type=1400 audit(1593650148.009:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=255 comm="apparmor_parser" [ 2.521413] audit: type=1400 audit(1593650148.009:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=255 comm="apparmor_parser" [ 2.734020] systemd[1]: Started Journal Service. [ 2.736234] audit: type=1130 audit(1593650148.219:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 2.743198] systemd-journald[212]: Received client request to flush runtime journal. [ 2.759076] audit: type=1400 audit(1593650148.249:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=265 comm="apparmor_parser" [ 2.759183] audit: type=1400 audit(1593650148.249:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=265 comm="apparmor_parser" [ 2.760571] audit: type=1130 audit(1593650148.249:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=apparmor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 2.775682] audit: type=1130 audit(1593650148.269:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=snapd.apparmor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 2.827478] audit: type=1130 audit(1593650148.319:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 2.968927] tpm_tis IFX0562:00: 2.0 TPM (device-id 0x1A, rev-id 16) [ 3.039268] ACPI: AC Adapter [ADP1] (on-line) [ 3.042809] input: Surface Pro 3/4 Buttons as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0C09:00/MSHW0040:00/input/input1 [ 3.042820] surface_pro3_button MSHW0040:00: Surface Pro 3/4 Buttons [VGBI] [ 3.135997] battery: ACPI: Battery Slot [BAT1] (battery present) [ 3.196349] VFIO - User Level meta-driver version: 0.3 [ 3.198888] hidraw: raw HID events driver (C) Jiri Kosina [ 3.271478] random: mktemp: uninitialized urandom read (6 bytes read) [ 3.272285] random: mktemp: uninitialized urandom read (6 bytes read) [ 3.407275] media: Linux media interface: v0.10 [ 3.446994] checking generic (90000000 1310000) vs hw (90000000 10000000) [ 3.446995] fb: switching to inteldrmfb from EFI VGA [ 3.447051] [drm] Replacing VGA console driver [ 3.450189] videodev: Linux video capture interface: v2.00 [ 3.450777] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002) [ 3.451304] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 3.451305] [drm] Driver supports precise vblank timestamp query. [ 3.451874] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem [ 3.454088] [drm] Finished loading DMC firmware i915/skl_dmc_ver1_27.bin (v1.27) [ 3.460714] idma64 idma64.0: Found Intel integrated DMA 64-bit [ 3.468197] i2c_hid i2c-MSHW0030:00: i2c-MSHW0030:00 supply vdd not found, using dummy regulator [ 3.468211] i2c_hid i2c-MSHW0030:00: Linked as a consumer to regulator.0 [ 3.468213] i2c_hid i2c-MSHW0030:00: i2c-MSHW0030:00 supply vddl not found, using dummy regulator [ 3.472908] ipu3-cio2 0000:00:14.3: enabling device (0000 -> 0002) [ 3.473055] ipu3-cio2 0000:00:14.3: device 0x9d32 (rev: 0x1) [ 3.473260] ipu3-cio2 0000:00:14.3: Entity type for entity ipu3-csi2 0 was not initialized! [ 3.473291] ipu3-cio2 0000:00:14.3: Entity type for entity ipu3-csi2 1 was not initialized! [ 3.473518] ipu3-cio2 0000:00:14.3: Entity type for entity ipu3-csi2 2 was not initialized! [ 3.473544] ipu3-cio2 0000:00:14.3: Entity type for entity ipu3-csi2 3 was not initialized! [ 3.486852] [drm] HuC: Loaded firmware i915/skl_huc_ver01_07_1398.bin (version 1.7) [ 3.495093] random: crng init done [ 3.495093] random: 2 urandom warning(s) missed due to ratelimiting [ 3.497852] [drm] GuC: Loaded firmware i915/skl_guc_ver9_33.bin (version 9.33) [ 3.507998] i915 0000:00:02.0: GuC firmware version 9.33 [ 3.507999] i915 0000:00:02.0: GuC submission enabled [ 3.508000] i915 0000:00:02.0: HuC enabled [ 3.508695] ipts: initializing ipts [ 3.508790] ipts: Intel iTouch framework initialized [ 3.526356] intel-lpss 0000:00:15.1: enabling device (0000 -> 0002) [ 3.526597] idma64 idma64.1: Found Intel integrated DMA 64-bit [ 3.536523] intel-lpss 0000:00:15.3: enabling device (0000 -> 0002) [ 3.536759] idma64 idma64.2: Found Intel integrated DMA 64-bit [ 3.588456] mei_me 0000:00:16.0: enabling device (0004 -> 0006) [ 3.594228] mei_me 0000:00:16.4: enabling device (0004 -> 0006) [ 3.640320] Adding 9227464k swap on /dev/nvme0n1p3. Priority:-2 extents:1 across:9227464k SSFS [ 3.789454] input: PC Speaker as /devices/platform/pcspkr/input/input2 [ 3.789461] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 3.795877] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 3.805806] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer [ 3.805807] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules [ 3.805808] RAPL PMU: hw unit of domain package 2^-14 Joules [ 3.805809] RAPL PMU: hw unit of domain dram 2^-14 Joules [ 3.805809] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules [ 3.805810] RAPL PMU: hw unit of domain psys 2^-14 Joules [ 3.996221] cryptd: max_cpu_qlen set to 1000 [ 4.001470] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002) [ 4.006343] mwifiex_pcie 0000:02:00.0: enabling device (0000 -> 0002) [ 4.006528] mwifiex_pcie: try set_consistent_dma_mask(32) [ 4.006556] mwifiex_pcie: PCI memory map Virt0: 00000000966b11a1 PCI memory map Virt2: 00000000b7588c1e [ 4.015608] AVX2 version of gcm_enc/dec engaged. [ 4.015609] AES CTR mode by8 optimization enabled [ 4.173418] [drm] Initialized i915 1.6.0 20180719 for 0000:00:02.0 on minor 0 [ 4.176378] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no) [ 4.176892] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3 [ 4.177404] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915]) [ 4.214509] fbcon: inteldrmfb (fb0) is primary device [ 4.214511] fbcon: Deferring console take-over [ 4.214514] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device [ 4.273498] IPTS ipts_mei_cl_init() is called [ 4.280828] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC298: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker [ 4.280830] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 4.280832] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0) [ 4.280833] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0 [ 4.280835] snd_hda_codec_realtek hdaudioC0D0: inputs: [ 4.280836] snd_hda_codec_realtek hdaudioC0D0: Mic=0x18 [ 4.280837] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x12 [ 4.288886] probing Intel Precise Touch & Stylus [ 4.288887] IPTS using DMA_BIT_MASK(64) [ 4.306339] mei_me 0000:00:16.4: Linked as a consumer to 0000:00:02.0 [ 4.338328] loop: module loaded [ 4.439728] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 4.449042] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input4 [ 4.449091] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input5 [ 4.449133] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input6 [ 4.449174] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input7 [ 4.449218] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input8 [ 4.449260] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input9 [ 4.449306] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10 [ 4.468200] hid-generic 0018:045E:0915.0001: hidraw0: I2C HID v1.00 Device [MSHW0030:00 045E:0915] on i2c-MSHW0030:00 [ 4.470171] input: ipts 1B96:0021 as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0044:1B96:0021.0002/input/input11 [ 4.470281] input: ipts 1B96:0021 as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0044:1B96:0021.0002/input/input12 [ 4.470350] input: ipts 1B96:0021 as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0044:1B96:0021.0002/input/input13 [ 4.470415] input: ipts 1B96:0021 as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0044:1B96:0021.0002/input/input14 [ 4.470478] input: ipts 1B96:0021 Touchscreen as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0044:1B96:0021.0002/input/input15 [ 4.470543] input: ipts 1B96:0021 Mouse as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0044:1B96:0021.0002/input/input16 [ 4.470606] input: ipts 1B96:0021 as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0044:1B96:0021.0002/input/input17 [ 4.470666] input: ipts 1B96:0021 as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0044:1B96:0021.0002/input/input18 [ 4.470725] input: ipts 1B96:0021 as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0044:1B96:0021.0002/input/input19 [ 4.470798] hid-generic 0044:1B96:0021.0002: input,hidraw1: HID v16b00.03 Mouse [ipts 1B96:0021] on heci3 [ 4.933780] intel_rapl: Found RAPL domain package [ 4.933781] intel_rapl: Found RAPL domain core [ 4.933782] intel_rapl: Found RAPL domain uncore [ 4.933783] intel_rapl: Found RAPL domain dram [ 5.339810] input: Microsoft Surface Type Cover Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/0003:045E:07E8.0003/input/input20 [ 5.351012] input: ipts 1B96:0021 Pen as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0044:1B96:0021.0002/input/input32 [ 5.406312] input: Microsoft Surface Type Cover Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/0003:045E:07E8.0003/input/input22 [ 5.406331] input: ipts 1B96:0021 as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0044:1B96:0021.0002/input/input33 [ 5.406387] input: Microsoft Surface Type Cover Touchpad as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/0003:045E:07E8.0003/input/input24 [ 5.406419] input: ipts 1B96:0021 UNKNOWN as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0044:1B96:0021.0002/input/input37 [ 5.406557] hid-multitouch 0044:1B96:0021.0002: input,hidraw0: HID v16b00.03 Mouse [ipts 1B96:0021] on heci3 [ 5.406594] hid-multitouch 0003:045E:07E8.0003: input,hiddev0,hidraw1: USB HID v1.11 Keyboard [Microsoft Surface Type Cover] on usb-0000:00:14.0-7/input0 [ 5.406626] usbcore: registered new interface driver usbhid [ 5.406627] usbhid: USB HID core driver [ 5.419606] kauditd_printk_skb: 19 callbacks suppressed [ 5.419608] audit: type=1130 audit(1593650150.909:30): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.431543] mousedev: PS/2 mouse device common for all mice [ 5.438134] audit: type=1130 audit(1593650150.929:31): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.451234] audit: type=1130 audit(1593650150.939:32): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=org.cups.cupsd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.486058] mwifiex_pcie 0000:02:00.0: info: FW download over, size 723540 bytes [ 5.892149] audit: type=1130 audit(1593650151.379:33): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.897910] audit: type=1130 audit(1593650151.389:34): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 6.240936] audit: type=1130 audit(1593650151.729:35): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=tlp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 6.315329] usb 1-5: new high-speed USB device number 3 using xhci_hcd [ 6.445397] mwifiex_pcie 0000:02:00.0: WLAN FW is active [ 6.516275] usb 1-5: New USB device found, idVendor=1286, idProduct=204c, bcdDevice=32.01 [ 6.516281] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 6.516287] usb 1-5: Product: Bluetooth and Wireless LAN Composite Device [ 6.516291] usb 1-5: Manufacturer: Marvell [ 6.516297] usb 1-5: SerialNumber: 0000000000000000 [ 6.527468] mwifiex_pcie 0000:02:00.0: Unknown api_id: 4 [ 6.558746] audit: type=1130 audit(1593650152.049:36): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 6.560024] mwifiex_pcie 0000:02:00.0: info: MWIFIEX VERSION: mwifiex 1.0 (15.68.19.p21) [ 6.560026] mwifiex_pcie 0000:02:00.0: driver_version = mwifiex 1.0 (15.68.19.p21) [ 6.562106] mwifiex_pcie 0000:02:00.0 wlp2s0: renamed from mlan0 [ 6.647430] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready [ 6.647633] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready [ 6.647641] mwifiex_pcie 0000:02:00.0: Request to enable ps_mode received but it's disallowed by module parameter. Rejecting the request. [ 6.652426] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready [ 6.652432] mwifiex_pcie 0000:02:00.0: Request to disable ps_mode received. Disabling it. [ 6.676282] audit: type=1130 audit(1593650152.169:37): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 6.800082] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready [ 7.169758] Bluetooth: Core ver 2.22 [ 7.169774] NET: Registered protocol family 31 [ 7.169774] Bluetooth: HCI device and connection manager initialized [ 7.169777] Bluetooth: HCI socket layer initialized [ 7.169778] Bluetooth: L2CAP socket layer initialized [ 7.169783] Bluetooth: SCO socket layer initialized [ 7.180754] usbcore: registered new interface driver btusb [ 7.181084] Bluetooth: hci0: unexpected event for opcode 0x0000 [ 7.184065] Bluetooth: hci0: unexpected event for opcode 0x0000 [ 7.204184] audit: type=1130 audit(1593650152.689:38): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=bluetooth comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 7.208627] audit: type=1100 audit(1593650152.699:39): pid=846 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:authentication grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success' [ 7.211805] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 7.211806] Bluetooth: BNEP filters: protocol multicast [ 7.211810] Bluetooth: BNEP socket layer initialized [ 7.374436] NET: Registered protocol family 38 [ 12.196320] kauditd_printk_skb: 12 callbacks suppressed [ 12.196329] audit: type=1131 audit(1593650157.689:52): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 16.000242] audit: type=1131 audit(1593650161.489:53): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 37.278243] audit: type=1131 audit(1593650182.769:54): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 37.918483] audit: type=1100 audit(1593650183.409:55): pid=910 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:authentication grantors=pam_tally2,pam_shells,pam_unix,pam_permit acct="dt" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success' [ 37.925724] audit: type=1101 audit(1593650183.419:56): pid=910 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="dt" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success' [ 37.926311] audit: type=1103 audit(1593650183.419:57): pid=910 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=pam_tally2,pam_shells,pam_unix,pam_permit acct="dt" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success' [ 37.926422] audit: type=1006 audit(1593650183.419:58): pid=910 uid=0 subj==unconfined old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1 [ 37.936079] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready [ 37.936085] mwifiex_pcie 0000:02:00.0: Request to disable ps_mode received. Disabling it. [ 37.947857] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready [ 37.950716] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready [ 37.950722] mwifiex_pcie 0000:02:00.0: Request to disable ps_mode received. Disabling it. [ 37.965741] audit: type=1130 audit(1593650183.459:59): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 37.971302] audit: type=1101 audit(1593650183.459:60): pid=912 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="dt" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 37.971320] audit: type=1103 audit(1593650183.459:61): pid=912 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=? acct="dt" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed' [ 37.971371] audit: type=1006 audit(1593650183.459:62): pid=912 uid=0 subj==unconfined old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=3 res=1 [ 37.972669] audit: type=1105 audit(1593650183.459:63): pid=912 uid=0 auid=1000 ses=3 subj==unconfined msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="dt" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 38.182300] fuse init (API version 7.27) [ 40.820407] Bluetooth: RFCOMM TTY layer initialized [ 40.820413] Bluetooth: RFCOMM socket layer initialized [ 40.820418] Bluetooth: RFCOMM ver 1.11 [ 48.224452] kauditd_printk_skb: 7 callbacks suppressed [ 48.224455] audit: type=1131 audit(1593650193.709:71): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=user@967 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 48.299488] audit: type=1131 audit(1593650193.789:72): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=user-runtime-dir@967 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 49.940794] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready [ 49.940829] mwifiex_pcie 0000:02:00.0: Request to disable ps_mode received. Disabling it. [ 53.015674] mwifiex_pcie 0000:02:00.0: info: associated to bssid b0:da:f9:9b:37:60 successfully [ 53.021008] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready [ 53.114146] audit: type=1130 audit(1593650198.599:73): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 62.999865] audit: type=1131 audit(1593650208.489:74): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' ```
yudjinn commented 4 years ago

I dont have this issue, running SP4 on debian surface linux. technically pop 5.7.7-surface (20.04 LTS)

kitakar5525 commented 4 years ago

Hi, @Trikzon can you reproduce the issue on the latest stable kernel (5.7.7-arch1-1-surface), too? If not reproducible there, we could first try backporting necessary patches into 4.19 LTS kernel.

(I got SP4 at auction before, which doesn't recognize the type cover at all. So, I can't test myself)