You are not logged in.

#1 2019-11-25 18:40:00

uruguayo_nick
Member
Registered: 2019-03-26
Posts: 3

Trackpad/Trackpoint fail after suspend S3 Thinkpad T450s

Edit
I have tried going back to 0, before I changed anything and I noticed that with the "fixes" it actually had gotten worse. Without having any changes the trackpad stays stable and the trackpoint fails sometimes coming back randomly again. Honestly it's not too bad and everything works most of the time. I don't really use the trackpoint. It's only annoying because the mouse buttons then also stop functioning.

Edit 2
So after some time living with this unresolved issue (getting more and more frustrated with it) I realized that whenever the computer has been on suspend for a longer time period (maybe ~30 min) it comes back fully functional with trackpoint and everything working. If it's on suspend only for a short time it will consistently break and come back without trackpoint/buttons. Then only suspend several times will maybe at some point help. Maybe it also will completly break and the touchpad goes out the window, too. Then it will not even go on suspend and I have to power down the machine for at least half an hour.
______________

I have just gotten a T450s and have installed Arch on it (5.3.13-arch1-1). Unfortunately the trackpad an trackpoint are working very unreliable. At random either after boot or suspend the trackpad and/or trackpoint fails. Sometimes

rmmod psmouse; modprobe psmouse

works but more often only a shutdown, half minute wait and boot restores only trackpad (rarely the trackpoint decides to join). I even have had cases of where I rebooted and neither trackpad nor trackpoint were working and I had to shutdown, wait longer and boot up again. Also it seems the trackpoint has a higher chance of coming back if the machine was powered off longer.

I think this is the root of the problem - "dmesg -w" while suspending:

[...]
[  182.801669] rmi4_smbus 0-002c: failed to get SMBus version number!
[  182.833160] rmi4_physical rmi4-00: rmi_driver_reset_handler: Failed to read current IRQ mask.
[  182.864623] rmi4_f01 rmi4-00.fn01: Failed to restore normal operation: -6.
[  182.864629] rmi4_f01 rmi4-00.fn01: Resume failed with code -6.
[  182.864633] rmi4_physical rmi4-00: Failed to suspend functions: -6
[  182.864638] rmi4_smbus 0-002c: Failed to resume device: -6
[  182.865206] acpi LNXPOWER:02: Turning OFF
[...]
[  182.927521] psmouse: probe of serio2 failed with error -1
[...]

I have read following bug reports, articles etc:
https://bugs.launchpad.net/ubuntu/+sour … ug/1791427
https://wiki.archlinux.org/index.php/Tr … _X_minutes
https://leochavez.org/index.php/2019/03 … r-suspend/ (other problem?)
https://bbs.archlinux.org/viewtopic.php?id=236367
.....


what I have tried:
- removing tlp and other energy saving software
- echo 'on' | sudo tee /sys/devices/platform/i8042/serio1/power/control
- add "blacklist i2c_i801" to /etc/modprobe.d/blacklist.conf
- add kernel parameters: "psmouse.synaptics_intertouch=1"
- add kernel parameters: "psmouse.synaptics_intertouch=0"
- kernel paramets: "psmouse.synaptics_intertouch=0 psmouse.proto=any psmouse.resetafter=1 psmouse.rate=200"
      -> this gave some improvement (trackpad fails a lot less, but still failing!)
- run with xf86-input-synaptics or without (no difference)


dmesg output after boot

