You are not logged in.

#1 2018-06-11 23:59:13

brenzo
Member
Registered: 2017-11-23
Posts: 12

[SOLVED] Intel i915 FIFO underrun - Flickering Screen

Hey all.

I've been searching around and this seems to be an issue encountered by some, but I've been so far unable to resolve it.

I'm on a fresh Arch install on a Razer RZ09-0196

I'm using systemd-boot to boot. Here's my arch.conf:

title Arch Linux
linux /vmlinuz-linux
initrd /intel-ucode.img
initrd /initramfs-linux.img
options root=/dev/nvme0n1p3 rw

and loader.conf

default arch
timeout 20
editor 1

editor set to 1 so I can easily play with kernel params, will disable once I fix this.

uname -r
4.16.13-2-ARCH

I have not gotten to the point of installing a graphical environment yet so to my knowledge no display manager is running (i.e. I've only been working in the console). I want to fix this before I start playing with xorg

I have an issue where the screen frequently flickers. The tty occasionally displays the message:

drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe A FIFO underrun

Sounds like an issue with the i915 graphics chip. What I've tried:

per this thread I've tried setting

enable_rc6=0

in my kernel parameters but that doesn't seem to fix the issue.

To my understanding KMS should be enabled (and required) by default for intel chips. However:

cat /sys/module/i915/parameters/modeset
-1

I think this means it's disabled?

Thus I've added per the KMS page on the wiki:

/etc/mkinitcpio.conf
MODULES=(i915)

but this seems to have no change in behavior.

EDIT: dmesg shows that i915.enable_rc6 is an unkown parameter. Some searching showed me that it's been removed as of December. I know my friend who gave me this laptop said they had to add some kernel parameters to resolve the flickering issue. If this is the one that fixed it what should I do? Do I have to roll back to a LTS kernel or something to get this parameter back? :\

Last edited by brenzo (2018-06-18 17:10:04)

Offline

#2 2018-06-12 09:03:22

robg
Member
Registered: 2015-03-05
Posts: 218

Re: [SOLVED] Intel i915 FIFO underrun - Flickering Screen

brenzo wrote:

To my understanding KMS should be enabled (and required) by default for intel chips. However:

cat /sys/module/i915/parameters/modeset
-1

I think this means it's disabled?

Yes (EDIT: See V1del's post below (thanks for the correction!)), and I believe you are correct in suspecting that this might be the problem. Have you tried enabling KMS explicitly, i.e., using the parameter `i915.modeset=1`?
Also, please post the outputs of `lspci` and `dmesg`.

Btw: For pasting files, command ouputs, e.t.c., code tags are preferred :)

Last edited by robg (2018-06-12 11:20:35)

Offline

#3 2018-06-12 09:14:20

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,427

Re: [SOLVED] Intel i915 FIFO underrun - Flickering Screen

-1 doesn't mean it's disabled, it means it uses whatever mode is initially requested

modinfo i915 wrote:

parm:           modeset:Use kernel modesetting [KMS] (0=disable, 1=on, -1=force vga console preference [default]) (int)

in practice this will nearly always eventually enable modesetting.

More likely for screen flickers is enable_psr and/or enable_fbc so try disabling one or the other or maybe even both of them, psr usually the more likely candidate, see https://wiki.archlinux.org/index.php/In … flickering as well.

Last edited by V1del (2018-06-12 09:15:20)

Offline

#4 2018-06-13 00:03:18

brenzo
Member
Registered: 2017-11-23
Posts: 12

Re: [SOLVED] Intel i915 FIFO underrun - Flickering Screen

V1del wrote:

-1 doesn't mean it's disabled, it means it uses whatever mode is initially requested

modinfo i915 wrote:

parm:           modeset:Use kernel modesetting [KMS] (0=disable, 1=on, -1=force vga console preference [default]) (int)

in practice this will nearly always eventually enable modesetting.

More likely for screen flickers is enable_psr and/or enable_fbc so try disabling one or the other or maybe even both of them, psr usually the more likely candidate, see https://wiki.archlinux.org/index.php/In … flickering as well.

I've tried disabling both, as well as either psr or fbc. Unfortunately this does not change the behavior. (Strangely and possibly unrelated I normally see this behavior, and the FIFO error message, appear during the boot messages. The first time I disabled psr and fbc both, it did not start until after I'd logged in and issued a few commands. This is not reproduceable as booting again with them disabled and it started during the boot messages. Just thought I'd mention.)

For what it's worth i915.modeset=0 seems to fix the flickering issue but my CLI boots at a much lower resolution.

robg wrote:

Yes (EDIT: See V1del's post below (thanks for the correction!)), and I believe you are correct in suspecting that this might be the problem. Have you tried enabling KMS explicitly, i.e., using the parameter `i915.modeset=1`?
Also, please post the outputs of `lspci` and `dmesg`.

Btw: For pasting files, command ouputs, e.t.c., code tags are preferred smile

I've tried i915.modeset=1 to no avail. As well as in conjunction with enable_psr=0 and enable_fbc=0 (also with only one or the other).

dmesg:

[    0.000000] microcode: microcode updated early to revision 0x84, date = 2018-01-21
[    0.000000] Linux version 4.16.13-2-ARCH (builduser@bpiotrowski) (gcc version 8.1.1 20180531 (GCC)) #1 SMP PREEMPT Fri Jun 1 18:46:11 UTC 2018
[    0.000000] Command line: i915.enable_psr=0 i915.enable_fbc=0 initrd=\intel-ucode.img initrd=\initramfs-linux.img root=/dev/nvme0n1p3 rw
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000073df2fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000073df3000-0x0000000073df3fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000073df4000-0x0000000073df4fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000073df5000-0x000000007a3ebfff] usable
[    0.000000] BIOS-e820: [mem 0x000000007a3ec000-0x000000007a72bfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007a72c000-0x000000007a797fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007a798000-0x000000007abfefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007abff000-0x000000007b2fefff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007b2ff000-0x000000007b2fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007b300000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000047effffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.50 by American Megatrends
[    0.000000] efi:  ESRT=0x7b226f18  ACPI=0x7a741000  ACPI 2.0=0x7a741000  SMBIOS=0x7b210000  SMBIOS 3.0=0x7b20f000  TPMEventLog=0x73ead018 
[    0.000000] SMBIOS 3.0.0 present.
[    0.000000] DMI: Razer Blade Stealth/Razer, BIOS 5.00 11/03/2016
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x47f000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: write-back
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0080000000 mask 7F80000000 uncachable
[    0.000000]   1 base 007C000000 mask 7FFC000000 uncachable
[    0.000000]   2 base 007B800000 mask 7FFF800000 uncachable
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000000] e820: last_pfn = 0x7b300 max_arch_pfn = 0x400000000
[    0.000000] esrt: Reserving ESRT space from 0x000000007b226f18 to 0x000000007b226f50.
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [        (ptrval)] 98000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x3bc655000, 0x3bc655fff] PGTABLE
[    0.000000] BRK [0x3bc656000, 0x3bc656fff] PGTABLE
[    0.000000] BRK [0x3bc657000, 0x3bc657fff] PGTABLE
[    0.000000] BRK [0x3bc658000, 0x3bc658fff] PGTABLE
[    0.000000] BRK [0x3bc659000, 0x3bc659fff] PGTABLE
[    0.000000] BRK [0x3bc65a000, 0x3bc65afff] PGTABLE
[    0.000000] BRK [0x3bc65b000, 0x3bc65bfff] PGTABLE
[    0.000000] BRK [0x3bc65c000, 0x3bc65cfff] PGTABLE
[    0.000000] BRK [0x3bc65d000, 0x3bc65dfff] PGTABLE
[    0.000000] Secure boot disabled
[    0.000000] RAMDISK: [mem 0x70993000-0x7125bfff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x000000007A741000 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x000000007A7410B0 0000E4 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x000000007A767898 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x000000007A741228 02666B (v02 ALASKA A M I    01072009 INTL 20160422)
[    0.000000] ACPI: FACS 0x000000007ABE6C40 000040
[    0.000000] ACPI: APIC 0x000000007A7679B0 000084 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x000000007A767A38 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 0x000000007A767A80 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.000000] ACPI: FIDT 0x000000007A767AC0 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: MSDM 0x000000007A767B60 000055 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x000000007A767BB8 003154 (v02 SaSsdt SaSsdt   00003000 INTL 20160422)
[    0.000000] ACPI: HPET 0x000000007A76AD10 000038 (v01 INTEL  KBL-ULT  00000001 MSFT 0000005F)
[    0.000000] ACPI: SSDT 0x000000007A76AD48 000E3B (v02 INTEL  Ther_Rvp 00001000 INTL 20160422)
[    0.000000] ACPI: SSDT 0x000000007A76BB88 0006BB (v02 INTEL  xh_OEMBD 00000000 INTL 20160422)
[    0.000000] ACPI: UEFI 0x000000007A76C248 000042 (v01 INTEL  EDK2     00000002      01000013)
[    0.000000] ACPI: SSDT 0x000000007A76C290 000EDE (v02 CpuRef CpuSsdt  00003000 INTL 20160422)
[    0.000000] ACPI: LPIT 0x000000007A76D170 000094 (v01 INTEL  KBL-ULT  00000000 MSFT 0000005F)
[    0.000000] ACPI: WSMT 0x000000007A76D208 000028 (v01 INTEL  KBL-ULT  00000000 MSFT 0000005F)
[    0.000000] ACPI: SSDT 0x000000007A76D230 00029F (v02 INTEL  sensrhub 00000000 INTL 20160422)
[    0.000000] ACPI: SSDT 0x000000007A76D4D0 003002 (v02 INTEL  PtidDevc 00001000 INTL 20160422)
[    0.000000] ACPI: DBGP 0x000000007A7704D8 000034 (v01 INTEL           00000002 MSFT 0000005F)
[    0.000000] ACPI: DBG2 0x000000007A770510 000054 (v00 INTEL           00000002 MSFT 0000005F)
[    0.000000] ACPI: BGRT 0x000000007A770568 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: DMAR 0x000000007A7705A0 000114 (v01 INTEL  KBL      00000001 INTL 00000001)
[    0.000000] ACPI: SSDT 0x000000007A7706B8 00054D (v01 TbtGfx TbtGfx   00001000 INTL 20160422)
[    0.000000] ACPI: TPM2 0x000000007A770C08 000034 (v03        Tpm2Tabl 00000001 AMI  00000000)
[    0.000000] ACPI: ASF! 0x000000007A770C40 0000A0 (v32 INTEL   HCG     00000001 TFSM 000F4240)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000047effffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x47effc000-0x47effffff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000047effffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.000000]   node   0: [mem 0x0000000000059000-0x000000000009dfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x0000000073df2fff]
[    0.000000]   node   0: [mem 0x0000000073df5000-0x000000007a3ebfff]
[    0.000000]   node   0: [mem 0x000000007b2ff000-0x000000007b2fffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000047effffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000047effffff]
[    0.000000] On node 0 totalpages: 4166535
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 7760 pages used for memmap
[    0.000000]   DMA32 zone: 496619 pages, LIFO batch:31
[    0.000000]   Normal zone: 57280 pages used for memmap
[    0.000000]   Normal zone: 3665920 pages, LIFO batch:31
[    0.000000] Reserved but unavailable: 99 pages
[    0.000000] Reserving Intel graphics memory at [mem 0x7c000000-0x7fffffff]
[    0.000000] ACPI: PM-Timer IO Port: 0x1808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x73df3000-0x73df3fff]
[    0.000000] PM: Registered nosave memory: [mem 0x73df4000-0x73df4fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7a3ec000-0x7a72bfff]
[    0.000000] PM: Registered nosave memory: [mem 0x7a72c000-0x7a797fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7a798000-0x7abfefff]
[    0.000000] PM: Registered nosave memory: [mem 0x7abff000-0x7b2fefff]
[    0.000000] PM: Registered nosave memory: [mem 0x7b300000-0x7fffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x80000000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0x80000000-0xdfffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.000000] random: get_random_bytes called from start_kernel+0x95/0x4da with crng_init=0
[    0.000000] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] percpu: Embedded 46 pages/cpu @        (ptrval) s151552 r8192 d28672 u524288
[    0.000000] pcpu-alloc: s151552 r8192 d28672 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 4101410
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: i915.enable_psr=0 i915.enable_fbc=0 initrd=\intel-ucode.img initrd=\initramfs-linux.img root=/dev/nvme0n1p3 rw
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 16186160K/16666140K available (10252K kernel code, 1261K rwdata, 3408K rodata, 1456K init, 640K bss, 479980K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Kernel/User page tables isolation: enabled
[    0.000000] ftrace: allocating 31757 entries in 125 pages
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	CONFIG_RCU_FANOUT set to non-default value of 32
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
[    0.000000] 	RCU priority boosting: priority 1 delay 500 ms.
[    0.000000] 	Tasks RCU enabled.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS: 20736, nr_irqs: 1024, preallocated irqs: 16
[    0.000000] 	Offload RCU callbacks from CPUs: .
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] ACPI: Core revision 20180105
[    0.000000] ACPI: 8 ACPI AML tables successfully acquired and loaded
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.000000] hpet clockevent registered
[    0.003333] APIC: Switch to symmetric I/O mode setup
[    0.003333] DMAR: Host address width 39
[    0.003333] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.003333] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[    0.003333] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.003333] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.003333] DMAR: RMRR base: 0x0000007a6ac000 end: 0x0000007a6cbfff
[    0.003333] DMAR: RMRR base: 0x0000007b800000 end: 0x0000007fffffff
[    0.003333] DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
[    0.003333] DMAR: ANDD device: 2 name: \_SB.PCI0.I2C1
[    0.003333] DMAR: ANDD device: 9 name: \_SB.PCI0.UA00
[    0.003333] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.003333] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.003333] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.003333] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.003333] x2apic enabled
[    0.003333] Switched APIC routing to cluster x2apic.
[    0.006666] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.023333] tsc: Detected 2900.000 MHz processor
[    0.023333] tsc: Detected 2904.000 MHz TSC
[    0.023333] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x29dc05e54fc, max_idle_ns: 440795291716 ns
[    0.023333] Calibrating delay loop (skipped), value calculated using timer frequency.. 5810.00 BogoMIPS (lpj=9680000)
[    0.023333] pid_max: default: 32768 minimum: 301
[    0.023333] Security Framework initialized
[    0.023333] Yama: becoming mindful.
[    0.023333] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.027904] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.027950] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.028007] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.028188] CPU: Physical Processor ID: 0
[    0.028188] CPU: Processor Core ID: 0
[    0.028194] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.028194] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.028200] mce: CPU supports 8 MCE banks
[    0.028209] CPU0: Thermal monitoring enabled (TM1)
[    0.028224] process: using mwait in idle threads
[    0.028227] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.028228] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.028229] Spectre V2 : Mitigation: Full generic retpoline
[    0.028230] Spectre V2 : Spectre v2 mitigation: Filling RSB on context switch
[    0.028230] Spectre V2 : Spectre v2 mitigation: Enabling Indirect Branch Prediction Barrier
[    0.028230] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.028231] Speculative Store Bypass: Vulnerable
[    0.031345] Freeing SMP alternatives memory: 24K
[    0.034792] TSC deadline timer enabled
[    0.034796] smpboot: CPU0: Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz (family: 0x6, model: 0x8e, stepping: 0x9)
[    0.046701] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.046812] ... version:                4
[    0.046812] ... bit width:              48
[    0.046813] ... generic registers:      4
[    0.046814] ... value mask:             0000ffffffffffff
[    0.046814] ... max period:             00007fffffffffff
[    0.046815] ... fixed-purpose events:   3
[    0.046815] ... event mask:             000000070000000f
[    0.053350] Hierarchical SRCU implementation.
[    0.073560] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.080014] smp: Bringing up secondary CPUs ...
[    0.110062] x86: Booting SMP configuration:
[    0.110068] .... node  #0, CPUs:      #1 #2 #3
[    0.170558] smp: Brought up 1 node, 4 CPUs
[    0.170558] smpboot: Max logical packages: 1
[    0.170558] smpboot: Total of 4 processors activated (23241.00 BogoMIPS)
[    0.173794] devtmpfs: initialized
[    0.173794] x86/mm: Memory block size: 128MB
[    0.174411] PM: Registering ACPI NVS region [mem 0x73df3000-0x73df3fff] (4096 bytes)
[    0.174411] PM: Registering ACPI NVS region [mem 0x7a798000-0x7abfefff] (4616192 bytes)
[    0.174411] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.174411] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.174411] pinctrl core: initialized pinctrl subsystem
[    0.174411] RTC time: 22:13:59, date: 06/12/18
[    0.174411] NET: Registered protocol family 16
[    0.174411] cpuidle: using governor ladder
[    0.174411] cpuidle: using governor menu
[    0.174411] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.174411] ACPI: bus type PCI registered
[    0.174411] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.174411] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.174411] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.174411] PCI: Using configuration type 1 for base access
[    0.176687] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.176688] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.176753] ACPI: Added _OSI(Module Device)
[    0.176754] ACPI: Added _OSI(Processor Device)
[    0.176755] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.176756] ACPI: Added _OSI(Processor Aggregator Device)
[    0.177888] ACPI: Executed 30 blocks of module-level executable AML code
[    0.192316] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.196524] ACPI: Dynamic OEM Table Load:
[    0.196524] ACPI: SSDT 0xFFFF88F1AC2CB800 0006F6 (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
[    0.196524] ACPI: Executed 1 blocks of module-level executable AML code
[    0.196524] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
[    0.196524] ACPI: Dynamic OEM Table Load:
[    0.196524] ACPI: SSDT 0xFFFF88F1ABD0D400 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
[    0.196655] ACPI: Executed 1 blocks of module-level executable AML code
[    0.197185] ACPI: Dynamic OEM Table Load:
[    0.197190] ACPI: SSDT 0xFFFF88F1AC2CA000 00065C (v02 PmRef  ApIst    00003000 INTL 20160422)
[    0.197737] ACPI: Executed 1 blocks of module-level executable AML code
[    0.197962] ACPI: Dynamic OEM Table Load:
[    0.197965] ACPI: SSDT 0xFFFF88F1ABCF6000 00018A (v02 PmRef  ApCst    00003000 INTL 20160422)
[    0.198205] ACPI: Executed 1 blocks of module-level executable AML code
[    0.200232] ACPI: EC: EC started
[    0.200232] ACPI: EC: interrupt blocked
[    0.200272] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as first EC
[    0.200274] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x50, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.200275] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions
[    0.200276] ACPI: Interpreter enabled
[    0.200317] ACPI: (supports S0 S3 S4 S5)
[    0.200317] ACPI: Using IOAPIC for interrupt routing
[    0.200357] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.201436] ACPI: Enabled 7 GPEs in block 00 to 7F
[    0.210161] ACPI: Power Resource [WRST] (on)
[    0.210568] ACPI: Power Resource [WRST] (on)
[    0.210971] ACPI: Power Resource [WRST] (on)
[    0.211370] ACPI: Power Resource [WRST] (on)
[    0.211770] ACPI: Power Resource [WRST] (on)
[    0.212167] ACPI: Power Resource [WRST] (on)
[    0.212572] ACPI: Power Resource [WRST] (on)
[    0.213081] ACPI: Power Resource [WRST] (on)
[    0.213484] ACPI: Power Resource [WRST] (on)
[    0.213892] ACPI: Power Resource [WRST] (on)
[    0.214290] ACPI: Power Resource [WRST] (on)
[    0.214692] ACPI: Power Resource [WRST] (on)
[    0.215091] ACPI: Power Resource [WRST] (on)
[    0.215495] ACPI: Power Resource [WRST] (on)
[    0.215895] ACPI: Power Resource [WRST] (on)
[    0.216292] ACPI: Power Resource [WRST] (on)
[    0.216695] ACPI: Power Resource [WRST] (on)
[    0.218246] ACPI: Power Resource [WRST] (on)
[    0.218645] ACPI: Power Resource [WRST] (on)
[    0.219042] ACPI: Power Resource [WRST] (on)
[    0.233063] ACPI: Power Resource [FN00] (off)
[    0.233174] ACPI: Power Resource [FN01] (off)
[    0.233280] ACPI: Power Resource [FN02] (off)
[    0.233389] ACPI: Power Resource [FN03] (off)
[    0.233494] ACPI: Power Resource [FN04] (off)
[    0.234899] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.234905] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.234949] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[    0.235752] PCI host bridge to bus 0000:00
[    0.235755] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.235756] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.235757] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.235758] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    0.235760] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    0.235761] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    0.235762] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    0.235763] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.235764] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.235765] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.235766] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.235768] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.235769] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.235770] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    0.235771] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    0.235772] pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
[    0.235773] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    0.235775] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.235783] pci 0000:00:00.0: [8086:5904] type 00 class 0x060000
[    0.236168] pci 0000:00:02.0: [8086:5916] type 00 class 0x030000
[    0.236180] pci 0000:00:02.0: reg 0x10: [mem 0xdb000000-0xdbffffff 64bit]
[    0.236186] pci 0000:00:02.0: reg 0x18: [mem 0x90000000-0x9fffffff 64bit pref]
[    0.236191] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.236207] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.236426] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
[    0.236449] pci 0000:00:14.0: reg 0x10: [mem 0xdc310000-0xdc31ffff 64bit]
[    0.236517] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.236766] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000
[    0.236786] pci 0000:00:14.2: reg 0x10: [mem 0xdc32d000-0xdc32dfff 64bit]
[    0.237034] pci 0000:00:15.0: [8086:9d60] type 00 class 0x118000
[    0.237174] pci 0000:00:15.0: reg 0x10: [mem 0xdc32c000-0xdc32cfff 64bit]
[    0.237826] pci 0000:00:15.1: [8086:9d61] type 00 class 0x118000
[    0.237978] pci 0000:00:15.1: reg 0x10: [mem 0xdc32b000-0xdc32bfff 64bit]
[    0.238667] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000
[    0.238687] pci 0000:00:16.0: reg 0x10: [mem 0xdc32a000-0xdc32afff 64bit]
[    0.238754] pci 0000:00:16.0: PME# supported from D3hot
[    0.238948] pci 0000:00:1c.0: [8086:9d12] type 01 class 0x060400
[    0.239023] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.239238] pci 0000:00:1c.4: [8086:9d14] type 01 class 0x060400
[    0.239312] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.239524] pci 0000:00:1d.0: [8086:9d18] type 01 class 0x060400
[    0.239593] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.239904] pci 0000:00:1e.0: [8086:9d27] type 00 class 0x118000
[    0.240111] pci 0000:00:1e.0: reg 0x10: [mem 0xdc329000-0xdc329fff 64bit]
[    0.240879] pci 0000:00:1f.0: [8086:9d58] type 00 class 0x060100
[    0.241147] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
[    0.241161] pci 0000:00:1f.2: reg 0x10: [mem 0xdc324000-0xdc327fff]
[    0.241362] pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040300
[    0.241389] pci 0000:00:1f.3: reg 0x10: [mem 0xdc320000-0xdc323fff 64bit]
[    0.241421] pci 0000:00:1f.3: reg 0x20: [mem 0xdc300000-0xdc30ffff 64bit]
[    0.241471] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.241709] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
[    0.241770] pci 0000:00:1f.4: reg 0x10: [mem 0xdc328000-0xdc3280ff 64bit]
[    0.241841] pci 0000:00:1f.4: reg 0x20: [io  0xf040-0xf05f]
[    0.242278] pci 0000:01:00.0: [168c:003e] type 00 class 0x028000
[    0.242462] pci 0000:01:00.0: reg 0x10: [mem 0xdc000000-0xdc1fffff 64bit]
[    0.243082] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.253559] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.253563] pci 0000:00:1c.0:   bridge window [mem 0xdc000000-0xdc1fffff]
[    0.253675] pci 0000:00:1c.4: PCI bridge to [bus 02-3a]
[    0.253680] pci 0000:00:1c.4:   bridge window [mem 0xc4000000-0xda0fffff]
[    0.253685] pci 0000:00:1c.4:   bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[    0.253786] pci 0000:3b:00.0: [144d:a804] type 00 class 0x010802
[    0.253815] pci 0000:3b:00.0: reg 0x10: [mem 0xdc200000-0xdc203fff 64bit]
[    0.263416] pci 0000:00:1d.0: PCI bridge to [bus 3b]
[    0.263420] pci 0000:00:1d.0:   bridge window [mem 0xdc200000-0xdc2fffff]
[    0.266811] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.266878] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.266943] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.267006] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.267070] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.267134] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.267197] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.267261] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.268066] ACPI: EC: interrupt unblocked
[    0.268081] ACPI: EC: event unblocked
[    0.268095] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x50, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.268096] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions and events
[    0.268161] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.268161] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.268161] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.268161] vgaarb: loaded
[    0.268161] EDAC MC: Ver: 3.0.0
[    0.268161] Registered efivars operations
[    0.286958] PCI: Using ACPI for IRQ routing
[    0.307757] PCI: pci_cache_line_size set to 64 bytes
[    0.307981] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.307982] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.307983] e820: reserve RAM buffer [mem 0x73df3000-0x73ffffff]
[    0.307984] e820: reserve RAM buffer [mem 0x7a3ec000-0x7bffffff]
[    0.307985] e820: reserve RAM buffer [mem 0x7b300000-0x7bffffff]
[    0.307986] e820: reserve RAM buffer [mem 0x47f000000-0x47fffffff]
[    0.310001] NetLabel: Initializing
[    0.310001] NetLabel:  domain hash size = 128
[    0.310001] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.310001] NetLabel:  unlabeled traffic allowed by default
[    0.310433] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.310438] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.313350] clocksource: Switched to clocksource tsc-early
[    0.322076] VFS: Disk quotas dquot_6.6.0
[    0.322088] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.322146] pnp: PnP ACPI init
[    0.322407] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.322409] system 00:00: [io  0xffff] has been reserved
[    0.322410] system 00:00: [io  0xffff] has been reserved
[    0.322412] system 00:00: [io  0xffff] has been reserved
[    0.322413] system 00:00: [io  0x1800-0x18fe] has been reserved
[    0.322415] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.322419] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.322524] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.322562] system 00:02: [io  0x1854-0x1857] has been reserved
[    0.322565] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.324472] system 00:03: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.324474] system 00:03: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.324475] system 00:03: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.324477] system 00:03: [mem 0xe0000000-0xefffffff] has been reserved
[    0.324478] system 00:03: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.324480] system 00:03: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.324481] system 00:03: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.324482] system 00:03: [mem 0xff000000-0xffffffff] has been reserved
[    0.324484] system 00:03: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.324486] system 00:03: [mem 0xdffe0000-0xdfffffff] has been reserved
[    0.324489] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.324530] system 00:04: [mem 0xfd000000-0xfdabffff] has been reserved
[    0.324531] system 00:04: [mem 0xfdad0000-0xfdadffff] has been reserved
[    0.324533] system 00:04: [mem 0xfdb00000-0xfdffffff] has been reserved
[    0.324534] system 00:04: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.324536] system 00:04: [mem 0xfe036000-0xfe03bfff] has been reserved
[    0.324537] system 00:04: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    0.324539] system 00:04: [mem 0xfe410000-0xfe7fffff] has been reserved
[    0.324542] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.324857] system 00:05: [io  0xff00-0xfffe] has been reserved
[    0.324860] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.326081] system 00:06: [mem 0xfe029000-0xfe029fff] has been reserved
[    0.326083] system 00:06: [mem 0xfe028000-0xfe028fff] has been reserved
[    0.326086] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.327180] pnp: PnP ACPI: found 7 devices
[    0.332724] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.332743] pci 0000:00:1c.4: bridge window [io  0x1000-0x0fff] to [bus 02-3a] add_size 1000
[    0.332752] pci 0000:00:1c.4: BAR 13: assigned [io  0x2000-0x2fff]
[    0.332755] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.332759] pci 0000:00:1c.0:   bridge window [mem 0xdc000000-0xdc1fffff]
[    0.332765] pci 0000:00:1c.4: PCI bridge to [bus 02-3a]
[    0.332769] pci 0000:00:1c.4:   bridge window [io  0x2000-0x2fff]
[    0.332773] pci 0000:00:1c.4:   bridge window [mem 0xc4000000-0xda0fffff]
[    0.332775] pci 0000:00:1c.4:   bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[    0.332780] pci 0000:00:1d.0: PCI bridge to [bus 3b]
[    0.332783] pci 0000:00:1d.0:   bridge window [mem 0xdc200000-0xdc2fffff]
[    0.332790] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.332791] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.332792] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.332794] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    0.332795] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    0.332796] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    0.332797] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    0.332798] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    0.332800] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    0.332801] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    0.332802] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    0.332803] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[    0.332804] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[    0.332806] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[    0.332807] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[    0.332808] pci_bus 0000:00: resource 19 [mem 0x80000000-0xdfffffff window]
[    0.332809] pci_bus 0000:00: resource 20 [mem 0xfd000000-0xfe7fffff window]
[    0.332811] pci_bus 0000:01: resource 1 [mem 0xdc000000-0xdc1fffff]
[    0.332812] pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
[    0.332813] pci_bus 0000:02: resource 1 [mem 0xc4000000-0xda0fffff]
[    0.332814] pci_bus 0000:02: resource 2 [mem 0xa0000000-0xc1ffffff 64bit pref]
[    0.332816] pci_bus 0000:3b: resource 1 [mem 0xdc200000-0xdc2fffff]
[    0.332984] NET: Registered protocol family 2
[    0.333102] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes)
[    0.333151] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.333316] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.333489] TCP: Hash tables configured (established 131072 bind 65536)
[    0.333520] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    0.333564] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    0.333638] NET: Registered protocol family 1
[    0.333649] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.334014] PCI: CLS 0 bytes, default 64
[    0.334048] Unpacking initramfs...
[    0.437007] Freeing initrd memory: 8996K
[    0.437050] DMAR: ACPI device "device:6d" under DMAR at fed91000 as 00:15.0
[    0.437053] DMAR: ACPI device "device:6e" under DMAR at fed91000 as 00:15.1
[    0.437056] DMAR: ACPI device "device:6f" under DMAR at fed91000 as 00:1e.0
[    0.437071] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.437074] software IO TLB [mem 0x6c993000-0x70993000] (64MB) mapped at [        (ptrval)-        (ptrval)]
[    0.437105] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x29dc05e54fc, max_idle_ns: 440795291716 ns
[    0.437119] clocksource: Switched to clocksource tsc
[    0.437219] Scanning for low memory corruption every 60 seconds
[    0.437683] Initialise system trusted keyrings
[    0.437693] Key type blacklist registered
[    0.437732] workingset: timestamp_bits=41 max_order=22 bucket_order=0
[    0.438681] zbud: loaded
[    0.439765] Key type asymmetric registered
[    0.439766] Asymmetric key parser 'x509' registered
[    0.439788] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    0.439813] io scheduler noop registered
[    0.439813] io scheduler deadline registered
[    0.439844] io scheduler cfq registered (default)
[    0.439845] io scheduler mq-deadline registered
[    0.439846] io scheduler kyber registered
[    0.439851] io scheduler bfq registered
[    0.440564] efifb: probing for efifb
[    0.440577] efifb: framebuffer at 0x90000000, using 1876k, total 1875k
[    0.440578] efifb: mode is 800x600x32, linelength=3200, pages=1
[    0.440578] efifb: scrolling: redraw
[    0.440580] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.441447] Console: switching to colour frame buffer device 100x37
[    0.442237] fb0: EFI VGA frame buffer device
[    0.442245] intel_idle: MWAIT substates: 0x11142120
[    0.442246] intel_idle: v0.4.1 model 0x8E
[    0.442400] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.442466] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0C09:01/PNP0C0D:00/input/input0
[    0.442473] ACPI: Lid Switch [LID0]
[    0.442536] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[    0.442543] ACPI: Sleep Button [SLPB]
[    0.442567] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
[    0.442572] ACPI: Power Button [PWRB]
[    0.442600] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    0.442616] ACPI: Power Button [PWRF]
[    0.540708] thermal LNXTHERM:00: registered as thermal_zone0
[    0.540710] ACPI: Thermal Zone [TZ00] (28 C)
[    0.540927] thermal LNXTHERM:01: registered as thermal_zone1
[    0.540928] ACPI: Thermal Zone [TZ01] (30 C)
[    0.541267] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.542984] nvme nvme0: pci function 0000:3b:00.0
[    0.543049] intel_pstate: Intel P-state driver initializing
[    0.543272] intel_pstate: HWP enabled
[    0.543343] ledtrig-cpu: registered to indicate activity on CPUs
[    0.543368] intel_pmc_core:  initialized
[    0.543578] NET: Registered protocol family 10
[    0.545735] Segment Routing with IPv6
[    0.545750] NET: Registered protocol family 17
[    0.545909] RAS: Correctable Errors collector initialized.
[    0.545936] microcode: sig=0x806e9, pf=0x80, revision=0x84
[    0.545968] microcode: Microcode Update Driver: v2.2.
[    0.545976] sched_clock: Marking stable (545964545, 0)->(527539925, 18424620)
[    0.546111] registered taskstats version 1
[    0.546117] Loading compiled-in X.509 certificates
[    0.546128] zswap: loaded using pool lzo/zbud
[    0.547890] Key type big_key registered
[    0.548896]   Magic number: 6:404:249
[    0.548931] acpi device:5f: hash matches
[    0.548953] memory memory123: hash matches
[    0.548968] hctosys: unable to open rtc device (rtc0)
[    0.688516] Freeing unused kernel memory: 1456K
[    0.688517] Write protecting the kernel read-only data: 16384k
[    0.689317] Freeing unused kernel memory: 2016K
[    0.690183] Freeing unused kernel memory: 688K
[    0.772280]  nvme0n1: p1 p2 p3
[    0.794465] ACPI: bus type USB registered
[    0.794483] usbcore: registered new interface driver usbfs
[    0.794491] usbcore: registered new interface driver hub
[    0.794599] usbcore: registered new device driver usb
[    0.798658] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.798663] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    0.799736] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00109810
[    0.799741] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    0.799882] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    0.799884] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.799885] usb usb1: Product: xHCI Host Controller
[    0.799887] usb usb1: Manufacturer: Linux 4.16.13-2-ARCH xhci-hcd
[    0.799888] usb usb1: SerialNumber: 0000:00:14.0
[    0.800011] hub 1-0:1.0: USB hub found
[    0.800028] hub 1-0:1.0: 12 ports detected
[    0.801511] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.801515] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    0.801519] xhci_hcd 0000:00:14.0: Host supports USB 3.0  SuperSpeed
[    0.801558] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    0.801559] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.801561] usb usb2: Product: xHCI Host Controller
[    0.801562] usb usb2: Manufacturer: Linux 4.16.13-2-ARCH xhci-hcd
[    0.801563] usb usb2: SerialNumber: 0000:00:14.0
[    0.801668] hub 2-0:1.0: USB hub found
[    0.801678] hub 2-0:1.0: 6 ports detected
[    0.872882] EXT4-fs (nvme0n1p3): mounted filesystem with ordered data mode. Opts: (null)
[    0.886937] random: fast init done
[    0.947668] systemd[1]: systemd 238 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)
[    0.947883] systemd[1]: Detected architecture x86-64.
[    0.951907] systemd[1]: Set hostname to <Regina>.
[    1.007487] random: systemd: uninitialized urandom read (16 bytes read)
[    1.008410] systemd[1]: Listening on Process Core Dump Socket.
[    1.008512] random: systemd: uninitialized urandom read (16 bytes read)
[    1.008590] systemd[1]: Listening on Journal Socket.
[    1.008675] random: systemd: uninitialized urandom read (16 bytes read)
[    1.009825] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    1.010095] systemd[1]: Created slice system-getty.slice.
[    1.010200] systemd[1]: Listening on udev Control Socket.
[    1.012381] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    1.012922] systemd[1]: Mounting Kernel Debug File System...
[    1.022639] EXT4-fs (nvme0n1p3): re-mounted. Opts: data=ordered
[    1.062589] systemd-journald[204]: Received request to flush runtime journal from PID 1
[    1.115041] tpm_tis MSFT0101:00: 2.0 TPM (device-id 0x1A, rev-id 16)
[    1.130049] usb 1-6: new full-speed USB device number 2 using xhci_hcd
[    1.167559] rtc_cmos 00:01: RTC can wake from S4
[    1.168010] ACPI: AC Adapter [AC0] (on-line)
[    1.168045] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[    1.168148] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    1.169593] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[    1.173920] hidraw: raw HID events driver (C) Jiri Kosina
[    1.174251] idma64 idma64.0: Found Intel integrated DMA 64-bit
[    1.180940] input: PC Speaker as /devices/platform/pcspkr/input/input4
[    1.184253] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.184535] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    1.184573] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    1.188913] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    1.189731] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[    1.189732] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    1.189737] RAPL PMU: hw unit of domain package 2^-14 Joules
[    1.189738] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    1.189738] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    1.189739] RAPL PMU: hw unit of domain psys 2^-14 Joules
[    1.190600] Linux agpgart interface v0.103
[    1.198648] cryptd: max_cpu_qlen set to 1000
[    1.202778] intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
[    1.203071] idma64 idma64.1: Found Intel integrated DMA 64-bit
[    1.210610] i2c_hid i2c-15320205:00: i2c-15320205:00 supply vdd not found, using dummy regulator
[    1.213677] AVX2 version of gcm_enc/dec engaged.
[    1.213678] AES CTR mode by8 optimization enabled
[    1.218650] Adding 10485756k swap on /dev/nvme0n1p2.  Priority:-2 extents:1 across:10485756k SSFS
[    1.237712] ACPI: Battery Slot [BAT0] (battery present)
[    1.247019] intel-lpss 0000:00:1e.0: enabling device (0000 -> 0002)
[    1.247324] idma64 idma64.2: Found Intel integrated DMA 64-bit
[    1.271112] usb 1-6: New USB device found, idVendor=0cf3, idProduct=e300
[    1.271115] usb 1-6: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.285706] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    1.296757] iTCO_vendor_support: vendor-support=0
[    1.297525] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    1.297688] iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[    1.297818] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    1.312699] input: 15320205:00 06CB:5F41 as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-15320205:00/0018:06CB:5F41.0001/input/input5
[    1.312757] hid-generic 0018:06CB:5F41.0001: input,hidraw0: I2C HID v1.00 Mouse [15320205:00 06CB:5F41] on i2c-15320205:00
[    1.316508] media: Linux media interface: v0.10
[    1.360828] Linux video capture interface: v2.00
[    1.366281] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    1.366311] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    1.366312] cfg80211: failed to load regulatory.db
[    1.380366] Setting dangerous option enable_psr - tainting kernel
[    1.380369] Setting dangerous option enable_fbc - tainting kernel
[    1.381800] checking generic (90000000 1d5000) vs hw (90000000 10000000)
[    1.381802] fb: switching to inteldrmfb from EFI VGA
[    1.381830] Console: switching to colour dummy device 80x25
[    1.382008] [drm] Replacing VGA console driver
[    1.383098] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.383099] [drm] Driver supports precise vblank timestamp query.
[    1.383588] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    1.385880] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[    1.393387] usb 1-7: new high-speed USB device number 3 using xhci_hcd
[    1.429204] dw-apb-uart.2: ttyS0 at MMIO 0xdc329000 (irq = 20, base_baud = 115200) is a 16550A
[    1.469371] intel_rapl: Found RAPL domain package
[    1.469373] intel_rapl: Found RAPL domain core
[    1.469374] intel_rapl: Found RAPL domain uncore
[    1.469375] intel_rapl: Found RAPL domain dram
[    1.511602] ath10k_pci 0000:01:00.0: enabling device (0000 -> 0002)
[    1.513197] ath10k_pci 0000:01:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[    1.604757] random: crng init done
[    1.604759] random: 7 urandom warning(s) missed due to ratelimiting
[    1.604793] usb 1-7: New USB device found, idVendor=0bda, idProduct=579f
[    1.604795] usb 1-7: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    1.604796] usb 1-7: Product: USB Camera
[    1.604797] usb 1-7: Manufacturer: 11121119-000J8551G
[    1.604798] usb 1-7: SerialNumber: 200901010001
[    1.670378] rmi4_f01 rmi4-00.fn01: found RMI device, manufacturer: Synaptics, product: TM2438-005, fw id: 2049433
[    1.704146] [drm] Initialized i915 1.6.0 20171222 for 0000:00:02.0 on minor 0
[    1.705823] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    1.706132] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7
[    1.706279] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    1.715772] fbcon: inteldrmfb (fb0) is primary device
[    1.730018] usb 1-8: new full-speed USB device number 4 using xhci_hcd
[    1.768392] ath10k_pci 0000:01:00.0: Direct firmware load for ath10k/pre-cal-pci-0000:01:00.0.bin failed with error -2
[    1.768400] ath10k_pci 0000:01:00.0: Direct firmware load for ath10k/cal-pci-0000:01:00.0.bin failed with error -2
[    1.770893] ath10k_pci 0000:01:00.0: qca6174 hw3.2 target 0x05030000 chip_id 0x00340aff sub 1a56:1535
[    1.770895] ath10k_pci 0000:01:00.0: kconfig debug 1 debugfs 1 tracing 1 dfs 0 testmode 0
[    1.771338] ath10k_pci 0000:01:00.0: firmware ver WLAN.RM.4.4.1-00079-QCARMSWPZ-1 api 6 features wowlan,ignore-otp crc32 fd869beb
[    1.835285] ath10k_pci 0000:01:00.0: board_file api 2 bmi_id N/A crc32 20d869c3
[    1.874355] usb 1-8: New USB device found, idVendor=1532, idProduct=0220
[    1.874357] usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.874358] usb 1-8: Product: Razer Blade Stealth
[    1.874359] usb 1-8: Manufacturer: Razer
[    1.996681] usb 1-9: new full-speed USB device number 5 using xhci_hcd
[    2.001113] input: Synaptics TM2438-005 as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-15320205:00/0018:06CB:5F41.0001/input/input6
[    2.001181] hid-rmi 0018:06CB:5F41.0001: input,hidraw0: I2C HID v1.00 Mouse [15320205:00 06CB:5F41] on i2c-15320205:00
[    2.003749] mousedev: PS/2 mouse device common for all mice
[    2.138213] usb 1-9: New USB device found, idVendor=04f3, idProduct=223c
[    2.138214] usb 1-9: New USB device strings: Mfr=4, Product=14, SerialNumber=0
[    2.138215] usb 1-9: Product: Touchscreen
[    2.138216] usb 1-9: Manufacturer: ELAN
[    2.146591] input: Razer Razer Blade Stealth as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/0003:1532:0220.0002/input/input8
[    2.154529] uvcvideo: Found UVC 1.00 device USB Camera (0bda:579f)
[    2.162329] uvcvideo 1-7:1.0: Entity type for entity Extension 4 was not initialized!
[    2.162331] uvcvideo 1-7:1.0: Entity type for entity Processing 2 was not initialized!
[    2.162332] uvcvideo 1-7:1.0: Entity type for entity Camera 1 was not initialized!
[    2.162402] input: USB Camera: USB Camera as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/input/input9
[    2.182328] Bluetooth: Core ver 2.22
[    2.182342] NET: Registered protocol family 31
[    2.182342] Bluetooth: HCI device and connection manager initialized
[    2.182345] Bluetooth: HCI socket layer initialized
[    2.182348] Bluetooth: L2CAP socket layer initialized
[    2.182352] Bluetooth: SCO socket layer initialized
[    2.190103] usbcore: registered new interface driver btusb
[    2.197230] Bluetooth: hci0: using rampatch file: qca/rampatch_usb_00000302.bin
[    2.197232] Bluetooth: hci0: QCA: patch rome 0x302 build 0x138, firmware rome 0x302 build 0x111
[    2.200108] hid-generic 0003:1532:0220.0002: input,hidraw1: USB HID v1.11 Keyboard [Razer Razer Blade Stealth] on usb-0000:00:14.0-8/input0
[    2.200187] usbcore: registered new interface driver uvcvideo
[    2.200188] USB Video Class driver (1.1.1)
[    2.201119] input: Razer Razer Blade Stealth as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.1/0003:1532:0220.0003/input/input10
[    2.225159] Bluetooth: hci0: using NVM file: qca/nvm_usb_00000302.bin
[    2.256901] hid-generic 0003:1532:0220.0003: input,hidraw2: USB HID v1.11 Keyboard [Razer Razer Blade Stealth] on usb-0000:00:14.0-8/input1
[    2.257362] input: Razer Razer Blade Stealth as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.2/0003:1532:0220.0004/input/input11
[    2.257541] hid-generic 0003:1532:0220.0004: input,hidraw3: USB HID v1.11 Mouse [Razer Razer Blade Stealth] on usb-0000:00:14.0-8/input2
[    2.263079] input: ELAN Touchscreen as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:04F3:223C.0005/input/input12
[    2.263184] hid-generic 0003:04F3:223C.0005: input,hiddev0,hidraw4: USB HID v1.10 Device [ELAN Touchscreen] on usb-0000:00:14.0-9/input0
[    2.263212] usbcore: registered new interface driver usbhid
[    2.263213] usbhid: USB HID core driver
[    2.302550] input: ELAN Touchscreen as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:04F3:223C.0005/input/input13
[    2.302811] hid-multitouch 0003:04F3:223C.0005: input,hiddev0,hidraw4: USB HID v1.10 Device [ELAN Touchscreen] on usb-0000:00:14.0-9/input0
[    2.417136] ath10k_pci 0000:01:00.0: Unknown eventid: 118809
[    2.420093] ath10k_pci 0000:01:00.0: Unknown eventid: 90118
[    2.420717] ath10k_pci 0000:01:00.0: htt-ver 3.47 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
[    2.499880] ath: EEPROM regdomain: 0x6c
[    2.499881] ath: EEPROM indicates we should expect a direct regpair map
[    2.499882] ath: Country alpha2 being used: 00
[    2.499882] ath: Regpair used: 0x6c
[    2.503263] ath10k_pci 0000:01:00.0 wlp1s0: renamed from wlan0
[    2.811013] Console: switching to colour frame buffer device 320x90
[    2.834633] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    2.878852] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC298: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    2.878855] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    2.878856] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    2.878857] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    2.878857] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    2.878858] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x18
[    2.878859] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[    2.930157] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
[    2.932226] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
[    2.932275] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
[    2.932318] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20
[    2.932359] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input21
[    2.932398] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input22
[    2.932443] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input23
[    2.932484] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input24
[    3.584170] ath10k_pci 0000:01:00.0: Unknown eventid: 118809
[    3.587117] ath10k_pci 0000:01:00.0: Unknown eventid: 90118
[    3.637240] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
[    8.603453] wlp1s0: authenticate with c0:c1:c0:a0:a5:e1
[    8.645204] wlp1s0: send auth to c0:c1:c0:a0:a5:e1 (try 1/3)
[    8.646869] wlp1s0: authenticated
[    8.650011] wlp1s0: associate with c0:c1:c0:a0:a5:e1 (try 1/3)
[    8.655289] wlp1s0: RX AssocResp from c0:c1:c0:a0:a5:e1 (capab=0x411 status=0 aid=1)
[    8.657419] wlp1s0: associated
[    8.673243] IPv6: ADDRCONF(NETDEV_CHANGE): wlp1s0: link becomes ready
[    8.817404] 8021q: 802.1Q VLAN Support v1.8
[   68.571419] [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe A FIFO underrun

lspci:

00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers (rev 02)
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 620 (rev 02)
00:14.0 USB controller: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller (rev 21)
00:14.2 Signal processing controller: Intel Corporation Sunrise Point-LP Thermal subsystem (rev 21)
00:15.0 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #0 (rev 21)
00:15.1 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #1 (rev 21)
00:16.0 Communication controller: Intel Corporation Sunrise Point-LP CSME HECI #1 (rev 21)
00:1c.0 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #3 (rev f1)
00:1c.4 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #5 (rev f1)
00:1d.0 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #9 (rev f1)
00:1e.0 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO UART Controller #0 (rev 21)
00:1f.0 ISA bridge: Intel Corporation Sunrise Point-LP LPC Controller (rev 21)
00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC (rev 21)
00:1f.3 Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21)
00:1f.4 SMBus: Intel Corporation Sunrise Point-LP SMBus (rev 21)
01:00.0 Network controller: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter (rev 32)
3b:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd NVMe SSD Controller SM961/PM961

