Keyboard and touchpad only work on kernel 5.6

I’ve made a fresh install of Manjaro from the manjaro-gnome-20.0.3-200606-linux56.iso on an older laptop, after the updates linux56 is removed. If I try to boot on other kernels neither touchpad or built-in keyboard work. I’m using an usb wireless mouse+ keyboard which work fine.If I boot on linux56-rt ( the only 56 available for download) both work.I’ve also tried the LTS(5.4.50-2) and experimental kernel (5.9rc1.d0816).

Some of the “special keys”, Fn keys still work like brigthness control and airplane mode

The post here was closed without a proper solution:
problem-laptop-hp-pavilion-x360-with-keyboard-and-touchpad/6115/3

The xinput list is the same on both cases

~ >>> xinput list                                                              
⎡ Virtual core pointer                    	id=2	[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer              	id=4	[slave  pointer  (2)]
⎜   ↳ Logitech Wireless Mouse PID:4022        	id=9	[slave  pointer  (2)]
⎜   ↳ Logitech Wireless Keyboard PID:4023     	id=10	[slave  pointer  (2)]
⎜   ↳ SynPS/2 Synaptics TouchPad              	id=15	[slave  pointer  (2)]
⎣ Virtual core keyboard                   	id=3	[master keyboard (2)]
    ↳ Virtual core XTEST keyboard             	id=5	[slave  keyboard (3)]
    ↳ Power Button                            	id=6	[slave  keyboard (3)]
    ↳ Video Bus                               	id=7	[slave  keyboard (3)]
    ↳ Power Button                            	id=8	[slave  keyboard (3)]
    ↳ HP Truevision HD: HP Truevision         	id=11	[slave  keyboard (3)]
    ↳ GeneralPlus USB Audio Device            	id=12	[slave  keyboard (3)]
    ↳ Intel Virtual Button driver             	id=13	[slave  keyboard (3)]
    ↳ AT Translated Set 2 keyboard            	id=14	[slave  keyboard (3)]
    ↳ HP Wireless hotkeys                     	id=16	[slave  keyboard (3)]
    ↳ HP WMI hotkeys                          	id=17	[slave  keyboard (3)]
    ↳ Logitech Wireless Keyboard PID:4023     	id=18	[slave  keyboard (3)]
~ >>>   

If I do

sudo modprobe -r psmouse
sudo modprobe psmouse proto=imps

the touchpad works but loses a lot of functions, and i don’t know the equivalent for the keyboard

#################### inxi -Fxzc0 ########################

System:    Kernel: 5.4.60-2-MANJARO x86_64 bits: 64 compiler: gcc v: 10.2.0 Desktop: GNOME 3.36.5 
           Distro: Manjaro Linux 
Machine:   Type: Laptop System: Hewlett-Packard product: HP Pavilion 11 x360 PC 
           v: 0979110000405F00000310180 serial: <filter> 
           Mobo: Hewlett-Packard model: 8050 v: 64.20 serial: <filter> UEFI: Insyde v: F.28 
           date: 08/11/2015 
Battery:   ID-1: BAT1 charge: 24.9 Wh condition: 24.9/30.1 Wh (83%) model: COMPAL PABAS0241231 
           status: Full 
           Device-1: hidpp_battery_0 model: Logitech Wireless Keyboard 
           charge: 55% (should be ignored) status: Discharging 
           Device-2: hidpp_battery_1 model: Logitech Wireless Mouse 
           charge: 55% (should be ignored) status: Discharging 
CPU:       Topology: Dual Core model: Intel Core M-5Y10c bits: 64 type: MT MCP arch: Broadwell 
           rev: 4 L2 cache: 4096 KiB 
           flags: avx avx2 lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx bogomips: 7986 
           Speed: 798 MHz min/max: 500/2000 MHz Core speeds (MHz): 1: 798 2: 798 3: 798 4: 798 
Graphics:  Device-1: Intel HD Graphics 5300 vendor: Hewlett-Packard driver: i915 v: kernel 
           bus ID: 00:02.0 
           Device-2: Realtek HP Truevision HD integrated webcam type: USB driver: uvcvideo 
           bus ID: 1-3:3 
           Display: x11 server: X.org 1.20.8 driver: intel unloaded: modesetting 
           resolution: <xdpyinfo missing> 
           OpenGL: renderer: Mesa Intel HD Graphics 5300 (BDW GT2) v: 4.6 Mesa 20.1.6 
           direct render: Yes 
Audio:     Device-1: Intel Broadwell-U Audio vendor: Hewlett-Packard driver: snd_hda_intel 
           v: kernel bus ID: 00:03.0 
           Device-2: Intel Wildcat Point-LP High Definition Audio vendor: Hewlett-Packard 
           driver: snd_hda_intel v: kernel bus ID: 00:1b.0 
           Sound Server: ALSA v: k5.4.60-2-MANJARO 
Network:   Device-1: Intel Wireless 3160 driver: iwlwifi v: kernel port: 4040 bus ID: 02:00.0 
           IF: wlp2s0 state: up mac: <filter> 
           Device-2: Realtek RTL810xE PCI Express Fast Ethernet vendor: Hewlett-Packard 
           driver: r8169 v: kernel port: 3000 bus ID: 04:00.0 
           IF: enp4s0 state: down mac: <filter> 
Drives:    Local Storage: total: 223.57 GiB used: 13.71 GiB (6.1%) 
           ID-1: /dev/sda vendor: Kingston model: SA400S37240G size: 223.57 GiB 
Partition: ID-1: / size: 218.77 GiB used: 13.71 GiB (6.3%) fs: ext4 dev: /dev/sda2 
Swap:      Alert: No Swap data was found. 
Sensors:   System Temperatures: cpu: 50.5 C mobo: N/A 
           Fan Speeds (RPM): N/A 
Info:      Processes: 246 Uptime: 2m Memory: 3.76 GiB used: 1.52 GiB (40.4%) Init: systemd 
           Compilers: gcc: 10.2.0 Packages: 1185 Client: shell wrapper v: 5.0.18-release 
           inxi: 3.1.05 

help

About the modules, have look here: 1. Introduction — The Linux Kernel documentation

Also a long list of kernel parameters: The kernel’s command-line parameters — The Linux Kernel documentation

Sorry, but can’t give a simple solution. You need to try what is working for you.

Check what has been loaded:

lsmod | grep -iwh "^input\|^mousedev\|^usbcore\|^uhci_hcd\|^ohci_hcd\|^ehci_hcd\|^usbhid\|^hid_generic"

This could be useful:

        psmouse.proto=  [HW,MOUSE] Highest PS2 mouse protocol extension to
                        probe for; one of (bare|imps|exps|lifebook|any).
        psmouse.rate=   [HW,MOUSE] Set desired mouse report rate, in reports
                        per second.
        psmouse.resetafter=     [HW,MOUSE]
                        Try to reset the device after so many bad packets
                        (0 = never).
        psmouse.resolution=
                        [HW,MOUSE] Set desired mouse resolution, in dpi.
        psmouse.smartscroll=
                        [HW,MOUSE] Controls Logitech smartscroll autorepeat.
                        0 = disabled, 1 = enabled (default).
1 Like

is the same on both cases

mousedev               24576  0
hid_generic            16384  0
usbhid                 65536  1 hid_logitech_dj

The full lsmod has these lines on 5.4 and not on 5.6

input_polldev          20480  1 lis3lv02d
irqbypass              16384  1 kvm 
kvm                   802816  0
memstick               20480  1 rtsx_pci_ms
rapl                   16384  0
rtsx_pci               86016  2 rtsx_pci_sdmmc,rtsx_pci_ms
rtsx_pci_ms            24576  0 
snd_intel_nhlt         20480  1 snd_hda_intel

and these lines on 5.6 but not on 5.4:

cec                    73728  2 drm_kms_helper,i915
intel_rapl_perf        16384  0
rc_core                57344  1 cec
snd_intel_dspcfg       24576  1 snd_hda_intel

the 5.6 is the rt version so I’m assuming some of those are irrelevant
trying to modprobe -r atkbd also did not work for the built-in keyboard

the keyboard works on tty with (ctrl+alt+f3)

here are the dmesg:

 microcode: microcode updated early to revision 0x2f, date = 2019-11-12
 Linux version 5.4.62-1-MANJARO (builder@2f24f0cf99c2) (gcc version 10.2.0 (GCC)) #1 SMP PREEMPT Thu Sep 3 14:38:22 UTC 2020
 Command line: BOOT_IMAGE=/boot/vmlinuz-5.4-x86_64 root=UUID=5cf1d04a-4e29-4bdd-aa2b-e087697999aa rw quiet apparmor=1 security=apparmor udev.log_priority=3
 KERNEL supported cpus:
   Intel GenuineIntel
   AMD AuthenticAMD
   Hygon HygonGenuine
   Centaur CentaurHauls
   zhaoxin   Shanghai  
 x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
 x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
 x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
 x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
 x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
 BIOS-provided physical RAM map:
 BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
 BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
 BIOS-e820: [mem 0x0000000000059000-0x0000000000087fff] usable
 BIOS-e820: [mem 0x0000000000088000-0x000000000009ffff] reserved
 BIOS-e820: [mem 0x0000000000100000-0x000000009bbdefff] usable
 BIOS-e820: [mem 0x000000009bbdf000-0x000000009bddefff] type 20
 BIOS-e820: [mem 0x000000009bddf000-0x000000009cc8efff] reserved
 BIOS-e820: [mem 0x000000009cc8f000-0x000000009cf8efff] ACPI NVS
 BIOS-e820: [mem 0x000000009cf8f000-0x000000009cffefff] ACPI data
 BIOS-e820: [mem 0x000000009cfff000-0x000000009cffffff] usable
 BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
 BIOS-e820: [mem 0x00000000feb00000-0x00000000feb03fff] reserved
 BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
 BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
 BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
 BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
 BIOS-e820: [mem 0x00000000ffa00000-0x00000000ffffffff] reserved
 BIOS-e820: [mem 0x0000000100000000-0x000000015effffff] usable
 NX (Execute Disable) protection: active
 efi: EFI v2.40 by INSYDE Corp.
 efi:  SMBIOS=0x9be82000  ESRT=0x9bf8e318  ACPI 2.0=0x9cffe014 
 SMBIOS 2.7 present.
 DMI: Hewlett-Packard HP Pavilion 11 x360 PC/8050, BIOS F.28 08/11/2015
 tsc: Fast TSC calibration using PIT
 tsc: Detected 997.655 MHz processor
 e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
 e820: remove [mem 0x000a0000-0x000fffff] usable
 last_pfn = 0x15f000 max_arch_pfn = 0x400000000
 MTRR default type: uncachable
 MTRR fixed ranges enabled:
   00000-9FFFF write-back
   A0000-BFFFF uncachable
   C0000-E7FFF write-protect
   E8000-EFFFF write-combining
   F0000-FFFFF write-protect
 MTRR variable ranges enabled:
   0 base 0000000000 mask 7F80000000 write-back
   1 base 0080000000 mask 7FE0000000 write-back
   2 base 009D000000 mask 7FFF000000 uncachable
   3 base 009E000000 mask 7FFE000000 uncachable
   4 base 00FFA00000 mask 7FFFE00000 write-protect
   5 base 00FFC00000 mask 7FFFC00000 write-protect
   6 base 0100000000 mask 7F80000000 write-back
   7 base 015F000000 mask 7FFF000000 uncachable
   8 base 0160000000 mask 7FE0000000 uncachable
   9 disabled
 x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
 last_pfn = 0x9d000 max_arch_pfn = 0x400000000
 esrt: Reserving ESRT space from 0x000000009bf8e318 to 0x000000009bf8e350.
 check: Scanning 1 areas for low memory corruption
 Using GB pages for direct mapping
 Secure boot could not be determined
 RAMDISK: [mem 0x366f9000-0x37373fff]
 ACPI: Early table checksum verification disabled
 ACPI: RSDP 0x000000009CFFE014 000024 (v02 HPQOEM)
 ACPI: XSDT 0x000000009CFC9188 0000DC (v01 HPQOEM SLIC-MPC 00000001      01000013)
 ACPI: FACP 0x000000009CFEF000 00010C (v05 HPQOEM SLIC-MPC 00000001 HP   00040000)
 ACPI: DSDT 0x000000009CFDA000 00F00D (v02 HPQOEM SLIC-MPC 00000000 ACPI 00040000)
 ACPI: FACS 0x000000009CF87000 000040
 ACPI: UEFI 0x000000009CFFD000 000236 (v01 HPQOEM INSYDE   00000001 HP   00040000)
 ACPI: UEFI 0x000000009CFFC000 000042 (v01 HPQOEM INSYDE   00000000 HP   00040000)
 ACPI: SSDT 0x000000009CFF5000 0064CA (v01 HPQOEM INSYDE   00001000 ACPI 00040000)
 ACPI: MSDM 0x000000009CFF4000 000055 (v03 HPQOEM SLIC-MPC 00000001 HP   00040000)
 ACPI: ASF! 0x000000009CFF3000 0000A5 (v32 HPQOEM INSYDE   00000001 HP   00040000)
 ACPI: ASPT 0x000000009CFF2000 000034 (v07 HPQOEM INSYDE   00000001 HP   00040000)
 ACPI: BOOT 0x000000009CFF1000 000028 (v01 HPQOEM INSYDE   00000001 HP   00040000)
 ACPI: DBGP 0x000000009CFF0000 000034 (v01 HPQOEM SLIC-MPC 00000001 HP   00040000)
 ACPI: HPET 0x000000009CFEE000 000038 (v01 HPQOEM INSYDE   00000001 HP   00040000)
 ACPI: LPIT 0x000000009CFED000 000094 (v01 HPQOEM INSYDE   00000000 HP   00040000)
 ACPI: APIC 0x000000009CFEC000 00008C (v03 HPQOEM SLIC-MPC 00000001 HP   00040000)
 ACPI: MCFG 0x000000009CFEB000 00003C (v01 HPQOEM INSYDE   00000001 HP   00040000)
 ACPI: WDAT 0x000000009CFEA000 000224 (v01 HPQOEM INSYDE   00000001 HP   00040000)
 ACPI: SSDT 0x000000009CFD6000 003003 (v02 HPQOEM INSYDE   00001000 ACPI 00040000)
 ACPI: SSDT 0x000000009CFD5000 000250 (v02 HPQOEM INSYDE   00000000 ACPI 00040000)
 ACPI: SSDT 0x000000009CFD4000 000C12 (v02 HPQOEM INSYDE   00001000 ACPI 00040000)
 ACPI: SSDT 0x000000009CFD3000 000410 (v02 HPQOEM INSYDE   00003000 ACPI 00040000)
 ACPI: SSDT 0x000000009CFD2000 000B74 (v02 HPQOEM INSYDE   00003000 ACPI 00040000)
 ACPI: SSDT 0x000000009CFCB000 006186 (v02 HPQOEM INSYDE   00003000 ACPI 00040000)
 ACPI: DMAR 0x000000009CFCA000 0000A8 (v01 HPQOEM INSYDE   00000001 HP   00040000)
 ACPI: FPDT 0x000000009CFC8000 000044 (v01 HPQOEM SLIC-MPC 00000002 HP   00040000)
 ACPI: BGRT 0x000000009CFC7000 000038 (v01 HPQOEM INSYDE   00000001 HP   00040000)
 ACPI: Local APIC address 0xfee00000
 No NUMA configuration found
 Faking a node at [mem 0x0000000000000000-0x000000015effffff]
 NODE_DATA(0) allocated [mem 0x15effa000-0x15effdfff]
 Zone ranges:
   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
   Normal   [mem 0x0000000100000000-0x000000015effffff]
   Device   empty
 Movable zone start for each node
 Early memory node ranges
   node   0: [mem 0x0000000000001000-0x0000000000057fff]
   node   0: [mem 0x0000000000059000-0x0000000000087fff]
   node   0: [mem 0x0000000000100000-0x000000009bbdefff]
   node   0: [mem 0x000000009cfff000-0x000000009cffffff]
   node   0: [mem 0x0000000100000000-0x000000015effffff]
 Zeroed struct page in unavailable ranges: 21658 pages
 Initmem setup node 0 [mem 0x0000000000001000-0x000000015effffff]
 On node 0 totalpages: 1026918
   DMA zone: 64 pages used for memmap
   DMA zone: 96 pages reserved
   DMA zone: 3974 pages, LIFO batch:0
   DMA32 zone: 9904 pages used for memmap
   DMA32 zone: 633824 pages, LIFO batch:63
   Normal zone: 6080 pages used for memmap
   Normal zone: 389120 pages, LIFO batch:63
 Reserving Intel graphics memory at [mem 0x9e000000-0x9fffffff]
 ACPI: PM-Timer IO Port: 0x1808
 ACPI: Local APIC address 0xfee00000
 IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-39
 ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
 ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
 ACPI: IRQ0 used by override.
 ACPI: IRQ9 used by override.
 Using ACPI (MADT) for SMP configuration information
 ACPI: HPET id: 0x8086a201 base: 0xfed00000
 e820: update [mem 0x8db2e000-0x8db3dfff] usable ==> reserved
 TSC deadline timer available
 smpboot: Allowing 4 CPUs, 0 hotplug CPUs
 PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
 PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
 PM: Registered nosave memory: [mem 0x00088000-0x0009ffff]
 PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
 PM: Registered nosave memory: [mem 0x8db2e000-0x8db3dfff]
 PM: Registered nosave memory: [mem 0x9bbdf000-0x9bddefff]
 PM: Registered nosave memory: [mem 0x9bddf000-0x9cc8efff]
 PM: Registered nosave memory: [mem 0x9cc8f000-0x9cf8efff]
 PM: Registered nosave memory: [mem 0x9cf8f000-0x9cffefff]
 PM: Registered nosave memory: [mem 0x9d000000-0x9dffffff]
 PM: Registered nosave memory: [mem 0x9e000000-0x9fffffff]
 PM: Registered nosave memory: [mem 0xa0000000-0xdfffffff]
 PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
 PM: Registered nosave memory: [mem 0xf0000000-0xfeafffff]
 PM: Registered nosave memory: [mem 0xfeb00000-0xfeb03fff]
 PM: Registered nosave memory: [mem 0xfeb04000-0xfebfffff]
 PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
 PM: Registered nosave memory: [mem 0xfec01000-0xfed0ffff]
 PM: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
 PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
 PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
 PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
 PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
 PM: Registered nosave memory: [mem 0xfee01000-0xff9fffff]
 PM: Registered nosave memory: [mem 0xffa00000-0xffffffff]
 [mem 0xa0000000-0xdfffffff] available for PCI devices
 Booting paravirtualized kernel on bare hardware
 clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
 setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:4 nr_node_ids:1
 percpu: Embedded 54 pages/cpu s184320 r8192 d28672 u524288
 pcpu-alloc: s184320 r8192 d28672 u524288 alloc=1*2097152
 pcpu-alloc: [0] 0 1 2 3 
 Built 1 zonelists, mobility grouping on.  Total pages: 1010774
 Policy zone: Normal
 Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.4-x86_64 root=UUID=5cf1d04a-4e29-4bdd-aa2b-e087697999aa rw quiet apparmor=1 security=apparmor udev.log_priority=3
 Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
 Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
 mem auto-init: stack:byref_all, heap alloc:on, heap free:off
 Calgary: detecting Calgary via BIOS EBDA area
 Calgary: Unable to locate Rio Grande table in EBDA - bailing!
 Memory: 3741256K/4107672K available (12291K kernel code, 1329K rwdata, 4092K rodata, 1644K init, 3396K bss, 366416K reserved, 0K cma-reserved)
 random: get_random_u64 called from __kmem_cache_create+0x3e/0x610 with crng_init=0
 SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
 Kernel/User page tables isolation: enabled
 ftrace: allocating 37557 entries in 147 pages
 rcu: Preemptible hierarchical RCU implementation.
 rcu: 	RCU dyntick-idle grace-period acceleration is enabled.
 rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
 rcu: 	RCU priority boosting: priority 1 delay 500 ms.
 	Tasks RCU enabled.
 rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
 rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
 NR_IRQS: 20736, nr_irqs: 728, preallocated irqs: 16
 Console: colour dummy device 80x25
 printk: console [tty0] enabled
 ACPI: Core revision 20190816
 clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
 APIC: Switch to symmetric I/O mode setup
 DMAR: Host address width 39
 DMAR: DRHD base: 0x000000fed90000 flags: 0x0
 DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 7e1ff0505e
 DMAR: DRHD base: 0x000000fed91000 flags: 0x1
 DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c20660462 ecap f010da
 DMAR: RMRR base: 0x0000009cc65000 end: 0x0000009cc84fff
 DMAR: RMRR base: 0x0000009d800000 end: 0x0000009fffffff
 DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
 DMAR-IR: HPET id 0 under DRHD base 0xfed91000
 DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit.
 DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting.
 DMAR-IR: Enabled IRQ remapping in xapic mode
 x2apic: IRQ remapping doesn't support X2APIC mode
 ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
 clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1cc2dfb9231, max_idle_ns: 881590586798 ns
 Calibrating delay loop (skipped), value calculated using timer frequency.. 1996.44 BogoMIPS (lpj=3325516)
 pid_max: default: 32768 minimum: 301
 LSM: Security Framework initializing
 Yama: becoming mindful.
 AppArmor: AppArmor initialized
 Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
 Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
 *** VALIDATE tmpfs ***
 *** VALIDATE proc ***
 *** VALIDATE cgroup1 ***
 *** VALIDATE cgroup2 ***
 mce: CPU0: Thermal monitoring enabled (TM1)
 process: using mwait in idle threads
 Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
 Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
 Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
 Spectre V2 : Mitigation: Full generic retpoline
 Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
 Spectre V2 : Enabling Restricted Speculation for firmware calls
 Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
 Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
 Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
 SRBDS: Mitigation: Microcode
 MDS: Mitigation: Clear CPU buffers
 Freeing SMP alternatives memory: 32K
 smpboot: CPU0: Intel(R) Core(TM) M-5Y10c CPU @ 0.80GHz (family: 0x6, model: 0x3d, stepping: 0x4)
 Performance Events: PEBS fmt2+, Broadwell events, 16-deep LBR, full-width counters, Intel PMU driver.
 ... version:                3
 ... bit width:              48
 ... generic registers:      4
 ... value mask:             0000ffffffffffff
 ... max period:             00007fffffffffff
 ... fixed-purpose events:   3
 ... event mask:             000000070000000f
 rcu: Hierarchical SRCU implementation.
 NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
 smp: Bringing up secondary CPUs ...
 x86: Booting SMP configuration:
 .... node  #0, CPUs:      #1 #2
 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.
  #3
 smp: Brought up 1 node, 4 CPUs
 smpboot: Max logical packages: 1
 smpboot: Total of 4 processors activated (7984.79 BogoMIPS)
 devtmpfs: initialized
 x86/mm: Memory block size: 128MB
 PM: Registering ACPI NVS region [mem 0x9cc8f000-0x9cf8efff] (3145728 bytes)
 clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
 futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
 pinctrl core: initialized pinctrl subsystem
 PM: RTC time: 12:42:22, date: 2020-09-08
 NET: Registered protocol family 16
 audit: initializing netlink subsys (disabled)
 audit: type=2000 audit(1599568942.053:1): state=initialized audit_enabled=0 res=1
 cpuidle: using governor ladder
 cpuidle: using governor menu
 Simple Boot Flag at 0x44 set to 0x1
 ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
 ACPI: bus type PCI registered
 acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
 PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
 PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
 PCI: Using configuration type 1 for base access
 ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
 HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
 HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
 ACPI: Added _OSI(Module Device)
 ACPI: Added _OSI(Processor Device)
 ACPI: Added _OSI(3.0 _SCP Extensions)
 ACPI: Added _OSI(Processor Aggregator Device)
 ACPI: Added _OSI(Linux-Dell-Video)
 ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
 ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
 ACPI: 8 ACPI AML tables successfully acquired and loaded
 ACPI: Dynamic OEM Table Load:
 ACPI: SSDT 0xFFFF9F3319467400 0003D3 (v02 PmRef  Cpu0Cst  00003001 INTL 20120913)
 ACPI: Dynamic OEM Table Load:
 ACPI: SSDT 0xFFFF9F3319B6C000 0005AA (v02 PmRef  ApIst    00003000 INTL 20120913)
 ACPI: Dynamic OEM Table Load:
 ACPI: SSDT 0xFFFF9F33195CC400 000119 (v02 PmRef  ApCst    00003000 INTL 20120913)
 ACPI: EC: EC started
 ACPI: EC: interrupt blocked
 ACPI: \_SB_.PCI0.LPCB.EC0_: Used as first EC
 ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x27, EC_CMD/EC_SC=0x66, EC_DATA=0x62
 ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
 ACPI: Interpreter enabled
 ACPI: (supports S0 S3 S4 S5)
 ACPI: Using IOAPIC for interrupt routing
 PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
 ACPI: watchdog: Skipping WDAT on this system because it uses RTC SRAM
 ACPI: Enabled 5 GPEs in block 00 to 7F
 ACPI: Power Resource [PG00] (on)
 ACPI: Power Resource [PG01] (on)
 ACPI: Power Resource [PG02] (on)
 ACPI: Power Resource [FN00] (off)
 ACPI: Power Resource [FN01] (off)
 ACPI: Power Resource [FN02] (off)
 ACPI: Power Resource [FN03] (off)
 ACPI: Power Resource [FN04] (off)
 ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
 acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
 acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
 PCI host bridge to bus 0000:00
 pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
 pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
 pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
 pci_bus 0000:00: root bus resource [mem 0xa0000000-0xfeafffff window]
 pci_bus 0000:00: root bus resource [bus 00-fe]
 pci 0000:00:00.0: [8086:1604] type 00 class 0x060000
 pci 0000:00:02.0: [8086:161e] type 00 class 0x030000
 pci 0000:00:02.0: reg 0x10: [mem 0xc0000000-0xc0ffffff 64bit]
 pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
 pci 0000:00:02.0: reg 0x20: [io  0x4000-0x403f]
 pci 0000:00:02.0: BAR 2: assigned to efifb
 pci 0000:00:02.0: DMAR: Disabling IOMMU for graphics on this chipset
 pci 0000:00:03.0: [8086:160c] type 00 class 0x040300
 pci 0000:00:03.0: reg 0x10: [mem 0xc1410000-0xc1413fff 64bit]
 pci 0000:00:14.0: [8086:9cb1] type 00 class 0x0c0330
 pci 0000:00:14.0: reg 0x10: [mem 0xc1400000-0xc140ffff 64bit]
 pci 0000:00:14.0: PME# supported from D3hot D3cold
 pci 0000:00:16.0: [8086:9cba] type 00 class 0x078000
 pci 0000:00:16.0: reg 0x10: [mem 0xc1419000-0xc141901f 64bit]
 pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
 pci 0000:00:1b.0: [8086:9ca0] type 00 class 0x040300
 pci 0000:00:1b.0: reg 0x10: [mem 0xc1414000-0xc1417fff 64bit]
 pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
 pci 0000:00:1c.0: [8086:9c90] type 01 class 0x060400
 pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
 pci 0000:00:1c.1: [8086:9c92] type 01 class 0x060400
 pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
 pci 0000:00:1c.2: [8086:9c94] type 01 class 0x060400
 pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
 pci 0000:00:1c.3: [8086:9c96] type 01 class 0x060400
 pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
 pci 0000:00:1f.0: [8086:9cc7] type 00 class 0x060100
 pci 0000:00:1f.2: [8086:9c83] type 00 class 0x010601
 pci 0000:00:1f.2: reg 0x10: [io  0x4088-0x408f]
 pci 0000:00:1f.2: reg 0x14: [io  0x4094-0x4097]
 pci 0000:00:1f.2: reg 0x18: [io  0x4080-0x4087]
 pci 0000:00:1f.2: reg 0x1c: [io  0x4090-0x4093]
 pci 0000:00:1f.2: reg 0x20: [io  0x4060-0x407f]
 pci 0000:00:1f.2: reg 0x24: [mem 0xc141c000-0xc141c7ff]
 pci 0000:00:1f.2: PME# supported from D3hot
 pci 0000:00:1f.3: [8086:9ca2] type 00 class 0x0c0500
 pci 0000:00:1f.3: reg 0x10: [mem 0xc1418000-0xc14180ff 64bit]
 pci 0000:00:1f.3: reg 0x20: [io  0x4040-0x405f]
 pci 0000:00:1f.6: [8086:9ca4] type 00 class 0x118000
 pci 0000:00:1f.6: reg 0x10: [mem 0xc141b000-0xc141bfff 64bit]
 pci 0000:00:1c.0: PCI bridge to [bus 01]
 pci 0000:02:00.0: [8086:08b3] type 00 class 0x028000
 pci 0000:02:00.0: reg 0x10: [mem 0xc1300000-0xc1301fff 64bit]
 pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
 pci 0000:00:1c.1: PCI bridge to [bus 02]
 pci 0000:00:1c.1:   bridge window [mem 0xc1300000-0xc13fffff]
 pci 0000:03:00.0: [10ec:5227] type 00 class 0xff0000
 pci 0000:03:00.0: reg 0x10: [mem 0xc1200000-0xc1200fff]
 pci 0000:03:00.0: supports D1 D2
 pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
 pci 0000:00:1c.2: PCI bridge to [bus 03]
 pci 0000:00:1c.2:   bridge window [mem 0xc1200000-0xc12fffff]
 pci 0000:04:00.0: [10ec:8136] type 00 class 0x020000
 pci 0000:04:00.0: reg 0x10: [io  0x3000-0x30ff]
 pci 0000:04:00.0: reg 0x18: [mem 0xc1100000-0xc1100fff 64bit]
 pci 0000:04:00.0: reg 0x20: [mem 0xc1000000-0xc1003fff 64bit pref]
 pci 0000:04:00.0: supports D1 D2
 pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
 pci 0000:00:1c.3: PCI bridge to [bus 04]
 pci 0000:00:1c.3:   bridge window [io  0x3000-0x3fff]
 pci 0000:00:1c.3:   bridge window [mem 0xc1100000-0xc11fffff]
 pci 0000:00:1c.3:   bridge window [mem 0xc1000000-0xc10fffff 64bit pref]
 ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *7
 ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
 ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
 ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
 ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
 ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
 ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
 ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
 ACPI: EC: interrupt unblocked
 ACPI: EC: event unblocked
 ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x27, EC_CMD/EC_SC=0x66, EC_DATA=0x62
 ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions and events
 iommu: Default domain type: Translated 
 pci 0000:00:02.0: vgaarb: setting as boot VGA device
 pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
 pci 0000:00:02.0: vgaarb: bridge control possible
 vgaarb: loaded
 ACPI: bus type USB registered
 usbcore: registered new interface driver usbfs
 usbcore: registered new interface driver hub
 usbcore: registered new device driver usb
 pps_core: LinuxPPS API ver. 1 registered
 pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
 PTP clock support registered
 EDAC MC: Ver: 3.0.0
 Registered efivars operations
 PCI: Using ACPI for IRQ routing
 PCI: pci_cache_line_size set to 64 bytes
 e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
 e820: reserve RAM buffer [mem 0x00088000-0x0008ffff]
 e820: reserve RAM buffer [mem 0x8db2e000-0x8fffffff]
 e820: reserve RAM buffer [mem 0x9bbdf000-0x9bffffff]
 e820: reserve RAM buffer [mem 0x9d000000-0x9fffffff]
 e820: reserve RAM buffer [mem 0x15f000000-0x15fffffff]
 NetLabel: Initializing
 NetLabel:  domain hash size = 128
 NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
 NetLabel:  unlabeled traffic allowed by default
 hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
 hpet0: 8 comparators, 64-bit 14.318180 MHz counter
 clocksource: Switched to clocksource tsc-early
 *** VALIDATE bpf ***
 VFS: Disk quotas dquot_6.6.0
 VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
 *** VALIDATE ramfs ***
 *** VALIDATE hugetlbfs ***
 AppArmor: AppArmor Filesystem Enabled
 pnp: PnP ACPI init
 system 00:00: [io  0x0680-0x069f] has been reserved
 system 00:00: [io  0xfd60-0xfd63] has been reserved
 system 00:00: [io  0xffff] has been reserved
 system 00:00: [io  0xffff] has been reserved
 system 00:00: [io  0xffff] has been reserved
 system 00:00: [io  0x1800-0x18fe] has been reserved
 system 00:00: [io  0x164e-0x164f] has been reserved
 system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
 pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
 system 00:02: [io  0x1854-0x1857] has been reserved
 system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
 pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
 pnp 00:04: Plug and Play ACPI device, IDs SYN1eb1 SYN1e00 SYN0002 PNP0f13 (active)
 system 00:05: [mem 0xfe104000-0xfe104fff] has been reserved
 system 00:05: [mem 0xfe106000-0xfe106fff] has been reserved
 system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
 system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved
 system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
 system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
 system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
 system 00:06: [mem 0xe0000000-0xefffffff] has been reserved
 system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
 system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
 system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
 system 00:06: [mem 0xff000000-0xff000fff] has been reserved
 system 00:06: [mem 0xff010000-0xffffffff] could not be reserved
 system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
 system 00:06: [mem 0xa0010000-0xa001ffff] has been reserved
 system 00:06: [mem 0xa0000000-0xa000ffff] has been reserved
 system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
 pnp: PnP ACPI: found 7 devices
 thermal_sys: Registered thermal governor 'fair_share'
 thermal_sys: Registered thermal governor 'bang_bang'
 thermal_sys: Registered thermal governor 'step_wise'
 thermal_sys: Registered thermal governor 'user_space'
 thermal_sys: Registered thermal governor 'power_allocator'
 clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
 pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
 pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
 pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000 add_align 100000
 pci 0000:00:1c.0: BAR 14: assigned [mem 0xa0100000-0xa02fffff]
 pci 0000:00:1c.0: BAR 15: assigned [mem 0xa0300000-0xa04fffff 64bit pref]
 pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x2fff]
 pci 0000:00:1c.0: PCI bridge to [bus 01]
 pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
 pci 0000:00:1c.0:   bridge window [mem 0xa0100000-0xa02fffff]
 pci 0000:00:1c.0:   bridge window [mem 0xa0300000-0xa04fffff 64bit pref]
 pci 0000:00:1c.1: PCI bridge to [bus 02]
 pci 0000:00:1c.1:   bridge window [mem 0xc1300000-0xc13fffff]
 pci 0000:00:1c.2: PCI bridge to [bus 03]
 pci 0000:00:1c.2:   bridge window [mem 0xc1200000-0xc12fffff]
 pci 0000:00:1c.3: PCI bridge to [bus 04]
 pci 0000:00:1c.3:   bridge window [io  0x3000-0x3fff]
 pci 0000:00:1c.3:   bridge window [mem 0xc1100000-0xc11fffff]
 pci 0000:00:1c.3:   bridge window [mem 0xc1000000-0xc10fffff 64bit pref]
 pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
 pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
 pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
 pci_bus 0000:00: resource 7 [mem 0xa0000000-0xfeafffff window]
 pci_bus 0000:01: resource 0 [io  0x2000-0x2fff]
 pci_bus 0000:01: resource 1 [mem 0xa0100000-0xa02fffff]
 pci_bus 0000:01: resource 2 [mem 0xa0300000-0xa04fffff 64bit pref]
 pci_bus 0000:02: resource 1 [mem 0xc1300000-0xc13fffff]
 pci_bus 0000:03: resource 1 [mem 0xc1200000-0xc12fffff]
 pci_bus 0000:04: resource 0 [io  0x3000-0x3fff]
 pci_bus 0000:04: resource 1 [mem 0xc1100000-0xc11fffff]
 pci_bus 0000:04: resource 2 [mem 0xc1000000-0xc10fffff 64bit pref]
 NET: Registered protocol family 2
 tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
 TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
 TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
 TCP: Hash tables configured (established 32768 bind 32768)
 UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
 UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
 NET: Registered protocol family 1
 NET: Registered protocol family 44
 pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
 pci 0000:00:14.0: can't derive routing for PCI INT A
 pci 0000:00:14.0: PCI INT A: no GSI
 PCI: CLS 64 bytes, default 64
 Trying to unpack rootfs image as initramfs...
 Freeing initrd memory: 12780K
 PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
 software IO TLB: mapped [mem 0x8f13d000-0x9313d000] (64MB)
 check: Scanning for low memory corruption every 60 seconds
 Initialise system trusted keyrings
 Key type blacklist registered
 workingset: timestamp_bits=41 max_order=20 bucket_order=0
 zbud: loaded
 Key type asymmetric registered
 Asymmetric key parser 'x509' registered
 Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
 io scheduler mq-deadline registered
 io scheduler kyber registered
 io scheduler bfq registered
 shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
 efifb: probing for efifb
 efifb: showing boot graphics
 efifb: framebuffer at 0xb0000000, using 4160k, total 4160k
 efifb: mode is 1366x768x32, linelength=5504, pages=1
 efifb: scrolling: redraw
 efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
 fbcon: Deferring console take-over
 fb0: EFI VGA frame buffer device
 intel_idle: MWAIT substates: 0x11142120
 intel_idle: v0.4.1 model 0x3D
 intel_idle: lapic_timer_reliable_states 0xffffffff
 input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0C0D:00/input/input0
 ACPI: Lid Switch [LID0]
 input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
 ACPI: Power Button [PWRB]
 input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
 ACPI: Power Button [PWRF]
 ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.LPCB.HEC.ECRD], AE_NOT_FOUND (20190816/psargs-330)
 ACPI Error: Aborting method \_TZ.TZ00._TMP due to previous error (AE_NOT_FOUND) (20190816/psparse-529)
 ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.LPCB.HEC.ECRD], AE_NOT_FOUND (20190816/psargs-330)
 ACPI Error: Aborting method \_TZ.TZ00._TMP due to previous error (AE_NOT_FOUND) (20190816/psparse-529)
 ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.LPCB.HEC.ECRD], AE_NOT_FOUND (20190816/psargs-330)
 ACPI Error: Aborting method \_TZ.TZ01._TMP due to previous error (AE_NOT_FOUND) (20190816/psparse-529)
 ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.LPCB.HEC.ECRD], AE_NOT_FOUND (20190816/psargs-330)
 ACPI Error: Aborting method \_TZ.TZ01._TMP due to previous error (AE_NOT_FOUND) (20190816/psparse-529)
 thermal LNXTHERM:02: registered as thermal_zone0
 ACPI: Thermal Zone [TZ02] (28 C)
 Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
 AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
 AMD-Vi: AMD IOMMUv2 functionality not available on this system
 usbcore: registered new interface driver usbserial_generic
 usbserial: USB Serial support registered for generic
 rtc_cmos 00:01: RTC can wake from S4
 rtc_cmos 00:01: registered as rtc0
 rtc_cmos 00:01: alarms up to one month, 242 bytes nvram, hpet irqs
 intel_pstate: Intel P-state driver initializing
 ledtrig-cpu: registered to indicate activity on CPUs
 drop_monitor: Initializing network drop monitor service
 NET: Registered protocol family 10
 Segment Routing with IPv6
 NET: Registered protocol family 17
 RAS: Correctable Errors collector initialized.
 microcode: sig=0x306d4, pf=0x80, revision=0x2f
 microcode: Microcode Update Driver: v2.2.
 IPI shorthand broadcast: enabled
 sched_clock: Marking stable (1276548126, 864124)->(1286834682, -9422432)
 registered taskstats version 1
 Loading compiled-in X.509 certificates
 Loaded X.509 cert 'Build time autogenerated kernel key: df4b4ad43f1b7936e43b14e18eef17ae9abe0311'
 zswap: loaded using pool lzo/zbud
 Key type ._fscrypt registered
 Key type .fscrypt registered
 Key type big_key registered
 AppArmor: AppArmor sha1 policy hashing enabled
 PM:   Magic number: 4:575:733
 hwmon hwmon0: hash matches
 rtc_cmos 00:01: setting system clock to 2020-09-08T12:42:23 UTC (1599568943)
 Freeing unused decrypted memory: 2040K
 Freeing unused kernel image memory: 1644K
 Write protecting the kernel read-only data: 18432k
 Freeing unused kernel image memory: 2008K
 Freeing unused kernel image memory: 4K
 x86/mm: Checked W+X mappings: passed, no W+X pages found.
 x86/mm: Checking user space page tables
 x86/mm: Checked W+X mappings: passed, no W+X pages found.
 Run /init as init process
 i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
 serio: i8042 KBD port at 0x60,0x64 irq 1
 serio: i8042 AUX port at 0x60,0x64 irq 12
 SCSI subsystem initialized
 xhci_hcd 0000:00:14.0: can't derive routing for PCI INT A
 xhci_hcd 0000:00:14.0: PCI INT A: no GSI
 xhci_hcd 0000:00:14.0: xHCI Host Controller
 xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
 xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x000000000004b810
 xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
 usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
 usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
 usb usb1: Product: xHCI Host Controller
 usb usb1: Manufacturer: Linux 5.4.62-1-MANJARO xhci-hcd
 usb usb1: SerialNumber: 0000:00:14.0
 hub 1-0:1.0: USB hub found
 hub 1-0:1.0: 11 ports detected
 xhci_hcd 0000:00:14.0: xHCI Host Controller
 xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
 xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
 usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
 usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
 usb usb2: Product: xHCI Host Controller
 usb usb2: Manufacturer: Linux 5.4.62-1-MANJARO xhci-hcd
 usb usb2: SerialNumber: 0000:00:14.0
 hub 2-0:1.0: USB hub found
 hub 2-0:1.0: 4 ports detected
 libata version 3.00 loaded.
 ahci 0000:00:1f.2: version 3.0
 ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 3 ports 6 Gbps 0x1 impl SATA mode
 ahci 0000:00:1f.2: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst 
 scsi host0: ahci
 scsi host1: ahci
 scsi host2: ahci
 ata1: SATA max UDMA/133 abar m2048@0xc141c000 port 0xc141c100 irq 48
 ata2: DUMMY
 ata3: DUMMY
 input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
 usb 1-2: new full-speed USB device number 2 using xhci_hcd
 ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
 ata1.00: ATA-11: KINGSTON SA400S37240G, SBFKB1D1, max UDMA/133
 ata1.00: 468862128 sectors, multi 16: LBA48 NCQ (depth 32), AA
 ata1.00: configured for UDMA/133
 scsi 0:0:0:0: Direct-Access     ATA      KINGSTON SA400S3 B1D1 PQ: 0 ANSI: 5
 sd 0:0:0:0: [sda] 468862128 512-byte logical blocks: (240 GB/224 GiB)
 sd 0:0:0:0: [sda] Write Protect is off
 sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
 sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
  sda: sda1 sda2
 sd 0:0:0:0: [sda] Attached SCSI disk
 usb 1-2: New USB device found, idVendor=046d, idProduct=c534, bcdDevice=29.00
 usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
 usb 1-2: Product: USB Receiver
 usb 1-2: Manufacturer: Logitech
 hidraw: raw HID events driver (C) Jiri Kosina
 usbcore: registered new interface driver usbhid
 usbhid: USB HID core driver
 input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:046D:C534.0001/input/input5
 EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
 hid-generic 0003:046D:C534.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-2/input0
 input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C534.0002/input/input6
 input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C534.0002/input/input7
 random: fast init done
 usb 1-3: new high-speed USB device number 3 using xhci_hcd
 input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C534.0002/input/input8
 hid-generic 0003:046D:C534.0002: input,hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-2/input1
 tsc: Refined TSC clocksource calibration: 997.690 MHz
 clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1cc321c3cba, max_idle_ns: 881590491283 ns
 clocksource: Switched to clocksource tsc
 systemd[1]: systemd 246.4-1-manjaro running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
 systemd[1]: Detected architecture x86-64.
 systemd[1]: Set hostname to <mgf-pavilionx360>.
 usb 1-3: New USB device found, idVendor=0bda, idProduct=5776, bcdDevice= 0.08
 usb 1-3: New USB device strings: Mfr=3, Product=1, SerialNumber=2
 usb 1-3: Product: HP Truevision HD
 usb 1-3: Manufacturer: DECTK019I7R5PT
 usb 1-3: SerialNumber: 200901010001
 usb 1-4: new full-speed USB device number 4 using xhci_hcd
 systemd[1]: /usr/lib/systemd/system/gdm.service:28: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
 systemd[1]: Queued start job for default target Graphical Interface.
 systemd[1]: Created slice system-getty.slice.
 systemd[1]: Created slice system-modprobe.slice.
 systemd[1]: Created slice system-systemd\x2dfsck.slice.
 systemd[1]: Created slice User and Session Slice.
 systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
 systemd[1]: Started Forward Password Requests to Wall Directory Watch.
 systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
 systemd[1]: Reached target Local Encrypted Volumes.
 systemd[1]: Reached target Login Prompts.
 systemd[1]: Reached target Remote File Systems.
 systemd[1]: Reached target Slices.
 systemd[1]: Reached target Swap.
 systemd[1]: Listening on Device-mapper event daemon FIFOs.
 systemd[1]: Listening on LVM2 metadata daemon socket.
 systemd[1]: Listening on LVM2 poll daemon socket.
 usb 1-4: New USB device found, idVendor=8087, idProduct=07dc, bcdDevice= 0.01
 usb 1-4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
 systemd[1]: Listening on Process Core Dump Socket.
 systemd[1]: Listening on Journal Audit Socket.
 systemd[1]: Listening on Journal Socket (/dev/log).
 systemd[1]: Listening on Journal Socket.
 systemd[1]: Listening on udev Control Socket.
 systemd[1]: Listening on udev Kernel Socket.
 systemd[1]: Mounting Huge Pages File System...
 systemd[1]: Mounting POSIX Message Queue File System...
 systemd[1]: Mounting Kernel Debug File System...
 systemd[1]: Mounting Kernel Trace File System...
 systemd[1]: Starting Load AppArmor profiles...
 systemd[1]: Starting Create list of static device nodes for the current kernel...
 systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
 systemd[1]: Starting Load Kernel Module drm...
 systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
 systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
 systemd[1]: Starting Journal Service...
 systemd[1]: Starting Load Kernel Modules...
 systemd[1]: Starting Remount Root and Kernel File Systems...
 systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
 systemd[1]: Starting Coldplug All udev Devices...
 systemd[1]: Mounted Huge Pages File System.
 systemd[1]: Mounted POSIX Message Queue File System.
 systemd[1]: Mounted Kernel Debug File System.
 systemd[1]: Mounted Kernel Trace File System.
 Linux agpgart interface v0.103
 systemd[1]: Finished Create list of static device nodes for the current kernel.
 EXT4-fs (sda2): re-mounted. Opts: (null)
 systemd[1]: Finished Remount Root and Kernel File Systems.
 systemd[1]: Condition check resulted in First Boot Wizard being skipped.
 systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
 systemd[1]: Starting Load/Save Random Seed...
 systemd[1]: Condition check resulted in Create System Users being skipped.
 systemd[1]: Starting Create Static Device Nodes in /dev...
 random: lvm: uninitialized urandom read (4 bytes read)
 systemd[1]: Finished Load Kernel Modules.
 systemd[1]: Condition check resulted in FUSE Control File System being skipped.
 systemd[1]: Mounting Kernel Configuration File System...
 systemd[1]: Starting Apply Kernel Variables...
 systemd[1]: Mounted Kernel Configuration File System.
 systemd[1]: Finished Create Static Device Nodes in /dev.
 systemd[1]: Starting Rule-based Manager for Device Events and Files...
 systemd[1]: Finished Apply Kernel Variables.
 systemd[1]: Starting CLI Netfilter Manager...
 systemd[1]: modprobe@drm.service: Succeeded.
 systemd[1]: Finished Load Kernel Module drm.
 systemd[1]: Finished CLI Netfilter Manager.
 systemd[1]: Finished Coldplug All udev Devices.
 audit: type=1400 audit(1599568945.234:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=259 comm="apparmor_parser"
 audit: type=1400 audit(1599568945.417:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=266 comm="apparmor_parser"
 audit: type=1400 audit(1599568945.417:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=266 comm="apparmor_parser"
 systemd[1]: Started Journal Service.
 audit: type=1130 audit(1599568945.540: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'
 audit: type=1130 audit(1599568945.544:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
 audit: type=1130 audit(1599568945.544:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
 input: HP Wireless hotkeys as /devices/virtual/input/input11
 input: Intel Virtual Button driver as /devices/platform/INT33D6:00/input/input12
 i2c_hid i2c-ITE33D1:00: i2c-ITE33D1:00 supply vdd not found, using dummy regulator
 i2c_hid i2c-ITE33D1:00: i2c-ITE33D1:00 supply vddl not found, using dummy regulator
 hp_accel: laptop model unknown, using default axes configuration
 ACPI: AC Adapter [ACAD] (on-line)
 battery: [Firmware Bug]: battery: (dis)charge rate invalid.
 battery: ACPI: Battery Slot [BAT1] (battery present)
 hid-generic 0018:048D:8350.0003: hidraw2: I2C HID v1.00 Device [ITE33D1:00 048D:8350] on i2c-ITE33D1:00
 wmi_bus wmi_bus-PNP0C14:00: WQBJ data block query control method not found
 i2c_hid i2c-ELAN0732:00: i2c-ELAN0732:00 supply vdd not found, using dummy regulator
 i2c_hid i2c-ELAN0732:00: i2c-ELAN0732:00 supply vddl not found, using dummy regulator
 ACPI: watchdog: Skipping WDAT on this system because it uses RTC SRAM
 i801_smbus 0000:00:1f.3: SPD Write Disable is set
 i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
 ACPI: watchdog: Skipping WDAT on this system because it uses RTC SRAM
 random: crng init done
 input: ELAN0732:00 04F3:0358 Touchscreen as /devices/pci0000:00/INT3433:00/i2c-1/i2c-ELAN0732:00/0018:04F3:0358.0004/input/input13
 input: ELAN0732:00 04F3:0358 as /devices/pci0000:00/INT3433:00/i2c-1/i2c-ELAN0732:00/0018:04F3:0358.0004/input/input14
 input: ELAN0732:00 04F3:0358 as /devices/pci0000:00/INT3433:00/i2c-1/i2c-ELAN0732:00/0018:04F3:0358.0004/input/input15
 hid-generic 0018:04F3:0358.0004: input,hidraw3: I2C HID v1.00 Device [ELAN0732:00 04F3:0358] on i2c-ELAN0732:00
 audit: type=1130 audit(1599568946.224:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
 audit: type=1400 audit(1599568946.330:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=276 comm="apparmor_parser"
 audit: type=1400 audit(1599568946.330:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=276 comm="apparmor_parser"
 input: PC Speaker as /devices/platform/pcspkr/input/input17
 cfg80211: Loading compiled-in X.509 certificates for regulatory database
 cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
 RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
 RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
 RAPL PMU: hw unit of domain package 2^-14 Joules
 RAPL PMU: hw unit of domain dram 2^-14 Joules
 RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
 r8169 0000:04:00.0: can't disable ASPM; OS doesn't have ASPM control
 libphy: r8169: probed
 r8169 0000:04:00.0 eth0: RTL8106e, d0:bf:9c:5a:6c:fb, XID 449, IRQ 51
 cryptd: max_cpu_qlen set to 1000
 snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC3227: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
 snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
 snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
 snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
 snd_hda_codec_realtek hdaudioC1D0:    inputs:
 snd_hda_codec_realtek hdaudioC1D0:      Mic=0x19
 snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
 input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input19
 input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input20
 AVX2 version of gcm_enc/dec engaged.
 AES CTR mode by8 optimization enabled
 Intel(R) Wireless WiFi driver for Linux
 Copyright(c) 2003- 2015 Intel Corporation
 iTCO_vendor_support: vendor-support=0
 iwlwifi 0000:02:00.0: loaded firmware version 17.3216344376.0 op_mode iwlmvm
 checking generic (b0000000 410000) vs hw (b0000000 10000000)
 fb0: switching to inteldrmfb from EFI VGA
 i915 0000:00:02.0: vgaarb: deactivate vga console
 iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
 iTCO_wdt: Found a Wildcat Point_LP TCO device (Version=2, TCOBASE=0x1860)
 [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
 [drm] Driver supports precise vblank timestamp query.
 i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
 iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
 [drm] Initialized i915 1.6.0 20190822 for 0000:00:02.0 on minor 0
 ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
 input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input22
 snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
 fbcon: i915drmfb (fb0) is primary device
 fbcon: Deferring console take-over
 i915 0000:00:02.0: fb0: i915drmfb frame buffer device
 input: ELAN0732:00 04F3:0358 as /devices/pci0000:00/INT3433:00/i2c-1/i2c-ELAN0732:00/0018:04F3:0358.0004/input/input23
 input: ELAN0732:00 04F3:0358 UNKNOWN as /devices/pci0000:00/INT3433:00/i2c-1/i2c-ELAN0732:00/0018:04F3:0358.0004/input/input24
 input: ELAN0732:00 04F3:0358 UNKNOWN as /devices/pci0000:00/INT3433:00/i2c-1/i2c-ELAN0732:00/0018:04F3:0358.0004/input/input25
 hid-multitouch 0018:04F3:0358.0004: input,hidraw2: I2C HID v1.00 Device [ELAN0732:00 04F3:0358] on i2c-ELAN0732:00
 input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input27
 input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input28
 input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input29
 input: HDA Intel HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.0/sound/card0/input30
 input: HDA Intel HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.0/sound/card0/input31
 mousedev: PS/2 mouse device common for all mice
 iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band Wireless AC 3160, REV=0x164
 intel-spi intel-spi: en25qh64 (8192 Kbytes)
 iwlwifi 0000:02:00.0: base HW address: a0:88:69:ce:9d:0c
 Creating 1 MTD partitions on "intel-spi":
 0x000000000000-0x000000800000 : "BIOS"
 lis3lv02d: 8 bits 3DC sensor found
 r8169 0000:04:00.0 enp4s0: renamed from eth0
 ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
 loop: module loaded
 squashfs: version 4.0 (2009/01/31) Phillip Lougher
 input: HP WMI hotkeys as /devices/virtual/input/input21
 iwlwifi 0000:02:00.0 wlp2s0: renamed from wlan0
 psmouse serio1: synaptics: queried max coordinates: x [..5672], y [..4722]
 kauditd_printk_skb: 18 callbacks suppressed
 audit: type=1130 audit(1599568947.720:29): 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'
 kvm: disabled by bios
 psmouse serio1: synaptics: queried min coordinates: x [1380..], y [1192..]
 psmouse serio1: synaptics: Your touchpad (PNP: SYN1eb1 SYN1e00 SYN0002 PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@vger.kernel.org.
 audit: type=1130 audit(1599568947.774:30): 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'
 kvm: disabled by bios
 audit: type=1130 audit(1599568947.860: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'
 RTL8208 Fast Ethernet r8169-400:00: attached PHY driver [RTL8208 Fast Ethernet] (mii_bus:phy_addr=r8169-400:00, irq=IGNORE)
 kvm: disabled by bios
 psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd00223/0x840300/0x126800/0x0, board id: 2942, fw id: 1590922
 intel_rapl_common: Found RAPL domain package
 intel_rapl_common: Found RAPL domain core
 intel_rapl_common: Found RAPL domain uncore
 intel_rapl_common: Found RAPL domain dram
 intel_rapl_common: RAPL package-0 domain package locked by BIOS
 intel_rapl_common: RAPL package-0 domain dram locked by BIOS
 kvm: disabled by bios
 audit: type=1130 audit(1599568947.984:32): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
 input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input18
 audit: type=1100 audit(1599568948.020:33): pid=618 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:authentication grantors=pam_succeed_if,pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=mgf-pavilionx360 addr=? terminal=/dev/tty1 res=success'
 audit: type=1101 audit(1599568948.020:34): pid=618 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_succeed_if,pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=mgf-pavilionx360 addr=? terminal=/dev/tty1 res=success'
 audit: type=1103 audit(1599568948.020:35): pid=618 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=mgf-pavilionx360 addr=? terminal=/dev/tty1 res=success'
 audit: type=1130 audit(1599568948.030:36): 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'
 audit: type=1006 audit(1599568948.097:37): pid=618 uid=0 subj==unconfined old-auid=4294967295 auid=120 tty=(none) old-ses=4294967295 ses=1 res=1
 audit: type=1130 audit(1599568948.120:38): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=user-runtime-dir@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
 r8169 0000:04:00.0 enp4s0: Link is Down
 input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input32
 Bluetooth: Core ver 2.22
 NET: Registered protocol family 31
 Bluetooth: HCI device and connection manager initialized
 Bluetooth: HCI socket layer initialized
 Bluetooth: L2CAP socket layer initialized
 Bluetooth: SCO socket layer initialized
 mc: Linux media interface: v0.10
 logitech-djreceiver 0003:046D:C534.0001: hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-2/input0
 videodev: Linux video capture interface: v2.00
 usbcore: registered new interface driver btusb
 Bluetooth: hci0: read Intel version: 370710010002030d00
 Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.7.10-fw-1.0.2.3.d.bseq
 Bluetooth: BNEP (Ethernet Emulation) ver 1.3
 Bluetooth: BNEP filters: protocol multicast
 Bluetooth: BNEP socket layer initialized
 logitech-djreceiver 0003:046D:C534.0002: hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-2/input1
 uvcvideo: Found UVC 1.00 device HP Truevision HD (0bda:5776)
 uvcvideo 1-3:1.0: Entity type for entity Extension 5 was not initialized!
 uvcvideo 1-3:1.0: Entity type for entity Extension 2 was not initialized!
 uvcvideo 1-3:1.0: Entity type for entity Processing 3 was not initialized!
 uvcvideo 1-3:1.0: Entity type for entity Camera 1 was not initialized!
 input: HP Truevision HD: HP Truevision as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/input/input33
 usbcore: registered new interface driver uvcvideo
 USB Video Class driver (1.1.1)
 logitech-djreceiver 0003:046D:C534.0002: device of type eQUAD nano Lite (0x0a) connected on slot 1
 input: Logitech Wireless Keyboard PID:4023 Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C534.0002/0003:046D:4023.0005/input/input34
 input: Logitech Wireless Keyboard PID:4023 Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C534.0002/0003:046D:4023.0005/input/input35
 input: Logitech Wireless Keyboard PID:4023 System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C534.0002/0003:046D:4023.0005/input/input36
 hid-generic 0003:046D:4023.0005: input,hidraw3: USB HID v1.11 Keyboard [Logitech Wireless Keyboard PID:4023] on usb-0000:00:14.0-2/input1:1
 logitech-djreceiver 0003:046D:C534.0002: device of type eQUAD nano Lite (0x0a) connected on slot 2
 input: Logitech Wireless Mouse PID:4022 Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C534.0002/0003:046D:4022.0006/input/input41
 hid-generic 0003:046D:4022.0006: input,hidraw4: USB HID v1.11 Mouse [Logitech Wireless Mouse PID:4022] on usb-0000:00:14.0-2/input1:2
 Bluetooth: hci0: unexpected event for opcode 0xfc2f
 Bluetooth: hci0: Intel firmware patch completed and activated
 NET: Registered protocol family 38
 input: Logitech Wireless Keyboard PID:4023 as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C534.0002/0003:046D:4023.0005/input/input45
 logitech-hidpp-device 0003:046D:4023.0005: input,hidraw3: USB HID v1.11 Keyboard [Logitech Wireless Keyboard PID:4023] on usb-0000:00:14.0-2/input1:1
 input: Logitech Wireless Mouse PID:4022 as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C534.0002/0003:046D:4022.0006/input/input46
 logitech-hidpp-device 0003:046D:4022.0006: input,hidraw4: USB HID v1.11 Mouse [Logitech Wireless Mouse PID:4022] on usb-0000:00:14.0-2/input1:2
 rfkill: input handler disabled
 Bluetooth: RFCOMM TTY layer initialized
 Bluetooth: RFCOMM socket layer initialized
 Bluetooth: RFCOMM ver 1.11
 kauditd_printk_skb: 14 callbacks suppressed
 audit: type=1131 audit(1599568953.014:53): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=snapd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
 audit: type=1130 audit(1599568953.210:54): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=fprintd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
 audit: type=1131 audit(1599568953.717:55): 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'
 logitech-hidpp-device 0003:046D:4022.0006: HID++ 2.0 device connected.
 audit: type=1131 audit(1599568958.224:56): 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'
 wlp2s0: authenticate with 24:fd:0d:33:2c:bd
 wlp2s0: send auth to 24:fd:0d:33:2c:bd (try 1/3)
 wlp2s0: authenticated
 wlp2s0: associate with 24:fd:0d:33:2c:bd (try 1/3)
 wlp2s0: RX AssocResp from 24:fd:0d:33:2c:bd (capab=0x411 status=0 aid=3)
 wlp2s0: associated
 IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
 logitech-hidpp-device 0003:046D:4023.0005: HID++ 2.0 device connected.
 audit: type=1130 audit(1599568959.180:57): 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'
 audit: type=1130 audit(1599568959.207:58): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=NetworkManager-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
 audit: type=1130 audit(1599568959.240:59): 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'
 audit: type=1100 audit(1599568962.220:60): pid=1195 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="mgf-x360" exe="/usr/lib/gdm-session-worker" hostname=mgf-pavilionx360 addr=? terminal=/dev/tty1 res=success'
 audit: type=1101 audit(1599568962.220:61): pid=1195 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="mgf-x360" exe="/usr/lib/gdm-session-worker" hostname=mgf-pavilionx360 addr=? terminal=/dev/tty1 res=success'
 audit: type=1103 audit(1599568962.224:62): pid=1195 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="mgf-x360" exe="/usr/lib/gdm-session-worker" hostname=mgf-pavilionx360 addr=? terminal=/dev/tty1 res=success'
 audit: type=1006 audit(1599568962.230:63): pid=1195 uid=0 subj==unconfined old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=3 res=1
 audit: type=1130 audit(1599568962.254:64): 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'
 audit: type=1101 audit(1599568962.267:65): pid=1264 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="mgf-x360" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
 rfkill: input handler enabled
 fuse: init (API version 7.31)
 *** VALIDATE fuse ***
 *** VALIDATE fuse ***
 kauditd_printk_skb: 6 callbacks suppressed
 audit: type=1130 audit(1599568965.167:72): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
 rfkill: input handler disabled
 audit: type=1131 audit(1599568969.217: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'
 audit: type=1131 audit(1599568983.227:74): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=fprintd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
 audit: type=1130 audit(1599568986.904:75): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=fprintd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
 audit: type=1100 audit(1599568989.784:76): pid=1783 uid=1000 auid=1000 ses=4 subj==unconfined msg='op=PAM:authentication grantors=pam_unix acct="mgf-x360" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
 audit: type=1101 audit(1599568989.787:77): pid=1783 uid=1000 auid=1000 ses=4 subj==unconfined msg='op=PAM:accounting grantors=pam_permit,pam_time acct="mgf-x360" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
 audit: type=1110 audit(1599568989.787:78): pid=1783 uid=0 auid=1000 ses=4 subj==unconfined msg='op=PAM:setcred grantors=pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
 audit: type=1105 audit(1599568989.790:79): pid=1783 uid=0 auid=1000 ses=4 subj==unconfined msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'

and on the working kernel

 microcode: microcode updated early to revision 0x2f, date = 2019-11-12
 Linux version 5.6.19-3-rt12-MANJARO (builder@1a4db5d6366b) (gcc version 10.2.0 (GCC)) #1 SMP PREEMPT_RT Sat Aug 22 13:15:07 UTC 2020
 Command line: BOOT_IMAGE=/boot/vmlinuz-5.6-rt-x86_64 root=UUID=5cf1d04a-4e29-4bdd-aa2b-e087697999aa rw quiet apparmor=1 security=apparmor udev.log_priority=3
 KERNEL supported cpus:
   Intel GenuineIntel
   AMD AuthenticAMD
   Hygon HygonGenuine
   Centaur CentaurHauls
   zhaoxin   Shanghai  
 x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
 x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
 x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
 x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
 x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
 BIOS-provided physical RAM map:
 BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
 BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
 BIOS-e820: [mem 0x0000000000059000-0x0000000000087fff] usable
 BIOS-e820: [mem 0x0000000000088000-0x000000000009ffff] reserved
 BIOS-e820: [mem 0x0000000000100000-0x000000009bbdefff] usable
 BIOS-e820: [mem 0x000000009bbdf000-0x000000009bddefff] type 20
 BIOS-e820: [mem 0x000000009bddf000-0x000000009cc8efff] reserved
 BIOS-e820: [mem 0x000000009cc8f000-0x000000009cf8efff] ACPI NVS
 BIOS-e820: [mem 0x000000009cf8f000-0x000000009cffefff] ACPI data
 BIOS-e820: [mem 0x000000009cfff000-0x000000009cffffff] usable
 BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
 BIOS-e820: [mem 0x00000000feb00000-0x00000000feb03fff] reserved
 BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
 BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
 BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
 BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
 BIOS-e820: [mem 0x00000000ffa00000-0x00000000ffffffff] reserved
 BIOS-e820: [mem 0x0000000100000000-0x000000015effffff] usable
 NX (Execute Disable) protection: active
 efi: EFI v2.40 by INSYDE Corp.
 efi:  SMBIOS=0x9be82000  ESRT=0x9bf8e318  ACPI 2.0=0x9cffe014 
 SMBIOS 2.7 present.
 DMI: Hewlett-Packard HP Pavilion 11 x360 PC/8050, BIOS F.28 08/11/2015
 tsc: Fast TSC calibration using PIT
 tsc: Detected 997.670 MHz processor
 e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
 e820: remove [mem 0x000a0000-0x000fffff] usable
 last_pfn = 0x15f000 max_arch_pfn = 0x400000000
 MTRR default type: uncachable
 MTRR fixed ranges enabled:
   00000-9FFFF write-back
   A0000-BFFFF uncachable
   C0000-E7FFF write-protect
   E8000-EFFFF write-combining
   F0000-FFFFF write-protect
 MTRR variable ranges enabled:
   0 base 0000000000 mask 7F80000000 write-back
   1 base 0080000000 mask 7FE0000000 write-back
   2 base 009D000000 mask 7FFF000000 uncachable
   3 base 009E000000 mask 7FFE000000 uncachable
   4 base 00FFA00000 mask 7FFFE00000 write-protect
   5 base 00FFC00000 mask 7FFFC00000 write-protect
   6 base 0100000000 mask 7F80000000 write-back
   7 base 015F000000 mask 7FFF000000 uncachable
   8 base 0160000000 mask 7FE0000000 uncachable
   9 disabled
 x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
 last_pfn = 0x9d000 max_arch_pfn = 0x400000000
 check: Scanning 1 areas for low memory corruption
 Using GB pages for direct mapping
 BRK [0x54601000, 0x54601fff] PGTABLE
 BRK [0x54602000, 0x54602fff] PGTABLE
 BRK [0x54603000, 0x54603fff] PGTABLE
 BRK [0x54604000, 0x54604fff] PGTABLE
 BRK [0x54605000, 0x54605fff] PGTABLE
 BRK [0x54606000, 0x54606fff] PGTABLE
 Secure boot could not be determined
 RAMDISK: [mem 0x366f9000-0x37373fff]
 ACPI: Early table checksum verification disabled
 ACPI: RSDP 0x000000009CFFE014 000024 (v02 HPQOEM)
 ACPI: XSDT 0x000000009CFC9188 0000DC (v01 HPQOEM SLIC-MPC 00000001      01000013)
 ACPI: FACP 0x000000009CFEF000 00010C (v05 HPQOEM SLIC-MPC 00000001 HP   00040000)
 ACPI: DSDT 0x000000009CFDA000 00F00D (v02 HPQOEM SLIC-MPC 00000000 ACPI 00040000)
 ACPI: FACS 0x000000009CF87000 000040
 ACPI: UEFI 0x000000009CFFD000 000236 (v01 HPQOEM INSYDE   00000001 HP   00040000)
 ACPI: UEFI 0x000000009CFFC000 000042 (v01 HPQOEM INSYDE   00000000 HP   00040000)
 ACPI: SSDT 0x000000009CFF5000 0064CA (v01 HPQOEM INSYDE   00001000 ACPI 00040000)
 ACPI: MSDM 0x000000009CFF4000 000055 (v03 HPQOEM SLIC-MPC 00000001 HP   00040000)
 ACPI: ASF! 0x000000009CFF3000 0000A5 (v32 HPQOEM INSYDE   00000001 HP   00040000)
 ACPI: ASPT 0x000000009CFF2000 000034 (v07 HPQOEM INSYDE   00000001 HP   00040000)
 ACPI: BOOT 0x000000009CFF1000 000028 (v01 HPQOEM INSYDE   00000001 HP   00040000)
 ACPI: DBGP 0x000000009CFF0000 000034 (v01 HPQOEM SLIC-MPC 00000001 HP   00040000)
 ACPI: HPET 0x000000009CFEE000 000038 (v01 HPQOEM INSYDE   00000001 HP   00040000)
 ACPI: LPIT 0x000000009CFED000 000094 (v01 HPQOEM INSYDE   00000000 HP   00040000)
 ACPI: APIC 0x000000009CFEC000 00008C (v03 HPQOEM SLIC-MPC 00000001 HP   00040000)
 ACPI: MCFG 0x000000009CFEB000 00003C (v01 HPQOEM INSYDE   00000001 HP   00040000)
 ACPI: WDAT 0x000000009CFEA000 000224 (v01 HPQOEM INSYDE   00000001 HP   00040000)
 ACPI: SSDT 0x000000009CFD6000 003003 (v02 HPQOEM INSYDE   00001000 ACPI 00040000)
 ACPI: SSDT 0x000000009CFD5000 000250 (v02 HPQOEM INSYDE   00000000 ACPI 00040000)
 ACPI: SSDT 0x000000009CFD4000 000C12 (v02 HPQOEM INSYDE   00001000 ACPI 00040000)
 ACPI: SSDT 0x000000009CFD3000 000410 (v02 HPQOEM INSYDE   00003000 ACPI 00040000)
 ACPI: SSDT 0x000000009CFD2000 000B74 (v02 HPQOEM INSYDE   00003000 ACPI 00040000)
 ACPI: SSDT 0x000000009CFCB000 006186 (v02 HPQOEM INSYDE   00003000 ACPI 00040000)
 ACPI: DMAR 0x000000009CFCA000 0000A8 (v01 HPQOEM INSYDE   00000001 HP   00040000)
 ACPI: FPDT 0x000000009CFC8000 000044 (v01 HPQOEM SLIC-MPC 00000002 HP   00040000)
 ACPI: BGRT 0x000000009CFC7000 000038 (v01 HPQOEM INSYDE   00000001 HP   00040000)
 ACPI: Local APIC address 0xfee00000
 No NUMA configuration found
 Faking a node at [mem 0x0000000000000000-0x000000015effffff]
 NODE_DATA(0) allocated [mem 0x15effa000-0x15effdfff]
 Zone ranges:
   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
   Normal   [mem 0x0000000100000000-0x000000015effffff]
   Device   empty
 Movable zone start for each node
 Early memory node ranges
   node   0: [mem 0x0000000000001000-0x0000000000057fff]
   node   0: [mem 0x0000000000059000-0x0000000000087fff]
   node   0: [mem 0x0000000000100000-0x000000009bbdefff]
   node   0: [mem 0x000000009cfff000-0x000000009cffffff]
   node   0: [mem 0x0000000100000000-0x000000015effffff]
 Zeroed struct page in unavailable ranges: 21658 pages
 Initmem setup node 0 [mem 0x0000000000001000-0x000000015effffff]
 On node 0 totalpages: 1026918
   DMA zone: 64 pages used for memmap
   DMA zone: 22 pages reserved
   DMA zone: 3974 pages, LIFO batch:0
   DMA32 zone: 9904 pages used for memmap
   DMA32 zone: 633824 pages, LIFO batch:63
   Normal zone: 6080 pages used for memmap
   Normal zone: 389120 pages, LIFO batch:63
 Reserving Intel graphics memory at [mem 0x9e000000-0x9fffffff]
 ACPI: PM-Timer IO Port: 0x1808
 ACPI: Local APIC address 0xfee00000
 IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-39
 ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
 ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
 ACPI: IRQ0 used by override.
 ACPI: IRQ9 used by override.
 Using ACPI (MADT) for SMP configuration information
 ACPI: HPET id: 0x8086a201 base: 0xfed00000
 smpboot: Allowing 4 CPUs, 0 hotplug CPUs
 PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
 PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
 PM: hibernation: Registered nosave memory: [mem 0x00088000-0x0009ffff]
 PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
 PM: hibernation: Registered nosave memory: [mem 0x9bbdf000-0x9bddefff]
 PM: hibernation: Registered nosave memory: [mem 0x9bddf000-0x9cc8efff]
 PM: hibernation: Registered nosave memory: [mem 0x9cc8f000-0x9cf8efff]
 PM: hibernation: Registered nosave memory: [mem 0x9cf8f000-0x9cffefff]
 PM: hibernation: Registered nosave memory: [mem 0x9d000000-0x9dffffff]
 PM: hibernation: Registered nosave memory: [mem 0x9e000000-0x9fffffff]
 PM: hibernation: Registered nosave memory: [mem 0xa0000000-0xdfffffff]
 PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
 PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfeafffff]
 PM: hibernation: Registered nosave memory: [mem 0xfeb00000-0xfeb03fff]
 PM: hibernation: Registered nosave memory: [mem 0xfeb04000-0xfebfffff]
 PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
 PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfed0ffff]
 PM: hibernation: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
 PM: hibernation: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
 PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
 PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
 PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
 PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xff9fffff]
 PM: hibernation: Registered nosave memory: [mem 0xffa00000-0xffffffff]
 [mem 0xa0000000-0xdfffffff] available for PCI devices
 Booting paravirtualized kernel on bare hardware
 clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
 setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:4 nr_node_ids:1
 percpu: Embedded 53 pages/cpu s180224 r8192 d28672 u524288
 pcpu-alloc: s180224 r8192 d28672 u524288 alloc=1*2097152
 pcpu-alloc: [0] 0 1 2 3 
 Built 1 zonelists, mobility grouping on.  Total pages: 1010848
 Policy zone: Normal
 Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.6-rt-x86_64 root=UUID=5cf1d04a-4e29-4bdd-aa2b-e087697999aa rw quiet apparmor=1 security=apparmor udev.log_priority=3
 Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
 Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
 mem auto-init: stack:byref_all, heap alloc:on, heap free:off
 Memory: 3925508K/4107672K available (12291K kernel code, 1429K rwdata, 4264K rodata, 1572K init, 3344K bss, 182164K reserved, 0K cma-reserved)
 random: get_random_u64 called from __kmem_cache_create+0x3e/0x5c0 with crng_init=0
 SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
 Kernel/User page tables isolation: enabled
 ftrace: allocating 38109 entries in 149 pages
 ftrace: allocated 149 pages with 4 groups
 rcu: Preemptible hierarchical RCU implementation.
 rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
 rcu: 	RCU priority boosting: priority 1 delay 500 ms.
 rcu: 	RCU_SOFTIRQ processing moved to rcuc kthreads.
 	No expedited grace period (rcu_normal_after_boot).
 	Tasks RCU enabled.
 rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
 rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
 NR_IRQS: 20736, nr_irqs: 728, preallocated irqs: 16
 Console: colour dummy device 80x25
 printk: console [tty0] enabled
 ACPI: Core revision 20200110
 clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
 APIC: Switch to symmetric I/O mode setup
 DMAR: Host address width 39
 DMAR: DRHD base: 0x000000fed90000 flags: 0x0
 DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 7e1ff0505e
 DMAR: DRHD base: 0x000000fed91000 flags: 0x1
 DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c20660462 ecap f010da
 DMAR: RMRR base: 0x0000009cc65000 end: 0x0000009cc84fff
 DMAR: RMRR base: 0x0000009d800000 end: 0x0000009fffffff
 DMAR: [Firmware Bug]: No firmware reserved region can cover this RMRR [0x000000009d800000-0x000000009fffffff], contact BIOS vendor for fixes
 DMAR: [Firmware Bug]: Your BIOS is broken; bad RMRR [0x000000009d800000-0x000000009fffffff]
 BIOS vendor: Insyde; Ver: F.28; Product Version: 0979110000405F00000310180
 DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
 DMAR-IR: HPET id 0 under DRHD base 0xfed91000
 DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit.
 DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting.
 DMAR-IR: Enabled IRQ remapping in xapic mode
 x2apic: IRQ remapping doesn't support X2APIC mode
 ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
 clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1cc2fc3304d, max_idle_ns: 881590593169 ns
 Calibrating delay loop (skipped), value calculated using timer frequency.. 1996.47 BogoMIPS (lpj=3325566)
 pid_max: default: 32768 minimum: 301
 LSM: Security Framework initializing
 AppArmor: AppArmor initialized
 Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
 Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
 *** VALIDATE tmpfs ***
 *** VALIDATE proc ***
 *** VALIDATE cgroup ***
 *** VALIDATE cgroup2 ***
 x86/cpu: VMX (outside TXT) disabled by BIOS
 mce: CPU0: Thermal monitoring enabled (TM1)
 process: using mwait in idle threads
 Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
 Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
 Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
 Spectre V2 : Mitigation: Full generic retpoline
 Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
 Spectre V2 : Enabling Restricted Speculation for firmware calls
 Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
 Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
 Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
 SRBDS: Mitigation: Microcode
 MDS: Mitigation: Clear CPU buffers
 Freeing SMP alternatives memory: 32K
 smpboot: CPU0: Intel(R) Core(TM) M-5Y10c CPU @ 0.80GHz (family: 0x6, model: 0x3d, stepping: 0x4)
 Performance Events: PEBS fmt2+, Broadwell events, 16-deep LBR, full-width counters, Intel PMU driver.
 ... version:                3
 ... bit width:              48
 ... generic registers:      4
 ... value mask:             0000ffffffffffff
 ... max period:             00007fffffffffff
 ... fixed-purpose events:   3
 ... event mask:             000000070000000f
 rcu: Hierarchical SRCU implementation.
 NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
 smp: Bringing up secondary CPUs ...
 x86: Booting SMP configuration:
 .... node  #0, CPUs:      #1 #2
 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.
  #3
 smp: Brought up 1 node, 4 CPUs
 smpboot: Max logical packages: 1
 smpboot: Total of 4 processors activated (7984.91 BogoMIPS)
 devtmpfs: initialized
 x86/mm: Memory block size: 128MB
 PM: Registering ACPI NVS region [mem 0x9cc8f000-0x9cf8efff] (3145728 bytes)
 clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
 futex hash table entries: 1024 (order: 5, 131072 bytes, linear)
 pinctrl core: initialized pinctrl subsystem
 PM: RTC time: 12:39:53, date: 2020-09-08
 thermal_sys: Registered thermal governor 'fair_share'
 thermal_sys: Registered thermal governor 'bang_bang'
 thermal_sys: Registered thermal governor 'step_wise'
 thermal_sys: Registered thermal governor 'user_space'
 thermal_sys: Registered thermal governor 'power_allocator'
 NET: Registered protocol family 16
 audit: initializing netlink subsys (disabled)
 audit: type=2000 audit(1599568792.236:1): state=initialized audit_enabled=0 res=1
 cpuidle: using governor ladder
 cpuidle: using governor menu
 Simple Boot Flag at 0x44 set to 0x1
 ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
 ACPI: bus type PCI registered
 acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
 PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
 PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
 PCI: Using configuration type 1 for base access
 ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
 HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
 HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
 ACPI: Added _OSI(Module Device)
 ACPI: Added _OSI(Processor Device)
 ACPI: Added _OSI(3.0 _SCP Extensions)
 ACPI: Added _OSI(Processor Aggregator Device)
 ACPI: Added _OSI(Linux-Dell-Video)
 ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
 ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
 ACPI: 8 ACPI AML tables successfully acquired and loaded
 ACPI: Dynamic OEM Table Load:
 ACPI: SSDT 0xFFFF8F0B9A19E000 0003D3 (v02 PmRef  Cpu0Cst  00003001 INTL 20120913)
 ACPI: Dynamic OEM Table Load:
 ACPI: SSDT 0xFFFF8F0B9A00F000 0005AA (v02 PmRef  ApIst    00003000 INTL 20120913)
 ACPI: Dynamic OEM Table Load:
 ACPI: SSDT 0xFFFF8F0B99476400 000119 (v02 PmRef  ApCst    00003000 INTL 20120913)
 ACPI: EC: EC started
 ACPI: EC: interrupt blocked
 ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
 ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
 ACPI: Interpreter enabled
 ACPI: (supports S0 S3 S4 S5)
 ACPI: Using IOAPIC for interrupt routing
 PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
 ACPI: watchdog: Skipping WDAT on this system because it uses RTC SRAM
 ACPI: Enabled 5 GPEs in block 00 to 7F
 ACPI: Power Resource [PG00] (on)
 ACPI: Power Resource [PG01] (on)
 ACPI: Power Resource [PG02] (on)
 ACPI: Power Resource [FN00] (off)
 ACPI: Power Resource [FN01] (off)
 ACPI: Power Resource [FN02] (off)
 ACPI: Power Resource [FN03] (off)
 ACPI: Power Resource [FN04] (off)
 ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
 acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
 acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
 PCI host bridge to bus 0000:00
 pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
 pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
 pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
 pci_bus 0000:00: root bus resource [mem 0xa0000000-0xfeafffff window]
 pci_bus 0000:00: root bus resource [bus 00-fe]
 pci 0000:00:00.0: [8086:1604] type 00 class 0x060000
 pci 0000:00:02.0: [8086:161e] type 00 class 0x030000
 pci 0000:00:02.0: reg 0x10: [mem 0xc0000000-0xc0ffffff 64bit]
 pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
 pci 0000:00:02.0: reg 0x20: [io  0x4000-0x403f]
 pci 0000:00:02.0: BAR 2: assigned to efifb
 pci 0000:00:02.0: DMAR: Disabling IOMMU for graphics on this chipset
 pci 0000:00:03.0: [8086:160c] type 00 class 0x040300
 pci 0000:00:03.0: reg 0x10: [mem 0xc1410000-0xc1413fff 64bit]
 pci 0000:00:14.0: [8086:9cb1] type 00 class 0x0c0330
 pci 0000:00:14.0: reg 0x10: [mem 0xc1400000-0xc140ffff 64bit]
 pci 0000:00:14.0: PME# supported from D3hot D3cold
 pci 0000:00:16.0: [8086:9cba] type 00 class 0x078000
 pci 0000:00:16.0: reg 0x10: [mem 0xc1419000-0xc141901f 64bit]
 pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
 pci 0000:00:1b.0: [8086:9ca0] type 00 class 0x040300
 pci 0000:00:1b.0: reg 0x10: [mem 0xc1414000-0xc1417fff 64bit]
 pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
 pci 0000:00:1c.0: [8086:9c90] type 01 class 0x060400
 pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
 pci 0000:00:1c.1: [8086:9c92] type 01 class 0x060400
 pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
 pci 0000:00:1c.2: [8086:9c94] type 01 class 0x060400
 pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
 pci 0000:00:1c.3: [8086:9c96] type 01 class 0x060400
 pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
 pci 0000:00:1f.0: [8086:9cc7] type 00 class 0x060100
 pci 0000:00:1f.2: [8086:9c83] type 00 class 0x010601
 pci 0000:00:1f.2: reg 0x10: [io  0x4088-0x408f]
 pci 0000:00:1f.2: reg 0x14: [io  0x4094-0x4097]
 pci 0000:00:1f.2: reg 0x18: [io  0x4080-0x4087]
 pci 0000:00:1f.2: reg 0x1c: [io  0x4090-0x4093]
 pci 0000:00:1f.2: reg 0x20: [io  0x4060-0x407f]
 pci 0000:00:1f.2: reg 0x24: [mem 0xc141c000-0xc141c7ff]
 pci 0000:00:1f.2: PME# supported from D3hot
 pci 0000:00:1f.3: [8086:9ca2] type 00 class 0x0c0500
 pci 0000:00:1f.3: reg 0x10: [mem 0xc1418000-0xc14180ff 64bit]
 pci 0000:00:1f.3: reg 0x20: [io  0x4040-0x405f]
 pci 0000:00:1f.6: [8086:9ca4] type 00 class 0x118000
 pci 0000:00:1f.6: reg 0x10: [mem 0xc141b000-0xc141bfff 64bit]
 pci 0000:00:1c.0: PCI bridge to [bus 01]
 pci 0000:02:00.0: [8086:08b3] type 00 class 0x028000
 pci 0000:02:00.0: reg 0x10: [mem 0xc1300000-0xc1301fff 64bit]
 pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
 pci 0000:00:1c.1: PCI bridge to [bus 02]
 pci 0000:00:1c.1:   bridge window [mem 0xc1300000-0xc13fffff]
 pci 0000:03:00.0: [10ec:5227] type 00 class 0xff0000
 pci 0000:03:00.0: reg 0x10: [mem 0xc1200000-0xc1200fff]
 pci 0000:03:00.0: supports D1 D2
 pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
 pci 0000:00:1c.2: PCI bridge to [bus 03]
 pci 0000:00:1c.2:   bridge window [mem 0xc1200000-0xc12fffff]
 pci 0000:04:00.0: [10ec:8136] type 00 class 0x020000
 pci 0000:04:00.0: reg 0x10: [io  0x3000-0x30ff]
 pci 0000:04:00.0: reg 0x18: [mem 0xc1100000-0xc1100fff 64bit]
 pci 0000:04:00.0: reg 0x20: [mem 0xc1000000-0xc1003fff 64bit pref]
 pci 0000:04:00.0: supports D1 D2
 pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
 pci 0000:00:1c.3: PCI bridge to [bus 04]
 pci 0000:00:1c.3:   bridge window [io  0x3000-0x3fff]
 pci 0000:00:1c.3:   bridge window [mem 0xc1100000-0xc11fffff]
 pci 0000:00:1c.3:   bridge window [mem 0xc1000000-0xc10fffff 64bit pref]
 ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *7
 ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
 ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
 ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
 ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
 ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
 ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
 ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
 ACPI: EC: interrupt unblocked
 ACPI: EC: event unblocked
 ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
 ACPI: EC: GPE=0x27
 ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions and events
 iommu: Default domain type: Translated 
 pci 0000:00:02.0: vgaarb: setting as boot VGA device
 pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
 pci 0000:00:02.0: vgaarb: bridge control possible
 vgaarb: loaded
 ACPI: bus type USB registered
 usbcore: registered new interface driver usbfs
 usbcore: registered new interface driver hub
 usbcore: registered new device driver usb
 pps_core: LinuxPPS API ver. 1 registered
 pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
 PTP clock support registered
 EDAC MC: Ver: 3.0.0
 Registered efivars operations
 PCI: Using ACPI for IRQ routing
 PCI: pci_cache_line_size set to 64 bytes
 e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
 e820: reserve RAM buffer [mem 0x00088000-0x0008ffff]
 e820: reserve RAM buffer [mem 0x9bbdf000-0x9bffffff]
 e820: reserve RAM buffer [mem 0x9d000000-0x9fffffff]
 e820: reserve RAM buffer [mem 0x15f000000-0x15fffffff]
 NetLabel: Initializing
 NetLabel:  domain hash size = 128
 NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
 NetLabel:  unlabeled traffic allowed by default
 hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
 hpet0: 8 comparators, 64-bit 14.318180 MHz counter
 clocksource: Switched to clocksource tsc-early
 *** VALIDATE bpf ***
 VFS: Disk quotas dquot_6.6.0
 VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
 *** VALIDATE ramfs ***
 *** VALIDATE hugetlbfs ***
 AppArmor: AppArmor Filesystem Enabled
 pnp: PnP ACPI init
 system 00:00: [io  0x0680-0x069f] has been reserved
 system 00:00: [io  0xfd60-0xfd63] has been reserved
 system 00:00: [io  0xffff] has been reserved
 system 00:00: [io  0xffff] has been reserved
 system 00:00: [io  0xffff] has been reserved
 system 00:00: [io  0x1800-0x18fe] has been reserved
 system 00:00: [io  0x164e-0x164f] has been reserved
 system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
 pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
 system 00:02: [io  0x1854-0x1857] has been reserved
 system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
 pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
 pnp 00:04: Plug and Play ACPI device, IDs SYN1eb1 SYN1e00 SYN0002 PNP0f13 (active)
 system 00:05: [mem 0xfe104000-0xfe104fff] has been reserved
 system 00:05: [mem 0xfe106000-0xfe106fff] has been reserved
 system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
 system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved
 system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
 system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
 system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
 system 00:06: [mem 0xe0000000-0xefffffff] has been reserved
 system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
 system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
 system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
 system 00:06: [mem 0xff000000-0xff000fff] has been reserved
 system 00:06: [mem 0xff010000-0xffffffff] could not be reserved
 system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
 system 00:06: [mem 0xa0010000-0xa001ffff] has been reserved
 system 00:06: [mem 0xa0000000-0xa000ffff] has been reserved
 system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
 pnp: PnP ACPI: found 7 devices
 clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
 pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
 pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
 pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000 add_align 100000
 pci 0000:00:1c.0: BAR 14: assigned [mem 0xa0100000-0xa02fffff]
 pci 0000:00:1c.0: BAR 15: assigned [mem 0xa0300000-0xa04fffff 64bit pref]
 pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x2fff]
 pci 0000:00:1c.0: PCI bridge to [bus 01]
 pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
 pci 0000:00:1c.0:   bridge window [mem 0xa0100000-0xa02fffff]
 pci 0000:00:1c.0:   bridge window [mem 0xa0300000-0xa04fffff 64bit pref]
 pci 0000:00:1c.1: PCI bridge to [bus 02]
 pci 0000:00:1c.1:   bridge window [mem 0xc1300000-0xc13fffff]
 pci 0000:00:1c.2: PCI bridge to [bus 03]
 pci 0000:00:1c.2:   bridge window [mem 0xc1200000-0xc12fffff]
 pci 0000:00:1c.3: PCI bridge to [bus 04]
 pci 0000:00:1c.3:   bridge window [io  0x3000-0x3fff]
 pci 0000:00:1c.3:   bridge window [mem 0xc1100000-0xc11fffff]
 pci 0000:00:1c.3:   bridge window [mem 0xc1000000-0xc10fffff 64bit pref]
 pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
 pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
 pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
 pci_bus 0000:00: resource 7 [mem 0xa0000000-0xfeafffff window]
 pci_bus 0000:01: resource 0 [io  0x2000-0x2fff]
 pci_bus 0000:01: resource 1 [mem 0xa0100000-0xa02fffff]
 pci_bus 0000:01: resource 2 [mem 0xa0300000-0xa04fffff 64bit pref]
 pci_bus 0000:02: resource 1 [mem 0xc1300000-0xc13fffff]
 pci_bus 0000:03: resource 1 [mem 0xc1200000-0xc12fffff]
 pci_bus 0000:04: resource 0 [io  0x3000-0x3fff]
 pci_bus 0000:04: resource 1 [mem 0xc1100000-0xc11fffff]
 pci_bus 0000:04: resource 2 [mem 0xc1000000-0xc10fffff 64bit pref]
 NET: Registered protocol family 2
 tcp_listen_portaddr_hash hash table entries: 2048 (order: 5, 131072 bytes, linear)
 TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
 TCP bind hash table entries: 32768 (order: 8, 1835008 bytes, linear)
 TCP: Hash tables configured (established 32768 bind 32768)
 UDP hash table entries: 2048 (order: 6, 262144 bytes, linear)
 UDP-Lite hash table entries: 2048 (order: 6, 262144 bytes, linear)
 NET: Registered protocol family 1
 NET: Registered protocol family 44
 pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
 pci 0000:00:14.0: can't derive routing for PCI INT A
 pci 0000:00:14.0: PCI INT A: no GSI
 PCI: CLS 64 bytes, default 64
 Trying to unpack rootfs image as initramfs...
 Freeing initrd memory: 12780K
 PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
 software IO TLB: mapped [mem 0x97bdf000-0x9bbdf000] (64MB)
 check: Scanning for low memory corruption every 60 seconds
 Initialise system trusted keyrings
 Key type blacklist registered
 workingset: timestamp_bits=41 max_order=20 bucket_order=0
 zbud: loaded
 Key type asymmetric registered
 Asymmetric key parser 'x509' registered
 Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
 io scheduler mq-deadline registered
 io scheduler kyber registered
 io scheduler bfq registered
 shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
 efifb: probing for efifb
 efi: EFI_MEMMAP is not enabled.
 efifb: No BGRT, not showing boot graphics
 efifb: framebuffer at 0xb0000000, using 4160k, total 4160k
 efifb: mode is 1366x768x32, linelength=5504, pages=1
 efifb: scrolling: redraw
 efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
 fbcon: Deferring console take-over
 fb0: EFI VGA frame buffer device
 intel_idle: MWAIT substates: 0x11142120
 intel_idle: v0.4.1 model 0x3D
 intel_idle: lapic_timer_reliable_states 0xffffffff
 input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0C0D:00/input/input0
 ACPI: Lid Switch [LID0]
 input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
 ACPI: Power Button [PWRB]
 input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
 ACPI: Power Button [PWRF]
 ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.LPCB.HEC.ECRD], AE_NOT_FOUND (20200110/psargs-330)
 ACPI Error: Aborting method \_TZ.TZ00._TMP due to previous error (AE_NOT_FOUND) (20200110/psparse-529)
 ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.LPCB.HEC.ECRD], AE_NOT_FOUND (20200110/psargs-330)
 ACPI Error: Aborting method \_TZ.TZ00._TMP due to previous error (AE_NOT_FOUND) (20200110/psparse-529)
 ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.LPCB.HEC.ECRD], AE_NOT_FOUND (20200110/psargs-330)
 ACPI Error: Aborting method \_TZ.TZ01._TMP due to previous error (AE_NOT_FOUND) (20200110/psparse-529)
 ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.LPCB.HEC.ECRD], AE_NOT_FOUND (20200110/psargs-330)
 ACPI Error: Aborting method \_TZ.TZ01._TMP due to previous error (AE_NOT_FOUND) (20200110/psparse-529)
 thermal LNXTHERM:02: registered as thermal_zone0
 ACPI: Thermal Zone [TZ02] (28 C)
 Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
 usbcore: registered new interface driver usbserial_generic
 usbserial: USB Serial support registered for generic
 rtc_cmos 00:01: RTC can wake from S4
 rtc_cmos 00:01: registered as rtc0
 rtc_cmos 00:01: alarms up to one month, 242 bytes nvram, hpet irqs
 intel_pstate: Intel P-state driver initializing
 drop_monitor: Initializing network drop monitor service
 NET: Registered protocol family 10
 Segment Routing with IPv6
 NET: Registered protocol family 17
 RAS: Correctable Errors collector initialized.
 microcode: sig=0x306d4, pf=0x80, revision=0x2f
 microcode: Microcode Update Driver: v2.2.
 IPI shorthand broadcast: enabled
 sched_clock: Marking stable (1231572327, 854418)->(1238907777, -6481032)
 registered taskstats version 1
 Loading compiled-in X.509 certificates
 Loaded X.509 cert 'Build time autogenerated kernel key: 11702bc9e4fe3d0783694f576ecf81226a3045be'
 zswap: loaded using pool lzo/zbud
 Key type ._fscrypt registered
 Key type .fscrypt registered
 Key type fscrypt-provisioning registered
 Key type big_key registered
 AppArmor: AppArmor sha1 policy hashing enabled
 PM:   Magic number: 4:25:683
 rtc_cmos 00:01: setting system clock to 2020-09-08T12:39:54 UTC (1599568794)
 Freeing unused decrypted memory: 2040K
 Freeing unused kernel image (initmem) memory: 1572K
 Write protecting the kernel read-only data: 20480k
 Freeing unused kernel image (text/rodata gap) memory: 2044K
 Freeing unused kernel image (rodata/data gap) memory: 1880K
 x86/mm: Checked W+X mappings: passed, no W+X pages found.
 x86/mm: Checking user space page tables
 x86/mm: Checked W+X mappings: passed, no W+X pages found.
 Run /init as init process
   with arguments:
     /init
   with environment:
     HOME=/
     TERM=linux
     BOOT_IMAGE=/boot/vmlinuz-5.6-rt-x86_64
 fbcon: Taking over console
 Console: switching to colour frame buffer device 170x48
 i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
 serio: i8042 KBD port at 0x60,0x64 irq 1
 serio: i8042 AUX port at 0x60,0x64 irq 12
 SCSI subsystem initialized
 xhci_hcd 0000:00:14.0: can't derive routing for PCI INT A
 xhci_hcd 0000:00:14.0: PCI INT A: no GSI
 xhci_hcd 0000:00:14.0: xHCI Host Controller
 xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
 xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x000000000004b810
 xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
 libata version 3.00 loaded.
 usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.06
 usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
 usb usb1: Product: xHCI Host Controller
 usb usb1: Manufacturer: Linux 5.6.19-3-rt12-MANJARO xhci-hcd
 usb usb1: SerialNumber: 0000:00:14.0
 hub 1-0:1.0: USB hub found
 hub 1-0:1.0: 11 ports detected
 ahci 0000:00:1f.2: version 3.0
 ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 3 ports 6 Gbps 0x1 impl SATA mode
 ahci 0000:00:1f.2: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst 
 xhci_hcd 0000:00:14.0: xHCI Host Controller
 xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
 xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
 usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.06
 usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
 usb usb2: Product: xHCI Host Controller
 usb usb2: Manufacturer: Linux 5.6.19-3-rt12-MANJARO xhci-hcd
 usb usb2: SerialNumber: 0000:00:14.0
 hub 2-0:1.0: USB hub found
 scsi host0: ahci
 hub 2-0:1.0: 4 ports detected
 scsi host1: ahci
 scsi host2: ahci
 ata1: SATA max UDMA/133 abar m2048@0xc141c000 port 0xc141c100 irq 48
 ata2: DUMMY
 ata3: DUMMY
 input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
 ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
 ata1.00: ATA-11: KINGSTON SA400S37240G, SBFKB1D1, max UDMA/133
 ata1.00: 468862128 sectors, multi 16: LBA48 NCQ (depth 32), AA
 ata1.00: configured for UDMA/133
 usb 1-2: new full-speed USB device number 2 using xhci_hcd
 scsi 0:0:0:0: Direct-Access     ATA      KINGSTON SA400S3 B1D1 PQ: 0 ANSI: 5
 sd 0:0:0:0: [sda] 468862128 512-byte logical blocks: (240 GB/224 GiB)
 sd 0:0:0:0: [sda] Write Protect is off
 sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
 sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
  sda: sda1 sda2
 sd 0:0:0:0: [sda] Attached SCSI disk
 usb 1-2: New USB device found, idVendor=046d, idProduct=c534, bcdDevice=29.00
 usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
 usb 1-2: Product: USB Receiver
 usb 1-2: Manufacturer: Logitech
 hid: raw HID events driver (C) Jiri Kosina
 usbcore: registered new interface driver usbhid
 usbhid: USB HID core driver
 input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:046D:C534.0001/input/input5
 tsc: Refined TSC clocksource calibration: 997.690 MHz
 clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1cc321c3cba, max_idle_ns: 881590491283 ns
 clocksource: Switched to clocksource tsc
 EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
 hid-generic 0003:046D:C534.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-2/input0
 input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C534.0002/input/input6
 input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C534.0002/input/input7
 usb 1-3: new high-speed USB device number 3 using xhci_hcd
 input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C534.0002/input/input8
 hid-generic 0003:046D:C534.0002: input,hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-2/input1
 random: fast init done
 request_module fs-efivarfs succeeded, but still no fs?
 systemd[1]: systemd 246.4-1-manjaro running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
 systemd[1]: Detected architecture x86-64.
 systemd[1]: Set hostname to <mgf-pavilionx360>.
 usb 1-3: New USB device found, idVendor=0bda, idProduct=5776, bcdDevice= 0.08
 usb 1-3: New USB device strings: Mfr=3, Product=1, SerialNumber=2
 usb 1-3: Product: HP Truevision HD
 usb 1-3: Manufacturer: DECTK019I7R5PT
 usb 1-3: SerialNumber: 200901010001
 usb 1-4: new full-speed USB device number 4 using xhci_hcd
 usb 1-4: New USB device found, idVendor=8087, idProduct=07dc, bcdDevice= 0.01
 usb 1-4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
 systemd[1]: /usr/lib/systemd/system/gdm.service:28: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
 systemd[1]: Queued start job for default target Graphical Interface.
 systemd[1]: Created slice system-getty.slice.
 systemd[1]: Created slice system-modprobe.slice.
 systemd[1]: Created slice system-systemd\x2dfsck.slice.
 systemd[1]: Created slice User and Session Slice.
 systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
 systemd[1]: Started Forward Password Requests to Wall Directory Watch.
 systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
 systemd[1]: Reached target Local Encrypted Volumes.
 systemd[1]: Reached target Login Prompts.
 systemd[1]: Reached target Remote File Systems.
 systemd[1]: Reached target Slices.
 systemd[1]: Reached target Swap.
 systemd[1]: Listening on Device-mapper event daemon FIFOs.
 systemd[1]: Listening on LVM2 metadata daemon socket.
 systemd[1]: Listening on LVM2 poll daemon socket.
 systemd[1]: Listening on Process Core Dump Socket.
 systemd[1]: Listening on Journal Audit Socket.
 systemd[1]: Listening on Journal Socket (/dev/log).
 systemd[1]: Listening on Journal Socket.
 systemd[1]: Listening on udev Control Socket.
 systemd[1]: Listening on udev Kernel Socket.
 systemd[1]: Mounting Huge Pages File System...
 systemd[1]: Mounting POSIX Message Queue File System...
 systemd[1]: Mounting Kernel Debug File System...
 systemd[1]: Mounting Kernel Trace File System...
 systemd[1]: Starting Load AppArmor profiles...
 systemd[1]: Starting Create list of static device nodes for the current kernel...
 systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
 systemd[1]: Starting Load Kernel Module drm...
 systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
 systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
 systemd[1]: Starting Journal Service...
 systemd[1]: Starting Load Kernel Modules...
 systemd[1]: Starting Remount Root and Kernel File Systems...
 systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
 systemd[1]: Starting Coldplug All udev Devices...
 Linux agpgart interface v0.103
 systemd[1]: Mounted Huge Pages File System.
 systemd[1]: Mounted POSIX Message Queue File System.
 systemd[1]: Mounted Kernel Debug File System.
 random: lvm: uninitialized urandom read (4 bytes read)
 systemd[1]: Mounted Kernel Trace File System.
 systemd[1]: Finished Create list of static device nodes for the current kernel.
 EXT4-fs (sda2): re-mounted. Opts: (null)
 systemd[1]: Finished Remount Root and Kernel File Systems.
 systemd[1]: Condition check resulted in First Boot Wizard being skipped.
 systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
 systemd[1]: Starting Load/Save Random Seed...
 systemd[1]: Condition check resulted in Create System Users being skipped.
 systemd[1]: Starting Create Static Device Nodes in /dev...
 systemd[1]: Finished Load Kernel Modules.
 systemd[1]: Condition check resulted in FUSE Control File System being skipped.
 systemd[1]: Mounting Kernel Configuration File System...
 systemd[1]: Starting Apply Kernel Variables...
 systemd[1]: Mounted Kernel Configuration File System.
 systemd[1]: Finished Apply Kernel Variables.
 systemd[1]: Starting CLI Netfilter Manager...
 systemd[1]: Finished Create Static Device Nodes in /dev.
 systemd[1]: Starting Rule-based Manager for Device Events and Files...
 systemd[1]: modprobe@drm.service: Succeeded.
 systemd[1]: Finished Load Kernel Module drm.
 systemd[1]: Finished CLI Netfilter Manager.
 systemd[1]: Finished Coldplug All udev Devices.
 audit: type=1400 audit(1599568796.406:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=288 comm="apparmor_parser"
 audit: type=1400 audit(1599568796.593:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=295 comm="apparmor_parser"
 audit: type=1400 audit(1599568796.596:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=295 comm="apparmor_parser"
 systemd[1]: Started Journal Service.
 audit: type=1130 audit(1599568796.726: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'
 audit: type=1400 audit(1599568797.033:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=305 comm="apparmor_parser"
 audit: type=1400 audit(1599568797.036:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=305 comm="apparmor_parser"
 audit: type=1130 audit(1599568797.040: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'
 audit: type=1130 audit(1599568797.086: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'
 audit: type=1130 audit(1599568797.213:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
 random: crng init done
 ACPI: watchdog: Skipping WDAT on this system because it uses RTC SRAM
 input: HP Wireless hotkeys as /devices/virtual/input/input11
 input: Intel Virtual Button driver as /devices/platform/INT33D6:00/input/input12
 hp_accel: laptop model unknown, using default axes configuration
 i2c_hid i2c-ITE33D1:00: i2c-ITE33D1:00 supply vdd not found, using dummy regulator
 i2c_hid i2c-ITE33D1:00: i2c-ITE33D1:00 supply vddl not found, using dummy regulator
 cfg80211: Loading compiled-in X.509 certificates for regulatory database
 cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
 hid-generic 0018:048D:8350.0003: hidraw2: I2C HID v1.00 Device [ITE33D1:00 048D:8350] on i2c-ITE33D1:00
 ACPI: AC Adapter [ACAD] (on-line)
 i2c_hid i2c-ELAN0732:00: i2c-ELAN0732:00 supply vdd not found, using dummy regulator
 i2c_hid i2c-ELAN0732:00: i2c-ELAN0732:00 supply vddl not found, using dummy regulator
 input: ELAN0732:00 04F3:0358 Touchscreen as /devices/pci0000:00/INT3433:00/i2c-1/i2c-ELAN0732:00/0018:04F3:0358.0004/input/input13
 input: ELAN0732:00 04F3:0358 as /devices/pci0000:00/INT3433:00/i2c-1/i2c-ELAN0732:00/0018:04F3:0358.0004/input/input14
 input: ELAN0732:00 04F3:0358 as /devices/pci0000:00/INT3433:00/i2c-1/i2c-ELAN0732:00/0018:04F3:0358.0004/input/input15
 hid-generic 0018:04F3:0358.0004: input,hidraw3: I2C HID v1.00 Device [ELAN0732:00 04F3:0358] on i2c-ELAN0732:00
 battery: [Firmware Bug]: battery: (dis)charge rate invalid.
 battery: ACPI: Battery Slot [BAT1] (battery present)
 Intel(R) Wireless WiFi driver for Linux
 Copyright(c) 2003- 2015 Intel Corporation
 iwlwifi 0000:02:00.0: loaded firmware version 17.3216344376.0 3160-17.ucode op_mode iwlmvm
 iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band Wireless AC 3160, REV=0x164
 iwlwifi 0000:02:00.0: base HW address: a0:88:69:ce:9d:0c
 wmi_bus wmi_bus-PNP0C14:00: WQBJ data block query control method not found
 ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
 checking generic (b0000000 410000) vs hw (c0000000 1000000)
 checking generic (b0000000 410000) vs hw (b0000000 10000000)
 fb0: switching to inteldrmfb from EFI VGA
 i801_smbus 0000:00:1f.3: SPD Write Disable is set
 i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
 ACPI: watchdog: Skipping WDAT on this system because it uses RTC SRAM
 snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC3227: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
 snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
 snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
 snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
 snd_hda_codec_realtek hdaudioC1D0:    inputs:
 snd_hda_codec_realtek hdaudioC1D0:      Mic=0x19
 snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
 Console: switching to colour dummy device 80x25
 i915 0000:00:02.0: vgaarb: deactivate vga console
 [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
 [drm] Driver supports precise vblank timestamp query.
 i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
 input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input17
 r8169 0000:04:00.0: can't disable ASPM; OS doesn't have ASPM control
 input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input18
 input: PC Speaker as /devices/platform/pcspkr/input/input19
 [drm] Initialized i915 1.6.0 20200114 for 0000:00:02.0 on minor 0
 libphy: r8169: probed
 r8169 0000:04:00.0 eth0: RTL8106e, d0:bf:9c:5a:6c:fb, XID 449, IRQ 53
 RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
 RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
 RAPL PMU: hw unit of domain package 2^-14 Joules
 RAPL PMU: hw unit of domain dram 2^-14 Joules
 RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
 ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
 input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input21
 snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
 cryptd: max_cpu_qlen set to 1000
 fbcon: i915drmfb (fb0) is primary device
 AVX2 version of gcm_enc/dec engaged.
 AES CTR mode by8 optimization enabled
 iTCO_vendor_support: vendor-support=0
 lis3lv02d: 8 bits 3DC sensor found
 iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
 iTCO_wdt: Found a Wildcat Point_LP TCO device (Version=2, TCOBASE=0x1860)
 iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
 Bluetooth: Core ver 2.22
 NET: Registered protocol family 31
 Bluetooth: HCI device and connection manager initialized
 Bluetooth: HCI socket layer initialized
 Bluetooth: L2CAP socket layer initialized
 Bluetooth: SCO socket layer initialized
 intel-spi intel-spi: en25qh64 (8192 Kbytes)
 Creating 1 MTD partitions on "intel-spi":
 0x000000000000-0x000000800000 : "BIOS"
 mc: Linux media interface: v0.10
 videodev: Linux video capture interface: v2.00
 usbcore: registered new interface driver btusb
 Bluetooth: hci0: read Intel version: 370710010002030d00
 Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.7.10-fw-1.0.2.3.d.bseq
 Bluetooth: hci0: unexpected event for opcode 0xfc2f
 Bluetooth: hci0: Intel firmware patch completed and activated
 kauditd_printk_skb: 3 callbacks suppressed
 audit: type=1130 audit(1599568801.073:14): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
 psmouse serio1: synaptics: queried max coordinates: x [..5672], y [..4722]
 uvcvideo: Found UVC 1.00 device HP Truevision HD (0bda:5776)
 logitech-djreceiver 0003:046D:C534.0001: hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-2/input0
 uvcvideo 1-3:1.0: Entity type for entity Extension 5 was not initialized!
 uvcvideo 1-3:1.0: Entity type for entity Extension 2 was not initialized!
 uvcvideo 1-3:1.0: Entity type for entity Processing 3 was not initialized!
 uvcvideo 1-3:1.0: Entity type for entity Camera 1 was not initialized!
 psmouse serio1: synaptics: queried min coordinates: x [1380..], y [1192..]
 psmouse serio1: synaptics: Your touchpad (PNP: SYN1eb1 SYN1e00 SYN0002 PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@vger.kernel.org.
 input: HP Truevision HD: HP Truevision as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/input/input23
 Console: switching to colour frame buffer device 170x48
 i915 0000:00:02.0: fb0: i915drmfb frame buffer device
 usbcore: registered new interface driver uvcvideo
 USB Video Class driver (1.1.1)
 psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd00223/0x840300/0x126800/0x0, board id: 2942, fw id: 1590922
 input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input20
 iwlwifi 0000:02:00.0 wlp2s0: renamed from wlan0
 logitech-djreceiver 0003:046D:C534.0002: hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-2/input1
 r8169 0000:04:00.0 enp4s0: renamed from eth0
 input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input24
 logitech-djreceiver 0003:046D:C534.0002: device of type eQUAD nano Lite (0x0a) connected on slot 1
 logitech-djreceiver 0003:046D:C534.0002: device of type eQUAD nano Lite (0x0a) connected on slot 2
 i2c_hid i2c-ELAN0732:00: i2c_hid_get_input: IRQ triggered but there's no data
 input: ELAN0732:00 04F3:0358 as /devices/pci0000:00/INT3433:00/i2c-1/i2c-ELAN0732:00/0018:04F3:0358.0004/input/input29
 input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input25
 input: Logitech Wireless Keyboard PID:4023 Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C534.0002/0003:046D:4023.0005/input/input33
 input: ELAN0732:00 04F3:0358 UNKNOWN as /devices/pci0000:00/INT3433:00/i2c-1/i2c-ELAN0732:00/0018:04F3:0358.0004/input/input30
 input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input26
 audit: type=1130 audit(1599568801.706:15): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-fsck@dev-disk-by\x2duuid-9D22\x2d44F8 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
 input: Logitech Wireless Keyboard PID:4023 Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C534.0002/0003:046D:4023.0005/input/input34
 input: ELAN0732:00 04F3:0358 UNKNOWN as /devices/pci0000:00/INT3433:00/i2c-1/i2c-ELAN0732:00/0018:04F3:0358.0004/input/input31
 input: HDA Intel HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.0/sound/card0/input27
 input: Logitech Wireless Keyboard PID:4023 System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C534.0002/0003:046D:4023.0005/input/input35
 hid-multitouch 0018:04F3:0358.0004: input,hidraw2: I2C HID v1.00 Device [ELAN0732:00 04F3:0358] on i2c-ELAN0732:00
 input: HDA Intel HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.0/sound/card0/input28
 hid-generic 0003:046D:4023.0005: input,hidraw3: USB HID v1.11 Keyboard [Logitech Wireless Keyboard PID:4023] on usb-0000:00:14.0-2/input1:1
 input: Logitech Wireless Mouse PID:4022 Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C534.0002/0003:046D:4022.0006/input/input40
 hid-generic 0003:046D:4022.0006: input,hidraw4: USB HID v1.11 Mouse [Logitech Wireless Mouse PID:4022] on usb-0000:00:14.0-2/input1:2
 intel_rapl_common: Found RAPL domain package
 intel_rapl_common: Found RAPL domain core
 intel_rapl_common: Found RAPL domain uncore
 intel_rapl_common: Found RAPL domain dram
 intel_rapl_common: RAPL package-0 domain package locked by BIOS
 intel_rapl_common: RAPL package-0 domain dram locked by BIOS
 input: HP WMI hotkeys as /devices/virtual/input/input22
 mousedev: PS/2 mouse device common for all mice
 audit: type=1130 audit(1599568802.403:16): 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'
 input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input44
 audit: type=1130 audit(1599568802.596:17): 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'
 audit: type=1130 audit(1599568802.763:18): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
 audit: type=1127 audit(1599568802.966:19): pid=658 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
 audit: type=1130 audit(1599568803.113:20): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
 audit: type=1130 audit(1599568803.273:21): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
 audit: type=1334 audit(1599568803.293:22): prog-id=7 op=LOAD
 audit: type=1334 audit(1599568803.293:23): prog-id=8 op=LOAD
 input: Logitech Wireless Keyboard PID:4023 as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C534.0002/0003:046D:4023.0005/input/input45
 logitech-hidpp-device 0003:046D:4023.0005: input,hidraw3: USB HID v1.11 Keyboard [Logitech Wireless Keyboard PID:4023] on usb-0000:00:14.0-2/input1:1
 Bluetooth: BNEP (Ethernet Emulation) ver 1.3
 Bluetooth: BNEP filters: protocol multicast
 Bluetooth: BNEP socket layer initialized
 NET: Registered protocol family 38
 input: Logitech Wireless Mouse PID:4022 as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C534.0002/0003:046D:4022.0006/input/input46
 logitech-hidpp-device 0003:046D:4022.0006: input,hidraw4: USB HID v1.11 Mouse [Logitech Wireless Mouse PID:4022] on usb-0000:00:14.0-2/input1:2
 loop: module loaded
 squashfs: version 4.0 (2009/01/31) Phillip Lougher
 RTL8208 Fast Ethernet r8169-400:00: attached PHY driver [RTL8208 Fast Ethernet] (mii_bus:phy_addr=r8169-400:00, irq=IGNORE)
 r8169 0000:04:00.0 enp4s0: Link is Down
 kauditd_printk_skb: 30 callbacks suppressed
 audit: type=1131 audit(1599568807.323:54): 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'
 audit: type=1334 audit(1599568807.456:55): prog-id=12 op=LOAD
 audit: type=1334 audit(1599568807.456:56): prog-id=13 op=LOAD
 audit: type=1334 audit(1599568808.003:57): prog-id=14 op=LOAD
 audit: type=1334 audit(1599568808.003:58): prog-id=15 op=LOAD
 audit: type=1130 audit(1599568808.203:59): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
 audit: type=1130 audit(1599568808.250:60): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
 audit: type=1130 audit(1599568808.686:61): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
 rfkill: input handler disabled
 audit: type=1130 audit(1599568808.956:62): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=colord comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
 audit: type=1130 audit(1599568809.033:63): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
 Bluetooth: RFCOMM TTY layer initialized
 Bluetooth: RFCOMM socket layer initialized
 Bluetooth: RFCOMM ver 1.11
 kauditd_printk_skb: 2 callbacks suppressed
 audit: type=1131 audit(1599568814.266:66): 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'
 wlp2s0: authenticate with 24:fd:0d:33:2c:bd
 wlp2s0: send auth to 24:fd:0d:33:2c:bd (try 1/3)
 wlp2s0: authenticated
 wlp2s0: associate with 24:fd:0d:33:2c:bd (try 1/3)
 wlp2s0: RX AssocResp from 24:fd:0d:33:2c:bd (capab=0x411 status=0 aid=3)
 wlp2s0: associated
 IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
 audit: type=1130 audit(1599568816.106:67): 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'
 audit: type=1130 audit(1599568816.126:68): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=NetworkManager-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
 audit: type=1130 audit(1599568816.180:69): 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'
 audit: type=1131 audit(1599568826.266:70): 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'
 audit: type=1100 audit(1599568829.166:71): pid=1229 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="mgf-x360" exe="/usr/lib/gdm-session-worker" hostname=mgf-pavilionx360 addr=? terminal=/dev/tty1 res=success'
 audit: type=1101 audit(1599568829.170:72): pid=1229 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="mgf-x360" exe="/usr/lib/gdm-session-worker" hostname=mgf-pavilionx360 addr=? terminal=/dev/tty1 res=success'
 audit: type=1103 audit(1599568829.170:73): pid=1229 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="mgf-x360" exe="/usr/lib/gdm-session-worker" hostname=mgf-pavilionx360 addr=? terminal=/dev/tty1 res=success'
 audit: type=1006 audit(1599568829.176:74): pid=1229 uid=0 subj==unconfined old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=3 res=1
 audit: type=1130 audit(1599568829.203:75): 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'
 audit: type=1101 audit(1599568829.216:76): pid=1234 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="mgf-x360" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
 audit: type=1103 audit(1599568829.216:77): pid=1234 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=? acct="mgf-x360" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
 audit: type=1006 audit(1599568829.216:78): pid=1234 uid=0 subj==unconfined old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=4 res=1
 audit: type=1105 audit(1599568829.216:79): pid=1234 uid=0 auid=1000 ses=4 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="mgf-x360" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
 rfkill: input handler enabled
 fuse: init (API version 7.31)
 *** VALIDATE fuseblk ***
 *** VALIDATE fuse ***
 kauditd_printk_skb: 5 callbacks suppressed
 audit: type=1130 audit(1599568832.246:85): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
 rfkill: input handler disabled
 audit: type=1131 audit(1599568841.320:86): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=fprintd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
 audit: type=1131 audit(1599568863.300:87): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
 audit: type=1131 audit(1599568863.443:88): 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'
 audit: type=1334 audit(1599568863.550:89): prog-id=13 op=UNLOAD
 audit: type=1334 audit(1599568863.550:90): prog-id=12 op=UNLOAD
 audit: type=1334 audit(1599568863.776:91): prog-id=10 op=UNLOAD
 audit: type=1334 audit(1599568863.776:92): prog-id=9 op=UNLOAD
 audit: type=1131 audit(1599568868.283:93): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
 audit: type=1130 audit(1599568882.610:94): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=fprintd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
 audit: type=1100 audit(1599568885.840:95): pid=1806 uid=1000 auid=1000 ses=4 subj==unconfined msg='op=PAM:authentication grantors=pam_unix acct="mgf-x360" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
 audit: type=1101 audit(1599568885.840:96): pid=1806 uid=1000 auid=1000 ses=4 subj==unconfined msg='op=PAM:accounting grantors=pam_permit,pam_time acct="mgf-x360" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
 audit: type=1110 audit(1599568885.840:97): pid=1806 uid=0 auid=1000 ses=4 subj==unconfined msg='op=PAM:setcred grantors=pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
 audit: type=1105 audit(1599568885.846:98): pid=1806 uid=0 auid=1000 ses=4 subj==unconfined msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'

it’s not consistent but sometimes switching to tty consoles, for example ctrl+alt+f3 and then running

startx

then loging off and going back to ctrl+alt+f2 gets the touchpad and keyboard working again.
I dont know what is happening, but it only “worked” on kernel 5.4, here are some Xorg.logs, the kernel 5.6 is the one working properly.
5.4:

[    41.109] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[    41.109] 
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[    41.109] Build Operating System: Linux Manjaro Linux
[    41.109] Current Operating System: Linux mgf-pavilionx360 5.4.62-1-MANJARO #1 SMP PREEMPT Thu Sep 3 14:38:22 UTC 2020 x86_64
[    41.109] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.4-x86_64 root=UUID=5cf1d04a-4e29-4bdd-aa2b-e087697999aa rw quiet apparmor=1 security=apparmor udev.log_priority=3
[    41.110] Build Date: 01 August 2020  07:25:56AM
[    41.110]  
[    41.110] Current version of pixman: 0.40.0
[    41.110] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    41.110] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    41.110] (==) Log file: "/home/mgf-x360/.local/share/xorg/Xorg.1.log", Time: Tue Sep  8 19:34:57 2020
[    41.110] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    41.110] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    41.111] (==) No Layout section.  Using the first Screen section.
[    41.111] (==) No screen section available. Using defaults.
[    41.111] (**) |-->Screen "Default Screen Section" (0)
[    41.111] (**) |   |-->Monitor "<default monitor>"
[    41.111] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    41.111] (==) Automatically adding devices
[    41.111] (==) Automatically enabling devices
[    41.111] (==) Automatically adding GPU devices
[    41.111] (==) Automatically binding GPU devices
[    41.111] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    41.111] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    41.111] 	Entry deleted from font path.
[    41.111] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    41.111] 	Entry deleted from font path.
[    41.111] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
[    41.111] 	Entry deleted from font path.
[    41.111] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi").
[    41.111] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
[    41.111] 	Entry deleted from font path.
[    41.111] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi").
[    41.111] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF
[    41.111] (==) ModulePath set to "/usr/lib/xorg/modules"
[    41.111] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    41.111] (II) Module ABI versions:
[    41.111] 	X.Org ANSI C Emulation: 0.4
[    41.111] 	X.Org Video Driver: 24.1
[    41.111] 	X.Org XInput driver : 24.1
[    41.111] 	X.Org Server Extension : 10.0
[    41.112] (++) using VT number 2

[    41.115] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_33
[    41.115] (II) xfree86: Adding drm device (/dev/dri/card0)
[    41.116] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[    41.119] (--) PCI:*(0@0:2:0) 8086:161e:103c:8050 rev 9, Mem @ 0xc0000000/16777216, 0xb0000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[    41.119] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    41.119] (II) LoadModule: "glx"
[    41.119] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    41.121] (II) Module glx: vendor="X.Org Foundation"
[    41.121] 	compiled for 1.20.8, module version = 1.0.0
[    41.121] 	ABI class: X.Org Server Extension, version 10.0
[    41.121] (==) Matched intel as autoconfigured driver 0
[    41.121] (==) Matched modesetting as autoconfigured driver 1
[    41.121] (==) Matched fbdev as autoconfigured driver 2
[    41.121] (==) Matched vesa as autoconfigured driver 3
[    41.121] (==) Assigned the driver to the xf86ConfigLayout
[    41.121] (II) LoadModule: "intel"
[    41.121] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    41.121] (II) Module intel: vendor="X.Org Foundation"
[    41.121] 	compiled for 1.20.8, module version = 2.99.917
[    41.121] 	Module class: X.Org Video Driver
[    41.121] 	ABI class: X.Org Video Driver, version 24.1
[    41.121] (II) LoadModule: "modesetting"
[    41.121] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    41.122] (II) Module modesetting: vendor="X.Org Foundation"
[    41.122] 	compiled for 1.20.8, module version = 1.20.8
[    41.122] 	Module class: X.Org Video Driver
[    41.122] 	ABI class: X.Org Video Driver, version 24.1
[    41.122] (II) LoadModule: "fbdev"
[    41.122] (WW) Warning, couldn't open module fbdev
[    41.122] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    41.122] (II) LoadModule: "vesa"
[    41.122] (WW) Warning, couldn't open module vesa
[    41.122] (EE) Failed to load module "vesa" (module does not exist, 0)
[    41.122] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[    41.122] (II) intel: Driver for Intel(R) HD Graphics
[    41.122] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[    41.122] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[    41.122] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    41.122] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[    41.123] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20190822
[    41.123] (II) intel(0): SNA compiled from 2.99.917-908-g7181c5a4
[    41.138] (WW) Falling back to old probe method for modesetting
[    41.138] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    41.139] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 5300
[    41.139] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 2 threads
[    41.139] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    41.139] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    41.139] (==) intel(0): RGB weight 888
[    41.139] (==) intel(0): Default visual is TrueColor
[    41.140] (II) intel(0): Output eDP1 has no monitor section
[    41.140] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[    41.140] (II) intel(0): Enabled output eDP1
[    41.140] (II) intel(0): Output HDMI1 has no monitor section
[    41.140] (II) intel(0): Enabled output HDMI1
[    41.140] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[    41.141] (II) intel(0): Output VIRTUAL1 has no monitor section
[    41.141] (II) intel(0): Enabled output VIRTUAL1
[    41.141] (--) intel(0): Output eDP1 using initial mode 1366x768 on pipe 0
[    41.141] (==) intel(0): TearFree disabled
[    41.141] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[    41.141] (==) intel(0): DPI set to (96, 96)
[    41.141] (II) Loading sub module "dri3"
[    41.141] (II) LoadModule: "dri3"
[    41.141] (II) Module "dri3" already built-in
[    41.141] (II) Loading sub module "dri2"
[    41.141] (II) LoadModule: "dri2"
[    41.141] (II) Module "dri2" already built-in
[    41.141] (II) Loading sub module "present"
[    41.141] (II) LoadModule: "present"
[    41.141] (II) Module "present" already built-in
[    41.141] (II) UnloadModule: "modesetting"
[    41.141] (II) Unloading modesetting
[    41.141] (II) intel(0): SNA initialized with Broadwell (gen8) backend
[    41.141] (==) intel(0): Backing store enabled
[    41.141] (==) intel(0): Silken mouse disabled
[    41.141] (II) intel(0): HW Cursor enabled
[    41.141] (==) intel(0): DPMS enabled
[    41.142] (==) intel(0): Display hotplug detection enabled
[    41.142] (II) intel(0): [DRI2] Setup complete
[    41.142] (II) intel(0): [DRI2]   DRI driver: i965
[    41.142] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[    41.142] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[    41.142] (II) intel(0): hardware support for Present enabled
[    41.142] (II) Initializing extension Generic Event Extension
[    41.142] (II) Initializing extension SHAPE
[    41.142] (II) Initializing extension MIT-SHM
[    41.142] (II) Initializing extension XInputExtension
[    41.142] (II) Initializing extension XTEST
[    41.142] (II) Initializing extension BIG-REQUESTS
[    41.142] (II) Initializing extension SYNC
[    41.142] (II) Initializing extension XKEYBOARD
[    41.142] (II) Initializing extension XC-MISC
[    41.142] (II) Initializing extension SECURITY
[    41.142] (II) Initializing extension XFIXES
[    41.142] (II) Initializing extension RENDER
[    41.142] (II) Initializing extension RANDR
[    41.142] (II) Initializing extension COMPOSITE
[    41.142] (II) Initializing extension DAMAGE
[    41.142] (II) Initializing extension MIT-SCREEN-SAVER
[    41.142] (II) Initializing extension DOUBLE-BUFFER
[    41.142] (II) Initializing extension RECORD
[    41.142] (II) Initializing extension DPMS
[    41.142] (II) Initializing extension Present
[    41.142] (II) Initializing extension DRI3
[    41.142] (II) Initializing extension X-Resource
[    41.142] (II) Initializing extension XVideo
[    41.142] (II) Initializing extension XVideo-MotionCompensation
[    41.142] (II) Initializing extension GLX
[    41.155] (II) AIGLX: Loaded and initialized i965
[    41.155] (II) GLX: Initialized DRI2 GL provider for screen 0
[    41.155] (II) Initializing extension XFree86-VidModeExtension
[    41.155] (II) Initializing extension XFree86-DGA
[    41.155] (II) Initializing extension XFree86-DRI
[    41.155] (II) Initializing extension DRI2
[    41.161] (II) intel(0): switch to mode 1366x768@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[    41.177] (II) intel(0): Setting screen physical size to 361 x 203
[    41.221] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    41.221] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    41.221] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    41.221] (**) Power Button: Applying InputClass "system-keyboard"
[    41.221] (II) LoadModule: "libinput"
[    41.221] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    41.222] (II) Module libinput: vendor="X.Org Foundation"
[    41.223] 	compiled for 1.20.8, module version = 0.30.0
[    41.223] 	Module class: X.Org XInput Driver
[    41.223] 	ABI class: X.Org XInput driver, version 24.1
[    41.223] (II) Using input driver 'libinput' for 'Power Button'
[    41.223] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 16 paused 0
[    41.223] (**) Power Button: always reports core events
[    41.223] (**) Option "Device" "/dev/input/event2"
[    41.224] (**) Option "_source" "server/udev"
[    41.226] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    41.226] (II) event2  - Power Button: device is a keyboard
[    41.226] (II) event2  - Power Button: device removed
[    41.226] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    41.226] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    41.226] (**) Option "xkb_model" "pc105"
[    41.226] (**) Option "xkb_layout" "br"
[    41.248] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    41.248] (II) event2  - Power Button: device is a keyboard
[    41.248] (II) config/udev: Adding input device Video Bus (/dev/input/event13)
[    41.248] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    41.248] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    41.248] (**) Video Bus: Applying InputClass "system-keyboard"
[    41.248] (II) Using input driver 'libinput' for 'Video Bus'
[    41.250] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 19 paused 0
[    41.250] (**) Video Bus: always reports core events
[    41.250] (**) Option "Device" "/dev/input/event13"
[    41.250] (**) Option "_source" "server/udev"
[    41.251] (II) event13 - Video Bus: is tagged by udev as: Keyboard
[    41.251] (II) event13 - Video Bus: device is a keyboard
[    41.252] (II) event13 - Video Bus: device removed
[    41.252] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input18/event13"
[    41.252] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    41.252] (**) Option "xkb_model" "pc105"
[    41.252] (**) Option "xkb_layout" "br"
[    41.253] (II) event13 - Video Bus: is tagged by udev as: Keyboard
[    41.253] (II) event13 - Video Bus: device is a keyboard
[    41.254] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    41.254] (II) No input driver specified, ignoring this device.
[    41.254] (II) This device may have been added with another device file.
[    41.254] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    41.254] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    41.254] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    41.254] (**) Power Button: Applying InputClass "system-keyboard"
[    41.254] (II) Using input driver 'libinput' for 'Power Button'
[    41.255] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 20 paused 0
[    41.255] (**) Power Button: always reports core events
[    41.255] (**) Option "Device" "/dev/input/event1"
[    41.255] (**) Option "_source" "server/udev"
[    41.257] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    41.257] (II) event1  - Power Button: device is a keyboard
[    41.257] (II) event1  - Power Button: device removed
[    41.257] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    41.257] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    41.257] (**) Option "xkb_model" "pc105"
[    41.257] (**) Option "xkb_layout" "br"
[    41.258] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    41.258] (II) event1  - Power Button: device is a keyboard
[    41.259] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event15)
[    41.259] (II) No input driver specified, ignoring this device.
[    41.259] (II) This device may have been added with another device file.
[    41.260] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event16)
[    41.260] (II) No input driver specified, ignoring this device.
[    41.260] (II) This device may have been added with another device file.
[    41.260] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event17)
[    41.260] (II) No input driver specified, ignoring this device.
[    41.260] (II) This device may have been added with another device file.
[    41.261] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=9 (/dev/input/event18)
[    41.261] (II) No input driver specified, ignoring this device.
[    41.261] (II) This device may have been added with another device file.
[    41.261] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=10 (/dev/input/event19)
[    41.261] (II) No input driver specified, ignoring this device.
[    41.261] (II) This device may have been added with another device file.
[    41.262] (II) config/udev: Adding input device Logitech Wireless Mouse PID:4022 (/dev/input/event7)
[    41.262] (**) Logitech Wireless Mouse PID:4022: Applying InputClass "evdev pointer catchall"
[    41.262] (**) Logitech Wireless Mouse PID:4022: Applying InputClass "libinput pointer catchall"
[    41.262] (II) Using input driver 'libinput' for 'Logitech Wireless Mouse PID:4022'
[    41.263] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 21 paused 0
[    41.263] (**) Logitech Wireless Mouse PID:4022: always reports core events
[    41.263] (**) Option "Device" "/dev/input/event7"
[    41.263] (**) Option "_source" "server/udev"
[    41.265] (II) event7  - Logitech Wireless Mouse PID:4022: is tagged by udev as: Mouse
[    41.265] (II) event7  - Logitech Wireless Mouse PID:4022: device is a pointer
[    41.266] (II) event7  - Logitech Wireless Mouse PID:4022: device removed
[    41.266] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C534.0002/0003:046D:4022.0005/input/input38/event7"
[    41.266] (II) XINPUT: Adding extended input device "Logitech Wireless Mouse PID:4022" (type: MOUSE, id 9)
[    41.266] (**) Option "AccelerationScheme" "none"
[    41.266] (**) Logitech Wireless Mouse PID:4022: (accel) selected scheme none/0
[    41.266] (**) Logitech Wireless Mouse PID:4022: (accel) acceleration factor: 2.000
[    41.266] (**) Logitech Wireless Mouse PID:4022: (accel) acceleration threshold: 4
[    41.268] (II) event7  - Logitech Wireless Mouse PID:4022: is tagged by udev as: Mouse
[    41.268] (II) event7  - Logitech Wireless Mouse PID:4022: device is a pointer
[    41.269] (II) config/udev: Adding input device Logitech Wireless Mouse PID:4022 (/dev/input/mouse0)
[    41.269] (II) No input driver specified, ignoring this device.
[    41.269] (II) This device may have been added with another device file.
[    41.270] (II) config/udev: Adding input device Logitech Wireless Keyboard PID:4023 (/dev/input/event6)
[    41.270] (**) Logitech Wireless Keyboard PID:4023: Applying InputClass "evdev keyboard catchall"
[    41.270] (**) Logitech Wireless Keyboard PID:4023: Applying InputClass "libinput keyboard catchall"
[    41.270] (**) Logitech Wireless Keyboard PID:4023: Applying InputClass "system-keyboard"
[    41.270] (II) Using input driver 'libinput' for 'Logitech Wireless Keyboard PID:4023'
[    41.271] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 22 paused 0
[    41.271] (**) Logitech Wireless Keyboard PID:4023: always reports core events
[    41.271] (**) Option "Device" "/dev/input/event6"
[    41.271] (**) Option "_source" "server/udev"
[    41.273] (II) event6  - Logitech Wireless Keyboard PID:4023: is tagged by udev as: Keyboard
[    41.273] (II) event6  - Logitech Wireless Keyboard PID:4023: device is a keyboard
[    41.274] (II) event6  - Logitech Wireless Keyboard PID:4023: device removed
[    41.274] (II) libinput: Logitech Wireless Keyboard PID:4023: needs a virtual subdevice
[    41.274] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C534.0002/0003:046D:4023.0004/input/input37/event6"
[    41.274] (II) XINPUT: Adding extended input device "Logitech Wireless Keyboard PID:4023" (type: MOUSE, id 10)
[    41.274] (**) Option "AccelerationScheme" "none"
[    41.274] (**) Logitech Wireless Keyboard PID:4023: (accel) selected scheme none/0
[    41.274] (**) Logitech Wireless Keyboard PID:4023: (accel) acceleration factor: 2.000
[    41.274] (**) Logitech Wireless Keyboard PID:4023: (accel) acceleration threshold: 4
[    41.276] (II) event6  - Logitech Wireless Keyboard PID:4023: is tagged by udev as: Keyboard
[    41.276] (II) event6  - Logitech Wireless Keyboard PID:4023: device is a keyboard
[    41.277] (II) config/udev: Adding input device HP Truevision HD: HP Truevision (/dev/input/event5)
[    41.277] (**) HP Truevision HD: HP Truevision: Applying InputClass "evdev keyboard catchall"
[    41.277] (**) HP Truevision HD: HP Truevision: Applying InputClass "libinput keyboard catchall"
[    41.277] (**) HP Truevision HD: HP Truevision: Applying InputClass "system-keyboard"
[    41.277] (II) Using input driver 'libinput' for 'HP Truevision HD: HP Truevision'
[    41.278] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 23 paused 0
[    41.278] (**) HP Truevision HD: HP Truevision: always reports core events
[    41.278] (**) Option "Device" "/dev/input/event5"
[    41.278] (**) Option "_source" "server/udev"
[    41.280] (II) event5  - HP Truevision HD: HP Truevision: is tagged by udev as: Keyboard
[    41.280] (II) event5  - HP Truevision HD: HP Truevision: device is a keyboard
[    41.280] (II) event5  - HP Truevision HD: HP Truevision: device removed
[    41.280] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/input/input25/event5"
[    41.280] (II) XINPUT: Adding extended input device "HP Truevision HD: HP Truevision" (type: KEYBOARD, id 11)
[    41.280] (**) Option "xkb_model" "pc105"
[    41.280] (**) Option "xkb_layout" "br"
[    41.282] (II) event5  - HP Truevision HD: HP Truevision: is tagged by udev as: Keyboard
[    41.282] (II) event5  - HP Truevision HD: HP Truevision: device is a keyboard
[    41.282] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event11)
[    41.282] (II) No input driver specified, ignoring this device.
[    41.282] (II) This device may have been added with another device file.
[    41.283] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event12)
[    41.283] (II) No input driver specified, ignoring this device.
[    41.283] (II) This device may have been added with another device file.
[    41.283] (II) config/udev: Adding input device Intel Virtual Button driver (/dev/input/event9)
[    41.283] (**) Intel Virtual Button driver: Applying InputClass "evdev keyboard catchall"
[    41.283] (**) Intel Virtual Button driver: Applying InputClass "libinput keyboard catchall"
[    41.283] (**) Intel Virtual Button driver: Applying InputClass "system-keyboard"
[    41.283] (II) Using input driver 'libinput' for 'Intel Virtual Button driver'
[    41.284] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 24 paused 0
[    41.284] (**) Intel Virtual Button driver: always reports core events
[    41.284] (**) Option "Device" "/dev/input/event9"
[    41.284] (**) Option "_source" "server/udev"
[    41.286] (II) event9  - Intel Virtual Button driver: is tagged by udev as: Keyboard Switch
[    41.286] (II) event9  - Intel Virtual Button driver: device is a keyboard
[    41.286] (II) event9  - Intel Virtual Button driver: device is a switch device
[    41.286] (II) event9  - Intel Virtual Button driver: device removed
[    41.286] (**) Option "config_info" "udev:/sys/devices/platform/INT33D6:00/input/input12/event9"
[    41.286] (II) XINPUT: Adding extended input device "Intel Virtual Button driver" (type: KEYBOARD, id 12)
[    41.286] (**) Option "xkb_model" "pc105"
[    41.286] (**) Option "xkb_layout" "br"
[    41.287] (II) event9  - Intel Virtual Button driver: is tagged by udev as: Keyboard Switch
[    41.287] (II) event9  - Intel Virtual Button driver: device is a keyboard
[    41.287] (II) event9  - Intel Virtual Button driver: device is a switch device
[    41.288] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[    41.288] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    41.288] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    41.288] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[    41.288] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    41.289] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 25 paused 0
[    41.289] (**) AT Translated Set 2 keyboard: always reports core events
[    41.289] (**) Option "Device" "/dev/input/event3"
[    41.289] (**) Option "_source" "server/udev"
[    41.290] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    41.290] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    41.291] (II) event3  - AT Translated Set 2 keyboard: device removed
[    41.291] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[    41.291] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[    41.291] (**) Option "xkb_model" "pc105"
[    41.291] (**) Option "xkb_layout" "br"
[    41.293] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    41.293] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    41.294] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event20)
[    41.294] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[    41.294] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[    41.294] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[    41.295] (II) systemd-logind: got fd for /dev/input/event20 13:84 fd 26 paused 0
[    41.295] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    41.295] (**) Option "Device" "/dev/input/event20"
[    41.295] (**) Option "_source" "server/udev"
[    41.297] (II) event20 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[    41.299] (II) event20 - SynPS/2 Synaptics TouchPad: device is a touchpad
[    41.299] (II) event20 - SynPS/2 Synaptics TouchPad: device removed
[    41.299] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input14/event20"
[    41.299] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 14)
[    41.300] (**) Option "AccelerationScheme" "none"
[    41.300] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[    41.300] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    41.300] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    41.302] (II) event20 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[    41.303] (II) event20 - SynPS/2 Synaptics TouchPad: device is a touchpad
[    41.304] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[    41.304] (II) No input driver specified, ignoring this device.
[    41.304] (II) This device may have been added with another device file.
[    41.305] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/event4)
[    41.305] (II) No input driver specified, ignoring this device.
[    41.305] (II) This device may have been added with another device file.
[    41.305] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/js0)
[    41.305] (II) No input driver specified, ignoring this device.
[    41.305] (II) This device may have been added with another device file.
[    41.305] (II) config/udev: Adding input device PC Speaker (/dev/input/event10)
[    41.305] (II) No input driver specified, ignoring this device.
[    41.305] (II) This device may have been added with another device file.
[    41.306] (II) config/udev: Adding input device HP Wireless hotkeys (/dev/input/event8)
[    41.306] (**) HP Wireless hotkeys: Applying InputClass "evdev keyboard catchall"
[    41.306] (**) HP Wireless hotkeys: Applying InputClass "libinput keyboard catchall"
[    41.306] (**) HP Wireless hotkeys: Applying InputClass "system-keyboard"
[    41.306] (II) Using input driver 'libinput' for 'HP Wireless hotkeys'
[    41.307] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 27 paused 0
[    41.307] (**) HP Wireless hotkeys: always reports core events
[    41.307] (**) Option "Device" "/dev/input/event8"
[    41.307] (**) Option "_source" "server/udev"
[    41.308] (II) event8  - HP Wireless hotkeys: is tagged by udev as: Keyboard
[    41.308] (II) event8  - HP Wireless hotkeys: device is a keyboard
[    41.309] (II) event8  - HP Wireless hotkeys: device removed
[    41.309] (**) Option "config_info" "udev:/sys/devices/virtual/input/input11/event8"
[    41.309] (II) XINPUT: Adding extended input device "HP Wireless hotkeys" (type: KEYBOARD, id 15)
[    41.309] (**) Option "xkb_model" "pc105"
[    41.309] (**) Option "xkb_layout" "br"
[    41.310] (II) event8  - HP Wireless hotkeys: is tagged by udev as: Keyboard
[    41.310] (II) event8  - HP Wireless hotkeys: device is a keyboard
[    41.310] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event14)
[    41.310] (**) HP WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[    41.310] (**) HP WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    41.310] (**) HP WMI hotkeys: Applying InputClass "system-keyboard"
[    41.310] (II) Using input driver 'libinput' for 'HP WMI hotkeys'
[    41.311] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 28 paused 0
[    41.311] (**) HP WMI hotkeys: always reports core events
[    41.311] (**) Option "Device" "/dev/input/event14"
[    41.311] (**) Option "_source" "server/udev"
[    41.312] (II) event14 - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[    41.312] (II) event14 - HP WMI hotkeys: device is a keyboard
[    41.312] (II) event14 - HP WMI hotkeys: device is a switch device
[    41.313] (II) event14 - HP WMI hotkeys: device removed
[    41.313] (**) Option "config_info" "udev:/sys/devices/virtual/input/input15/event14"
[    41.313] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 16)
[    41.313] (**) Option "xkb_model" "pc105"
[    41.313] (**) Option "xkb_layout" "br"
[    41.314] (II) event14 - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[    41.314] (II) event14 - HP WMI hotkeys: device is a keyboard
[    41.314] (II) event14 - HP WMI hotkeys: device is a switch device
[    41.326] (**) Logitech Wireless Keyboard PID:4023: Applying InputClass "evdev keyboard catchall"
[    41.326] (**) Logitech Wireless Keyboard PID:4023: Applying InputClass "libinput keyboard catchall"
[    41.326] (**) Logitech Wireless Keyboard PID:4023: Applying InputClass "system-keyboard"
[    41.326] (II) Using input driver 'libinput' for 'Logitech Wireless Keyboard PID:4023'
[    41.326] (II) systemd-logind: returning pre-existing fd for /dev/input/event6 13:70
[    41.326] (**) Logitech Wireless Keyboard PID:4023: always reports core events
[    41.326] (**) Option "Device" "/dev/input/event6"
[    41.326] (**) Option "_source" "_driver/libinput"
[    41.326] (II) libinput: Logitech Wireless Keyboard PID:4023: is a virtual subdevice
[    41.327] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C534.0002/0003:046D:4023.0004/input/input37/event6"
[    41.327] (II) XINPUT: Adding extended input device "Logitech Wireless Keyboard PID:4023" (type: KEYBOARD, id 17)
[    41.327] (**) Option "xkb_model" "pc105"
[    41.327] (**) Option "xkb_layout" "br"
[    41.755] (II) intel(0): EDID vendor "BOE", prod id 1564
[    41.755] (II) intel(0): DDCModeFromDetailedTiming: 1366x768 Warning: We only handle separate sync.
[    41.755] (II) intel(0): Printing DDC gathered Modelines:
[    41.755] (II) intel(0): Modeline "1366x768"x0.0   76.07  1366 1414 1446 1605  768 771 777 790 +hsync -vsync (47.4 kHz eP)
[    41.755] (II) intel(0): Modeline "1366x768"x0.0   50.70  1366 1414 1446 1605  768 771 777 790 -hsync -vsync (31.6 kHz e)
[    55.594] (**) Option "fd" "16"
[    55.594] (II) event2  - Power Button: device removed
[    55.594] (**) Option "fd" "19"
[    55.594] (II) event13 - Video Bus: device removed
[    55.594] (**) Option "fd" "20"
[    55.594] (II) event1  - Power Button: device removed
[    55.595] (**) Option "fd" "21"
[    55.595] (II) event7  - Logitech Wireless Mouse PID:4022: device removed
[    55.595] (**) Option "fd" "22"
[    55.595] (**) Option "fd" "23"
[    55.595] (II) event5  - HP Truevision HD: HP Truevision: device removed
[    55.595] (**) Option "fd" "24"
[    55.595] (II) event9  - Intel Virtual Button driver: device removed
[    55.595] (**) Option "fd" "25"
[    55.595] (II) event3  - AT Translated Set 2 keyboard: device removed
[    55.596] (**) Option "fd" "26"
[    55.596] (II) event20 - SynPS/2 Synaptics TouchPad: device removed
[    55.596] (**) Option "fd" "27"
[    55.596] (II) event8  - HP Wireless hotkeys: device removed
[    55.596] (**) Option "fd" "28"
[    55.596] (II) event14 - HP WMI hotkeys: device removed
[    55.596] (**) Option "fd" "22"
[    55.596] (II) event6  - Logitech Wireless Keyboard PID:4023: device removed
[    55.596] (II) UnloadModule: "libinput"
[    55.596] (II) systemd-logind: not releasing fd for 13:70, still in use
[    55.596] (II) UnloadModule: "libinput"
[    55.596] (II) systemd-logind: releasing fd for 13:78
[    55.624] (II) UnloadModule: "libinput"
[    55.624] (II) systemd-logind: releasing fd for 13:72
[    55.645] (II) UnloadModule: "libinput"
[    55.645] (II) systemd-logind: releasing fd for 13:84
[    55.678] (II) UnloadModule: "libinput"
[    55.678] (II) systemd-logind: releasing fd for 13:67
[    55.694] (II) UnloadModule: "libinput"
[    55.694] (II) systemd-logind: releasing fd for 13:73
[    55.744] (II) UnloadModule: "libinput"
[    55.744] (II) systemd-logind: releasing fd for 13:69
[    55.771] (II) UnloadModule: "libinput"
[    55.771] (II) systemd-logind: releasing fd for 13:70
[    55.785] (II) UnloadModule: "libinput"
[    55.785] (II) systemd-logind: releasing fd for 13:71
[    55.809] (II) UnloadModule: "libinput"
[    55.809] (II) systemd-logind: releasing fd for 13:65
[    55.825] (II) UnloadModule: "libinput"
[    55.825] (II) systemd-logind: releasing fd for 13:77
[    55.850] (II) UnloadModule: "libinput"
[    55.850] (II) systemd-logind: releasing fd for 13:66
[    55.920] (II) Server terminated successfully (0). Closing log file.