[    0.000000] Linux version 5.3.13-arch1-1 (linux@archlinux) (gcc version 9.2.0 (GCC)) #1 SMP PREEMPT Sun, 24 Nov 2019 10:15:50 +0000
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=1555a725-5fb5-41cf-8b2f-6064ff0b7827 rw loglevel=3 quiet
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009bfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009c000-0x000000000009cfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000009d000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000009a780fff] usable
[    0.000000] BIOS-e820: [mem 0x000000009a781000-0x000000009a980fff] type 20
[    0.000000] BIOS-e820: [mem 0x000000009a981000-0x000000009cbfefff] reserved
[    0.000000] BIOS-e820: [mem 0x000000009cbff000-0x000000009cd7efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000009cd7f000-0x000000009cdfefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000009cdff000-0x000000009cdfffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000f80f8000-0x00000000f80f8fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000025dffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.31 by Lenovo
[    0.000000] efi:  ACPI=0x9cdfe000  ACPI 2.0=0x9cdfe014  SMBIOS=0x9cbfe000  ESRT=0x9a9d9000 
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: LENOVO 20BWS07N01/20BWS07N01, BIOS JBET70WW (1.34 ) 06/15/2018
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2294.859 MHz processor
[    0.000119] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000124] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000140] last_pfn = 0x25e000 max_arch_pfn = 0x400000000
[    0.000151] MTRR default type: write-back
[    0.000154] MTRR fixed ranges enabled:
[    0.000158]   00000-9FFFF write-back
[    0.000161]   A0000-BFFFF uncachable
[    0.000164]   C0000-FFFFF write-protect
[    0.000166] MTRR variable ranges enabled:
[    0.000171]   0 base 00C0000000 mask 7FE0000000 uncachable
[    0.000175]   1 base 00A0000000 mask 7FE0000000 uncachable
[    0.000177]   2 base 009E000000 mask 7FFE000000 uncachable
[    0.000180]   3 base 009D000000 mask 7FFF000000 uncachable
[    0.000183]   4 base 009CE00000 mask 7FFFE00000 uncachable
[    0.000186]   5 base 00E0000000 mask 7FE0000000 uncachable
[    0.000188]   6 disabled
[    0.000190]   7 disabled
[    0.000192]   8 disabled
[    0.000193]   9 disabled
[    0.000925] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.001307] last_pfn = 0x9ce00 max_arch_pfn = 0x400000000
[    0.026918] esrt: Reserving ESRT space from 0x000000009a9d9000 to 0x000000009a9d9088.
[    0.026945] check: Scanning 1 areas for low memory corruption
[    0.026955] Using GB pages for direct mapping
[    0.026960] BRK [0x1f601000, 0x1f601fff] PGTABLE
[    0.026965] BRK [0x1f602000, 0x1f602fff] PGTABLE
[    0.026968] BRK [0x1f603000, 0x1f603fff] PGTABLE
[    0.027045] BRK [0x1f604000, 0x1f604fff] PGTABLE
[    0.027049] BRK [0x1f605000, 0x1f605fff] PGTABLE
[    0.027479] BRK [0x1f606000, 0x1f606fff] PGTABLE
[    0.027552] Secure boot could not be determined
[    0.027554] RAMDISK: [mem 0x36e07000-0x376fafff]
[    0.027563] ACPI: Early table checksum verification disabled
[    0.027570] ACPI: RSDP 0x000000009CDFE014 000024 (v02 LENOVO)
[    0.027580] ACPI: XSDT 0x000000009CDFE1C0 0000FC (v01 LENOVO TP-JB    00001340 PTEC 00000002)
[    0.027595] ACPI: FACP 0x000000009CDF8000 00010C (v05 LENOVO TP-JB    00001340 PTEC 00000002)
[    0.027611] ACPI: DSDT 0x000000009CDE3000 010FA5 (v02 LENOVO TP-JB    00001340 INTL 20120711)
[    0.027620] ACPI: FACS 0x000000009CD68000 000040
[    0.027629] ACPI: SLIC 0x000000009CDFD000 000176 (v01 LENOVO TP-JB    00001340 PTEC 00000001)
[    0.027638] ACPI: ASF! 0x000000009CDFC000 0000A5 (v32 LENOVO TP-JB    00001340 PTEC 00000002)
[    0.027648] ACPI: HPET 0x000000009CDFB000 000038 (v01 LENOVO TP-JB    00001340 PTEC 00000002)
[    0.027657] ACPI: ECDT 0x000000009CDFA000 000052 (v01 LENOVO TP-JB    00001340 PTEC 00000002)
[    0.027666] ACPI: APIC 0x000000009CDF7000 000098 (v01 LENOVO TP-JB    00001340 PTEC 00000002)
[    0.027675] ACPI: MCFG 0x000000009CDF6000 00003C (v01 LENOVO TP-JB    00001340 PTEC 00000002)
[    0.027684] ACPI: SSDT 0x000000009CDF5000 000033 (v01 LENOVO TP-SSDT1 00000100 INTL 20120711)
[    0.027694] ACPI: SSDT 0x000000009CDF4000 000486 (v01 LENOVO TP-SSDT2 00000200 INTL 20120711)
[    0.027703] ACPI: SSDT 0x000000009CDE2000 0009CB (v01 LENOVO SataAhci 00001000 INTL 20120711)
[    0.027712] ACPI: SSDT 0x000000009CDE1000 000152 (v01 LENOVO Rmv_Batt 00001000 INTL 20120711)
[    0.027721] ACPI: SSDT 0x000000009CDE0000 0006C9 (v01 LENOVO Cpu0Ist  00003000 INTL 20120711)
[    0.027731] ACPI: SSDT 0x000000009CDDF000 000B74 (v02 LENOVO CpuSsdt  00003000 INTL 20120711)
[    0.027740] ACPI: SSDT 0x000000009CDDE000 000369 (v02 LENOVO CtdpB    00001000 INTL 20120711)
[    0.027749] ACPI: SSDT 0x000000009CDDC000 001475 (v01 LENOVO SaSsdt   00003000 INTL 20120711)
[    0.027758] ACPI: SSDT 0x000000009CDDB000 000394 (v02 LENOVO CppcTabl 00001000 INTL 20120711)
[    0.027768] ACPI: PCCT 0x000000009CDDA000 00006E (v05 LENOVO TP-JB    00001340 PTEC 00000002)
[    0.027777] ACPI: SSDT 0x000000009CDD9000 000AC4 (v02 LENOVO Cpc_Tabl 00001000 INTL 20120711)
[    0.027786] ACPI: TCPA 0x000000009CDD8000 000032 (v02 PTL    LENOVO   06040000 LNVO 00000001)
[    0.027795] ACPI: SSDT 0x000000009CDD7000 0006B0 (v02 Intel_ TpmTable 00001000 INTL 20120711)
[    0.027805] ACPI: UEFI 0x000000009CDD6000 000042 (v01 LENOVO TP-JB    00001340 PTEC 00000002)
[    0.027814] ACPI: POAT 0x000000009CCB1000 000055 (v03 LENOVO TP-JB    00001340 PTEC 00000002)
[    0.027823] ACPI: BATB 0x000000009CDD5000 00004A (v02 LENOVO TP-JB    00001340 PTEC 00000002)
[    0.027832] ACPI: FPDT 0x000000009CDD4000 000064 (v01 LENOVO TP-JB    00001340 PTEC 00000002)
[    0.027842] ACPI: UEFI 0x000000009CDD3000 00031E (v01 LENOVO TP-JB    00001340 PTEC 00000002)
[    0.027851] ACPI: BGRT 0x000000009CDD2000 000038 (v01 LENOVO TP-JB    00001340 PTEC 00000002)
[    0.027860] ACPI: SSDT 0x000000009CDD1000 0000D0 (v02 LENOVO IffsAsl  00003000 INTL 20120711)
[    0.027879] ACPI: Local APIC address 0xfee00000
[    0.028079] No NUMA configuration found
[    0.028082] Faking a node at [mem 0x0000000000000000-0x000000025dffffff]
[    0.028091] NODE_DATA(0) allocated [mem 0x25dffa000-0x25dffdfff]
[    0.028151] Zone ranges:
[    0.028154]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.028158]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.028161]   Normal   [mem 0x0000000100000000-0x000000025dffffff]
[    0.028164]   Device   empty
[    0.028167] Movable zone start for each node
[    0.028169] Early memory node ranges
[    0.028171]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.028174]   node   0: [mem 0x0000000000059000-0x000000000009bfff]
[    0.028176]   node   0: [mem 0x000000000009d000-0x000000000009dfff]
[    0.028178]   node   0: [mem 0x0000000000100000-0x000000009a780fff]
[    0.028181]   node   0: [mem 0x000000009cdff000-0x000000009cdfffff]
[    0.028183]   node   0: [mem 0x0000000100000000-0x000000025dffffff]
[    0.028540] Zeroed struct page in unavailable ranges: 22755 pages
[    0.028545] Initmem setup node 0 [mem 0x0000000000001000-0x000000025dffffff]
[    0.028549] On node 0 totalpages: 2066205
[    0.028552]   DMA zone: 64 pages used for memmap
[    0.028554]   DMA zone: 23 pages reserved
[    0.028557]   DMA zone: 3995 pages, LIFO batch:0
[    0.028700]   DMA32 zone: 9823 pages used for memmap
[    0.028703]   DMA32 zone: 628610 pages, LIFO batch:63
[    0.053667]   Normal zone: 22400 pages used for memmap
[    0.053670]   Normal zone: 1433600 pages, LIFO batch:63
[    0.101423] Reserving Intel graphics memory at [mem 0x9e000000-0x9fffffff]
[    0.101747] ACPI: PM-Timer IO Port: 0x1808
[    0.101753] ACPI: Local APIC address 0xfee00000
[    0.101770] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.101772] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.101789] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-39
[    0.101795] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.101798] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.101802] ACPI: IRQ0 used by override.
[    0.101805] ACPI: IRQ9 used by override.
[    0.101810] Using ACPI (MADT) for SMP configuration information
[    0.101814] ACPI: HPET id: 0x8086a301 base: 0xfed00000
[    0.101838] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
[    0.101879] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.101883] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.101887] PM: Registered nosave memory: [mem 0x0009c000-0x0009cfff]
[    0.101892] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.101894] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.101898] PM: Registered nosave memory: [mem 0x9a781000-0x9a980fff]
[    0.101900] PM: Registered nosave memory: [mem 0x9a981000-0x9cbfefff]
[    0.101902] PM: Registered nosave memory: [mem 0x9cbff000-0x9cd7efff]
[    0.101904] PM: Registered nosave memory: [mem 0x9cd7f000-0x9cdfefff]
[    0.101908] PM: Registered nosave memory: [mem 0x9ce00000-0x9dffffff]
[    0.101910] PM: Registered nosave memory: [mem 0x9e000000-0x9fffffff]
[    0.101912] PM: Registered nosave memory: [mem 0xa0000000-0xf80f7fff]
[    0.101914] PM: Registered nosave memory: [mem 0xf80f8000-0xf80f8fff]
[    0.101915] PM: Registered nosave memory: [mem 0xf80f9000-0xfed1bfff]
[    0.101917] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.101919] PM: Registered nosave memory: [mem 0xfed20000-0xffffffff]
[    0.101924] [mem 0xa0000000-0xf80f7fff] available for PCI devices
[    0.101927] Booting paravirtualized kernel on bare hardware
[    0.101934] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.420393] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
[    0.421296] percpu: Embedded 54 pages/cpu s184320 r8192 d28672 u262144
[    0.421315] pcpu-alloc: s184320 r8192 d28672 u262144 alloc=1*2097152
[    0.421318] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.421375] Built 1 zonelists, mobility grouping on.  Total pages: 2033895
[    0.421377] Policy zone: Normal
[    0.421381] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=1555a725-5fb5-41cf-8b2f-6064ff0b7827 rw loglevel=3 quiet
[    0.423408] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.424344] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.424561] mem auto-init: stack:byref_all, heap alloc:on, heap free:off
[    0.439851] Calgary: detecting Calgary via BIOS EBDA area
[    0.439854] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.489317] Memory: 7933388K/8264820K available (12291K kernel code, 1319K rwdata, 3944K rodata, 1632K init, 3556K bss, 331432K reserved, 0K cma-reserved)
[    0.489695] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.489724] Kernel/User page tables isolation: enabled
[    0.489761] ftrace: allocating 37762 entries in 148 pages
[    0.533151] rcu: Preemptible hierarchical RCU implementation.
[    0.533153] rcu: 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.533156] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
[    0.533158] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.533160] 	Tasks RCU enabled.
[    0.533162] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.533164] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.537989] NR_IRQS: 20736, nr_irqs: 760, preallocated irqs: 16
[    0.538564] random: get_random_bytes called from start_kernel+0x3c9/0x5a4 with crng_init=0
[    0.538625] Console: colour dummy device 80x25
[    0.538633] printk: console [tty0] enabled
[    0.538676] ACPI: Core revision 20190703
[    0.539159] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.539180] APIC: Switch to symmetric I/O mode setup
[    0.539321] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.540225] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.555849] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x21143c8bb2e, max_idle_ns: 440795217994 ns
[    0.555858] Calibrating delay loop (skipped), value calculated using timer frequency.. 4591.95 BogoMIPS (lpj=7649530)
[    0.555864] pid_max: default: 32768 minimum: 301
[    0.568022] LSM: Security Framework initializing
[    0.568032] Yama: becoming mindful.
[    0.568110] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.568143] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.568562] *** VALIDATE proc ***
[    0.568691] *** VALIDATE cgroup1 ***
[    0.568694] *** VALIDATE cgroup2 ***
[    0.568820] mce: CPU0: Thermal monitoring enabled (TM1)
[    0.568853] process: using mwait in idle threads
[    0.568860] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.568862] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.568870] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.568873] Spectre V2 : Mitigation: Full generic retpoline
[    0.568875] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.568876] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.568880] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.568882] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[    0.568885] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.568893] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[    0.568895] TAA: Vulnerable: Clear CPU buffers attempted, no microcode
[    0.569585] Freeing SMP alternatives memory: 32K
[    0.572713] TSC deadline timer enabled
[    0.572719] smpboot: CPU0: Intel(R) Core(TM) i5-5300U CPU @ 2.30GHz (family: 0x6, model: 0x3d, stepping: 0x4)
[    0.592539] Performance Events: PEBS fmt2+, Broadwell events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.592555] ... version:                3
[    0.592557] ... bit width:              48
[    0.592558] ... generic registers:      4
[    0.592561] ... value mask:             0000ffffffffffff
[    0.592562] ... max period:             00007fffffffffff
[    0.592564] ... fixed-purpose events:   3
[    0.592566] ... event mask:             000000070000000f
[    0.599195] rcu: Hierarchical SRCU implementation.
[    0.623121] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.629201] smp: Bringing up secondary CPUs ...
[    0.669232] x86: Booting SMP configuration:
[    0.669236] .... node  #0, CPUs:      #1
[    0.670301] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[    0.670301] TAA CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/tsx_async_abort.html for more details.
[    0.709228]  #2 #3
[    0.750239] smp: Brought up 1 node, 4 CPUs
[    0.750239] smpboot: Max logical packages: 2
[    0.750239] smpboot: Total of 4 processors activated (18366.82 BogoMIPS)
[    0.753002] devtmpfs: initialized
[    0.753002] x86/mm: Memory block size: 128MB
[    0.754818] PM: Registering ACPI NVS region [mem 0x9cbff000-0x9cd7efff] (1572864 bytes)
[    0.755991] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.755991] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.756059] pinctrl core: initialized pinctrl subsystem
[    0.756267] PM: RTC time: 17:46:43, date: 2019-11-25
[    0.756606] NET: Registered protocol family 16
[    0.756807] audit: initializing netlink subsys (disabled)
[    0.756826] audit: type=2000 audit(1574704003.216:1): state=initialized audit_enabled=0 res=1
[    0.756826] cpuidle: using governor ladder
[    0.756826] cpuidle: using governor menu
[    0.756826] Detected 1 PCC Subspaces
[    0.756826] Registering PCC driver as Mailbox controller
[    0.756826] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.756826] ACPI: bus type PCI registered
[    0.756826] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.756826] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.759206] PCI: not using MMCONFIG
[    0.759208] PCI: Using configuration type 1 for base access
[    0.760295] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.763260] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.763260] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.769491] ACPI: Added _OSI(Module Device)
[    0.769495] ACPI: Added _OSI(Processor Device)
[    0.769498] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.769501] ACPI: Added _OSI(Processor Aggregator Device)
[    0.769504] ACPI: Added _OSI(Linux-Dell-Video)
[    0.769507] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.769511] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.829821] ACPI: 13 ACPI AML tables successfully acquired and loaded
[    0.832533] ACPI: EC: EC started
[    0.832535] ACPI: EC: interrupt blocked
[    0.836291] ACPI: \: Used as first EC
[    0.836297] ACPI: \: GPE=0x25, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.836298] ACPI: EC: Boot ECDT EC used to handle transactions
[    0.837551] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.849614] ACPI Error: Needed type [Reference], found [Integer] 000000008fcf1369 (20190703/exresop-66)
[    0.849627] ACPI Error: AE_AML_OPERAND_TYPE, While resolving operands for [Store] (20190703/dswexec-424)
[    0.849640] ACPI Error: Aborting method \_PR.CPU0._PDC due to previous error (AE_AML_OPERAND_TYPE) (20190703/psparse-529)
[    0.850859] ACPI: Dynamic OEM Table Load:
[    0.850883] ACPI: SSDT 0xFFFF8F73542ED800 0005AA (v01 PmRef  ApIst    00003000 INTL 20120711)
[    0.854917] ACPI: Dynamic OEM Table Load:
[    0.854936] ACPI: SSDT 0xFFFF8F7354184400 000119 (v02 PmRef  ApCst    00003000 INTL 20120711)
[    0.860294] ACPI: Interpreter enabled
[    0.860392] ACPI: (supports S0 S3 S4 S5)
[    0.860395] ACPI: Using IOAPIC for interrupt routing
[    0.860484] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.862099] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in ACPI motherboard resources
[    0.862122] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.863109] ACPI: Enabled 6 GPEs in block 00 to 7F
[    0.872039] ACPI: Power Resource [PUBS] (on)
[    0.872476] acpi PNP0C0A:01: ACPI dock station (docks/bays count: 1)
[    0.873530] ACPI: Power Resource [NVP3] (on)
[    0.873616] ACPI: Power Resource [NVP2] (on)
[    0.884993] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    0.885230] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    0.885460] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    0.885688] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    0.885921] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    0.886162] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    0.886392] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    0.886618] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    0.886916] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3f])
[    0.886929] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.887396] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug PCIeCapability LTR]
[    0.887610] acpi PNP0A08:00: _OSC: not requesting control; platform does not support [PCIeCapability]
[    0.887615] acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
[    0.887620] acpi PNP0A08:00: _OSC: platform willing to grant [PCIeHotplug PME AER]
[    0.887623] acpi PNP0A08:00: _OSC failed (AE_SUPPORT); disabling ASPM
[    0.888178] PCI host bridge to bus 0000:00
[    0.888184] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.888188] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.888191] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.888195] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    0.888198] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    0.888201] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    0.888204] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    0.888208] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.888211] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.888214] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.888217] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.888221] pci_bus 0000:00: root bus resource [mem 0xa0000000-0xfebfffff window]
[    0.888224] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed4bfff window]
[    0.888228] pci_bus 0000:00: root bus resource [bus 00-3f]
[    0.888253] pci 0000:00:00.0: [8086:1604] type 00 class 0x060000
[    0.888497] pci 0000:00:02.0: [8086:1616] type 00 class 0x030000
[    0.888530] pci 0000:00:02.0: reg 0x10: [mem 0xe0000000-0xe0ffffff 64bit]
[    0.888547] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xdfffffff 64bit pref]
[    0.888559] pci 0000:00:02.0: reg 0x20: [io  0x3000-0x303f]
[    0.888594] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.888809] pci 0000:00:03.0: [8086:160c] type 00 class 0x040300
[    0.888836] pci 0000:00:03.0: reg 0x10: [mem 0xe1230000-0xe1233fff 64bit]
[    0.889113] pci 0000:00:14.0: [8086:9cb1] type 00 class 0x0c0330
[    0.889149] pci 0000:00:14.0: reg 0x10: [mem 0xe1220000-0xe122ffff 64bit]
[    0.889260] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.889455] pci 0000:00:16.0: [8086:9cba] type 00 class 0x078000
[    0.889492] pci 0000:00:16.0: reg 0x10: [mem 0xe1239000-0xe123901f 64bit]
[    0.889602] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.889782] pci 0000:00:19.0: [8086:15a2] type 00 class 0x020000
[    0.889814] pci 0000:00:19.0: reg 0x10: [mem 0xe1200000-0xe121ffff]
[    0.889828] pci 0000:00:19.0: reg 0x14: [mem 0xe123e000-0xe123efff]
[    0.889842] pci 0000:00:19.0: reg 0x18: [io  0x3080-0x309f]
[    0.889943] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    0.890124] pci 0000:00:1b.0: [8086:9ca0] type 00 class 0x040300
[    0.890159] pci 0000:00:1b.0: reg 0x10: [mem 0xe1234000-0xe1237fff 64bit]
[    0.890264] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.890438] pci 0000:00:1c.0: [8086:9c9a] type 01 class 0x060400
[    0.890583] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.890947] pci 0000:00:1c.1: [8086:9c94] type 01 class 0x060400
[    0.891101] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.891471] pci 0000:00:1d.0: [8086:9ca6] type 00 class 0x0c0320
[    0.891508] pci 0000:00:1d.0: reg 0x10: [mem 0xe123d000-0xe123d3ff]
[    0.891648] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.891851] pci 0000:00:1f.0: [8086:9cc3] type 00 class 0x060100
[    0.892190] pci 0000:00:1f.2: [8086:9c83] type 00 class 0x010601
[    0.892220] pci 0000:00:1f.2: reg 0x10: [io  0x30a8-0x30af]
[    0.892233] pci 0000:00:1f.2: reg 0x14: [io  0x30b4-0x30b7]
[    0.892246] pci 0000:00:1f.2: reg 0x18: [io  0x30a0-0x30a7]
[    0.892259] pci 0000:00:1f.2: reg 0x1c: [io  0x30b0-0x30b3]
[    0.892272] pci 0000:00:1f.2: reg 0x20: [io  0x3060-0x307f]
[    0.892286] pci 0000:00:1f.2: reg 0x24: [mem 0xe123c000-0xe123c7ff]
[    0.892354] pci 0000:00:1f.2: PME# supported from D3hot
[    0.892530] pci 0000:00:1f.3: [8086:9ca2] type 00 class 0x0c0500
[    0.892562] pci 0000:00:1f.3: reg 0x10: [mem 0xe1238000-0xe12380ff 64bit]
[    0.892596] pci 0000:00:1f.3: reg 0x20: [io  0xefa0-0xefbf]
[    0.892814] pci 0000:00:1f.6: [8086:9ca4] type 00 class 0x118000
[    0.892864] pci 0000:00:1f.6: reg 0x10: [mem 0xe123b000-0xe123bfff 64bit]
[    0.893300] pci 0000:02:00.0: [10ec:5227] type 00 class 0xff0000
[    0.893406] pci 0000:02:00.0: reg 0x10: [mem 0xe1100000-0xe1100fff]
[    0.893926] pci 0000:02:00.0: supports D1 D2
[    0.893929] pci 0000:02:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.894248] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.894258] pci 0000:00:1c.0:   bridge window [mem 0xe1100000-0xe11fffff]
[    0.894605] pci 0000:03:00.0: [8086:095b] type 00 class 0x028000
[    0.895104] pci 0000:03:00.0: reg 0x10: [mem 0xe1000000-0xe1001fff 64bit]
[    0.896594] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    0.897300] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    0.897310] pci 0000:00:1c.1:   bridge window [mem 0xe1000000-0xe10fffff]
[    0.900266] ACPI: EC: interrupt unblocked
[    0.900266] ACPI: EC: event unblocked
[    0.900266] ACPI: \_SB_.PCI0.LPC_.EC__: GPE=0x25, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.900266] ACPI: \_SB_.PCI0.LPC_.EC__: Boot DSDT EC used to handle transactions and events
[    0.900266] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=mem,locks=none
[    0.900266] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.900266] pci 0000:00:02.0: vgaarb: setting as boot device
[    0.900266] vgaarb: loaded
[    0.900266] ACPI: bus type USB registered
[    0.900266] usbcore: registered new interface driver usbfs
[    0.900266] usbcore: registered new interface driver hub
[    0.900282] usbcore: registered new device driver usb
[    0.900282] pps_core: LinuxPPS API ver. 1 registered
[    0.900282] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.900282] PTP clock support registered
[    0.900282] EDAC MC: Ver: 3.0.0
[    0.900282] Registered efivars operations
[    0.900282] PCI: Using ACPI for IRQ routing
[    0.904018] PCI: pci_cache_line_size set to 64 bytes
[    0.904377] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.904380] e820: reserve RAM buffer [mem 0x0009c000-0x0009ffff]
[    0.904382] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.904385] e820: reserve RAM buffer [mem 0x9a781000-0x9bffffff]
[    0.904388] e820: reserve RAM buffer [mem 0x9ce00000-0x9fffffff]
[    0.904390] e820: reserve RAM buffer [mem 0x25e000000-0x25fffffff]
[    0.904650] NetLabel: Initializing
[    0.904652] NetLabel:  domain hash size = 128
[    0.904654] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.904698] NetLabel:  unlabeled traffic allowed by default
[    0.904709] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.904709] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.906974] clocksource: Switched to clocksource tsc-early
[    0.937855] VFS: Disk quotas dquot_6.6.0
[    0.937896] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.937970] *** VALIDATE hugetlbfs ***
[    0.938075] pnp: PnP ACPI init
[    0.939490] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.939496] system 00:00: [mem 0x000e0000-0x000e3fff] has been reserved
[    0.939500] system 00:00: [mem 0x000e4000-0x000e7fff] has been reserved
[    0.939504] system 00:00: [mem 0x000e8000-0x000ebfff] has been reserved
[    0.939508] system 00:00: [mem 0x000ec000-0x000effff] has been reserved
[    0.939512] system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
[    0.939516] system 00:00: [mem 0x00100000-0x9fffffff] could not be reserved
[    0.939520] system 00:00: [mem 0xfec00000-0xfed3ffff] could not be reserved
[    0.939525] system 00:00: [mem 0xfed4c000-0xffffffff] has been reserved
[    0.939538] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.939849] pnp 00:01: [Firmware Bug]: PNP resource [mem 0xfed10000-0xfed13fff] covers only part of 0000:00:00.0 Intel MCH; extending to [mem 0xfed10000-0xfed17fff]
[    0.939896] system 00:01: [io  0x1800-0x189f] has been reserved
[    0.939901] system 00:01: [io  0x0800-0x087f] has been reserved
[    0.939905] system 00:01: [io  0x0880-0x08ff] has been reserved
[    0.939908] system 00:01: [io  0x0900-0x097f] has been reserved
[    0.939912] system 00:01: [io  0x0980-0x09ff] has been reserved
[    0.939916] system 00:01: [io  0x0a00-0x0a7f] has been reserved
[    0.939920] system 00:01: [io  0x0a80-0x0aff] has been reserved
[    0.939924] system 00:01: [io  0x0b00-0x0b7f] has been reserved
[    0.939927] system 00:01: [io  0x0b80-0x0bff] has been reserved
[    0.939931] system 00:01: [io  0x15e0-0x15ef] has been reserved
[    0.939935] system 00:01: [io  0x1600-0x167f] has been reserved
[    0.939939] system 00:01: [io  0x1640-0x165f] has been reserved
[    0.939945] system 00:01: [mem 0xf8000000-0xfbffffff] could not be reserved
[    0.939949] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.939953] system 00:01: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.939958] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.939962] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.939966] system 00:01: [mem 0xfed45000-0xfed4bfff] has been reserved
[    0.939976] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.940161] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.940214] pnp 00:03: Plug and Play ACPI device, IDs LEN0071 PNP0303 (active)
[    0.940264] pnp 00:04: Plug and Play ACPI device, IDs LEN200f PNP0f13 (active)
[    0.941249] pnp 00:05: Plug and Play ACPI device, IDs SMO1200 PNP0c31 (active)
[    0.941820] system 00:06: [mem 0xa0010000-0xa001ffff] has been reserved
[    0.941824] system 00:06: [mem 0xa0000000-0xa000ffff] has been reserved
[    0.941834] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.941955] pnp: PnP ACPI: found 7 devices
[    0.945473] thermal_sys: Registered thermal governor 'fair_share'
[    0.945475] thermal_sys: Registered thermal governor 'bang_bang'
[    0.945478] thermal_sys: Registered thermal governor 'step_wise'
[    0.945480] thermal_sys: Registered thermal governor 'user_space'
[    0.945482] thermal_sys: Registered thermal governor 'power_allocator'
[    0.950029] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.950126] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.950138] pci 0000:00:1c.0:   bridge window [mem 0xe1100000-0xe11fffff]
[    0.950151] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    0.950160] pci 0000:00:1c.1:   bridge window [mem 0xe1000000-0xe10fffff]
[    0.950176] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.950181] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.950185] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.950188] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    0.950192] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    0.950195] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    0.950199] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    0.950203] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    0.950206] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    0.950210] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    0.950213] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    0.950217] pci_bus 0000:00: resource 15 [mem 0xa0000000-0xfebfffff window]
[    0.950220] pci_bus 0000:00: resource 16 [mem 0xfed40000-0xfed4bfff window]
[    0.950224] pci_bus 0000:02: resource 1 [mem 0xe1100000-0xe11fffff]
[    0.950228] pci_bus 0000:03: resource 1 [mem 0xe1000000-0xe10fffff]
[    0.950544] NET: Registered protocol family 2
[    0.950891] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    0.951047] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.951485] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.951715] TCP: Hash tables configured (established 65536 bind 65536)
[    0.951830] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.951904] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.952141] NET: Registered protocol family 1
[    0.952152] NET: Registered protocol family 44
[    0.952179] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.953244] PCI: CLS 64 bytes, default 64
[    0.953344] Trying to unpack rootfs image as initramfs...
[    1.354987] Freeing initrd memory: 9168K
[    1.355000] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.355004] software IO TLB: mapped [mem 0x8a9dc000-0x8e9dc000] (64MB)
[    1.355294] check: Scanning for low memory corruption every 60 seconds
[    1.356338] Initialise system trusted keyrings
[    1.356364] Key type blacklist registered
[    1.356475] workingset: timestamp_bits=41 max_order=21 bucket_order=0
[    1.360102] zbud: loaded
[    1.375850] Key type asymmetric registered
[    1.375854] Asymmetric key parser 'x509' registered
[    1.375898] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    1.376015] io scheduler mq-deadline registered
[    1.376018] io scheduler kyber registered
[    1.376099] io scheduler bfq registered
[    1.377330] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.377538] efifb: probing for efifb
[    1.377576] efifb: showing boot graphics
[    1.380234] efifb: framebuffer at 0xc0000000, using 8128k, total 8128k
[    1.380237] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    1.380238] efifb: scrolling: redraw
[    1.380242] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.380343] fbcon: Deferring console take-over
[    1.380347] fb0: EFI VGA frame buffer device
[    1.380368] intel_idle: MWAIT substates: 0x11142120
[    1.380370] intel_idle: v0.4.1 model 0x3D
[    1.381038] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.381172] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    1.385902] ACPI: Lid Switch [LID]
[    1.386009] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[    1.389236] ACPI: Sleep Button [SLPB]
[    1.389380] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    1.392564] ACPI: Power Button [PWRF]
[    1.397758] thermal LNXTHERM:00: registered as thermal_zone0
[    1.397763] ACPI: Thermal Zone [THM0] (44 C)
[    1.398372] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.399744] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    1.399746] AMD-Vi: AMD IOMMUv2 functionality not available on this system
[    1.401563] usbcore: registered new interface driver usbserial_generic
[    1.401576] usbserial: USB Serial support registered for generic
[    1.401616] rtc_cmos 00:02: RTC can wake from S4
[    1.401876] rtc_cmos 00:02: registered as rtc0
[    1.401916] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.402073] intel_pstate: Intel P-state driver initializing
[    1.402484] ledtrig-cpu: registered to indicate activity on CPUs
[    1.403136] NET: Registered protocol family 10
[    1.417775] Segment Routing with IPv6
[    1.417795] NET: Registered protocol family 17
[    1.418000] RAS: Correctable Errors collector initialized.
[    1.418033] microcode: sig=0x306d4, pf=0x40, revision=0x2b
[    1.418092] microcode: Microcode Update Driver: v2.2.
[    1.418103] sched_clock: Marking stable (1417353493, 734970)->(1498745033, -80656570)
[    1.418204] registered taskstats version 1
[    1.418215] Loading compiled-in X.509 certificates
[    1.421546] Loaded X.509 cert 'Build time autogenerated kernel key: 9638cdb4da5457775d033fbe697857b3ce5e9200'
[    1.421577] zswap: loaded using pool lzo/zbud
[    1.426523] Key type big_key registered
[    1.426918] PM:   Magic number: 11:948:795
[    1.427016] rtc_cmos 00:02: setting system clock to 2019-11-25T17:46:44 UTC (1574704004)
[    1.428020] Freeing unused decrypted memory: 2040K
[    1.428287] Freeing unused kernel image memory: 1632K
[    1.449274] Write protecting the kernel read-only data: 18432k
[    1.449962] Freeing unused kernel image memory: 2012K
[    1.450078] Freeing unused kernel image memory: 152K
[    1.467845] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.467846] x86/mm: Checking user space page tables
[    1.476432] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.476433] Run /init as init process
[    1.564320] fbcon: Taking over console
[    1.564391] Console: switching to colour frame buffer device 240x67
[    1.612230] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    1.614402] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.614461] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.619439] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.620560] ehci-pci: EHCI PCI platform driver
[    1.620697] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    1.620702] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 1
[    1.620711] ehci-pci 0000:00:1d.0: debug port 2
[    1.624614] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    1.624632] ehci-pci 0000:00:1d.0: irq 23, io mem 0xe123d000
[    1.633184] SCSI subsystem initialized
[    1.635881] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    1.635940] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.03
[    1.635942] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.635944] usb usb1: Product: EHCI Host Controller
[    1.635946] usb usb1: Manufacturer: Linux 5.3.13-arch1-1 ehci_hcd
[    1.635948] usb usb1: SerialNumber: 0000:00:1d.0
[    1.636092] hub 1-0:1.0: USB hub found
[    1.636100] hub 1-0:1.0: 3 ports detected
[    1.636560] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.636569] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    1.637635] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x000000000004b810
[    1.637641] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    1.637990] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.03
[    1.637993] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.637995] usb usb2: Product: xHCI Host Controller
[    1.637997] usb usb2: Manufacturer: Linux 5.3.13-arch1-1 xhci-hcd
[    1.637998] usb usb2: SerialNumber: 0000:00:14.0
[    1.638321] hub 2-0:1.0: USB hub found
[    1.638336] hub 2-0:1.0: 11 ports detected
[    1.641230] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.641235] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    1.641239] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    1.641286] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.03
[    1.641288] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.641290] usb usb3: Product: xHCI Host Controller
[    1.641292] usb usb3: Manufacturer: Linux 5.3.13-arch1-1 xhci-hcd
[    1.641293] usb usb3: SerialNumber: 0000:00:14.0
[    1.641584] hub 3-0:1.0: USB hub found
[    1.641594] hub 3-0:1.0: 4 ports detected
[    1.643176] libata version 3.00 loaded.
[    1.646021] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    1.647554] ahci 0000:00:1f.2: version 3.0
[    1.657819] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 3 ports 6 Gbps 0x3 impl SATA mode
[    1.657822] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst 
[    1.658206] scsi host0: ahci
[    1.658349] scsi host1: ahci
[    1.658465] scsi host2: ahci
[    1.658512] ata1: SATA max UDMA/133 abar m2048@0xe123c000 port 0xe123c100 irq 44
[    1.658514] ata2: SATA max UDMA/133 abar m2048@0xe123c000 port 0xe123c180 irq 44
[    1.658514] ata3: DUMMY
[    1.965958] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    1.969298] usb 2-6: new full-speed USB device number 2 using xhci_hcd
[    1.973431] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.973461] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.974537] ata2.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    1.974545] ata2.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    1.974797] ata2.00: ATA-9: TS512GMTS430S, R0906A, max UDMA/133
[    1.974803] ata2.00: 1000215216 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    1.976035] ata2.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    1.976052] ata2.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    1.976069] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    1.976076] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    1.976131] ata1.00: ACPI cmd ef/10:09:00:00:00:a0 (SET FEATURES) succeeded
[    1.976319] ata2.00: configured for UDMA/133
[    1.976335] ata1.00: ATA-8: LITEONIT LCS-128M6S, DC72205, max UDMA/133
[    1.976341] ata1.00: 250069680 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    1.976890] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    1.976897] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    1.976929] ata1.00: ACPI cmd ef/10:09:00:00:00:a0 (SET FEATURES) succeeded
[    1.977124] ata1.00: configured for UDMA/133
[    1.977526] scsi 0:0:0:0: Direct-Access     ATA      LITEONIT LCS-128 205  PQ: 0 ANSI: 5
[    1.986890] scsi 1:0:0:0: Direct-Access     ATA      TS512GMTS430S    6A   PQ: 0 ANSI: 5
[    1.996996] sd 0:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
[    1.997022] sd 0:0:0:0: [sda] Write Protect is off
[    1.997024] sd 1:0:0:0: [sdb] 1000215216 512-byte logical blocks: (512 GB/477 GiB)
[    1.997027] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.997061] sd 1:0:0:0: [sdb] Write Protect is off
[    1.997065] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    1.997067] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.997108] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.999070]  sda: sda1 sda2 sda3
[    1.999087]  sdb: sdb1
[    1.999777] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.999827] sd 1:0:0:0: [sdb] Attached SCSI disk
[    2.018681] random: fast init done
[    2.110283] usb 2-6: New USB device found, idVendor=138a, idProduct=0017, bcdDevice= 0.78
[    2.110288] usb 2-6: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[    2.110290] usb 2-6: SerialNumber: 6a63d6009211
[    2.112905] usb 1-1: New USB device found, idVendor=8087, idProduct=8001, bcdDevice= 0.03
[    2.112908] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.113215] hub 1-1:1.0: USB hub found
[    2.113270] hub 1-1:1.0: 8 ports detected
[    2.135685] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[    2.232594] usb 2-7: new full-speed USB device number 3 using xhci_hcd
[    2.262958] systemd[1]: systemd 243.162-2-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[    2.279363] systemd[1]: Detected architecture x86-64.
[    2.283030] systemd[1]: Set hostname to <Nicklas-Thinkpad>.
[    2.373779] usb 2-7: config 1 interface 1 altsetting 0 endpoint 0x3 has wMaxPacketSize 0, skipping
[    2.373781] usb 2-7: config 1 interface 1 altsetting 0 endpoint 0x83 has wMaxPacketSize 0, skipping
[    2.373786] usb 2-7: New USB device found, idVendor=8087, idProduct=0a2a, bcdDevice= 0.01
[    2.373787] usb 2-7: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.382533] tsc: Refined TSC clocksource calibration: 2294.685 MHz
[    2.382540] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x21139843abd, max_idle_ns: 440795210670 ns
[    2.382556] clocksource: Switched to clocksource tsc
[    2.390114] systemd[1]: Created slice system-getty.slice.
[    2.390282] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    2.390433] systemd[1]: Created slice User and Session Slice.
[    2.390475] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    2.390507] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    2.390684] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    2.390706] systemd[1]: Reached target Local Encrypted Volumes.
[    2.415631] EXT4-fs (sda2): re-mounted. Opts: discard
[    2.495869] usb 2-8: new high-speed USB device number 4 using xhci_hcd
[    2.645813] usb 2-8: New USB device found, idVendor=04ca, idProduct=703c, bcdDevice= 0.17
[    2.645816] usb 2-8: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.645818] usb 2-8: Product: Integrated Camera
[    2.645820] usb 2-8: Manufacturer: J89F9B21M
[    2.654970] audit: type=1130 audit(1574704005.722:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.662271] systemd-journald[270]: Received client request to flush runtime journal.
[    2.749044] audit: type=1130 audit(1574704005.815:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.749237] audit: type=1130 audit(1574704005.818:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.886590] ACPI: AC Adapter [AC] (off-line)
[    2.900673] battery: ACPI: Battery Slot [BAT0] (battery present)
[    2.906093] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    2.906222] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    2.915295] battery: ACPI: Battery Slot [BAT1] (battery present)
[    2.957229] Non-volatile memory driver v1.3
[    2.959459] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    2.959461] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    2.959638] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    2.998113] i801_smbus 0000:00:1f.3: SPD Write Disable is set
[    2.998145] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    3.049196] Linux agpgart interface v0.103
[    3.049253] Bluetooth: Core ver 2.22
[    3.049278] NET: Registered protocol family 31
[    3.049281] Bluetooth: HCI device and connection manager initialized
[    3.049286] Bluetooth: HCI socket layer initialized
[    3.049288] Bluetooth: L2CAP socket layer initialized
[    3.049293] Bluetooth: SCO socket layer initialized
[    3.051417] input: PC Speaker as /devices/platform/pcspkr/input/input5
[    3.051876] thinkpad_acpi: ThinkPad ACPI Extras v0.26
[    3.051878] thinkpad_acpi: http://ibm-acpi.sf.net/
[    3.051880] thinkpad_acpi: ThinkPad BIOS JBET70WW (1.34 ), EC JBHT17WW
[    3.051881] thinkpad_acpi: Lenovo ThinkPad T450s, model 20BWS07N01
[    3.052238] tpm_tis 00:05: 1.2 TPM (device-id 0x0, rev-id 78)
[    3.063401] thinkpad_acpi: radio switch found; radios are enabled
[    3.063567] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
[    3.063568] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
[    3.067702] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
[    3.069367] audit: type=1130 audit(1574704006.135:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2dlabel-BOOT comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.081554] thinkpad_acpi: battery 2 registered (start 0, stop 100)
[    3.083759] thinkpad_acpi: battery 1 registered (start 0, stop 100)
[    3.083766] battery: new extension: ThinkPad Battery Extension
[    3.083827] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input6
[    3.115166] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    3.115181] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[    3.115182] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    3.115183] RAPL PMU: hw unit of domain package 2^-14 Joules
[    3.115184] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    3.115185] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    3.149587] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    3.150059] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    3.150062] cfg80211: failed to load regulatory.db
[    3.154998] e1000e 0000:00:19.0 0000:00:19.0 (uninitialized): registered PHC clock
[    3.164789] audit: type=1130 audit(1574704006.232:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2dlabel-HOME comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.175546] usbcore: registered new interface driver btusb
[    3.181427] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: discard
[    3.198448] Bluetooth: hci0: read Intel version: 370810011003110e00
[    3.199966] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.8.10-fw-1.10.3.11.e.bseq
[    3.236587] audit: type=1130 audit(1574704006.305:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.243118] audit: type=1127 audit(1574704006.312:8): pid=352 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
[    3.244551] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 50:7b:9d:4c:69:b8
[    3.245561] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[    3.245589] e1000e 0000:00:19.0 eth0: MAC: 11, PHY: 12, PBA No: 1000FF-0FF
[    3.247405] audit: type=1130 audit(1574704006.315:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.252789] audit: type=1130 audit(1574704006.322:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.257558] random: dbus-daemon: uninitialized urandom read (12 bytes read)
[    3.260505] mc: Linux media interface: v0.10
[    3.283242] random: dbus-daemon: uninitialized urandom read (12 bytes read)
[    3.322495] random: NetworkManager: uninitialized urandom read (16 bytes read)
[    3.334365] iTCO_vendor_support: vendor-support=0
[    3.358519] videodev: Linux video capture interface: v2.00
[    3.360838] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    3.360891] iTCO_wdt: Found a Wildcat Point_LP TCO device (Version=2, TCOBASE=0x1860)
[    3.361480] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC3232: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    3.361483] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    3.361485] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=2 (0x16/0x15/0x0/0x0/0x0)
[    3.361487] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[    3.361488] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[    3.361490] snd_hda_codec_realtek hdaudioC1D0:      Dock Mic=0x19
[    3.361492] snd_hda_codec_realtek hdaudioC1D0:      Mic=0x1a
[    3.361494] snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
[    3.362506] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    3.372454] cryptd: max_cpu_qlen set to 1000
[    3.427507] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card1/input8
[    3.427587] input: HDA Intel PCH Dock Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input9
[    3.427647] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input10
[    3.427707] input: HDA Intel PCH Dock Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input11
[    3.427762] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input12
[    3.433430] Bluetooth: hci0: unexpected event for opcode 0xfc2f
[    3.450450] Bluetooth: hci0: Intel firmware patch completed and activated
[    3.478703] e1000e 0000:00:19.0 enp0s25: renamed from eth0
[    3.526641] Intel(R) Wireless WiFi driver for Linux
[    3.526642] Copyright(c) 2003- 2015 Intel Corporation
[    3.532988] AVX2 version of gcm_enc/dec engaged.
[    3.532989] AES CTR mode by8 optimization enabled
[    3.539268] iwlwifi 0000:03:00.0: Found debug destination: EXTERNAL_DRAM
[    3.539271] iwlwifi 0000:03:00.0: Found debug configuration: 0
[    3.539595] iwlwifi 0000:03:00.0: loaded firmware version 29.1654887522.0 op_mode iwlmvm
[    3.543733] i915 0000:00:02.0: enabling device (0006 -> 0007)
[    3.544034] checking generic (c0000000 7f0000) vs hw (c0000000 20000000)
[    3.544036] fb0: switching to inteldrmfb from EFI VGA
[    3.546197] Console: switching to colour dummy device 80x25
[    3.546284] i915 0000:00:02.0: vgaarb: deactivate vga console
[    3.547047] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    3.547048] [drm] Driver supports precise vblank timestamp query.
[    3.547080] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=mem
[    3.553188] intel-spi intel-spi: w25q128 (16384 Kbytes)
[    3.557677] [drm] Initialized i915 1.6.0 20190619 for 0000:00:02.0 on minor 0
[    3.558743] ACPI: Video Device [VID] (multi-head: yes  rom: no  post: no)
[    3.559375] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input13
[    3.559768] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    3.606734] Creating 1 MTD partitions on "intel-spi":
[    3.606738] 0x000000000000-0x000001000000 : "BIOS"
[    3.676745] uvcvideo: Found UVC 1.00 device Integrated Camera (04ca:703c)
[    3.712531] random: crng init done
[    3.717373] uvcvideo 2-8:1.0: Entity type for entity Extension 4 was not initialized!
[    3.717377] uvcvideo 2-8:1.0: Entity type for entity Extension 3 was not initialized!
[    3.717379] uvcvideo 2-8:1.0: Entity type for entity Processing 2 was not initialized!
[    3.717381] uvcvideo 2-8:1.0: Entity type for entity Camera 1 was not initialized!
[    3.717560] input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:14.0/usb2/2-8/2-8:1.0/input/input14
[    3.718131] usbcore: registered new interface driver uvcvideo
[    3.718133] USB Video Class driver (1.1.1)
[    3.784462] fbcon: i915drmfb (fb0) is primary device
[    3.788770] iwlwifi 0000:03:00.0: Detected Intel(R) Dual Band Wireless AC 7265, REV=0x210
[    3.802608] iwlwifi 0000:03:00.0: Applying debug destination EXTERNAL_DRAM
[    3.803315] iwlwifi 0000:03:00.0: Allocated 0x00400000 bytes for firmware monitor.
[    3.813209] iwlwifi 0000:03:00.0: base HW address: dc:53:60:37:a4:60
[    3.927305] psmouse serio1: synaptics: queried max coordinates: x [..5676], y [..4758]
[    3.964628] psmouse serio1: synaptics: queried min coordinates: x [1266..], y [1096..]
[    3.964634] psmouse serio1: synaptics: Trying to set up SMBus access
[    3.980356] rmi4_smbus 0-002c: registering SMbus-connected sensor
[    3.988753] kvm: disabled by bios
[    4.032002] kvm: disabled by bios
[    4.040693] rmi4_f01 rmi4-00.fn01: found RMI device, manufacturer: Synaptics, product: TM3053-004, fw id: 1741117
[    4.056184] kvm: disabled by bios
[    4.063198] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[    4.063627] thermal thermal_zone3: failed to read out thermal zone (-61)
[    4.069614] iwlwifi 0000:03:00.0 wlp3s0: renamed from wlan0
[    4.103289] input: Synaptics TM3053-004 as /devices/rmi4-00/input/input15
[    4.107864] mousedev: PS/2 mouse device common for all mice
[    4.110294] iwlwifi 0000:03:00.0: Applying debug destination EXTERNAL_DRAM
[    4.111464] serio: RMI4 PS/2 pass-through port at rmi4-00.fn03
[    4.126382] kvm: disabled by bios
[    4.126395] intel_rapl_common: Found RAPL domain package
[    4.126396] intel_rapl_common: Found RAPL domain core
[    4.126398] intel_rapl_common: Found RAPL domain uncore
[    4.126399] intel_rapl_common: Found RAPL domain dram
[    4.195881] iwlwifi 0000:03:00.0: Applying debug destination EXTERNAL_DRAM
[    4.197335] iwlwifi 0000:03:00.0: FW already configured (0) - re-configuring
[    4.240701] iwlwifi 0000:03:00.0: Applying debug destination EXTERNAL_DRAM
[    4.320271] iwlwifi 0000:03:00.0: Applying debug destination EXTERNAL_DRAM
[    4.321917] iwlwifi 0000:03:00.0: FW already configured (0) - re-configuring
[    4.777033] Console: switching to colour frame buffer device 240x67
[    4.807567] i915 0000:00:02.0: fb0: i915drmfb frame buffer device
[    4.850728] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input17
[    4.850803] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input18
[    4.850869] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input19
[    4.850938] input: HDA Intel HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.0/sound/card0/input20
[    4.851000] input: HDA Intel HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.0/sound/card0/input21
[    6.833132] kauditd_printk_skb: 10 callbacks suppressed
[    6.833135] audit: type=1130 audit(1574704009.902:21): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=fprintd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.932407] audit: type=1130 audit(1574704009.998:22): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.189656] usb 2-6: reset full-speed USB device number 2 using xhci_hcd
[    8.625335] wlp3s0: authenticate with 58:d7:59:42:2e:f3
[    8.630956] wlp3s0: send auth to 58:d7:59:42:2e:f3 (try 1/3)
[    8.632637] wlp3s0: authenticated
[    8.636183] wlp3s0: associate with 58:d7:59:42:2e:f3 (try 1/3)
[    8.637129] wlp3s0: RX AssocResp from 58:d7:59:42:2e:f3 (capab=0x11 status=0 aid=1)
[    8.640805] wlp3s0: associated
[    8.671132] IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready
[    8.678355] wlp3s0: Limiting TX power to 23 (23 - 0) dBm as advertised by 58:d7:59:42:2e:f3
[    9.057299] audit: type=1100 audit(1574704012.125:23): pid=362 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_fprintd acct="nicklas" exe="/usr/bin/login" hostname=Nicklas-Thinkpad addr=? terminal=tty1 res=success'
[    9.059155] audit: type=1101 audit(1574704012.125:24): pid=362 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="nicklas" exe="/usr/bin/login" hostname=Nicklas-Thinkpad addr=? terminal=tty1 res=success'
[    9.061951] audit: type=1103 audit(1574704012.128:25): pid=362 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_fprintd acct="nicklas" exe="/usr/bin/login" hostname=Nicklas-Thinkpad addr=? terminal=tty1 res=success'
[    9.062371] audit: type=1006 audit(1574704012.128:26): pid=362 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=1 res=1
[    9.071538] audit: type=1131 audit(1574704012.138:27): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    9.078863] audit: type=1130 audit(1574704012.145:28): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    9.084654] audit: type=1101 audit(1574704012.152:29): pid=476 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="nicklas" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    9.084729] audit: type=1006 audit(1574704012.152:30): pid=476 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[   14.005662] kauditd_printk_skb: 4 callbacks suppressed
[   14.005664] audit: type=1131 audit(1574704017.072:35): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   33.837836] audit: type=1131 audit(1574704036.905:36): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   39.007850] audit: type=1131 audit(1574704042.075:37): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=fprintd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  110.838911] audit: type=1130 audit(1574704113.905:38): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'

