You are not logged in.

#1 2018-09-08 19:34:21

Franz Kafka
Member
Registered: 2009-08-26
Posts: 19

USB Ports/Input Devices Stop Working Intermittently

I've been having this problem for a while. I am assuming that it is a software issue and not the hardware since it is limited to Arch linux. The problem is that the USB keyboard and mouse will sporadically stop working, and I cannot input at all with them. The system either needs to be restarted or the keyboard and mouse need to be unplugged and plugged back in to different usb ports. I have USB 3.0 and USB 2.0 ports on this system, and I have tried having the input devices plugged in to them in all the possible combinations, but the problem persists, so it seems to not be limited to one particular set of ports.

I am running Arch with KDE and the LTS kernel. Below is the output of dmesg after the problem occurred. At the end you can see me unplugging and plugging things back in, and right before that:

 [ 1191.742327] radeon_dp_aux_transfer_native: 326 callbacks suppressed
[ 1246.803248] radeon_dp_aux_transfer_native: 158 callbacks suppressed

This appears suspicious but not particularly informative. Anyone able to help me make sense of this?

 [dylan@dylanattacks ~]$ dmesg
[    0.000000] microcode: microcode updated early to revision 0x20, date = 2018-04-10
[    0.000000] Linux version 4.14.68-1-lts (builduser@andyrtr) (gcc version 8.2.1 20180831 (GCC)) #1 SMP Wed Sep 5 14:38:31 CEST 2018
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=a541bee8-334e-4eff-b474-96075807806f rw quiet
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000ddedffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ddee0000-0x00000000de551fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000de552000-0x00000000de553fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000de554000-0x00000000deb63fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000deb64000-0x00000000dede3fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000dede4000-0x00000000dede8fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000dede9000-0x00000000dee2bfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000dee2c000-0x00000000df232fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000df233000-0x00000000df7f3fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000df7f4000-0x00000000df7fffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000021effffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: MSI MS-7751/Z77A-GD55 (MS-7751), BIOS V1.3 04/13/2012
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x21f000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-CFFFF write-protect
[    0.000000]   D0000-E7FFF uncachable
[    0.000000]   E8000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask E00000000 write-back
[    0.000000]   1 base 200000000 mask FF0000000 write-back
[    0.000000]   2 base 210000000 mask FF8000000 write-back
[    0.000000]   3 base 218000000 mask FFC000000 write-back
[    0.000000]   4 base 21C000000 mask FFE000000 write-back
[    0.000000]   5 base 21E000000 mask FFF000000 write-back
[    0.000000]   6 base 0E0000000 mask FE0000000 uncachable
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000000] e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xdf800 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fcc40-0x000fcc4f] mapped at [ffffffffff200c40]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff961d40097000] 97000 size 24576
[    0.000000] BRK [0x172638000, 0x172638fff] PGTABLE
[    0.000000] BRK [0x172639000, 0x172639fff] PGTABLE
[    0.000000] BRK [0x17263a000, 0x17263afff] PGTABLE
[    0.000000] BRK [0x17263b000, 0x17263bfff] PGTABLE
[    0.000000] BRK [0x17263c000, 0x17263cfff] PGTABLE
[    0.000000] BRK [0x17263d000, 0x17263dfff] PGTABLE
[    0.000000] BRK [0x17263e000, 0x17263efff] PGTABLE
[    0.000000] BRK [0x17263f000, 0x17263ffff] PGTABLE
[    0.000000] BRK [0x172640000, 0x172640fff] PGTABLE
[    0.000000] BRK [0x172641000, 0x172641fff] PGTABLE
[    0.000000] BRK [0x172642000, 0x172642fff] PGTABLE
[    0.000000] BRK [0x172643000, 0x172643fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x36e39000-0x37713fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F0450 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x00000000DEDCB070 000064 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x00000000DEDD48A8 0000F4 (v04 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x00000000DEDCB170 009732 (v02 ALASKA A M I    00000015 INTL 20051117)
[    0.000000] ACPI: FACS 0x00000000DEDE2F80 000040
[    0.000000] ACPI: APIC 0x00000000DEDD49A0 000072 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: ASF! 0x00000000DEDD4A18 0000A5 (v32 INTEL   HCG     00000001 TFSM 000F4240)
[    0.000000] ACPI: MCFG 0x00000000DEDD4AC0 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.000000] ACPI: HPET 0x00000000DEDD4B00 000038 (v01 ALASKA A M I    01072009 AMI. 00000005)
[    0.000000] ACPI: SSDT 0x00000000DEDD4B38 00036D (v01 SataRe SataTabl 00001000 INTL 20091112)
[    0.000000] ACPI: SSDT 0x00000000DEDD4EA8 0009AA (v01 PmRef  Cpu0Ist  00003000 INTL 20051117)
[    0.000000] ACPI: SSDT 0x00000000DEDD5858 000A92 (v01 PmRef  CpuPm    00003000 INTL 20051117)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000021effffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x21eff7000-0x21effafff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000021effffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009cfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x00000000ddedffff]
[    0.000000]   node   0: [mem 0x00000000de552000-0x00000000de553fff]
[    0.000000]   node   0: [mem 0x00000000dee2c000-0x00000000df232fff]
[    0.000000]   node   0: [mem 0x00000000df7f4000-0x00000000df7fffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000021effffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000021effffff]
[    0.000000] On node 0 totalpages: 2085521
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 14156 pages used for memmap
[    0.000000]   DMA32 zone: 905973 pages, LIFO batch:31
[    0.000000]   Normal zone: 18368 pages used for memmap
[    0.000000]   Normal zone: 1175552 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xddee0000-0xde551fff]
[    0.000000] PM: Registered nosave memory: [mem 0xde554000-0xdeb63fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdeb64000-0xdede3fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdede4000-0xdede8fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdede9000-0xdee2bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xdf233000-0xdf7f3fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdf800000-0xf7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0xdf800000-0xf7ffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.000000] random: get_random_bytes called from start_kernel+0x93/0x4cc with crng_init=0
[    0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] percpu: Embedded 42 pages/cpu @ffff961f5ec00000 s132504 r8192 d31336 u524288
[    0.000000] pcpu-alloc: s132504 r8192 d31336 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 2052912
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=a541bee8-334e-4eff-b474-96075807806f rw quiet
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 8112304K/8342084K available (10252K kernel code, 1150K rwdata, 2840K rodata, 1412K init, 988K bss, 229780K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Kernel/User page tables isolation: enabled
[    0.000000] ftrace: allocating 29158 entries in 114 pages
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS: 8448, nr_irqs: 456, preallocated irqs: 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.010000] tsc: Detected 3099.855 MHz processor
[    0.010000] Calibrating delay loop (skipped), value calculated using timer frequency.. 6199.71 BogoMIPS (lpj=30998550)
[    0.010000] pid_max: default: 32768 minimum: 301
[    0.010000] ACPI: Core revision 20170728
[    0.010000] ACPI: 4 ACPI AML tables successfully acquired and loaded
[    0.010000] Security Framework initialized
[    0.010000] Yama: becoming mindful.
[    0.010000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.010000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.010000] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.010000] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.010000] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.010000] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.010000] mce: CPU supports 9 MCE banks
[    0.010000] CPU0: Thermal monitoring enabled (TM1)
[    0.010000] process: using mwait in idle threads
[    0.010000] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[    0.010000] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[    0.010000] Spectre V2 : Mitigation: Full generic retpoline
[    0.010000] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.010000] Spectre V2 : Spectre v2 mitigation: Enabling Indirect Branch Prediction Barrier
[    0.010000] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.010000] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.010000] Freeing SMP alternatives memory: 28K
[    0.010000] smpboot: Max logical packages: 1
[    0.010000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.119916] TSC deadline timer enabled
[    0.119917] smpboot: CPU0: Intel(R) Core(TM) i5-3450 CPU @ 3.10GHz (family: 0x6, model: 0x3a, stepping: 0x9)
[    0.119965] Performance Events: PEBS fmt1+, IvyBridge events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.119984] ... version:                3
[    0.119984] ... bit width:              48
[    0.119984] ... generic registers:      8
[    0.119985] ... value mask:             0000ffffffffffff
[    0.119985] ... max period:             00007fffffffffff
[    0.119986] ... fixed-purpose events:   3
[    0.119986] ... event mask:             00000007000000ff
[    0.120000] Hierarchical SRCU implementation.
[    0.120000] smp: Bringing up secondary CPUs ...
[    0.120000] x86: Booting SMP configuration:
[    0.120000] .... node  #0, CPUs:      #1
[    0.120000] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.120000]  #2 #3
[    0.120000] smp: Brought up 1 node, 4 CPUs
[    0.120000] smpboot: Total of 4 processors activated (24798.84 BogoMIPS)
[    0.120196] devtmpfs: initialized
[    0.120196] x86/mm: Memory block size: 128MB
[    0.120495] PM: Registering ACPI NVS region [mem 0xdeb64000-0xdede3fff] (2621440 bytes)
[    0.120495] PM: Registering ACPI NVS region [mem 0xdede9000-0xdee2bfff] (274432 bytes)
[    0.120495] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.120495] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.120495] pinctrl core: initialized pinctrl subsystem
[    0.120495] RTC time: 16:58:50, date: 09/08/18
[    0.120495] NET: Registered protocol family 16
[    0.120495] cpuidle: using governor ladder
[    0.120495] cpuidle: using governor menu
[    0.120495] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.120495] ACPI: bus type PCI registered
[    0.120495] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.120495] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.120495] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.120495] pmd_set_huge: Cannot satisfy [mem 0xf8000000-0xf8200000] with a huge-page mapping due to MTRR override.
[    0.120495] PCI: Using configuration type 1 for base access
[    0.120495] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off
[    0.120546] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.120546] ACPI: Added _OSI(Module Device)
[    0.120546] ACPI: Added _OSI(Processor Device)
[    0.120546] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.120546] ACPI: Added _OSI(Processor Aggregator Device)
[    0.120546] ACPI: Executed 1 blocks of module-level executable AML code
[    0.120546] ACPI: Dynamic OEM Table Load:
[    0.120546] ACPI: SSDT 0xFFFF961F54D7E000 00083B (v01 PmRef  Cpu0Cst  00003001 INTL 20051117)
[    0.120546] ACPI: Dynamic OEM Table Load:
[    0.120546] ACPI: SSDT 0xFFFF961F54D80000 000303 (v01 PmRef  ApIst    00003000 INTL 20051117)
[    0.120546] ACPI: Dynamic OEM Table Load:
[    0.120546] ACPI: SSDT 0xFFFF961F54CD7200 000119 (v01 PmRef  ApCst    00003000 INTL 20051117)
[    0.120546] ACPI: Interpreter enabled
[    0.120546] ACPI: (supports S0 S1 S3 S4 S5)
[    0.120546] ACPI: Using IOAPIC for interrupt routing
[    0.120556] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.120736] ACPI: Enabled 15 GPEs in block 00 to 3F
[    0.125528] ACPI: Power Resource [FN00] (off)
[    0.125582] ACPI: Power Resource [FN01] (off)
[    0.125634] ACPI: Power Resource [FN02] (off)
[    0.125687] ACPI: Power Resource [FN03] (off)
[    0.125737] ACPI: Power Resource [FN04] (off)
[    0.126120] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.126124] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.126213] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[    0.126543] PCI host bridge to bus 0000:00
[    0.126545] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.126546] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.126547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.126548] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.126549] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.126550] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.126552] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.126553] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.126554] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.126555] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfeafffff window]
[    0.126556] pci_bus 0000:00: root bus resource [mem 0x21f000000-0xfffffffff window]
[    0.126557] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.126563] pci 0000:00:00.0: [8086:0150] type 00 class 0x060000
[    0.126636] pci 0000:00:01.0: [8086:0151] type 01 class 0x060400
[    0.126665] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.126745] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
[    0.126767] pci 0000:00:14.0: reg 0x10: [mem 0xf7f20000-0xf7f2ffff 64bit]
[    0.126831] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.126893] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
[    0.126916] pci 0000:00:16.0: reg 0x10: [mem 0xf7f3b000-0xf7f3b00f 64bit]
[    0.126985] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.127047] pci 0000:00:19.0: [8086:1503] type 00 class 0x020000
[    0.127064] pci 0000:00:19.0: reg 0x10: [mem 0xf7f00000-0xf7f1ffff]
[    0.127072] pci 0000:00:19.0: reg 0x14: [mem 0xf7f39000-0xf7f39fff]
[    0.127079] pci 0000:00:19.0: reg 0x18: [io  0xf040-0xf05f]
[    0.127133] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    0.127192] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
[    0.127212] pci 0000:00:1a.0: reg 0x10: [mem 0xf7f38000-0xf7f383ff]
[    0.127289] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.127348] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
[    0.127367] pci 0000:00:1b.0: reg 0x10: [mem 0xf7f30000-0xf7f33fff 64bit]
[    0.127434] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.127504] pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
[    0.127639] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.127717] pci 0000:00:1c.6: [8086:1e1c] type 01 class 0x060400
[    0.127793] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
[    0.127857] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
[    0.127877] pci 0000:00:1d.0: reg 0x10: [mem 0xf7f37000-0xf7f373ff]
[    0.127955] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.128018] pci 0000:00:1f.0: [8086:1e44] type 00 class 0x060100
[    0.128171] pci 0000:00:1f.2: [8086:1e02] type 00 class 0x010601
[    0.128186] pci 0000:00:1f.2: reg 0x10: [io  0xf090-0xf097]
[    0.128193] pci 0000:00:1f.2: reg 0x14: [io  0xf080-0xf083]
[    0.128199] pci 0000:00:1f.2: reg 0x18: [io  0xf070-0xf077]
[    0.128205] pci 0000:00:1f.2: reg 0x1c: [io  0xf060-0xf063]
[    0.128212] pci 0000:00:1f.2: reg 0x20: [io  0xf020-0xf03f]
[    0.128218] pci 0000:00:1f.2: reg 0x24: [mem 0xf7f36000-0xf7f367ff]
[    0.128254] pci 0000:00:1f.2: PME# supported from D3hot
[    0.128308] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
[    0.128324] pci 0000:00:1f.3: reg 0x10: [mem 0xf7f35000-0xf7f350ff 64bit]
[    0.128342] pci 0000:00:1f.3: reg 0x20: [io  0xf000-0xf01f]
[    0.128435] pci 0000:01:00.0: [1002:6819] type 00 class 0x030000
[    0.128449] pci 0000:01:00.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.128455] pci 0000:01:00.0: reg 0x18: [mem 0xf7e00000-0xf7e3ffff 64bit]
[    0.128460] pci 0000:01:00.0: reg 0x20: [io  0xe000-0xe0ff]
[    0.128467] pci 0000:01:00.0: reg 0x30: [mem 0xf7e40000-0xf7e5ffff pref]
[    0.128471] pci 0000:01:00.0: enabling Extended Tags
[    0.128500] pci 0000:01:00.0: supports D1 D2
[    0.128501] pci 0000:01:00.0: PME# supported from D1 D2 D3hot
[    0.128537] pci 0000:01:00.1: [1002:aab0] type 00 class 0x040300
[    0.128549] pci 0000:01:00.1: reg 0x10: [mem 0xf7e60000-0xf7e63fff 64bit]
[    0.128569] pci 0000:01:00.1: enabling Extended Tags
[    0.128594] pci 0000:01:00.1: supports D1 D2
[    0.160010] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.160012] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.160014] pci 0000:00:01.0:   bridge window [mem 0xf7e00000-0xf7efffff]
[    0.160016] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xefffffff 64bit pref]
[    0.160076] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.160148] pci 0000:03:00.0: [168c:0030] type 00 class 0x028000
[    0.160187] pci 0000:03:00.0: reg 0x10: [mem 0xf7d00000-0xf7d1ffff 64bit]
[    0.160248] pci 0000:03:00.0: reg 0x30: [mem 0xf7d20000-0xf7d2ffff pref]
[    0.160331] pci 0000:03:00.0: supports D1
[    0.160333] pci 0000:03:00.0: PME# supported from D0 D1 D3hot
[    0.190019] pci 0000:00:1c.6: PCI bridge to [bus 03]
[    0.190024] pci 0000:00:1c.6:   bridge window [mem 0xf7d00000-0xf7dfffff]
[    0.190337] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.190374] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.190410] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.190445] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 10 11 12 14 15)
[    0.190480] ACPI: PCI Interrupt Link [LNKE] (IRQs *3 4 5 6 10 11 12 14 15)
[    0.190515] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.190550] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 *4 5 6 10 11 12 14 15)
[    0.190585] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.190787] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    0.190787] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.190787] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.190787] vgaarb: loaded
[    0.190787] EDAC MC: Ver: 3.0.0
[    0.190787] PCI: Using ACPI for IRQ routing
[    0.191473] PCI: pci_cache_line_size set to 64 bytes
[    0.191509] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
[    0.191510] e820: reserve RAM buffer [mem 0xddee0000-0xdfffffff]
[    0.191512] e820: reserve RAM buffer [mem 0xde554000-0xdfffffff]
[    0.191513] e820: reserve RAM buffer [mem 0xdf233000-0xdfffffff]
[    0.191513] e820: reserve RAM buffer [mem 0xdf800000-0xdfffffff]
[    0.191514] e820: reserve RAM buffer [mem 0x21f000000-0x21fffffff]
[    0.191582] NetLabel: Initializing
[    0.191582] NetLabel:  domain hash size = 128
[    0.191583] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.191593] NetLabel:  unlabeled traffic allowed by default
[    0.191602] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.191602] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.191602] clocksource: Switched to clocksource hpet
[    0.198227] VFS: Disk quotas dquot_6.6.0
[    0.198244] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.198290] pnp: PnP ACPI init
[    0.198373] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.198377] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.198440] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.198441] system 00:01: [io  0x1000-0x100f] has been reserved
[    0.198443] system 00:01: [io  0xffff] has been reserved
[    0.198445] system 00:01: [io  0xffff] has been reserved
[    0.198446] system 00:01: [io  0x0400-0x0453] has been reserved
[    0.198447] system 00:01: [io  0x0458-0x047f] has been reserved
[    0.198449] system 00:01: [io  0x0500-0x057f] has been reserved
[    0.198450] system 00:01: [io  0x164e-0x164f] has been reserved
[    0.198453] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.198470] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.198504] system 00:03: [io  0x0454-0x0457] has been reserved
[    0.198507] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.198636] system 00:04: [io  0x0a00-0x0a0f] has been reserved
[    0.198639] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.198689] system 00:05: [io  0x04d0-0x04d1] has been reserved
[    0.198691] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.198850] system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.198851] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.198853] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.198854] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.198855] system 00:06: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.198856] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.198858] system 00:06: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.198859] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.198860] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[    0.198861] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.198863] system 00:06: [mem 0xf0000000-0xf0000fff] has been reserved
[    0.198865] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.198958] pnp: PnP ACPI: found 7 devices
[    0.203613] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.203633] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
[    0.203635] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
[    0.203637] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 add_align 100000
[    0.203650] pci 0000:00:1c.0: BAR 14: assigned [mem 0xf0100000-0xf02fffff]
[    0.203654] pci 0000:00:1c.0: BAR 15: assigned [mem 0x21f000000-0x21f1fffff 64bit pref]
[    0.203656] pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x2fff]
[    0.203658] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.203659] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.203662] pci 0000:00:01.0:   bridge window [mem 0xf7e00000-0xf7efffff]
[    0.203663] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xefffffff 64bit pref]
[    0.203666] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.203668] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    0.203674] pci 0000:00:1c.0:   bridge window [mem 0xf0100000-0xf02fffff]
[    0.203677] pci 0000:00:1c.0:   bridge window [mem 0x21f000000-0x21f1fffff 64bit pref]
[    0.203684] pci 0000:00:1c.6: PCI bridge to [bus 03]
[    0.203688] pci 0000:00:1c.6:   bridge window [mem 0xf7d00000-0xf7dfffff]
[    0.203696] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.203697] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.203698] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.203699] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff window]
[    0.203700] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff window]
[    0.203701] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff window]
[    0.203702] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff window]
[    0.203704] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff window]
[    0.203705] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff window]
[    0.203706] pci_bus 0000:00: resource 13 [mem 0xe0000000-0xfeafffff window]
[    0.203707] pci_bus 0000:00: resource 14 [mem 0x21f000000-0xfffffffff window]
[    0.203708] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.203709] pci_bus 0000:01: resource 1 [mem 0xf7e00000-0xf7efffff]
[    0.203710] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xefffffff 64bit pref]
[    0.203712] pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
[    0.203713] pci_bus 0000:02: resource 1 [mem 0xf0100000-0xf02fffff]
[    0.203714] pci_bus 0000:02: resource 2 [mem 0x21f000000-0x21f1fffff 64bit pref]
[    0.203715] pci_bus 0000:03: resource 1 [mem 0xf7d00000-0xf7dfffff]
[    0.203780] NET: Registered protocol family 2
[    0.203884] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    0.203971] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.204082] TCP: Hash tables configured (established 65536 bind 65536)
[    0.204102] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.204121] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.204161] NET: Registered protocol family 1
[    0.270072] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.270077] PCI: CLS 64 bytes, default 64
[    0.270103] Unpacking initramfs...
[    0.357845] Freeing initrd memory: 9068K
[    0.357853] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.357855] software IO TLB [mem 0xd9ee0000-0xddee0000] (64MB) mapped at [ffff961e19ee0000-ffff961e1dedffff]
[    0.358042] Scanning for low memory corruption every 60 seconds
[    0.358478] Initialise system trusted keyrings
[    0.358485] Key type blacklist registered
[    0.358524] workingset: timestamp_bits=41 max_order=21 bucket_order=0
[    0.359218] zbud: loaded
[    0.360010] NOHZ: local_softirq_pending 80
[    0.360301] Key type asymmetric registered
[    0.360324] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    0.360345] io scheduler noop registered
[    0.360346] io scheduler deadline registered (default)
[    0.360374] io scheduler cfq registered
[    0.360375] io scheduler mq-deadline registered
[    0.360375] io scheduler kyber registered
[    0.360390] io scheduler bfq registered
[    0.360822] vesafb: mode is 1152x864x32, linelength=4608, pages=0
[    0.360823] vesafb: scrolling: redraw
[    0.360824] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
[    0.360834] vesafb: framebuffer at 0xe0000000, mapped to 0xffffa5a781400000, using 3904k, total 3904k
[    0.404054] Console: switching to colour frame buffer device 144x54
[    0.447222] fb0: VESA VGA frame buffer device
[    0.447233] intel_idle: MWAIT substates: 0x1120
[    0.447233] intel_idle: v0.4.1 model 0x3A
[    0.447320] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.447512] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.448029] rtc_cmos 00:02: RTC can wake from S4
[    0.448161] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    0.448185] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.448192] intel_pstate: Intel P-state driver initializing
[    0.448314] ledtrig-cpu: registered to indicate activity on CPUs
[    0.448350] vlv2_plat_clk vlv2_plat_clk: vlv2_plat_clk initialized
[    0.448630] NET: Registered protocol family 10
[    0.454229] Segment Routing with IPv6
[    0.454256] NET: Registered protocol family 17
[    0.454699] RAS: Correctable Errors collector initialized.
[    0.454730] microcode: sig=0x306a9, pf=0x2, revision=0x20
[    0.454870] microcode: Microcode Update Driver: v2.2.
[    0.454881] sched_clock: Marking stable (454863779, 0)->(463489399, -8625620)
[    0.455153] registered taskstats version 1
[    0.455160] Loading compiled-in X.509 certificates
[    0.455179] zswap: loaded using pool lzo/zbud
[    0.459652] Key type big_key registered
[    0.459897]   Magic number: 2:758:994
[    0.459948] memory memory37: hash matches
[    0.460041] rtc_cmos 00:02: setting system clock to 2018-09-08 16:58:50 UTC (1536425930)
[    0.462977] Freeing unused kernel memory: 1412K
[    0.520064] Write protecting the kernel read-only data: 16384k
[    0.520778] Freeing unused kernel memory: 2016K
[    0.524618] Freeing unused kernel memory: 1256K
[    0.597107] ACPI: bus type USB registered
[    0.597123] usbcore: registered new interface driver usbfs
[    0.597128] usbcore: registered new interface driver hub
[    0.597143] usbcore: registered new device driver usb
[    0.598446] SCSI subsystem initialized
[    0.598659] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.599827] ehci-pci: EHCI PCI platform driver
[    0.599956] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    0.599961] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    0.599973] ehci-pci 0000:00:1a.0: debug port 2
[    0.602202] libata version 3.00 loaded.
[    0.603871] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    0.603883] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7f38000
[    0.640050] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    0.640681] hub 1-0:1.0: USB hub found
[    0.640730] hub 1-0:1.0: 2 ports detected
[    0.641287] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    0.641295] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    0.641309] ehci-pci 0000:00:1d.0: debug port 2
[    0.645226] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    0.645243] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7f37000
[    0.670100] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    0.670697] hub 2-0:1.0: USB hub found
[    0.670748] hub 2-0:1.0: 2 ports detected
[    0.671321] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.671333] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    0.672427] xhci_hcd 0000:00:14.0: hcc params 0x20007181 hci version 0x100 quirks 0x0000b930
[    0.672433] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    0.673011] hub 3-0:1.0: USB hub found
[    0.673028] hub 3-0:1.0: 4 ports detected
[    0.673563] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.673569] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    0.673574] xhci_hcd 0000:00:14.0: Host supports USB 3.0  SuperSpeed
[    0.674003] hub 4-0:1.0: USB hub found
[    0.674035] hub 4-0:1.0: 4 ports detected
[    0.674597] ahci 0000:00:1f.2: version 3.0
[    0.674837] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3 impl SATA mode
[    0.674842] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst 
[    0.700893] scsi host0: ahci
[    0.701117] scsi host1: ahci
[    0.701377] scsi host2: ahci
[    0.701593] scsi host3: ahci
[    0.701774] scsi host4: ahci
[    0.701927] scsi host5: ahci
[    0.702004] ata1: SATA max UDMA/133 abar m2048@0xf7f36000 port 0xf7f36100 irq 25
[    0.702007] ata2: SATA max UDMA/133 abar m2048@0xf7f36000 port 0xf7f36180 irq 25
[    0.702008] ata3: DUMMY
[    0.702009] ata4: DUMMY
[    0.702010] ata5: DUMMY
[    0.702011] ata6: DUMMY
[    1.010059] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    1.031596] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.031630] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.032075] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20170728/psargs-364)
[    1.033043] ACPI Error: Method parse/execution failed \_SB.PCI0.SAT0.SPT0._GTF, AE_NOT_FOUND (20170728/psparse-550)                                                                        
[    1.034293] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20170728/psargs-364)
[    1.035273] ACPI Error: Method parse/execution failed \_SB.PCI0.SAT0.SPT1._GTF, AE_NOT_FOUND (20170728/psparse-550)                                                                        
[    1.036550] ata1.00: ATA-9: WDC WD10EURX-63C57Y0, 01.01A01, max UDMA/133
[    1.036553] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.036572] ata2.00: ATA-9: SATA SSD, SAFM01.4, max UDMA/133
[    1.036575] ata2.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.036757] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20170728/psargs-364)
[    1.037590] ACPI Error: Method parse/execution failed \_SB.PCI0.SAT0.SPT1._GTF, AE_NOT_FOUND (20170728/psparse-550)                                                                        
[    1.038664] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20170728/psargs-364)
[    1.039479] ACPI Error: Method parse/execution failed \_SB.PCI0.SAT0.SPT0._GTF, AE_NOT_FOUND (20170728/psparse-550)                                                                        
[    1.040048] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    1.040725] ata2.00: configured for UDMA/133
[    1.040772] ata1.00: configured for UDMA/133
[    1.041010] scsi 0:0:0:0: Direct-Access     ATA      WDC WD10EURX-63C 1A01 PQ: 0 ANSI: 5
[    1.041596] scsi 1:0:0:0: Direct-Access     ATA      SATA SSD         01.4 PQ: 0 ANSI: 5
[    1.045426] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    1.045427] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    1.045439] sd 0:0:0:0: [sda] Write Protect is off
[    1.045441] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.045457] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.045525] sd 1:0:0:0: [sdb] 234441648 512-byte logical blocks: (120 GB/112 GiB)
[    1.045537] sd 1:0:0:0: [sdb] Write Protect is off
[    1.045538] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    1.045614] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.046004]  sdb: sdb1 sdb2
[    1.046228] sd 1:0:0:0: [sdb] Attached SCSI disk
[    1.050761]  sda: sda1
[    1.051259] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.066236] NOHZ: local_softirq_pending 10
[    1.066244] NOHZ: local_softirq_pending 10
[    1.210921] hub 1-1:1.0: USB hub found
[    1.211113] hub 1-1:1.0: 6 ports detected
[    1.240785] hub 2-1:1.0: USB hub found
[    1.240859] hub 2-1:1.0: 8 ports detected
[    1.360069] tsc: Refined TSC clocksource calibration: 3100.021 MHz
[    1.360077] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2caf5bd675d, max_idle_ns: 440795281274 ns
[    1.450561] EXT4-fs (sdb2): mounted filesystem with ordered data mode. Opts: (null)
[    1.459134] NOHZ: local_softirq_pending 10
[    1.459141] NOHZ: local_softirq_pending 10
[    1.459156] NOHZ: local_softirq_pending 10
[    1.459289] random: fast init done
[    1.460205] NOHZ: local_softirq_pending 10
[    1.460213] NOHZ: local_softirq_pending 10
[    1.460221] NOHZ: local_softirq_pending 10
[    1.460276] NOHZ: local_softirq_pending 10
[    1.540083] usb 1-1.1: new low-speed USB device number 3 using ehci-pci
[    1.577409] ip_tables: (C) 2000-2006 Netfilter Core Team
[    1.583549] systemd[1]: systemd 239 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN +PCRE2 default-hierarchy=hybrid)
[    1.610263] systemd[1]: Detected architecture x86-64.
[    1.613368] systemd[1]: Set hostname to <dylanattacks>.
[    1.712512] random: systemd: uninitialized urandom read (16 bytes read)
[    1.712556] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    1.717005] random: systemd: uninitialized urandom read (16 bytes read)
[    1.717052] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    1.717064] random: systemd: uninitialized urandom read (16 bytes read)
[    1.717783] systemd[1]: Created slice system-getty.slice.
[    1.718010] systemd[1]: Listening on LVM2 poll daemon socket.
[    1.718611] systemd[1]: Listening on udev Kernel Socket.
[    1.718660] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    1.718722] systemd[1]: Listening on LVM2 metadata daemon socket.
[    1.730433] EXT4-fs (sdb2): re-mounted. Opts: data=ordered
[    1.782612] systemd-journald[216]: Received request to flush runtime journal from PID 1
[    1.800060] usb 1-1.2: new low-speed USB device number 4 using ehci-pci
[    1.908147] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    1.908170] ACPI: Power Button [PWRB]
[    1.908206] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    1.908220] ACPI: Power Button [PWRF]
[    1.932064] Adding 8388604k swap on /swapfile.  Priority:-2 extents:29 across:116523008k SSFS
[    1.949838] pps_core: LinuxPPS API ver. 1 registered
[    1.949839] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.950383] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    1.950489] thermal LNXTHERM:00: registered as thermal_zone0
[    1.950490] ACPI: Thermal Zone [TZ00] (28 C)
[    1.950616] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20170728/utaddress-247)
[    1.950620] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    1.950622] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20170728/utaddress-247)
[    1.950625] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    1.950625] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20170728/utaddress-247)
[    1.950631] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    1.950636] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20170728/utaddress-247)
[    1.950639] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    1.950640] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    1.950713] thermal LNXTHERM:01: registered as thermal_zone1
[    1.950714] ACPI: Thermal Zone [TZ01] (30 C)
[    1.952702] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.953814] PTP clock support registered
[    2.093643] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    2.093789] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    2.093789] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    2.094088] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    2.096356] hidraw: raw HID events driver (C) Jiri Kosina
[    2.096397] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 163840 ms ovfl timer
[    2.096398] RAPL PMU: hw unit of domain pp0-core 2^-16 Joules
[    2.096399] RAPL PMU: hw unit of domain package 2^-16 Joules
[    2.096399] RAPL PMU: hw unit of domain pp1-gpu 2^-16 Joules
[    2.098729] Linux agpgart interface v0.103
[    2.099314] input: PC Speaker as /devices/platform/pcspkr/input/input2
[    2.101258] iTCO_vendor_support: vendor-support=0
[    2.102047] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    2.102074] iTCO_wdt: Found a Panther Point TCO device (Version=2, TCOBASE=0x0460)
[    2.103143] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    2.105714] nf_conntrack version 0.5.0 (65536 buckets, 262144 max)
[    2.123455] AVX version of gcm_enc/dec engaged.
[    2.123456] AES CTR mode by8 optimization enabled
[    2.132095] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    2.155173] usbcore: registered new interface driver usbhid
[    2.155174] usbhid: USB HID core driver
[    2.158107] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:046D:C051.0001/input/input3
[    2.158435] hid-generic 0003:046D:C051.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:1a.0-1.1/input0
[    2.158525] input: CYKB23 USB Keyboard as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:04D9:2323.0002/input/input4
[    2.230185] hid-generic 0003:04D9:2323.0002: input,hidraw1: USB HID v1.10 Keyboard [CYKB23 USB Keyboard] on usb-0000:00:1a.0-1.2/input0
[    2.230305] input: CYKB23 USB Keyboard as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:04D9:2323.0003/input/input5
[    2.231355] [drm] radeon kernel modesetting enabled.
[    2.234634] intel_rapl: Found RAPL domain package
[    2.234636] intel_rapl: Found RAPL domain core
[    2.234639] intel_rapl: RAPL package 0 domain package locked by BIOS
[    2.236875] AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    2.236876] AMD IOMMUv2 functionality not available on this system
[    2.244123] CRAT table not found
[    2.244124] Finished initializing topology ret=0
[    2.244132] kfd kfd: Initialized module
[    2.244300] checking generic (e0000000 3d0000) vs hw (e0000000 10000000)
[    2.244301] fb: switching to radeondrmfb from VESA VGA
[    2.244316] Console: switching to colour dummy device 80x25
[    2.244532] [drm] initializing kernel modesetting (PITCAIRN 0x1002:0x6819 0x1462:0x2730 0x00).
[    2.244564] resource sanity check: requesting [mem 0x000c0000-0x000dffff], which spans more than PCI Bus 0000:00 [mem 0x000d0000-0x000d3fff window]
[    2.244567] caller pci_map_rom+0x54/0xc0 mapping multiple BARs
[    2.244600] ATOM BIOS: 113
[    2.244666] radeon 0000:01:00.0: VRAM: 2048M 0x0000000000000000 - 0x000000007FFFFFFF (2048M used)
[    2.244667] radeon 0000:01:00.0: GTT: 2048M 0x0000000080000000 - 0x00000000FFFFFFFF
[    2.244670] [drm] Detected VRAM RAM=2048M, BAR=256M
[    2.244671] [drm] RAM width 256bits DDR
[    2.244709] [TTM] Zone  kernel: Available graphics memory: 4063042 kiB
[    2.244710] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[    2.244710] [TTM] Initializing pool allocator
[    2.244714] [TTM] Initializing DMA pool allocator
[    2.244728] [drm] radeon: 2048M of VRAM memory ready
[    2.244729] [drm] radeon: 2048M of GTT memory ready.
[    2.244736] [drm] Loading pitcairn Microcode
[    2.253950] [drm] Internal thermal controller with fan control
[    2.254017] [drm] probing gen 2 caps for device 8086:151 = 261ad02/e
[    2.262440] [drm] radeon: dpm initialized
[    2.266053] [drm] Found VCE firmware/feedback version 50.0.1 / 17!
[    2.266070] [drm] GART: num cpu pages 524288, num gpu pages 524288
[    2.267689] [drm] probing gen 2 caps for device 8086:151 = 261ad02/e
[    2.267692] [drm] enabling PCIE gen 3 link speeds, disable with radeon.pcie_gen2=0
[    2.272360] e1000e 0000:00:19.0 0000:00:19.0 (uninitialized): registered PHC clock
[    2.300290] hid-generic 0003:04D9:2323.0003: input,hidraw2: USB HID v1.10 Device [CYKB23 USB Keyboard] on usb-0000:00:1a.0-1.2/input1
[    2.305589] mousedev: PS/2 mouse device common for all mice
[    3.566266] [drm] PCIE GART of 2048M enabled (table at 0x00000000001D6000).
[    3.566387] radeon 0000:01:00.0: WB enabled
[    3.566389] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000080000c00 and cpu addr 0xffff961f4b7c2c00
[    3.566390] radeon 0000:01:00.0: fence driver on ring 1 use gpu addr 0x0000000080000c04 and cpu addr 0xffff961f4b7c2c04
[    3.566391] radeon 0000:01:00.0: fence driver on ring 2 use gpu addr 0x0000000080000c08 and cpu addr 0xffff961f4b7c2c08
[    3.566392] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000080000c0c and cpu addr 0xffff961f4b7c2c0c
[    3.566393] radeon 0000:01:00.0: fence driver on ring 4 use gpu addr 0x0000000080000c10 and cpu addr 0xffff961f4b7c2c10
[    3.566895] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x0000000000075a18 and cpu addr 0xffffa5a781635a18
[    3.587130] radeon 0000:01:00.0: fence driver on ring 6 use gpu addr 0x0000000080000c18 and cpu addr 0xffff961f4b7c2c18
[    3.587132] radeon 0000:01:00.0: fence driver on ring 7 use gpu addr 0x0000000080000c1c and cpu addr 0xffff961f4b7c2c1c
[    3.587133] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    3.587134] [drm] Driver supports precise vblank timestamp query.
[    3.587135] radeon 0000:01:00.0: radeon: MSI limited to 32-bit
[    3.587162] radeon 0000:01:00.0: radeon: using MSI.
[    3.587184] [drm] radeon: irq initialized.
[    3.749528] [drm] ring test on 0 succeeded in 4 usecs
[    3.749532] [drm] ring test on 1 succeeded in 1 usecs
[    3.749535] [drm] ring test on 2 succeeded in 1 usecs
[    3.749545] [drm] ring test on 3 succeeded in 6 usecs
[    3.749552] [drm] ring test on 4 succeeded in 5 usecs
[    3.926634] [drm] ring test on 5 succeeded in 2 usecs
[    3.926638] [drm] UVD initialized successfully.
[    4.036715] [drm] ring test on 6 succeeded in 28 usecs
[    4.036728] [drm] ring test on 7 succeeded in 4 usecs
[    4.036728] [drm] VCE initialized successfully.
[    4.036918] [drm] ib test on ring 0 succeeded in 0 usecs
[    4.038017] [drm] ib test on ring 1 succeeded in 0 usecs
[    4.038867] [drm] ib test on ring 2 succeeded in 0 usecs
[    4.038914] [drm] ib test on ring 3 succeeded in 0 usecs
[    4.038957] [drm] ib test on ring 4 succeeded in 0 usecs
[    4.050058] clocksource: Switched to clocksource tsc
[    4.052483] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 8c:89:a5:e0:95:1c
[    4.052485] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[    4.052526] e1000e 0000:00:19.0 eth0: MAC: 10, PHY: 11, PBA No: FFFFFF-0FF
[    4.223896] e1000e 0000:00:19.0 eno1: renamed from eth0
[    4.227694] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC892: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
[    4.227696] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    4.227697] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    4.227698] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    4.227699] snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x1e/0x0
[    4.227700] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    4.227701] snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
[    4.227702] snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
[    4.227703] snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
[    4.241155] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
[    4.241191] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
[    4.241225] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[    4.241254] input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[    4.241284] input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[    4.241316] input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[    4.241347] input: HDA Intel PCH Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[    4.241375] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[    4.404648] ath: EEPROM regdomain: 0x21
[    4.404649] ath: EEPROM indicates we should expect a direct regpair map
[    4.404649] ath: Country alpha2 being used: AU
[    4.404650] ath: Regpair used: 0x21
[    4.407876] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[    4.408199] ieee80211 phy0: Atheros AR9300 Rev:3 mem=0xffffa5a7814c0000, irq=18
[    4.410229] ath9k 0000:03:00.0 wlp3s0: renamed from wlan0
[    4.720104] [drm] ib test on ring 5 succeeded
[    5.230139] [drm] ib test on ring 6 succeeded
[    5.356752] IPv6: ADDRCONF(NETDEV_UP): eno1: link is not ready
[    5.640239] IPv6: ADDRCONF(NETDEV_UP): eno1: link is not ready
[    5.642849] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[    5.653550] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[    5.669978] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[    5.740109] [drm] ib test on ring 7 succeeded
[    5.740626] [drm] Radeon Display Connectors
[    5.740627] [drm] Connector 0:
[    5.740628] [drm]   DP-1
[    5.740628] [drm]   HPD4
[    5.740629] [drm]   DDC: 0x6530 0x6530 0x6534 0x6534 0x6538 0x6538 0x653c 0x653c
[    5.740629] [drm]   Encoders:
[    5.740630] [drm]     DFP1: INTERNAL_UNIPHY2
[    5.740630] [drm] Connector 1:
[    5.740631] [drm]   DP-2
[    5.740631] [drm]   HPD5
[    5.740632] [drm]   DDC: 0x6540 0x6540 0x6544 0x6544 0x6548 0x6548 0x654c 0x654c
[    5.740632] [drm]   Encoders:
[    5.740632] [drm]     DFP2: INTERNAL_UNIPHY2
[    5.740633] [drm] Connector 2:
[    5.740633] [drm]   HDMI-A-1
[    5.740633] [drm]   HPD1
[    5.740634] [drm]   DDC: 0x6550 0x6550 0x6554 0x6554 0x6558 0x6558 0x655c 0x655c
[    5.740635] [drm]   Encoders:
[    5.740635] [drm]     DFP3: INTERNAL_UNIPHY1
[    5.740635] [drm] Connector 3:
[    5.740636] [drm]   DVI-I-1
[    5.740636] [drm]   HPD6
[    5.740637] [drm]   DDC: 0x6580 0x6580 0x6584 0x6584 0x6588 0x6588 0x658c 0x658c
[    5.740637] [drm]   Encoders:
[    5.740638] [drm]     DFP4: INTERNAL_UNIPHY
[    5.740638] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
[    5.862931] [drm] fb mappable at 0xE05D8000
[    5.862932] [drm] vram apper at 0xE0000000
[    5.862933] [drm] size 5324800
[    5.862933] [drm] fb depth is 24
[    5.862934] [drm]    pitch is 5888
[    5.862997] fbcon: radeondrmfb (fb0) is primary device
[    5.863391] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[    5.907458] Console: switching to colour frame buffer device 180x56
[    5.910622] radeon 0000:01:00.0: fb0: radeondrmfb frame buffer device
[    5.970133] kfd kfd: DID 6819 is missing in supported_devices
[    5.970136] kfd kfd: kgd2kfd_probe failed
[    5.970182] [drm] Initialized radeon 2.50.0 20080528 for 0000:01:00.0 on minor 0
[    5.970394] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[    5.970397] snd_hda_intel 0000:01:00.1: Force to non-snoop mode
[    5.983309] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input14
[    5.983348] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input15
[    5.983382] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input16
[    5.983413] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input17
[    5.983445] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input18
[    5.983477] input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input19
[    6.050333] [drm] amdgpu kernel modesetting enabled.
[   41.440725] random: crng init done
[   41.440728] random: 7 urandom warning(s) missed due to ratelimiting
[   41.850080] radeon_dp_aux_transfer_native: 158 callbacks suppressed
[   42.526644] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[   45.091166] wlp3s0: authenticate with 28:9e:fc:83:15:c7
[   45.105387] wlp3s0: send auth to 28:9e:fc:83:15:c7 (try 1/3)
[   45.110875] wlp3s0: authenticated
[   45.130071] wlp3s0: associate with 28:9e:fc:83:15:c7 (try 1/3)
[   45.133293] wlp3s0: RX AssocResp from 28:9e:fc:83:15:c7 (capab=0x411 status=0 aid=2)
[   45.133429] wlp3s0: associated
[   45.145484] IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready
[   45.230115] wlp3s0: Limiting TX power to 27 (30 - 3) dBm as advertised by 28:9e:fc:83:15:c7
[ 1122.559543] [UFW BLOCK] IN=wlp3s0 OUT= MAC=c4:e9:84:db:d2:cc:28:9e:fc:83:15:c2:86:dd SRC=2607:f8b0:4009:0815:0000:0000:0000:2003 DST=2600:6c44:5f80:1b4a:0000:051f:18c9:47ba LEN=60 TC=0 HOPLIMIT=52 FLOWLBL=560129 PROTO=TCP SPT=443 DPT=49490 WINDOW=0 RES=0x00 RST URGP=0 
[ 1122.564569] [UFW BLOCK] IN=wlp3s0 OUT= MAC=c4:e9:84:db:d2:cc:28:9e:fc:83:15:c2:86:dd SRC=2607:f8b0:4009:0815:0000:0000:0000:2003 DST=2600:6c44:5f80:1b4a:0000:051f:18c9:47ba LEN=60 TC=0 HOPLIMIT=52 FLOWLBL=560129 PROTO=TCP SPT=443 DPT=49490 WINDOW=0 RES=0x00 RST URGP=0 
[ 1122.564759] [UFW BLOCK] IN=wlp3s0 OUT= MAC=c4:e9:84:db:d2:cc:28:9e:fc:83:15:c2:86:dd SRC=2607:f8b0:4009:0815:0000:0000:0000:2003 DST=2600:6c44:5f80:1b4a:0000:051f:18c9:47ba LEN=60 TC=0 HOPLIMIT=52 FLOWLBL=560129 PROTO=TCP SPT=443 DPT=49490 WINDOW=0 RES=0x00 RST URGP=0 
[ 1138.266124] [UFW BLOCK] IN=wlp3s0 OUT= MAC=c4:e9:84:db:d2:cc:28:9e:fc:83:15:c2:86:dd SRC=2607:f8b0:4009:0803:0000:0000:0000:2005 DST=2600:6c44:5f80:1b4a:0000:051f:18c9:47ba LEN=60 TC=0 HOPLIMIT=53 FLOWLBL=376267 PROTO=TCP SPT=443 DPT=36248 WINDOW=0 RES=0x00 RST URGP=0 
[ 1138.273971] [UFW BLOCK] IN=wlp3s0 OUT= MAC=c4:e9:84:db:d2:cc:28:9e:fc:83:15:c2:86:dd SRC=2607:f8b0:4009:0807:0000:0000:0000:200e DST=2600:6c44:5f80:1b4a:0000:051f:18c9:47ba LEN=60 TC=0 HOPLIMIT=53 FLOWLBL=837661 PROTO=TCP SPT=443 DPT=34442 WINDOW=0 RES=0x00 RST URGP=0 
[ 1138.274181] [UFW BLOCK] IN=wlp3s0 OUT= MAC=c4:e9:84:db:d2:cc:28:9e:fc:83:15:c2:86:dd SRC=2607:f8b0:4009:0807:0000:0000:0000:200e DST=2600:6c44:5f80:1b4a:0000:051f:18c9:47ba LEN=60 TC=0 HOPLIMIT=53 FLOWLBL=837661 PROTO=TCP SPT=443 DPT=34442 WINDOW=0 RES=0x00 RST URGP=0 
[ 1143.268422] [UFW BLOCK] IN=wlp3s0 OUT= MAC=c4:e9:84:db:d2:cc:28:9e:fc:83:15:c2:86:dd SRC=2607:f8b0:4009:0815:0000:0000:0000:200e DST=2600:6c44:5f80:1b4a:0000:051f:18c9:47ba LEN=60 TC=0 HOPLIMIT=53 FLOWLBL=1022231 PROTO=TCP SPT=443 DPT=54544 WINDOW=0 RES=0x00 RST URGP=0 
[ 1143.269282] [UFW BLOCK] IN=wlp3s0 OUT= MAC=c4:e9:84:db:d2:cc:28:9e:fc:83:15:c2:86:dd SRC=2607:f8b0:4009:0815:0000:0000:0000:200e DST=2600:6c44:5f80:1b4a:0000:051f:18c9:47ba LEN=60 TC=0 HOPLIMIT=53 FLOWLBL=1022231 PROTO=TCP SPT=443 DPT=54544 WINDOW=0 RES=0x00 RST URGP=0 
[ 1191.742327] radeon_dp_aux_transfer_native: 326 callbacks suppressed
[ 1246.803248] radeon_dp_aux_transfer_native: 158 callbacks suppressed
[ 5321.273205] usb 1-1.1: USB disconnect, device number 3
[ 5321.721035] usb 1-1.1: new low-speed USB device number 5 using ehci-pci
[ 5321.891693] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:046D:C051.0004/input/input20
[ 5321.891880] hid-generic 0003:046D:C051.0004: input,hidraw0: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:1a.0-1.1/input0
[ 5322.553185] usb 1-1.1: USB disconnect, device number 5
[ 5323.001081] usb 1-1.1: new low-speed USB device number 6 using ehci-pci
[ 5323.341520] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:046D:C051.0005/input/input21
[ 5323.341794] hid-generic 0003:046D:C051.0005: input,hidraw0: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:1a.0-1.1/input0
[ 5347.382008] usb 1-1.1: USB disconnect, device number 6
[ 5348.262047] usb 1-1.2: USB disconnect, device number 4
[ 5353.321388] usb 3-4: new low-speed USB device number 2 using xhci_hcd
[ 5353.532028] input: CYKB23 USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/0003:04D9:2323.0006/input/input22
[ 5353.601757] hid-generic 0003:04D9:2323.0006: input,hidraw0: USB HID v1.10 Keyboard [CYKB23 USB Keyboard] on usb-0000:00:14.0-4/input0
[ 5353.623857] input: CYKB23 USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.1/0003:04D9:2323.0007/input/input23
[ 5353.691566] hid-generic 0003:04D9:2323.0007: input,hidraw1: USB HID v1.10 Device [CYKB23 USB Keyboard] on usb-0000:00:14.0-4/input1
[ 5363.591519] usb 3-3: new low-speed USB device number 3 using xhci_hcd
[ 5363.781471] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0/0003:046D:C051.0008/input/input24
[ 5363.781818] hid-generic 0003:046D:C051.0008: input,hidraw2: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:14.0-3/input0
[ 5381.745513] usb 3-3: USB disconnect, device number 3
[ 5384.421734] usb 1-1.6: new low-speed USB device number 7 using ehci-pci
[ 5384.581907] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/0003:046D:C051.0009/input/input25
[ 5384.582243] hid-generic 0003:046D:C051.0009: input,hidraw2: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:1a.0-1.6/input0
[ 5402.278090] usb 1-1.6: USB disconnect, device number 7
[ 5405.111977] usb 3-3: new low-speed USB device number 4 using xhci_hcd
[ 5405.301405] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0/0003:046D:C051.000A/input/input26
[ 5405.301673] hid-generic 0003:046D:C051.000A: input,hidraw2: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:14.0-3/input0
[dylan@dylanattacks ~]$ 
 