5.6:

[    42.902] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[    42.903] 
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[    42.903] Build Operating System: Linux Manjaro Linux
[    42.903] Current Operating System: Linux mgf-pavilionx360 5.6.19-3-rt12-MANJARO #1 SMP PREEMPT_RT Sat Aug 22 13:15:07 UTC 2020 x86_64
[    42.903] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.6-rt-x86_64 root=UUID=5cf1d04a-4e29-4bdd-aa2b-e087697999aa rw quiet apparmor=1 security=apparmor udev.log_priority=3
[    42.903] Build Date: 01 August 2020  07:25:56AM
[    42.903]  
[    42.903] Current version of pixman: 0.40.0
[    42.903] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    42.903] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    42.904] (==) Log file: "/home/mgf-x360/.local/share/xorg/Xorg.1.log", Time: Tue Sep  8 19:01:22 2020
[    42.904] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    42.904] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    42.904] (==) No Layout section.  Using the first Screen section.
[    42.904] (==) No screen section available. Using defaults.
[    42.904] (**) |-->Screen "Default Screen Section" (0)
[    42.904] (**) |   |-->Monitor "<default monitor>"
[    42.905] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    42.905] (==) Automatically adding devices
[    42.905] (==) Automatically enabling devices
[    42.905] (==) Automatically adding GPU devices
[    42.905] (==) Automatically binding GPU devices
[    42.905] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    42.905] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    42.905] 	Entry deleted from font path.
[    42.905] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    42.905] 	Entry deleted from font path.
[    42.905] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
[    42.905] 	Entry deleted from font path.
[    42.905] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi").
[    42.905] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
[    42.905] 	Entry deleted from font path.
[    42.905] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi").
[    42.905] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF
[    42.905] (==) ModulePath set to "/usr/lib/xorg/modules"
[    42.905] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    42.905] (II) Module ABI versions:
[    42.905] 	X.Org ANSI C Emulation: 0.4
[    42.905] 	X.Org Video Driver: 24.1
[    42.905] 	X.Org XInput driver : 24.1
[    42.905] 	X.Org Server Extension : 10.0
[    42.906] (++) using VT number 2