dmesg after suspend

[  162.641085] PM: suspend entry (deep)
[  162.647511] Filesystems sync: 0.006 seconds
[  162.648401] Freezing user space processes ... (elapsed 0.001 seconds) done.
[  162.649908] OOM killer disabled.
[  162.649909] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[  162.651143] printk: Suspending console(s) (use no_console_suspend to debug)
[  162.651534] wlp3s0: deauthenticating from 58:d7:59:42:2e:f3 by local choice (Reason: 3=DEAUTH_LEAVING)
[  162.666181] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[  162.666222] sd 1:0:0:0: [sdb] Synchronizing SCSI cache
[  162.666251] sd 0:0:0:0: [sda] Stopping disk
[  162.666266] sd 1:0:0:0: [sdb] Stopping disk
[  162.840064] e1000e: EEE TX LPI TIMER: 00000011
[  163.397117] ACPI: EC: interrupt blocked
[  163.429964] ACPI: Preparing to enter system sleep state S3
[  163.436378] ACPI: EC: event blocked
[  163.436380] ACPI: EC: EC stopped
[  163.436382] PM: Saving platform NVS memory
[  163.436409] Disabling non-boot CPUs ...
[  163.438854] smpboot: CPU 1 is now offline
[  163.443000] smpboot: CPU 2 is now offline
[  163.445369] smpboot: CPU 3 is now offline
[  163.448438] ACPI: Low-level resume complete
[  163.448485] ACPI: EC: EC started
[  163.448486] PM: Restoring platform NVS memory
[  163.448870] Enabling non-boot CPUs ...
[  163.448905] x86: Booting SMP configuration:
[  163.448905] smpboot: Booting Node 0 Processor 1 APIC 0x1
[  163.449608] CPU1 is up
[  163.449633] smpboot: Booting Node 0 Processor 2 APIC 0x2
[  163.450270] CPU2 is up
[  163.450292] smpboot: Booting Node 0 Processor 3 APIC 0x3
[  163.450966] CPU3 is up
[  163.452135] ACPI: Waking up from system sleep state S3
[  163.458254] ACPI: EC: interrupt unblocked
[  163.496798] ACPI: EC: event unblocked
[  163.499731] sd 1:0:0:0: [sdb] Starting disk
[  163.499902] sd 0:0:0:0: [sda] Starting disk
[  163.512405] iwlwifi 0000:03:00.0: Applying debug destination EXTERNAL_DRAM
[  163.591232] iwlwifi 0000:03:00.0: Applying debug destination EXTERNAL_DRAM
[  163.592493] iwlwifi 0000:03:00.0: FW already configured (0) - re-configuring
[  163.724276] usb 2-6: reset full-speed USB device number 2 using xhci_hcd
[  163.814117] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[  163.814135] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[  163.815924] ata2.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[  163.815926] ata2.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[  163.816138] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[  163.816140] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[  163.816184] ata1.00: ACPI cmd ef/10:09:00:00:00:a0 (SET FEATURES) succeeded
[  163.816616] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[  163.816617] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[  163.816640] ata1.00: ACPI cmd ef/10:09:00:00:00:a0 (SET FEATURES) succeeded
[  163.816793] ata1.00: configured for UDMA/133
[  163.825917] ata2.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[  163.825919] ata2.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[  163.831503] ata2.00: configured for UDMA/133
[  163.987752] usb 2-7: reset full-speed USB device number 3 using xhci_hcd
[  164.251130] usb 2-8: reset high-speed USB device number 4 using xhci_hcd
[  164.417841] acpi LNXPOWER:02: Turning OFF
[  164.418387] OOM killer enabled.
[  164.418390] Restarting tasks ... done.
[  164.436550] audit: type=1130 audit(1574704171.983:39): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  164.465512] PM: suspend exit
[  164.467385] audit: type=1130 audit(1574704172.016:40): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  164.467398] audit: type=1131 audit(1574704172.016:41): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  164.544441] e1000e: enp0s25 NIC Link is Down
[  164.621228] audit: type=1130 audit(1574704172.170:42): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  164.656290] Bluetooth: hci0: read Intel version: 370810011003110e00
[  164.656294] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.8.10-fw-1.10.3.11.e.bseq
[  164.862144] iwlwifi 0000:03:00.0: Applying debug destination EXTERNAL_DRAM
[  164.941030] iwlwifi 0000:03:00.0: Applying debug destination EXTERNAL_DRAM
[  164.942486] iwlwifi 0000:03:00.0: FW already configured (0) - re-configuring
[  164.962303] Bluetooth: hci0: unexpected event for opcode 0xfc2f
[  164.979370] Bluetooth: hci0: Intel firmware patch completed and activated
[  164.985318] iwlwifi 0000:03:00.0: Applying debug destination EXTERNAL_DRAM
[  165.064207] iwlwifi 0000:03:00.0: Applying debug destination EXTERNAL_DRAM
[  165.065594] iwlwifi 0000:03:00.0: FW already configured (0) - re-configuring
[  169.541348] wlp3s0: authenticate with 58:d7:59:42:2e:f3
[  169.546381] wlp3s0: send auth to 58:d7:59:42:2e:f3 (try 1/3)
[  169.547718] wlp3s0: authenticated
[  169.550640] wlp3s0: associate with 58:d7:59:42:2e:f3 (try 1/3)
[  169.551620] wlp3s0: RX AssocResp from 58:d7:59:42:2e:f3 (capab=0x11 status=0 aid=1)
[  169.554103] wlp3s0: associated
[  169.564535] IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready
[  169.625312] wlp3s0: Limiting TX power to 23 (23 - 0) dBm as advertised by 58:d7:59:42:2e:f3
[  169.656534] audit: type=1131 audit(1574704177.203:43): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  175.009159] audit: type=1131 audit(1574704182.556:44): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  180.859227] PM: suspend entry (deep)
[  180.881972] Filesystems sync: 0.022 seconds
[  180.883167] Freezing user space processes ... (elapsed 0.002 seconds) done.
[  180.885209] OOM killer disabled.
[  180.885210] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[  180.886491] printk: Suspending console(s) (use no_console_suspend to debug)
[  180.887212] wlp3s0: deauthenticating from 58:d7:59:42:2e:f3 by local choice (Reason: 3=DEAUTH_LEAVING)
[  180.904114] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[  180.904147] sd 1:0:0:0: [sdb] Synchronizing SCSI cache
[  180.904218] sd 1:0:0:0: [sdb] Stopping disk
[  180.904224] sd 0:0:0:0: [sda] Stopping disk
[  181.078122] e1000e: EEE TX LPI TIMER: 00000011
[  181.768538] ACPI: EC: interrupt blocked
[  181.801434] ACPI: Preparing to enter system sleep state S3
[  181.807821] ACPI: EC: event blocked
[  181.807823] ACPI: EC: EC stopped
[  181.807825] PM: Saving platform NVS memory
[  181.807851] Disabling non-boot CPUs ...
[  181.810268] smpboot: CPU 1 is now offline
[  181.813207] smpboot: CPU 2 is now offline
[  181.815912] smpboot: CPU 3 is now offline
[  181.818247] ACPI: Low-level resume complete
[  181.818295] ACPI: EC: EC started
[  181.818295] PM: Restoring platform NVS memory
[  181.818676] Enabling non-boot CPUs ...
[  181.818710] x86: Booting SMP configuration:
[  181.818711] smpboot: Booting Node 0 Processor 1 APIC 0x1
[  181.819335] CPU1 is up
[  181.819358] smpboot: Booting Node 0 Processor 2 APIC 0x2
[  181.820001] CPU2 is up
[  181.820023] smpboot: Booting Node 0 Processor 3 APIC 0x3
[  181.820666] CPU3 is up
[  181.821826] ACPI: Waking up from system sleep state S3
[  181.832179] ACPI: EC: interrupt unblocked
[  181.868094] ACPI: EC: event unblocked
[  181.868824] sd 0:0:0:0: [sda] Starting disk
[  181.868870] sd 1:0:0:0: [sdb] Starting disk
[  181.882019] iwlwifi 0000:03:00.0: Applying debug destination EXTERNAL_DRAM
[  181.961432] iwlwifi 0000:03:00.0: Applying debug destination EXTERNAL_DRAM
[  181.962750] iwlwifi 0000:03:00.0: FW already configured (0) - re-configuring
[  182.098975] usb 2-7: reset full-speed USB device number 3 using xhci_hcd
[  182.182122] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[  182.182331] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[  182.183908] ata2.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[  182.183910] ata2.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[  182.184355] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[  182.184357] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[  182.184398] ata1.00: ACPI cmd ef/10:09:00:00:00:a0 (SET FEATURES) succeeded
[  182.184892] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[  182.184893] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[  182.184935] ata1.00: ACPI cmd ef/10:09:00:00:00:a0 (SET FEATURES) succeeded
[  182.185085] ata1.00: configured for UDMA/133
[  182.188569] ata2.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[  182.188571] ata2.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[  182.190965] ata2.00: configured for UDMA/133
[  182.365760] usb 2-6: reset full-speed USB device number 2 using xhci_hcd
[  182.629174] usb 2-8: reset high-speed USB device number 4 using xhci_hcd
[  182.801669] rmi4_smbus 0-002c: failed to get SMBus version number!
[  182.833160] rmi4_physical rmi4-00: rmi_driver_reset_handler: Failed to read current IRQ mask.
[  182.864623] rmi4_f01 rmi4-00.fn01: Failed to restore normal operation: -6.
[  182.864629] rmi4_f01 rmi4-00.fn01: Resume failed with code -6.
[  182.864633] rmi4_physical rmi4-00: Failed to suspend functions: -6
[  182.864638] rmi4_smbus 0-002c: Failed to resume device: -6
[  182.865206] acpi LNXPOWER:02: Turning OFF
[  182.865761] OOM killer enabled.
[  182.865766] Restarting tasks ... done.
[  182.880689] Bluetooth: hci0: read Intel version: 370810011003110e00
[  182.881030] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.8.10-fw-1.10.3.11.e.bseq
[  182.899002] audit: type=1130 audit(1574704194.076:45): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  182.911476] PM: suspend exit
[  182.913223] audit: type=1130 audit(1574704194.093:46): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  182.913228] audit: type=1131 audit(1574704194.093:47): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  182.927507] rmi4_physical rmi4-00: rmi_driver_set_irq_bits: Failed to change enabled interrupts!
[  182.927521] psmouse: probe of serio2 failed with error -1
[  182.989209] e1000e: enp0s25 NIC Link is Down
[  183.077948] audit: type=1130 audit(1574704194.256:48): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  183.183527] Bluetooth: hci0: unexpected event for opcode 0xfc2f
[  183.200574] Bluetooth: hci0: Intel firmware patch completed and activated
[  183.329968] iwlwifi 0000:03:00.0: Applying debug destination EXTERNAL_DRAM
[  183.409249] iwlwifi 0000:03:00.0: Applying debug destination EXTERNAL_DRAM
[  183.410728] iwlwifi 0000:03:00.0: FW already configured (0) - re-configuring
[  183.453659] iwlwifi 0000:03:00.0: Applying debug destination EXTERNAL_DRAM
[  183.532578] iwlwifi 0000:03:00.0: Applying debug destination EXTERNAL_DRAM
[  183.534029] iwlwifi 0000:03:00.0: FW already configured (0) - re-configuring
[  187.900214] wlp3s0: authenticate with 58:d7:59:42:2e:f3
[  187.903572] audit: type=1131 audit(1574704199.083:49): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  187.906278] wlp3s0: send auth to 58:d7:59:42:2e:f3 (try 1/3)
[  187.907913] wlp3s0: authenticated
[  187.908891] wlp3s0: associate with 58:d7:59:42:2e:f3 (try 1/3)
[  187.909845] wlp3s0: RX AssocResp from 58:d7:59:42:2e:f3 (capab=0x11 status=0 aid=1)
[  187.915428] wlp3s0: associated
[  187.923171] IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready
[  187.999493] wlp3s0: Limiting TX power to 23 (23 - 0) dBm as advertised by 58:d7:59:42:2e:f3
[  193.010194] audit: type=1131 audit(1574704204.190:50): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'

