linux-surface / iptsd

Userspace daemon for Intel Precise Touch & Stylus
GNU General Public License v2.0
91 stars 45 forks source link

iptsd crash (dumped core) #57

Open justi153 opened 2 years ago

justi153 commented 2 years ago

I have been using Surface Pro 6 with Arch Linux for almost 1.5 year and since few months iptsd started working erratically: Disconnected lines and pen dot moves to the right where my pen is. Then it suddenly stops working and shows dumped core error on log (sometimes). When trying to start iptsd again it doesn't work, only restart fix it.

I did a basic build yesterday (with gnome, and other apps I use daily), because i though that my system was faulty.

The error happened while using Write from Stylus Lab, Gnome on Wayland.

I don't use Xournal++ allot, so I don't know if error occurs while using that app.

System info:

OS: Arch Linux x86_64 
Host: Surface Pro 6
Kernel: 5.16.16-arch1-1-surface
Shell: bash 5.1.16 
Resolution: 2736x1824 
DE: GNOME 41.5
WM: Mutter 
WM Theme: Adwaita 
Theme: HighContrastInverse [GTK2/3] 
Icons: hicolor [GTK2/3] 
Terminal: gnome-terminal 
CPU: Intel i5-8250U (8) @ 3.400GHz 
GPU: Intel UHD Graphics 620 
Memory: 3018MiB / 7878MiB 

Here is the log just in case.

iptsd_log.txt

Update 1: It failed again, tried restarting but nothing happened. When I tried to run it through terminal, this was the result:

$ sudo iptsd
ERROR: ../src/control.c:51: Failed to send feedback: No such device
ERROR: ../src/control.c:74: Failed to flush buffers: No such device
ERROR: ../src/main.c:106: Failed to start IPTS: No such device
justi153 commented 2 years ago

dmesg output