[    42.908] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_33
[    42.909] (II) xfree86: Adding drm device (/dev/dri/card0)
[    42.910] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[    42.913] (--) PCI:*(0@0:2:0) 8086:161e:103c:8050 rev 9, Mem @ 0xc0000000/16777216, 0xb0000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[    42.913] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    42.913] (II) LoadModule: "glx"
[    42.913] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    42.915] (II) Module glx: vendor="X.Org Foundation"
[    42.915] 	compiled for 1.20.8, module version = 1.0.0
[    42.915] 	ABI class: X.Org Server Extension, version 10.0
[    42.915] (==) Matched intel as autoconfigured driver 0
[    42.915] (==) Matched modesetting as autoconfigured driver 1
[    42.915] (==) Matched fbdev as autoconfigured driver 2
[    42.915] (==) Matched vesa as autoconfigured driver 3
[    42.915] (==) Assigned the driver to the xf86ConfigLayout
[    42.915] (II) LoadModule: "intel"
[    42.915] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    42.915] (II) Module intel: vendor="X.Org Foundation"
[    42.915] 	compiled for 1.20.8, module version = 2.99.917
[    42.916] 	Module class: X.Org Video Driver
[    42.916] 	ABI class: X.Org Video Driver, version 24.1
[    42.916] (II) LoadModule: "modesetting"
[    42.916] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    42.916] (II) Module modesetting: vendor="X.Org Foundation"
[    42.916] 	compiled for 1.20.8, module version = 1.20.8
[    42.916] 	Module class: X.Org Video Driver
[    42.916] 	ABI class: X.Org Video Driver, version 24.1
[    42.916] (II) LoadModule: "fbdev"
[    42.916] (WW) Warning, couldn't open module fbdev
[    42.916] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    42.916] (II) LoadModule: "vesa"
[    42.917] (WW) Warning, couldn't open module vesa
[    42.917] (EE) Failed to load module "vesa" (module does not exist, 0)
[    42.917] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[    42.917] (II) intel: Driver for Intel(R) HD Graphics
[    42.917] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[    42.917] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[    42.917] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    42.917] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[    42.917] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20200114
[    42.917] (II) intel(0): SNA compiled from 2.99.917-908-g7181c5a4
[    42.934] (WW) Falling back to old probe method for modesetting
[    42.934] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    42.935] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 5300
[    42.935] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 2 threads
[    42.935] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    42.935] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    42.935] (==) intel(0): RGB weight 888
[    42.935] (==) intel(0): Default visual is TrueColor
[    42.937] (II) intel(0): Output eDP1 has no monitor section
[    42.938] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[    42.938] (II) intel(0): Enabled output eDP1
[    42.939] (II) intel(0): Output HDMI1 has no monitor section
[    42.939] (II) intel(0): Enabled output HDMI1
[    42.939] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[    42.939] (II) intel(0): Output VIRTUAL1 has no monitor section
[    42.939] (II) intel(0): Enabled output VIRTUAL1
[    42.940] (--) intel(0): Output eDP1 using initial mode 1366x768 on pipe 0
[    42.940] (==) intel(0): TearFree disabled
[    42.940] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[    42.940] (==) intel(0): DPI set to (96, 96)
[    42.940] (II) Loading sub module "dri3"
[    42.940] (II) LoadModule: "dri3"
[    42.940] (II) Module "dri3" already built-in
[    42.940] (II) Loading sub module "dri2"
[    42.940] (II) LoadModule: "dri2"
[    42.940] (II) Module "dri2" already built-in
[    42.940] (II) Loading sub module "present"
[    42.940] (II) LoadModule: "present"
[    42.940] (II) Module "present" already built-in
[    42.940] (II) UnloadModule: "modesetting"
[    42.940] (II) Unloading modesetting
[    42.941] (II) intel(0): SNA initialized with Broadwell (gen8) backend
[    42.941] (==) intel(0): Backing store enabled
[    42.941] (==) intel(0): Silken mouse disabled
[    42.941] (II) intel(0): HW Cursor enabled
[    42.942] (==) intel(0): DPMS enabled
[    42.942] (==) intel(0): Display hotplug detection enabled
[    42.942] (II) intel(0): [DRI2] Setup complete
[    42.942] (II) intel(0): [DRI2]   DRI driver: i965
[    42.942] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[    42.942] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[    42.942] (II) intel(0): hardware support for Present enabled
[    42.942] (II) Initializing extension Generic Event Extension
[    42.942] (II) Initializing extension SHAPE
[    42.942] (II) Initializing extension MIT-SHM
[    42.942] (II) Initializing extension XInputExtension
[    42.943] (II) Initializing extension XTEST
[    42.943] (II) Initializing extension BIG-REQUESTS
[    42.943] (II) Initializing extension SYNC
[    42.943] (II) Initializing extension XKEYBOARD
[    42.943] (II) Initializing extension XC-MISC
[    42.943] (II) Initializing extension SECURITY
[    42.943] (II) Initializing extension XFIXES
[    42.943] (II) Initializing extension RENDER
[    42.943] (II) Initializing extension RANDR
[    42.943] (II) Initializing extension COMPOSITE
[    42.943] (II) Initializing extension DAMAGE
[    42.943] (II) Initializing extension MIT-SCREEN-SAVER
[    42.943] (II) Initializing extension DOUBLE-BUFFER
[    42.943] (II) Initializing extension RECORD
[    42.943] (II) Initializing extension DPMS
[    42.943] (II) Initializing extension Present
[    42.943] (II) Initializing extension DRI3
[    42.943] (II) Initializing extension X-Resource
[    42.943] (II) Initializing extension XVideo
[    42.943] (II) Initializing extension XVideo-MotionCompensation
[    42.943] (II) Initializing extension GLX
[    42.959] (II) AIGLX: Loaded and initialized i965
[    42.959] (II) GLX: Initialized DRI2 GL provider for screen 0
[    42.959] (II) Initializing extension XFree86-VidModeExtension
[    42.959] (II) Initializing extension XFree86-DGA
[    42.959] (II) Initializing extension XFree86-DRI
[    42.959] (II) Initializing extension DRI2
[    42.965] (II) intel(0): switch to mode 1366x768@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[    42.969] (II) intel(0): Setting screen physical size to 361 x 203
[    43.016] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    43.016] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    43.016] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    43.016] (**) Power Button: Applying InputClass "system-keyboard"
[    43.016] (II) LoadModule: "libinput"
[    43.016] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    43.018] (II) Module libinput: vendor="X.Org Foundation"
[    43.018] 	compiled for 1.20.8, module version = 0.30.0
[    43.018] 	Module class: X.Org XInput Driver
[    43.018] 	ABI class: X.Org XInput driver, version 24.1
[    43.018] (II) Using input driver 'libinput' for 'Power Button'
[    43.019] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 16 paused 0
[    43.019] (**) Power Button: always reports core events
[    43.019] (**) Option "Device" "/dev/input/event2"
[    43.019] (**) Option "_source" "server/udev"
[    43.021] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    43.021] (II) event2  - Power Button: device is a keyboard
[    43.022] (II) event2  - Power Button: device removed
[    43.022] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    43.022] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    43.022] (**) Option "xkb_model" "pc105"
[    43.022] (**) Option "xkb_layout" "br"
[    43.044] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    43.044] (II) event2  - Power Button: device is a keyboard
[    43.045] (II) config/udev: Adding input device Video Bus (/dev/input/event12)
[    43.045] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    43.045] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    43.045] (**) Video Bus: Applying InputClass "system-keyboard"
[    43.045] (II) Using input driver 'libinput' for 'Video Bus'
[    43.046] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 19 paused 0
[    43.046] (**) Video Bus: always reports core events
[    43.046] (**) Option "Device" "/dev/input/event12"
[    43.046] (**) Option "_source" "server/udev"
[    43.048] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[    43.048] (II) event12 - Video Bus: device is a keyboard
[    43.048] (II) event12 - Video Bus: device removed
[    43.048] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input15/event12"
[    43.048] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    43.048] (**) Option "xkb_model" "pc105"
[    43.048] (**) Option "xkb_layout" "br"
[    43.049] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[    43.049] (II) event12 - Video Bus: device is a keyboard
[    43.050] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    43.050] (II) No input driver specified, ignoring this device.
[    43.050] (II) This device may have been added with another device file.
[    43.051] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    43.051] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    43.051] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    43.051] (**) Power Button: Applying InputClass "system-keyboard"
[    43.051] (II) Using input driver 'libinput' for 'Power Button'
[    43.052] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 20 paused 0
[    43.052] (**) Power Button: always reports core events
[    43.052] (**) Option "Device" "/dev/input/event1"
[    43.052] (**) Option "_source" "server/udev"
[    43.054] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    43.054] (II) event1  - Power Button: device is a keyboard
[    43.054] (II) event1  - Power Button: device removed
[    43.054] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    43.054] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    43.054] (**) Option "xkb_model" "pc105"
[    43.054] (**) Option "xkb_layout" "br"
[    43.055] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    43.055] (II) event1  - Power Button: device is a keyboard
[    43.057] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event14)
[    43.057] (II) No input driver specified, ignoring this device.
[    43.057] (II) This device may have been added with another device file.
[    43.057] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event15)
[    43.057] (II) No input driver specified, ignoring this device.
[    43.057] (II) This device may have been added with another device file.
[    43.058] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event16)
[    43.058] (II) No input driver specified, ignoring this device.
[    43.058] (II) This device may have been added with another device file.
[    43.058] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=9 (/dev/input/event17)
[    43.058] (II) No input driver specified, ignoring this device.
[    43.058] (II) This device may have been added with another device file.
[    43.059] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=10 (/dev/input/event18)
[    43.059] (II) No input driver specified, ignoring this device.
[    43.059] (II) This device may have been added with another device file.
[    43.060] (II) config/udev: Adding input device Logitech Wireless Mouse PID:4022 (/dev/input/event6)
[    43.060] (**) Logitech Wireless Mouse PID:4022: Applying InputClass "evdev pointer catchall"
[    43.060] (**) Logitech Wireless Mouse PID:4022: Applying InputClass "libinput pointer catchall"
[    43.060] (II) Using input driver 'libinput' for 'Logitech Wireless Mouse PID:4022'
[    43.061] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 21 paused 0
[    43.061] (**) Logitech Wireless Mouse PID:4022: always reports core events
[    43.061] (**) Option "Device" "/dev/input/event6"
[    43.061] (**) Option "_source" "server/udev"
[    43.063] (II) event6  - Logitech Wireless Mouse PID:4022: is tagged by udev as: Mouse
[    43.064] (II) event6  - Logitech Wireless Mouse PID:4022: device is a pointer
[    43.064] (II) event6  - Logitech Wireless Mouse PID:4022: device removed
[    43.064] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C534.0002/0003:046D:4022.0005/input/input38/event6"
[    43.064] (II) XINPUT: Adding extended input device "Logitech Wireless Mouse PID:4022" (type: MOUSE, id 9)
[    43.064] (**) Option "AccelerationScheme" "none"
[    43.064] (**) Logitech Wireless Mouse PID:4022: (accel) selected scheme none/0
[    43.064] (**) Logitech Wireless Mouse PID:4022: (accel) acceleration factor: 2.000
[    43.064] (**) Logitech Wireless Mouse PID:4022: (accel) acceleration threshold: 4
[    43.066] (II) event6  - Logitech Wireless Mouse PID:4022: is tagged by udev as: Mouse
[    43.066] (II) event6  - Logitech Wireless Mouse PID:4022: device is a pointer
[    43.068] (II) config/udev: Adding input device Logitech Wireless Mouse PID:4022 (/dev/input/mouse1)
[    43.068] (II) No input driver specified, ignoring this device.
[    43.068] (II) This device may have been added with another device file.
[    43.069] (II) config/udev: Adding input device Logitech Wireless Keyboard PID:4023 (/dev/input/event5)
[    43.069] (**) Logitech Wireless Keyboard PID:4023: Applying InputClass "evdev keyboard catchall"
[    43.069] (**) Logitech Wireless Keyboard PID:4023: Applying InputClass "libinput keyboard catchall"
[    43.069] (**) Logitech Wireless Keyboard PID:4023: Applying InputClass "system-keyboard"
[    43.069] (II) Using input driver 'libinput' for 'Logitech Wireless Keyboard PID:4023'
[    43.070] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 22 paused 0
[    43.070] (**) Logitech Wireless Keyboard PID:4023: always reports core events
[    43.070] (**) Option "Device" "/dev/input/event5"
[    43.070] (**) Option "_source" "server/udev"
[    43.072] (II) event5  - Logitech Wireless Keyboard PID:4023: is tagged by udev as: Keyboard
[    43.073] (II) event5  - Logitech Wireless Keyboard PID:4023: device is a keyboard
[    43.073] (II) event5  - Logitech Wireless Keyboard PID:4023: device removed
[    43.073] (II) libinput: Logitech Wireless Keyboard PID:4023: needs a virtual subdevice
[    43.073] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C534.0002/0003:046D:4023.0004/input/input37/event5"
[    43.073] (II) XINPUT: Adding extended input device "Logitech Wireless Keyboard PID:4023" (type: MOUSE, id 10)
[    43.073] (**) Option "AccelerationScheme" "none"
[    43.073] (**) Logitech Wireless Keyboard PID:4023: (accel) selected scheme none/0
[    43.073] (**) Logitech Wireless Keyboard PID:4023: (accel) acceleration factor: 2.000
[    43.073] (**) Logitech Wireless Keyboard PID:4023: (accel) acceleration threshold: 4
[    43.075] (II) event5  - Logitech Wireless Keyboard PID:4023: is tagged by udev as: Keyboard
[    43.075] (II) event5  - Logitech Wireless Keyboard PID:4023: device is a keyboard
[    43.077] (II) config/udev: Adding input device HP Truevision HD: HP Truevision (/dev/input/event4)
[    43.077] (**) HP Truevision HD: HP Truevision: Applying InputClass "evdev keyboard catchall"
[    43.077] (**) HP Truevision HD: HP Truevision: Applying InputClass "libinput keyboard catchall"
[    43.077] (**) HP Truevision HD: HP Truevision: Applying InputClass "system-keyboard"
[    43.077] (II) Using input driver 'libinput' for 'HP Truevision HD: HP Truevision'
[    43.078] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 23 paused 0
[    43.078] (**) HP Truevision HD: HP Truevision: always reports core events
[    43.078] (**) Option "Device" "/dev/input/event4"
[    43.078] (**) Option "_source" "server/udev"
[    43.080] (II) event4  - HP Truevision HD: HP Truevision: is tagged by udev as: Keyboard
[    43.080] (II) event4  - HP Truevision HD: HP Truevision: device is a keyboard
[    43.080] (II) event4  - HP Truevision HD: HP Truevision: device removed
[    43.080] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/input/input23/event4"
[    43.080] (II) XINPUT: Adding extended input device "HP Truevision HD: HP Truevision" (type: KEYBOARD, id 11)
[    43.080] (**) Option "xkb_model" "pc105"
[    43.080] (**) Option "xkb_layout" "br"
[    43.082] (II) event4  - HP Truevision HD: HP Truevision: is tagged by udev as: Keyboard
[    43.082] (II) event4  - HP Truevision HD: HP Truevision: device is a keyboard
[    43.083] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event10)
[    43.083] (II) No input driver specified, ignoring this device.
[    43.083] (II) This device may have been added with another device file.
[    43.083] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event11)
[    43.083] (II) No input driver specified, ignoring this device.
[    43.083] (II) This device may have been added with another device file.
[    43.084] (II) config/udev: Adding input device Intel Virtual Button driver (/dev/input/event9)
[    43.084] (**) Intel Virtual Button driver: Applying InputClass "evdev keyboard catchall"
[    43.084] (**) Intel Virtual Button driver: Applying InputClass "libinput keyboard catchall"
[    43.084] (**) Intel Virtual Button driver: Applying InputClass "system-keyboard"
[    43.084] (II) Using input driver 'libinput' for 'Intel Virtual Button driver'
[    43.085] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 24 paused 0
[    43.085] (**) Intel Virtual Button driver: always reports core events
[    43.085] (**) Option "Device" "/dev/input/event9"
[    43.085] (**) Option "_source" "server/udev"
[    43.086] (II) event9  - Intel Virtual Button driver: is tagged by udev as: Keyboard Switch
[    43.086] (II) event9  - Intel Virtual Button driver: device is a keyboard
[    43.086] (II) event9  - Intel Virtual Button driver: device is a switch device
[    43.086] (II) event9  - Intel Virtual Button driver: device removed
[    43.086] (**) Option "config_info" "udev:/sys/devices/platform/INT33D6:00/input/input12/event9"
[    43.086] (II) XINPUT: Adding extended input device "Intel Virtual Button driver" (type: KEYBOARD, id 12)
[    43.086] (**) Option "xkb_model" "pc105"
[    43.086] (**) Option "xkb_layout" "br"
[    43.088] (II) event9  - Intel Virtual Button driver: is tagged by udev as: Keyboard Switch
[    43.088] (II) event9  - Intel Virtual Button driver: device is a keyboard
[    43.088] (II) event9  - Intel Virtual Button driver: device is a switch device
[    43.089] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[    43.089] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    43.089] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    43.089] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[    43.089] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    43.090] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 25 paused 0
[    43.090] (**) AT Translated Set 2 keyboard: always reports core events
[    43.090] (**) Option "Device" "/dev/input/event3"
[    43.090] (**) Option "_source" "server/udev"
[    43.091] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    43.091] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    43.092] (II) event3  - AT Translated Set 2 keyboard: device removed
[    43.092] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[    43.092] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[    43.092] (**) Option "xkb_model" "pc105"
[    43.092] (**) Option "xkb_layout" "br"
[    43.094] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    43.094] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    43.096] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event19)
[    43.096] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[    43.096] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[    43.096] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[    43.097] (II) systemd-logind: got fd for /dev/input/event19 13:83 fd 26 paused 0
[    43.097] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    43.097] (**) Option "Device" "/dev/input/event19"
[    43.097] (**) Option "_source" "server/udev"
[    43.098] (II) event19 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[    43.100] (II) event19 - SynPS/2 Synaptics TouchPad: device is a touchpad
[    43.100] (II) event19 - SynPS/2 Synaptics TouchPad: device removed
[    43.101] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input22/event19"
[    43.101] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 14)
[    43.102] (**) Option "AccelerationScheme" "none"
[    43.102] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[    43.102] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    43.102] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    43.104] (II) event19 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[    43.105] (II) event19 - SynPS/2 Synaptics TouchPad: device is a touchpad
[    43.106] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[    43.106] (II) No input driver specified, ignoring this device.
[    43.106] (II) This device may have been added with another device file.
[    43.107] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/event22)
[    43.107] (II) No input driver specified, ignoring this device.
[    43.107] (II) This device may have been added with another device file.
[    43.107] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/js0)
[    43.107] (II) No input driver specified, ignoring this device.
[    43.107] (II) This device may have been added with another device file.
[    43.108] (II) config/udev: Adding input device PC Speaker (/dev/input/event13)
[    43.108] (II) No input driver specified, ignoring this device.
[    43.108] (II) This device may have been added with another device file.
[    43.109] (II) config/udev: Adding input device HP Wireless hotkeys (/dev/input/event8)
[    43.109] (**) HP Wireless hotkeys: Applying InputClass "evdev keyboard catchall"
[    43.109] (**) HP Wireless hotkeys: Applying InputClass "libinput keyboard catchall"
[    43.109] (**) HP Wireless hotkeys: Applying InputClass "system-keyboard"
[    43.109] (II) Using input driver 'libinput' for 'HP Wireless hotkeys'
[    43.110] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 27 paused 0
[    43.110] (**) HP Wireless hotkeys: always reports core events
[    43.110] (**) Option "Device" "/dev/input/event8"
[    43.110] (**) Option "_source" "server/udev"
[    43.111] (II) event8  - HP Wireless hotkeys: is tagged by udev as: Keyboard
[    43.111] (II) event8  - HP Wireless hotkeys: device is a keyboard
[    43.111] (II) event8  - HP Wireless hotkeys: device removed
[    43.111] (**) Option "config_info" "udev:/sys/devices/virtual/input/input11/event8"
[    43.111] (II) XINPUT: Adding extended input device "HP Wireless hotkeys" (type: KEYBOARD, id 15)
[    43.111] (**) Option "xkb_model" "pc105"
[    43.111] (**) Option "xkb_layout" "br"
[    43.112] (II) event8  - HP Wireless hotkeys: is tagged by udev as: Keyboard
[    43.112] (II) event8  - HP Wireless hotkeys: device is a keyboard
[    43.113] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event21)
[    43.113] (**) HP WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[    43.113] (**) HP WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    43.113] (**) HP WMI hotkeys: Applying InputClass "system-keyboard"
[    43.113] (II) Using input driver 'libinput' for 'HP WMI hotkeys'
[    43.114] (II) systemd-logind: got fd for /dev/input/event21 13:85 fd 28 paused 0
[    43.114] (**) HP WMI hotkeys: always reports core events
[    43.114] (**) Option "Device" "/dev/input/event21"
[    43.114] (**) Option "_source" "server/udev"
[    43.115] (II) event21 - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[    43.115] (II) event21 - HP WMI hotkeys: device is a keyboard
[    43.115] (II) event21 - HP WMI hotkeys: device is a switch device
[    43.116] (II) event21 - HP WMI hotkeys: device removed
[    43.116] (**) Option "config_info" "udev:/sys/devices/virtual/input/input24/event21"
[    43.116] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 16)
[    43.116] (**) Option "xkb_model" "pc105"
[    43.116] (**) Option "xkb_layout" "br"
[    43.117] (II) event21 - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[    43.117] (II) event21 - HP WMI hotkeys: device is a keyboard
[    43.117] (II) event21 - HP WMI hotkeys: device is a switch device
[    43.135] (**) Logitech Wireless Keyboard PID:4023: Applying InputClass "evdev keyboard catchall"
[    43.135] (**) Logitech Wireless Keyboard PID:4023: Applying InputClass "libinput keyboard catchall"
[    43.135] (**) Logitech Wireless Keyboard PID:4023: Applying InputClass "system-keyboard"
[    43.135] (II) Using input driver 'libinput' for 'Logitech Wireless Keyboard PID:4023'
[    43.135] (II) systemd-logind: returning pre-existing fd for /dev/input/event5 13:69
[    43.135] (**) Logitech Wireless Keyboard PID:4023: always reports core events
[    43.135] (**) Option "Device" "/dev/input/event5"
[    43.135] (**) Option "_source" "_driver/libinput"
[    43.135] (II) libinput: Logitech Wireless Keyboard PID:4023: is a virtual subdevice
[    43.135] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C534.0002/0003:046D:4023.0004/input/input37/event5"
[    43.135] (II) XINPUT: Adding extended input device "Logitech Wireless Keyboard PID:4023" (type: KEYBOARD, id 17)
[    43.135] (**) Option "xkb_model" "pc105"
[    43.135] (**) Option "xkb_layout" "br"
[    43.572] (II) intel(0): EDID vendor "BOE", prod id 1564
[    43.572] (II) intel(0): DDCModeFromDetailedTiming: 1366x768 Warning: We only handle separate sync.
[    43.572] (II) intel(0): Printing DDC gathered Modelines:
[    43.572] (II) intel(0): Modeline "1366x768"x0.0   76.07  1366 1414 1446 1605  768 771 777 790 +hsync -vsync (47.4 kHz eP)
[    43.572] (II) intel(0): Modeline "1366x768"x0.0   50.70  1366 1414 1446 1605  768 771 777 790 -hsync -vsync (31.6 kHz e)
[    48.920] (EE) event19 - SynPS/2 Synaptics TouchPad: client bug: event processing lagging behind by 13ms, your system is too slow
[    57.869] (**) Option "fd" "16"
[    57.869] (II) event2  - Power Button: device removed
[    57.869] (**) Option "fd" "19"
[    57.870] (II) event12 - Video Bus: device removed
[    57.870] (**) Option "fd" "20"
[    57.870] (II) event1  - Power Button: device removed
[    57.870] (**) Option "fd" "21"
[    57.870] (II) event6  - Logitech Wireless Mouse PID:4022: device removed
[    57.870] (**) Option "fd" "22"
[    57.870] (**) Option "fd" "23"
[    57.870] (II) event4  - HP Truevision HD: HP Truevision: device removed
[    57.870] (**) Option "fd" "24"
[    57.870] (II) event9  - Intel Virtual Button driver: device removed
[    57.870] (**) Option "fd" "25"
[    57.870] (II) event3  - AT Translated Set 2 keyboard: device removed
[    57.870] (**) Option "fd" "26"
[    57.870] (II) event19 - SynPS/2 Synaptics TouchPad: device removed
[    57.871] (**) Option "fd" "27"
[    57.871] (II) event8  - HP Wireless hotkeys: device removed
[    57.871] (**) Option "fd" "28"
[    57.871] (II) event21 - HP WMI hotkeys: device removed
[    57.871] (**) Option "fd" "22"
[    57.871] (II) event5  - Logitech Wireless Keyboard PID:4023: device removed
[    57.871] (II) UnloadModule: "libinput"
[    57.871] (II) systemd-logind: not releasing fd for 13:69, still in use
[    57.871] (II) UnloadModule: "libinput"
[    57.871] (II) systemd-logind: releasing fd for 13:85
[    57.930] (II) UnloadModule: "libinput"
[    57.930] (II) systemd-logind: releasing fd for 13:72
[    57.977] (II) UnloadModule: "libinput"
[    57.977] (II) systemd-logind: releasing fd for 13:83
[    58.000] (II) UnloadModule: "libinput"
[    58.000] (II) systemd-logind: releasing fd for 13:67
[    58.030] (II) UnloadModule: "libinput"
[    58.030] (II) systemd-logind: releasing fd for 13:73
[    58.057] (II) UnloadModule: "libinput"
[    58.057] (II) systemd-logind: releasing fd for 13:68
[    58.087] (II) UnloadModule: "libinput"
[    58.087] (II) systemd-logind: releasing fd for 13:69
[    58.113] (II) UnloadModule: "libinput"
[    58.113] (II) systemd-logind: releasing fd for 13:70
[    58.150] (II) UnloadModule: "libinput"
[    58.150] (II) systemd-logind: releasing fd for 13:65
[    58.187] (II) UnloadModule: "libinput"
[    58.187] (II) systemd-logind: releasing fd for 13:76
[    58.217] (II) UnloadModule: "libinput"
[    58.218] (II) systemd-logind: releasing fd for 13:66
[    58.295] (II) Server terminated successfully (0). Closing log file.