cat /proc/bus/input/devices

I: Bus=0019 Vendor=0000 Product=0005 Version=0000
N: Name="Lid Switch"
P: Phys=PNP0C0D/button/input0
S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
U: Uniq=
H: Handlers=event0 
B: PROP=0
B: EV=21
B: SW=1

I: Bus=0019 Vendor=0000 Product=0003 Version=0000
N: Name="Sleep Button"
P: Phys=PNP0C0E/button/input0
S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
U: Uniq=
H: Handlers=kbd event1 
B: PROP=0
B: EV=3
B: KEY=4000 0 0

I: Bus=0019 Vendor=0000 Product=0001 Version=0000
N: Name="Power Button"
P: Phys=LNXPWRBN/button/input0
S: Sysfs=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
U: Uniq=
H: Handlers=kbd event2 
B: PROP=0
B: EV=3
B: KEY=10000000000000 0

I: Bus=0011 Vendor=0001 Product=0001 Version=ab54
N: Name="AT Translated Set 2 keyboard"
P: Phys=isa0060/serio0/input0
S: Sysfs=/devices/platform/i8042/serio0/input/input3
U: Uniq=
H: Handlers=sysrq kbd event3 leds 
B: PROP=0
B: EV=120013
B: KEY=402000000 3803078f800d001 feffffdfffefffff fffffffffffffffe
B: MSC=10
B: LED=7