[ 0.000000] microcode: microcode updated early to revision 0xec, date = 2021-04-28 [ 0.000000] Linux version 5.16.16-arch1-1-surface (linux-surface@archlinux) (gcc (GCC) 11.2.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT Thu, 24 Mar 2022 19:21:02 +0000 [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux-surface root=UUID=32330952-bc17-4356-8702-dddc4640a1e9 rw rootfstype=ext4 loglevel=3 quiet [ 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: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format. [ 0.000000] signal: max sigframe size: 2032 [ 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-0x000000008aa99fff] usable [ 0.000000] BIOS-e820: [mem 0x000000008aa9a000-0x000000008aa9afff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x000000008aa9b000-0x000000008aa9bfff] reserved [ 0.000000] BIOS-e820: [mem 0x000000008aa9c000-0x000000008bd67fff] usable [ 0.000000] BIOS-e820: [mem 0x000000008bd68000-0x000000008bddafff] type 20 [ 0.000000] BIOS-e820: [mem 0x000000008bddb000-0x000000008be79fff] reserved [ 0.000000] BIOS-e820: [mem 0x000000008be7a000-0x000000008be9ffff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x000000008bea0000-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: TPMFinalLog=0x8be97000 ACPI=0x8befe000 ACPI 2.0=0x8befe014 SMBIOS=0x8bde4000 SMBIOS 3.0=0x8bde2000 MEMATTR=0x88f9e698 ESRT=0x8bde5598 [ 0.000000] SMBIOS 3.1.1 present. [ 0.000000] DMI: Microsoft Corporation Surface Pro 6/Surface Pro 6, BIOS 234.2706.768 04/18/2019 [ 0.000000] tsc: Detected 1800.000 MHz processor [ 0.000994] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.000999] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.001009] last_pfn = 0x26f800 max_arch_pfn = 0x400000000 [ 0.001232] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.002689] last_pfn = 0x8bf00 max_arch_pfn = 0x400000000 [ 0.022388] esrt: Reserving ESRT space from 0x000000008bde5598 to 0x000000008bde5670. [ 0.022423] Using GB pages for direct mapping [ 0.023503] Secure boot disabled [ 0.023505] RAMDISK: [mem 0x3662f000-0x3730efff] [ 0.023512] ACPI: Early table checksum verification disabled [ 0.023516] ACPI: RSDP 0x000000008BEFE014 000024 (v02 MSFT ) [ 0.023523] ACPI: XSDT 0x000000008BEFD0E8 0000B4 (v01 MSFT MSFT 00000000 MSFT 0000005F) [ 0.023532] ACPI: FACP 0x000000008BEDB000 00010C (v05 MSFT MSFT 00000000 MSFT 0000005F) [ 0.023541] ACPI: DSDT 0x000000008BEBF000 01725E (v02 MSFT MSFT 00000000 INTL 20160422) [ 0.023546] ACPI: FACS 0x000000008BE7F000 000040 [ 0.023550] ACPI: SSDT 0x000000008BEE3000 019652 (v02 DptfTa DptfTabl 00001000 INTL 20160422) [ 0.023555] ACPI: SSDT 0x000000008BEE2000 000577 (v02 MSFT Tpm2Tabl 00001000 INTL 20160422) [ 0.023560] ACPI: TPM2 0x000000008BEE1000 000034 (v03 MSFT MSFT 00000002 MSFT 0000005F) [ 0.023565] ACPI: MSDM 0x000000008BEE0000 000055 (v01 MSFT 00000001 MSFT 00000001) [ 0.023570] ACPI: SSDT 0x000000008BEDC000 00312B (v02 SaSsdt SaSsdt 00003000 INTL 20160422) [ 0.023575] ACPI: HPET 0x000000008BEDA000 000038 (v01 MSFT MSFT 00000001 MSFT 0000005F) [ 0.023580] ACPI: APIC 0x000000008BED9000 00012C (v03 MSFT MSFT 00000001 MSFT 0000005F) [ 0.023585] ACPI: MCFG 0x000000008BED8000 00003C (v01 MSFT MSFT 00000001 MSFT 0000005F) [ 0.023590] ACPI: LPIT 0x000000008BED7000 000094 (v01 MSFT MSFT 00000000 MSFT 0000005F) [ 0.023595] ACPI: SSDT 0x000000008BEBB000 003461 (v02 MSFT RTD3_CA 00001000 INTL 20160422) [ 0.023600] ACPI: SSDT 0x000000008BEBA000 0008F2 (v02 MSFT xh_ca000 00000000 INTL 20160422) [ 0.023604] ACPI: SSDT 0x000000008BEB8000 0017AE (v02 CpuRef CpuSsdt 00003000 INTL 20160422) [ 0.023609] ACPI: DMAR 0x000000008BEB7000 00015C (v01 MSFT MSFT 00000001 INTL 00000001) [ 0.023614] ACPI: NHLT 0x000000008BEB6000 00002D (v00 MSFT MSFT 00000002 MSFT 0000005F) [ 0.023619] ACPI: FPDT 0x000000008BEB5000 000034 (v01 MSFT MSFT 00000002 MSFT 0000005F) [ 0.023624] ACPI: WSMT 0x000000008BEB3000 000028 (v01 MSFT MSFT 00000002 MSFT 0000005F) [ 0.023628] ACPI: BGRT 0x000000008BEB4000 000038 (v01 MSFT MSFT 00000002 MSFT 0000005F) [ 0.023632] ACPI: Reserving FACP table memory at [mem 0x8bedb000-0x8bedb10b] [ 0.023635] ACPI: Reserving DSDT table memory at [mem 0x8bebf000-0x8bed625d] [ 0.023637] ACPI: Reserving FACS table memory at [mem 0x8be7f000-0x8be7f03f] [ 0.023638] ACPI: Reserving SSDT table memory at [mem 0x8bee3000-0x8befc651] [ 0.023640] ACPI: Reserving SSDT table memory at [mem 0x8bee2000-0x8bee2576] [ 0.023641] ACPI: Reserving TPM2 table memory at [mem 0x8bee1000-0x8bee1033] [ 0.023643] ACPI: Reserving MSDM table memory at [mem 0x8bee0000-0x8bee0054] [ 0.023644] ACPI: Reserving SSDT table memory at [mem 0x8bedc000-0x8bedf12a] [ 0.023646] ACPI: Reserving HPET table memory at [mem 0x8beda000-0x8beda037] [ 0.023647] ACPI: Reserving APIC table memory at [mem 0x8bed9000-0x8bed912b] [ 0.023649] ACPI: Reserving MCFG table memory at [mem 0x8bed8000-0x8bed803b] [ 0.023651] ACPI: Reserving LPIT table memory at [mem 0x8bed7000-0x8bed7093] [ 0.023652] ACPI: Reserving SSDT table memory at [mem 0x8bebb000-0x8bebe460] [ 0.023654] ACPI: Reserving SSDT table memory at [mem 0x8beba000-0x8beba8f1] [ 0.023655] ACPI: Reserving SSDT table memory at [mem 0x8beb8000-0x8beb97ad] [ 0.023657] ACPI: Reserving DMAR table memory at [mem 0x8beb7000-0x8beb715b] [ 0.023658] ACPI: Reserving NHLT table memory at [mem 0x8beb6000-0x8beb602c] [ 0.023660] ACPI: Reserving FPDT table memory at [mem 0x8beb5000-0x8beb5033] [ 0.023661] ACPI: Reserving WSMT table memory at [mem 0x8beb3000-0x8beb3027] [ 0.023663] ACPI: Reserving BGRT table memory at [mem 0x8beb4000-0x8beb4037] [ 0.023823] No NUMA configuration found [ 0.023825] Faking a node at [mem 0x0000000000000000-0x000000026f7fffff] [ 0.023831] NODE_DATA(0) allocated [mem 0x26f7fc000-0x26f7fffff] [ 0.023872] Zone ranges: [ 0.023873] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.023877] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] [ 0.023880] Normal [mem 0x0000000100000000-0x000000026f7fffff] [ 0.023882] Device empty [ 0.023884] Movable zone start for each node [ 0.023885] Early memory node ranges [ 0.023886] node 0: [mem 0x0000000000001000-0x0000000000057fff] [ 0.023888] node 0: [mem 0x0000000000059000-0x000000000009dfff] [ 0.023890] node 0: [mem 0x0000000000100000-0x000000008aa99fff] [ 0.023892] node 0: [mem 0x000000008aa9c000-0x000000008bd67fff] [ 0.023894] node 0: [mem 0x000000008beff000-0x000000008befffff] [ 0.023895] node 0: [mem 0x0000000100000000-0x000000026f7fffff] [ 0.023898] Initmem setup node 0 [mem 0x0000000000001000-0x000000026f7fffff] [ 0.023904] On node 0, zone DMA: 1 pages in unavailable ranges [ 0.023907] On node 0, zone DMA: 1 pages in unavailable ranges [ 0.023938] On node 0, zone DMA: 98 pages in unavailable ranges [ 0.028687] On node 0, zone DMA32: 2 pages in unavailable ranges [ 0.028695] On node 0, zone DMA32: 407 pages in unavailable ranges [ 0.041525] On node 0, zone Normal: 16640 pages in unavailable ranges [ 0.041555] On node 0, zone Normal: 2048 pages in unavailable ranges [ 0.041570] Reserving Intel graphics memory at [mem 0x8d800000-0x8f7fffff] [ 0.042147] ACPI: PM-Timer IO Port: 0x1808 [ 0.042158] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) [ 0.042161] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1]) [ 0.042162] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1]) [ 0.042164] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1]) [ 0.042165] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1]) [ 0.042166] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1]) [ 0.042167] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1]) [ 0.042168] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1]) [ 0.042170] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1]) [ 0.042171] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1]) [ 0.042172] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1]) [ 0.042173] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1]) [ 0.042175] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1]) [ 0.042176] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1]) [ 0.042177] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1]) [ 0.042178] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1]) [ 0.042206] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119 [ 0.042211] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.042214] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.042225] ACPI: Using ACPI (MADT) for SMP configuration information [ 0.042227] ACPI: HPET id: 0x8086a201 base: 0xfed00000 [ 0.042239] e820: update [mem 0x88eee000-0x88f2bfff] usable ==> reserved [ 0.042252] TSC deadline timer available [ 0.042254] smpboot: Allowing 8 CPUs, 0 hotplug CPUs [ 0.042283] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.042286] PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff] [ 0.042290] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x000fffff] [ 0.042292] PM: hibernation: Registered nosave memory: [mem 0x88eee000-0x88f2bfff] [ 0.042296] PM: hibernation: Registered nosave memory: [mem 0x8aa9a000-0x8aa9afff] [ 0.042297] PM: hibernation: Registered nosave memory: [mem 0x8aa9b000-0x8aa9bfff] [ 0.042300] PM: hibernation: Registered nosave memory: [mem 0x8bd68000-0x8bddafff] [ 0.042301] PM: hibernation: Registered nosave memory: [mem 0x8bddb000-0x8be79fff] [ 0.042302] PM: hibernation: Registered nosave memory: [mem 0x8be7a000-0x8be9ffff] [ 0.042304] PM: hibernation: Registered nosave memory: [mem 0x8bea0000-0x8befefff] [ 0.042306] PM: hibernation: Registered nosave memory: [mem 0x8bf00000-0x8f7fffff] [ 0.042308] PM: hibernation: Registered nosave memory: [mem 0x8f800000-0xdfffffff] [ 0.042309] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff] [ 0.042310] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfe00ffff] [ 0.042311] PM: hibernation: Registered nosave memory: [mem 0xfe010000-0xfe010fff] [ 0.042312] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xffffffff] [ 0.042315] [mem 0x8f800000-0xdfffffff] available for PCI devices [ 0.042317] Booting paravirtualized kernel on bare hardware [ 0.042320] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns [ 0.050888] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1 [ 0.051188] percpu: Embedded 61 pages/cpu s212992 r8192 d28672 u262144 [ 0.051200] pcpu-alloc: s212992 r8192 d28672 u262144 alloc=1*2097152 [ 0.051204] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 [ 0.051239] Fallback order for Node 0: 0 [ 0.051244] Built 1 zonelists, mobility grouping on. Total pages: 2045329 [ 0.051246] Policy zone: Normal [ 0.051248] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-surface root=UUID=32330952-bc17-4356-8702-dddc4640a1e9 rw rootfstype=ext4 loglevel=3 quiet [ 0.051346] Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux-surface", will be passed to user space. [ 0.052040] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear) [ 0.052392] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear) [ 0.052685] mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off [ 0.089280] Memory: 7985888K/8311820K available (14344K kernel code, 2105K rwdata, 6280K rodata, 1784K init, 3812K bss, 325676K reserved, 0K cma-reserved) [ 0.089289] random: get_random_u64 called from kmem_cache_create+0x2a/0x550 with crng_init=0 [ 0.089520] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 [ 0.089541] Kernel/User page tables isolation: enabled [ 0.089568] ftrace: allocating 45192 entries in 177 pages [ 0.113871] ftrace: allocated 177 pages with 4 groups [ 0.113973] Dynamic Preempt: full [ 0.114022] rcu: Preemptible hierarchical RCU implementation. [ 0.114023] rcu: RCU dyntick-idle grace-period acceleration is enabled. [ 0.114024] rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8. [ 0.114026] rcu: RCU priority boosting: priority 1 delay 500 ms. [ 0.114028] Trampoline variant of Tasks RCU enabled. [ 0.114029] Rude variant of Tasks RCU enabled. [ 0.114030] Tracing variant of Tasks RCU enabled. [ 0.114031] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies. [ 0.114033] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8 [ 0.120574] NR_IRQS: 20736, nr_irqs: 2048, preallocated irqs: 16 [ 0.121041] kfence: initialized - using 2097152 bytes for 255 objects at 0x(__ptrval)-0x(ptrval__) [ 0.121359] Console: colour dummy device 80x25 [ 0.121379] printk: console [tty0] enabled [ 0.121408] ACPI: Core revision 20210930 [ 0.121773] hpet: HPET dysfunctional in PC10. Force disabled. [ 0.121775] APIC: Switch to symmetric I/O mode setup [ 0.121778] DMAR: Host address width 39 [ 0.121779] DMAR: DRHD base: 0x000000fed90000 flags: 0x0 [ 0.121789] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e [ 0.121794] DMAR: DRHD base: 0x000000fed91000 flags: 0x1 [ 0.121799] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da [ 0.121802] DMAR: RMRR base: 0x0000003e2e0000 end: 0x0000003e2fffff [ 0.121804] DMAR: [Firmware Bug]: No firmware reserved region can cover this RMRR [0x000000003e2e0000-0x000000003e2fffff], contact BIOS vendor for fixes [ 0.121807] DMAR: [Firmware Bug]: Your BIOS is broken; bad RMRR [0x000000003e2e0000-0x000000003e2fffff] BIOS vendor: Microsoft Corporation; Ver: 234.2706.768; Product Version: D:0B:13F:5C:10P:38S:01E:0 [ 0.121810] DMAR: RMRR base: 0x0000008d000000 end: 0x0000008f7fffff [ 0.121812] DMAR: ANDD device: 1 name: _SB.PCI0.I2C0 [ 0.121814] DMAR: ANDD device: 2 name: _SB.PCI0.I2C1 [ 0.121815] DMAR: ANDD device: 3 name: _SB.PCI0.I2C2 [ 0.121816] DMAR: ANDD device: 4 name: _SB.PCI0.I2C3 [ 0.121817] DMAR: ANDD device: 9 name: _SB.PCI0.UA00 [ 0.121820] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1 [ 0.121821] DMAR-IR: HPET id 0 under DRHD base 0xfed91000 [ 0.121823] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping. [ 0.123609] DMAR-IR: Enabled IRQ remapping in x2apic mode [ 0.123612] x2apic enabled [ 0.123630] Switched APIC routing to cluster x2apic. [ 0.127566] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x19f2297dd97, max_idle_ns: 440795236593 ns [ 0.127574] Calibrating delay loop (skipped), value calculated using timer frequency.. 3601.00 BogoMIPS (lpj=6000000) [ 0.127579] pid_max: default: 32768 minimum: 301 [ 0.130905] LSM: Security Framework initializing [ 0.130905] landlock: Up and running. [ 0.130905] Yama: becoming mindful. [ 0.130905] LSM support for eBPF active [ 0.130905] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.130905] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.130905] x86/cpu: SGX disabled by BIOS. [ 0.130905] CPU0: Thermal monitoring enabled (TM1) [ 0.130905] process: using mwait in idle threads [ 0.130905] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8 [ 0.130905] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4 [ 0.130905] Spectre V1 : Mitigation: usercopy/swapgs barriers and user pointer sanitization [ 0.130905] Spectre V2 : Mitigation: Retpolines [ 0.130905] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch [ 0.130905] Spectre V2 : Enabling Restricted Speculation for firmware calls [ 0.130905] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier [ 0.130905] Spectre V2 : User space: Mitigation: STIBP via prctl [ 0.130905] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl [ 0.130905] SRBDS: Mitigation: Microcode [ 0.130905] MDS: Mitigation: Clear CPU buffers [ 0.130905] Freeing SMP alternatives memory: 36K [ 0.130905] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1934 [ 0.130905] smpboot: CPU0: Intel(R) Core(TM) i5-8250U CPU @ 1.60GHz (family: 0x6, model: 0x8e, stepping: 0xa) [ 0.130905] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver. [ 0.130905] ... version: 4 [ 0.130905] ... bit width: 48 [ 0.130905] ... generic registers: 4 [ 0.130905] ... value mask: 0000ffffffffffff [ 0.130905] ... max period: 00007fffffffffff [ 0.130905] ... fixed-purpose events: 3 [ 0.130905] ... event mask: 000000070000000f [ 0.130905] rcu: Hierarchical SRCU implementation. [ 0.130905] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter. [ 0.130905] smp: Bringing up secondary CPUs ... [ 0.130905] x86: Booting SMP configuration: [ 0.130905] .... node #0, CPUs: #1 #2 #3 #4 [ 0.141845] 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.141845] #5 #6 #7 [ 0.145068] smp: Brought up 1 node, 8 CPUs [ 0.145068] smpboot: Max logical packages: 1 [ 0.145068] smpboot: Total of 8 processors activated (28811.00 BogoMIPS) [ 0.148144] devtmpfs: initialized [ 0.148144] x86/mm: Memory block size: 128MB [ 0.148430] ACPI: PM: Registering ACPI NVS region [mem 0x8aa9a000-0x8aa9afff] (4096 bytes) [ 0.148430] ACPI: PM: Registering ACPI NVS region [mem 0x8be7a000-0x8be9ffff] (155648 bytes) [ 0.148430] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns [ 0.148430] futex hash table entries: 2048 (order: 5, 131072 bytes, linear) [ 0.148430] pinctrl core: initialized pinctrl subsystem [ 0.148430] PM: RTC time: 01:56:16, date: 2022-04-08 [ 0.148430] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.148503] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations [ 0.148609] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.148707] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.148720] audit: initializing netlink subsys (disabled) [ 0.148730] audit: type=2000 audit(1649382976.019:1): state=initialized audit_enabled=0 res=1 [ 0.148730] thermal_sys: Registered thermal governor 'fair_share' [ 0.148730] thermal_sys: Registered thermal governor 'bang_bang' [ 0.148730] thermal_sys: Registered thermal governor 'step_wise' [ 0.148730] thermal_sys: Registered thermal governor 'user_space' [ 0.148730] thermal_sys: Registered thermal governor 'power_allocator' [ 0.148730] cpuidle: using governor ladder [ 0.148730] cpuidle: using governor menu [ 0.148730] HugeTLB: can free 4094 vmemmap pages for hugepages-1048576kB [ 0.148730] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.148730] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) [ 0.148730] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820 [ 0.148730] PCI: Using configuration type 1 for base access [ 0.151219] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' [ 0.152791] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible. [ 0.152801] HugeTLB: can free 6 vmemmap pages for hugepages-2048kB [ 0.152801] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages [ 0.152801] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.152801] ACPI: Added _OSI(Module Device) [ 0.152801] ACPI: Added _OSI(Processor Device) [ 0.152801] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.152801] ACPI: Added _OSI(Processor Aggregator Device) [ 0.152801] ACPI: Added _OSI(Linux-Dell-Video) [ 0.152801] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio) [ 0.152801] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics) [ 0.210572] ACPI: 7 ACPI AML tables successfully acquired and loaded [ 0.214128] ACPI: [Firmware Bug]: BIOS OSI(Linux) query ignored [ 0.219036] ACPI: Dynamic OEM Table Load: [ 0.219051] ACPI: SSDT 0xFFFF9889C1481800 00058B (v02 PmRef Cpu0Ist 00003000 INTL 20160422) [ 0.220945] ACPI: _PR.PR00: _OSC native thermal LVT Acked [ 0.222662] ACPI: Dynamic OEM Table Load: [ 0.222672] ACPI: SSDT 0xFFFF9889C12B9000 0003FF (v02 PmRef Cpu0Cst 00003001 INTL 20160422) [ 0.224460] ACPI: Dynamic OEM Table Load: [ 0.224468] ACPI: SSDT 0xFFFF9889C147AF00 0000BA (v02 PmRef Cpu0Hwp 00003000 INTL 20160422) [ 0.226130] ACPI: Dynamic OEM Table Load: [ 0.226138] ACPI: SSDT 0xFFFF9889C1480000 000628 (v02 PmRef HwpLvt 00003000 INTL 20160422) [ 0.228458] ACPI: Dynamic OEM Table Load: [ 0.228471] ACPI: SSDT 0xFFFF9889C0129000 000D14 (v02 PmRef ApIst 00003000 INTL 20160422) [ 0.231566] ACPI: Dynamic OEM Table Load: [ 0.231575] ACPI: SSDT 0xFFFF9889C12BB800 000317 (v02 PmRef ApHwp 00003000 INTL 20160422) [ 0.233432] ACPI: Dynamic OEM Table Load: [ 0.233440] ACPI: SSDT 0xFFFF9889C12BC800 00030A (v02 PmRef ApCst 00003000 INTL 20160422) [ 0.240025] ACPI: Interpreter enabled [ 0.240091] ACPI: PM: (supports S0 S4 S5) [ 0.240093] ACPI: Using IOAPIC for interrupt routing [ 0.240153] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.241063] ACPI: Enabled 9 GPEs in block 00 to 7F [ 0.247396] ACPI: PM: Power Resource [PX01] [ 0.247497] ACPI: PM: Power Resource [PX02] [ 0.247596] ACPI: PM: Power Resource [PX03] [ 0.247696] ACPI: PM: Power Resource [PX04] [ 0.247796] ACPI: PM: Power Resource [PX05] [ 0.247895] ACPI: PM: Power Resource [PX06] [ 0.247998] ACPI: PM: Power Resource [PX07] [ 0.250134] ACPI: PM: Power Resource [USBC] [ 0.250893] ACPI: PM: Power Resource [PXP] [ 0.252920] ACPI: PM: Power Resource [PXP] [ 0.253201] ACPI: PM: Power Resource [PRWF] [ 0.253732] ACPI: PM: Power Resource [PXP] [ 0.256194] ACPI: PM: Power Resource [PXP] [ 0.272188] ACPI: PM: Power Resource [CAMP] [ 0.274345] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe]) [ 0.274356] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3] [ 0.277703] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC] [ 0.280779] PCI host bridge to bus 0000:00 [ 0.280782] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.280786] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.280788] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000fffff window] [ 0.280791] pci_bus 0000:00: root bus resource [mem 0x8f800000-0xdfffffff window] [ 0.280793] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window] [ 0.280795] pci_bus 0000:00: root bus resource [bus 00-fe] [ 0.280820] pci 0000:00:00.0: [8086:5914] type 00 class 0x060000 [ 0.280936] pci 0000:00:02.0: [8086:5917] type 00 class 0x030000 [ 0.280950] pci 0000:00:02.0: reg 0x10: [mem 0xa0000000-0xa0ffffff 64bit] [ 0.280959] pci 0000:00:02.0: reg 0x18: [mem 0x90000000-0x9fffffff 64bit pref] [ 0.280965] pci 0000:00:02.0: reg 0x20: [io 0x3000-0x303f] [ 0.280990] pci 0000:00:02.0: BAR 2: assigned to efifb [ 0.280999] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 0.281263] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000 [ 0.281276] pci 0000:00:04.0: reg 0x10: [mem 0xa1730000-0xa1737fff 64bit] [ 0.281680] pci 0000:00:05.0: [8086:1919] type 00 class 0x048000 [ 0.281692] pci 0000:00:05.0: reg 0x10: [mem 0xa1000000-0xa13fffff 64bit] [ 0.281866] pci 0000:00:13.0: [8086:9d35] type 00 class 0x000000 [ 0.281886] pci 0000:00:13.0: reg 0x10: [mem 0xa1740000-0xa1740fff 64bit] [ 0.282484] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330 [ 0.282504] pci 0000:00:14.0: reg 0x10: [mem 0xa1700000-0xa170ffff 64bit] [ 0.282576] pci 0000:00:14.0: PME# supported from D3hot D3cold [ 0.283400] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000 [ 0.283420] pci 0000:00:14.2: reg 0x10: [mem 0xa1741000-0xa1741fff 64bit] [ 0.283597] pci 0000:00:14.3: [8086:9d32] type 00 class 0x048000 [ 0.283686] pci 0000:00:14.3: reg 0x10: [mem 0xa1710000-0xa171ffff 64bit] [ 0.284242] pci 0000:00:15.0: [8086:9d60] type 00 class 0x118000 [ 0.284450] pci 0000:00:15.0: reg 0x10: [mem 0xa1742000-0xa1742fff 64bit] [ 0.285769] pci 0000:00:15.1: [8086:9d61] type 00 class 0x118000 [ 0.285977] pci 0000:00:15.1: reg 0x10: [mem 0xa1743000-0xa1743fff 64bit] [ 0.287290] pci 0000:00:15.2: [8086:9d62] type 00 class 0x118000 [ 0.287498] pci 0000:00:15.2: reg 0x10: [mem 0xa1744000-0xa1744fff 64bit] [ 0.288812] pci 0000:00:15.3: [8086:9d63] type 00 class 0x118000 [ 0.289020] pci 0000:00:15.3: reg 0x10: [mem 0xa1745000-0xa1745fff 64bit] [ 0.290206] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000 [ 0.290228] pci 0000:00:16.0: reg 0x10: [mem 0xa1746000-0xa1746fff 64bit] [ 0.290303] pci 0000:00:16.0: PME# supported from D3hot [ 0.290854] pci 0000:00:16.4: [8086:9d3e] type 00 class 0x078000 [ 0.290878] pci 0000:00:16.4: reg 0x10: [mem 0xa1747000-0xa1747fff 64bit] [ 0.290979] pci 0000:00:16.4: PME# supported from D3hot [ 0.291075] pci 0000:00:1c.0: [8086:9d13] type 01 class 0x060400 [ 0.291170] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold [ 0.292036] pci 0000:00:1d.0: [8086:9d18] type 01 class 0x060400 [ 0.292127] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold [ 0.293105] pci 0000:00:1e.0: [8086:9d27] type 00 class 0x118000 [ 0.293314] pci 0000:00:1e.0: reg 0x10: [mem 0xa1748000-0xa1748fff 64bit] [ 0.294536] pci 0000:00:1f.0: [8086:9d4e] type 00 class 0x060100 [ 0.294998] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000 [ 0.295013] pci 0000:00:1f.2: reg 0x10: [mem 0xa173c000-0xa173ffff] [ 0.295403] pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040380 [ 0.295427] pci 0000:00:1f.3: reg 0x10: [mem 0xa1738000-0xa173bfff 64bit] [ 0.295457] pci 0000:00:1f.3: reg 0x20: [mem 0xa1720000-0xa172ffff 64bit] [ 0.295512] pci 0000:00:1f.3: PME# supported from D3hot D3cold [ 0.296572] pci 0000:01:00.0: [11ab:2b38] type 00 class 0x020000 [ 0.296607] pci 0000:01:00.0: reg 0x10: [mem 0xa1500000-0xa15fffff 64bit pref] [ 0.296627] pci 0000:01:00.0: reg 0x18: [mem 0xa1400000-0xa14fffff 64bit pref] [ 0.296784] pci 0000:01:00.0: supports D1 D2 [ 0.296786] pci 0000:01:00.0: PME# supported from D0 D1 D3hot D3cold [ 0.297109] pci 0000:00:1c.0: PCI bridge to [bus 01] [ 0.297119] pci 0000:00:1c.0: bridge window [mem 0xa1400000-0xa15fffff 64bit pref] [ 0.297198] pci 0000:02:00.0: [1c5c:1327] type 00 class 0x010802 [ 0.297222] pci 0000:02:00.0: reg 0x10: [mem 0xa1600000-0xa1603fff 64bit] [ 0.297362] pci 0000:02:00.0: supports D1 [ 0.297363] pci 0000:02:00.0: PME# supported from D0 D1 D3hot [ 0.297551] pci 0000:00:1d.0: PCI bridge to [bus 02] [ 0.297557] pci 0000:00:1d.0: bridge window [mem 0xa1600000-0xa16fffff] [ 0.301323] ACPI: PCI: Interrupt link LNKA configured for IRQ 11 [ 0.301416] ACPI: PCI: Interrupt link LNKB configured for IRQ 10 [ 0.301504] ACPI: PCI: Interrupt link LNKC configured for IRQ 11 [ 0.301592] ACPI: PCI: Interrupt link LNKD configured for IRQ 11 [ 0.301682] ACPI: PCI: Interrupt link LNKE configured for IRQ 11 [ 0.301769] ACPI: PCI: Interrupt link LNKF configured for IRQ 11 [ 0.301857] ACPI: PCI: Interrupt link LNKG configured for IRQ 11 [ 0.301944] ACPI: PCI: Interrupt link LNKH configured for IRQ 11 [ 0.317306] iommu: Default domain type: Translated [ 0.317308] iommu: DMA domain TLB invalidation policy: lazy mode [ 0.317329] pci 0000:00:02.0: vgaarb: setting as boot VGA device [ 0.317329] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.317329] pci 0000:00:02.0: vgaarb: bridge control possible [ 0.317329] vgaarb: loaded [ 0.317329] SCSI subsystem initialized [ 0.317598] libata version 3.00 loaded. [ 0.317598] ACPI: bus type USB registered [ 0.317606] usbcore: registered new interface driver usbfs [ 0.317617] usbcore: registered new interface driver hub [ 0.317626] usbcore: registered new device driver usb [ 0.317666] pps_core: LinuxPPS API ver. 1 registered [ 0.317667] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it [ 0.317670] PTP clock support registered [ 0.317682] EDAC MC: Ver: 3.0.0 [ 0.317989] Registered efivars operations [ 0.317989] NetLabel: Initializing [ 0.317989] NetLabel: domain hash size = 128 [ 0.317989] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.317989] NetLabel: unlabeled traffic allowed by default [ 0.317989] mctp: management component transport protocol core [ 0.317989] NET: Registered PF_MCTP protocol family [ 0.317989] PCI: Using ACPI for IRQ routing [ 0.347205] PCI: pci_cache_line_size set to 64 bytes [ 0.347569] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff] [ 0.347593] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff] [ 0.347595] e820: reserve RAM buffer [mem 0x88eee000-0x8bffffff] [ 0.347598] e820: reserve RAM buffer [mem 0x8aa9a000-0x8bffffff] [ 0.347600] e820: reserve RAM buffer [mem 0x8bd68000-0x8bffffff] [ 0.347602] e820: reserve RAM buffer [mem 0x8bf00000-0x8bffffff] [ 0.347603] e820: reserve RAM buffer [mem 0x26f800000-0x26fffffff] [ 0.349027] clocksource: Switched to clocksource tsc-early [ 0.359937] VFS: Disk quotas dquot_6.6.0 [ 0.359961] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.360082] pnp: PnP ACPI init [ 0.360411] system 00:00: [mem 0xfd000000-0xfdabffff] has been reserved [ 0.360417] system 00:00: [mem 0xfdad0000-0xfdadffff] has been reserved [ 0.360421] system 00:00: [mem 0xfdb00000-0xfdffffff] has been reserved [ 0.360424] system 00:00: [mem 0xfe000000-0xfe01ffff] could not be reserved [ 0.360426] system 00:00: [mem 0xfe036000-0xfe03bfff] has been reserved [ 0.360429] system 00:00: [mem 0xfe03d000-0xfe3fffff] has been reserved [ 0.360432] system 00:00: [mem 0xfe410000-0xfe7fffff] has been reserved [ 0.360961] system 00:01: [io 0x2000-0x20fe] has been reserved [ 0.361197] system 00:02: [io 0x0680-0x069f] has been reserved [ 0.361201] system 00:02: [io 0xffff] has been reserved [ 0.361203] system 00:02: [io 0xffff] has been reserved [ 0.361205] system 00:02: [io 0xffff] has been reserved [ 0.361207] system 00:02: [io 0x1800-0x18fe] has been reserved [ 0.361210] system 00:02: [io 0x164e-0x164f] has been reserved [ 0.361426] system 00:04: [io 0x1854-0x1857] has been reserved [ 0.364311] system 00:05: [mem 0xfe020000-0xfe021fff] has been reserved [ 0.364316] system 00:05: [mem 0xfe022000-0xfe023fff] has been reserved [ 0.364319] system 00:05: [mem 0xfe024000-0xfe025fff] has been reserved [ 0.364322] system 00:05: [mem 0xfe026000-0xfe027fff] has been reserved [ 0.364324] system 00:05: [mem 0xfe028000-0xfe029fff] has been reserved [ 0.364327] system 00:05: [mem 0xfe02a000-0xfe02bfff] has been reserved [ 0.364330] system 00:05: [mem 0xfe02c000-0xfe02dfff] has been reserved [ 0.364332] system 00:05: [mem 0xfe02e000-0xfe02ffff] has been reserved [ 0.364335] system 00:05: [mem 0xfe030000-0xfe031fff] has been reserved [ 0.364338] system 00:05: [mem 0xfe032000-0xfe033fff] has been reserved [ 0.364340] system 00:05: [mem 0xfe034000-0xfe035fff] has been reserved [ 0.365156] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved [ 0.365160] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved [ 0.365162] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved [ 0.365165] system 00:06: [mem 0xe0000000-0xefffffff] has been reserved [ 0.365168] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved [ 0.365171] system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved [ 0.365173] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved [ 0.365176] system 00:06: [mem 0xff000000-0xffffffff] has been reserved [ 0.365179] system 00:06: [mem 0xfee00000-0xfeefffff] has been reserved [ 0.365182] system 00:06: [mem 0x8f800000-0x8f81ffff] has been reserved [ 0.366284] pnp: PnP ACPI: found 7 devices [ 0.372508] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.372591] NET: Registered PF_INET protocol family [ 0.372725] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear) [ 0.374377] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear) [ 0.374460] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.374642] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear) [ 0.374752] TCP: Hash tables configured (established 65536 bind 65536) [ 0.374846] MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear) [ 0.374898] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear) [ 0.374934] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear) [ 0.375008] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.375016] NET: Registered PF_XDP protocol family [ 0.375030] pci 0000:00:1c.0: PCI bridge to [bus 01] [ 0.375043] pci 0000:00:1c.0: bridge window [mem 0xa1400000-0xa15fffff 64bit pref] [ 0.375053] pci 0000:00:1d.0: PCI bridge to [bus 02] [ 0.375060] pci 0000:00:1d.0: bridge window [mem 0xa1600000-0xa16fffff] [ 0.375071] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] [ 0.375074] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] [ 0.375076] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000fffff window] [ 0.375078] pci_bus 0000:00: resource 7 [mem 0x8f800000-0xdfffffff window] [ 0.375081] pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window] [ 0.375083] pci_bus 0000:01: resource 2 [mem 0xa1400000-0xa15fffff 64bit pref] [ 0.375086] pci_bus 0000:02: resource 1 [mem 0xa1600000-0xa16fffff] [ 0.375943] PCI: CLS 0 bytes, default 64 [ 0.375968] DMAR: ACPI device "device:74" under DMAR at fed91000 as 00:15.0 [ 0.375973] DMAR: ACPI device "device:75" under DMAR at fed91000 as 00:15.1 [ 0.375977] DMAR: ACPI device "device:76" under DMAR at fed91000 as 00:15.2 [ 0.375981] DMAR: ACPI device "device:77" under DMAR at fed91000 as 00:15.3 [ 0.375984] DMAR: ACPI device "device:78" under DMAR at fed91000 as 00:1e.0 [ 0.376006] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 0.376008] software IO TLB: mapped [mem 0x0000000082d60000-0x0000000086d60000] (64MB) [ 0.376024] Trying to unpack rootfs image as initramfs... [ 0.377372] Initialise system trusted keyrings [ 0.377391] Key type blacklist registered [ 0.377460] workingset: timestamp_bits=41 max_order=21 bucket_order=0 [ 0.379334] zbud: loaded [ 0.393455] Key type asymmetric registered [ 0.393460] Asymmetric key parser 'x509' registered [ 0.393509] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242) [ 0.393588] io scheduler mq-deadline registered [ 0.393590] io scheduler kyber registered [ 0.393645] io scheduler bfq registered [ 0.394374] pcieport 0000:00:1c.0: PME: Signaling with IRQ 122 [ 0.394682] pcieport 0000:00:1d.0: PME: Signaling with IRQ 123 [ 0.394800] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 0.395887] ACPI: AC: AC Adapter [ADP1] (off-line) [ 0.395974] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0 [ 0.395999] ACPI: button: Lid Switch [LID0] [ 0.396224] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1934 [ 0.399174] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.401063] hpet_acpi_add: no address or irqs in _CRS [ 0.401124] Non-volatile memory driver v1.3 [ 0.401125] Linux agpgart interface v0.103 [ 0.401127] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug. [ 0.401254] ACPI: bus type drm_connector registered [ 0.402737] nvme nvme0: pci function 0000:02:00.0 [ 0.402794] acpi device:47: Cannot transition to power state D0 for parent in D3hot [ 0.402811] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.402825] ehci-pci: EHCI PCI platform driver [ 0.402838] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.402844] ohci-pci: OHCI PCI platform driver [ 0.402853] uhci_hcd: USB Universal Host Controller Interface driver [ 0.402894] usbcore: registered new interface driver usbserial_generic [ 0.402900] usbserial: USB Serial support registered for generic [ 0.402971] rtc_cmos 00:03: RTC can wake from S4 [ 0.403636] rtc_cmos 00:03: registered as rtc0 [ 0.403778] rtc_cmos 00:03: setting system clock to 2022-04-08T01:56:16 UTC (1649382976) [ 0.403797] rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram [ 0.404116] intel_pstate: Intel P-state driver initializing [ 0.404727] intel_pstate: HWP enabled [ 0.404787] ledtrig-cpu: registered to indicate activity on CPUs [ 0.404880] efifb: probing for efifb [ 0.404898] efifb: showing boot graphics [ 0.406489] efifb: framebuffer at 0x90000000, using 19520k, total 19520k [ 0.406491] efifb: mode is 2736x1824x32, linelength=10944, pages=1 [ 0.406492] efifb: scrolling: redraw [ 0.406493] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0 [ 0.406535] fbcon: Deferring console take-over [ 0.406537] fb0: EFI VGA frame buffer device [ 0.406581] hid: raw HID events driver (C) Jiri Kosina [ 0.406656] ashmem: initialized [ 0.406704] intel_pmc_core INT33A1:00: initialized [ 0.406789] drop_monitor: Initializing network drop monitor service [ 0.406853] Initializing XFRM netlink socket [ 0.406935] NET: Registered PF_INET6 protocol family [ 0.430431] nvme nvme0: 8/0/0 default/read/poll queues [ 0.432120] nvme0n1: p1 p2 p3 [ 0.432174] Freeing initrd memory: 13184K [ 0.436221] Segment Routing with IPv6 [ 0.436222] RPL Segment Routing with IPv6 [ 0.436231] In-situ OAM (IOAM) with IPv6 [ 0.436252] NET: Registered PF_PACKET protocol family [ 0.436856] microcode: sig=0x806ea, pf=0x80, revision=0xec [ 0.437060] microcode: Microcode Update Driver: v2.2. [ 0.437063] IPI shorthand broadcast: enabled [ 0.437073] sched_clock: Marking stable (430130099, 6646750)->(449402213, -12625364) [ 0.437304] registered taskstats version 1 [ 0.437564] Loading compiled-in X.509 certificates [ 0.440429] Loaded X.509 cert 'Build time autogenerated kernel key: 5506125054ce2b57e9d72530dab14f18c1adaf63' [ 0.441043] zswap: loaded using pool lz4/z3fold [ 0.441595] Key type ._fscrypt registered [ 0.441596] Key type .fscrypt registered [ 0.441597] Key type fscrypt-provisioning registered [ 0.442606] PM: Magic number: 2:581:912 [ 0.442752] RAS: Correctable Errors collector initialized. [ 0.443778] Freeing unused decrypted memory: 2036K [ 0.444057] Freeing unused kernel image (initmem) memory: 1784K [ 0.484743] Write protecting the kernel read-only data: 24576k [ 0.485452] Freeing unused kernel image (text/rodata gap) memory: 2036K [ 0.485913] Freeing unused kernel image (rodata/data gap) memory: 1912K [ 0.548458] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 0.548471] rodata_test: all tests were successful [ 0.548472] x86/mm: Checking user space page tables [ 0.593102] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 0.593120] Run /init as init process [ 0.593121] with arguments: [ 0.593122] /init [ 0.593123] with environment: [ 0.593123] HOME=/ [ 0.593124] TERM=linux [ 0.593124] BOOT_IMAGE=/vmlinuz-linux-surface [ 0.630850] fbcon: Taking over console [ 0.630910] Console: switching to colour frame buffer device 171x57 [ 0.707629] xhci_hcd 0000:00:14.0: xHCI Host Controller [ 0.707642] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1 [ 0.708717] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081109810 [ 0.709156] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.16 [ 0.709161] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.709163] usb usb1: Product: xHCI Host Controller [ 0.709165] usb usb1: Manufacturer: Linux 5.16.16-arch1-1-surface xhci-hcd [ 0.709167] usb usb1: SerialNumber: 0000:00:14.0 [ 0.709295] hub 1-0:1.0: USB hub found [ 0.709311] hub 1-0:1.0: 12 ports detected [ 0.711795] xhci_hcd 0000:00:14.0: xHCI Host Controller [ 0.711802] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2 [ 0.711805] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed [ 0.711847] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.16 [ 0.711850] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.711852] usb usb2: Product: xHCI Host Controller [ 0.711854] usb usb2: Manufacturer: Linux 5.16.16-arch1-1-surface xhci-hcd [ 0.711856] usb usb2: SerialNumber: 0000:00:14.0 [ 0.711963] hub 2-0:1.0: USB hub found [ 0.711974] hub 2-0:1.0: 6 ports detected [ 0.920522] EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. [ 0.961005] usb 1-1: new high-speed USB device number 2 using xhci_hcd [ 0.994347] random: fast init done [ 1.030743] systemd[1]: systemd 250.4-2-arch 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 -BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified) [ 1.044742] systemd[1]: Detected architecture x86-64. [ 1.045778] systemd[1]: Hostname set to . [ 1.090825] systemd-fstab-generator[240]: Mount point is not a valid path, ignoring. [ 1.092760] systemd-fstab-generator[240]: Mount point is not a valid path, ignoring. [ 1.093789] systemd-fstab-generator[240]: Mount point is not a valid path, ignoring. [ 1.093885] random: zram-generator: uninitialized urandom read (16 bytes read) [ 1.107178] usb 1-1: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice= 6.54 [ 1.107185] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 1.107188] usb 1-1: Product: USB2.1 Hub [ 1.107190] usb 1-1: Manufacturer: GenesysLogic [ 1.108168] hub 1-1:1.0: USB hub found [ 1.108511] hub 1-1:1.0: 4 ports detected [ 1.228836] usb 2-4: new SuperSpeed USB device number 2 using xhci_hcd [ 1.291314] usb 2-4: New USB device found, idVendor=045e, idProduct=0306, bcdDevice= 2.06 [ 1.291326] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 1.291331] usb 2-4: Product: USB3.0 Card Reader [ 1.291335] usb 2-4: Manufacturer: Realtek [ 1.291339] usb 2-4: SerialNumber: 201209010309 [ 1.378101] tsc: Refined TSC clocksource calibration: 1800.002 MHz [ 1.378120] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x19f22b76be8, max_idle_ns: 440795216487 ns [ 1.378206] clocksource: Switched to clocksource tsc [ 1.411295] usb 1-1.1: new full-speed USB device number 3 using xhci_hcd [ 1.528027] usb 1-1.1: New USB device found, idVendor=046d, idProduct=c083, bcdDevice= 8.01 [ 1.528040] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 1.528045] usb 1-1.1: Product: G403 Prodigy Gaming Mouse [ 1.528049] usb 1-1.1: Manufacturer: Logitech [ 1.528052] usb 1-1.1: SerialNumber: 127437703333 [ 1.631439] usb 1-1.2: new full-speed USB device number 4 using xhci_hcd [ 1.748486] usb 1-1.2: New USB device found, idVendor=25a7, idProduct=fa70, bcdDevice= 2.01 [ 1.748500] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 1.748506] usb 1-1.2: Product: 2.4G Wireless Receiver [ 1.748510] usb 1-1.2: Manufacturer: Compx [ 1.851245] usb 1-1.3: new high-speed USB device number 5 using xhci_hcd [ 1.966450] usb 1-1.3: New USB device found, idVendor=0bda, idProduct=8152, bcdDevice=20.00 [ 1.966463] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 1.966468] usb 1-1.3: Product: USB 10/100 LAN [ 1.966472] usb 1-1.3: Manufacturer: Realtek [ 1.966475] usb 1-1.3: SerialNumber: 00E04C360060 [ 2.064758] usb 1-1.4: new high-speed USB device number 6 using xhci_hcd [ 2.180890] usb 1-1.4: New USB device found, idVendor=05e3, idProduct=0749, bcdDevice=15.32 [ 2.180894] usb 1-1.4: New USB device strings: Mfr=3, Product=4, SerialNumber=2 [ 2.180896] usb 1-1.4: Product: USB3.0 Card Reader [ 2.180897] usb 1-1.4: Manufacturer: Generic [ 2.180898] usb 1-1.4: SerialNumber: 000000001532 [ 3.404265] random: crng init done [ 3.420220] zram: Added device: zram0 [ 3.503974] systemd[1]: Queued start job for default target Graphical Interface. [ 3.505227] systemd[1]: Created slice Slice /system/getty. [ 3.505540] systemd[1]: Created slice Slice /system/modprobe. [ 3.505811] systemd[1]: Created slice Slice /system/systemd-fsck. [ 3.506056] systemd[1]: Created slice Slice /system/systemd-zram-setup. [ 3.506248] systemd[1]: Created slice User and Session Slice. [ 3.506319] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 3.506375] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 3.506543] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 3.506583] systemd[1]: Reached target Local Encrypted Volumes. [ 3.506600] systemd[1]: Reached target Login Prompts. [ 3.506615] systemd[1]: Reached target Local Integrity Protected Volumes. [ 3.506638] systemd[1]: Reached target Path Units. [ 3.506661] systemd[1]: Reached target Remote File Systems. [ 3.506673] systemd[1]: Reached target Slice Units. [ 3.506699] systemd[1]: Reached target Local Verity Protected Volumes. [ 3.506761] systemd[1]: Listening on Device-mapper event daemon FIFOs. [ 3.506969] systemd[1]: Listening on LVM2 poll daemon socket. [ 3.508083] systemd[1]: Listening on Process Core Dump Socket. [ 3.508242] systemd[1]: Listening on Journal Audit Socket. [ 3.508345] systemd[1]: Listening on Journal Socket (/dev/log). [ 3.508463] systemd[1]: Listening on Journal Socket. [ 3.508581] systemd[1]: Listening on udev Control Socket. [ 3.508661] systemd[1]: Listening on udev Kernel Socket. [ 3.509353] systemd[1]: Mounting Huge Pages File System... [ 3.509966] systemd[1]: Mounting POSIX Message Queue File System... [ 3.510586] systemd[1]: Mounting Kernel Debug File System... [ 3.511261] systemd[1]: Mounting Kernel Trace File System... [ 3.511968] systemd[1]: Starting Create List of Static Device Nodes... [ 3.512582] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... [ 3.513292] systemd[1]: Starting Load Kernel Module configfs... [ 3.514023] systemd[1]: Starting Load Kernel Module drm... [ 3.514770] systemd[1]: Starting Load Kernel Module fuse... [ 3.514816] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/). [ 3.516388] systemd[1]: Starting Journal Service... [ 3.517594] systemd[1]: Starting Load Kernel Modules... [ 3.518586] systemd[1]: Starting Remount Root and Kernel File Systems... [ 3.518684] systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed. [ 3.519670] systemd[1]: Starting Coldplug All udev Devices... [ 3.521629] systemd[1]: Mounted Huge Pages File System. [ 3.521752] systemd[1]: Mounted POSIX Message Queue File System. [ 3.521849] systemd[1]: Mounted Kernel Debug File System. [ 3.521943] systemd[1]: Mounted Kernel Trace File System. [ 3.522176] systemd[1]: Finished Create List of Static Device Nodes. [ 3.522545] systemd[1]: modprobe@configfs.service: Deactivated successfully. [ 3.522748] systemd[1]: Finished Load Kernel Module configfs. [ 3.523086] systemd[1]: modprobe@drm.service: Deactivated successfully. [ 3.523189] systemd[1]: Finished Load Kernel Module drm. [ 3.523859] EXT4-fs (nvme0n1p2): re-mounted. Opts: (null). Quota mode: none. [ 3.524159] systemd[1]: Mounting Kernel Configuration File System... [ 3.525064] systemd[1]: Finished Remount Root and Kernel File Systems. [ 3.525082] fuse: init (API version 7.35) [ 3.525230] systemd[1]: First Boot Wizard was skipped because of a failed condition check (ConditionFirstBoot=yes). [ 3.526490] systemd[1]: Rebuild Hardware Database was skipped because of a failed condition check (ConditionNeedsUpdate=/etc). [ 3.527440] systemd[1]: Starting Load/Save Random Seed... [ 3.527509] systemd[1]: Create System Users was skipped because of a failed condition check (ConditionNeedsUpdate=/etc). [ 3.528592] systemd[1]: Starting Create Static Device Nodes in /dev... [ 3.529445] systemd[1]: modprobe@fuse.service: Deactivated successfully. [ 3.529566] systemd[1]: Finished Load Kernel Module fuse. [ 3.529738] systemd[1]: Mounted Kernel Configuration File System. [ 3.530588] systemd[1]: Mounting FUSE Control File System... [ 3.532228] systemd[1]: Mounted FUSE Control File System. [ 3.542965] systemd[1]: Finished Load/Save Random Seed. [ 3.543025] audit: type=1130 audit(1649382979.634:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 3.543126] systemd[1]: First Boot Complete was skipped because of a failed condition check (ConditionFirstBoot=yes). [ 3.543533] Asymmetric key parser 'pkcs8' registered [ 3.544161] systemd[1]: Finished Load Kernel Modules. [ 3.544203] audit: type=1130 audit(1649382979.634:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 3.545008] systemd[1]: Starting Apply Kernel Variables... [ 3.551042] systemd[1]: Finished Apply Kernel Variables. [ 3.551097] audit: type=1130 audit(1649382979.644:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 3.557834] systemd[1]: Finished Create Static Device Nodes in /dev. [ 3.557875] audit: type=1130 audit(1649382979.651:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 3.558614] audit: type=1334 audit(1649382979.651:6): prog-id=6 op=LOAD [ 3.558721] audit: type=1334 audit(1649382979.651:7): prog-id=7 op=LOAD [ 3.558762] audit: type=1334 audit(1649382979.651:8): prog-id=8 op=LOAD [ 3.559150] systemd[1]: Starting Rule-based Manager for Device Events and Files... [ 3.563512] systemd[1]: Started Journal Service. [ 3.563590] audit: type=1130 audit(1649382979.654:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 3.568134] systemd-journald[260]: Received client request to flush runtime journal. [ 3.569017] audit: type=1130 audit(1649382979.661:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 3.649373] acpi-tad ACPI000E:00: Missing _PRW [ 3.701225] Userspace governor deprecated: use thermal netlink notification instead [ 3.801527] mc: Linux media interface: v0.10 [ 3.877637] intel_ish_ipc 0000:00:13.0: enabling device (0000 -> 0002) [ 3.879089] videodev: Linux video capture interface: v2.00 [ 3.899979] tpm_tis NTC0103:00: 2.0 TPM (device-id 0xFE, rev-id 4) [ 4.023681] usb-storage 2-4:1.0: USB Mass Storage device detected [ 4.029840] scsi host0: usb-storage 2-4:1.0 [ 4.030239] usb-storage 1-1.4:1.0: USB Mass Storage device detected [ 4.030559] scsi host1: usb-storage 1-1.4:1.0 [ 4.040795] input: Logitech G403 Prodigy Gaming Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:046D:C083.0001/input/input1 [ 4.042159] hid-generic 0003:046D:C083.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech G403 Prodigy Gaming Mouse] on usb-0000:00:14.0-1.1/input0 [ 4.045375] usbcore: registered new interface driver usb-storage [ 4.046863] input: Logitech G403 Prodigy Gaming Mouse Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:046D:C083.0002/input/input2 [ 4.101673] hid-generic 0003:046D:C083.0002: input,hiddev96,hidraw1: USB HID v1.11 Keyboard [Logitech G403 Prodigy Gaming Mouse] on usb-0000:00:14.0-1.1/input1 [ 4.103327] input: Compx 2.4G Wireless Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:25A7:FA70.0003/input/input5 [ 4.113996] usbcore: registered new interface driver r8152 [ 4.132521] usbcore: registered new interface driver uas [ 4.152801] ipu3_imgu: module is from the staging directory, the quality is unknown, you have been warned. [ 4.157874] hid-generic 0003:25A7:FA70.0003: input,hidraw2: USB HID v1.10 Keyboard [Compx 2.4G Wireless Receiver] on usb-0000:00:14.0-1.2/input0 [ 4.161018] input: Compx 2.4G Wireless Receiver Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:25A7:FA70.0004/input/input6 [ 4.161081] input: Compx 2.4G Wireless Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:25A7:FA70.0004/input/input7 [ 4.161158] input: Compx 2.4G Wireless Receiver Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:25A7:FA70.0004/input/input8 [ 4.211726] usb 1-1.3: reset high-speed USB device number 5 using xhci_hcd [ 4.218271] hid-generic 0003:25A7:FA70.0004: input,hiddev97,hidraw3: USB HID v1.10 Mouse [Compx 2.4G Wireless Receiver] on usb-0000:00:14.0-1.2/input1 [ 4.218311] usbcore: registered new interface driver usbhid [ 4.218313] usbhid: USB HID core driver [ 4.241070] ipu3-imgu 0000:00:05.0: enabling device (0000 -> 0002) [ 4.241354] ipu3-imgu 0000:00:05.0: device 0x1919 (rev: 0x1) [ 4.241383] ipu3-imgu 0000:00:05.0: physical base address 0x00000000a1000000, 4194304 bytes [ 4.250601] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002) [ 4.251223] idma64 idma64.0: Found Intel integrated DMA 64-bit [ 4.279056] intel-lpss 0000:00:15.1: enabling device (0000 -> 0002) [ 4.283120] idma64 idma64.1: Found Intel integrated DMA 64-bit [ 4.304753] intel-lpss 0000:00:15.2: enabling device (0000 -> 0002) [ 4.305711] idma64 idma64.2: Found Intel integrated DMA 64-bit [ 4.317027] ipu3-cio2 0000:00:14.3: Found supported sensor INT33BE:00 [ 4.317240] ipu3-cio2 0000:00:14.3: Found supported sensor INT347A:00 [ 4.317305] ipu3-cio2 0000:00:14.3: Connected 2 cameras [ 4.317332] ipu3-cio2 0000:00:14.3: enabling device (0000 -> 0002) [ 4.318063] ipu3-cio2 0000:00:14.3: device 0x9d32 (rev: 0x1) [ 4.328761] ov5693 i2c-INT33BE:00: supply avdd not found, using dummy regulator [ 4.328848] ov5693 i2c-INT33BE:00: supply dovdd not found, using dummy regulator [ 4.345312] intel-lpss 0000:00:15.3: enabling device (0000 -> 0002) [ 4.351713] r8152 1-1.3:1.0: skip request firmware [ 4.354456] idma64 idma64.3: Found Intel integrated DMA 64-bit [ 4.365250] checking generic (90000000 1310000) vs hw (a0000000 1000000) [ 4.365255] checking generic (90000000 1310000) vs hw (90000000 10000000) [ 4.365257] fb0: switching to i915 from EFI VGA [ 4.365594] usbcore: registered new interface driver cdc_ether [ 4.372125] Console: switching to colour dummy device 80x25 [ 4.372180] i915 0000:00:02.0: vgaarb: deactivate vga console [ 4.374027] ov8865 i2c-INT347A:00: supply dvdd not found, using dummy regulator [ 4.374081] ov8865 i2c-INT347A:00: supply dovdd not found, using dummy regulator [ 4.374099] ov8865 i2c-INT347A:00: supply avdd not found, using dummy regulator [ 4.375102] input: PC Speaker as /devices/platform/pcspkr/input/input9 [ 4.378148] r8152 1-1.3:1.0 eth0: v1.12.12 [ 4.382297] mei_me 0000:00:16.0: enabling device (0004 -> 0006) [ 4.382404] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002) [ 4.384368] mei_me 0000:00:16.4: enabling device (0004 -> 0006) [ 4.384922] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 4.386200] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem [ 4.387800] intel-lpss 0000:00:1e.0: enabling device (0000 -> 0002) [ 4.388046] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4) [ 4.388752] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 4.388785] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 [ 4.388787] cfg80211: failed to load regulatory.db [ 4.389013] intel_rapl_common: Found RAPL domain package [ 4.389015] intel_rapl_common: Found RAPL domain dram [ 4.390608] idma64 idma64.4: Found Intel integrated DMA 64-bit [ 4.409290] ipu3-imgu 0000:00:05.0: loaded firmware version irci_irci_ecr-master_20161208_0213_20170112_1500, 17 binaries, 1212984 bytes [ 4.427891] EXT4-fs (nvme0n1p3): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. [ 4.447931] zram0: detected capacity change from 0 to 8067072 [ 4.449670] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer [ 4.449674] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules [ 4.449676] RAPL PMU: hw unit of domain package 2^-14 Joules [ 4.449677] RAPL PMU: hw unit of domain dram 2^-14 Joules [ 4.449678] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules [ 4.449679] RAPL PMU: hw unit of domain psys 2^-14 Joules [ 4.457196] cryptd: max_cpu_qlen set to 1000 [ 4.475700] input: gpio-keys as /devices/platform/MSHW0040:00/gpio-keys.1.auto/input/input10 [ 4.478567] mwifiex_pcie 0000:01:00.0: quirk reset_d3cold enabled [ 4.478570] mwifiex_pcie 0000:01:00.0: quirk no_brigde_d3 enabled [ 4.478571] mwifiex_pcie 0000:01:00.0: quirk do_flr_on_bridge enabled [ 4.478661] mwifiex_pcie 0000:01:00.0: enabling device (0000 -> 0002) [ 4.478875] mwifiex_pcie: PCI memory map Virt0: 000000000bab867c PCI memory map Virt2: 000000005538e8e1 [ 4.480772] input: gpio-keys as /devices/platform/MSHW0040:00/gpio-keys.2.auto/input/input11 [ 4.485431] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0 [ 4.488746] ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no) [ 4.489330] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input12 [ 4.492921] Adding 4033532k swap on /dev/zram0. Priority:100 extents:1 across:4033532k SSDscFS [ 4.507802] fbcon: i915drmfb (fb0) is primary device [ 4.510697] Console: switching to colour frame buffer device 171x57 [ 4.530952] intel_rapl_common: Found RAPL domain package [ 4.530955] intel_rapl_common: Found RAPL domain core [ 4.530956] intel_rapl_common: Found RAPL domain uncore [ 4.530957] intel_rapl_common: Found RAPL domain dram [ 4.530958] intel_rapl_common: Found RAPL domain psys [ 4.536034] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device [ 4.537025] AVX2 version of gcm_enc/dec engaged. [ 4.537089] AES CTR mode by8 optimization enabled [ 4.567388] r8152 1-1.3:1.0 enp0s20f0u1u3: renamed from eth0 [ 4.578439] mousedev: PS/2 mouse device common for all mice [ 4.605882] dw-apb-uart.4: ttyS4 at MMIO 0xa1748000 (irq = 20, base_baud = 3000000) is a 16550A [ 4.609020] serial serial0: tty port ttyS4 registered [ 4.612867] surface_serial_hub serial0-0: SAM firmware version: 241.6.139 [ 4.625525] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915]) [ 4.626486] ipts 0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04: Starting IPTS [ 4.629737] ACPI: button: The lid device is not compliant to SW_LID. [ 4.633864] ipts 0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04: Device 045E:001F ready [ 4.640961] ACPI: battery: Slot [BAT1] (battery present) [ 4.796604] ish-hid {33AECD58-B679-4E54-9BD9-A04D34F0C226}: [hid-ish]: enum_devices_done OK, num_hid_devices=1 [ 4.804846] hid-generic 001F:8087:0AC2.0005: hidraw4: HID v2.00 Device [hid-ishtp 8087:0AC2] on [ 4.805841] input: IPTS Touch as /devices/virtual/input/input13 [ 4.806034] input: IPTS Stylus as /devices/virtual/input/input14 [ 4.806536] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380 [ 4.806630] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002) [ 4.807409] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915]) [ 4.904927] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC298: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker [ 4.904934] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 4.904937] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0) [ 4.904940] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0 [ 4.904942] snd_hda_codec_realtek hdaudioC0D0: inputs: [ 4.904943] snd_hda_codec_realtek hdaudioC0D0: Mic=0x18 [ 4.904945] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x12 [ 5.001398] intel_tcc_cooling: Programmable TCC Offset detected [ 5.036294] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15 [ 5.036410] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16 [ 5.036509] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17 [ 5.036601] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18 [ 5.036666] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19 [ 5.036737] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20 [ 5.036783] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input21 [ 5.038768] scsi 0:0:0:0: Direct-Access Generic- SD/MMC 1.00 PQ: 0 ANSI: 6 [ 5.038909] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 5.059031] scsi 1:0:0:0: Direct-Access Generic STORAGE DEVICE 1532 PQ: 0 ANSI: 6 [ 5.060150] scsi 1:0:0:1: Direct-Access Generic STORAGE DEVICE 1532 PQ: 0 ANSI: 6 [ 5.060570] sd 1:0:0:0: Attached scsi generic sg1 type 0 [ 5.061051] sd 1:0:0:1: Attached scsi generic sg2 type 0 [ 5.165609] kauditd_printk_skb: 48 callbacks suppressed [ 5.165612] audit: type=1130 audit(1649382981.257:53): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.170937] audit: type=1105 audit(1649382981.261:54): pid=497 uid=0 auid=120 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_succeed_if,pam_permit,pam_systemd,pam_env acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=arch addr=? terminal=/dev/tty1 res=success' [ 5.263167] sd 1:0:0:0: [sdb] Media removed, stopped polling [ 5.466308] sd 1:0:0:1: [sdc] Media removed, stopped polling [ 5.469182] sd 1:0:0:0: [sdb] Attached SCSI removable disk [ 5.473945] sd 1:0:0:1: [sdc] Attached SCSI removable disk [ 5.881823] mwifiex_pcie 0000:01:00.0: info: FW download over, size 723540 bytes [ 6.247543] sd 0:0:0:0: [sda] 250085376 512-byte logical blocks: (128 GB/119 GiB) [ 6.247897] sd 0:0:0:0: [sda] Write Protect is off [ 6.247899] sd 0:0:0:0: [sda] Mode Sense: 2f 00 00 00 [ 6.248174] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 6.250824] sda: sda1 [ 6.252136] sd 0:0:0:0: [sda] Attached SCSI removable disk [ 6.299785] audit: type=1334 audit(1649382982.391:55): prog-id=18 op=LOAD [ 6.299843] audit: type=1334 audit(1649382982.391:56): prog-id=19 op=LOAD [ 6.299963] audit: type=1334 audit(1649382982.391:57): prog-id=20 op=LOAD [ 6.336325] audit: type=1130 audit(1649382982.427:58): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 6.408773] audit: type=1334 audit(1649382982.501:59): prog-id=21 op=LOAD [ 6.408778] audit: type=1334 audit(1649382982.501:60): prog-id=22 op=LOAD [ 6.462600] audit: type=1130 audit(1649382982.554:61): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 6.510921] audit: type=1130 audit(1649382982.601:62): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 6.590872] rfkill: input handler disabled [ 6.614262] usb 1-5: new high-speed USB device number 7 using xhci_hcd [ 6.760813] usb 1-5: New USB device found, idVendor=1286, idProduct=204c, bcdDevice=32.01 [ 6.760830] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 6.760839] usb 1-5: Product: Bluetooth and Wireless LAN Composite Device [ 6.760845] usb 1-5: Manufacturer: Marvell [ 6.760851] usb 1-5: SerialNumber: 0000000000000000 [ 6.811768] Bluetooth: Core ver 2.22 [ 6.811793] NET: Registered PF_BLUETOOTH protocol family [ 6.811794] Bluetooth: HCI device and connection manager initialized [ 6.811797] Bluetooth: HCI socket layer initialized [ 6.811798] Bluetooth: L2CAP socket layer initialized [ 6.811801] Bluetooth: SCO socket layer initialized [ 6.829464] usbcore: registered new interface driver btusb [ 6.829752] Bluetooth: hci0: unexpected event for opcode 0x0000 [ 6.830065] Bluetooth: hci0: unexpected event for opcode 0x0000 [ 6.854358] mwifiex_pcie 0000:01:00.0: WLAN FW is active [ 6.877673] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 6.877677] Bluetooth: BNEP filters: protocol multicast [ 6.877682] Bluetooth: BNEP socket layer initialized [ 6.983729] NET: Registered PF_ALG protocol family [ 7.026453] mwifiex_pcie 0000:01:00.0: info: MWIFIEX VERSION: mwifiex 1.0 (15.68.19.p21) [ 7.026457] mwifiex_pcie 0000:01:00.0: driver_version = mwifiex 1.0 (15.68.19.p21) [ 11.312969] mwifiex_pcie 0000:01:00.0: info: trying to associate to bssid 48:d3:43:60:99:07 [ 11.548689] mwifiex_pcie 0000:01:00.0: info: associated to bssid 48:d3:43:60:99:07 successfully [ 11.565566] IPv6: ADDRCONF(NETDEV_CHANGE): mlan0: link becomes ready [ 11.680298] kauditd_printk_skb: 6 callbacks suppressed [ 11.680309] audit: type=1334 audit(1649382987.771:69): prog-id=23 op=LOAD [ 11.680326] audit: type=1300 audit(1649382987.771:69): arch=c000003e syscall=321 success=yes exit=25 a0=5 a1=7fff1ee883c0 a2=80 a3=7fff1ee883c0 items=0 ppid=1 pid=449 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="NetworkManager" exe="/usr/bin/NetworkManager" key=(null) [ 11.680339] audit: type=1327 audit(1649382987.771:69): proctitle=2F7573722F62696E2F4E6574776F726B4D616E61676572002D2D6E6F2D6461656D6F6E [ 11.715414] audit: type=1130 audit(1649382987.807:70): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 12.023828] audit: type=1131 audit(1649382988.114:71): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 14.932193] audit: type=1131 audit(1649382991.024:72): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 33.334118] audit: type=1100 audit(1649383009.424:73): pid=841 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=? acct="jose-tomas" exe="/usr/lib/gdm-session-worker" hostname=arch addr=? terminal=/dev/tty1 res=failed' [ 36.944968] audit: type=1131 audit(1649383013.047:74): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 36.954957] audit: type=1131 audit(1649383013.057:75): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 37.074148] audit: type=1334 audit(1649383013.178:76): prog-id=0 op=UNLOAD [ 37.074161] audit: type=1334 audit(1649383013.178:77): prog-id=0 op=UNLOAD [ 37.074167] audit: type=1334 audit(1649383013.178:78): prog-id=0 op=UNLOAD [ 37.206301] audit: type=1334 audit(1649383013.313:79): prog-id=0 op=UNLOAD [ 37.206317] audit: type=1334 audit(1649383013.313:80): prog-id=0 op=UNLOAD [ 37.206323] audit: type=1334 audit(1649383013.313:81): prog-id=0 op=UNLOAD [ 57.016794] audit: type=1100 audit(1649383033.182:82): pid=855 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="jose-tomas" exe="/usr/lib/gdm-session-worker" hostname=arch addr=? terminal=/dev/tty1 res=success' [ 57.017430] audit: type=1101 audit(1649383033.182:83): pid=855 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="jose-tomas" exe="/usr/lib/gdm-session-worker" hostname=arch addr=? terminal=/dev/tty1 res=success' [ 57.018567] audit: type=1103 audit(1649383033.182:84): pid=855 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="jose-tomas" exe="/usr/lib/gdm-session-worker" hostname=arch addr=? terminal=/dev/tty1 res=success' [ 57.022446] audit: type=1006 audit(1649383033.185:85): pid=855 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=3 res=1 [ 57.022452] audit: type=1300 audit(1649383033.185:85): arch=c000003e syscall=1 success=yes exit=4 a0=a a1=7ffe16749d40 a2=4 a3=0 items=0 ppid=468 pid=855 auid=1000 uid=0 gid=1000 euid=0 suid=0 fsuid=0 egid=1000 sgid=1000 fsgid=1000 tty=(none) ses=3 comm="gdm-session-wor" exe="/usr/lib/gdm-session-worker" key=(null) [ 57.022456] audit: type=1327 audit(1649383033.185:85): proctitle=67646D2D73657373696F6E2D776F726B6572205B70616D2F67646D2D70617373776F72645D [ 57.038960] audit: type=1130 audit(1649383033.202:86): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 57.045876] audit: type=1101 audit(1649383033.209:87): pid=859 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="jose-tomas" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 57.045927] audit: type=1103 audit(1649383033.209:88): pid=859 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="jose-tomas" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed' [ 57.046000] audit: type=1006 audit(1649383033.209:89): pid=859 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=4 res=1 [ 57.437445] rfkill: input handler enabled [ 59.436845] Bluetooth: RFCOMM TTY layer initialized [ 59.436851] Bluetooth: RFCOMM socket layer initialized [ 59.436854] Bluetooth: RFCOMM ver 1.11 [ 59.526734] exFAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck. [ 59.701264] rfkill: input handler disabled [ 66.938537] kauditd_printk_skb: 20 callbacks suppressed [ 66.938540] audit: type=1131 audit(1649383043.105:106): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 70.387558] audit: type=1131 audit(1649383046.556:107): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 70.438000] audit: type=1131 audit(1649383046.606:108): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 89.929998] audit: type=1131 audit(1649383066.098:109): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 89.984589] audit: type=1131 audit(1649383066.155:110): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 90.033722] audit: type=1334 audit(1649383066.205:111): prog-id=0 op=UNLOAD [ 90.033744] audit: type=1334 audit(1649383066.205:112): prog-id=0 op=UNLOAD [ 90.033752] audit: type=1334 audit(1649383066.205:113): prog-id=0 op=UNLOAD [ 90.177176] audit: type=1334 audit(1649383066.348:114): prog-id=0 op=UNLOAD [ 90.177191] audit: type=1334 audit(1649383066.348:115): prog-id=0 op=UNLOAD [ 90.177197] audit: type=1334 audit(1649383066.348:116): prog-id=0 op=UNLOAD [ 304.957188] audit: type=1334 audit(1649383281.132:117): prog-id=31 op=LOAD [ 304.957196] audit: type=1334 audit(1649383281.132:118): prog-id=32 op=LOAD [ 304.957199] audit: type=1334 audit(1649383281.132:119): prog-id=33 op=LOAD [ 305.020468] audit: type=1130 audit(1649383281.199:120): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 312.788775] audit: type=1334 audit(1649383288.966:121): prog-id=34 op=LOAD [ 312.788905] audit: type=1334 audit(1649383288.966:122): prog-id=35 op=LOAD [ 312.788967] audit: type=1334 audit(1649383288.969:123): prog-id=36 op=LOAD [ 312.833528] audit: type=1130 audit(1649383289.013:124): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 335.058107] audit: type=1131 audit(1649383311.236:125): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 335.076961] audit: type=1334 audit(1649383311.256:126): prog-id=0 op=UNLOAD [ 335.076967] audit: type=1334 audit(1649383311.256:127): prog-id=0 op=UNLOAD [ 335.076969] audit: type=1334 audit(1649383311.256:128): prog-id=0 op=UNLOAD [ 342.863652] audit: type=1131 audit(1649383319.040:129): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 342.971790] audit: type=1334 audit(1649383319.153:130): prog-id=0 op=UNLOAD [ 342.971811] audit: type=1334 audit(1649383319.153:131): prog-id=0 op=UNLOAD [ 342.971821] audit: type=1334 audit(1649383319.153:132): prog-id=0 op=UNLOAD [ 905.888906] audit: type=1130 audit(1649383882.082:133): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 905.888911] audit: type=1131 audit(1649383882.082:134): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 1023.282356] audit: type=1334 audit(1649383999.479:135): prog-id=37 op=LOAD [ 1023.282527] audit: type=1334 audit(1649383999.479:136): prog-id=38 op=LOAD [ 1023.282664] audit: type=1334 audit(1649383999.482:137): prog-id=39 op=LOAD [ 1023.322290] audit: type=1130 audit(1649383999.519:138): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 1053.411620] audit: type=1131 audit(1649384029.596:139): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 1053.502895] audit: type=1334 audit(1649384029.689:140): prog-id=0 op=UNLOAD [ 1053.502910] audit: type=1334 audit(1649384029.689:141): prog-id=0 op=UNLOAD [ 1053.502916] audit: type=1334 audit(1649384029.689:142): prog-id=0 op=UNLOAD [ 1104.350252] surface_serial_hub serial0-0: rx: parser: invalid start of frame, skipping [ 1104.351294] surface_serial_hub serial0-0: rx: parser: invalid start of frame, skipping [ 1104.352324] surface_serial_hub serial0-0: rx: parser: invalid start of frame, skipping [ 1104.365651] dptf_power INT3407:00: Unsupported event [0x82] [ 1540.202135] audit: type=1334 audit(1649384516.335:143): prog-id=40 op=LOAD [ 1540.202371] audit: type=1334 audit(1649384516.335:144): prog-id=41 op=LOAD [ 1540.202399] audit: type=1334 audit(1649384516.335:145): prog-id=42 op=LOAD [ 1540.244647] audit: type=1130 audit(1649384516.379:146): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 1570.286621] audit: type=1131 audit(1649384546.417:147): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 1570.364532] audit: type=1334 audit(1649384546.497:148): prog-id=0 op=UNLOAD [ 1570.364551] audit: type=1334 audit(1649384546.497:149): prog-id=0 op=UNLOAD [ 1570.364559] audit: type=1334 audit(1649384546.497:150): prog-id=0 op=UNLOAD [ 1874.523513] audit: type=1334 audit(1649384850.640:151): prog-id=43 op=LOAD [ 1874.523617] audit: type=1334 audit(1649384850.640:152): prog-id=44 op=LOAD [ 1874.523655] audit: type=1334 audit(1649384850.640:153): prog-id=45 op=LOAD [ 1874.564835] audit: type=1130 audit(1649384850.684:154): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 1904.603830] audit: type=1131 audit(1649384880.723:155): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 1904.708629] audit: type=1334 audit(1649384880.829:156): prog-id=0 op=UNLOAD [ 1904.708644] audit: type=1334 audit(1649384880.829:157): prog-id=0 op=UNLOAD [ 1904.708650] audit: type=1334 audit(1649384880.829:158): prog-id=0 op=UNLOAD [ 2076.784112] dptf_power INT3407:00: Unsupported event [0x82] [ 2818.842135] audit: type=1100 audit(1649385794.920:159): pid=3679 uid=1000 auid=1000 ses=4 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="jose-tomas" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 2818.842295] audit: type=1101 audit(1649385794.920:160): pid=3679 uid=1000 auid=1000 ses=4 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jose-tomas" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 2818.843212] audit: type=1110 audit(1649385794.920:161): pid=3679 uid=1000 auid=1000 ses=4 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 2818.845819] audit: type=1105 audit(1649385794.924:162): pid=3679 uid=1000 auid=1000 ses=4 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'