Offline

#2 2018-09-09 01:14:43

ooo
Member
Registered: 2013-04-10
Posts: 1,638

Re: USB Ports/Input Devices Stop Working Intermittently

Franz Kafka wrote:

At the end you can see me unplugging and plugging things back in, and right before that:

 [ 1191.742327] radeon_dp_aux_transfer_native: 326 callbacks suppressed
[ 1246.803248] radeon_dp_aux_transfer_native: 158 callbacks suppressed

This appears suspicious but not particularly informative. Anyone able to help me make sense of this?

Those messages are >1 hour before you disconnected the usb devices, and are presumably coming from the radeon driver, so they don't really seem related to me.

Is usb autosuspend enabled for the devices?

Offline

#3 2018-09-09 05:44:14

Franz Kafka
Member
Registered: 2009-08-26
Posts: 19

Re: USB Ports/Input Devices Stop Working Intermittently

Ok, I did some sleuthing to find my usb keyboard and mouse, then ran the following commands:

[dylan@dylanattacks rules.d]$ cat /sys/bus/usb/devices/usb3/3-3/power/control
on
[dylan@dylanattacks rules.d]$ cat /sys/bus/usb/devices/usb3/3-4/power/control
on

Unfortunately it looks like usb autosuspend is not the culprit.

Offline