I: Bus=0010 Vendor=001f Product=0001 Version=0100
N: Name="PC Speaker"
P: Phys=isa0061/input0
S: Sysfs=/devices/platform/pcspkr/input/input5
U: Uniq=
H: Handlers=kbd event4 
B: PROP=0
B: EV=40001
B: SND=6

I: Bus=0019 Vendor=17aa Product=5054 Version=4101
N: Name="ThinkPad Extra Buttons"
P: Phys=thinkpad_acpi/input0
S: Sysfs=/devices/platform/thinkpad_acpi/input/input6
U: Uniq=
H: Handlers=kbd event5 rfkill 
B: PROP=0
B: EV=33
B: KEY=10040 0 18040000 0 50000000000000 0 1701b02102004 c000280051115000 10e000000000000 0
B: MSC=10
B: SW=8

I: Bus=0001 Vendor=10ec Product=0292 Version=0001
N: Name="HDA Digital PCBeep"
P: Phys=card1/codec#0/beep0
S: Sysfs=/devices/pci0000:00/0000:00:1b.0/sound/card1/input8
U: Uniq=
H: Handlers=kbd event6 
B: PROP=0
B: EV=40001
B: SND=6

I: Bus=0000 Vendor=0000 Product=0000 Version=0000
N: Name="HDA Intel PCH Dock Mic"
P: Phys=ALSA
S: Sysfs=/devices/pci0000:00/0000:00:1b.0/sound/card1/input9
U: Uniq=
H: Handlers=event7 
B: PROP=0
B: EV=21
B: SW=10