For me it look like a bug of the input driver. Consider to write a bug report on:

https://bugzilla.kernel.org/buglist.cgi?product=Drivers&component=Input%20Devices&resolution=---

There is a similiar bug for a Lenovo IdeaPad Slim 7: 209199 – Touchpad not recognized on Lenovo IdeaPad Slim 7 (Intel)

Please run evtest to see if the devices are recognized and if the kernel receives any input data.

1 Like

@pobrn here’s the evtest for the keyboard on 5.4 where it’s not working

No device specified, trying to scan all of /dev/input/event*
Available devices:
/dev/input/event0:	Lid Switch
/dev/input/event1:	Power Button
/dev/input/event2:	Power Button
/dev/input/event3:	AT Translated Set 2 keyboard
/dev/input/event4:	HP Truevision HD: HP Truevision
/dev/input/event5:	Logitech Wireless Keyboard PID:4023
/dev/input/event6:	Logitech Wireless Mouse PID:4022
/dev/input/event8:	Intel Virtual Button driver
/dev/input/event9:	HP Wireless hotkeys
/dev/input/event10:	ELAN0732:00 04F3:0358
/dev/input/event11:	ELAN0732:00 04F3:0358 UNKNOWN
/dev/input/event12:	ELAN0732:00 04F3:0358 UNKNOWN
/dev/input/event13:	PC Speaker
/dev/input/event14:	HDA Intel PCH Mic
/dev/input/event15:	HDA Intel PCH Headphone
/dev/input/event16:	Video Bus
/dev/input/event17:	HP WMI hotkeys
/dev/input/event18:	HDA Intel HDMI HDMI/DP,pcm=3
/dev/input/event19:	HDA Intel HDMI HDMI/DP,pcm=7
/dev/input/event20:	HDA Intel HDMI HDMI/DP,pcm=8
/dev/input/event21:	HDA Intel HDMI HDMI/DP,pcm=9
/dev/input/event22:	HDA Intel HDMI HDMI/DP,pcm=10
/dev/input/event23:	SynPS/2 Synaptics TouchPad
/dev/input/event24:	ST LIS3LV02DL Accelerometer
Select the device event number [0-24]: 3
Input driver version is 1.0.1
Input device ID: bus 0x11 vendor 0x1 product 0x1 version 0xab41
Input device name: "AT Translated Set 2 keyboard"
Supported events:
  Event type 0 (EV_SYN)
  Event type 1 (EV_KEY)
    Event code 1 (KEY_ESC)
    Event code 2 (KEY_1)
    Event code 3 (KEY_2)
    Event code 4 (KEY_3)
    Event code 5 (KEY_4)
    Event code 6 (KEY_5)
    Event code 7 (KEY_6)
    Event code 8 (KEY_7)
    Event code 9 (KEY_8)
    Event code 10 (KEY_9)
    Event code 11 (KEY_0)
    Event code 12 (KEY_MINUS)
    Event code 13 (KEY_EQUAL)
    Event code 14 (KEY_BACKSPACE)
    Event code 15 (KEY_TAB)
    Event code 16 (KEY_Q)
    Event code 17 (KEY_W)
    Event code 18 (KEY_E)
    Event code 19 (KEY_R)
    Event code 20 (KEY_T)
    Event code 21 (KEY_Y)
    Event code 22 (KEY_U)
    Event code 23 (KEY_I)
    Event code 24 (KEY_O)
    Event code 25 (KEY_P)
    Event code 26 (KEY_LEFTBRACE)
    Event code 27 (KEY_RIGHTBRACE)
    Event code 28 (KEY_ENTER)
    Event code 29 (KEY_LEFTCTRL)
    Event code 30 (KEY_A)
    Event code 31 (KEY_S)
    Event code 32 (KEY_D)
    Event code 33 (KEY_F)
    Event code 34 (KEY_G)
    Event code 35 (KEY_H)
    Event code 36 (KEY_J)
    Event code 37 (KEY_K)
    Event code 38 (KEY_L)
    Event code 39 (KEY_SEMICOLON)
    Event code 40 (KEY_APOSTROPHE)
    Event code 41 (KEY_GRAVE)
    Event code 42 (KEY_LEFTSHIFT)
    Event code 43 (KEY_BACKSLASH)
    Event code 44 (KEY_Z)
    Event code 45 (KEY_X)
    Event code 46 (KEY_C)
    Event code 47 (KEY_V)
    Event code 48 (KEY_B)
    Event code 49 (KEY_N)
    Event code 50 (KEY_M)
    Event code 51 (KEY_COMMA)
    Event code 52 (KEY_DOT)
    Event code 53 (KEY_SLASH)
    Event code 54 (KEY_RIGHTSHIFT)
    Event code 55 (KEY_KPASTERISK)
    Event code 56 (KEY_LEFTALT)
    Event code 57 (KEY_SPACE)
    Event code 58 (KEY_CAPSLOCK)
    Event code 59 (KEY_F1)
    Event code 60 (KEY_F2)
    Event code 61 (KEY_F3)
    Event code 62 (KEY_F4)
    Event code 63 (KEY_F5)
    Event code 64 (KEY_F6)
    Event code 65 (KEY_F7)
    Event code 66 (KEY_F8)
    Event code 67 (KEY_F9)
    Event code 68 (KEY_F10)
    Event code 69 (KEY_NUMLOCK)
    Event code 70 (KEY_SCROLLLOCK)
    Event code 71 (KEY_KP7)
    Event code 72 (KEY_KP8)
    Event code 73 (KEY_KP9)
    Event code 74 (KEY_KPMINUS)
    Event code 75 (KEY_KP4)
    Event code 76 (KEY_KP5)
    Event code 77 (KEY_KP6)
    Event code 78 (KEY_KPPLUS)
    Event code 79 (KEY_KP1)
    Event code 80 (KEY_KP2)
    Event code 81 (KEY_KP3)
    Event code 82 (KEY_KP0)
    Event code 83 (KEY_KPDOT)
    Event code 85 (KEY_ZENKAKUHANKAKU)
    Event code 86 (KEY_102ND)
    Event code 87 (KEY_F11)
    Event code 88 (KEY_F12)
    Event code 89 (KEY_RO)
    Event code 90 (KEY_KATAKANA)
    Event code 91 (KEY_HIRAGANA)
    Event code 92 (KEY_HENKAN)
    Event code 93 (KEY_KATAKANAHIRAGANA)
    Event code 94 (KEY_MUHENKAN)
    Event code 95 (KEY_KPJPCOMMA)
    Event code 96 (KEY_KPENTER)
    Event code 97 (KEY_RIGHTCTRL)
    Event code 98 (KEY_KPSLASH)
    Event code 99 (KEY_SYSRQ)
    Event code 100 (KEY_RIGHTALT)
    Event code 102 (KEY_HOME)
    Event code 103 (KEY_UP)
    Event code 104 (KEY_PAGEUP)
    Event code 105 (KEY_LEFT)
    Event code 106 (KEY_RIGHT)
    Event code 107 (KEY_END)
    Event code 108 (KEY_DOWN)
    Event code 109 (KEY_PAGEDOWN)
    Event code 110 (KEY_INSERT)
    Event code 111 (KEY_DELETE)
    Event code 112 (KEY_MACRO)
    Event code 113 (KEY_MUTE)
    Event code 114 (KEY_VOLUMEDOWN)
    Event code 115 (KEY_VOLUMEUP)
    Event code 116 (KEY_POWER)
    Event code 117 (KEY_KPEQUAL)
    Event code 118 (KEY_KPPLUSMINUS)
    Event code 119 (KEY_PAUSE)
    Event code 121 (KEY_KPCOMMA)
    Event code 122 (KEY_HANGUEL)
    Event code 123 (KEY_HANJA)
    Event code 124 (KEY_YEN)
    Event code 125 (KEY_LEFTMETA)
    Event code 126 (KEY_RIGHTMETA)
    Event code 127 (KEY_COMPOSE)
    Event code 128 (KEY_STOP)
    Event code 138 (KEY_HELP)
    Event code 140 (KEY_CALC)
    Event code 142 (KEY_SLEEP)
    Event code 143 (KEY_WAKEUP)
    Event code 152 (KEY_SCREENLOCK)
    Event code 155 (KEY_MAIL)
    Event code 156 (KEY_BOOKMARKS)
    Event code 157 (KEY_COMPUTER)
    Event code 158 (KEY_BACK)
    Event code 159 (KEY_FORWARD)
    Event code 163 (KEY_NEXTSONG)
    Event code 164 (KEY_PLAYPAUSE)
    Event code 165 (KEY_PREVIOUSSONG)
    Event code 166 (KEY_STOPCD)
    Event code 172 (KEY_HOMEPAGE)
    Event code 173 (KEY_REFRESH)
    Event code 183 (KEY_F13)
    Event code 184 (KEY_F14)
    Event code 185 (KEY_F15)
    Event code 192 (KEY_F22)
    Event code 193 (KEY_F23)
    Event code 210 (KEY_PRINT)
    Event code 212 (KEY_CAMERA)
    Event code 217 (KEY_SEARCH)
    Event code 224 (KEY_BRIGHTNESSDOWN)
    Event code 225 (KEY_BRIGHTNESSUP)
    Event code 226 (KEY_MEDIA)
    Event code 227 (KEY_SWITCHVIDEOMODE)
    Event code 236 (KEY_BATTERY)
    Event code 238 (KEY_WLAN)
    Event code 240 (KEY_UNKNOWN)
    Event code 389 (KEY_DVD)
    Event code 465 (KEY_FN_ESC)
  Event type 4 (EV_MSC)
    Event code 4 (MSC_SCAN)
  Event type 17 (EV_LED)
    Event code 0 (LED_NUML) state 0
    Event code 1 (LED_CAPSL) state 0
    Event code 2 (LED_SCROLLL) state 0