#4 2018-09-09 10:15:40

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

Re: USB Ports/Input Devices Stop Working Intermittently

Have you tried reproducing with a more up to date kernel?

Offline

#5 2018-09-10 01:29:56

Franz Kafka
Member
Registered: 2009-08-26
Posts: 19

Re: USB Ports/Input Devices Stop Working Intermittently

I have not. I guess I'll give the regular kernel a shot and see if it goes away.

Offline

#6 2018-10-23 23:48:15

AndyBarnesQT
Member
Registered: 2018-10-23
Posts: 1

Re: USB Ports/Input Devices Stop Working Intermittently

Hi,

I was wondering if you ever solved your problem? I'm seeing a similar issue with the RT patch and am trying to determine whether it's the RT patch or the kernel itself that's causing the problem. Given yours is not running the RT patch, it's most likely not RT patch related(!), but was just curious if you had solved your issue.

Regards,

Andy B.

Offline

#7 2018-10-24 03:18:29

Franz Kafka
Member
Registered: 2009-08-26
Posts: 19

Re: USB Ports/Input Devices Stop Working Intermittently

I have been using the stock arch kernel and the problem hasn't recurred since. Because the input devices stopped working so infrequently with the LTS kernel I've been hesitant to say it is definitively solved, but yeah, go with stock kernel and see how it behaves.

Offline

Board footer

Powered by FluxBB