You are not logged in.

#1 2017-10-25 07:56:25

Makpoc
Member
Registered: 2013-09-08
Posts: 8

[Solved] Latop hangs after some idle time

Hello guys. I've been having an issue with my laptop for the last few weeks and need your help to resolve it smile.

Sometimes in the morning I find the laptop (Dell Precision 5510) unresponsive, with the lock screen showing and the CapsLock blinking. Some time ago the xautolocker stoppped triggering after delay (-time) and i started looking into possible power issues, but coudn't find anything.

Here's what seems relevant to me, but please do suggest what other information I can provide that might be of help:

xset q

Keyboard Control:
  auto repeat:  on    key click percent:  0    LED mask:  00000000
  XKB indicators:
    00: Caps Lock:   off    01: Num Lock:    off    02: Scroll Lock: off
    03: Compose:     off    04: Kana:        off    05: Sleep:       off
    06: Suspend:     off    07: Mute:        off    08: Misc:        off
    09: Mail:        off    10: Charging:    off    11: Shift Lock:  off
    12: Group 2:     off    13: Mouse Keys:  off
  auto repeat delay:  660    repeat rate:  25
  auto repeating keys:  00ffffffdffffbbf
                        fadfffefffedffff
                        9fffffffffffffff
                        fff7ffffffffffff
  bell percent:  50    bell pitch:  400    bell duration:  100
Pointer Control:
  acceleration:  2/1    threshold:  4
Screen Saver:
  prefer blanking:  yes    allow exposures:  yes
  timeout:  600    cycle:  600
Colors:
  default colormap:  0x20    BlackPixel:  0x0    WhitePixel:  0xffffff
Font Path:
  /usr/share/fonts/local,/usr/share/fonts/misc/,/usr/share/fonts/TTF/,/usr/share/fonts/OTF/,/usr/share/fonts/100dpi/,/usr/share/fonts/75dpi/,built-ins
DPMS (Energy Star):
  Standby: 600    Suspend: 600    Off: 600
  DPMS is Enabled
  Monitor is On

I have xautolock running with the following args:

xautolock -detectsleep -locker /home/bnedkov/scripts/i3lock/i3lock_blur -time 7

and i3lock_blur is:

#!/bin/bash
# Based on https://github.com/meskarune/i3lock-fancy

IMAGE=/tmp/i3lock.png

# Blur examples: http://www.imagemagick.org/Usage/blur/#blur_args
scrot $IMAGE
# bluring is too slow on large images (like two HD desktops..):
# real    0m5.782s
# user    0m7.407s
# sys     0m0.377s
# convert $IMAGE -level 0%,100%,0.6 -blur 0x4 - | composite -geometry +847+506 $(dirname $0)/lock.png - $IMAGE 

# Time:
# real    0m3.739s
# user    0m4.443s
# sys     0m0.377s
# 12.5x12.5% -> 800x800% with blur 0x2 is another seconds faster, but too blurred..
convert $IMAGE -level 0%,100%,0.6 -resize 25x25% -blur 0x4 -resize 400x400% - | composite -geometry +847+506 $(dirname $0)/lock.png - - | composite -geometry +2040+0 $(dirname $0)/dragon_lock.png - $IMAGE

(sleep 4s && xset dpms force off) &

if [ $? -eq 0 ]; then
    i3lock -f -e -n -i $IMAGE
else 
    i3lock -f -e -n -c 000000 
fi

rm $IMAGE

Note the xset dpms force off in the last script - I added it after the problems with xautolock not triggering started, because the display was not turning off by itself.

I also tried turnning off the standby/suspend/off options of the display, but the only difference was that the caps lock wasn't blinking when hung.

journalctl -k (after the reboot):