I: Bus=0000 Vendor=0000 Product=0000 Version=0000
N: Name="HDA Intel PCH Mic"
P: Phys=ALSA
S: Sysfs=/devices/pci0000:00/0000:00:1b.0/sound/card1/input10
U: Uniq=
H: Handlers=event8 
B: PROP=0
B: EV=21
B: SW=10

I: Bus=0000 Vendor=0000 Product=0000 Version=0000
N: Name="HDA Intel PCH Dock Headphone"
P: Phys=ALSA
S: Sysfs=/devices/pci0000:00/0000:00:1b.0/sound/card1/input11
U: Uniq=
H: Handlers=event9 
B: PROP=0
B: EV=21
B: SW=4

I: Bus=0000 Vendor=0000 Product=0000 Version=0000
N: Name="HDA Intel PCH Headphone"
P: Phys=ALSA
S: Sysfs=/devices/pci0000:00/0000:00:1b.0/sound/card1/input12
U: Uniq=
H: Handlers=event10 
B: PROP=0
B: EV=21
B: SW=4

I: Bus=0019 Vendor=0000 Product=0006 Version=0000
N: Name="Video Bus"
P: Phys=LNXVIDEO/video/input0
S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input13
U: Uniq=
H: Handlers=kbd event11 
B: PROP=0
B: EV=3
B: KEY=3e000b00000000 0 0 0