libanp commented 2 years ago

Have you tried turning off iommu? Add iommu=off intel_iommu=off to your kernel command line

justi153 commented 2 years ago

Have you tried turning off iommu? Add iommu=off to your kernel command line

What is "iommu"? And, what does it do?

Thank you for answering. I'll give it a try later, and see what happens.

Edit: I should change in /etc/default/grub?

GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet iommu=off"

Edit2: I added it to grub command. Didn't use it too much to feel any difference on stylus/touch. What I notice is that It lose Bluetooth and Wi-Fi.

Another thing, when surface is charging, stylus and touch input starts getting erratic until it fails (iptsd)

libanp commented 2 years ago

apologies, its supposed to be intel_iommu=off. so:

GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet intel_iommu=off"

libanp commented 2 years ago

What is "iommu"? And, what does it do?

IOMMU stands for Input--output memory management unit. It translates memory access for devices so that they get their own coherent simplified "view" of physical memory. In this context we're talking about intel's implementation, which as far as I'm aware, is entirely focused on use for virtualisation, though IOMMUs can have other roles. So it is part of how physical host devices can be assigned to virtual machines.

justi153 commented 2 years ago

apologies, its supposed to be intel_iommu=off. so:

GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet intel_iommu=off"

Thank you for the explanation. Unfortunately, this didn't solve the problem.

I have discovered that this error happens when my surface is charging. Any idea how can I trace why this is happening? It may be related to power management.

justi153 commented 2 years ago

I have to add that this problem is related to charger (as far as tested).

The issue doesn't happen very often with first charger (44 [W] output, original that came with surface). But, with the second charger, it happens all the time (65 [W] output, original but bought apart)

Chargers: https://imgur.com/a/5YHCLqL

I'm frying my CPU?

libanp commented 2 years ago

Both chargers are officially supported so there really should not be any difference in behavior between the chargers (other than charging times). Power management is not something I know enough about, but it sounds to me like you have a hardware fault (or maybe a firmware issue?). Do you get any odd behaviour on windows?

justi153 commented 2 years ago

Both chargers are officially supported so there really should not be any difference in behavior between the chargers (other than charging times). Power management is not something I know enough about, but it sounds to me like you have a hardware fault (or maybe a firmware issue?). Do you get any odd behaviour on windows?

I haven't used windows for more than two years, so I couldn't really tell.

edit: I thought that the issue may be related to my knowing not too much about my OS (probably I broke a lot of things [first arch install]), so I changed to Manjaro KDE Plasma, but error persist.