Key repeat handling:
  Repeat type 20 (EV_REP)
    Repeat code 0 (REP_DELAY)
      Value    250
    Repeat code 1 (REP_PERIOD)
      Value     33
Properties:
Testing ... (interrupt to exit)
Event: time 1599674785.238346, type 4 (EV_MSC), code 4 (MSC_SCAN), value 21
Event: time 1599674785.238346, type 1 (EV_KEY), code 33 (KEY_F), value 1
Event: time 1599674785.238346, -------------- SYN_REPORT ------------
Event: time 1599674785.397781, type 4 (EV_MSC), code 4 (MSC_SCAN), value 21
Event: time 1599674785.397781, type 1 (EV_KEY), code 33 (KEY_F), value 0
Event: time 1599674785.397781, -------------- SYN_REPORT ------------
Event: time 1599674786.605231, type 4 (EV_MSC), code 4 (MSC_SCAN), value 20
Event: time 1599674786.605231, type 1 (EV_KEY), code 32 (KEY_D), value 1
Event: time 1599674786.605231, -------------- SYN_REPORT ------------
Event: time 1599674786.713693, type 4 (EV_MSC), code 4 (MSC_SCAN), value 20
Event: time 1599674786.713693, type 1 (EV_KEY), code 32 (KEY_D), value 0
Event: time 1599674786.713693, -------------- SYN_REPORT ------------
Event: time 1599674788.011115, type 4 (EV_MSC), code 4 (MSC_SCAN), value 1e
Event: time 1599674788.011115, type 1 (EV_KEY), code 30 (KEY_A), value 1
Event: time 1599674788.011115, -------------- SYN_REPORT ------------
Event: time 1599674788.100836, type 4 (EV_MSC), code 4 (MSC_SCAN), value 1e
Event: time 1599674788.100836, type 1 (EV_KEY), code 30 (KEY_A), value 0
Event: time 1599674788.100836, -------------- SYN_REPORT ------------
Event: time 1599674816.710534, type 4 (EV_MSC), code 4 (MSC_SCAN), value 2f
Event: time 1599674816.710534, type 1 (EV_KEY), code 47 (KEY_V), value 1
Event: time 1599674816.710534, -------------- SYN_REPORT ------------
Event: time 1599674816.811906, type 4 (EV_MSC), code 4 (MSC_SCAN), value 2f
Event: time 1599674816.811906, type 1 (EV_KEY), code 47 (KEY_V), value 0
Event: time 1599674816.811906, -------------- SYN_REPORT ------------
Event: time 1599674818.121063, type 4 (EV_MSC), code 4 (MSC_SCAN), value 30
Event: time 1599674818.121063, type 1 (EV_KEY), code 48 (KEY_B), value 1
Event: time 1599674818.121063, -------------- SYN_REPORT ------------
Event: time 1599674818.212760, type 4 (EV_MSC), code 4 (MSC_SCAN), value 30
Event: time 1599674818.212760, type 1 (EV_KEY), code 48 (KEY_B), value 0
Event: time 1599674818.212760, -------------- SYN_REPORT ------------
Event: time 1599674822.289340, type 4 (EV_MSC), code 4 (MSC_SCAN), value 01
Event: time 1599674822.289340, type 1 (EV_KEY), code 1 (KEY_ESC), value 1
Event: time 1599674822.289340, -------------- SYN_REPORT ------------
Event: time 1599674822.391966, type 4 (EV_MSC), code 4 (MSC_SCAN), value 01
Event: time 1599674822.391966, type 1 (EV_KEY), code 1 (KEY_ESC), value 0
Event: time 1599674822.391966, -------------- SYN_REPORT ------------
Event: time 1599674838.054269, type 4 (EV_MSC), code 4 (MSC_SCAN), value 1d
Event: time 1599674838.054269, type 1 (EV_KEY), code 29 (KEY_LEFTCTRL), value 1
Event: time 1599674838.054269, -------------- SYN_REPORT ------------
Event: time 1599674838.300090, type 4 (EV_MSC), code 4 (MSC_SCAN), value 1d
Event: time 1599674838.300090, type 1 (EV_KEY), code 29 (KEY_LEFTCTRL), value 2
Event: time 1599674838.300090, -------------- SYN_REPORT ------------
Event: time 1599674838.330647, type 4 (EV_MSC), code 4 (MSC_SCAN), value 1d
Event: time 1599674838.330647, type 1 (EV_KEY), code 29 (KEY_LEFTCTRL), value 2
Event: time 1599674838.330647, -------------- SYN_REPORT ------------
Event: time 1599674838.361866, type 4 (EV_MSC), code 4 (MSC_SCAN), value 1d
Event: time 1599674838.361866, type 1 (EV_KEY), code 29 (KEY_LEFTCTRL), value 2
Event: time 1599674838.361866, -------------- SYN_REPORT ------------
Event: time 1599674838.394051, type 4 (EV_MSC), code 4 (MSC_SCAN), value 1d
Event: time 1599674838.394051, type 1 (EV_KEY), code 29 (KEY_LEFTCTRL), value 2
Event: time 1599674838.394051, -------------- SYN_REPORT ------------
Event: time 1599674838.423102, type 4 (EV_MSC), code 4 (MSC_SCAN), value 2e
Event: time 1599674838.423102, type 1 (EV_KEY), code 46 (KEY_C), value 1
Event: time 1599674838.423102, -------------- SYN_REPORT ------------
Event: time 1599674838.536028, type 4 (EV_MSC), code 4 (MSC_SCAN), value 2e
Event: time 1599674838.536028, type 1 (EV_KEY), code 46 (KEY_C), value 0
Event: time 1599674838.536028, -------------- SYN_REPORT ------------
Event: time 1599674839.359365, type 4 (EV_MSC), code 4 (MSC_SCAN), value 20
Event: time 1599674839.359365, type 1 (EV_KEY), code 32 (KEY_D), value 1
Event: time 1599674839.359365, -------------- SYN_REPORT ------------
Event: time 1599674839.489379, type 4 (EV_MSC), code 4 (MSC_SCAN), value 20
Event: time 1599674839.489379, type 1 (EV_KEY), code 32 (KEY_D), value 0
Event: time 1599674839.489379, -------------- SYN_REPORT ------------
Event: time 1599674840.081456, type 4 (EV_MSC), code 4 (MSC_SCAN), value 1d
Event: time 1599674840.081456, type 1 (EV_KEY), code 29 (KEY_LEFTCTRL), value 0
Event: time 1599674840.081456, -------------- SYN_REPORT ------------
Event: time 1599674841.237794, type 4 (EV_MSC), code 4 (MSC_SCAN), value 1d
Event: time 1599674841.237794, type 1 (EV_KEY), code 29 (KEY_LEFTCTRL), value 1
Event: time 1599674841.237794, -------------- SYN_REPORT ------------
Event: time 1599674841.419945, type 4 (EV_MSC), code 4 (MSC_SCAN), value 10
Event: time 1599674841.419945, type 1 (EV_KEY), code 16 (KEY_Q), value 1
Event: time 1599674841.419945, -------------- SYN_REPORT ------------
Event: time 1599674841.495476, type 4 (EV_MSC), code 4 (MSC_SCAN), value 10
Event: time 1599674841.495476, type 1 (EV_KEY), code 16 (KEY_Q), value 0
Event: time 1599674841.495476, -------------- SYN_REPORT ------------
Event: time 1599674841.843795, type 4 (EV_MSC), code 4 (MSC_SCAN), value 1d
Event: time 1599674841.843795, type 1 (EV_KEY), code 29 (KEY_LEFTCTRL), value 0
Event: time 1599674841.843795, -------------- SYN_REPORT ------------
^C%  