-- Logs begin at Thu 2016-12-29 19:12:10 EET, end at Wed 2017-10-25 13:24:40 EEST. --
Oct 25 13:24:22 maktop kernel: random: get_random_bytes called from start_kernel+0x42/0x4b7 with crng_init=0
Oct 25 13:24:22 maktop kernel: Linux version 4.13.5-1-ARCH (builduser@tobias) (gcc version 7.2.0 (GCC)) #1 SMP PREEMPT Fri Oct 6 09:58:47 CEST 2017
Oct 25 13:24:22 maktop kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=1274762c-abbb-470b-a422-1b1e8071649b rw cryptdevice=/dev/nvme0n1p3:cryptroot acpi_backlight=native quiet
Oct 25 13:24:22 maktop kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Oct 25 13:24:22 maktop kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Oct 25 13:24:22 maktop kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Oct 25 13:24:22 maktop kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
Oct 25 13:24:22 maktop kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
Oct 25 13:24:22 maktop kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Oct 25 13:24:22 maktop kernel: x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
Oct 25 13:24:22 maktop kernel: x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
Oct 25 13:24:22 maktop kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
Oct 25 13:24:22 maktop kernel: e820: BIOS-provided physical RAM map:
Oct 25 13:24:22 maktop kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009c7ff] usable
Oct 25 13:24:22 maktop kernel: BIOS-e820: [mem 0x000000000009c800-0x000000000009ffff] reserved
Oct 25 13:24:22 maktop kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
Oct 25 13:24:22 maktop kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000028354fff] usable
Oct 25 13:24:22 maktop kernel: BIOS-e820: [mem 0x0000000028355000-0x0000000029dd0fff] ACPI data
Oct 25 13:24:22 maktop kernel: BIOS-e820: [mem 0x0000000029dd1000-0x0000000029dd1fff] ACPI NVS
Oct 25 13:24:22 maktop kernel: BIOS-e820: [mem 0x0000000029dd2000-0x000000003799afff] reserved
Oct 25 13:24:22 maktop kernel: BIOS-e820: [mem 0x000000003799b000-0x00000000379e3fff] ACPI data
Oct 25 13:24:22 maktop kernel: BIOS-e820: [mem 0x00000000379e4000-0x0000000038035fff] ACPI NVS
Oct 25 13:24:22 maktop kernel: BIOS-e820: [mem 0x0000000038036000-0x000000003a5fffff] reserved
Oct 25 13:24:22 maktop kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Oct 25 13:24:22 maktop kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Oct 25 13:24:22 maktop kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Oct 25 13:24:22 maktop kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Oct 25 13:24:22 maktop kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Oct 25 13:24:22 maktop kernel: BIOS-e820: [mem 0x0000000100000000-0x00000004bdffffff] usable
Oct 25 13:24:22 maktop kernel: NX (Execute Disable) protection: active
Oct 25 13:24:22 maktop kernel: random: fast init done
Oct 25 13:24:22 maktop kernel: SMBIOS 2.8 present.
Oct 25 13:24:22 maktop kernel: DMI: Dell Inc. Precision 5510/0N8J4R, BIOS 1.2.13 08/08/2016
Oct 25 13:24:22 maktop kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Oct 25 13:24:22 maktop kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Oct 25 13:24:22 maktop kernel: e820: last_pfn = 0x4be000 max_arch_pfn = 0x400000000
Oct 25 13:24:22 maktop kernel: MTRR default type: write-back
Oct 25 13:24:22 maktop kernel: MTRR fixed ranges enabled:
Oct 25 13:24:22 maktop kernel:   00000-9FFFF write-back
Oct 25 13:24:22 maktop kernel:   A0000-BFFFF uncachable
Oct 25 13:24:22 maktop kernel:   C0000-FFFFF write-protect
Oct 25 13:24:22 maktop kernel: MTRR variable ranges enabled:
Oct 25 13:24:22 maktop kernel:   0 base 0080000000 mask 7F80000000 uncachable
Oct 25 13:24:22 maktop kernel:   1 base 0040000000 mask 7FC0000000 uncachable
Oct 25 13:24:22 maktop kernel:   2 base 003C000000 mask 7FFC000000 uncachable
Oct 25 13:24:22 maktop kernel:   3 base 003B800000 mask 7FFF800000 uncachable
Oct 25 13:24:22 maktop kernel:   4 disabled
Oct 25 13:24:22 maktop kernel:   5 disabled
Oct 25 13:24:22 maktop kernel:   6 disabled
Oct 25 13:24:22 maktop kernel:   7 disabled
Oct 25 13:24:22 maktop kernel:   8 disabled
Oct 25 13:24:22 maktop kernel:   9 disabled
Oct 25 13:24:22 maktop kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
Oct 25 13:24:22 maktop kernel: e820: last_pfn = 0x28355 max_arch_pfn = 0x400000000
Oct 25 13:24:22 maktop kernel: found SMP MP-table at [mem 0x000fcfc0-0x000fcfcf] mapped at [ffff9e08000fcfc0]
Oct 25 13:24:22 maktop kernel: Scanning 1 areas for low memory corruption
Oct 25 13:24:22 maktop kernel: Base memory trampoline at [ffff9e0800096000] 96000 size 24576
Oct 25 13:24:22 maktop kernel: Using GB pages for direct mapping
Oct 25 13:24:22 maktop kernel: BRK [0x283d64000, 0x283d64fff] PGTABLE
Oct 25 13:24:22 maktop kernel: BRK [0x283d65000, 0x283d65fff] PGTABLE
Oct 25 13:24:22 maktop kernel: BRK [0x283d66000, 0x283d66fff] PGTABLE
Oct 25 13:24:22 maktop kernel: BRK [0x283d67000, 0x283d67fff] PGTABLE
Oct 25 13:24:22 maktop kernel: BRK [0x283d68000, 0x283d68fff] PGTABLE
Oct 25 13:24:22 maktop kernel: BRK [0x283d69000, 0x283d69fff] PGTABLE
Oct 25 13:24:22 maktop kernel: RAMDISK: [mem 0x267fe000-0x27110fff]
Oct 25 13:24:22 maktop kernel: ACPI: Early table checksum verification disabled
Oct 25 13:24:22 maktop kernel: ACPI: RSDP 0x00000000000ED160 000024 (v02 DELL  )
Oct 25 13:24:22 maktop kernel: ACPI: XSDT 0x00000000283550C0 000104 (v01 DELL   CBX3     01072009 AMI  00010013)
Oct 25 13:24:22 maktop kernel: ACPI: FACP 0x0000000028375FE8 00010C (v05 DELL   CBX3     01072009 AMI  00010013)
Oct 25 13:24:22 maktop kernel: ACPI: DSDT 0x0000000028355258 020D8C (v02 DELL   CBX3     01072009 INTL 20120913)
Oct 25 13:24:22 maktop kernel: ACPI: FACS 0x0000000038035F80 000040
Oct 25 13:24:22 maktop kernel: ACPI: APIC 0x00000000283760F8 0000BC (v03 DELL   CBX3     01072009 AMI  00010013)
Oct 25 13:24:22 maktop kernel: ACPI: FPDT 0x00000000283761B8 000044 (v01 DELL   CBX3     01072009 AMI  00010013)
Oct 25 13:24:22 maktop kernel: ACPI: FIDT 0x0000000028376200 00009C (v01 DELL   CBX3     01072009 AMI  00010013)
Oct 25 13:24:22 maktop kernel: ACPI: MCFG 0x00000000283762A0 00003C (v01 DELL   CBX3     01072009 MSFT 00000097)
Oct 25 13:24:22 maktop kernel: ACPI: HPET 0x00000000283762E0 000038 (v01 DELL   CBX3     01072009 AMI. 0005000B)
Oct 25 13:24:22 maktop kernel: ACPI: SSDT 0x0000000028376318 00046D (v01 SataRe SataTabl 00001000 INTL 20120913)
Oct 25 13:24:22 maktop kernel: ACPI: LPIT 0x0000000028376788 000094 (v01 INTEL  SKL      00000000 MSFT 0000005F)
Oct 25 13:24:22 maktop kernel: ACPI: SSDT 0x0000000028376820 000248 (v02 INTEL  sensrhub 00000000 INTL 20120913)
Oct 25 13:24:22 maktop kernel: ACPI: SSDT 0x0000000028376A68 002BAE (v02 INTEL  PtidDevc 00001000 INTL 20120913)
Oct 25 13:24:22 maktop kernel: ACPI: SSDT 0x0000000028379618 000024 (v02 INTEL  OEM_RTD3 00001000 INTL 20120913)
Oct 25 13:24:22 maktop kernel: ACPI: SSDT 0x0000000028379640 000BE3 (v02 INTEL  Ther_Rvp 00001000 INTL 20120913)
Oct 25 13:24:22 maktop kernel: ACPI: SSDT 0x000000002837A228 0004DC (v02 INTEL  zpodd    00001000 INTL 20120913)
Oct 25 13:24:22 maktop kernel: ACPI: DBGP 0x000000002837A708 000034 (v01 INTEL           00000000 MSFT 0000005F)
Oct 25 13:24:22 maktop kernel: ACPI: DBG2 0x000000002837A740 000054 (v00 INTEL           00000000 MSFT 0000005F)
Oct 25 13:24:22 maktop kernel: ACPI: SSDT 0x000000002837A798 000775 (v02 INTEL  xh_rvp10 00000000 INTL 20120913)
Oct 25 13:24:22 maktop kernel: ACPI: BOOT 0x000000002837AF10 000028 (v01 DELL   CBX3     01072009 AMI  00010013)
Oct 25 13:24:22 maktop kernel: ACPI: SSDT 0x000000002837AF38 0037D6 (v02 SaSsdt SaSsdt   00003000 INTL 20120913)
Oct 25 13:24:22 maktop kernel: ACPI: UEFI 0x000000002837E710 000042 (v01                 00000000      00000000)
Oct 25 13:24:22 maktop kernel: ACPI: SSDT 0x000000002837E758 000E73 (v02 CpuRef CpuSsdt  00003000 INTL 20120913)
Oct 25 13:24:22 maktop kernel: ACPI: MSDM 0x000000002837F5D0 000055 (v03 DELL   CBX3     06222004 AMI  00010013)
Oct 25 13:24:22 maktop kernel: ACPI: SSDT 0x000000002837F628 0044FA (v02 DptfTa DptfTabl 00001000 INTL 20120913)
Oct 25 13:24:22 maktop kernel: ACPI: SLIC 0x0000000028383B28 000176 (v03 DELL   CBX3     01072009 MSFT 00010013)
Oct 25 13:24:22 maktop kernel: ACPI: TCPA 0x0000000028383CA0 000032 (v02 ALASKA NAPAASF  00000001 MSFT 01000013)
Oct 25 13:24:22 maktop kernel: ACPI: SSDT 0x0000000028383CD8 0000C3 (v02 SgRef  SgPeg    00001000 INTL 20120913)
Oct 25 13:24:22 maktop kernel: ACPI: DMAR 0x0000000028383DA0 0000F0 (v01 INTEL  SKL      00000001 INTL 00000001)
Oct 25 13:24:22 maktop kernel: ACPI: SSDT 0x0000000028383E90 001868 (v01 OptRef OptTabl  00001000 INTL 20120913)
Oct 25 13:24:22 maktop kernel: ACPI: ASF! 0x00000000283856F8 0000A5 (v32 INTEL   HCG     00000001 TFSM 000F4240)
Oct 25 13:24:22 maktop kernel: ACPI: Local APIC address 0xfee00000
Oct 25 13:24:22 maktop kernel: No NUMA configuration found
Oct 25 13:24:22 maktop kernel: Faking a node at [mem 0x0000000000000000-0x00000004bdffffff]
Oct 25 13:24:22 maktop kernel: NODE_DATA(0) allocated [mem 0x4bdffb000-0x4bdffffff]
Oct 25 13:24:22 maktop kernel: Zone ranges:
Oct 25 13:24:22 maktop kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Oct 25 13:24:22 maktop kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Oct 25 13:24:22 maktop kernel:   Normal   [mem 0x0000000100000000-0x00000004bdffffff]
Oct 25 13:24:22 maktop kernel:   Device   empty
Oct 25 13:24:22 maktop kernel: Movable zone start for each node
Oct 25 13:24:22 maktop kernel: Early memory node ranges
Oct 25 13:24:22 maktop kernel:   node   0: [mem 0x0000000000001000-0x000000000009bfff]
Oct 25 13:24:22 maktop kernel:   node   0: [mem 0x0000000000100000-0x0000000028354fff]
Oct 25 13:24:22 maktop kernel:   node   0: [mem 0x0000000100000000-0x00000004bdffffff]
Oct 25 13:24:22 maktop kernel: Initmem setup node 0 [mem 0x0000000000001000-0x00000004bdffffff]
Oct 25 13:24:22 maktop kernel: On node 0 totalpages: 4088560
Oct 25 13:24:22 maktop kernel:   DMA zone: 64 pages used for memmap
Oct 25 13:24:22 maktop kernel:   DMA zone: 21 pages reserved
Oct 25 13:24:22 maktop kernel:   DMA zone: 3995 pages, LIFO batch:0
Oct 25 13:24:22 maktop kernel:   DMA32 zone: 2510 pages used for memmap
Oct 25 13:24:22 maktop kernel:   DMA32 zone: 160597 pages, LIFO batch:31
Oct 25 13:24:22 maktop kernel:   Normal zone: 61312 pages used for memmap
Oct 25 13:24:22 maktop kernel:   Normal zone: 3923968 pages, LIFO batch:31
Oct 25 13:24:22 maktop kernel: Reserving Intel graphics memory at 0x000000003c000000-0x000000003fffffff
Oct 25 13:24:22 maktop kernel: ACPI: PM-Timer IO Port: 0x1808
Oct 25 13:24:22 maktop kernel: ACPI: Local APIC address 0xfee00000
Oct 25 13:24:22 maktop kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Oct 25 13:24:22 maktop kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Oct 25 13:24:22 maktop kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Oct 25 13:24:22 maktop kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Oct 25 13:24:22 maktop kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Oct 25 13:24:22 maktop kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Oct 25 13:24:22 maktop kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Oct 25 13:24:22 maktop kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Oct 25 13:24:22 maktop kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Oct 25 13:24:22 maktop kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Oct 25 13:24:22 maktop kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Oct 25 13:24:22 maktop kernel: ACPI: IRQ0 used by override.
Oct 25 13:24:22 maktop kernel: ACPI: IRQ9 used by override.
Oct 25 13:24:22 maktop kernel: Using ACPI (MADT) for SMP configuration information
Oct 25 13:24:22 maktop kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
Oct 25 13:24:22 maktop kernel: [Firmware Bug]: TSC_DEADLINE disabled due to Errata; please update microcode to version: 0xb2 (or later)
Oct 25 13:24:22 maktop kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
Oct 25 13:24:22 maktop kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
Oct 25 13:24:22 maktop kernel: PM: Registered nosave memory: [mem 0x0009c000-0x0009cfff]
Oct 25 13:24:22 maktop kernel: PM: Registered nosave memory: [mem 0x0009d000-0x0009ffff]
Oct 25 13:24:22 maktop kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
Oct 25 13:24:22 maktop kernel: PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
Oct 25 13:24:22 maktop kernel: PM: Registered nosave memory: [mem 0x28355000-0x29dd0fff]
Oct 25 13:24:22 maktop kernel: PM: Registered nosave memory: [mem 0x29dd1000-0x29dd1fff]
Oct 25 13:24:22 maktop kernel: PM: Registered nosave memory: [mem 0x29dd2000-0x3799afff]
Oct 25 13:24:22 maktop kernel: PM: Registered nosave memory: [mem 0x3799b000-0x379e3fff]
Oct 25 13:24:22 maktop kernel: PM: Registered nosave memory: [mem 0x379e4000-0x38035fff]
Oct 25 13:24:22 maktop kernel: PM: Registered nosave memory: [mem 0x38036000-0x3a5fffff]
Oct 25 13:24:22 maktop kernel: PM: Registered nosave memory: [mem 0x3a600000-0x3bffffff]
Oct 25 13:24:22 maktop kernel: PM: Registered nosave memory: [mem 0x3c000000-0x3fffffff]
Oct 25 13:24:22 maktop kernel: PM: Registered nosave memory: [mem 0x40000000-0xdfffffff]
Oct 25 13:24:22 maktop kernel: PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
Oct 25 13:24:22 maktop kernel: PM: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
Oct 25 13:24:22 maktop kernel: PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
Oct 25 13:24:22 maktop kernel: PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
Oct 25 13:24:22 maktop kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Oct 25 13:24:22 maktop kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
Oct 25 13:24:22 maktop kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Oct 25 13:24:22 maktop kernel: PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
Oct 25 13:24:22 maktop kernel: PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
Oct 25 13:24:22 maktop kernel: e820: [mem 0x40000000-0xdfffffff] available for PCI devices
Oct 25 13:24:22 maktop kernel: Booting paravirtualized kernel on bare hardware
Oct 25 13:24:22 maktop kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Oct 25 13:24:22 maktop kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
Oct 25 13:24:22 maktop kernel: percpu: Embedded 36 pages/cpu @ffff9e0cbdc00000 s106520 r8192 d32744 u262144
Oct 25 13:24:22 maktop kernel: pcpu-alloc: s106520 r8192 d32744 u262144 alloc=1*2097152
Oct 25 13:24:22 maktop kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
Oct 25 13:24:22 maktop kernel: Built 1 zonelists in Node order, mobility grouping on.  Total pages: 4024653
Oct 25 13:24:22 maktop kernel: Policy zone: Normal
Oct 25 13:24:22 maktop kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=1274762c-abbb-470b-a422-1b1e8071649b rw cryptdevice=/dev/nvme0n1p3:cryptroot acpi_backlight=native quiet
Oct 25 13:24:22 maktop kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
Oct 25 13:24:22 maktop kernel: Calgary: detecting Calgary via BIOS EBDA area
Oct 25 13:24:22 maktop kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Oct 25 13:24:22 maktop kernel: Memory: 16005868K/16354240K available (6643K kernel code, 1134K rwdata, 2048K rodata, 1336K init, 908K bss, 348372K reserved, 0K cma-reserved)
Oct 25 13:24:22 maktop kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Oct 25 13:24:22 maktop kernel: ftrace: allocating 28349 entries in 111 pages
Oct 25 13:24:22 maktop kernel: Preemptible hierarchical RCU implementation.
Oct 25 13:24:22 maktop kernel:         RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
Oct 25 13:24:22 maktop kernel:         Tasks RCU enabled.
Oct 25 13:24:22 maktop kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
Oct 25 13:24:22 maktop kernel: NR_IRQS: 8448, nr_irqs: 2048, preallocated irqs: 16
Oct 25 13:24:22 maktop kernel: Console: colour dummy device 80x25
Oct 25 13:24:22 maktop kernel: console [tty0] enabled
Oct 25 13:24:22 maktop kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
Oct 25 13:24:22 maktop kernel: hpet clockevent registered
Oct 25 13:24:22 maktop kernel: tsc: Detected 2700.000 MHz processor
Oct 25 13:24:22 maktop kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5426.00 BogoMIPS (lpj=9040000)
Oct 25 13:24:22 maktop kernel: pid_max: default: 32768 minimum: 301
Oct 25 13:24:22 maktop kernel: ACPI: Core revision 20170531
Oct 25 13:24:22 maktop kernel: ACPI Error: [\_SB_.PCI0.XHC_.RHUB.HS11] Namespace lookup failure, AE_NOT_FOUND (20170531/dswload-210)
Oct 25 13:24:22 maktop kernel: ACPI Exception: AE_NOT_FOUND, During name lookup/catalog (20170531/psobject-252)
Oct 25 13:24:22 maktop kernel: ACPI Exception: AE_NOT_FOUND, (SSDT:xh_rvp10) while loading table (20170531/tbxfload-228)
Oct 25 13:24:22 maktop kernel: ACPI Error: 1 table load failures, 12 successful (20170531/tbxfload-246)
Oct 25 13:24:22 maktop kernel: Security Framework initialized
Oct 25 13:24:22 maktop kernel: Yama: becoming mindful.
Oct 25 13:24:22 maktop kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
Oct 25 13:24:22 maktop kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
Oct 25 13:24:22 maktop kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
Oct 25 13:24:22 maktop kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
Oct 25 13:24:22 maktop kernel: CPU: Physical Processor ID: 0
Oct 25 13:24:22 maktop kernel: CPU: Processor Core ID: 0
Oct 25 13:24:22 maktop kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Oct 25 13:24:22 maktop kernel: ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
Oct 25 13:24:22 maktop kernel: mce: CPU supports 10 MCE banks
Oct 25 13:24:22 maktop kernel: CPU0: Thermal monitoring enabled (TM1)
Oct 25 13:24:22 maktop kernel: process: using mwait in idle threads
Oct 25 13:24:22 maktop kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
Oct 25 13:24:22 maktop kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
Oct 25 13:24:22 maktop kernel: Freeing SMP alternatives memory: 24K
Oct 25 13:24:22 maktop kernel: smpboot: Max logical packages: 2
Oct 25 13:24:22 maktop kernel: DMAR: Host address width 39
Oct 25 13:24:22 maktop kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Oct 25 13:24:22 maktop kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 7e3ff0505e
Oct 25 13:24:22 maktop kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Oct 25 13:24:22 maktop kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
Oct 25 13:24:22 maktop kernel: DMAR: RMRR base: 0x00000037705000 end: 0x00000037724fff
Oct 25 13:24:22 maktop kernel: DMAR: RMRR base: 0x0000003b800000 end: 0x0000003fffffff
Oct 25 13:24:22 maktop kernel: DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
Oct 25 13:24:22 maktop kernel: DMAR: ANDD device: 2 name: \_SB.PCI0.I2C1
Oct 25 13:24:22 maktop kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
Oct 25 13:24:22 maktop kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Oct 25 13:24:22 maktop kernel: DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit.
Oct 25 13:24:22 maktop kernel: DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting.
Oct 25 13:24:22 maktop kernel: DMAR-IR: Enabled IRQ remapping in xapic mode
Oct 25 13:24:22 maktop kernel: x2apic: IRQ remapping doesn't support X2APIC mode
Oct 25 13:24:22 maktop kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Oct 25 13:24:22 maktop kernel: smpboot: CPU0: Intel(R) Core(TM) i7-6820HQ CPU @ 2.70GHz (family: 0x6, model: 0x5e, stepping: 0x3)
Oct 25 13:24:22 maktop kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
Oct 25 13:24:22 maktop kernel: ... version:                4
Oct 25 13:24:22 maktop kernel: ... bit width:              48
Oct 25 13:24:22 maktop kernel: ... generic registers:      4
Oct 25 13:24:22 maktop kernel: ... value mask:             0000ffffffffffff
Oct 25 13:24:22 maktop kernel: ... max period:             00007fffffffffff
Oct 25 13:24:22 maktop kernel: ... fixed-purpose events:   3
Oct 25 13:24:22 maktop kernel: ... event mask:             000000070000000f
Oct 25 13:24:22 maktop kernel: Hierarchical SRCU implementation.
Oct 25 13:24:22 maktop kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
Oct 25 13:24:22 maktop kernel: smp: Bringing up secondary CPUs ...
Oct 25 13:24:22 maktop kernel: x86: Booting SMP configuration:
Oct 25 13:24:22 maktop kernel: .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
Oct 25 13:24:22 maktop kernel: smp: Brought up 1 node, 8 CPUs
Oct 25 13:24:22 maktop kernel: smpboot: Total of 8 processors activated (43401.31 BogoMIPS)
Oct 25 13:24:22 maktop kernel: devtmpfs: initialized
Oct 25 13:24:22 maktop kernel: x86/mm: Memory block size: 128MB
Oct 25 13:24:22 maktop kernel: PM: Registering ACPI NVS region [mem 0x29dd1000-0x29dd1fff] (4096 bytes)
Oct 25 13:24:22 maktop kernel: PM: Registering ACPI NVS region [mem 0x379e4000-0x38035fff] (6627328 bytes)
Oct 25 13:24:22 maktop kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Oct 25 13:24:22 maktop kernel: futex hash table entries: 2048 (order: 5, 131072 bytes)
Oct 25 13:24:22 maktop kernel: pinctrl core: initialized pinctrl subsystem
Oct 25 13:24:22 maktop kernel: RTC time: 10:24:06, date: 10/25/17
Oct 25 13:24:22 maktop kernel: NET: Registered protocol family 16
Oct 25 13:24:22 maktop kernel: cpuidle: using governor ladder
Oct 25 13:24:22 maktop kernel: cpuidle: using governor menu
Oct 25 13:24:22 maktop kernel: PCCT header not found.
Oct 25 13:24:22 maktop kernel: Simple Boot Flag at 0x47 set to 0x80
Oct 25 13:24:22 maktop kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Oct 25 13:24:22 maktop kernel: ACPI: bus type PCI registered
Oct 25 13:24:22 maktop kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Oct 25 13:24:22 maktop kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Oct 25 13:24:22 maktop kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
Oct 25 13:24:22 maktop kernel: PCI: Using configuration type 1 for base access
Oct 25 13:24:22 maktop kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Oct 25 13:24:22 maktop kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Oct 25 13:24:22 maktop kernel: ACPI: Added _OSI(Module Device)
Oct 25 13:24:22 maktop kernel: ACPI: Added _OSI(Processor Device)
Oct 25 13:24:22 maktop kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Oct 25 13:24:22 maktop kernel: ACPI: Added _OSI(Processor Aggregator Device)
Oct 25 13:24:22 maktop kernel: ACPI: Executed 22 blocks of module-level executable AML code
Oct 25 13:24:22 maktop kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Oct 25 13:24:22 maktop kernel: ACPI: Dynamic OEM Table Load:
Oct 25 13:24:22 maktop kernel: ACPI: SSDT 0xFFFF9E0CAB783000 0005FD (v02 PmRef  Cpu0Ist  00003000 INTL 20120913)
Oct 25 13:24:22 maktop kernel: ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
Oct 25 13:24:22 maktop kernel: ACPI: Dynamic OEM Table Load:
Oct 25 13:24:22 maktop kernel: ACPI: SSDT 0xFFFF9E0CAB2B3C00 00037F (v02 PmRef  Cpu0Cst  00003001 INTL 20120913)
Oct 25 13:24:22 maktop kernel: ACPI: Dynamic OEM Table Load:
Oct 25 13:24:22 maktop kernel: ACPI: SSDT 0xFFFF9E0CAB787000 0005AA (v02 PmRef  ApIst    00003000 INTL 20120913)
Oct 25 13:24:22 maktop kernel: ACPI: Dynamic OEM Table Load:
Oct 25 13:24:22 maktop kernel: ACPI: SSDT 0xFFFF9E0CAB2A7000 000119 (v02 PmRef  ApCst    00003000 INTL 20120913)
Oct 25 13:24:22 maktop kernel: ACPI: EC: EC started
Oct 25 13:24:22 maktop kernel: ACPI: EC: interrupt blocked
Oct 25 13:24:22 maktop kernel: ACPI: \_SB_.PCI0.LPCB.ECDV: Used as first EC
Oct 25 13:24:22 maktop kernel: ACPI: \_SB_.PCI0.LPCB.ECDV: GPE=0x14, EC_CMD/EC_SC=0x934, EC_DATA=0x930
Oct 25 13:24:22 maktop kernel: ACPI: \_SB_.PCI0.LPCB.ECDV: Used as boot DSDT EC to handle transactions
Oct 25 13:24:22 maktop kernel: ACPI: Interpreter enabled
Oct 25 13:24:22 maktop kernel: ACPI: (supports S0 S3 S4 S5)
Oct 25 13:24:22 maktop kernel: ACPI: Using IOAPIC for interrupt routing
Oct 25 13:24:22 maktop kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Oct 25 13:24:22 maktop kernel: ACPI: Power Resource [PG00] (on)
Oct 25 13:24:22 maktop kernel: ACPI: Power Resource [PG01] (on)
Oct 25 13:24:22 maktop kernel: ACPI: Power Resource [PG02] (on)
Oct 25 13:24:22 maktop kernel: ACPI: Power Resource [WRST] (off)
Oct 25 13:24:22 maktop kernel: ACPI: Power Resource [WRST] (off)
Oct 25 13:24:22 maktop kernel: ACPI: Power Resource [WRST] (off)
Oct 25 13:24:22 maktop kernel: ACPI: Power Resource [WRST] (off)
Oct 25 13:24:22 maktop kernel: ACPI: Power Resource [WRST] (off)
Oct 25 13:24:22 maktop kernel: ACPI: Power Resource [WRST] (off)
Oct 25 13:24:22 maktop kernel: ACPI: Power Resource [WRST] (off)
Oct 25 13:24:22 maktop kernel: ACPI: Power Resource [WRST] (off)
Oct 25 13:24:22 maktop kernel: ACPI: Power Resource [WRST] (off)
Oct 25 13:24:22 maktop kernel: ACPI: Power Resource [WRST] (off)
Oct 25 13:24:22 maktop kernel: ACPI: Power Resource [WRST] (off)
Oct 25 13:24:22 maktop kernel: ACPI: Power Resource [WRST] (off)
Oct 25 13:24:22 maktop kernel: ACPI: Power Resource [WRST] (off)
Oct 25 13:24:22 maktop kernel: ACPI: Power Resource [WRST] (off)
Oct 25 13:24:22 maktop kernel: ACPI: Power Resource [WRST] (off)
Oct 25 13:24:22 maktop kernel: ACPI: Power Resource [WRST] (off)
Oct 25 13:24:22 maktop kernel: ACPI: Power Resource [WRST] (off)
Oct 25 13:24:22 maktop kernel: ACPI: Power Resource [WRST] (off)
Oct 25 13:24:22 maktop kernel: ACPI: Power Resource [WRST] (off)
Oct 25 13:24:22 maktop kernel: ACPI: Power Resource [WRST] (off)
Oct 25 13:24:22 maktop kernel: ACPI: Power Resource [FN00] (off)
Oct 25 13:24:22 maktop kernel: ACPI: Power Resource [FN01] (off)
Oct 25 13:24:22 maktop kernel: ACPI: Power Resource [FN02] (off)
Oct 25 13:24:22 maktop kernel: ACPI: Power Resource [FN03] (off)
Oct 25 13:24:22 maktop kernel: ACPI: Power Resource [FN04] (off)
Oct 25 13:24:22 maktop kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
Oct 25 13:24:22 maktop kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
Oct 25 13:24:22 maktop kernel: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
Oct 25 13:24:22 maktop kernel: PCI host bridge to bus 0000:00
Oct 25 13:24:22 maktop kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Oct 25 13:24:22 maktop kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Oct 25 13:24:22 maktop kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Oct 25 13:24:22 maktop kernel: pci_bus 0000:00: root bus resource [mem 0x40000000-0xdfffffff window]
Oct 25 13:24:22 maktop kernel: pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
Oct 25 13:24:22 maktop kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
Oct 25 13:24:22 maktop kernel: pci 0000:00:00.0: [8086:1910] type 00 class 0x060000
Oct 25 13:24:22 maktop kernel: pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
Oct 25 13:24:22 maktop kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Oct 25 13:24:22 maktop kernel: pci 0000:00:02.0: [8086:191b] type 00 class 0x030000
Oct 25 13:24:22 maktop kernel: pci 0000:00:02.0: reg 0x10: [mem 0xdb000000-0xdbffffff 64bit]
Oct 25 13:24:22 maktop kernel: pci 0000:00:02.0: reg 0x18: [mem 0x70000000-0x7fffffff 64bit pref]
Oct 25 13:24:22 maktop kernel: pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
Oct 25 13:24:22 maktop kernel: pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
Oct 25 13:24:22 maktop kernel: pci 0000:00:04.0: reg 0x10: [mem 0xddd20000-0xddd27fff 64bit]
Oct 25 13:24:22 maktop kernel: pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330
Oct 25 13:24:22 maktop kernel: pci 0000:00:14.0: reg 0x10: [mem 0xddd10000-0xddd1ffff 64bit]
Oct 25 13:24:22 maktop kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Oct 25 13:24:22 maktop kernel: pci 0000:00:14.2: [8086:a131] type 00 class 0x118000
Oct 25 13:24:22 maktop kernel: pci 0000:00:14.2: reg 0x10: [mem 0xddd38000-0xddd38fff 64bit]
Oct 25 13:24:22 maktop kernel: pci 0000:00:15.0: [8086:a160] type 00 class 0x118000
Oct 25 13:24:22 maktop kernel: pci 0000:00:15.0: reg 0x10: [mem 0xddd37000-0xddd37fff 64bit]
Oct 25 13:24:22 maktop kernel: pci 0000:00:15.1: [8086:a161] type 00 class 0x118000
Oct 25 13:24:22 maktop kernel: pci 0000:00:15.1: reg 0x10: [mem 0xddd36000-0xddd36fff 64bit]
Oct 25 13:24:22 maktop kernel: pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000
Oct 25 13:24:22 maktop kernel: pci 0000:00:16.0: reg 0x10: [mem 0xddd35000-0xddd35fff 64bit]
Oct 25 13:24:22 maktop kernel: pci 0000:00:16.0: PME# supported from D3hot
Oct 25 13:24:22 maktop kernel: pci 0000:00:17.0: [8086:a102] type 00 class 0x010601
Oct 25 13:24:22 maktop kernel: pci 0000:00:17.0: reg 0x10: [mem 0xddd30000-0xddd31fff]
Oct 25 13:24:22 maktop kernel: pci 0000:00:17.0: reg 0x14: [mem 0xddd34000-0xddd340ff]
Oct 25 13:24:22 maktop kernel: pci 0000:00:17.0: reg 0x18: [io  0xf090-0xf097]
Oct 25 13:24:22 maktop kernel: pci 0000:00:17.0: reg 0x1c: [io  0xf080-0xf083]
Oct 25 13:24:22 maktop kernel: pci 0000:00:17.0: reg 0x20: [io  0xf060-0xf07f]
Oct 25 13:24:22 maktop kernel: pci 0000:00:17.0: reg 0x24: [mem 0xddd33000-0xddd337ff]
Oct 25 13:24:22 maktop kernel: pci 0000:00:17.0: PME# supported from D3hot
Oct 25 13:24:22 maktop kernel: pci 0000:00:1c.0: [8086:a110] type 01 class 0x060400
Oct 25 13:24:22 maktop kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Oct 25 13:24:22 maktop kernel: pci 0000:00:1c.1: [8086:a111] type 01 class 0x060400
Oct 25 13:24:22 maktop kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
Oct 25 13:24:22 maktop kernel: pci 0000:00:1d.0: [8086:a118] type 01 class 0x060400
Oct 25 13:24:22 maktop kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Oct 25 13:24:22 maktop kernel: pci 0000:00:1d.4: [8086:a11c] type 01 class 0x060400
Oct 25 13:24:22 maktop kernel: pci 0000:00:1d.4: PME# supported from D0 D3hot D3cold
Oct 25 13:24:22 maktop kernel: pci 0000:00:1d.6: [8086:a11e] type 01 class 0x060400
Oct 25 13:24:22 maktop kernel: pci 0000:00:1d.6: PME# supported from D0 D3hot D3cold
Oct 25 13:24:22 maktop kernel: pci 0000:00:1f.0: [8086:a150] type 00 class 0x060100
Oct 25 13:24:22 maktop kernel: pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000
Oct 25 13:24:22 maktop kernel: pci 0000:00:1f.2: reg 0x10: [mem 0xddd2c000-0xddd2ffff]
Oct 25 13:24:22 maktop kernel: pci 0000:00:1f.3: [8086:a170] type 00 class 0x040380
Oct 25 13:24:22 maktop kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xddd28000-0xddd2bfff 64bit]
Oct 25 13:24:22 maktop kernel: pci 0000:00:1f.3: reg 0x20: [mem 0xddd00000-0xddd0ffff 64bit]
Oct 25 13:24:22 maktop kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Oct 25 13:24:22 maktop kernel: pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500
Oct 25 13:24:22 maktop kernel: pci 0000:00:1f.4: reg 0x10: [mem 0xddd32000-0xddd320ff 64bit]
Oct 25 13:24:22 maktop kernel: pci 0000:00:1f.4: reg 0x20: [io  0xf040-0xf05f]
Oct 25 13:24:22 maktop kernel: pci 0000:01:00.0: [10de:13b1] type 00 class 0x030200
Oct 25 13:24:22 maktop kernel: pci 0000:01:00.0: reg 0x10: [mem 0xdc000000-0xdcffffff]
Oct 25 13:24:22 maktop kernel: pci 0000:01:00.0: reg 0x14: [mem 0xb0000000-0xbfffffff 64bit pref]
Oct 25 13:24:22 maktop kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xc0000000-0xc1ffffff 64bit pref]
Oct 25 13:24:22 maktop kernel: pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
Oct 25 13:24:22 maktop kernel: pci 0000:01:00.0: reg 0x30: [mem 0xdd000000-0xdd07ffff pref]
Oct 25 13:24:22 maktop kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Oct 25 13:24:22 maktop kernel: pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
Oct 25 13:24:22 maktop kernel: pci 0000:00:01.0:   bridge window [mem 0xdc000000-0xdd0fffff]
Oct 25 13:24:22 maktop kernel: pci 0000:00:01.0:   bridge window [mem 0xb0000000-0xc1ffffff 64bit pref]
Oct 25 13:24:22 maktop kernel: pci 0000:02:00.0: [8086:24f3] type 00 class 0x028000
Oct 25 13:24:22 maktop kernel: pci 0000:02:00.0: reg 0x10: [mem 0xddc00000-0xddc01fff 64bit]
Oct 25 13:24:22 maktop kernel: pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
Oct 25 13:24:22 maktop kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Oct 25 13:24:22 maktop kernel: pci 0000:00:1c.0:   bridge window [mem 0xddc00000-0xddcfffff]
Oct 25 13:24:22 maktop kernel: pci 0000:03:00.0: [10ec:525a] type 00 class 0xff0000
Oct 25 13:24:22 maktop kernel: pci 0000:03:00.0: reg 0x14: [mem 0xdd100000-0xdd100fff]
Oct 25 13:24:22 maktop kernel: pci 0000:03:00.0: supports D1 D2
Oct 25 13:24:22 maktop kernel: pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
Oct 25 13:24:22 maktop kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
Oct 25 13:24:22 maktop kernel: pci 0000:00:1c.1:   bridge window [io  0xd000-0xdfff]
Oct 25 13:24:22 maktop kernel: pci 0000:00:1c.1:   bridge window [mem 0xdd100000-0xddafffff]
Oct 25 13:24:22 maktop kernel: pci 0000:00:1c.1:   bridge window [mem 0xc2100000-0xc2afffff 64bit pref]
Oct 25 13:24:22 maktop kernel: pci 0000:04:00.0: [14a4:2200] type 00 class 0x010802
Oct 25 13:24:22 maktop kernel: pci 0000:04:00.0: reg 0x10: [mem 0xddb00000-0xddb03fff 64bit]
Oct 25 13:24:22 maktop kernel: pci 0000:00:1d.0: PCI bridge to [bus 04]
Oct 25 13:24:22 maktop kernel: pci 0000:00:1d.0:   bridge window [mem 0xddb00000-0xddbfffff]
Oct 25 13:24:22 maktop kernel: pci 0000:00:1d.4: PCI bridge to [bus 05]
Oct 25 13:24:22 maktop kernel: pci 0000:06:00.0: [8086:1576] type 01 class 0x060400
Oct 25 13:24:22 maktop kernel: pci 0000:06:00.0: supports D1 D2
Oct 25 13:24:22 maktop kernel: pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Oct 25 13:24:22 maktop kernel: pci 0000:00:1d.6: PCI bridge to [bus 06-3e]
Oct 25 13:24:22 maktop kernel: pci 0000:00:1d.6:   bridge window [mem 0xc4000000-0xda0fffff]
Oct 25 13:24:22 maktop kernel: pci 0000:00:1d.6:   bridge window [mem 0x80000000-0xa1ffffff 64bit pref]
Oct 25 13:24:22 maktop kernel: pci 0000:06:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
Oct 25 13:24:22 maktop kernel: pci_bus 0000:07: busn_res: can not insert [bus 07-ff] under [bus 06-3e] (conflicts with (null) [bus 06-3e])
Oct 25 13:24:22 maktop kernel: pci 0000:07:00.0: [8086:1576] type 01 class 0x060400
Oct 25 13:24:22 maktop kernel: pci 0000:07:00.0: supports D1 D2
Oct 25 13:24:22 maktop kernel: pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Oct 25 13:24:22 maktop kernel: pci 0000:07:01.0: [8086:1576] type 01 class 0x060400
Oct 25 13:24:22 maktop kernel: pci 0000:07:01.0: supports D1 D2
Oct 25 13:24:22 maktop kernel: pci 0000:07:01.0: PME# supported from D0 D1 D2 D3hot D3cold
Oct 25 13:24:22 maktop kernel: pci 0000:07:02.0: [8086:1576] type 01 class 0x060400
Oct 25 13:24:22 maktop kernel: pci 0000:07:02.0: supports D1 D2
Oct 25 13:24:22 maktop kernel: pci 0000:07:02.0: PME# supported from D0 D1 D2 D3hot D3cold
Oct 25 13:24:22 maktop kernel: pci 0000:06:00.0: PCI bridge to [bus 07-ff]
Oct 25 13:24:22 maktop kernel: pci 0000:06:00.0:   bridge window [io  0x0000-0x0fff]
Oct 25 13:24:22 maktop kernel: pci 0000:06:00.0:   bridge window [mem 0x00000000-0x000fffff]
Oct 25 13:24:22 maktop kernel: pci 0000:06:00.0:   bridge window [mem 0x00000000-0x000fffff 64bit pref]
Oct 25 13:24:22 maktop kernel: pci 0000:07:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
Oct 25 13:24:22 maktop kernel: pci 0000:07:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
Oct 25 13:24:22 maktop kernel: pci 0000:07:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring
Oct 25 13:24:22 maktop kernel: pci 0000:07:00.0: PCI bridge to [bus 08-ff]
Oct 25 13:24:22 maktop kernel: pci 0000:07:00.0:   bridge window [io  0x0000-0x0fff]
Oct 25 13:24:22 maktop kernel: pci 0000:07:00.0:   bridge window [mem 0x00000000-0x000fffff]
Oct 25 13:24:22 maktop kernel: pci 0000:07:00.0:   bridge window [mem 0x00000000-0x000fffff 64bit pref]
Oct 25 13:24:22 maktop kernel: pci_bus 0000:08: busn_res: [bus 08-ff] end is updated to 08
Oct 25 13:24:22 maktop kernel: pci 0000:07:01.0: PCI bridge to [bus 09-ff]
Oct 25 13:24:22 maktop kernel: pci 0000:07:01.0:   bridge window [io  0x0000-0x0fff]
Oct 25 13:24:22 maktop kernel: pci 0000:07:01.0:   bridge window [mem 0x00000000-0x000fffff]
Oct 25 13:24:22 maktop kernel: pci 0000:07:01.0:   bridge window [mem 0x00000000-0x000fffff 64bit pref]
Oct 25 13:24:22 maktop kernel: pci_bus 0000:09: busn_res: [bus 09-ff] end is updated to 09
Oct 25 13:24:22 maktop kernel: pci 0000:0a:00.0: [8086:15b5] type 00 class 0x0c0330
Oct 25 13:24:22 maktop kernel: pci 0000:0a:00.0: reg 0x10: [mem 0x00000000-0x0000ffff]
Oct 25 13:24:22 maktop kernel: pci 0000:0a:00.0: supports D1 D2
Oct 25 13:24:22 maktop kernel: pci 0000:0a:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Oct 25 13:24:22 maktop kernel: pci 0000:07:02.0: PCI bridge to [bus 0a-ff]
Oct 25 13:24:22 maktop kernel: pci 0000:07:02.0:   bridge window [io  0x0000-0x0fff]
Oct 25 13:24:22 maktop kernel: pci 0000:07:02.0:   bridge window [mem 0x00000000-0x000fffff]
Oct 25 13:24:22 maktop kernel: pci 0000:07:02.0:   bridge window [mem 0x00000000-0x000fffff 64bit pref]
Oct 25 13:24:22 maktop kernel: pci_bus 0000:0a: busn_res: [bus 0a-ff] end is updated to 0a
Oct 25 13:24:22 maktop kernel: pci_bus 0000:07: busn_res: [bus 07-ff] end is updated to 0a
Oct 25 13:24:22 maktop kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 25 13:24:22 maktop kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
Oct 25 13:24:22 maktop kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 25 13:24:22 maktop kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 25 13:24:22 maktop kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 25 13:24:22 maktop kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 25 13:24:22 maktop kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 25 13:24:22 maktop kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 25 13:24:22 maktop kernel: ACPI: Enabled 6 GPEs in block 00 to 7F
Oct 25 13:24:22 maktop kernel: ACPI: EC: interrupt unblocked
Oct 25 13:24:22 maktop kernel: ACPI: EC: event unblocked
Oct 25 13:24:22 maktop kernel: ACPI: \_SB_.PCI0.LPCB.ECDV: GPE=0x14, EC_CMD/EC_SC=0x934, EC_DATA=0x930
Oct 25 13:24:22 maktop kernel: ACPI: \_SB_.PCI0.LPCB.ECDV: Used as boot DSDT EC to handle transactions and events
Oct 25 13:24:22 maktop kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Oct 25 13:24:22 maktop kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Oct 25 13:24:22 maktop kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Oct 25 13:24:22 maktop kernel: vgaarb: loaded
Oct 25 13:24:22 maktop kernel: EDAC MC: Ver: 3.0.0
Oct 25 13:24:22 maktop kernel: PCI: Using ACPI for IRQ routing
Oct 25 13:24:22 maktop kernel: PCI: pci_cache_line_size set to 64 bytes
Oct 25 13:24:22 maktop kernel: e820: reserve RAM buffer [mem 0x0009c800-0x0009ffff]
Oct 25 13:24:22 maktop kernel: e820: reserve RAM buffer [mem 0x28355000-0x2bffffff]
Oct 25 13:24:22 maktop kernel: e820: reserve RAM buffer [mem 0x4be000000-0x4bfffffff]
Oct 25 13:24:22 maktop kernel: NetLabel: Initializing
Oct 25 13:24:22 maktop kernel: NetLabel:  domain hash size = 128
Oct 25 13:24:22 maktop kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Oct 25 13:24:22 maktop kernel: NetLabel:  unlabeled traffic allowed by default
Oct 25 13:24:22 maktop kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Oct 25 13:24:22 maktop kernel: hpet0: 8 comparators, 64-bit 24.000000 MHz counter
Oct 25 13:24:22 maktop kernel: clocksource: Switched to clocksource hpet
Oct 25 13:24:22 maktop kernel: VFS: Disk quotas dquot_6.6.0
Oct 25 13:24:22 maktop kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Oct 25 13:24:22 maktop kernel: pnp: PnP ACPI init
Oct 25 13:24:22 maktop kernel: system 00:00: [io  0x0680-0x069f] has been reserved
Oct 25 13:24:22 maktop kernel: system 00:00: [io  0xffff] has been reserved
Oct 25 13:24:22 maktop kernel: system 00:00: [io  0xffff] has been reserved
Oct 25 13:24:22 maktop kernel: system 00:00: [io  0xffff] has been reserved
Oct 25 13:24:22 maktop kernel: system 00:00: [io  0x1800-0x18fe] has been reserved
Oct 25 13:24:22 maktop kernel: system 00:00: [io  0x164e-0x164f] has been reserved
Oct 25 13:24:22 maktop kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 25 13:24:22 maktop kernel: system 00:01: [io  0x0800-0x087f] has been reserved
Oct 25 13:24:22 maktop kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 25 13:24:22 maktop kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
Oct 25 13:24:22 maktop kernel: system 00:03: [io  0x1854-0x1857] has been reserved
Oct 25 13:24:22 maktop kernel: system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
Oct 25 13:24:22 maktop kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0303 (active)
Oct 25 13:24:22 maktop kernel: pnp 00:05: Plug and Play ACPI device, IDs DLL06e5 PNP0f13 (active)
Oct 25 13:24:22 maktop kernel: system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
Oct 25 13:24:22 maktop kernel: system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
Oct 25 13:24:22 maktop kernel: system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
Oct 25 13:24:22 maktop kernel: system 00:06: [mem 0xe0000000-0xefffffff] has been reserved
Oct 25 13:24:22 maktop kernel: system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
Oct 25 13:24:22 maktop kernel: system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
Oct 25 13:24:22 maktop kernel: system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
Oct 25 13:24:22 maktop kernel: system 00:06: [mem 0xff000000-0xffffffff] has been reserved
Oct 25 13:24:22 maktop kernel: system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
Oct 25 13:24:22 maktop kernel: system 00:06: [mem 0xdffe0000-0xdfffffff] has been reserved
Oct 25 13:24:22 maktop kernel: system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 25 13:24:22 maktop kernel: system 00:07: [mem 0xfd000000-0xfdabffff] has been reserved
Oct 25 13:24:22 maktop kernel: system 00:07: [mem 0xfdad0000-0xfdadffff] has been reserved
Oct 25 13:24:22 maktop kernel: system 00:07: [mem 0xfdb00000-0xfdffffff] has been reserved
Oct 25 13:24:22 maktop kernel: system 00:07: [mem 0xfe000000-0xfe01ffff] could not be reserved
Oct 25 13:24:22 maktop kernel: system 00:07: [mem 0xfe036000-0xfe03bfff] has been reserved
Oct 25 13:24:22 maktop kernel: system 00:07: [mem 0xfe03d000-0xfe3fffff] has been reserved
Oct 25 13:24:22 maktop kernel: system 00:07: [mem 0xfe410000-0xfe7fffff] has been reserved
Oct 25 13:24:22 maktop kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 25 13:24:22 maktop kernel: system 00:08: [io  0xff00-0xfffe] has been reserved
Oct 25 13:24:22 maktop kernel: system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 25 13:24:22 maktop kernel: system 00:09: [mem 0xfdaf0000-0xfdafffff] has been reserved
Oct 25 13:24:22 maktop kernel: system 00:09: [mem 0xfdae0000-0xfdaeffff] has been reserved
Oct 25 13:24:22 maktop kernel: system 00:09: [mem 0xfdac0000-0xfdacffff] has been reserved
Oct 25 13:24:22 maktop kernel: system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 25 13:24:22 maktop kernel: pnp 00:0a: Plug and Play ACPI device, IDs PNP0c31 (active)
Oct 25 13:24:22 maktop kernel: pnp: PnP ACPI: found 11 devices
Oct 25 13:24:22 maktop kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Oct 25 13:24:22 maktop kernel: pci 0000:07:01.0: bridge window [io  0x1000-0x0fff] to [bus 09] add_size 1000
Oct 25 13:24:22 maktop kernel: pci 0000:07:01.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 09] add_size 200000 add_align 100000
Oct 25 13:24:22 maktop kernel: pci 0000:07:01.0: bridge window [mem 0x00100000-0x000fffff] to [bus 09] add_size 200000 add_align 100000
Oct 25 13:24:22 maktop kernel: pci 0000:06:00.0: bridge window [io  0x1000-0x0fff] to [bus 07-0a] add_size 1000
Oct 25 13:24:22 maktop kernel: pci 0000:06:00.0: bridge window [mem 0x00100000-0x001fffff 64bit pref] to [bus 07-0a] add_size 200000 add_align 100000
Oct 25 13:24:22 maktop kernel: pci 0000:06:00.0: bridge window [mem 0x00100000-0x002fffff] to [bus 07-0a] add_size 200000 add_align 100000
Oct 25 13:24:22 maktop kernel: pci 0000:00:1d.6: bridge window [io  0x1000-0x0fff] to [bus 06-3e] add_size 1000
Oct 25 13:24:22 maktop kernel: pci 0000:00:1d.6: BAR 13: assigned [io  0x2000-0x2fff]
Oct 25 13:24:22 maktop kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Oct 25 13:24:22 maktop kernel: pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
Oct 25 13:24:22 maktop kernel: pci 0000:00:01.0:   bridge window [mem 0xdc000000-0xdd0fffff]
Oct 25 13:24:22 maktop kernel: pci 0000:00:01.0:   bridge window [mem 0xb0000000-0xc1ffffff 64bit pref]
Oct 25 13:24:22 maktop kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Oct 25 13:24:22 maktop kernel: pci 0000:00:1c.0:   bridge window [mem 0xddc00000-0xddcfffff]
Oct 25 13:24:22 maktop kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
Oct 25 13:24:22 maktop kernel: pci 0000:00:1c.1:   bridge window [io  0xd000-0xdfff]
Oct 25 13:24:22 maktop kernel: pci 0000:00:1c.1:   bridge window [mem 0xdd100000-0xddafffff]
Oct 25 13:24:22 maktop kernel: pci 0000:00:1c.1:   bridge window [mem 0xc2100000-0xc2afffff 64bit pref]
Oct 25 13:24:22 maktop kernel: pci 0000:00:1d.0: PCI bridge to [bus 04]
Oct 25 13:24:22 maktop kernel: pci 0000:00:1d.0:   bridge window [mem 0xddb00000-0xddbfffff]
Oct 25 13:24:22 maktop kernel: pci 0000:00:1d.4: PCI bridge to [bus 05]
Oct 25 13:24:22 maktop kernel: pci 0000:06:00.0: BAR 14: assigned [mem 0xc4000000-0xc43fffff]
Oct 25 13:24:22 maktop kernel: pci 0000:06:00.0: BAR 15: assigned [mem 0x80000000-0x802fffff 64bit pref]
Oct 25 13:24:22 maktop kernel: pci 0000:06:00.0: BAR 13: assigned [io  0x2000-0x2fff]
Oct 25 13:24:22 maktop kernel: pci 0000:07:01.0: BAR 14: assigned [mem 0xc4000000-0xc41fffff]
Oct 25 13:24:22 maktop kernel: pci 0000:07:01.0: BAR 15: assigned [mem 0x80000000-0x801fffff 64bit pref]
Oct 25 13:24:22 maktop kernel: pci 0000:07:02.0: BAR 14: assigned [mem 0xc4200000-0xc42fffff]
Oct 25 13:24:22 maktop kernel: pci 0000:07:01.0: BAR 13: assigned [io  0x2000-0x2fff]
Oct 25 13:24:22 maktop kernel: pci 0000:07:00.0: PCI bridge to [bus 08]
Oct 25 13:24:22 maktop kernel: pci 0000:07:01.0: PCI bridge to [bus 09]
Oct 25 13:24:22 maktop kernel: pci 0000:07:01.0:   bridge window [io  0x2000-0x2fff]
Oct 25 13:24:22 maktop kernel: pci 0000:07:01.0:   bridge window [mem 0xc4000000-0xc41fffff]
Oct 25 13:24:22 maktop kernel: pci 0000:07:01.0:   bridge window [mem 0x80000000-0x801fffff 64bit pref]
Oct 25 13:24:22 maktop kernel: pci 0000:0a:00.0: BAR 0: assigned [mem 0xc4200000-0xc420ffff]
Oct 25 13:24:22 maktop kernel: pci 0000:07:02.0: PCI bridge to [bus 0a]
Oct 25 13:24:22 maktop kernel: pci 0000:07:02.0:   bridge window [mem 0xc4200000-0xc42fffff]
Oct 25 13:24:22 maktop kernel: pci 0000:06:00.0: PCI bridge to [bus 07-0a]
Oct 25 13:24:22 maktop kernel: pci 0000:06:00.0:   bridge window [io  0x2000-0x2fff]
Oct 25 13:24:22 maktop kernel: pci 0000:06:00.0:   bridge window [mem 0xc4000000-0xc43fffff]
Oct 25 13:24:22 maktop kernel: pci 0000:06:00.0:   bridge window [mem 0x80000000-0x802fffff 64bit pref]
Oct 25 13:24:22 maktop kernel: pci 0000:00:1d.6: PCI bridge to [bus 06-3e]
Oct 25 13:24:22 maktop kernel: pci 0000:00:1d.6:   bridge window [io  0x2000-0x2fff]
Oct 25 13:24:22 maktop kernel: pci 0000:00:1d.6:   bridge window [mem 0xc4000000-0xda0fffff]
Oct 25 13:24:22 maktop kernel: pci 0000:00:1d.6:   bridge window [mem 0x80000000-0xa1ffffff 64bit pref]
Oct 25 13:24:22 maktop kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Oct 25 13:24:22 maktop kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Oct 25 13:24:22 maktop kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Oct 25 13:24:22 maktop kernel: pci_bus 0000:00: resource 7 [mem 0x40000000-0xdfffffff window]
Oct 25 13:24:22 maktop kernel: pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
Oct 25 13:24:22 maktop kernel: pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
Oct 25 13:24:22 maktop kernel: pci_bus 0000:01: resource 1 [mem 0xdc000000-0xdd0fffff]
Oct 25 13:24:22 maktop kernel: pci_bus 0000:01: resource 2 [mem 0xb0000000-0xc1ffffff 64bit pref]
Oct 25 13:24:22 maktop kernel: pci_bus 0000:02: resource 1 [mem 0xddc00000-0xddcfffff]
Oct 25 13:24:22 maktop kernel: pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
Oct 25 13:24:22 maktop kernel: pci_bus 0000:03: resource 1 [mem 0xdd100000-0xddafffff]
Oct 25 13:24:22 maktop kernel: pci_bus 0000:03: resource 2 [mem 0xc2100000-0xc2afffff 64bit pref]
Oct 25 13:24:22 maktop kernel: pci_bus 0000:04: resource 1 [mem 0xddb00000-0xddbfffff]
Oct 25 13:24:22 maktop kernel: pci_bus 0000:06: resource 0 [io  0x2000-0x2fff]
Oct 25 13:24:22 maktop kernel: pci_bus 0000:06: resource 1 [mem 0xc4000000-0xda0fffff]
Oct 25 13:24:22 maktop kernel: pci_bus 0000:06: resource 2 [mem 0x80000000-0xa1ffffff 64bit pref]
Oct 25 13:24:22 maktop kernel: pci_bus 0000:07: resource 0 [io  0x2000-0x2fff]
Oct 25 13:24:22 maktop kernel: pci_bus 0000:07: resource 1 [mem 0xc4000000-0xc43fffff]
Oct 25 13:24:22 maktop kernel: pci_bus 0000:07: resource 2 [mem 0x80000000-0x802fffff 64bit pref]
Oct 25 13:24:22 maktop kernel: pci_bus 0000:09: resource 0 [io  0x2000-0x2fff]
Oct 25 13:24:22 maktop kernel: pci_bus 0000:09: resource 1 [mem 0xc4000000-0xc41fffff]
Oct 25 13:24:22 maktop kernel: pci_bus 0000:09: resource 2 [mem 0x80000000-0x801fffff 64bit pref]
Oct 25 13:24:22 maktop kernel: pci_bus 0000:0a: resource 1 [mem 0xc4200000-0xc42fffff]
Oct 25 13:24:22 maktop kernel: NET: Registered protocol family 2
Oct 25 13:24:22 maktop kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
Oct 25 13:24:22 maktop kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
Oct 25 13:24:22 maktop kernel: TCP: Hash tables configured (established 131072 bind 65536)
Oct 25 13:24:22 maktop kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes)
Oct 25 13:24:22 maktop kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
Oct 25 13:24:22 maktop kernel: NET: Registered protocol family 1
Oct 25 13:24:22 maktop kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Oct 25 13:24:22 maktop kernel: pci 0000:06:00.0: enabling device (0000 -> 0003)
Oct 25 13:24:22 maktop kernel: pci 0000:07:02.0: enabling device (0000 -> 0002)
Oct 25 13:24:22 maktop kernel: pci 0000:0a:00.0: enabling device (0000 -> 0002)
Oct 25 13:24:22 maktop kernel: PCI: CLS 0 bytes, default 64
Oct 25 13:24:22 maktop kernel: Unpacking initramfs...
Oct 25 13:24:22 maktop kernel: Freeing initrd memory: 9292K
Oct 25 13:24:22 maktop kernel: DMAR: ACPI device "device:68" under DMAR at fed91000 as 00:15.0
Oct 25 13:24:22 maktop kernel: DMAR: ACPI device "device:69" under DMAR at fed91000 as 00:15.1
Oct 25 13:24:22 maktop kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Oct 25 13:24:22 maktop kernel: software IO TLB [mem 0x227fe000-0x267fe000] (64MB) mapped at [ffff9e08227fe000-ffff9e08267fdfff]
Oct 25 13:24:22 maktop kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2717868ea45, max_idle_ns: 440795316085 ns
Oct 25 13:24:22 maktop kernel: Scanning for low memory corruption every 60 seconds
Oct 25 13:24:22 maktop kernel: Initialise system trusted keyrings
Oct 25 13:24:22 maktop kernel: Key type blacklist registered
Oct 25 13:24:22 maktop kernel: workingset: timestamp_bits=40 max_order=22 bucket_order=0
Oct 25 13:24:22 maktop kernel: zbud: loaded
Oct 25 13:24:22 maktop kernel: Key type asymmetric registered
Oct 25 13:24:22 maktop kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
Oct 25 13:24:22 maktop kernel: io scheduler noop registered
Oct 25 13:24:22 maktop kernel: io scheduler deadline registered
Oct 25 13:24:22 maktop kernel: io scheduler cfq registered (default)
Oct 25 13:24:22 maktop kernel: io scheduler mq-deadline registered
Oct 25 13:24:22 maktop kernel: io scheduler kyber registered
Oct 25 13:24:22 maktop kernel: io scheduler bfq registered
Oct 25 13:24:22 maktop kernel: pcieport 0000:07:01.0: enabling device (0000 -> 0003)
Oct 25 13:24:22 maktop kernel: vesafb: mode is 1920x1080x32, linelength=7680, pages=0
Oct 25 13:24:22 maktop kernel: vesafb: scrolling: redraw
Oct 25 13:24:22 maktop kernel: vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Oct 25 13:24:22 maktop kernel: vesafb: framebuffer at 0x70000000, mapped to 0xffffb89042800000, using 8128k, total 8128k
Oct 25 13:24:22 maktop kernel: Console: switching to colour frame buffer device 240x67
Oct 25 13:24:22 maktop kernel: fb0: VESA VGA frame buffer device
Oct 25 13:24:22 maktop kernel: intel_idle: MWAIT substates: 0x11142120
Oct 25 13:24:22 maktop kernel: intel_idle: v0.4.1 model 0x5E
Oct 25 13:24:22 maktop kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
Oct 25 13:24:22 maktop kernel: GHES: HEST is not enabled!
Oct 25 13:24:22 maktop kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Oct 25 13:24:22 maktop kernel: rtc_cmos 00:02: RTC can wake from S4
Oct 25 13:24:22 maktop kernel: rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
Oct 25 13:24:22 maktop kernel: rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
Oct 25 13:24:22 maktop kernel: intel_pstate: Intel P-state driver initializing
Oct 25 13:24:22 maktop kernel: intel_pstate: HWP enabled
Oct 25 13:24:22 maktop kernel: ledtrig-cpu: registered to indicate activity on CPUs
Oct 25 13:24:22 maktop kernel: vlv2_plat_clk vlv2_plat_clk: vlv2_plat_clk initialized
Oct 25 13:24:22 maktop kernel: NET: Registered protocol family 10
Oct 25 13:24:22 maktop kernel: Segment Routing with IPv6
Oct 25 13:24:22 maktop kernel: NET: Registered protocol family 17
Oct 25 13:24:22 maktop kernel: RAS: Correctable Errors collector initialized.
Oct 25 13:24:22 maktop kernel: microcode: sig=0x506e3, pf=0x20, revision=0x9e
Oct 25 13:24:22 maktop kernel: microcode: Microcode Update Driver: v2.2.
Oct 25 13:24:22 maktop kernel: sched_clock: Marking stable (1651441692, 0)->(1764160280, -112718588)
Oct 25 13:24:22 maktop kernel: registered taskstats version 1
Oct 25 13:24:22 maktop kernel: Loading compiled-in X.509 certificates
Oct 25 13:24:22 maktop kernel: zswap: loaded using pool lzo/zbud
Oct 25 13:24:22 maktop kernel: Key type big_key registered
Oct 25 13:24:22 maktop kernel:   Magic number: 5:338:427
Oct 25 13:24:22 maktop kernel: rtc_cmos 00:02: setting system clock to 2017-10-25 10:24:07 UTC (1508927047)
Oct 25 13:24:22 maktop kernel: PM: Hibernation image not present or could not be loaded.
Oct 25 13:24:22 maktop kernel: Freeing unused kernel memory: 1336K
Oct 25 13:24:22 maktop kernel: Write protecting the kernel read-only data: 10240k
Oct 25 13:24:22 maktop kernel: Freeing unused kernel memory: 1536K
Oct 25 13:24:22 maktop kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Oct 25 13:24:22 maktop kernel: i8042: Warning: Keylock active
Oct 25 13:24:22 maktop kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Oct 25 13:24:22 maktop kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Oct 25 13:24:22 maktop kernel: ACPI: bus type USB registered
Oct 25 13:24:22 maktop kernel: usbcore: registered new interface driver usbfs
Oct 25 13:24:22 maktop kernel: usbcore: registered new interface driver hub
Oct 25 13:24:22 maktop kernel: SCSI subsystem initialized
Oct 25 13:24:22 maktop kernel: usbcore: registered new device driver usb
Oct 25 13:24:22 maktop kernel: nvme nvme0: pci function 0000:04:00.0
Oct 25 13:24:22 maktop kernel: libata version 3.00 loaded.
Oct 25 13:24:22 maktop kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Oct 25 13:24:22 maktop kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Oct 25 13:24:22 maktop kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00109810
Oct 25 13:24:22 maktop kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
Oct 25 13:24:22 maktop kernel: hub 1-0:1.0: USB hub found
Oct 25 13:24:22 maktop kernel: hub 1-0:1.0: 16 ports detected
Oct 25 13:24:22 maktop kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Oct 25 13:24:22 maktop kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Oct 25 13:24:22 maktop kernel: hub 2-0:1.0: USB hub found
Oct 25 13:24:22 maktop kernel: hub 2-0:1.0: 10 ports detected
Oct 25 13:24:22 maktop kernel: ahci 0000:00:17.0: version 3.0
Oct 25 13:24:22 maktop kernel: xhci_hcd 0000:0a:00.0: xHCI Host Controller
Oct 25 13:24:22 maktop kernel: xhci_hcd 0000:0a:00.0: new USB bus registered, assigned bus number 3
Oct 25 13:24:22 maktop kernel: ahci 0000:00:17.0: SSS flag set, parallel bus scan disabled
Oct 25 13:24:22 maktop kernel: xhci_hcd 0000:0a:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x00009810
Oct 25 13:24:22 maktop kernel: hub 3-0:1.0: USB hub found
Oct 25 13:24:22 maktop kernel: hub 3-0:1.0: 2 ports detected
Oct 25 13:24:22 maktop kernel: xhci_hcd 0000:0a:00.0: xHCI Host Controller
Oct 25 13:24:22 maktop kernel: xhci_hcd 0000:0a:00.0: new USB bus registered, assigned bus number 4
Oct 25 13:24:22 maktop kernel: hub 4-0:1.0: USB hub found
Oct 25 13:24:22 maktop kernel: hub 4-0:1.0: 2 ports detected
Oct 25 13:24:22 maktop kernel: AVX2 version of gcm_enc/dec engaged.
Oct 25 13:24:22 maktop kernel: AES CTR mode by8 optimization enabled
Oct 25 13:24:22 maktop kernel: ahci 0000:00:17.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x2 impl SATA mode
Oct 25 13:24:22 maktop kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf stag pm led clo only pio slum part ems deso sadm sds apst 
Oct 25 13:24:22 maktop kernel: scsi host0: ahci
Oct 25 13:24:22 maktop kernel: scsi host1: ahci
Oct 25 13:24:22 maktop kernel: ata1: DUMMY
Oct 25 13:24:22 maktop kernel: ata2: SATA max UDMA/133 abar m2048@0xddd33000 port 0xddd33180 irq 125
Oct 25 13:24:22 maktop kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
Oct 25 13:24:22 maktop kernel:  nvme0n1: p1 p2 p3
Oct 25 13:24:22 maktop kernel: usb 1-2: new high-speed USB device number 2 using xhci_hcd
Oct 25 13:24:22 maktop kernel: ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Oct 25 13:24:22 maktop kernel: ata2.00: ATA-8: ST500LM021-1KJ152, 0005SDM1, max UDMA/133
Oct 25 13:24:22 maktop kernel: ata2.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
Oct 25 13:24:22 maktop kernel: hub 1-2:1.0: USB hub found
Oct 25 13:24:22 maktop kernel: hub 1-2:1.0: 2 ports detected
Oct 25 13:24:22 maktop kernel: usb 1-4: new full-speed USB device number 3 using xhci_hcd
Oct 25 13:24:22 maktop kernel: clocksource: Switched to clocksource tsc
Oct 25 13:24:22 maktop kernel: ata2.00: configured for UDMA/133
Oct 25 13:24:22 maktop kernel: scsi 1:0:0:0: Direct-Access     ATA      ST500LM021-1KJ15 SDM1 PQ: 0 ANSI: 5
Oct 25 13:24:22 maktop kernel: sd 1:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
Oct 25 13:24:22 maktop kernel: sd 1:0:0:0: [sda] 4096-byte physical blocks
Oct 25 13:24:22 maktop kernel: sd 1:0:0:0: [sda] Write Protect is off
Oct 25 13:24:22 maktop kernel: sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
Oct 25 13:24:22 maktop kernel: sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Oct 25 13:24:22 maktop kernel: usb 1-2.2: new full-speed USB device number 4 using xhci_hcd
Oct 25 13:24:22 maktop kernel:  sda: sda1
Oct 25 13:24:22 maktop kernel: sd 1:0:0:0: [sda] Attached SCSI disk
Oct 25 13:24:22 maktop kernel: hidraw: raw HID events driver (C) Jiri Kosina
Oct 25 13:24:22 maktop kernel: usbcore: registered new interface driver usbhid
Oct 25 13:24:22 maktop kernel: usbhid: USB HID core driver
Oct 25 13:24:22 maktop kernel: input: A4TECH USB Device as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.2/1-2.2:1.0/0003:09DA:9066.0001/input/input2
Oct 25 13:24:22 maktop kernel: hid-generic 0003:09DA:9066.0001: input,hiddev0,hidraw0: USB HID v1.11 Keyboard [A4TECH USB Device] on usb-0000:00:14.0-2.2/input0
Oct 25 13:24:22 maktop kernel: input: A4TECH USB Device as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.2/1-2.2:1.1/0003:09DA:9066.0002/input/input3
Oct 25 13:24:22 maktop kernel: hid-generic 0003:09DA:9066.0002: input,hidraw1: USB HID v1.11 Mouse [A4TECH USB Device] on usb-0000:00:14.0-2.2/input1
Oct 25 13:24:22 maktop kernel: device-mapper: uevent: version 1.0.3
Oct 25 13:24:22 maktop kernel: device-mapper: ioctl: 4.36.0-ioctl (2017-06-09) initialised: dm-devel@redhat.com
Oct 25 13:24:22 maktop kernel: usb 1-12: new high-speed USB device number 5 using xhci_hcd
Oct 25 13:24:22 maktop kernel: usb 4-1: new SuperSpeed USB device number 2 using xhci_hcd
Oct 25 13:24:22 maktop kernel: NET: Registered protocol family 38
Oct 25 13:24:22 maktop kernel: random: crng init done
Oct 25 13:24:22 maktop kernel: EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
Oct 25 13:24:22 maktop kernel: ip_tables: (C) 2000-2006 Netfilter Core Team
Oct 25 13:24:22 maktop systemd[1]: systemd 235 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN default-hierarchy=hybrid)
Oct 25 13:24:22 maktop systemd[1]: Detected architecture x86-64.
Oct 25 13:24:22 maktop systemd[1]: Set hostname to <maktop>.
Oct 25 13:24:22 maktop systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Oct 25 13:24:22 maktop systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Oct 25 13:24:22 maktop systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Oct 25 13:24:22 maktop systemd[1]: Reached target Local Encrypted Volumes.
Oct 25 13:24:22 maktop systemd[1]: Created slice User and Session Slice.
Oct 25 13:24:22 maktop systemd[1]: Reached target Swap.
Oct 25 13:24:22 maktop systemd[1]: Reached target Remote File Systems.
Oct 25 13:24:22 maktop kernel: acpi_call: loading out-of-tree module taints kernel.
Oct 25 13:24:22 maktop kernel: EXT4-fs (dm-0): re-mounted. Opts: data=ordered
Oct 25 13:24:23 maktop kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input4
Oct 25 13:24:23 maktop kernel: ACPI: Lid Switch [LID0]
Oct 25 13:24:23 maktop kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5
Oct 25 13:24:23 maktop kernel: ACPI: Power Button [PBTN]
Oct 25 13:24:23 maktop kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input6
Oct 25 13:24:23 maktop kernel: ACPI: Sleep Button [SBTN]
Oct 25 13:24:23 maktop kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input7
Oct 25 13:24:23 maktop kernel: ACPI: Power Button [PWRF]
Oct 25 13:24:23 maktop kernel: ACPI: AC Adapter [AC] (on-line)
Oct 25 13:24:23 maktop kernel: ACPI Warning: \_SB.IETM._ART: Return Package type mismatch at index 0 - found Integer, expected Reference (20170531/nspredef-297)
Oct 25 13:24:23 maktop kernel: ACPI: Invalid package element [0]: got number, expecting [R]
Oct 25 13:24:23 maktop kernel: _ART package 0 is invalid, ignored
Oct 25 13:24:23 maktop kernel: ACPI Warning: \_SB.IETM._TRT: Return Package has no elements (empty) (20170531/nsprepkg-130)
Oct 25 13:24:23 maktop kernel: acpi INT33D5:00: intel-hid: created platform device
Oct 25 13:24:23 maktop kernel: input: Intel HID events as /devices/platform/INT33D5:00/input/input8
Oct 25 13:24:23 maktop kernel: wmi_bus wmi_bus-PNP0C14:02: WQBC data block query control method not found
Oct 25 13:24:23 maktop kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Oct 25 13:24:23 maktop kernel: (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
Oct 25 13:24:23 maktop kernel: intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
Oct 25 13:24:23 maktop kernel: Linux agpgart interface v0.103
Oct 25 13:24:23 maktop kernel: (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
Oct 25 13:24:23 maktop kernel: media: Linux media interface: v0.10
Oct 25 13:24:23 maktop kernel: Bluetooth: Core ver 2.22
Oct 25 13:24:23 maktop kernel: NET: Registered protocol family 31
Oct 25 13:24:23 maktop kernel: Bluetooth: HCI device and connection manager initialized
Oct 25 13:24:23 maktop kernel: Bluetooth: HCI socket layer initialized
Oct 25 13:24:23 maktop kernel: Bluetooth: L2CAP socket layer initialized
Oct 25 13:24:23 maktop kernel: Bluetooth: SCO socket layer initialized
Oct 25 13:24:23 maktop kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
Oct 25 13:24:23 maktop kernel: Linux video capture interface: v2.00
Oct 25 13:24:23 maktop kernel: ACPI Error: [\_SB_.PCI0.LPCB.H_EC.ECAV] Namespace lookup failure, AE_NOT_FOUND (20170531/psargs-364)
Oct 25 13:24:23 maktop kernel: ACPI Error: Method parse/execution failed \_TZ.FNCL, AE_NOT_FOUND (20170531/psparse-550)
Oct 25 13:24:23 maktop kernel: thermal LNXTHERM:00: registered as thermal_zone5
Oct 25 13:24:23 maktop kernel: ACPI: Thermal Zone [THM] (25 C)
Oct 25 13:24:23 maktop kernel: ACPI Error: Method parse/execution failed \_TZ.FN00._ON, AE_NOT_FOUND (20170531/psparse-550)
Oct 25 13:24:23 maktop kernel: acpi PNP0C0B:00: Failed to change power state to D0
Oct 25 13:24:23 maktop kernel: Bluetooth: HCI UART driver ver 2.3
Oct 25 13:24:23 maktop kernel: Bluetooth: HCI UART protocol H4 registered
Oct 25 13:24:23 maktop kernel: Bluetooth: HCI UART protocol BCSP registered
Oct 25 13:24:23 maktop kernel: Bluetooth: HCI UART protocol LL registered
Oct 25 13:24:23 maktop kernel: Bluetooth: HCI UART protocol ATH3K registered
Oct 25 13:24:23 maktop kernel: Bluetooth: HCI UART protocol Three-wire (H5) registered
Oct 25 13:24:23 maktop kernel: Bluetooth: HCI UART protocol Intel registered
Oct 25 13:24:23 maktop kernel: Bluetooth: HCI UART protocol Broadcom registered
Oct 25 13:24:23 maktop kernel: Bluetooth: HCI UART protocol QCA registered
Oct 25 13:24:23 maktop kernel: Bluetooth: HCI UART protocol AG6XX registered
Oct 25 13:24:23 maktop kernel: Bluetooth: HCI UART protocol Marvell registered
Oct 25 13:24:23 maktop kernel: usbcore: registered new interface driver btusb
Oct 25 13:24:23 maktop kernel: Bluetooth: hci0: Bootloader revision 0.0 build 2 week 52 2014
Oct 25 13:24:23 maktop kernel: uvcvideo: Found UVC 1.00 device Integrated_Webcam_HD (0c45:6713)
Oct 25 13:24:23 maktop kernel: mousedev: PS/2 mouse device common for all mice
Oct 25 13:24:23 maktop kernel: tpm_tis 00:0a: 1.2 TPM (device-id 0xFE, rev-id 2)
Oct 25 13:24:23 maktop kernel: ACPI Error: [\_SB_.PCI0.LPCB.H_EC.ECAV] Namespace lookup failure, AE_NOT_FOUND (20170531/psargs-364)
Oct 25 13:24:23 maktop kernel: Bluetooth: hci0: Device revision is 5
Oct 25 13:24:23 maktop kernel: Bluetooth: hci0: Secure boot is enabled
Oct 25 13:24:23 maktop kernel: Bluetooth: hci0: OTP lock is enabled
Oct 25 13:24:23 maktop kernel: Bluetooth: hci0: API lock is enabled
Oct 25 13:24:23 maktop kernel: Bluetooth: hci0: Debug lock is disabled
Oct 25 13:24:23 maktop kernel: Bluetooth: hci0: Minimum firmware build 1 week 10 2014
Oct 25 13:24:23 maktop kernel: ACPI Error: Method parse/execution failed \_TZ.TZ00._TMP, AE_NOT_FOUND (20170531/psparse-550)
Oct 25 13:24:23 maktop kernel: ACPI Error: [\_SB_.PCI0.LPCB.H_EC.ECAV] Namespace lookup failure, AE_NOT_FOUND (20170531/psargs-364)
Oct 25 13:24:23 maktop kernel: ACPI Error: Method parse/execution failed \_TZ.FNCL, AE_NOT_FOUND (20170531/psparse-550)
Oct 25 13:24:23 maktop kernel: Bluetooth: hci0: Found device firmware: intel/ibt-11-5.sfi
Oct 25 13:24:23 maktop kernel: ACPI Error: Method parse/execution failed \_TZ.FN00._ON, AE_NOT_FOUND (20170531/psparse-550)
Oct 25 13:24:23 maktop kernel: acpi PNP0C0B:00: Failed to set initial power state
Oct 25 13:24:23 maktop kernel: acpi PNP0C0B:00: Cannot transition from (unknown) to D3hot
Oct 25 13:24:23 maktop kernel: ACPI Error: [\_SB_.PCI0.LPCB.H_EC.ECAV] Namespace lookup failure, AE_NOT_FOUND (20170531/psargs-364)
Oct 25 13:24:23 maktop kernel: ACPI Error: Method parse/execution failed \_TZ.TZ00._TMP, AE_NOT_FOUND (20170531/psparse-550)
Oct 25 13:24:23 maktop kernel: ACPI Error: [\_SB_.PCI0.LPCB.H_EC.ECAV] Namespace lookup failure, AE_NOT_FOUND (20170531/psargs-364)
Oct 25 13:24:23 maktop kernel: ACPI Error: Method parse/execution failed \_TZ.TZ01._TMP, AE_NOT_FOUND (20170531/psparse-550)
Oct 25 13:24:23 maktop kernel: ACPI Error: [\_SB_.PCI0.LPCB.H_EC.ECAV] Namespace lookup failure, AE_NOT_FOUND (20170531/psargs-364)
Oct 25 13:24:23 maktop kernel: ACPI Error: Method parse/execution failed \_TZ.FNCL, AE_NOT_FOUND (20170531/psparse-550)
Oct 25 13:24:23 maktop kernel: ACPI Error: Method parse/execution failed \_TZ.FN01._ON, AE_NOT_FOUND (20170531/psparse-550)
Oct 25 13:24:23 maktop kernel: acpi PNP0C0B:01: Failed to change power state to D0
Oct 25 13:24:23 maktop kernel: ACPI: Battery Slot [BAT0] (battery present)
Oct 25 13:24:23 maktop kernel: ACPI Error: [\_SB_.PCI0.LPCB.H_EC.ECAV] Namespace lookup failure, AE_NOT_FOUND (20170531/psargs-364)
Oct 25 13:24:23 maktop kernel: ACPI Error: Method parse/execution failed \_TZ.TZ01._TMP, AE_NOT_FOUND (20170531/psparse-550)
Oct 25 13:24:23 maktop kernel: uvcvideo 1-12:1.0: Entity type for entity Extension 4 was not initialized!
Oct 25 13:24:23 maktop kernel: uvcvideo 1-12:1.0: Entity type for entity Extension 3 was not initialized!
Oct 25 13:24:23 maktop kernel: uvcvideo 1-12:1.0: Entity type for entity Processing 2 was not initialized!
Oct 25 13:24:23 maktop kernel: uvcvideo 1-12:1.0: Entity type for entity Camera 1 was not initialized!
Oct 25 13:24:23 maktop kernel: input: Integrated_Webcam_HD: Integrate as /devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.0/input/input9
Oct 25 13:24:23 maktop kernel: usbcore: registered new interface driver uvcvideo
Oct 25 13:24:23 maktop kernel: USB Video Class driver (1.1.1)
Oct 25 13:24:23 maktop kernel: ACPI Error: [\_SB_.PCI0.LPCB.H_EC.ECAV] Namespace lookup failure, AE_NOT_FOUND (20170531/psargs-364)
Oct 25 13:24:23 maktop kernel: ACPI Error: Method parse/execution failed \_TZ.FNCL, AE_NOT_FOUND (20170531/psparse-550)
Oct 25 13:24:23 maktop kernel: ACPI Error: Method parse/execution failed \_TZ.FN01._ON, AE_NOT_FOUND (20170531/psparse-550)
Oct 25 13:24:23 maktop kernel: acpi PNP0C0B:01: Failed to set initial power state
Oct 25 13:24:23 maktop kernel: RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
Oct 25 13:24:23 maktop kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Oct 25 13:24:23 maktop kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Oct 25 13:24:23 maktop kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Oct 25 13:24:23 maktop kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Oct 25 13:24:23 maktop kernel: RAPL PMU: hw unit of domain psys 2^-14 Joules
Oct 25 13:24:23 maktop kernel: acpi PNP0C0B:01: Cannot transition from (unknown) to D3hot
Oct 25 13:24:23 maktop kernel: usbcore: registered new interface driver r8152
Oct 25 13:24:23 maktop kernel: ACPI Error: [\_SB_.PCI0.LPCB.H_EC.ECAV] Namespace lookup failure, AE_NOT_FOUND (20170531/psargs-364)
Oct 25 13:24:23 maktop kernel: ACPI Error: Method parse/execution failed \_TZ.FNCL, AE_NOT_FOUND (20170531/psparse-550)
Oct 25 13:24:23 maktop kernel: ACPI Error: Method parse/execution failed \_TZ.FN02._ON, AE_NOT_FOUND (20170531/psparse-550)
Oct 25 13:24:23 maktop kernel: EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Opts: data=ordered
Oct 25 13:24:23 maktop kernel: acpi PNP0C0B:02: Failed to change power state to D0
Oct 25 13:24:23 maktop kernel: intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
Oct 25 13:24:23 maktop kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
Oct 25 13:24:23 maktop kernel: Intel(R) Wireless WiFi driver for Linux
Oct 25 13:24:23 maktop kernel: Copyright(c) 2003- 2015 Intel Corporation
Oct 25 13:24:23 maktop kernel: usbcore: registered new interface driver cdc_ether
Oct 25 13:24:23 maktop kernel: ACPI Error: [\_SB_.PCI0.LPCB.H_EC.ECAV] Namespace lookup failure, AE_NOT_FOUND (20170531/psargs-364)
Oct 25 13:24:23 maktop kernel: iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-8000C-33.ucode failed with error -2
Oct 25 13:24:23 maktop kernel: iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-8000C-32.ucode failed with error -2
Oct 25 13:24:23 maktop kernel: iwlwifi 0000:02:00.0: loaded firmware version 31.532993.0 op_mode iwlmvm
Oct 25 13:24:23 maktop kernel: usb 4-1: reset SuperSpeed USB device number 2 using xhci_hcd
Oct 25 13:24:23 maktop kernel: ACPI Error: Method parse/execution failed \_TZ.FNCL, AE_NOT_FOUND (20170531/psparse-550)
Oct 25 13:24:23 maktop kernel: r8152 4-1:1.0 (unnamed net_device) (uninitialized): Using pass-thru MAC addr 28:f1:0e:51:a8:88
Oct 25 13:24:23 maktop kernel: ACPI Error: Method parse/execution failed \_TZ.FN02._ON, AE_NOT_FOUND (20170531/psparse-550)
Oct 25 13:24:23 maktop kernel: acpi PNP0C0B:02: Failed to set initial power state
Oct 25 13:24:23 maktop kernel: r8152 4-1:1.0 eth0: v1.09.9
Oct 25 13:24:23 maktop kernel: acpi PNP0C0B:02: Cannot transition from (unknown) to D3hot
Oct 25 13:24:23 maktop kernel: input: PC Speaker as /devices/platform/pcspkr/input/input11
Oct 25 13:24:23 maktop kernel: iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band Wireless AC 8260, REV=0x208
Oct 25 13:24:23 maktop kernel: intel_rapl: Found RAPL domain package
Oct 25 13:24:23 maktop kernel: intel_rapl: Found RAPL domain core
Oct 25 13:24:23 maktop kernel: intel_rapl: Found RAPL domain uncore
Oct 25 13:24:23 maktop kernel: intel_rapl: Found RAPL domain dram
Oct 25 13:24:24 maktop kernel: ACPI Error: [\_SB_.PCI0.LPCB.H_EC.ECAV] Namespace lookup failure, AE_NOT_FOUND (20170531/psargs-364)
Oct 25 13:24:24 maktop kernel: dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
Oct 25 13:24:24 maktop kernel: iwlwifi 0000:02:00.0: base HW address: b8:8a:60:ed:a4:5e
Oct 25 13:24:24 maktop kernel: ACPI Error: Method parse/execution failed \_TZ.FNCL, AE_NOT_FOUND (20170531/psparse-550)
Oct 25 13:24:24 maktop kernel: ACPI Error: Method parse/execution failed \_TZ.FN03._ON, AE_NOT_FOUND (20170531/psparse-550)
Oct 25 13:24:24 maktop kernel: acpi PNP0C0B:03: Failed to change power state to D0
Oct 25 13:24:24 maktop kernel: psmouse serio1: synaptics: Unable to query device: -1
Oct 25 13:24:24 maktop kernel: dell_wmi: Detected Dell WMI interface version 1
Oct 25 13:24:24 maktop kernel: input: Dell WMI hotkeys as /devices/platform/PNP0C14:02/wmi_bus/wmi_bus-PNP0C14:02/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input12
Oct 25 13:24:24 maktop kernel: ACPI Error: [\_SB_.PCI0.LPCB.H_EC.ECAV] Namespace lookup failure, AE_NOT_FOUND (20170531/psargs-364)
Oct 25 13:24:24 maktop kernel: ACPI Error: Method parse/execution failed \_TZ.FNCL, AE_NOT_FOUND (20170531/psparse-550)
Oct 25 13:24:24 maktop kernel: ACPI Error: Method parse/execution failed \_TZ.FN03._ON, AE_NOT_FOUND (20170531/psparse-550)
Oct 25 13:24:24 maktop kernel: acpi PNP0C0B:03: Failed to set initial power state
Oct 25 13:24:24 maktop kernel: acpi PNP0C0B:03: Cannot transition from (unknown) to D3hot
Oct 25 13:24:24 maktop kernel: ACPI Error: [\_SB_.PCI0.LPCB.H_EC.ECAV] Namespace lookup failure, AE_NOT_FOUND (20170531/psargs-364)
Oct 25 13:24:24 maktop kernel: ACPI Error: Method parse/execution failed \_TZ.FNCL, AE_NOT_FOUND (20170531/psparse-550)
Oct 25 13:24:24 maktop kernel: ACPI Error: Method parse/execution failed \_TZ.FN04._ON, AE_NOT_FOUND (20170531/psparse-550)
Oct 25 13:24:24 maktop kernel: acpi PNP0C0B:04: Failed to change power state to D0
Oct 25 13:24:24 maktop kernel: ACPI Error: [\_SB_.PCI0.LPCB.H_EC.ECAV] Namespace lookup failure, AE_NOT_FOUND (20170531/psargs-364)
Oct 25 13:24:24 maktop kernel: ACPI Error: Method parse/execution failed \_TZ.FNCL, AE_NOT_FOUND (20170531/psparse-550)
Oct 25 13:24:24 maktop kernel: ACPI Error: Method parse/execution failed \_TZ.FN04._ON, AE_NOT_FOUND (20170531/psparse-550)
Oct 25 13:24:24 maktop kernel: acpi PNP0C0B:04: Failed to set initial power state
Oct 25 13:24:24 maktop kernel: acpi PNP0C0B:04: Cannot transition from (unknown) to D3hot
Oct 25 13:24:24 maktop kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
Oct 25 13:24:24 maktop kernel: r8152 4-1:1.0 enp10s0u1: renamed from eth0
Oct 25 13:24:24 maktop kernel: [drm] Memory usable by graphics device = 4096M
Oct 25 13:24:24 maktop kernel: checking generic (70000000 7f0000) vs hw (70000000 10000000)
Oct 25 13:24:24 maktop kernel: fb: switching to inteldrmfb from VESA VGA
Oct 25 13:24:24 maktop kernel: Console: switching to colour dummy device 80x25
Oct 25 13:24:24 maktop kernel: [drm] Replacing VGA console driver
Oct 25 13:24:24 maktop kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
Oct 25 13:24:24 maktop kernel: [drm] Driver supports precise vblank timestamp query.
Oct 25 13:24:24 maktop kernel: [drm] Finished loading DMC firmware i915/skl_dmc_ver1_26.bin (v1.26)
Oct 25 13:24:24 maktop kernel: dell_laptop: Using i8042 filter function for receiving events
Oct 25 13:24:24 maktop kernel: ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
Oct 25 13:24:24 maktop kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
Oct 25 13:24:24 maktop kernel: (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
Oct 25 13:24:24 maktop kernel: thermal thermal_zone11: failed to read out thermal zone (-5)
Oct 25 13:24:24 maktop kernel: iwlwifi 0000:02:00.0 wlp2s0: renamed from wlan0
Oct 25 13:24:24 maktop kernel: [drm] Initialized i915 1.6.0 20170619 for 0000:00:02.0 on minor 0
Oct 25 13:24:24 maktop kernel: ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
Oct 25 13:24:24 maktop kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input13
Oct 25 13:24:24 maktop kernel: ACPI: Video Device [PEGP] (multi-head: no  rom: yes  post: no)
Oct 25 13:24:24 maktop kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a/LNXVIDEO:01/input/input14
Oct 25 13:24:24 maktop kernel: input: DLL06E5:01 06CB:7A13 Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-DLL06E5:01/0018:06CB:7A13.0003/input/input16
Oct 25 13:24:24 maktop kernel: hid-multitouch 0018:06CB:7A13.0003: input,hidraw2: I2C HID v1.00 Mouse [DLL06E5:01 06CB:7A13] on i2c-DLL06E5:01
Oct 25 13:24:25 maktop kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Oct 25 13:24:25 maktop kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Oct 25 13:24:25 maktop kernel: iTCO_vendor_support: vendor-support=0
Oct 25 13:24:25 maktop kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
Oct 25 13:24:25 maktop kernel: iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
Oct 25 13:24:25 maktop kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Oct 25 13:24:25 maktop kernel: IPv6: ADDRCONF(NETDEV_UP): enp10s0u1: link is not ready
Oct 25 13:24:25 maktop kernel: IPv6: ADDRCONF(NETDEV_UP): enp10s0u1: link is not ready
Oct 25 13:24:25 maktop kernel: IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
Oct 25 13:24:25 maktop kernel: IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
Oct 25 13:24:25 maktop kernel: Bluetooth: hci0: Waiting for firmware download to complete
Oct 25 13:24:25 maktop kernel: Bluetooth: hci0: Firmware loaded in 2144379 usecs
Oct 25 13:24:25 maktop kernel: Bluetooth: hci0: Waiting for device to boot
Oct 25 13:24:25 maktop kernel: Bluetooth: hci0: Device booted in 10729 usecs
Oct 25 13:24:25 maktop kernel: Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-11-5.ddc
Oct 25 13:24:25 maktop kernel: Bluetooth: hci0: Applying Intel DDC parameters completed
Oct 25 13:24:25 maktop kernel: IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
Oct 25 13:24:25 maktop kernel: IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
Oct 25 13:24:25 maktop kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Oct 25 13:24:25 maktop kernel: fbcon: inteldrmfb (fb0) is primary device
Oct 25 13:24:26 maktop kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3266: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
Oct 25 13:24:26 maktop kernel: snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Oct 25 13:24:26 maktop kernel: snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Oct 25 13:24:26 maktop kernel: snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
Oct 25 13:24:26 maktop kernel: snd_hda_codec_realtek hdaudioC0D0:    inputs:
Oct 25 13:24:26 maktop kernel: snd_hda_codec_realtek hdaudioC0D0:      Headset Mic=0x18
Oct 25 13:24:26 maktop kernel: snd_hda_codec_realtek hdaudioC0D0:      Headphone Mic=0x1a
Oct 25 13:24:26 maktop kernel: snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
Oct 25 13:24:26 maktop kernel: [drm] RC6 on
Oct 25 13:24:26 maktop kernel: Console: switching to colour frame buffer device 240x67
Oct 25 13:24:26 maktop kernel: i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
Oct 25 13:24:27 maktop kernel: r8152 4-1:1.0 enp10s0u1: carrier on
Oct 25 13:24:27 maktop kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enp10s0u1: link becomes ready
Oct 25 13:24:28 maktop kernel: input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input21
Oct 25 13:24:28 maktop kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input22
Oct 25 13:24:28 maktop kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input23
Oct 25 13:24:28 maktop kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input24
Oct 25 13:24:28 maktop kernel: input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input25
Oct 25 13:24:28 maktop kernel: input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input26
Oct 25 13:24:30 maktop kernel: input: PS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input10
Oct 25 13:24:30 maktop kernel: psmouse serio1: Failed to enable mouse on isa0060/serio1
Oct 25 13:24:37 maktop kernel: IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
Oct 25 13:24:39 maktop kernel: wlp2s0: authenticate with 08:5b:0e:ec:ba:5b
Oct 25 13:24:39 maktop kernel: wlp2s0: send auth to 08:5b:0e:ec:ba:5b (try 1/3)
Oct 25 13:24:39 maktop kernel: wlp2s0: authenticated
Oct 25 13:24:39 maktop kernel: wlp2s0: associate with 08:5b:0e:ec:ba:5b (try 1/3)
Oct 25 13:24:39 maktop kernel: wlp2s0: RX AssocResp from 08:5b:0e:ec:ba:5b (capab=0x431 status=0 aid=10)
Oct 25 13:24:39 maktop kernel: wlp2s0: associated
Oct 25 13:24:39 maktop kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
Oct 25 10:27:37 maktop kernel: mei_wdt mei::05b79a6f-4628-4d7f-899d-a91514cb32ab:02: Could not reg notif event ret=-22
Oct 25 10:27:37 maktop kernel: mei_wdt: probe of mei::05b79a6f-4628-4d7f-899d-a91514cb32ab:02 failed with error -22
Oct 25 10:27:58 maktop kernel: nvidia: module license 'NVIDIA' taints kernel.
Oct 25 10:27:58 maktop kernel: Disabling lock debugging due to kernel taint
Oct 25 10:27:58 maktop kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 240
Oct 25 10:27:58 maktop kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  387.12  Thu Sep 28 20:18:48 PDT 2017 (using threaded interrupts)
Oct 25 10:28:02 maktop kernel: fuse init (API version 7.26)
Oct 25 10:28:51 maktop kernel: wlp2s0: disconnect from AP 08:5b:0e:ec:ba:5b for new auth to 08:5b:0e:ec:ba:63
Oct 25 10:28:51 maktop kernel: wlp2s0: authenticate with 08:5b:0e:ec:ba:63
Oct 25 10:28:51 maktop kernel: wlp2s0: send auth to 08:5b:0e:ec:ba:63 (try 1/3)
Oct 25 10:28:51 maktop kernel: wlp2s0: authenticated
Oct 25 10:28:51 maktop kernel: wlp2s0: associate with 08:5b:0e:ec:ba:63 (try 1/3)
Oct 25 10:28:51 maktop kernel: wlp2s0: RX AssocResp from 08:5b:0e:ec:ba:63 (capab=0x411 status=0 aid=7)
Oct 25 10:28:51 maktop kernel: wlp2s0: associated
Oct 25 10:30:05 maktop kernel: wlp2s0: disconnect from AP 08:5b:0e:ec:ba:63 for new auth to 08:5b:0e:ec:ba:5b
Oct 25 10:30:05 maktop kernel: wlp2s0: authenticate with 08:5b:0e:ec:ba:5b
Oct 25 10:30:05 maktop kernel: wlp2s0: send auth to 08:5b:0e:ec:ba:5b (try 1/3)
Oct 25 10:30:05 maktop kernel: wlp2s0: authenticated
Oct 25 10:30:05 maktop kernel: wlp2s0: associate with 08:5b:0e:ec:ba:5b (try 1/3)
Oct 25 10:30:05 maktop kernel: wlp2s0: RX AssocResp from 08:5b:0e:ec:ba:5b (capab=0x431 status=0 aid=12)
Oct 25 10:30:05 maktop kernel: wlp2s0: associated
Oct 25 10:31:17 maktop kernel: wlp2s0: disconnect from AP 08:5b:0e:ec:ba:5b for new auth to 08:5b:0e:ec:ba:63
Oct 25 10:31:17 maktop kernel: wlp2s0: authenticate with 08:5b:0e:ec:ba:63
Oct 25 10:31:17 maktop kernel: wlp2s0: send auth to 08:5b:0e:ec:ba:63 (try 1/3)
Oct 25 10:31:17 maktop kernel: wlp2s0: authenticated
Oct 25 10:31:17 maktop kernel: wlp2s0: associate with 08:5b:0e:ec:ba:63 (try 1/3)
Oct 25 10:31:17 maktop kernel: wlp2s0: RX AssocResp from 08:5b:0e:ec:ba:63 (capab=0x411 status=0 aid=6)
Oct 25 10:31:17 maktop kernel: wlp2s0: associated
Oct 25 10:42:13 maktop kernel: wlp2s0: disconnect from AP 08:5b:0e:ec:ba:63 for new auth to 08:5b:0e:ec:ba:5b
Oct 25 10:42:13 maktop kernel: wlp2s0: authenticate with 08:5b:0e:ec:ba:5b
Oct 25 10:42:13 maktop kernel: wlp2s0: send auth to 08:5b:0e:ec:ba:5b (try 1/3)
Oct 25 10:42:13 maktop kernel: wlp2s0: authenticated
Oct 25 10:42:13 maktop kernel: wlp2s0: associate with 08:5b:0e:ec:ba:5b (try 1/3)
Oct 25 10:42:13 maktop kernel: wlp2s0: RX AssocResp from 08:5b:0e:ec:ba:5b (capab=0x431 status=0 aid=13)
Oct 25 10:42:13 maktop kernel: wlp2s0: associated
Oct 25 10:43:02 maktop kernel: wlp2s0: disconnect from AP 08:5b:0e:ec:ba:5b for new auth to 08:5b:0e:ec:ba:63
Oct 25 10:43:02 maktop kernel: wlp2s0: authenticate with 08:5b:0e:ec:ba:63
Oct 25 10:43:03 maktop kernel: wlp2s0: send auth to 08:5b:0e:ec:ba:63 (try 1/3)
Oct 25 10:43:03 maktop kernel: wlp2s0: authenticated
Oct 25 10:43:03 maktop kernel: wlp2s0: associate with 08:5b:0e:ec:ba:63 (try 1/3)
Oct 25 10:43:03 maktop kernel: wlp2s0: RX AssocResp from 08:5b:0e:ec:ba:63 (capab=0x411 status=0 aid=5)
Oct 25 10:43:03 maktop kernel: wlp2s0: associated
Oct 25 10:43:51 maktop kernel: wlp2s0: Connection to AP 08:5b:0e:ec:ba:63 lost
Oct 25 10:43:51 maktop kernel: wlp2s0: failed to remove key (1, ff:ff:ff:ff:ff:ff) from hardware (-22)
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: Microcode SW error detected.  Restarting 0x82000000.
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: Start IWL Error Log Dump:
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: Status: 0x00000200, count: 6
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: Loaded firmware version: 31.532993.0
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: 0x00000038 | BAD_COMMAND                 
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: 0x000002B0 | trm_hw_status0
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: 0x00000000 | trm_hw_status1
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: 0x00010040 | branchlink2
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: 0x00028DA6 | interruptlink1
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: 0x00000000 | interruptlink2
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: 0x00B4001C | data1
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: 0x000003B5 | data2
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: 0x000000B5 | data3
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: 0x77410931 | beacon time
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: 0xB9DC26D1 | tsf low
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: 0x00000384 | tsf hi
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: 0x00000000 | time gp1
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: 0x3B08EAD5 | time gp2
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: 0x00000001 | uCode revision type
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: 0x0000001F | uCode version major
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: 0x00082201 | uCode version minor
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: 0x00000201 | hw version
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: 0x00489008 | board version
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: 0x00B4001C | hcmd
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: 0x00022080 | isr0
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: 0x10800000 | isr1
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: 0x28201802 | isr2
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: 0x004154C0 | isr3
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: 0x00000000 | isr4
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: 0x00B30128 | last cmd Id
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: 0x00000000 | wait_event
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: 0x00000884 | l2p_control
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: 0x00010000 | l2p_duration
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: 0x0000000F | l2p_mhvalid
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: 0x00000000 | l2p_addr_match
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: 0x0000000D | lmpm_pmg_sel
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: 0x15062149 | timestamp
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: 0x00005868 | flow_handler
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: Scan failed! ret -5
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: Start IWL Error Log Dump:
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: Status: 0x00000200, count: 7
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: 0x00000070 | ADVANCED_SYSASSERT
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: 0x00000000 | umac branchlink1
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: 0xC0086B70 | umac branchlink2
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: 0xC008A4C4 | umac interruptlink1
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: 0xC00844E0 | umac interruptlink2
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: 0x00000800 | umac data1
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: 0xC00844E0 | umac data2
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: 0xDEADBEEF | umac data3
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: 0x0000001F | umac major
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: 0x00082201 | umac minor
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: 0xC088627C | frame pointer
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: 0xC088627C | stack pointer
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: 0x00B4001C | last host cmd
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: 0x00000000 | isr status reg
Oct 25 10:43:51 maktop kernel: ieee80211 phy0: Hardware restart was requested
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: FW Error notification: type 0x00000000 cmd_id 0x1C
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: FW Error notification: seq 0x00B4 service 0x0000001C
Oct 25 10:43:51 maktop kernel: iwlwifi 0000:02:00.0: FW Error notification: timestamp 0x        3B080A72
Oct 25 10:43:51 maktop kernel: ------------[ cut here ]------------
Oct 25 10:43:51 maktop kernel: WARNING: CPU: 7 PID: 203 at net/mac80211/scan.c:349 __ieee80211_scan_completed+0x249/0x3f0 [mac80211]
Oct 25 10:43:51 maktop kernel: Modules linked in: fuse nvidia(PO) ccm snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic iTCO_wdt iTCO_vendor_support hid_multitouch mei_wdt dell_rbtn arc4 dell_laptop dell_wmi dell_smbios mxm_wmi wmi_bmof dcdbas dell_smm_hwmon intel_rapl x86_pkg_temp_thermal iwlmvm intel_powerclamp coretemp snd_hda_intel mac80211 kvm_intel snd_hda_codec snd_hda_core kvm snd_hwdep cdc_ether snd_pcm iwlwifi irqbypass usbnet snd_timer intel_cstate r8152 intel_rapl_perf snd pcspkr psmouse mii cfg80211 soundcore i2c_i801 rtsx_pci_ms memstick i915 mei_me mei mousedev evdev uvcvideo joydev input_leds videobuf2_vmalloc led_class i2c_algo_bit videobuf2_memops mac_hid drm_kms_helper hci_uart btusb videobuf2_v4l2 btrtl videobuf2_core btqca btbcm btintel idma64 videodev drm bluetooth media intel_gtt
Oct 25 10:43:51 maktop kernel:  agpgart syscopyarea sysfillrect sysimgblt tpm_tis fb_sys_fops processor_thermal_device intel_lpss_pci ecdh_generic tpm_tis_core intel_soc_dts_iosf intel_pch_thermal shpchp tpm fan thermal pinctrl_sunrisepoint i2c_hid battery rfkill int3403_thermal pinctrl_intel wmi dell_smo8800 video intel_lpss_acpi intel_lpss int3402_thermal intel_hid int340x_thermal_zone sparse_keymap int3400_thermal acpi_thermal_rel acpi_pad ac acpi_als kfifo_buf button industrialio sch_fq_codel acpi_call(O) ip_tables x_tables ext4 crc16 mbcache jbd2 fscrypto algif_skcipher af_alg dm_crypt dm_mod dax hid_generic usbhid hid sd_mod rtsx_pci_sdmmc mmc_core serio_raw atkbd libps2 crct10dif_pclmul crc32_pclmul crc32c_intel ghash_clmulni_intel pcbc aesni_intel aes_x86_64 crypto_simd glue_helper cryptd ahci libahci xhci_pci
Oct 25 10:43:51 maktop kernel:  libata nvme xhci_hcd nvme_core rtsx_pci scsi_mod usbcore usb_common i8042 serio
Oct 25 10:43:51 maktop kernel: CPU: 7 PID: 203 Comm: kworker/u16:3 Tainted: P           O    4.13.5-1-ARCH #1
Oct 25 10:43:51 maktop kernel: Hardware name: Dell Inc. Precision 5510/0N8J4R, BIOS 1.2.13 08/08/2016
Oct 25 10:43:51 maktop kernel: Workqueue: phy0 ieee80211_scan_work [mac80211]
Oct 25 10:43:51 maktop kernel: task: ffff9e0cab242e80 task.stack: ffffb890420ec000
Oct 25 10:43:51 maktop kernel: RIP: 0010:__ieee80211_scan_completed+0x249/0x3f0 [mac80211]
Oct 25 10:43:51 maktop kernel: RSP: 0018:ffffb890420efdb8 EFLAGS: 00010246
Oct 25 10:43:51 maktop kernel: RAX: 0000000000000000 RBX: ffffffffc0dd5a30 RCX: ffff9e0cad410820
Oct 25 10:43:51 maktop kernel: RDX: ffff9e0cab242e80 RSI: 0000000000000001 RDI: ffff9e0ca08d8780
Oct 25 10:43:51 maktop kernel: RBP: ffffb890420efde8 R08: 0000000000000316 R09: ffff9e0cab10bec0
Oct 25 10:43:51 maktop kernel: R10: 0000000000000241 R11: 000000000000023f R12: ffff9e0ca08d8780
Oct 25 10:43:51 maktop kernel: R13: 0000000000000001 R14: 0000000000000000 R15: 0000000000000000
Oct 25 10:43:51 maktop kernel: FS:  0000000000000000(0000) GS:ffff9e0cbddc0000(0000) knlGS:0000000000000000
Oct 25 10:43:51 maktop kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Oct 25 10:43:51 maktop kernel: CR2: 00007fae066ea020 CR3: 0000000283a09000 CR4: 00000000003406e0
Oct 25 10:43:51 maktop kernel: DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
Oct 25 10:43:51 maktop kernel: DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
Oct 25 10:43:51 maktop kernel: Call Trace:
Oct 25 10:43:51 maktop kernel:  ieee80211_scan_work+0xce/0x4d0 [mac80211]
Oct 25 10:43:51 maktop kernel:  process_one_work+0x1de/0x430
Oct 25 10:43:51 maktop kernel:  worker_thread+0x47/0x3f0
Oct 25 10:43:51 maktop kernel:  kthread+0x125/0x140
Oct 25 10:43:51 maktop kernel:  ? process_one_work+0x430/0x430
Oct 25 10:43:51 maktop kernel:  ? kthread_create_on_node+0x70/0x70
Oct 25 10:43:51 maktop kernel:  ret_from_fork+0x25/0x30
Oct 25 10:43:51 maktop kernel: Code: 00 48 8b 80 d0 00 00 00 48 85 c0 74 0c 49 8d b5 00 0b 00 00 4c 89 e7 ff d0 0f 1f 44 00 00 4c 89 e7 e8 5c 26 00 00 e9 af fe ff ff <0f> ff 48 83 c4 08 5b 41 5c 41 5d 41 5e 41 5f 5d c3 65 8b 05 07 
Oct 25 10:43:51 maktop kernel: ---[ end trace 88ff6d4318e53246 ]---
Oct 25 10:43:53 maktop kernel: wlp2s0: authenticate with 08:5b:0e:ec:ba:5b
Oct 25 10:43:53 maktop kernel: wlp2s0: send auth to 08:5b:0e:ec:ba:5b (try 1/3)
Oct 25 10:43:53 maktop kernel: wlp2s0: send auth to 08:5b:0e:ec:ba:5b (try 2/3)
Oct 25 10:43:53 maktop kernel: wlp2s0: send auth to 08:5b:0e:ec:ba:5b (try 3/3)
Oct 25 10:43:53 maktop kernel: wlp2s0: authentication with 08:5b:0e:ec:ba:5b timed out
Oct 25 10:43:53 maktop kernel: wlp2s0: authenticate with 08:5b:0e:ec:e2:0b
Oct 25 10:43:53 maktop kernel: wlp2s0: send auth to 08:5b:0e:ec:e2:0b (try 1/3)
Oct 25 10:43:53 maktop kernel: wlp2s0: authenticated
Oct 25 10:43:53 maktop kernel: wlp2s0: associate with 08:5b:0e:ec:e2:0b (try 1/3)
Oct 25 10:43:53 maktop kernel: wlp2s0: RX AssocResp from 08:5b:0e:ec:e2:0b (capab=0x411 status=0 aid=5)
Oct 25 10:43:53 maktop kernel: wlp2s0: associated
Oct 25 10:43:53 maktop kernel: wlp2s0: Limiting TX power to 17 (20 - 3) dBm as advertised by 08:5b:0e:ec:e2:0b
Oct 25 10:44:18 maktop kernel: Chrome_~dThread[1446]: segfault at 0 ip 00007f2cfafff09a sp 00007f2cf8835b10 error 6 in libxul.so[7f2cfaae0000+4e62000]
Oct 25 10:44:18 maktop kernel: Chrome_~dThread[1693]: segfault at 0 ip 00007f85546dd09a sp 00007f85498fe590 error 6 in libxul.so[7f85541be000+4e62000]
Oct 25 10:44:18 maktop kernel: Chrome_~dThread[1596]: segfault at 0 ip 00007f703918f09a sp 00007f70369c5b10 error 6 in libxul.so[7f7038c70000+4e62000]
Oct 25 10:44:26 maktop kernel: wlp2s0: disconnect from AP 08:5b:0e:ec:e2:0b for new auth to 08:5b:0e:ec:ba:63
Oct 25 10:44:26 maktop kernel: wlp2s0: authenticate with 08:5b:0e:ec:ba:63
Oct 25 10:44:26 maktop kernel: wlp2s0: send auth to 08:5b:0e:ec:ba:63 (try 1/3)
Oct 25 10:44:26 maktop kernel: wlp2s0: authenticated
Oct 25 10:44:26 maktop kernel: wlp2s0: associate with 08:5b:0e:ec:ba:63 (try 1/3)
Oct 25 10:44:26 maktop kernel: wlp2s0: RX AssocResp from 08:5b:0e:ec:ba:63 (capab=0x411 status=0 aid=4)
Oct 25 10:44:26 maktop kernel: wlp2s0: associated

There are some ACPI errors, but I don't know what to make of them.

Any hints and help on what to look for further are highly appreciated

Last edited by Makpoc (2017-11-06 08:49:16)

Offline

#2 2017-10-25 14:53:47

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,797

Re: [Solved] Latop hangs after some idle time

The blinking caps lock is a sure indication that the kernel has paniced.  (The Linux equivalent of Window's BSOD, or OSX;s Sad Face)
https://wiki.archlinux.org/index.php/Ge … nel_panics

Let's start with the basics.  Have you set up your microcode updates for your processor?
https://wiki.archlinux.org/index.php/Microcode


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#3 2017-10-25 16:50:47

Makpoc
Member
Registered: 2013-09-08
Posts: 8

Re: [Solved] Latop hangs after some idle time

I had not set up the microcode for the processor. Done now following the wiki guide for doing that with grub. Thank you. I guess the way to go from here is to wait and see if it happens again.

As for the blinking caps - I read elsewhere that it could be triggered by motherboard failure, system suspend and now kernel panic. Good to know!

Offline

#4 2017-11-01 08:16:35

Makpoc
Member
Registered: 2013-09-08
Posts: 8

Re: [Solved] Latop hangs after some idle time

It has now been almost 5 days without hang-ups after instaling the microcode package and reconfiguring grub. I will wait for few more days before marking as solved, but again - thank you ewaller! smile

Edit:
My machine hasn't hanged since i added the microcode. Thank you ewaller smile

Last edited by Makpoc (2017-11-06 08:48:55)

Offline

Board footer

Powered by FluxBB