I: Bus=0003 Vendor=04ca Product=703c Version=0017
N: Name="Integrated Camera: Integrated C"
P: Phys=usb-0000:00:14.0-8/button
S: Sysfs=/devices/pci0000:00/0000:00:14.0/usb2/2-8/2-8:1.0/input/input14
U: Uniq=
H: Handlers=kbd event12 
B: PROP=0
B: EV=3
B: KEY=100000 0 0 0

I: Bus=001d Vendor=06cb Product=0000 Version=0000
N: Name="Synaptics TM3053-004"
P: Phys=rmi4-00/input0
S: Sysfs=/devices/rmi4-00/input/input15
U: Uniq=
H: Handlers=event13 mouse0 
B: PROP=5
B: EV=b
B: KEY=e520 10000 0 0 0 0
B: ABS=6f3800001000003

I: Bus=0000 Vendor=0000 Product=0000 Version=0000
N: Name="HDA Intel HDMI HDMI/DP,pcm=3"
P: Phys=ALSA
S: Sysfs=/devices/pci0000:00/0000:00:03.0/sound/card0/input17
U: Uniq=
H: Handlers=event14 
B: PROP=0
B: EV=21
B: SW=140

I: Bus=0000 Vendor=0000 Product=0000 Version=0000
N: Name="HDA Intel HDMI HDMI/DP,pcm=7"
P: Phys=ALSA
S: Sysfs=/devices/pci0000:00/0000:00:03.0/sound/card0/input18
U: Uniq=
H: Handlers=event15 
B: PROP=0
B: EV=21
B: SW=140