evtest is registering events, the “Event: time” lines appear when I press keys on the built-in keyboard, but the interrupt (ctrl+C) was sent through the USB keyboard, the built-in keyboard is still nonresponsive after running evtest.

If the kernel is registering events, it’s not a driver error very possibly. Try running xev and see if it shows the keypresses. Try evtest with the touchpad as well.

the touchpad has a similar output on evtest

    No device specified, trying to scan all of /dev/input/event*
    Available devices:
    /dev/input/event0:	Lid Switch
    /dev/input/event1:	Power Button
    /dev/input/event2:	Power Button
    /dev/input/event3:	AT Translated Set 2 keyboard
    /dev/input/event4:	HP Truevision HD: HP Truevision
    /dev/input/event5:	Logitech Wireless Keyboard PID:4023
    /dev/input/event6:	Logitech Wireless Mouse PID:4022
    /dev/input/event8:	Intel Virtual Button driver
    /dev/input/event9:	HP Wireless hotkeys
    /dev/input/event10:	ELAN0732:00 04F3:0358
    /dev/input/event11:	ELAN0732:00 04F3:0358 UNKNOWN
    /dev/input/event12:	ELAN0732:00 04F3:0358 UNKNOWN
    /dev/input/event13:	PC Speaker
    /dev/input/event14:	HDA Intel PCH Mic
    /dev/input/event15:	HDA Intel PCH Headphone
    /dev/input/event16:	Video Bus
    /dev/input/event17:	HP WMI hotkeys
    /dev/input/event18:	HDA Intel HDMI HDMI/DP,pcm=3
    /dev/input/event19:	HDA Intel HDMI HDMI/DP,pcm=7
    /dev/input/event20:	HDA Intel HDMI HDMI/DP,pcm=8
    /dev/input/event21:	HDA Intel HDMI HDMI/DP,pcm=9
    /dev/input/event22:	HDA Intel HDMI HDMI/DP,pcm=10
    /dev/input/event23:	SynPS/2 Synaptics TouchPad
    /dev/input/event24:	ST LIS3LV02DL Accelerometer
    Select the device event number [0-24]: 23
    Input driver version is 1.0.1
    Input device ID: bus 0x11 vendor 0x2 product 0x7 version 0x1b1
    Input device name: "SynPS/2 Synaptics TouchPad"
    Supported events:
      Event type 0 (EV_SYN)
      Event type 1 (EV_KEY)
        Event code 272 (BTN_LEFT)
        Event code 325 (BTN_TOOL_FINGER)
        Event code 328 (BTN_TOOL_QUINTTAP)
        Event code 330 (BTN_TOUCH)
        Event code 333 (BTN_TOOL_DOUBLETAP)
        Event code 334 (BTN_TOOL_TRIPLETAP)
        Event code 335 (BTN_TOOL_QUADTAP)
      Event type 3 (EV_ABS)
        Event code 0 (ABS_X)
          Value   4256
          Min     1380
          Max     5672
          Resolution      44
        Event code 1 (ABS_Y)
          Value   3021
          Min     1192
          Max     4722
          Resolution      61
        Event code 24 (ABS_PRESSURE)
          Value      0
          Min        0
          Max      255
        Event code 28 (ABS_TOOL_WIDTH)
          Value      0
          Min        0
          Max       15
        Event code 47 (ABS_MT_SLOT)
          Value      0
          Min        0
          Max        1
        Event code 53 (ABS_MT_POSITION_X)
          Value      0
          Min     1380
          Max     5672
          Resolution      44
        Event code 54 (ABS_MT_POSITION_Y)
          Value      0
          Min     1192
          Max     4722
          Resolution      61
        Event code 57 (ABS_MT_TRACKING_ID)
          Value      0
          Min        0
          Max    65535
        Event code 58 (ABS_MT_PRESSURE)
          Value      0
          Min        0
          Max      255
    Properties:
      Property type 0 (INPUT_PROP_POINTER)
      Property type 2 (INPUT_PROP_BUTTONPAD)
    Testing ... (interrupt to exit)
    Event: time 1599677429.496415, type 3 (EV_ABS), code 57 (ABS_MT_TRACKING_ID), value 36
    Event: time 1599677429.496415, type 3 (EV_ABS), code 53 (ABS_MT_POSITION_X), value 3327
    Event: time 1599677429.496415, type 3 (EV_ABS), code 54 (ABS_MT_POSITION_Y), value 2948
    Event: time 1599677429.496415, type 3 (EV_ABS), code 58 (ABS_MT_PRESSURE), value 56
    Event: time 1599677429.496415, type 1 (EV_KEY), code 330 (BTN_TOUCH), value 1
    Event: time 1599677429.496415, type 3 (EV_ABS), code 0 (ABS_X), value 3327
    Event: time 1599677429.496415, type 3 (EV_ABS), code 1 (ABS_Y), value 2948
    Event: time 1599677429.496415, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 56
    Event: time 1599677429.496415, type 1 (EV_KEY), code 325 (BTN_TOOL_FINGER), value 1
    Event: time 1599677429.496415, -------------- SYN_REPORT ------------
    Event: time 1599677429.507323, type 3 (EV_ABS), code 53 (ABS_MT_POSITION_X), value 3318
    Event: time 1599677429.507323, type 3 (EV_ABS), code 54 (ABS_MT_POSITION_Y), value 2954
    Event: time 1599677429.507323, type 3 (EV_ABS), code 0 (ABS_X), value 3318
    Event: time 1599677429.507323, type 3 (EV_ABS), code 1 (ABS_Y), value 2954
    Event: time 1599677429.507323, -------------- SYN_REPORT ------------