And in case it's relevant here's my journalctl -x from today:

-- Reboot --
Jun 12 15:14:00 Regina kernel: microcode: microcode updated early to revision 0x84, date = 2018-01-21
Jun 12 15:14:00 Regina kernel: Linux version 4.16.13-2-ARCH (builduser@bpiotrowski) (gcc version 8.1.1 20180531 (GCC)) #1 SMP PREEMPT Fri Jun 1 18:46:11 UTC 2018
Jun 12 15:14:00 Regina kernel: Command line: i915.enable_psr=0 i915.enable_fbc=0 initrd=\intel-ucode.img initrd=\initramfs-linux.img root=/dev/nvme0n1p3 rw
Jun 12 15:14:00 Regina kernel: KERNEL supported cpus:
Jun 12 15:14:00 Regina kernel:   Intel GenuineIntel
Jun 12 15:14:00 Regina kernel:   AMD AuthenticAMD
Jun 12 15:14:00 Regina kernel:   Centaur CentaurHauls
Jun 12 15:14:00 Regina kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Jun 12 15:14:00 Regina kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Jun 12 15:14:00 Regina kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Jun 12 15:14:00 Regina kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
Jun 12 15:14:00 Regina kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
Jun 12 15:14:00 Regina kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Jun 12 15:14:00 Regina kernel: x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
Jun 12 15:14:00 Regina kernel: x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
Jun 12 15:14:00 Regina kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
Jun 12 15:14:00 Regina kernel: e820: BIOS-provided physical RAM map:
Jun 12 15:14:00 Regina kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
Jun 12 15:14:00 Regina kernel: BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
Jun 12 15:14:00 Regina kernel: BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
Jun 12 15:14:00 Regina kernel: BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
Jun 12 15:14:00 Regina kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000073df2fff] usable
Jun 12 15:14:00 Regina kernel: BIOS-e820: [mem 0x0000000073df3000-0x0000000073df3fff] ACPI NVS
Jun 12 15:14:00 Regina kernel: BIOS-e820: [mem 0x0000000073df4000-0x0000000073df4fff] reserved
Jun 12 15:14:00 Regina kernel: BIOS-e820: [mem 0x0000000073df5000-0x000000007a3ebfff] usable
Jun 12 15:14:00 Regina kernel: BIOS-e820: [mem 0x000000007a3ec000-0x000000007a72bfff] reserved
Jun 12 15:14:00 Regina kernel: BIOS-e820: [mem 0x000000007a72c000-0x000000007a797fff] ACPI data
Jun 12 15:14:00 Regina kernel: BIOS-e820: [mem 0x000000007a798000-0x000000007abfefff] ACPI NVS
Jun 12 15:14:00 Regina kernel: BIOS-e820: [mem 0x000000007abff000-0x000000007b2fefff] reserved
Jun 12 15:14:00 Regina kernel: BIOS-e820: [mem 0x000000007b2ff000-0x000000007b2fffff] usable
Jun 12 15:14:00 Regina kernel: BIOS-e820: [mem 0x000000007b300000-0x000000007fffffff] reserved
Jun 12 15:14:00 Regina kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Jun 12 15:14:00 Regina kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Jun 12 15:14:00 Regina kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Jun 12 15:14:00 Regina kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Jun 12 15:14:00 Regina kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Jun 12 15:14:00 Regina kernel: BIOS-e820: [mem 0x0000000100000000-0x000000047effffff] usable
Jun 12 15:14:00 Regina kernel: NX (Execute Disable) protection: active
Jun 12 15:14:00 Regina kernel: efi: EFI v2.50 by American Megatrends
Jun 12 15:14:00 Regina kernel: efi:  ESRT=0x7b226f18  ACPI=0x7a741000  ACPI 2.0=0x7a741000  SMBIOS=0x7b210000  SMBIOS 3.0=0x7b20f000  TPMEventLog=0x73ead018 
Jun 12 15:14:00 Regina kernel: SMBIOS 3.0.0 present.
Jun 12 15:14:00 Regina kernel: DMI: Razer Blade Stealth/Razer, BIOS 5.00 11/03/2016
Jun 12 15:14:00 Regina kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Jun 12 15:14:00 Regina kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Jun 12 15:14:00 Regina kernel: e820: last_pfn = 0x47f000 max_arch_pfn = 0x400000000
Jun 12 15:14:00 Regina kernel: MTRR default type: write-back
Jun 12 15:14:00 Regina kernel: MTRR fixed ranges enabled:
Jun 12 15:14:00 Regina kernel:   00000-9FFFF write-back
Jun 12 15:14:00 Regina kernel:   A0000-BFFFF uncachable
Jun 12 15:14:00 Regina kernel:   C0000-FFFFF write-protect
Jun 12 15:14:00 Regina kernel: MTRR variable ranges enabled:
Jun 12 15:14:00 Regina kernel:   0 base 0080000000 mask 7F80000000 uncachable
Jun 12 15:14:00 Regina kernel:   1 base 007C000000 mask 7FFC000000 uncachable
Jun 12 15:14:00 Regina kernel:   2 base 007B800000 mask 7FFF800000 uncachable
Jun 12 15:14:00 Regina kernel:   3 disabled
Jun 12 15:14:00 Regina kernel:   4 disabled
Jun 12 15:14:00 Regina kernel:   5 disabled
Jun 12 15:14:00 Regina kernel:   6 disabled
Jun 12 15:14:00 Regina kernel:   7 disabled
Jun 12 15:14:00 Regina kernel:   8 disabled
Jun 12 15:14:00 Regina kernel:   9 disabled
Jun 12 15:14:00 Regina kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Jun 12 15:14:00 Regina kernel: e820: last_pfn = 0x7b300 max_arch_pfn = 0x400000000
Jun 12 15:14:00 Regina kernel: esrt: Reserving ESRT space from 0x000000007b226f18 to 0x000000007b226f50.
Jun 12 15:14:00 Regina kernel: Scanning 1 areas for low memory corruption
Jun 12 15:14:00 Regina kernel: Base memory trampoline at [        (ptrval)] 98000 size 24576
Jun 12 15:14:00 Regina kernel: Using GB pages for direct mapping
Jun 12 15:14:00 Regina kernel: BRK [0x3bc655000, 0x3bc655fff] PGTABLE
Jun 12 15:14:00 Regina kernel: BRK [0x3bc656000, 0x3bc656fff] PGTABLE
Jun 12 15:14:00 Regina kernel: BRK [0x3bc657000, 0x3bc657fff] PGTABLE
Jun 12 15:14:00 Regina kernel: BRK [0x3bc658000, 0x3bc658fff] PGTABLE
Jun 12 15:14:00 Regina kernel: BRK [0x3bc659000, 0x3bc659fff] PGTABLE
Jun 12 15:14:00 Regina kernel: BRK [0x3bc65a000, 0x3bc65afff] PGTABLE
Jun 12 15:14:00 Regina kernel: BRK [0x3bc65b000, 0x3bc65bfff] PGTABLE
Jun 12 15:14:00 Regina kernel: BRK [0x3bc65c000, 0x3bc65cfff] PGTABLE
Jun 12 15:14:00 Regina kernel: BRK [0x3bc65d000, 0x3bc65dfff] PGTABLE
Jun 12 15:14:00 Regina kernel: Secure boot disabled
Jun 12 15:14:00 Regina kernel: RAMDISK: [mem 0x70993000-0x7125bfff]
Jun 12 15:14:00 Regina kernel: ACPI: Early table checksum verification disabled
Jun 12 15:14:00 Regina kernel: ACPI: RSDP 0x000000007A741000 000024 (v02 ALASKA)
Jun 12 15:14:00 Regina kernel: ACPI: XSDT 0x000000007A7410B0 0000E4 (v01 ALASKA A M I    01072009 AMI  00010013)
Jun 12 15:14:00 Regina kernel: ACPI: FACP 0x000000007A767898 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
Jun 12 15:14:00 Regina kernel: ACPI: DSDT 0x000000007A741228 02666B (v02 ALASKA A M I    01072009 INTL 20160422)
Jun 12 15:14:00 Regina kernel: ACPI: FACS 0x000000007ABE6C40 000040
Jun 12 15:14:00 Regina kernel: ACPI: APIC 0x000000007A7679B0 000084 (v03 ALASKA A M I    01072009 AMI  00010013)
Jun 12 15:14:00 Regina kernel: ACPI: FPDT 0x000000007A767A38 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
Jun 12 15:14:00 Regina kernel: ACPI: MCFG 0x000000007A767A80 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
Jun 12 15:14:00 Regina kernel: ACPI: FIDT 0x000000007A767AC0 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
Jun 12 15:14:00 Regina kernel: ACPI: MSDM 0x000000007A767B60 000055 (v03 ALASKA A M I    01072009 AMI  00010013)
Jun 12 15:14:00 Regina kernel: ACPI: SSDT 0x000000007A767BB8 003154 (v02 SaSsdt SaSsdt   00003000 INTL 20160422)
Jun 12 15:14:00 Regina kernel: ACPI: HPET 0x000000007A76AD10 000038 (v01 INTEL  KBL-ULT  00000001 MSFT 0000005F)
Jun 12 15:14:00 Regina kernel: ACPI: SSDT 0x000000007A76AD48 000E3B (v02 INTEL  Ther_Rvp 00001000 INTL 20160422)
Jun 12 15:14:00 Regina kernel: ACPI: SSDT 0x000000007A76BB88 0006BB (v02 INTEL  xh_OEMBD 00000000 INTL 20160422)
Jun 12 15:14:00 Regina kernel: ACPI: UEFI 0x000000007A76C248 000042 (v01 INTEL  EDK2     00000002      01000013)
Jun 12 15:14:00 Regina kernel: ACPI: SSDT 0x000000007A76C290 000EDE (v02 CpuRef CpuSsdt  00003000 INTL 20160422)
Jun 12 15:14:00 Regina kernel: ACPI: LPIT 0x000000007A76D170 000094 (v01 INTEL  KBL-ULT  00000000 MSFT 0000005F)
Jun 12 15:14:00 Regina kernel: ACPI: WSMT 0x000000007A76D208 000028 (v01 INTEL  KBL-ULT  00000000 MSFT 0000005F)
Jun 12 15:14:00 Regina kernel: ACPI: SSDT 0x000000007A76D230 00029F (v02 INTEL  sensrhub 00000000 INTL 20160422)
Jun 12 15:14:00 Regina kernel: ACPI: SSDT 0x000000007A76D4D0 003002 (v02 INTEL  PtidDevc 00001000 INTL 20160422)
Jun 12 15:14:00 Regina kernel: ACPI: DBGP 0x000000007A7704D8 000034 (v01 INTEL           00000002 MSFT 0000005F)
Jun 12 15:14:00 Regina kernel: ACPI: DBG2 0x000000007A770510 000054 (v00 INTEL           00000002 MSFT 0000005F)
Jun 12 15:14:00 Regina kernel: ACPI: BGRT 0x000000007A770568 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
Jun 12 15:14:00 Regina kernel: ACPI: DMAR 0x000000007A7705A0 000114 (v01 INTEL  KBL      00000001 INTL 00000001)
Jun 12 15:14:00 Regina kernel: ACPI: SSDT 0x000000007A7706B8 00054D (v01 TbtGfx TbtGfx   00001000 INTL 20160422)
Jun 12 15:14:00 Regina kernel: ACPI: TPM2 0x000000007A770C08 000034 (v03        Tpm2Tabl 00000001 AMI  00000000)
Jun 12 15:14:00 Regina kernel: ACPI: ASF! 0x000000007A770C40 0000A0 (v32 INTEL   HCG     00000001 TFSM 000F4240)
Jun 12 15:14:00 Regina kernel: ACPI: Local APIC address 0xfee00000
Jun 12 15:14:00 Regina kernel: No NUMA configuration found
Jun 12 15:14:00 Regina kernel: Faking a node at [mem 0x0000000000000000-0x000000047effffff]
Jun 12 15:14:00 Regina kernel: NODE_DATA(0) allocated [mem 0x47effc000-0x47effffff]
Jun 12 15:14:00 Regina kernel: Zone ranges:
Jun 12 15:14:00 Regina kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Jun 12 15:14:00 Regina kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Jun 12 15:14:00 Regina kernel:   Normal   [mem 0x0000000100000000-0x000000047effffff]
Jun 12 15:14:00 Regina kernel:   Device   empty
Jun 12 15:14:00 Regina kernel: Movable zone start for each node
Jun 12 15:14:00 Regina kernel: Early memory node ranges
Jun 12 15:14:00 Regina kernel:   node   0: [mem 0x0000000000001000-0x0000000000057fff]
Jun 12 15:14:00 Regina kernel:   node   0: [mem 0x0000000000059000-0x000000000009dfff]
Jun 12 15:14:00 Regina kernel:   node   0: [mem 0x0000000000100000-0x0000000073df2fff]
Jun 12 15:14:00 Regina kernel:   node   0: [mem 0x0000000073df5000-0x000000007a3ebfff]
Jun 12 15:14:00 Regina kernel:   node   0: [mem 0x000000007b2ff000-0x000000007b2fffff]
Jun 12 15:14:00 Regina kernel:   node   0: [mem 0x0000000100000000-0x000000047effffff]
Jun 12 15:14:00 Regina kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000047effffff]
Jun 12 15:14:00 Regina kernel: On node 0 totalpages: 4166535
Jun 12 15:14:00 Regina kernel:   DMA zone: 64 pages used for memmap
Jun 12 15:14:00 Regina kernel:   DMA zone: 21 pages reserved
Jun 12 15:14:00 Regina kernel:   DMA zone: 3996 pages, LIFO batch:0
Jun 12 15:14:00 Regina kernel:   DMA32 zone: 7760 pages used for memmap
Jun 12 15:14:00 Regina kernel:   DMA32 zone: 496619 pages, LIFO batch:31
Jun 12 15:14:00 Regina kernel:   Normal zone: 57280 pages used for memmap
Jun 12 15:14:00 Regina kernel:   Normal zone: 3665920 pages, LIFO batch:31
Jun 12 15:14:00 Regina kernel: Reserved but unavailable: 99 pages
Jun 12 15:14:00 Regina kernel: Reserving Intel graphics memory at [mem 0x7c000000-0x7fffffff]
Jun 12 15:14:00 Regina kernel: ACPI: PM-Timer IO Port: 0x1808
Jun 12 15:14:00 Regina kernel: ACPI: Local APIC address 0xfee00000
Jun 12 15:14:00 Regina kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Jun 12 15:14:00 Regina kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Jun 12 15:14:00 Regina kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Jun 12 15:14:00 Regina kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Jun 12 15:14:00 Regina kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Jun 12 15:14:00 Regina kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Jun 12 15:14:00 Regina kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Jun 12 15:14:00 Regina kernel: ACPI: IRQ0 used by override.
Jun 12 15:14:00 Regina kernel: ACPI: IRQ9 used by override.
Jun 12 15:14:00 Regina kernel: Using ACPI (MADT) for SMP configuration information
Jun 12 15:14:00 Regina kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Jun 12 15:14:00 Regina kernel: smpboot: Allowing 4 CPUs, 0 hotplug CPUs
Jun 12 15:14:00 Regina kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
Jun 12 15:14:00 Regina kernel: PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
Jun 12 15:14:00 Regina kernel: PM: Registered nosave memory: [mem 0x0009e000-0x000fffff]
Jun 12 15:14:00 Regina kernel: PM: Registered nosave memory: [mem 0x73df3000-0x73df3fff]
Jun 12 15:14:00 Regina kernel: PM: Registered nosave memory: [mem 0x73df4000-0x73df4fff]
Jun 12 15:14:00 Regina kernel: PM: Registered nosave memory: [mem 0x7a3ec000-0x7a72bfff]
Jun 12 15:14:00 Regina kernel: PM: Registered nosave memory: [mem 0x7a72c000-0x7a797fff]
Jun 12 15:14:00 Regina kernel: PM: Registered nosave memory: [mem 0x7a798000-0x7abfefff]
Jun 12 15:14:00 Regina kernel: PM: Registered nosave memory: [mem 0x7abff000-0x7b2fefff]
Jun 12 15:14:00 Regina kernel: PM: Registered nosave memory: [mem 0x7b300000-0x7fffffff]
Jun 12 15:14:00 Regina kernel: PM: Registered nosave memory: [mem 0x80000000-0xdfffffff]
Jun 12 15:14:00 Regina kernel: PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
Jun 12 15:14:00 Regina kernel: PM: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
Jun 12 15:14:00 Regina kernel: PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
Jun 12 15:14:00 Regina kernel: PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
Jun 12 15:14:00 Regina kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Jun 12 15:14:00 Regina kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
Jun 12 15:14:00 Regina kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Jun 12 15:14:00 Regina kernel: PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
Jun 12 15:14:00 Regina kernel: PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
Jun 12 15:14:00 Regina kernel: e820: [mem 0x80000000-0xdfffffff] available for PCI devices
Jun 12 15:14:00 Regina kernel: Booting paravirtualized kernel on bare hardware
Jun 12 15:14:00 Regina kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Jun 12 15:14:00 Regina kernel: random: get_random_bytes called from start_kernel+0x95/0x4da with crng_init=0
Jun 12 15:14:00 Regina kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:4 nr_node_ids:1
Jun 12 15:14:00 Regina kernel: percpu: Embedded 46 pages/cpu @        (ptrval) s151552 r8192 d28672 u524288
Jun 12 15:14:00 Regina kernel: pcpu-alloc: s151552 r8192 d28672 u524288 alloc=1*2097152
Jun 12 15:14:00 Regina kernel: pcpu-alloc: [0] 0 1 2 3 
Jun 12 15:14:00 Regina kernel: Built 1 zonelists, mobility grouping on.  Total pages: 4101410
Jun 12 15:14:00 Regina kernel: Policy zone: Normal
Jun 12 15:14:00 Regina kernel: Kernel command line: i915.enable_psr=0 i915.enable_fbc=0 initrd=\intel-ucode.img initrd=\initramfs-linux.img root=/dev/nvme0n1p3 rw
Jun 12 15:14:00 Regina kernel: Calgary: detecting Calgary via BIOS EBDA area
Jun 12 15:14:00 Regina kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Jun 12 15:14:00 Regina kernel: Memory: 16186160K/16666140K available (10252K kernel code, 1261K rwdata, 3408K rodata, 1456K init, 640K bss, 479980K reserved, 0K cma-reserved)
Jun 12 15:14:00 Regina kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Jun 12 15:14:00 Regina kernel: Kernel/User page tables isolation: enabled
Jun 12 15:14:00 Regina kernel: ftrace: allocating 31757 entries in 125 pages
Jun 12 15:14:00 Regina kernel: Preemptible hierarchical RCU implementation.
Jun 12 15:14:00 Regina kernel:         CONFIG_RCU_FANOUT set to non-default value of 32
Jun 12 15:14:00 Regina kernel:         RCU dyntick-idle grace-period acceleration is enabled.
Jun 12 15:14:00 Regina kernel:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
Jun 12 15:14:00 Regina kernel:         RCU priority boosting: priority 1 delay 500 ms.
Jun 12 15:14:00 Regina kernel:         Tasks RCU enabled.
Jun 12 15:14:00 Regina kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
Jun 12 15:14:00 Regina kernel: NR_IRQS: 20736, nr_irqs: 1024, preallocated irqs: 16
Jun 12 15:14:00 Regina kernel:         Offload RCU callbacks from CPUs: .
Jun 12 15:14:00 Regina kernel: Console: colour dummy device 80x25
Jun 12 15:14:00 Regina kernel: console [tty0] enabled
Jun 12 15:14:00 Regina kernel: ACPI: Core revision 20180105
Jun 12 15:14:00 Regina kernel: ACPI: 8 ACPI AML tables successfully acquired and loaded
Jun 12 15:14:00 Regina kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
Jun 12 15:14:00 Regina kernel: hpet clockevent registered
Jun 12 15:14:00 Regina kernel: APIC: Switch to symmetric I/O mode setup
Jun 12 15:14:00 Regina kernel: DMAR: Host address width 39
Jun 12 15:14:00 Regina kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Jun 12 15:14:00 Regina kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
Jun 12 15:14:00 Regina kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Jun 12 15:14:00 Regina kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
Jun 12 15:14:00 Regina kernel: DMAR: RMRR base: 0x0000007a6ac000 end: 0x0000007a6cbfff
Jun 12 15:14:00 Regina kernel: DMAR: RMRR base: 0x0000007b800000 end: 0x0000007fffffff
Jun 12 15:14:00 Regina kernel: DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
Jun 12 15:14:00 Regina kernel: DMAR: ANDD device: 2 name: \_SB.PCI0.I2C1
Jun 12 15:14:00 Regina kernel: DMAR: ANDD device: 9 name: \_SB.PCI0.UA00
Jun 12 15:14:00 Regina kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
Jun 12 15:14:00 Regina kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Jun 12 15:14:00 Regina kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Jun 12 15:14:00 Regina kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Jun 12 15:14:00 Regina kernel: x2apic enabled
Jun 12 15:14:00 Regina kernel: Switched APIC routing to cluster x2apic.
Jun 12 15:14:00 Regina kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Jun 12 15:14:00 Regina kernel: tsc: Detected 2900.000 MHz processor
Jun 12 15:14:00 Regina kernel: tsc: Detected 2904.000 MHz TSC
Jun 12 15:14:00 Regina kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x29dc05e54fc, max_idle_ns: 440795291716 ns
Jun 12 15:14:00 Regina kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5810.00 BogoMIPS (lpj=9680000)
Jun 12 15:14:00 Regina kernel: pid_max: default: 32768 minimum: 301
Jun 12 15:14:00 Regina kernel: Security Framework initialized
Jun 12 15:14:00 Regina kernel: Yama: becoming mindful.
Jun 12 15:14:00 Regina kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
Jun 12 15:14:00 Regina kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
Jun 12 15:14:00 Regina kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
Jun 12 15:14:00 Regina kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
Jun 12 15:14:00 Regina kernel: CPU: Physical Processor ID: 0
Jun 12 15:14:00 Regina kernel: CPU: Processor Core ID: 0
Jun 12 15:14:00 Regina kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Jun 12 15:14:00 Regina kernel: ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
Jun 12 15:14:00 Regina kernel: mce: CPU supports 8 MCE banks
Jun 12 15:14:00 Regina kernel: CPU0: Thermal monitoring enabled (TM1)
Jun 12 15:14:00 Regina kernel: process: using mwait in idle threads
Jun 12 15:14:00 Regina kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
Jun 12 15:14:00 Regina kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
Jun 12 15:14:00 Regina kernel: Spectre V2 : Mitigation: Full generic retpoline
Jun 12 15:14:00 Regina kernel: Spectre V2 : Spectre v2 mitigation: Filling RSB on context switch
Jun 12 15:14:00 Regina kernel: Spectre V2 : Spectre v2 mitigation: Enabling Indirect Branch Prediction Barrier
Jun 12 15:14:00 Regina kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
Jun 12 15:14:00 Regina kernel: Speculative Store Bypass: Vulnerable
Jun 12 15:14:00 Regina kernel: Freeing SMP alternatives memory: 24K
Jun 12 15:14:00 Regina kernel: TSC deadline timer enabled
Jun 12 15:14:00 Regina kernel: smpboot: CPU0: Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz (family: 0x6, model: 0x8e, stepping: 0x9)
Jun 12 15:14:00 Regina kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
Jun 12 15:14:00 Regina kernel: ... version:                4
Jun 12 15:14:00 Regina kernel: ... bit width:              48
Jun 12 15:14:00 Regina kernel: ... generic registers:      4
Jun 12 15:14:00 Regina kernel: ... value mask:             0000ffffffffffff
Jun 12 15:14:00 Regina kernel: ... max period:             00007fffffffffff
Jun 12 15:14:00 Regina kernel: ... fixed-purpose events:   3
Jun 12 15:14:00 Regina kernel: ... event mask:             000000070000000f
Jun 12 15:14:00 Regina kernel: Hierarchical SRCU implementation.
Jun 12 15:14:00 Regina kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Jun 12 15:14:00 Regina kernel: smp: Bringing up secondary CPUs ...
Jun 12 15:14:00 Regina kernel: x86: Booting SMP configuration:
Jun 12 15:14:00 Regina kernel: .... node  #0, CPUs:      #1 #2 #3
Jun 12 15:14:00 Regina kernel: smp: Brought up 1 node, 4 CPUs
Jun 12 15:14:00 Regina kernel: smpboot: Max logical packages: 1
Jun 12 15:14:00 Regina kernel: smpboot: Total of 4 processors activated (23241.00 BogoMIPS)
Jun 12 15:14:00 Regina kernel: devtmpfs: initialized
Jun 12 15:14:00 Regina kernel: x86/mm: Memory block size: 128MB
Jun 12 15:14:00 Regina kernel: PM: Registering ACPI NVS region [mem 0x73df3000-0x73df3fff] (4096 bytes)
Jun 12 15:14:00 Regina kernel: PM: Registering ACPI NVS region [mem 0x7a798000-0x7abfefff] (4616192 bytes)
Jun 12 15:14:00 Regina kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Jun 12 15:14:00 Regina kernel: futex hash table entries: 1024 (order: 4, 65536 bytes)
Jun 12 15:14:00 Regina kernel: pinctrl core: initialized pinctrl subsystem
Jun 12 15:14:00 Regina kernel: RTC time: 22:13:59, date: 06/12/18
Jun 12 15:14:00 Regina kernel: NET: Registered protocol family 16
Jun 12 15:14:00 Regina kernel: cpuidle: using governor ladder
Jun 12 15:14:00 Regina kernel: cpuidle: using governor menu
Jun 12 15:14:00 Regina kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Jun 12 15:14:00 Regina kernel: ACPI: bus type PCI registered
Jun 12 15:14:00 Regina kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Jun 12 15:14:00 Regina kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Jun 12 15:14:00 Regina kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
Jun 12 15:14:00 Regina kernel: PCI: Using configuration type 1 for base access
Jun 12 15:14:00 Regina kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Jun 12 15:14:00 Regina kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Jun 12 15:14:00 Regina kernel: ACPI: Added _OSI(Module Device)
Jun 12 15:14:00 Regina kernel: ACPI: Added _OSI(Processor Device)
Jun 12 15:14:00 Regina kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Jun 12 15:14:00 Regina kernel: ACPI: Added _OSI(Processor Aggregator Device)
Jun 12 15:14:00 Regina kernel: ACPI: Executed 30 blocks of module-level executable AML code
Jun 12 15:14:00 Regina kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Jun 12 15:14:00 Regina kernel: ACPI: Dynamic OEM Table Load:
Jun 12 15:14:00 Regina kernel: ACPI: SSDT 0xFFFF88F1AC2CB800 0006F6 (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
Jun 12 15:14:00 Regina kernel: ACPI: Executed 1 blocks of module-level executable AML code
Jun 12 15:14:00 Regina kernel: ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
Jun 12 15:14:00 Regina kernel: ACPI: Dynamic OEM Table Load:
Jun 12 15:14:00 Regina kernel: ACPI: SSDT 0xFFFF88F1ABD0D400 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
Jun 12 15:14:00 Regina kernel: ACPI: Executed 1 blocks of module-level executable AML code
Jun 12 15:14:00 Regina kernel: ACPI: Dynamic OEM Table Load:
Jun 12 15:14:00 Regina kernel: ACPI: SSDT 0xFFFF88F1AC2CA000 00065C (v02 PmRef  ApIst    00003000 INTL 20160422)
Jun 12 15:14:00 Regina kernel: ACPI: Executed 1 blocks of module-level executable AML code
Jun 12 15:14:00 Regina kernel: ACPI: Dynamic OEM Table Load:
Jun 12 15:14:00 Regina kernel: ACPI: SSDT 0xFFFF88F1ABCF6000 00018A (v02 PmRef  ApCst    00003000 INTL 20160422)
Jun 12 15:14:00 Regina kernel: ACPI: Executed 1 blocks of module-level executable AML code
Jun 12 15:14:00 Regina kernel: ACPI: EC: EC started
Jun 12 15:14:00 Regina kernel: ACPI: EC: interrupt blocked
Jun 12 15:14:00 Regina kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Used as first EC
Jun 12 15:14:00 Regina kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x50, EC_CMD/EC_SC=0x66, EC_DATA=0x62
Jun 12 15:14:00 Regina kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions
Jun 12 15:14:00 Regina kernel: ACPI: Interpreter enabled
Jun 12 15:14:00 Regina kernel: ACPI: (supports S0 S3 S4 S5)
Jun 12 15:14:00 Regina kernel: ACPI: Using IOAPIC for interrupt routing
Jun 12 15:14:00 Regina kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Jun 12 15:14:00 Regina kernel: ACPI: Enabled 7 GPEs in block 00 to 7F
Jun 12 15:14:00 Regina kernel: ACPI: Power Resource [WRST] (on)
Jun 12 15:14:00 Regina kernel: ACPI: Power Resource [WRST] (on)
Jun 12 15:14:00 Regina kernel: ACPI: Power Resource [WRST] (on)
Jun 12 15:14:00 Regina kernel: ACPI: Power Resource [WRST] (on)
Jun 12 15:14:00 Regina kernel: ACPI: Power Resource [WRST] (on)
Jun 12 15:14:00 Regina kernel: ACPI: Power Resource [WRST] (on)
Jun 12 15:14:00 Regina kernel: ACPI: Power Resource [WRST] (on)
Jun 12 15:14:00 Regina kernel: ACPI: Power Resource [WRST] (on)
Jun 12 15:14:00 Regina kernel: ACPI: Power Resource [WRST] (on)
Jun 12 15:14:00 Regina kernel: ACPI: Power Resource [WRST] (on)
Jun 12 15:14:00 Regina kernel: ACPI: Power Resource [WRST] (on)
Jun 12 15:14:00 Regina kernel: ACPI: Power Resource [WRST] (on)
Jun 12 15:14:00 Regina kernel: ACPI: Power Resource [WRST] (on)
Jun 12 15:14:00 Regina kernel: ACPI: Power Resource [WRST] (on)
Jun 12 15:14:00 Regina kernel: ACPI: Power Resource [WRST] (on)
Jun 12 15:14:00 Regina kernel: ACPI: Power Resource [WRST] (on)
Jun 12 15:14:00 Regina kernel: ACPI: Power Resource [WRST] (on)
Jun 12 15:14:00 Regina kernel: ACPI: Power Resource [WRST] (on)
Jun 12 15:14:00 Regina kernel: ACPI: Power Resource [WRST] (on)
Jun 12 15:14:00 Regina kernel: ACPI: Power Resource [WRST] (on)
Jun 12 15:14:00 Regina kernel: ACPI: Power Resource [FN00] (off)
Jun 12 15:14:00 Regina kernel: ACPI: Power Resource [FN01] (off)
Jun 12 15:14:00 Regina kernel: ACPI: Power Resource [FN02] (off)
Jun 12 15:14:00 Regina kernel: ACPI: Power Resource [FN03] (off)
Jun 12 15:14:00 Regina kernel: ACPI: Power Resource [FN04] (off)
Jun 12 15:14:00 Regina kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
Jun 12 15:14:00 Regina kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
Jun 12 15:14:00 Regina kernel: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
Jun 12 15:14:00 Regina kernel: PCI host bridge to bus 0000:00
Jun 12 15:14:00 Regina kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Jun 12 15:14:00 Regina kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Jun 12 15:14:00 Regina kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Jun 12 15:14:00 Regina kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
Jun 12 15:14:00 Regina kernel: pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
Jun 12 15:14:00 Regina kernel: pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
Jun 12 15:14:00 Regina kernel: pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
Jun 12 15:14:00 Regina kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
Jun 12 15:14:00 Regina kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
Jun 12 15:14:00 Regina kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
Jun 12 15:14:00 Regina kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
Jun 12 15:14:00 Regina kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
Jun 12 15:14:00 Regina kernel: pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
Jun 12 15:14:00 Regina kernel: pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
Jun 12 15:14:00 Regina kernel: pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
Jun 12 15:14:00 Regina kernel: pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
Jun 12 15:14:00 Regina kernel: pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
Jun 12 15:14:00 Regina kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
Jun 12 15:14:00 Regina kernel: pci 0000:00:00.0: [8086:5904] type 00 class 0x060000
Jun 12 15:14:00 Regina kernel: pci 0000:00:02.0: [8086:5916] type 00 class 0x030000
Jun 12 15:14:00 Regina kernel: pci 0000:00:02.0: reg 0x10: [mem 0xdb000000-0xdbffffff 64bit]
Jun 12 15:14:00 Regina kernel: pci 0000:00:02.0: reg 0x18: [mem 0x90000000-0x9fffffff 64bit pref]
Jun 12 15:14:00 Regina kernel: pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
Jun 12 15:14:00 Regina kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
Jun 12 15:14:00 Regina kernel: pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
Jun 12 15:14:00 Regina kernel: pci 0000:00:14.0: reg 0x10: [mem 0xdc310000-0xdc31ffff 64bit]
Jun 12 15:14:00 Regina kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Jun 12 15:14:00 Regina kernel: pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000
Jun 12 15:14:00 Regina kernel: pci 0000:00:14.2: reg 0x10: [mem 0xdc32d000-0xdc32dfff 64bit]
Jun 12 15:14:00 Regina kernel: pci 0000:00:15.0: [8086:9d60] type 00 class 0x118000
Jun 12 15:14:00 Regina kernel: pci 0000:00:15.0: reg 0x10: [mem 0xdc32c000-0xdc32cfff 64bit]
Jun 12 15:14:00 Regina kernel: pci 0000:00:15.1: [8086:9d61] type 00 class 0x118000
Jun 12 15:14:00 Regina kernel: pci 0000:00:15.1: reg 0x10: [mem 0xdc32b000-0xdc32bfff 64bit]
Jun 12 15:14:00 Regina kernel: pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000
Jun 12 15:14:00 Regina kernel: pci 0000:00:16.0: reg 0x10: [mem 0xdc32a000-0xdc32afff 64bit]
Jun 12 15:14:00 Regina kernel: pci 0000:00:16.0: PME# supported from D3hot
Jun 12 15:14:00 Regina kernel: pci 0000:00:1c.0: [8086:9d12] type 01 class 0x060400
Jun 12 15:14:00 Regina kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Jun 12 15:14:00 Regina kernel: pci 0000:00:1c.4: [8086:9d14] type 01 class 0x060400
Jun 12 15:14:00 Regina kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
Jun 12 15:14:00 Regina kernel: pci 0000:00:1d.0: [8086:9d18] type 01 class 0x060400
Jun 12 15:14:00 Regina kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Jun 12 15:14:00 Regina kernel: pci 0000:00:1e.0: [8086:9d27] type 00 class 0x118000
Jun 12 15:14:00 Regina kernel: pci 0000:00:1e.0: reg 0x10: [mem 0xdc329000-0xdc329fff 64bit]
Jun 12 15:14:00 Regina kernel: pci 0000:00:1f.0: [8086:9d58] type 00 class 0x060100
Jun 12 15:14:00 Regina kernel: pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
Jun 12 15:14:00 Regina kernel: pci 0000:00:1f.2: reg 0x10: [mem 0xdc324000-0xdc327fff]
Jun 12 15:14:00 Regina kernel: pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040300
Jun 12 15:14:00 Regina kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xdc320000-0xdc323fff 64bit]
Jun 12 15:14:00 Regina kernel: pci 0000:00:1f.3: reg 0x20: [mem 0xdc300000-0xdc30ffff 64bit]
Jun 12 15:14:00 Regina kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Jun 12 15:14:00 Regina kernel: pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
Jun 12 15:14:00 Regina kernel: pci 0000:00:1f.4: reg 0x10: [mem 0xdc328000-0xdc3280ff 64bit]
Jun 12 15:14:00 Regina kernel: pci 0000:00:1f.4: reg 0x20: [io  0xf040-0xf05f]
Jun 12 15:14:00 Regina kernel: pci 0000:01:00.0: [168c:003e] type 00 class 0x028000
Jun 12 15:14:00 Regina kernel: pci 0000:01:00.0: reg 0x10: [mem 0xdc000000-0xdc1fffff 64bit]
Jun 12 15:14:00 Regina kernel: pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
Jun 12 15:14:00 Regina kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Jun 12 15:14:00 Regina kernel: pci 0000:00:1c.0:   bridge window [mem 0xdc000000-0xdc1fffff]
Jun 12 15:14:00 Regina kernel: pci 0000:00:1c.4: PCI bridge to [bus 02-3a]
Jun 12 15:14:00 Regina kernel: pci 0000:00:1c.4:   bridge window [mem 0xc4000000-0xda0fffff]
Jun 12 15:14:00 Regina kernel: pci 0000:00:1c.4:   bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
Jun 12 15:14:00 Regina kernel: pci 0000:3b:00.0: [144d:a804] type 00 class 0x010802
Jun 12 15:14:00 Regina kernel: pci 0000:3b:00.0: reg 0x10: [mem 0xdc200000-0xdc203fff 64bit]
Jun 12 15:14:00 Regina kernel: pci 0000:00:1d.0: PCI bridge to [bus 3b]
Jun 12 15:14:00 Regina kernel: pci 0000:00:1d.0:   bridge window [mem 0xdc200000-0xdc2fffff]
Jun 12 15:14:00 Regina kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
Jun 12 15:14:00 Regina kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
Jun 12 15:14:00 Regina kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
Jun 12 15:14:00 Regina kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
Jun 12 15:14:00 Regina kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
Jun 12 15:14:00 Regina kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
Jun 12 15:14:00 Regina kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
Jun 12 15:14:00 Regina kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
Jun 12 15:14:00 Regina kernel: ACPI: EC: interrupt unblocked
Jun 12 15:14:00 Regina kernel: ACPI: EC: event unblocked
Jun 12 15:14:00 Regina kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x50, EC_CMD/EC_SC=0x66, EC_DATA=0x62
Jun 12 15:14:00 Regina kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions and events
Jun 12 15:14:00 Regina kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Jun 12 15:14:00 Regina kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Jun 12 15:14:00 Regina kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Jun 12 15:14:00 Regina kernel: vgaarb: loaded
Jun 12 15:14:00 Regina kernel: EDAC MC: Ver: 3.0.0
Jun 12 15:14:00 Regina kernel: Registered efivars operations
Jun 12 15:14:00 Regina kernel: PCI: Using ACPI for IRQ routing
Jun 12 15:14:00 Regina kernel: PCI: pci_cache_line_size set to 64 bytes
Jun 12 15:14:00 Regina kernel: e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
Jun 12 15:14:00 Regina kernel: e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
Jun 12 15:14:00 Regina kernel: e820: reserve RAM buffer [mem 0x73df3000-0x73ffffff]
Jun 12 15:14:00 Regina kernel: e820: reserve RAM buffer [mem 0x7a3ec000-0x7bffffff]
Jun 12 15:14:00 Regina kernel: e820: reserve RAM buffer [mem 0x7b300000-0x7bffffff]
Jun 12 15:14:00 Regina kernel: e820: reserve RAM buffer [mem 0x47f000000-0x47fffffff]
Jun 12 15:14:00 Regina kernel: NetLabel: Initializing
Jun 12 15:14:00 Regina kernel: NetLabel:  domain hash size = 128
Jun 12 15:14:00 Regina kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Jun 12 15:14:00 Regina kernel: NetLabel:  unlabeled traffic allowed by default
Jun 12 15:14:00 Regina kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Jun 12 15:14:00 Regina kernel: hpet0: 8 comparators, 64-bit 24.000000 MHz counter
Jun 12 15:14:00 Regina kernel: clocksource: Switched to clocksource tsc-early
Jun 12 15:14:00 Regina kernel: VFS: Disk quotas dquot_6.6.0
Jun 12 15:14:00 Regina kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Jun 12 15:14:00 Regina kernel: pnp: PnP ACPI init
Jun 12 15:14:00 Regina kernel: system 00:00: [io  0x0680-0x069f] has been reserved
Jun 12 15:14:00 Regina kernel: system 00:00: [io  0xffff] has been reserved
Jun 12 15:14:00 Regina kernel: system 00:00: [io  0xffff] has been reserved
Jun 12 15:14:00 Regina kernel: system 00:00: [io  0xffff] has been reserved
Jun 12 15:14:00 Regina kernel: system 00:00: [io  0x1800-0x18fe] has been reserved
Jun 12 15:14:00 Regina kernel: system 00:00: [io  0x164e-0x164f] has been reserved
Jun 12 15:14:00 Regina kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
Jun 12 15:14:00 Regina kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
Jun 12 15:14:00 Regina kernel: system 00:02: [io  0x1854-0x1857] has been reserved
Jun 12 15:14:00 Regina kernel: system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
Jun 12 15:14:00 Regina kernel: system 00:03: [mem 0xfed10000-0xfed17fff] has been reserved
Jun 12 15:14:00 Regina kernel: system 00:03: [mem 0xfed18000-0xfed18fff] has been reserved
Jun 12 15:14:00 Regina kernel: system 00:03: [mem 0xfed19000-0xfed19fff] has been reserved
Jun 12 15:14:00 Regina kernel: system 00:03: [mem 0xe0000000-0xefffffff] has been reserved
Jun 12 15:14:00 Regina kernel: system 00:03: [mem 0xfed20000-0xfed3ffff] has been reserved
Jun 12 15:14:00 Regina kernel: system 00:03: [mem 0xfed90000-0xfed93fff] could not be reserved
Jun 12 15:14:00 Regina kernel: system 00:03: [mem 0xfed45000-0xfed8ffff] has been reserved
Jun 12 15:14:00 Regina kernel: system 00:03: [mem 0xff000000-0xffffffff] has been reserved
Jun 12 15:14:00 Regina kernel: system 00:03: [mem 0xfee00000-0xfeefffff] could not be reserved
Jun 12 15:14:00 Regina kernel: system 00:03: [mem 0xdffe0000-0xdfffffff] has been reserved
Jun 12 15:14:00 Regina kernel: system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
Jun 12 15:14:00 Regina kernel: system 00:04: [mem 0xfd000000-0xfdabffff] has been reserved
Jun 12 15:14:00 Regina kernel: system 00:04: [mem 0xfdad0000-0xfdadffff] has been reserved
Jun 12 15:14:00 Regina kernel: system 00:04: [mem 0xfdb00000-0xfdffffff] has been reserved
Jun 12 15:14:00 Regina kernel: system 00:04: [mem 0xfe000000-0xfe01ffff] could not be reserved
Jun 12 15:14:00 Regina kernel: system 00:04: [mem 0xfe036000-0xfe03bfff] has been reserved
Jun 12 15:14:00 Regina kernel: system 00:04: [mem 0xfe03d000-0xfe3fffff] has been reserved
Jun 12 15:14:00 Regina kernel: system 00:04: [mem 0xfe410000-0xfe7fffff] has been reserved
Jun 12 15:14:00 Regina kernel: system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
Jun 12 15:14:00 Regina kernel: system 00:05: [io  0xff00-0xfffe] has been reserved
Jun 12 15:14:00 Regina kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
Jun 12 15:14:00 Regina kernel: system 00:06: [mem 0xfe029000-0xfe029fff] has been reserved
Jun 12 15:14:00 Regina kernel: system 00:06: [mem 0xfe028000-0xfe028fff] has been reserved
Jun 12 15:14:00 Regina kernel: system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
Jun 12 15:14:00 Regina kernel: pnp: PnP ACPI: found 7 devices
Jun 12 15:14:00 Regina kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Jun 12 15:14:00 Regina kernel: pci 0000:00:1c.4: bridge window [io  0x1000-0x0fff] to [bus 02-3a] add_size 1000
Jun 12 15:14:00 Regina kernel: pci 0000:00:1c.4: BAR 13: assigned [io  0x2000-0x2fff]
Jun 12 15:14:00 Regina kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Jun 12 15:14:00 Regina kernel: pci 0000:00:1c.0:   bridge window [mem 0xdc000000-0xdc1fffff]
Jun 12 15:14:00 Regina kernel: pci 0000:00:1c.4: PCI bridge to [bus 02-3a]
Jun 12 15:14:00 Regina kernel: pci 0000:00:1c.4:   bridge window [io  0x2000-0x2fff]
Jun 12 15:14:00 Regina kernel: pci 0000:00:1c.4:   bridge window [mem 0xc4000000-0xda0fffff]
Jun 12 15:14:00 Regina kernel: pci 0000:00:1c.4:   bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
Jun 12 15:14:00 Regina kernel: pci 0000:00:1d.0: PCI bridge to [bus 3b]
Jun 12 15:14:00 Regina kernel: pci 0000:00:1d.0:   bridge window [mem 0xdc200000-0xdc2fffff]
Jun 12 15:14:00 Regina kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Jun 12 15:14:00 Regina kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Jun 12 15:14:00 Regina kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Jun 12 15:14:00 Regina kernel: pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
Jun 12 15:14:00 Regina kernel: pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
Jun 12 15:14:00 Regina kernel: pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
Jun 12 15:14:00 Regina kernel: pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
Jun 12 15:14:00 Regina kernel: pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
Jun 12 15:14:00 Regina kernel: pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
Jun 12 15:14:00 Regina kernel: pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
Jun 12 15:14:00 Regina kernel: pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
Jun 12 15:14:00 Regina kernel: pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
Jun 12 15:14:00 Regina kernel: pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
Jun 12 15:14:00 Regina kernel: pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
Jun 12 15:14:00 Regina kernel: pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
Jun 12 15:14:00 Regina kernel: pci_bus 0000:00: resource 19 [mem 0x80000000-0xdfffffff window]
Jun 12 15:14:00 Regina kernel: pci_bus 0000:00: resource 20 [mem 0xfd000000-0xfe7fffff window]
Jun 12 15:14:00 Regina kernel: pci_bus 0000:01: resource 1 [mem 0xdc000000-0xdc1fffff]
Jun 12 15:14:00 Regina kernel: pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
Jun 12 15:14:00 Regina kernel: pci_bus 0000:02: resource 1 [mem 0xc4000000-0xda0fffff]
Jun 12 15:14:00 Regina kernel: pci_bus 0000:02: resource 2 [mem 0xa0000000-0xc1ffffff 64bit pref]
Jun 12 15:14:00 Regina kernel: pci_bus 0000:3b: resource 1 [mem 0xdc200000-0xdc2fffff]
Jun 12 15:14:00 Regina kernel: NET: Registered protocol family 2
Jun 12 15:14:00 Regina kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes)
Jun 12 15:14:00 Regina kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
Jun 12 15:14:00 Regina kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
Jun 12 15:14:00 Regina kernel: TCP: Hash tables configured (established 131072 bind 65536)
Jun 12 15:14:00 Regina kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes)
Jun 12 15:14:00 Regina kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
Jun 12 15:14:00 Regina kernel: NET: Registered protocol family 1
Jun 12 15:14:00 Regina kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Jun 12 15:14:00 Regina kernel: PCI: CLS 0 bytes, default 64
Jun 12 15:14:00 Regina kernel: Unpacking initramfs...
Jun 12 15:14:00 Regina kernel: Freeing initrd memory: 8996K
Jun 12 15:14:00 Regina kernel: DMAR: ACPI device "device:6d" under DMAR at fed91000 as 00:15.0
Jun 12 15:14:00 Regina kernel: DMAR: ACPI device "device:6e" under DMAR at fed91000 as 00:15.1
Jun 12 15:14:00 Regina kernel: DMAR: ACPI device "device:6f" under DMAR at fed91000 as 00:1e.0
Jun 12 15:14:00 Regina kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Jun 12 15:14:00 Regina kernel: software IO TLB [mem 0x6c993000-0x70993000] (64MB) mapped at [        (ptrval)-        (ptrval)]
Jun 12 15:14:00 Regina kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x29dc05e54fc, max_idle_ns: 440795291716 ns
Jun 12 15:14:00 Regina kernel: clocksource: Switched to clocksource tsc
Jun 12 15:14:00 Regina kernel: Scanning for low memory corruption every 60 seconds
Jun 12 15:14:00 Regina kernel: Initialise system trusted keyrings
Jun 12 15:14:00 Regina kernel: Key type blacklist registered
Jun 12 15:14:00 Regina kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Jun 12 15:14:00 Regina kernel: zbud: loaded
Jun 12 15:14:00 Regina kernel: Key type asymmetric registered
Jun 12 15:14:00 Regina kernel: Asymmetric key parser 'x509' registered
Jun 12 15:14:00 Regina kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
Jun 12 15:14:00 Regina kernel: io scheduler noop registered
Jun 12 15:14:00 Regina kernel: io scheduler deadline registered
Jun 12 15:14:00 Regina kernel: io scheduler cfq registered (default)
Jun 12 15:14:00 Regina kernel: io scheduler mq-deadline registered
Jun 12 15:14:00 Regina kernel: io scheduler kyber registered
Jun 12 15:14:00 Regina kernel: io scheduler bfq registered
Jun 12 15:14:00 Regina kernel: efifb: probing for efifb
Jun 12 15:14:00 Regina kernel: efifb: framebuffer at 0x90000000, using 1876k, total 1875k
Jun 12 15:14:00 Regina kernel: efifb: mode is 800x600x32, linelength=3200, pages=1
Jun 12 15:14:00 Regina kernel: efifb: scrolling: redraw
Jun 12 15:14:00 Regina kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Jun 12 15:14:00 Regina kernel: Console: switching to colour frame buffer device 100x37
Jun 12 15:14:00 Regina kernel: fb0: EFI VGA frame buffer device
Jun 12 15:14:00 Regina kernel: intel_idle: MWAIT substates: 0x11142120
Jun 12 15:14:00 Regina kernel: intel_idle: v0.4.1 model 0x8E
Jun 12 15:14:00 Regina kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
Jun 12 15:14:00 Regina kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0C09:01/PNP0C0D:00/input/input0
Jun 12 15:14:00 Regina kernel: ACPI: Lid Switch [LID0]
Jun 12 15:14:00 Regina kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
Jun 12 15:14:00 Regina kernel: ACPI: Sleep Button [SLPB]
Jun 12 15:14:00 Regina kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
Jun 12 15:14:00 Regina kernel: ACPI: Power Button [PWRB]
Jun 12 15:14:00 Regina kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Jun 12 15:14:00 Regina kernel: ACPI: Power Button [PWRF]
Jun 12 15:14:00 Regina kernel: thermal LNXTHERM:00: registered as thermal_zone0
Jun 12 15:14:00 Regina kernel: ACPI: Thermal Zone [TZ00] (28 C)
Jun 12 15:14:00 Regina kernel: thermal LNXTHERM:01: registered as thermal_zone1
Jun 12 15:14:00 Regina kernel: ACPI: Thermal Zone [TZ01] (30 C)
Jun 12 15:14:00 Regina kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Jun 12 15:14:00 Regina kernel: nvme nvme0: pci function 0000:3b:00.0
Jun 12 15:14:00 Regina kernel: intel_pstate: Intel P-state driver initializing
Jun 12 15:14:00 Regina kernel: intel_pstate: HWP enabled
Jun 12 15:14:00 Regina kernel: ledtrig-cpu: registered to indicate activity on CPUs
Jun 12 15:14:00 Regina kernel: intel_pmc_core:  initialized
Jun 12 15:14:00 Regina kernel: NET: Registered protocol family 10
Jun 12 15:14:00 Regina kernel: Segment Routing with IPv6
Jun 12 15:14:00 Regina kernel: NET: Registered protocol family 17
Jun 12 15:14:00 Regina kernel: RAS: Correctable Errors collector initialized.
Jun 12 15:14:00 Regina kernel: microcode: sig=0x806e9, pf=0x80, revision=0x84
Jun 12 15:14:00 Regina kernel: microcode: Microcode Update Driver: v2.2.
Jun 12 15:14:00 Regina kernel: sched_clock: Marking stable (545964545, 0)->(527539925, 18424620)
Jun 12 15:14:00 Regina kernel: registered taskstats version 1
Jun 12 15:14:00 Regina kernel: Loading compiled-in X.509 certificates
Jun 12 15:14:00 Regina kernel: zswap: loaded using pool lzo/zbud
Jun 12 15:14:00 Regina kernel: Key type big_key registered
Jun 12 15:14:00 Regina kernel:   Magic number: 6:404:249
Jun 12 15:14:00 Regina kernel: acpi device:5f: hash matches
Jun 12 15:14:00 Regina kernel: memory memory123: hash matches
Jun 12 15:14:00 Regina kernel: hctosys: unable to open rtc device (rtc0)
Jun 12 15:14:00 Regina kernel: Freeing unused kernel memory: 1456K
Jun 12 15:14:00 Regina kernel: Write protecting the kernel read-only data: 16384k
Jun 12 15:14:00 Regina kernel: Freeing unused kernel memory: 2016K
Jun 12 15:14:00 Regina kernel: Freeing unused kernel memory: 688K
Jun 12 15:14:00 Regina kernel:  nvme0n1: p1 p2 p3
Jun 12 15:14:00 Regina kernel: ACPI: bus type USB registered
Jun 12 15:14:00 Regina kernel: usbcore: registered new interface driver usbfs
Jun 12 15:14:00 Regina kernel: usbcore: registered new interface driver hub
Jun 12 15:14:00 Regina kernel: usbcore: registered new device driver usb
Jun 12 15:14:00 Regina kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Jun 12 15:14:00 Regina kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Jun 12 15:14:00 Regina kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00109810
Jun 12 15:14:00 Regina kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
Jun 12 15:14:00 Regina kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
Jun 12 15:14:00 Regina kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 12 15:14:00 Regina kernel: usb usb1: Product: xHCI Host Controller
Jun 12 15:14:00 Regina kernel: usb usb1: Manufacturer: Linux 4.16.13-2-ARCH xhci-hcd
Jun 12 15:14:00 Regina kernel: usb usb1: SerialNumber: 0000:00:14.0
Jun 12 15:14:00 Regina kernel: hub 1-0:1.0: USB hub found
Jun 12 15:14:00 Regina kernel: hub 1-0:1.0: 12 ports detected
Jun 12 15:14:00 Regina kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Jun 12 15:14:00 Regina kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Jun 12 15:14:00 Regina kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.0  SuperSpeed
Jun 12 15:14:00 Regina kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
Jun 12 15:14:00 Regina kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 12 15:14:00 Regina kernel: usb usb2: Product: xHCI Host Controller
Jun 12 15:14:00 Regina kernel: usb usb2: Manufacturer: Linux 4.16.13-2-ARCH xhci-hcd
Jun 12 15:14:00 Regina kernel: usb usb2: SerialNumber: 0000:00:14.0
Jun 12 15:14:00 Regina kernel: hub 2-0:1.0: USB hub found
Jun 12 15:14:00 Regina kernel: hub 2-0:1.0: 6 ports detected
Jun 12 15:14:00 Regina kernel: EXT4-fs (nvme0n1p3): mounted filesystem with ordered data mode. Opts: (null)
Jun 12 15:14:00 Regina kernel: random: fast init done
Jun 12 15:14:00 Regina systemd[1]: systemd 238 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)
Jun 12 15:14:00 Regina systemd[1]: Detected architecture x86-64.
Jun 12 15:14:00 Regina systemd[1]: Set hostname to <Regina>.
Jun 12 15:14:00 Regina kernel: random: systemd: uninitialized urandom read (16 bytes read)
Jun 12 15:14:00 Regina systemd[1]: Listening on Process Core Dump Socket.
Jun 12 15:14:00 Regina kernel: random: systemd: uninitialized urandom read (16 bytes read)
Jun 12 15:14:00 Regina systemd[1]: Listening on Journal Socket.
Jun 12 15:14:00 Regina kernel: random: systemd: uninitialized urandom read (16 bytes read)
Jun 12 15:14:00 Regina systemd[1]: Starting Create list of required static device nodes for the current kernel...
Jun 12 15:14:00 Regina systemd[1]: Created slice system-getty.slice.
Jun 12 15:14:00 Regina systemd[1]: Listening on udev Control Socket.
Jun 12 15:14:00 Regina systemd[1]: Listening on Device-mapper event daemon FIFOs.
Jun 12 15:14:00 Regina systemd[1]: Mounting Kernel Debug File System...
Jun 12 15:14:00 Regina kernel: EXT4-fs (nvme0n1p3): re-mounted. Opts: data=ordered
Jun 12 15:14:00 Regina systemd-journald[204]: Journal started
-- Subject: The journal has been started
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- The system journal process has started up, opened the journal
-- files for writing and is now ready to process requests.
Jun 12 15:14:00 Regina systemd-journald[204]: Runtime journal (/run/log/journal/d8555517d78640e38f685fd50754696d) is 8.0M, max 796.7M, 788.7M free.
-- Subject: Disk space used by the journal
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Runtime journal (/run/log/journal/d8555517d78640e38f685fd50754696d) is currently using 8.0M.
-- Maximum allowed usage is set to 796.7M.
-- Leaving at least 1.1G free (of currently available 7.7G of disk space).
-- Enforced usage limit is thus 796.7M, of which 788.7M are still available.
-- 
-- The limits controlling how much disk space is used by the journal may
-- be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=,
-- RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in
-- /etc/systemd/journald.conf. See journald.conf(5) for details.
Jun 12 15:14:00 Regina systemd[1]: Started Load/Save Random Seed.
-- Subject: Unit systemd-random-seed.service has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-random-seed.service has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:14:00 Regina systemd[1]: Started Create Static Device Nodes in /dev.
-- Subject: Unit systemd-tmpfiles-setup-dev.service has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-tmpfiles-setup-dev.service has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:14:00 Regina systemd[1]: Starting udev Kernel Device Manager...
-- Subject: Unit systemd-udevd.service has begun start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-udevd.service has begun starting up.
Jun 12 15:14:00 Regina systemd[1]: Starting Flush Journal to Persistent Storage...
-- Subject: Unit systemd-journal-flush.service has begun start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-journal-flush.service has begun starting up.
Jun 12 15:14:00 Regina systemd-journald[204]: Time spent on flushing to /var is 36.612ms for 637 entries.
Jun 12 15:14:00 Regina systemd-journald[204]: System journal (/var/log/journal/d8555517d78640e38f685fd50754696d) is 24.0M, max 4.0G, 3.9G free.
-- Subject: Disk space used by the journal
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- System journal (/var/log/journal/d8555517d78640e38f685fd50754696d) is currently using 24.0M.
-- Maximum allowed usage is set to 4.0G.
-- Leaving at least 4.0G free (of currently available 431.1G of disk space).
-- Enforced usage limit is thus 4.0G, of which 3.9G are still available.
-- 
-- The limits controlling how much disk space is used by the journal may
-- be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=,
-- RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in
-- /etc/systemd/journald.conf. See journald.conf(5) for details.
Jun 12 15:14:00 Regina kernel: tpm_tis MSFT0101:00: 2.0 TPM (device-id 0x1A, rev-id 16)
Jun 12 15:14:00 Regina systemd[1]: Started udev Kernel Device Manager.
-- Subject: Unit systemd-udevd.service has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-udevd.service has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:14:00 Regina systemd[1]: Started udev Coldplug all Devices.
-- Subject: Unit systemd-udev-trigger.service has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-udev-trigger.service has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:14:00 Regina systemd[1]: Started Flush Journal to Persistent Storage.
-- Subject: Unit systemd-journal-flush.service has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-journal-flush.service has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:14:00 Regina kernel: usb 1-6: new full-speed USB device number 2 using xhci_hcd
Jun 12 15:14:00 Regina kernel: rtc_cmos 00:01: RTC can wake from S4
Jun 12 15:14:00 Regina kernel: ACPI: AC Adapter [AC0] (on-line)
Jun 12 15:14:00 Regina kernel: rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
Jun 12 15:14:00 Regina kernel: rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
Jun 12 15:14:00 Regina kernel: intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
Jun 12 15:14:00 Regina kernel: hidraw: raw HID events driver (C) Jiri Kosina
Jun 12 15:14:00 Regina kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
Jun 12 15:14:00 Regina kernel: input: PC Speaker as /devices/platform/pcspkr/input/input4
Jun 12 15:14:00 Regina kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Jun 12 15:14:00 Regina kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Jun 12 15:14:00 Regina kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Jun 12 15:14:00 Regina kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
Jun 12 15:14:00 Regina kernel: RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
Jun 12 15:14:00 Regina kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Jun 12 15:14:00 Regina kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Jun 12 15:14:00 Regina kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Jun 12 15:14:00 Regina kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Jun 12 15:14:00 Regina kernel: RAPL PMU: hw unit of domain psys 2^-14 Joules
Jun 12 15:14:00 Regina kernel: Linux agpgart interface v0.103
Jun 12 15:14:00 Regina kernel: cryptd: max_cpu_qlen set to 1000
Jun 12 15:14:00 Regina kernel: intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
Jun 12 15:14:00 Regina kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
Jun 12 15:14:00 Regina kernel: i2c_hid i2c-15320205:00: i2c-15320205:00 supply vdd not found, using dummy regulator
Jun 12 15:14:00 Regina systemd[1]: Found device SAMSUNG MZVLW512HMJP-00000 2.
-- Subject: Unit dev-disk-by\x2duuid-6395dc32\x2d37be\x2d472b\x2d90aa\x2dbbf0f26ae3cf.device has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit dev-disk-by\x2duuid-6395dc32\x2d37be\x2d472b\x2d90aa\x2dbbf0f26ae3cf.device has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:14:00 Regina systemd[1]: Failed to parse swap priority "defaults,pri=-2", ignoring: Numerical result out of range
Jun 12 15:14:00 Regina systemd[1]: Activating swap /dev/disk/by-uuid/6395dc32-37be-472b-90aa-bbf0f26ae3cf...
-- Subject: Unit dev-disk-by\x2duuid-6395dc32\x2d37be\x2d472b\x2d90aa\x2dbbf0f26ae3cf.swap has begun start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit dev-disk-by\x2duuid-6395dc32\x2d37be\x2d472b\x2d90aa\x2dbbf0f26ae3cf.swap has begun starting up.
Jun 12 15:14:00 Regina kernel: AVX2 version of gcm_enc/dec engaged.
Jun 12 15:14:00 Regina kernel: AES CTR mode by8 optimization enabled
Jun 12 15:14:00 Regina kernel: Adding 10485756k swap on /dev/nvme0n1p2.  Priority:-2 extents:1 across:10485756k SSFS
Jun 12 15:14:00 Regina systemd[1]: Activated swap /dev/disk/by-uuid/6395dc32-37be-472b-90aa-bbf0f26ae3cf.
-- Subject: Unit dev-disk-by\x2duuid-6395dc32\x2d37be\x2d472b\x2d90aa\x2dbbf0f26ae3cf.swap has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit dev-disk-by\x2duuid-6395dc32\x2d37be\x2d472b\x2d90aa\x2dbbf0f26ae3cf.swap has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:14:00 Regina systemd[1]: Reached target Swap.
-- Subject: Unit swap.target has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit swap.target has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:14:00 Regina systemd[1]: Mounting Temporary Directory (/tmp)...
-- Subject: Unit tmp.mount has begun start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit tmp.mount has begun starting up.
Jun 12 15:14:00 Regina systemd[1]: Mounted Temporary Directory (/tmp).
-- Subject: Unit tmp.mount has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit tmp.mount has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:14:00 Regina kernel: ACPI: Battery Slot [BAT0] (battery present)
Jun 12 15:14:00 Regina systemd[1]: Found device SAMSUNG MZVLW512HMJP-00000 1.
-- Subject: Unit dev-disk-by\x2duuid-2217\x2d4630.device has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit dev-disk-by\x2duuid-2217\x2d4630.device has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:14:00 Regina kernel: intel-lpss 0000:00:1e.0: enabling device (0000 -> 0002)
Jun 12 15:14:00 Regina kernel: idma64 idma64.2: Found Intel integrated DMA 64-bit
Jun 12 15:14:00 Regina systemd-udevd[233]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Jun 12 15:14:00 Regina systemd[1]: Started Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
-- Subject: Unit lvm2-monitor.service has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit lvm2-monitor.service has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:14:00 Regina systemd[1]: Reached target Local File Systems (Pre).
-- Subject: Unit local-fs-pre.target has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit local-fs-pre.target has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:14:00 Regina systemd[1]: Mounting /boot...
-- Subject: Unit boot.mount has begun start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit boot.mount has begun starting up.
Jun 12 15:14:00 Regina kernel: usb 1-6: New USB device found, idVendor=0cf3, idProduct=e300
Jun 12 15:14:00 Regina kernel: usb 1-6: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jun 12 15:14:00 Regina kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Jun 12 15:14:00 Regina kernel: iTCO_vendor_support: vendor-support=0
Jun 12 15:14:00 Regina kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
Jun 12 15:14:00 Regina kernel: iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
Jun 12 15:14:00 Regina kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Jun 12 15:14:00 Regina systemd[1]: Mounted /boot.
-- Subject: Unit boot.mount has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit boot.mount has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:14:00 Regina systemd[1]: Reached target Local File Systems.
-- Subject: Unit local-fs.target has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit local-fs.target has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:14:00 Regina systemd[1]: Starting Create Volatile Files and Directories...
-- Subject: Unit systemd-tmpfiles-setup.service has begun start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-tmpfiles-setup.service has begun starting up.
Jun 12 15:14:00 Regina systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
-- Subject: Unit systemd-rfkill.socket has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-rfkill.socket has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:14:00 Regina kernel: input: 15320205:00 06CB:5F41 as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-15320205:00/0018:06CB:5F41.0001/input/input5
Jun 12 15:14:00 Regina kernel: hid-generic 0018:06CB:5F41.0001: input,hidraw0: I2C HID v1.00 Mouse [15320205:00 06CB:5F41] on i2c-15320205:00
Jun 12 15:14:00 Regina systemd[1]: Started Create Volatile Files and Directories.
-- Subject: Unit systemd-tmpfiles-setup.service has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-tmpfiles-setup.service has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:14:00 Regina kernel: media: Linux media interface: v0.10
Jun 12 15:14:00 Regina systemd[1]: Starting Update UTMP about System Boot/Shutdown...
-- Subject: Unit systemd-update-utmp.service has begun start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-update-utmp.service has begun starting up.
Jun 12 15:14:00 Regina systemd[1]: Started Update UTMP about System Boot/Shutdown.
-- Subject: Unit systemd-update-utmp.service has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-update-utmp.service has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:14:00 Regina systemd[1]: Reached target System Initialization.
-- Subject: Unit sysinit.target has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit sysinit.target has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:14:00 Regina systemd[1]: Listening on D-Bus System Message Bus Socket.
-- Subject: Unit dbus.socket has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit dbus.socket has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:14:00 Regina systemd[1]: Reached target Sockets.
-- Subject: Unit sockets.target has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit sockets.target has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:14:00 Regina systemd[1]: Reached target Basic System.
-- Subject: Unit basic.target has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit basic.target has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:14:00 Regina systemd[1]: Starting Login Service...
-- Subject: Unit systemd-logind.service has begun start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-logind.service has begun starting up.
Jun 12 15:14:00 Regina systemd[1]: Started Daily man-db cache update.
-- Subject: Unit man-db.timer has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit man-db.timer has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:14:00 Regina systemd[1]: Started Daily Cleanup of Temporary Directories.
-- Subject: Unit systemd-tmpfiles-clean.timer has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-tmpfiles-clean.timer has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:14:00 Regina systemd[1]: Started Daily verification of password and group files.
-- Subject: Unit shadow.timer has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit shadow.timer has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:14:00 Regina systemd[1]: Started D-Bus System Message Bus.
-- Subject: Unit dbus.service has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit dbus.service has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:14:00 Regina systemd-logind[284]: New seat seat0.
-- Subject: A new seat seat0 is now available
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat
-- 
-- A new seat seat0 has been configured and is now available.
Jun 12 15:14:00 Regina systemd-logind[284]: Watching system buttons on /dev/input/event3 (Power Button)
Jun 12 15:14:00 Regina systemd-logind[284]: Watching system buttons on /dev/input/event0 (Lid Switch)
Jun 12 15:14:00 Regina systemd-logind[284]: Watching system buttons on /dev/input/event2 (Power Button)
Jun 12 15:14:00 Regina systemd-logind[284]: Watching system buttons on /dev/input/event1 (Sleep Button)
Jun 12 15:14:00 Regina systemd[1]: Started Daily rotation of log files.
-- Subject: Unit logrotate.timer has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit logrotate.timer has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:14:00 Regina systemd[1]: Reached target Timers.
-- Subject: Unit timers.target has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit timers.target has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:14:00 Regina dbus-daemon[285]: [system] Successfully activated service 'org.freedesktop.systemd1'
Jun 12 15:14:00 Regina systemd[1]: Starting Update man-db cache...
-- Subject: Unit man-db.service has begun start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit man-db.service has begun starting up.
Jun 12 15:14:00 Regina systemd[1]: Started Verify integrity of password and group files.
-- Subject: Unit shadow.service has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit shadow.service has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:14:00 Regina systemd[1]: Starting Rotate log files...
-- Subject: Unit logrotate.service has begun start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit logrotate.service has begun starting up.
Jun 12 15:14:00 Regina systemd[1]: Started Login Service.
-- Subject: Unit systemd-logind.service has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-logind.service has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:14:00 Regina kernel: Linux video capture interface: v2.00
Jun 12 15:14:00 Regina kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Jun 12 15:14:00 Regina kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Jun 12 15:14:00 Regina kernel: cfg80211: failed to load regulatory.db
Jun 12 15:14:00 Regina kernel: Setting dangerous option enable_psr - tainting kernel
Jun 12 15:14:00 Regina kernel: Setting dangerous option enable_fbc - tainting kernel
Jun 12 15:14:00 Regina mandb[291]: Updating index cache for path `/usr/share/man/man8'. Wait...
Jun 12 15:14:00 Regina kernel: checking generic (90000000 1d5000) vs hw (90000000 10000000)
Jun 12 15:14:00 Regina kernel: fb: switching to inteldrmfb from EFI VGA
Jun 12 15:14:00 Regina kernel: Console: switching to colour dummy device 80x25
Jun 12 15:14:00 Regina kernel: [drm] Replacing VGA console driver
Jun 12 15:14:00 Regina kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
Jun 12 15:14:00 Regina kernel: [drm] Driver supports precise vblank timestamp query.
Jun 12 15:14:00 Regina kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
Jun 12 15:14:00 Regina kernel: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
Jun 12 15:14:00 Regina mandb[291]: Processing manual pages under /usr/share/man...
Jun 12 15:14:00 Regina kernel: usb 1-7: new high-speed USB device number 3 using xhci_hcd
Jun 12 15:14:00 Regina kernel: dw-apb-uart.2: ttyS0 at MMIO 0xdc329000 (irq = 20, base_baud = 115200) is a 16550A
Jun 12 15:14:00 Regina kernel: intel_rapl: Found RAPL domain package
Jun 12 15:14:00 Regina kernel: intel_rapl: Found RAPL domain core
Jun 12 15:14:00 Regina kernel: intel_rapl: Found RAPL domain uncore
Jun 12 15:14:00 Regina kernel: intel_rapl: Found RAPL domain dram
Jun 12 15:14:00 Regina systemd[1]: Started Rotate log files.
-- Subject: Unit logrotate.service has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit logrotate.service has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:14:00 Regina kernel: ath10k_pci 0000:01:00.0: enabling device (0000 -> 0002)
Jun 12 15:14:00 Regina kernel: ath10k_pci 0000:01:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
Jun 12 15:14:00 Regina kernel: random: crng init done
Jun 12 15:14:00 Regina kernel: random: 7 urandom warning(s) missed due to ratelimiting
Jun 12 15:14:00 Regina kernel: usb 1-7: New USB device found, idVendor=0bda, idProduct=579f
Jun 12 15:14:00 Regina kernel: usb 1-7: New USB device strings: Mfr=3, Product=1, SerialNumber=2
Jun 12 15:14:00 Regina kernel: usb 1-7: Product: USB Camera
Jun 12 15:14:00 Regina kernel: usb 1-7: Manufacturer: 11121119-000J8551G
Jun 12 15:14:00 Regina kernel: usb 1-7: SerialNumber: 200901010001
Jun 12 15:14:00 Regina kernel: rmi4_f01 rmi4-00.fn01: found RMI device, manufacturer: Synaptics, product: TM2438-005, fw id: 2049433
Jun 12 15:14:00 Regina kernel: [drm] Initialized i915 1.6.0 20171222 for 0000:00:02.0 on minor 0
Jun 12 15:14:00 Regina kernel: ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
Jun 12 15:14:00 Regina kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7
Jun 12 15:14:00 Regina kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Jun 12 15:14:00 Regina systemd[1]: Created slice system-systemd\x2dbacklight.slice.
-- Subject: Unit system-systemd\x2dbacklight.slice has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit system-systemd\x2dbacklight.slice has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:14:00 Regina systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
-- Subject: Unit systemd-backlight@backlight:intel_backlight.service has begun start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-backlight@backlight:intel_backlight.service has begun starting up.
Jun 12 15:14:01 Regina systemd[1]: Starting Load/Save RF Kill Switch Status...
-- Subject: Unit systemd-rfkill.service has begun start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-rfkill.service has begun starting up.
Jun 12 15:14:01 Regina systemd-logind[284]: Watching system buttons on /dev/input/event9 (Razer Razer Blade Stealth)
Jun 12 15:14:01 Regina systemd-logind[284]: Watching system buttons on /dev/input/event7 (Razer Razer Blade Stealth)
Jun 12 15:14:01 Regina systemd-udevd[234]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Jun 12 15:14:01 Regina kernel: fbcon: inteldrmfb (fb0) is primary device
Jun 12 15:14:01 Regina kernel: usb 1-8: new full-speed USB device number 4 using xhci_hcd
Jun 12 15:14:01 Regina kernel: ath10k_pci 0000:01:00.0: Direct firmware load for ath10k/pre-cal-pci-0000:01:00.0.bin failed with error -2
Jun 12 15:14:01 Regina kernel: ath10k_pci 0000:01:00.0: Direct firmware load for ath10k/cal-pci-0000:01:00.0.bin failed with error -2
Jun 12 15:14:01 Regina kernel: ath10k_pci 0000:01:00.0: qca6174 hw3.2 target 0x05030000 chip_id 0x00340aff sub 1a56:1535
Jun 12 15:14:01 Regina kernel: ath10k_pci 0000:01:00.0: kconfig debug 1 debugfs 1 tracing 1 dfs 0 testmode 0
Jun 12 15:14:01 Regina kernel: ath10k_pci 0000:01:00.0: firmware ver WLAN.RM.4.4.1-00079-QCARMSWPZ-1 api 6 features wowlan,ignore-otp crc32 fd869beb
Jun 12 15:14:01 Regina kernel: ath10k_pci 0000:01:00.0: board_file api 2 bmi_id N/A crc32 20d869c3
Jun 12 15:14:01 Regina kernel: usb 1-8: New USB device found, idVendor=1532, idProduct=0220
Jun 12 15:14:01 Regina kernel: usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jun 12 15:14:01 Regina kernel: usb 1-8: Product: Razer Blade Stealth
Jun 12 15:14:01 Regina kernel: usb 1-8: Manufacturer: Razer
Jun 12 15:14:01 Regina kernel: usb 1-9: new full-speed USB device number 5 using xhci_hcd
Jun 12 15:14:01 Regina kernel: input: Synaptics TM2438-005 as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-15320205:00/0018:06CB:5F41.0001/input/input6
Jun 12 15:14:01 Regina kernel: hid-rmi 0018:06CB:5F41.0001: input,hidraw0: I2C HID v1.00 Mouse [15320205:00 06CB:5F41] on i2c-15320205:00
Jun 12 15:14:01 Regina kernel: mousedev: PS/2 mouse device common for all mice
Jun 12 15:14:01 Regina kernel: usb 1-9: New USB device found, idVendor=04f3, idProduct=223c
Jun 12 15:14:01 Regina kernel: usb 1-9: New USB device strings: Mfr=4, Product=14, SerialNumber=0
Jun 12 15:14:01 Regina kernel: usb 1-9: Product: Touchscreen
Jun 12 15:14:01 Regina kernel: usb 1-9: Manufacturer: ELAN
Jun 12 15:14:01 Regina kernel: input: Razer Razer Blade Stealth as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/0003:1532:0220.0002/input/input8
Jun 12 15:14:01 Regina kernel: uvcvideo: Found UVC 1.00 device USB Camera (0bda:579f)
Jun 12 15:14:01 Regina kernel: uvcvideo 1-7:1.0: Entity type for entity Extension 4 was not initialized!
Jun 12 15:14:01 Regina kernel: uvcvideo 1-7:1.0: Entity type for entity Processing 2 was not initialized!
Jun 12 15:14:01 Regina kernel: uvcvideo 1-7:1.0: Entity type for entity Camera 1 was not initialized!
Jun 12 15:14:01 Regina kernel: input: USB Camera: USB Camera as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/input/input9
Jun 12 15:14:01 Regina kernel: Bluetooth: Core ver 2.22
Jun 12 15:14:01 Regina kernel: NET: Registered protocol family 31
Jun 12 15:14:01 Regina kernel: Bluetooth: HCI device and connection manager initialized
Jun 12 15:14:01 Regina kernel: Bluetooth: HCI socket layer initialized
Jun 12 15:14:01 Regina kernel: Bluetooth: L2CAP socket layer initialized
Jun 12 15:14:01 Regina kernel: Bluetooth: SCO socket layer initialized
Jun 12 15:14:01 Regina kernel: usbcore: registered new interface driver btusb
Jun 12 15:14:01 Regina kernel: Bluetooth: hci0: using rampatch file: qca/rampatch_usb_00000302.bin
Jun 12 15:14:01 Regina kernel: Bluetooth: hci0: QCA: patch rome 0x302 build 0x138, firmware rome 0x302 build 0x111
Jun 12 15:14:01 Regina kernel: hid-generic 0003:1532:0220.0002: input,hidraw1: USB HID v1.11 Keyboard [Razer Razer Blade Stealth] on usb-0000:00:14.0-8/input0
Jun 12 15:14:01 Regina kernel: usbcore: registered new interface driver uvcvideo
Jun 12 15:14:01 Regina kernel: USB Video Class driver (1.1.1)
Jun 12 15:14:01 Regina kernel: input: Razer Razer Blade Stealth as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.1/0003:1532:0220.0003/input/input10
Jun 12 15:14:01 Regina kernel: Bluetooth: hci0: using NVM file: qca/nvm_usb_00000302.bin
Jun 12 15:14:01 Regina kernel: hid-generic 0003:1532:0220.0003: input,hidraw2: USB HID v1.11 Keyboard [Razer Razer Blade Stealth] on usb-0000:00:14.0-8/input1
Jun 12 15:14:01 Regina kernel: input: Razer Razer Blade Stealth as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.2/0003:1532:0220.0004/input/input11
Jun 12 15:14:01 Regina kernel: hid-generic 0003:1532:0220.0004: input,hidraw3: USB HID v1.11 Mouse [Razer Razer Blade Stealth] on usb-0000:00:14.0-8/input2
Jun 12 15:14:01 Regina kernel: input: ELAN Touchscreen as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:04F3:223C.0005/input/input12
Jun 12 15:14:01 Regina kernel: hid-generic 0003:04F3:223C.0005: input,hiddev0,hidraw4: USB HID v1.10 Device [ELAN Touchscreen] on usb-0000:00:14.0-9/input0
Jun 12 15:14:01 Regina kernel: usbcore: registered new interface driver usbhid
Jun 12 15:14:01 Regina kernel: usbhid: USB HID core driver
Jun 12 15:14:01 Regina kernel: input: ELAN Touchscreen as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:04F3:223C.0005/input/input13
Jun 12 15:14:01 Regina kernel: hid-multitouch 0003:04F3:223C.0005: input,hiddev0,hidraw4: USB HID v1.10 Device [ELAN Touchscreen] on usb-0000:00:14.0-9/input0
Jun 12 15:14:01 Regina kernel: ath10k_pci 0000:01:00.0: Unknown eventid: 118809
Jun 12 15:14:01 Regina kernel: ath10k_pci 0000:01:00.0: Unknown eventid: 90118
Jun 12 15:14:01 Regina kernel: ath10k_pci 0000:01:00.0: htt-ver 3.47 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
Jun 12 15:14:01 Regina kernel: ath: EEPROM regdomain: 0x6c
Jun 12 15:14:01 Regina kernel: ath: EEPROM indicates we should expect a direct regpair map
Jun 12 15:14:01 Regina kernel: ath: Country alpha2 being used: 00
Jun 12 15:14:01 Regina kernel: ath: Regpair used: 0x6c
Jun 12 15:14:01 Regina kernel: ath10k_pci 0000:01:00.0 wlp1s0: renamed from wlan0
Jun 12 15:14:01 Regina kernel: Console: switching to colour frame buffer device 320x90
Jun 12 15:14:01 Regina kernel: i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
Jun 12 15:14:01 Regina systemd[1]: Started Load/Save RF Kill Switch Status.
-- Subject: Unit systemd-rfkill.service has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-rfkill.service has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:14:01 Regina systemd[1]: Started Load/Save Screen Backlight Brightness of backlight:intel_backlight.
-- Subject: Unit systemd-backlight@backlight:intel_backlight.service has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-backlight@backlight:intel_backlight.service has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:14:01 Regina systemd[1]: Found device QCA6174 802.11ac Wireless Network Adapter.
-- Subject: Unit sys-subsystem-net-devices-wlp1s0.device has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit sys-subsystem-net-devices-wlp1s0.device has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:14:01 Regina systemd[1]: Starting Automatically generated profile by wifi-menu...
-- Subject: Unit netctl@wlp1s0BumblebeeWiFi.service has begun start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit netctl@wlp1s0BumblebeeWiFi.service has begun starting up.
Jun 12 15:14:01 Regina systemd[1]: Reached target Bluetooth.
-- Subject: Unit bluetooth.target has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit bluetooth.target has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:14:01 Regina network[1263]: Starting network profile 'wlp1s0BumblebeeWiFi'...
Jun 12 15:14:01 Regina kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC298: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Jun 12 15:14:01 Regina kernel: snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Jun 12 15:14:01 Regina kernel: snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Jun 12 15:14:01 Regina kernel: snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
Jun 12 15:14:01 Regina kernel: snd_hda_codec_realtek hdaudioC0D0:    inputs:
Jun 12 15:14:01 Regina kernel: snd_hda_codec_realtek hdaudioC0D0:      Mic=0x18
Jun 12 15:14:01 Regina kernel: snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
Jun 12 15:14:01 Regina kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
Jun 12 15:14:01 Regina systemd[1]: Reached target Sound Card.
-- Subject: Unit sound.target has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit sound.target has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:14:01 Regina kernel: input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
Jun 12 15:14:01 Regina kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
Jun 12 15:14:01 Regina kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20
Jun 12 15:14:01 Regina kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input21
Jun 12 15:14:01 Regina kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input22
Jun 12 15:14:01 Regina kernel: input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input23
Jun 12 15:14:01 Regina kernel: input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input24
Jun 12 15:14:02 Regina kernel: ath10k_pci 0000:01:00.0: Unknown eventid: 118809
Jun 12 15:14:02 Regina kernel: ath10k_pci 0000:01:00.0: Unknown eventid: 90118
Jun 12 15:14:02 Regina kernel: IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
Jun 12 15:14:03 Regina mandb[291]: Updating index cache for path `/usr/share/man/man2'. Wait...
Jun 12 15:14:06 Regina mandb[291]: Updating index cache for path `/usr/share/man/man5'. Wait...
Jun 12 15:14:07 Regina mandb[291]: Updating index cache for path `/usr/share/man/man1'. Wait...
Jun 12 15:14:07 Regina kernel: wlp1s0: authenticate with c0:c1:c0:a0:a5:e1
Jun 12 15:14:07 Regina kernel: wlp1s0: send auth to c0:c1:c0:a0:a5:e1 (try 1/3)
Jun 12 15:14:07 Regina kernel: wlp1s0: authenticated
Jun 12 15:14:07 Regina kernel: wlp1s0: associate with c0:c1:c0:a0:a5:e1 (try 1/3)
Jun 12 15:14:07 Regina kernel: wlp1s0: RX AssocResp from c0:c1:c0:a0:a5:e1 (capab=0x411 status=0 aid=1)
Jun 12 15:14:07 Regina kernel: wlp1s0: associated
Jun 12 15:14:07 Regina kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp1s0: link becomes ready
Jun 12 15:14:07 Regina systemd[1]: Started Automatically generated profile by wifi-menu.
-- Subject: Unit netctl@wlp1s0BumblebeeWiFi.service has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit netctl@wlp1s0BumblebeeWiFi.service has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:14:07 Regina systemd[1]: Reached target Network.
-- Subject: Unit network.target has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit network.target has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:14:07 Regina systemd[1]: Starting Permit User Sessions...
-- Subject: Unit systemd-user-sessions.service has begun start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-user-sessions.service has begun starting up.
Jun 12 15:14:07 Regina systemd[1]: Started Permit User Sessions.
-- Subject: Unit systemd-user-sessions.service has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-user-sessions.service has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:14:07 Regina systemd[1]: Started Getty on tty1.
-- Subject: Unit getty@tty1.service has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit getty@tty1.service has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:14:07 Regina systemd[1]: Reached target Login Prompts.
-- Subject: Unit getty.target has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit getty.target has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:14:07 Regina systemd[1]: Reached target Multi-User System.
-- Subject: Unit multi-user.target has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit multi-user.target has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:14:07 Regina systemd[1]: Reached target Graphical Interface.
-- Subject: Unit graphical.target has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit graphical.target has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:14:07 Regina kernel: 8021q: 802.1Q VLAN Support v1.8
Jun 12 15:14:07 Regina dhcpcd[5820]: DUID 00:01:00:01:22:b1:ac:d3:9c:b6:d0:18:1a:a5
Jun 12 15:14:07 Regina dhcpcd[5820]: wlp1s0: IAID d0:18:1a:a5
Jun 12 15:14:08 Regina dhcpcd[5820]: wlp1s0: rebinding lease of 192.168.1.126
Jun 12 15:14:08 Regina dhcpcd[5820]: wlp1s0: probing address 192.168.1.126/24
Jun 12 15:14:12 Regina dhcpcd[5820]: wlp1s0: leased 192.168.1.126 for 86400 seconds
Jun 12 15:14:12 Regina dhcpcd[5820]: wlp1s0: adding route to 192.168.1.0/24
Jun 12 15:14:12 Regina dhcpcd[5820]: wlp1s0: adding default route via 192.168.1.1
Jun 12 15:14:12 Regina dhcpcd[5820]: forked to background, child pid 9851
Jun 12 15:14:12 Regina network[1263]: Started network profile 'wlp1s0BumblebeeWiFi'
Jun 12 15:14:13 Regina mandb[291]: Updating index cache for path `/usr/share/man/man6'. Wait...
Jun 12 15:14:13 Regina mandb[291]: Updating index cache for path `/usr/share/man/man7'. Wait...
Jun 12 15:14:14 Regina mandb[291]: Updating index cache for path `/usr/share/man/man0'. Wait...
Jun 12 15:14:14 Regina mandb[291]: Updating index cache for path `/usr/share/man/man3'. Wait...
Jun 12 15:14:20 Regina login[5823]: pam_unix(login:session): session opened for user root by LOGIN(uid=0)
Jun 12 15:14:20 Regina systemd[1]: Created slice User Slice of root.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit user-0.slice has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:14:20 Regina systemd[1]: Starting User Manager for UID 0...
-- Subject: Unit user@0.service has begun start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit user@0.service has begun starting up.
Jun 12 15:14:20 Regina systemd-logind[284]: New session c1 of user root.
-- Subject: A new session c1 has been created for user root
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat
-- 
-- A new session with the ID c1 has been created for the user root.
-- 
-- The leading process of the session is 5823.
Jun 12 15:14:20 Regina systemd[15475]: pam_unix(systemd-user:session): session opened for user root by (uid=0)
Jun 12 15:14:20 Regina systemd[1]: Started Session c1 of user root.
-- Subject: Unit session-c1.scope has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit session-c1.scope has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:14:21 Regina systemd[15475]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
-- Subject: Unit UNIT has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit UNIT has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:14:21 Regina systemd[15475]: Reached target Timers.
-- Subject: Unit UNIT has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit UNIT has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:14:21 Regina systemd[15475]: Reached target Paths.
-- Subject: Unit UNIT has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit UNIT has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:14:21 Regina systemd[15475]: Starting D-Bus User Message Bus Socket.
-- Subject: Unit UNIT has begun start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit UNIT has begun starting up.
Jun 12 15:14:21 Regina systemd[15475]: Listening on GnuPG network certificate management daemon.
-- Subject: Unit UNIT has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit UNIT has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:14:21 Regina systemd[15475]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
-- Subject: Unit UNIT has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit UNIT has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:14:21 Regina systemd[15475]: Listening on GnuPG cryptographic agent and passphrase cache.
-- Subject: Unit UNIT has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit UNIT has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:14:21 Regina systemd[15475]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
-- Subject: Unit UNIT has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit UNIT has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:14:21 Regina systemd[15475]: Listening on D-Bus User Message Bus Socket.
-- Subject: Unit UNIT has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit UNIT has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:14:21 Regina systemd[15475]: Reached target Sockets.
-- Subject: Unit UNIT has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit UNIT has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:14:21 Regina systemd[15475]: Reached target Basic System.
-- Subject: Unit UNIT has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit UNIT has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:14:21 Regina systemd[15475]: Reached target Default.
-- Subject: Unit UNIT has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit UNIT has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:14:21 Regina systemd[15475]: Startup finished in 18ms.
-- Subject: User manager start-up is now complete
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- The user manager instance for user 0 has been started. All services queued
-- for starting have been started. Note that other services might still be starting
-- up or be started at any later time.
-- 
-- Startup of the manager took 18442 microseconds.
Jun 12 15:14:21 Regina systemd[1]: Started User Manager for UID 0.
-- Subject: Unit user@0.service has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit user@0.service has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:14:21 Regina login[5823]: ROOT LOGIN ON tty1
Jun 12 15:14:24 Regina mandb[291]: /usr/bin/mandb: warning: /usr/share/man/man3/pcre2demo.3.gz: whatis parse for pcre2demo(3) failed
Jun 12 15:14:24 Regina mandb[291]: /usr/bin/mandb: warning: /usr/share/man/man3/pcredemo.3.gz: whatis parse for pcredemo(3) failed
Jun 12 15:14:54 Regina mandb[291]: /usr/bin/mandb: warning: /usr/share/man/man3/gnutls_x509_trust_list_add_system_trust.3.gz: whatis parse for gnutls_x509_trust_list_add_system_trust(3) failed
Jun 12 15:15:03 Regina mandb[291]: Updating index cache for path `/usr/share/man/man4'. Wait...
Jun 12 15:15:03 Regina mandb[291]: done.
Jun 12 15:15:03 Regina mandb[291]: Updating index cache for path `/usr/share/man/tr/man8'. Wait...
Jun 12 15:15:03 Regina mandb[291]: Checking for stray cats under /usr/share/man...
Jun 12 15:15:03 Regina mandb[291]: Checking for stray cats under /var/cache/man...
Jun 12 15:15:03 Regina mandb[291]: Processing manual pages under /usr/share/man/tr...
Jun 12 15:15:03 Regina mandb[291]: Updating index cache for path `/usr/share/man/tr/man5'. Wait...
Jun 12 15:15:03 Regina mandb[291]: Updating index cache for path `/usr/share/man/tr/man1'. Wait...
Jun 12 15:15:03 Regina mandb[291]: done.
Jun 12 15:15:03 Regina mandb[291]: Updating index cache for path `/usr/share/man/sv/man8'. Wait...
Jun 12 15:15:03 Regina mandb[291]: Checking for stray cats under /usr/share/man/tr...
Jun 12 15:15:03 Regina mandb[291]: Checking for stray cats under /var/cache/man/tr...
Jun 12 15:15:03 Regina mandb[291]: Processing manual pages under /usr/share/man/sv...
Jun 12 15:15:03 Regina mandb[291]: Updating index cache for path `/usr/share/man/sv/man5'. Wait...
Jun 12 15:15:03 Regina mandb[291]: Updating index cache for path `/usr/share/man/sv/man1'. Wait...
Jun 12 15:15:03 Regina mandb[291]: Updating index cache for path `/usr/share/man/sv/man3'. Wait...
Jun 12 15:15:03 Regina mandb[291]: done.
Jun 12 15:15:03 Regina mandb[291]: Updating index cache for path `/usr/share/man/ja/man8'. Wait...
Jun 12 15:15:03 Regina mandb[291]: Checking for stray cats under /usr/share/man/sv...
Jun 12 15:15:03 Regina mandb[291]: Checking for stray cats under /var/cache/man/sv...
Jun 12 15:15:03 Regina mandb[291]: Processing manual pages under /usr/share/man/ja...
Jun 12 15:15:04 Regina mandb[291]: Updating index cache for path `/usr/share/man/ja/man5'. Wait...
Jun 12 15:15:04 Regina mandb[291]: Updating index cache for path `/usr/share/man/ja/man1'. Wait...
Jun 12 15:15:04 Regina mandb[291]: /usr/bin/mandb: can't open /usr/share/man/ja/man1/newgrp.1: No such file or directory
Jun 12 15:15:04 Regina mandb[291]: /usr/bin/mandb: warning: /usr/share/man/ja/man1/sg.1.gz: bad symlink or ROFF `.so' request
Jun 12 15:15:04 Regina mandb[291]: done.
Jun 12 15:15:04 Regina mandb[291]: Updating index cache for path `/usr/share/man/id/man8'. Wait...
Jun 12 15:15:04 Regina mandb[291]: Checking for stray cats under /usr/share/man/ja...
Jun 12 15:15:04 Regina mandb[291]: Checking for stray cats under /var/cache/man/ja...
Jun 12 15:15:04 Regina mandb[291]: Processing manual pages under /usr/share/man/id...
Jun 12 15:15:04 Regina mandb[291]: Updating index cache for path `/usr/share/man/id/man5'. Wait...
Jun 12 15:15:04 Regina mandb[291]: Updating index cache for path `/usr/share/man/id/man1'. Wait...
Jun 12 15:15:04 Regina mandb[291]: done.
Jun 12 15:15:04 Regina mandb[291]: Updating index cache for path `/usr/share/man/sr/man8'. Wait...
Jun 12 15:15:04 Regina mandb[291]: Checking for stray cats under /usr/share/man/id...
Jun 12 15:15:04 Regina mandb[291]: Checking for stray cats under /var/cache/man/id...
Jun 12 15:15:04 Regina mandb[291]: Processing manual pages under /usr/share/man/sr...
Jun 12 15:15:04 Regina mandb[291]: Updating index cache for path `/usr/share/man/sr/man5'. Wait...
Jun 12 15:15:04 Regina mandb[291]: Updating index cache for path `/usr/share/man/sr/man1'. Wait...
Jun 12 15:15:04 Regina mandb[291]: done.
Jun 12 15:15:04 Regina mandb[291]: Updating index cache for path `/usr/share/man/pl/man8'. Wait...
Jun 12 15:15:04 Regina mandb[291]: Checking for stray cats under /usr/share/man/sr...
Jun 12 15:15:04 Regina mandb[291]: Checking for stray cats under /var/cache/man/sr...
Jun 12 15:15:04 Regina mandb[291]: Processing manual pages under /usr/share/man/pl...
Jun 12 15:15:04 Regina mandb[291]: Updating index cache for path `/usr/share/man/pl/man5'. Wait...
Jun 12 15:15:04 Regina mandb[291]: Updating index cache for path `/usr/share/man/pl/man1'. Wait...
Jun 12 15:15:04 Regina mandb[291]: Updating index cache for path `/usr/share/man/pl/man3'. Wait...
Jun 12 15:15:04 Regina mandb[291]: done.
Jun 12 15:15:04 Regina mandb[291]: Updating index cache for path `/usr/share/man/nl/man8'. Wait...
Jun 12 15:15:04 Regina mandb[291]: Checking for stray cats under /usr/share/man/pl...
Jun 12 15:15:04 Regina mandb[291]: Checking for stray cats under /var/cache/man/pl...
Jun 12 15:15:04 Regina mandb[291]: Processing manual pages under /usr/share/man/nl...
Jun 12 15:15:04 Regina mandb[291]: Updating index cache for path `/usr/share/man/nl/man5'. Wait...
Jun 12 15:15:04 Regina mandb[291]: Updating index cache for path `/usr/share/man/nl/man1'. Wait...
Jun 12 15:15:04 Regina mandb[291]: done.
Jun 12 15:15:04 Regina mandb[291]: Updating index cache for path `/usr/share/man/zh_CN/man8'. Wait...
Jun 12 15:15:04 Regina mandb[291]: Checking for stray cats under /usr/share/man/nl...
Jun 12 15:15:04 Regina mandb[291]: Checking for stray cats under /var/cache/man/nl...
Jun 12 15:15:04 Regina mandb[291]: Processing manual pages under /usr/share/man/zh_CN...
Jun 12 15:15:04 Regina mandb[291]: Updating index cache for path `/usr/share/man/zh_CN/man5'. Wait...
Jun 12 15:15:04 Regina mandb[291]: Updating index cache for path `/usr/share/man/zh_CN/man1'. Wait...
Jun 12 15:15:04 Regina mandb[291]: Updating index cache for path `/usr/share/man/zh_CN/man3'. Wait...
Jun 12 15:15:04 Regina mandb[291]: done.
Jun 12 15:15:04 Regina mandb[291]: Updating index cache for path `/usr/share/man/ko/man5'. Wait...
Jun 12 15:15:04 Regina mandb[291]: Checking for stray cats under /usr/share/man/zh_CN...
Jun 12 15:15:04 Regina mandb[291]: Checking for stray cats under /var/cache/man/zh_CN...
Jun 12 15:15:04 Regina mandb[291]: Processing manual pages under /usr/share/man/ko...
Jun 12 15:15:04 Regina mandb[291]: Updating index cache for path `/usr/share/man/ko/man1'. Wait...
Jun 12 15:15:04 Regina mandb[291]: done.
Jun 12 15:15:04 Regina mandb[291]: Updating index cache for path `/usr/share/man/pt/man1'. Wait...
Jun 12 15:15:04 Regina mandb[291]: Checking for stray cats under /usr/share/man/ko...
Jun 12 15:15:04 Regina mandb[291]: Checking for stray cats under /var/cache/man/ko...
Jun 12 15:15:04 Regina mandb[291]: Processing manual pages under /usr/share/man/pt...
Jun 12 15:15:04 Regina mandb[291]: done.
Jun 12 15:15:04 Regina mandb[291]: Updating index cache for path `/usr/share/man/hu/man8'. Wait...
Jun 12 15:15:04 Regina mandb[291]: Checking for stray cats under /usr/share/man/pt...
Jun 12 15:15:04 Regina mandb[291]: Checking for stray cats under /var/cache/man/pt...
Jun 12 15:15:04 Regina mandb[291]: Processing manual pages under /usr/share/man/hu...
Jun 12 15:15:04 Regina mandb[291]: Updating index cache for path `/usr/share/man/hu/man5'. Wait...
Jun 12 15:15:04 Regina mandb[291]: Updating index cache for path `/usr/share/man/hu/man1'. Wait...
Jun 12 15:15:05 Regina mandb[291]: /usr/bin/mandb: can't open /usr/share/man/hu/man1/newgrp.1: No such file or directory
Jun 12 15:15:05 Regina mandb[291]: /usr/bin/mandb: warning: /usr/share/man/hu/man1/sg.1.gz: bad symlink or ROFF `.so' request
Jun 12 15:15:05 Regina mandb[291]: done.
Jun 12 15:15:05 Regina mandb[291]: Updating index cache for path `/usr/share/man/zh_TW/man8'. Wait...
Jun 12 15:15:05 Regina mandb[291]: Checking for stray cats under /usr/share/man/hu...
Jun 12 15:15:05 Regina mandb[291]: Checking for stray cats under /var/cache/man/hu...
Jun 12 15:15:05 Regina mandb[291]: Processing manual pages under /usr/share/man/zh_TW...
Jun 12 15:15:05 Regina mandb[291]: Updating index cache for path `/usr/share/man/zh_TW/man5'. Wait...
Jun 12 15:15:05 Regina mandb[291]: done.
Jun 12 15:15:05 Regina mandb[291]: Updating index cache for path `/usr/share/man/es/man8'. Wait...
Jun 12 15:15:05 Regina mandb[291]: Checking for stray cats under /usr/share/man/zh_TW...
Jun 12 15:15:05 Regina mandb[291]: Checking for stray cats under /var/cache/man/zh_TW...
Jun 12 15:15:05 Regina mandb[291]: Processing manual pages under /usr/share/man/es...
Jun 12 15:15:05 Regina mandb[291]: Updating index cache for path `/usr/share/man/es/man5'. Wait...
Jun 12 15:15:05 Regina mandb[291]: Updating index cache for path `/usr/share/man/es/man1'. Wait...
Jun 12 15:15:05 Regina mandb[291]: done.
Jun 12 15:15:05 Regina mandb[291]: Updating index cache for path `/usr/share/man/da/man8'. Wait...
Jun 12 15:15:05 Regina mandb[291]: Checking for stray cats under /usr/share/man/es...
Jun 12 15:15:05 Regina mandb[291]: Checking for stray cats under /var/cache/man/es...
Jun 12 15:15:05 Regina mandb[291]: Processing manual pages under /usr/share/man/da...
Jun 12 15:15:05 Regina mandb[291]: Updating index cache for path `/usr/share/man/da/man5'. Wait...
Jun 12 15:15:05 Regina mandb[291]: Updating index cache for path `/usr/share/man/da/man1'. Wait...
Jun 12 15:15:05 Regina mandb[291]: done.
Jun 12 15:15:05 Regina mandb[291]: Updating index cache for path `/usr/share/man/cs/man8'. Wait...
Jun 12 15:15:05 Regina mandb[291]: Checking for stray cats under /usr/share/man/da...
Jun 12 15:15:05 Regina mandb[291]: Checking for stray cats under /var/cache/man/da...
Jun 12 15:15:05 Regina mandb[291]: Processing manual pages under /usr/share/man/cs...
Jun 12 15:15:05 Regina mandb[291]: Updating index cache for path `/usr/share/man/cs/man5'. Wait...
Jun 12 15:15:05 Regina mandb[291]: Updating index cache for path `/usr/share/man/cs/man1'. Wait...
Jun 12 15:15:05 Regina mandb[291]: done.
Jun 12 15:15:05 Regina mandb[291]: Updating index cache for path `/usr/share/man/ru/man8'. Wait...
Jun 12 15:15:05 Regina mandb[291]: Checking for stray cats under /usr/share/man/cs...
Jun 12 15:15:05 Regina mandb[291]: Checking for stray cats under /var/cache/man/cs...
Jun 12 15:15:05 Regina mandb[291]: Processing manual pages under /usr/share/man/ru...
Jun 12 15:15:05 Regina mandb[291]: Updating index cache for path `/usr/share/man/ru/man5'. Wait...
Jun 12 15:15:05 Regina mandb[291]: Updating index cache for path `/usr/share/man/ru/man1'. Wait...
Jun 12 15:15:05 Regina mandb[291]: Updating index cache for path `/usr/share/man/ru/man3'. Wait...
Jun 12 15:15:05 Regina mandb[291]: done.
Jun 12 15:15:05 Regina mandb[291]: Updating index cache for path `/usr/share/man/pt_BR/man8'. Wait...
Jun 12 15:15:05 Regina mandb[291]: Checking for stray cats under /usr/share/man/ru...
Jun 12 15:15:05 Regina mandb[291]: Checking for stray cats under /var/cache/man/ru...
Jun 12 15:15:05 Regina mandb[291]: Processing manual pages under /usr/share/man/pt_BR...
Jun 12 15:15:05 Regina mandb[291]: Updating index cache for path `/usr/share/man/pt_BR/man5'. Wait...
Jun 12 15:15:05 Regina mandb[291]: Updating index cache for path `/usr/share/man/pt_BR/man1'. Wait...
Jun 12 15:15:05 Regina mandb[291]: done.
Jun 12 15:15:05 Regina mandb[291]: Updating index cache for path `/usr/share/man/it/man8'. Wait...
Jun 12 15:15:05 Regina mandb[291]: Checking for stray cats under /usr/share/man/pt_BR...
Jun 12 15:15:05 Regina mandb[291]: Checking for stray cats under /var/cache/man/pt_BR...
Jun 12 15:15:05 Regina mandb[291]: Processing manual pages under /usr/share/man/it...
Jun 12 15:15:05 Regina mandb[291]: Updating index cache for path `/usr/share/man/it/man5'. Wait...
Jun 12 15:15:06 Regina mandb[291]: Updating index cache for path `/usr/share/man/it/man1'. Wait...
Jun 12 15:15:06 Regina mandb[291]: Updating index cache for path `/usr/share/man/it/man3'. Wait...
Jun 12 15:15:06 Regina mandb[291]: done.
Jun 12 15:15:06 Regina mandb[291]: Updating index cache for path `/usr/share/man/de/man8'. Wait...
Jun 12 15:15:06 Regina mandb[291]: Checking for stray cats under /usr/share/man/it...
Jun 12 15:15:06 Regina mandb[291]: Checking for stray cats under /var/cache/man/it...
Jun 12 15:15:06 Regina mandb[291]: Processing manual pages under /usr/share/man/de...
Jun 12 15:15:06 Regina mandb[291]: Updating index cache for path `/usr/share/man/de/man5'. Wait...
Jun 12 15:15:06 Regina mandb[291]: Updating index cache for path `/usr/share/man/de/man1'. Wait...
Jun 12 15:15:06 Regina mandb[291]: Updating index cache for path `/usr/share/man/de/man3'. Wait...
Jun 12 15:15:06 Regina mandb[291]: done.
Jun 12 15:15:06 Regina mandb[291]: Updating index cache for path `/usr/share/man/fr/man8'. Wait...
Jun 12 15:15:06 Regina mandb[291]: Checking for stray cats under /usr/share/man/de...
Jun 12 15:15:06 Regina mandb[291]: Checking for stray cats under /var/cache/man/de...
Jun 12 15:15:06 Regina mandb[291]: Processing manual pages under /usr/share/man/fr...
Jun 12 15:15:06 Regina mandb[291]: Updating index cache for path `/usr/share/man/fr/man5'. Wait...
Jun 12 15:15:06 Regina mandb[291]: Updating index cache for path `/usr/share/man/fr/man1'. Wait...
Jun 12 15:15:06 Regina mandb[291]: Updating index cache for path `/usr/share/man/fr/man3'. Wait...
Jun 12 15:15:06 Regina mandb[291]: done.
Jun 12 15:15:06 Regina mandb[291]: Checking for stray cats under /usr/share/man/fr...
Jun 12 15:15:06 Regina mandb[291]: Checking for stray cats under /var/cache/man/fr...
Jun 12 15:15:06 Regina mandb[291]: Processing manual pages under /usr/local/man...
Jun 12 15:15:06 Regina mandb[291]: 72 man subdirectories contained newer manual pages.
Jun 12 15:15:06 Regina mandb[291]: 13966 manual pages were added.
Jun 12 15:15:06 Regina mandb[291]: 0 stray cats were added.
Jun 12 15:15:06 Regina mandb[291]: 0 old database entries were purged.
Jun 12 15:15:06 Regina systemd[1]: Started Update man-db cache.
-- Subject: Unit man-db.service has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit man-db.service has finished starting up.
-- 
-- The start-up result is RESULT.
Jun 12 15:15:06 Regina systemd[1]: Startup finished in 9.265s (firmware) + 1min 4.293s (loader) + 924ms (kernel) + 1min 6.757s (userspace) = 2min 21.241s.
-- Subject: System start-up is now complete
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- All system services necessary queued for starting at boot have been
-- started. Note that this does not mean that the machine is now idle as services
-- might still be busy with completing start-up.
-- 
-- Kernel start-up required 924281 microseconds.
-- 
-- Initial RAM disk start-up required INITRD_USEC microseconds.
-- 
-- Userspace start-up required 66757744 microseconds.
Jun 12 15:15:07 Regina kernel: [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe A FIFO underrun

Last edited by brenzo (2018-06-13 04:33:36)

Offline

#5 2018-06-13 07:40:27

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,427

Re: [SOLVED] Intel i915 FIFO underrun - Flickering Screen

Edit: Something to try first, which escapes me why I didn't mention it earlier: Which Xorg driver do you use? if xf86-video-intel try without it also if you are currently in a Wayland session as opposed to a xorg session try in a xorg session.

FWIW can you try and see if this is maybe a kernel regression and test with linux-lts ? Another potential candidate where I've read a few times of similar issues is the new version of mesa, so you might want to test a downgrade to mesa 18.0.4

Last edited by V1del (2018-06-13 15:15:35)

Offline

#6 2018-06-13 23:38:44

brenzo
Member
Registered: 2017-11-23
Posts: 12

Re: [SOLVED] Intel i915 FIFO underrun - Flickering Screen

V1del wrote:

Edit: Something to try first, which escapes me why I didn't mention it earlier: Which Xorg driver do you use? if xf86-video-intel try without it also if you are currently in a Wayland session as opposed to a xorg session try in a xorg session.

FWIW can you try and see if this is maybe a kernel regression and test with linux-lts ? Another potential candidate where I've read a few times of similar issues is the new version of mesa, so you might want to test a downgrade to mesa 18.0.4

Per

lspci -v
VGA compatible controller: Intel Corporation HD Graphics 620 (rev 02) (prog-if 00 [VGA controller])
...
Kernel driver in use: i915
Kernel modules: i915

So it looks like I'm not even using xf86-video-intel, just the driver included with the kernel. I installed it but I must not have it configured properly to load right now although it apparently should load automatically

I am also curious about the LTS kernel so I'll take a swing at that.

Offline

#7 2018-06-14 00:14:18

brenzo
Member
Registered: 2017-11-23
Posts: 12

Re: [SOLVED] Intel i915 FIFO underrun - Flickering Screen

Update: falling back to linux-lts and booting with i915.enable_rc6=0 seems to have resolved the issue. Booting linux-lts alone WITHOUT this parameter results in the screen still flickering.

I will mark this as solved but first I'd like to know if this counts as a regression and if I should file a bug?

Offline

#8 2018-06-14 04:49:45

seth
Member
Registered: 2012-09-03
Posts: 50,003

Re: [SOLVED] Intel i915 FIFO underrun - Flickering Screen

enable_dc=0/=1 ?

Offline

#9 2018-06-19 15:28:56

ArchibaldPancakes
Member
Registered: 2018-06-19
Posts: 1

Re: [SOLVED] Intel i915 FIFO underrun - Flickering Screen

Running into the same issue on a Dell Latitude 5289 with intel Graphics 620 and i5-7300U cpu
rolling back to lts does fix the issue.
can confirm to some degree that it is the i915 driver as I tried loading early in mkinit and noticed flickering issues just start earlier in boot time.
enable_fbc, enable_psr, enable_rc6(expected as it no longer exists as an option in recent kernel update) have no noticeable effect.

EDIT:  Fixed the issue by BIOS update. Wish I had done that first.

Last edited by ArchibaldPancakes (2018-06-19 16:30:05)

Offline

Board footer

Powered by FluxBB