I: Bus=0000 Vendor=0000 Product=0000 Version=0000
N: Name="HDA Intel HDMI HDMI/DP,pcm=8"
P: Phys=ALSA
S: Sysfs=/devices/pci0000:00/0000:00:03.0/sound/card0/input19
U: Uniq=
H: Handlers=event16 
B: PROP=0
B: EV=21
B: SW=140

I: Bus=0000 Vendor=0000 Product=0000 Version=0000
N: Name="HDA Intel HDMI HDMI/DP,pcm=9"
P: Phys=ALSA
S: Sysfs=/devices/pci0000:00/0000:00:03.0/sound/card0/input20
U: Uniq=
H: Handlers=event17 
B: PROP=0
B: EV=21
B: SW=140

I: Bus=0000 Vendor=0000 Product=0000 Version=0000
N: Name="HDA Intel HDMI HDMI/DP,pcm=10"
P: Phys=ALSA
S: Sysfs=/devices/pci0000:00/0000:00:03.0/sound/card0/input21
U: Uniq=
H: Handlers=event18 
B: PROP=0
B: EV=21
B: SW=140

Last edited by uruguayo_nick (2019-12-12 15:51:18)

Offline

#2 2019-11-25 21:55:25

dglt
Member
Registered: 2019-08-14
Posts: 82

Re: Trackpad/Trackpoint fail after suspend S3 Thinkpad T450s

you can try adding "i8042.reset=1" and/or "i8042.nopnp=1" along with "psmouse.synaptics_intertouch=0"

#from modinfo -p i8042
reset:Reset controller on resume, cleanup or both (reset_param)
nopnp:Do not use PNP to detect controller settings (bool)

Offline

#3 2019-11-26 06:48:30

uruguayo_nick
Member
Registered: 2019-03-26
Posts: 3

Re: Trackpad/Trackpoint fail after suspend S3 Thinkpad T450s

dglt wrote:

you can try adding "i8042.reset=1" and/or "i8042.nopnp=1" along with "psmouse.synaptics_intertouch=0"

#from modinfo -p i8042
reset:Reset controller on resume, cleanup or both (reset_param)
nopnp:Do not use PNP to detect controller settings (bool)

I tried all three combinations. I don't think it changed anything, but thanks.

I also tried going back to 0, before I changed anything and I noticed that with the "fixes" it actually had gotten worse. Without having any changes the trackpad stays stable and the trackpoint fails sometimes coming back randomly again. Honestly it's not too bad and everything works most of the time. I don't really use the trackpoint. It's only annoying because the mouse buttons then also stop functioning.

So if anyone still has some ideas I'd be happy to try them out.

Offline

Board footer

Powered by FluxBB