xev does not show anything for pressing keys or touchpad movement

Does xinput list-props "AT Translated Set 2 keyboard" and xinput list-props "SynPS/2 Synaptics TouchPad" show them as “active”?

enabled? yes

Device 'AT Translated Set 2 keyboard':
	Device Enabled (161):	1
	Coordinate Transformation Matrix (163):	1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
	libinput Send Events Modes Available (283):	1, 0
	libinput Send Events Mode Enabled (284):	0, 0
	libinput Send Events Mode Enabled Default (285):	0, 0
	Device Node (286):	"/dev/input/event3"
	Device Product ID (287):	1, 1
~ >>> xinput list-props "SynPS/2 Synaptics TouchPad"                           
Device 'SynPS/2 Synaptics TouchPad':
	Device Enabled (161):	1
	Coordinate Transformation Matrix (163):	1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
	libinput Tapping Enabled (322):	1
	libinput Tapping Enabled Default (323):	0
	libinput Tapping Drag Enabled (324):	1
	libinput Tapping Drag Enabled Default (325):	1
	libinput Tapping Drag Lock Enabled (326):	0
	libinput Tapping Drag Lock Enabled Default (327):	0
	libinput Tapping Button Mapping Enabled (328):	1, 0
	libinput Tapping Button Mapping Default (329):	1, 0
	libinput Natural Scrolling Enabled (298):	1
	libinput Natural Scrolling Enabled Default (299):	0
	libinput Disable While Typing Enabled (330):	1
	libinput Disable While Typing Enabled Default (331):	1
	libinput Scroll Methods Available (300):	1, 1, 0
	libinput Scroll Method Enabled (301):	1, 0, 0
	libinput Scroll Method Enabled Default (302):	1, 0, 0
	libinput Click Methods Available (332):	1, 1
	libinput Click Method Enabled (333):	1, 0
	libinput Click Method Enabled Default (334):	1, 0
	libinput Middle Emulation Enabled (307):	0
	libinput Middle Emulation Enabled Default (308):	0
	libinput Accel Speed (309):	0.000000
	libinput Accel Speed Default (310):	0.000000
	libinput Accel Profiles Available (311):	1, 1
	libinput Accel Profile Enabled (312):	1, 0
	libinput Accel Profile Enabled Default (313):	1, 0
	libinput Left Handed Enabled (314):	0
	libinput Left Handed Enabled Default (315):	0
	libinput Send Events Modes Available (283):	1, 1
	libinput Send Events Mode Enabled (284):	0, 0
	libinput Send Events Mode Enabled Default (285):	0, 0
	Device Node (286):	"/dev/input/event23"
	Device Product ID (287):	2, 7
	libinput Drag Lock Buttons (316):	<no items>
	libinput Horizontal Scroll Enabled (317):	1


Does libinput debug-events show anything if you use the touchpad/keyboard?

no, only for the usb keyboard and mouse

What does libinput list-devices print?

without sudo there’s permission denied

~ >>> sudo libinput list-devices                                              
Device:           Power Button
Kernel:           /dev/input/event2
Group:            1
Seat:             seat0, default
Capabilities:     keyboard 
Tap-to-click:     n/a
Tap-and-drag:     n/a
Tap drag lock:    n/a
Left-handed:      n/a
Nat.scrolling:    n/a
Middle emulation: n/a
Calibration:      n/a
Scroll methods:   none
Click methods:    none
Disable-w-typing: n/a
Accel profiles:   n/a
Rotation:         n/a

Device:           Video Bus
Kernel:           /dev/input/event11
Group:            2
Seat:             seat0, default
Capabilities:     keyboard 
Tap-to-click:     n/a
Tap-and-drag:     n/a
Tap drag lock:    n/a
Left-handed:      n/a
Nat.scrolling:    n/a
Middle emulation: n/a
Calibration:      n/a
Scroll methods:   none
Click methods:    none
Disable-w-typing: n/a
Accel profiles:   n/a
Rotation:         n/a

Device:           Lid Switch
Kernel:           /dev/input/event0
Group:            3
Seat:             seat0, default
Capabilities:     switch
Tap-to-click:     n/a
Tap-and-drag:     n/a
Tap drag lock:    n/a
Left-handed:      n/a
Nat.scrolling:    n/a
Middle emulation: n/a
Calibration:      n/a
Scroll methods:   none
Click methods:    none
Disable-w-typing: n/a
Accel profiles:   n/a
Rotation:         n/a

Device:           Power Button
Kernel:           /dev/input/event1
Group:            4
Seat:             seat0, default
Capabilities:     keyboard 
Tap-to-click:     n/a
Tap-and-drag:     n/a
Tap drag lock:    n/a
Left-handed:      n/a
Nat.scrolling:    n/a
Middle emulation: n/a
Calibration:      n/a
Scroll methods:   none
Click methods:    none
Disable-w-typing: n/a
Accel profiles:   n/a
Rotation:         n/a

Device:           Logitech Wireless Mouse PID:4022
Kernel:           /dev/input/event6
Group:            5
Seat:             seat0, default
Capabilities:     pointer 
Tap-to-click:     n/a
Tap-and-drag:     n/a
Tap drag lock:    n/a
Left-handed:      disabled
Nat.scrolling:    disabled
Middle emulation: disabled
Calibration:      n/a
Scroll methods:   button
Click methods:    none
Disable-w-typing: n/a
Accel profiles:   flat *adaptive
Rotation:         n/a

Device:           Logitech Wireless Keyboard PID:4023
Kernel:           /dev/input/event5
Group:            6
Seat:             seat0, default
Capabilities:     keyboard pointer 
Tap-to-click:     n/a
Tap-and-drag:     n/a
Tap drag lock:    n/a
Left-handed:      n/a
Nat.scrolling:    disabled
Middle emulation: n/a
Calibration:      n/a
Scroll methods:   none
Click methods:    none
Disable-w-typing: n/a
Accel profiles:   n/a
Rotation:         n/a

Device:           HP Truevision HD: HP Truevision
Kernel:           /dev/input/event4
Group:            7
Seat:             seat0, default
Capabilities:     keyboard 
Tap-to-click:     n/a
Tap-and-drag:     n/a
Tap drag lock:    n/a
Left-handed:      n/a
Nat.scrolling:    n/a
Middle emulation: n/a
Calibration:      n/a
Scroll methods:   none
Click methods:    none
Disable-w-typing: n/a
Accel profiles:   n/a
Rotation:         n/a

Device:           ELAN0732:00 04F3:0358
Kernel:           /dev/input/event12
Group:            8
Seat:             seat0, default
Size:             251x143mm
Capabilities:     touch 
Tap-to-click:     n/a
Tap-and-drag:     n/a
Tap drag lock:    n/a
Left-handed:      n/a
Nat.scrolling:    n/a
Middle emulation: n/a
Calibration:      identity matrix
Scroll methods:   none
Click methods:    none
Disable-w-typing: n/a
Accel profiles:   n/a
Rotation:         n/a

Device:           Intel Virtual Button driver
Kernel:           /dev/input/event9
Group:            9
Seat:             seat0, default
Capabilities:     keyboard switch
Tap-to-click:     n/a
Tap-and-drag:     n/a
Tap drag lock:    n/a
Left-handed:      n/a
Nat.scrolling:    n/a
Middle emulation: n/a
Calibration:      n/a
Scroll methods:   none
Click methods:    none
Disable-w-typing: n/a
Accel profiles:   n/a
Rotation:         n/a

Device:           AT Translated Set 2 keyboard
Kernel:           /dev/input/event3
Group:            10
Seat:             seat0, default
Capabilities:     keyboard 
Tap-to-click:     n/a
Tap-and-drag:     n/a
Tap drag lock:    n/a
Left-handed:      n/a
Nat.scrolling:    n/a
Middle emulation: n/a
Calibration:      n/a
Scroll methods:   none
Click methods:    none
Disable-w-typing: n/a
Accel profiles:   n/a
Rotation:         n/a

Device:           SynPS/2 Synaptics TouchPad
Kernel:           /dev/input/event23
Group:            11
Seat:             seat0, default
Size:             98x58mm
Capabilities:     pointer gesture
Tap-to-click:     disabled
Tap-and-drag:     enabled
Tap drag lock:    disabled
Left-handed:      disabled
Nat.scrolling:    disabled
Middle emulation: disabled
Calibration:      n/a
Scroll methods:   *two-finger edge 
Click methods:    *button-areas clickfinger 
Disable-w-typing: enabled
Accel profiles:   flat *adaptive
Rotation:         n/a

Device:           HP Wireless hotkeys
Kernel:           /dev/input/event8
Group:            12
Seat:             seat0, default
Capabilities:     keyboard 
Tap-to-click:     n/a
Tap-and-drag:     n/a
Tap drag lock:    n/a
Left-handed:      n/a
Nat.scrolling:    n/a
Middle emulation: n/a
Calibration:      n/a
Scroll methods:   none
Click methods:    none
Disable-w-typing: n/a
Accel profiles:   n/a
Rotation:         n/a

Device:           HP WMI hotkeys
Kernel:           /dev/input/event22
Group:            13
Seat:             seat0, default
Capabilities:     keyboard switch
Tap-to-click:     n/a
Tap-and-drag:     n/a
Tap drag lock:    n/a
Left-handed:      n/a
Nat.scrolling:    n/a
Middle emulation: n/a
Calibration:      n/a
Scroll methods:   none
Click methods:    none
Disable-w-typing: n/a
Accel profiles:   n/a
Rotation:         n/a

Are you in the input group? (run id)

I was not, but adding myself then powering off and on did not solve

~ >>> id                                                                       
uid=1000(mgf-x360) gid=1000(mgf-x360) groups=1000(mgf-x360),3(sys),90(network),98(power),991(lp),993(input),998(wheel)

Does libinput list-devices work without sudo now? Furthermore, does libinput debug-events show touchpad/keyboard events with/without sudo? Which input drivers are installed for Xorg (pacman -Qs xf86-input-)?

~ >>> pacman -Qs xf86-input-                                                   
local/xf86-input-elographics 1.4.2-2
    X.org Elographics TouchScreen input driver
local/xf86-input-evdev 2.10.6-2 (xorg-drivers)
    X.org evdev input driver
local/xf86-input-libinput 0.30.0-1 (xorg-drivers)
    Generic input driver for the X.Org server based on libinput
local/xf86-input-void 1.4.1-5 (xorg-drivers)
    X.org void input driver
local/xf86-input-wacom 0.39.0-2
    X.Org Wacom tablet driver

libinput list-devices and libinput debug-events work without sudo now, the behaviour is the same as before, (debug events only shows events for the usb keyboard and mouse)