ubuntu 16.04容易死机的问题

ubuntu 16.04容易死机的问题

运行 cat /etc/lsb-release
比如得到我电脑ubuntu的发行版是
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION=“Ubuntu 16.04.3 LTS”
此即为 Ubuntu 16.04.3 LTS xenial (Xerus)发行版

确定ubuntu系统内核版本
运行 uname -a
结果是
Linux rdm-Lenovo-H3050: 4.10.0-33-generic #37~16.04.1-Ubuntu SMP Fri Aug 11 14:07:24 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
x86_64表示我的电脑是64为系统,如果32为系统则是 x_86

var/log/kern.log 如下:

Sep 17 19:38:25 rdm-Lenovo-H3050 kernel: [23850.285800] snd_hda_intel 0000:00:1b.0: IRQ timing workaround is activated for card #0. Suggest a bigger bdl_pos_adj.
Sep 17 21:26:43 rdm-Lenovo-H3050 kernel: [30347.590829] perf: interrupt took too long (2503 > 2500), lowering kernel.perf_event_max_sample_rate to 79750
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] Linux version 4.10.0-33-generic (buildd@lgw01-22) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #37~16.04.1-Ubuntu SMP Fri Aug 11 14:07:24 UTC 2017 (Ubuntu 4.10.0-33.37~16.04.1-generic 4.10.17)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] Command line: BOOT_IMAGE=/vmlinuz-4.10.0-33-generic.efi.signed root=UUID=fd06eb74-4047-415b-a44f-10a39197a881 ro quiet splash vt.handoff=7
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] KERNEL supported cpus:
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000]   Intel GenuineIntel
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000]   AMD AuthenticAMD
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000]   Centaur CentaurHauls
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] e820: BIOS-provided physical RAM map:
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000cd1a6fff] usable
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] BIOS-e820: [mem 0x00000000cd1a7000-0x00000000cd1adfff] ACPI NVS
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] BIOS-e820: [mem 0x00000000cd1ae000-0x00000000cda47fff] usable
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] BIOS-e820: [mem 0x00000000cda48000-0x00000000cdcaffff] reserved
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] BIOS-e820: [mem 0x00000000cdcb0000-0x00000000ddf07fff] usable
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] BIOS-e820: [mem 0x00000000ddf08000-0x00000000ddfa0fff] reserved
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] BIOS-e820: [mem 0x00000000ddfa1000-0x00000000ddfb6fff] ACPI data
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] BIOS-e820: [mem 0x00000000ddfb7000-0x00000000de9d6fff] ACPI NVS
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] BIOS-e820: [mem 0x00000000de9d7000-0x00000000def6cfff] reserved
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] BIOS-e820: [mem 0x00000000def6d000-0x00000000deffefff] type 20
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] BIOS-e820: [mem 0x00000000defff000-0x00000000deffffff] usable
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000031effffff] usable
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] NX (Execute Disable) protection: active
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] efi: EFI v2.31 by American Megatrends
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] efi:  ESRT=0xdef6b918  ACPI=0xddfa5000  ACPI 2.0=0xddfa5000  SMBIOS=0xdef6b518 
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] SMBIOS 2.7 present.
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] DMI: LENOVO 90B9008JCD/SHARKBAY, BIOS IEKT31AUS 03/09/2015
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] e820: last_pfn = 0x31f000 max_arch_pfn = 0x400000000
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] MTRR default type: uncachable
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] MTRR fixed ranges enabled:
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000]   00000-9FFFF write-back
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000]   A0000-EFFFF uncachable
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000]   F0000-FFFFF write-protect
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] MTRR variable ranges enabled:
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000]   0 base 0000000000 mask 7E00000000 write-back
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000]   1 base 0200000000 mask 7F00000000 write-back
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000]   2 base 0300000000 mask 7FF0000000 write-back
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000]   3 base 0310000000 mask 7FF8000000 write-back
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000]   4 base 0318000000 mask 7FFC000000 write-back
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000]   5 base 031C000000 mask 7FFE000000 write-back
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000]   6 base 031E000000 mask 7FFF000000 write-back
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000]   7 base 00E0000000 mask 7FE0000000 uncachable
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000]   8 disabled
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000]   9 disabled
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] total RAM covered: 12272M
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] Found optimal setting for mtrr clean up
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000]  gran_size: 64K 	chunk_size: 32M 	num_reg: 7  	lose cover RAM: 0G
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] e820: last_pfn = 0xdf000 max_arch_pfn = 0x400000000
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] esrt: Reserving ESRT space from 0x00000000def6b918 to 0x00000000def6b950.
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] Scanning 1 areas for low memory corruption
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] Base memory trampoline at [ffff89d380098000] 98000 size 24576
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] Using GB pages for direct mapping
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] BRK [0x9dc28000, 0x9dc28fff] PGTABLE
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] BRK [0x9dc29000, 0x9dc29fff] PGTABLE
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] BRK [0x9dc2a000, 0x9dc2afff] PGTABLE
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] BRK [0x9dc2b000, 0x9dc2bfff] PGTABLE
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] BRK [0x9dc2c000, 0x9dc2cfff] PGTABLE
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] BRK [0x9dc2d000, 0x9dc2dfff] PGTABLE
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] BRK [0x9dc2e000, 0x9dc2efff] PGTABLE
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] BRK [0x9dc2f000, 0x9dc2ffff] PGTABLE
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] BRK [0x9dc30000, 0x9dc30fff] PGTABLE
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] RAMDISK: [mem 0x3303a000-0x35814fff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] ACPI: Early table checksum verification disabled
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] ACPI: RSDP 0x00000000DDFA5000 000024 (v02 LENOVO)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] ACPI: XSDT 0x00000000DDFA5088 000094 (v01 LENOVO TC-03    00001310 AMI  00010013)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] ACPI: FACP 0x00000000DDFB1DA0 00010C (v05 LENOVO TC-03    00001310 AMI  00010013)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] ACPI: DSDT 0x00000000DDFA51B0 00CBF0 (v02 LENOVO TC-03    00001310 INTL 20120711)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] ACPI: FACS 0x00000000DE9D6F80 000040
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] ACPI: APIC 0x00000000DDFB1EB0 000072 (v03 LENOVO TC-03    00001310 AMI  00010013)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] ACPI: FPDT 0x00000000DDFB1F28 000044 (v01 LENOVO TC-03    00001310 AMI  00010013)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] ACPI: FIDT 0x00000000DDFB1F70 00009C (v01 LENOVO TC-03    00001310 AMI  00010013)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] ACPI: DBGP 0x00000000DDFB2010 000034 (v01 LENOVO TC-03    00001310 MSFT 00000005)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] ACPI: MSDM 0x00000000DDFB2048 000055 (v03 LENOVO TC-03    00001310 AMI  00010013)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] ACPI: SSDT 0x00000000DDFB20A0 000539 (v01 LENOVO TC-03    00001310 INTL 20120711)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] ACPI: SSDT 0x00000000DDFB25E0 000AD8 (v01 LENOVO TC-03    00001310 INTL 20120711)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] ACPI: MCFG 0x00000000DDFB30B8 00003C (v01 LENOVO TC-03    00001310 MSFT 00000097)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] ACPI: HPET 0x00000000DDFB30F8 000038 (v01 LENOVO TC-03    00001310 AMI. 00000005)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] ACPI: SSDT 0x00000000DDFB3130 00036D (v01 LENOVO TC-03    00001310 INTL 20120711)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] ACPI: SSDT 0x00000000DDFB34A0 003415 (v01 LENOVO TC-03    00001310 INTL 20091112)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] ACPI: DMAR 0x00000000DDFB68B8 000080 (v01 LENOVO TC-03    00001310 INTL 00000001)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] ACPI: BGRT 0x00000000DDFB6938 000038 (v00 LENOVO TC-03    00001310 AMI  00010013)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] ACPI: Local APIC address 0xfee00000
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] No NUMA configuration found
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] Faking a node at [mem 0x0000000000000000-0x000000031effffff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] NODE_DATA(0) allocated [mem 0x31efd3000-0x31effdfff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] Zone ranges:
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000]   Normal   [mem 0x0000000100000000-0x000000031effffff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000]   Device   empty
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] Movable zone start for each node
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] Early memory node ranges
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000]   node   0: [mem 0x0000000000059000-0x000000000009dfff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000]   node   0: [mem 0x0000000000100000-0x00000000cd1a6fff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000]   node   0: [mem 0x00000000cd1ae000-0x00000000cda47fff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000]   node   0: [mem 0x00000000cdcb0000-0x00000000ddf07fff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000]   node   0: [mem 0x00000000defff000-0x00000000deffffff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000]   node   0: [mem 0x0000000100000000-0x000000031effffff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000031effffff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] On node 0 totalpages: 3132470
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000]   DMA zone: 64 pages used for memmap
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000]   DMA zone: 278 pages reserved
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000]   DMA zone: 3996 pages, LIFO batch:0
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000]   DMA32 zone: 14131 pages used for memmap
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000]   DMA32 zone: 904346 pages, LIFO batch:31
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000]   Normal zone: 34752 pages used for memmap
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000]   Normal zone: 2224128 pages, LIFO batch:31
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] ACPI: PM-Timer IO Port: 0x1808
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] ACPI: Local APIC address 0xfee00000
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] ACPI: IRQ0 used by override.
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] ACPI: IRQ9 used by override.
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] Using ACPI (MADT) for SMP configuration information
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xcd1a7000-0xcd1adfff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xcda48000-0xcdcaffff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xddf08000-0xddfa0fff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xddfa1000-0xddfb6fff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xddfb7000-0xde9d6fff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xde9d7000-0xdef6cfff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xdef6d000-0xdeffefff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xdf000000-0xf7ffffff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] e820: [mem 0xdf000000-0xf7ffffff] available for PCI devices
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] Booting paravirtualized kernel on bare hardware
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] percpu: Embedded 36 pages/cpu @ffff89d69ec00000 s107992 r8192 d31272 u524288
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] pcpu-alloc: s107992 r8192 d31272 u524288 alloc=1*2097152
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] pcpu-alloc: [0] 0 1 2 3 
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 3083245
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] Policy zone: Normal
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-4.10.0-33-generic.efi.signed root=UUID=fd06eb74-4047-415b-a44f-10a39197a881 ro quiet splash vt.handoff=7
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] Calgary: detecting Calgary via BIOS EBDA area
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] Memory: 12158280K/12529880K available (9068K kernel code, 1667K rwdata, 3828K rodata, 2228K init, 2364K bss, 371600K reserved, 0K cma-reserved)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] Hierarchical RCU implementation.
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] 	Build-time adjustment of leaf fanout to 64.
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] NR_IRQS:524544 nr_irqs:456 16
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] vt handoff: transparent VT on vt#7
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] Console: colour dummy device 80x25
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] console [tty0] enabled
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] hpet clockevent registered
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] tsc: Fast TSC calibration using PIT
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000000] tsc: Detected 3192.611 MHz processor
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000017] Calibrating delay loop (skipped), value calculated using timer frequency.. 6385.22 BogoMIPS (lpj=12770444)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000019] pid_max: default: 32768 minimum: 301
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.000025] ACPI: Core revision 20160930
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.006980] ACPI: 5 ACPI AML tables successfully acquired and loaded
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.007494] Security Framework initialized
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.007495] Yama: becoming mindful.
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.007505] AppArmor: AppArmor initialized
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.008086] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.010373] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.011361] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.011371] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.011583] CPU: Physical Processor ID: 0
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.011583] CPU: Processor Core ID: 0
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.011587] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.011587] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.011590] mce: CPU supports 9 MCE banks
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.011597] CPU0: Thermal monitoring enabled (TM1)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.011608] process: using mwait in idle threads
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.011610] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.011610] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.011973] Freeing SMP alternatives memory: 32K
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.013787] ftrace: allocating 34225 entries in 134 pages
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.025463] smpboot: Max logical packages: 1
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.025466] DMAR: Host address width 39
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.025467] DMAR: DRHD base: 0x000000fed90000 flags: 0x1
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.025473] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap d2008c20660462 ecap f010da
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.025474] DMAR: RMRR base: 0x000000dee8b000 end: 0x000000dee99fff
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.025475] DMAR-IR: IOAPIC id 8 under DRHD base  0xfed90000 IOMMU 0
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.025476] DMAR-IR: HPET id 0 under DRHD base 0xfed90000
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.025477] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.025628] DMAR-IR: Enabled IRQ remapping in x2apic mode
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.025628] x2apic enabled
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.025632] Switched APIC routing to cluster x2apic.
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.026041] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.065729] TSC deadline timer enabled
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.065731] smpboot: CPU0: Intel(R) Core(TM) i5-4460  CPU @ 3.20GHz (family: 0x6, model: 0x3c, stepping: 0x3)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.065769] Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.065795] ... version:                3
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.065795] ... bit width:              48
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.065796] ... generic registers:      8
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.065796] ... value mask:             0000ffffffffffff
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.065796] ... max period:             00007fffffffffff
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.065797] ... fixed-purpose events:   3
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.065797] ... event mask:             00000007000000ff
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.066389] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.066400] smp: Bringing up secondary CPUs ...
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.066450] x86: Booting SMP configuration:
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.066451] .... node  #0, CPUs:      #1 #2 #3
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.067536] smp: Brought up 1 node, 4 CPUs
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.067537] smpboot: Total of 4 processors activated (25540.88 BogoMIPS)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.070586] devtmpfs: initialized
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.070628] x86/mm: Memory block size: 128MB
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.072373] evm: security.selinux
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.072374] evm: security.SMACK64
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.072374] evm: security.SMACK64EXEC
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.072374] evm: security.SMACK64TRANSMUTE
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.072374] evm: security.SMACK64MMAP
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.072375] evm: security.ima
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.072375] evm: security.capability
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.072416] PM: Registering ACPI NVS region [mem 0xcd1a7000-0xcd1adfff] (28672 bytes)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.072417] PM: Registering ACPI NVS region [mem 0xddfb7000-0xde9d6fff] (10616832 bytes)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.072556] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.072561] futex hash table entries: 1024 (order: 4, 65536 bytes)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.072590] pinctrl core: initialized pinctrl subsystem
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.072667] RTC time: 14:09:14, date: 09/17/17
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.072727] NET: Registered protocol family 16
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.082307] cpuidle: using governor ladder
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.098319] cpuidle: using governor menu
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.098320] PCCT header not found.
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.098342] ACPI: bus type PCI registered
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.098343] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.098382] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.098383] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.098389] PCI: Using configuration type 1 for base access
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.098463] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.098494] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.119296] HugeTLB registered 1 GB page size, pre-allocated 0 pages
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.119296] HugeTLB registered 2 MB page size, pre-allocated 0 pages
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.119452] ACPI: Added _OSI(Module Device)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.119453] ACPI: Added _OSI(Processor Device)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.119453] ACPI: Added _OSI(3.0 _SCP Extensions)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.119454] ACPI: Added _OSI(Processor Aggregator Device)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.119586] ACPI: Executed 1 blocks of module-level executable AML code
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.122578] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.123131] ACPI: Dynamic OEM Table Load:
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.123134] ACPI: SSDT 0xFFFF89D690393000 0003D3 (v01 PmRef  Cpu0Cst  00003001 INTL 20120711)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.123390] ACPI: Dynamic OEM Table Load:
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.123394] ACPI: SSDT 0xFFFF89D690134800 0005AA (v01 PmRef  ApIst    00003000 INTL 20120711)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.123658] ACPI: Dynamic OEM Table Load:
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.123661] ACPI: SSDT 0xFFFF89D6903BEE00 000119 (v01 PmRef  ApCst    00003000 INTL 20120711)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.124282] ACPI: Interpreter enabled
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.124302] ACPI: (supports S0 S3 S4 S5)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.124302] ACPI: Using IOAPIC for interrupt routing
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.124321] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.130049] ACPI: Power Resource [FN00] (off)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.130099] ACPI: Power Resource [FN01] (off)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.130147] ACPI: Power Resource [FN02] (off)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.130195] ACPI: Power Resource [FN03] (off)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.130242] ACPI: Power Resource [FN04] (off)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.130743] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.130746] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.131152] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.131384] PCI host bridge to bus 0000:00
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.131385] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.131386] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.131387] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.131388] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.131388] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.131389] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.131389] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.131390] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.131391] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.131391] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.131392] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.131392] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.131394] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.131395] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.131396] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.131396] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfeafffff window]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.131397] pci_bus 0000:00: root bus resource [bus 00-3e]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.131402] pci 0000:00:00.0: [8086:0c00] type 00 class 0x060000
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.131466] pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.131491] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.131549] pci 0000:00:01.0: System wakeup disabled by ACPI
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.131595] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.131612] pci 0000:00:14.0: reg 0x10: [mem 0xf7200000-0xf720ffff 64bit]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.131664] pci 0000:00:14.0: PME# supported from D3hot D3cold
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.131693] pci 0000:00:14.0: System wakeup disabled by ACPI
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.131721] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.131736] pci 0000:00:16.0: reg 0x10: [mem 0xf721a000-0xf721a00f 64bit]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.131791] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.131848] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.131863] pci 0000:00:1a.0: reg 0x10: [mem 0xf7218000-0xf72183ff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.131937] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.131974] pci 0000:00:1a.0: System wakeup disabled by ACPI
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.132001] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.132013] pci 0000:00:1b.0: reg 0x10: [mem 0xf7210000-0xf7213fff 64bit]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.132065] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.132095] pci 0000:00:1b.0: System wakeup disabled by ACPI
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.132120] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.132176] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.132228] pci 0000:00:1c.0: System wakeup disabled by ACPI
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.132254] pci 0000:00:1c.2: [8086:8c14] type 01 class 0x060400
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.132309] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.132359] pci 0000:00:1c.2: System wakeup disabled by ACPI
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.132390] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.132406] pci 0000:00:1d.0: reg 0x10: [mem 0xf7217000-0xf72173ff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.132480] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.132517] pci 0000:00:1d.0: System wakeup disabled by ACPI
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.132545] pci 0000:00:1f.0: [8086:8c5c] type 00 class 0x060100
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.132681] pci 0000:00:1f.2: [8086:8c02] type 00 class 0x010601
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.132692] pci 0000:00:1f.2: reg 0x10: [io  0xf070-0xf077]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.132698] pci 0000:00:1f.2: reg 0x14: [io  0xf060-0xf063]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.132704] pci 0000:00:1f.2: reg 0x18: [io  0xf050-0xf057]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.132710] pci 0000:00:1f.2: reg 0x1c: [io  0xf040-0xf043]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.132716] pci 0000:00:1f.2: reg 0x20: [io  0xf020-0xf03f]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.132723] pci 0000:00:1f.2: reg 0x24: [mem 0xf7216000-0xf72167ff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.132753] pci 0000:00:1f.2: PME# supported from D3hot
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.132800] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.132812] pci 0000:00:1f.3: reg 0x10: [mem 0xf7215000-0xf72150ff 64bit]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.132829] pci 0000:00:1f.3: reg 0x20: [io  0xf000-0xf01f]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.132918] pci 0000:01:00.0: [10de:1288] type 00 class 0x030000
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.132926] pci 0000:01:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.132933] pci 0000:01:00.0: reg 0x14: [mem 0xe8000000-0xefffffff 64bit pref]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.132940] pci 0000:01:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.132945] pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.132950] pci 0000:01:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.132988] pci 0000:01:00.0: System wakeup disabled by ACPI
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.133012] pci 0000:01:00.1: [10de:0e0f] type 00 class 0x040300
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.133019] pci 0000:01:00.1: reg 0x10: [mem 0xf7080000-0xf7083fff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.143598] pci 0000:00:01.0: PCI bridge to [bus 01]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.143599] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.143601] pci 0000:00:01.0:   bridge window [mem 0xf6000000-0xf70fffff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.143603] pci 0000:00:01.0:   bridge window [mem 0xe8000000-0xf1ffffff 64bit pref]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.143648] pci 0000:00:1c.0: PCI bridge to [bus 02]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.143711] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.143728] pci 0000:03:00.0: reg 0x10: [io  0xd000-0xd0ff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.143755] pci 0000:03:00.0: reg 0x18: [mem 0xf7100000-0xf7100fff 64bit]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.143771] pci 0000:03:00.0: reg 0x20: [mem 0xf2100000-0xf2103fff 64bit pref]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.143858] pci 0000:03:00.0: supports D1 D2
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.143859] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.143898] pci 0000:03:00.0: System wakeup disabled by ACPI
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.155610] pci 0000:00:1c.2: PCI bridge to [bus 03]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.155613] pci 0000:00:1c.2:   bridge window [io  0xd000-0xdfff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.155616] pci 0000:00:1c.2:   bridge window [mem 0xf7100000-0xf71fffff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.155620] pci 0000:00:1c.2:   bridge window [mem 0xf2100000-0xf21fffff 64bit pref]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.156103] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 6 7 10 11 12 14 15) *0, disabled.
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.156135] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 6 7 10 11 12 14 15) *0, disabled.
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.156166] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 6 7 10 11 12 14 15) *0, disabled.
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.156197] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 6 7 10 11 12 14 15) *0, disabled.
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.156228] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 6 7 10 11 12 14 15) *0, disabled.
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.156261] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 6 7 10 11 12 14 15) *0, disabled.
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.156292] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 6 7 10 11 12 14 15) *0, disabled.
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.156323] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 6 7 10 11 12 14 15) *0, disabled.
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.156514] ACPI: Enabled 4 GPEs in block 00 to 3F
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.156685] SCSI subsystem initialized
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.156704] libata version 3.00 loaded.
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.156726] pci 0000:01:00.0: vgaarb: setting as boot VGA device
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.156727] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.156728] pci 0000:01:00.0: vgaarb: bridge control possible
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.156729] vgaarb: loaded
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.156741] ACPI: bus type USB registered
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.156750] usbcore: registered new interface driver usbfs
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.156754] usbcore: registered new interface driver hub
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.156761] usbcore: registered new device driver usb
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.156804] Registered efivars operations
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.167411] PCI: Using ACPI for IRQ routing
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.168651] PCI: pci_cache_line_size set to 64 bytes
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.168687] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.168688] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.168689] e820: reserve RAM buffer [mem 0xcd1a7000-0xcfffffff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.168689] e820: reserve RAM buffer [mem 0xcda48000-0xcfffffff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.168690] e820: reserve RAM buffer [mem 0xddf08000-0xdfffffff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.168691] e820: reserve RAM buffer [mem 0xdf000000-0xdfffffff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.168691] e820: reserve RAM buffer [mem 0x31f000000-0x31fffffff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.168753] NetLabel: Initializing
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.168753] NetLabel:  domain hash size = 128
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.168754] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.168764] NetLabel:  unlabeled traffic allowed by default
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.168813] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.168816] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.171833] clocksource: Switched to clocksource hpet
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.177507] VFS: Disk quotas dquot_6.6.0
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.177519] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.177588] AppArmor: AppArmor Filesystem Enabled
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.177616] pnp: PnP ACPI init
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.177672] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.177674] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.177784] system 00:01: [io  0x0680-0x069f] has been reserved
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.177785] system 00:01: [io  0xffff] has been reserved
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.177786] system 00:01: [io  0xffff] has been reserved
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.177787] system 00:01: [io  0xffff] has been reserved
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.177788] system 00:01: [io  0x1c00-0x1cfe] has been reserved
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.177788] system 00:01: [io  0x1d00-0x1dfe] has been reserved
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.177789] system 00:01: [io  0x1e00-0x1efe] has been reserved
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.177790] system 00:01: [io  0x1f00-0x1ffe] has been reserved
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.177790] system 00:01: [io  0x1800-0x18fe] has been reserved
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.177791] system 00:01: [io  0x164e-0x164f] has been reserved
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.177793] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.177807] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.177838] system 00:03: [io  0x1854-0x1857] has been reserved
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.177839] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.177923] system 00:04: [io  0x0a00-0x0a1f] has been reserved
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.177923] system 00:04: [io  0x0a20-0x0a2f] has been reserved
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.177924] system 00:04: [io  0x0a30-0x0a3f] has been reserved
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.177925] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.177970] system 00:05: [io  0x04d0-0x04d1] has been reserved
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.177971] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.178259] system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.178260] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.178260] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.178261] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.178262] system 00:06: [mem 0xf8000000-0xfbffffff] has been reserved
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.178263] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.178264] system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.178264] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.178265] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.178266] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.178267] system 00:06: [mem 0xf7fdf000-0xf7fdffff] has been reserved
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.178268] system 00:06: [mem 0xf7fe0000-0xf7feffff] has been reserved
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.178269] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.178419] pnp: PnP ACPI: found 7 devices
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.184044] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.184056] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.184058] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.184059] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 add_align 100000
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.184067] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] res_to_dev_res add_size 200000 min_align 100000
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.184068] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x002fffff] res_to_dev_res add_size 200000 min_align 100000
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.184068] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.184069] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.184070] pci 0000:00:1c.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.184071] pci 0000:00:1c.0: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.184075] pci 0000:00:1c.0: BAR 14: assigned [mem 0xe0000000-0xe01fffff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.184081] pci 0000:00:1c.0: BAR 15: assigned [mem 0xe0200000-0xe03fffff 64bit pref]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.184082] pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x2fff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.184084] pci 0000:00:01.0: PCI bridge to [bus 01]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.184085] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.184087] pci 0000:00:01.0:   bridge window [mem 0xf6000000-0xf70fffff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.184088] pci 0000:00:01.0:   bridge window [mem 0xe8000000-0xf1ffffff 64bit pref]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.184091] pci 0000:00:1c.0: PCI bridge to [bus 02]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.184093] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.184096] pci 0000:00:1c.0:   bridge window [mem 0xe0000000-0xe01fffff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.184099] pci 0000:00:1c.0:   bridge window [mem 0xe0200000-0xe03fffff 64bit pref]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.184104] pci 0000:00:1c.2: PCI bridge to [bus 03]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.184106] pci 0000:00:1c.2:   bridge window [io  0xd000-0xdfff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.184110] pci 0000:00:1c.2:   bridge window [mem 0xf7100000-0xf71fffff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.184112] pci 0000:00:1c.2:   bridge window [mem 0xf2100000-0xf21fffff 64bit pref]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.184118] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.184118] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.184119] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.184120] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.184120] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.184121] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.184122] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.184122] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.184123] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.184124] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.184124] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.184125] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.184125] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.184126] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.184127] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.184127] pci_bus 0000:00: resource 19 [mem 0xe0000000-0xfeafffff window]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.184128] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.184129] pci_bus 0000:01: resource 1 [mem 0xf6000000-0xf70fffff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.184129] pci_bus 0000:01: resource 2 [mem 0xe8000000-0xf1ffffff 64bit pref]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.184130] pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.184131] pci_bus 0000:02: resource 1 [mem 0xe0000000-0xe01fffff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.184131] pci_bus 0000:02: resource 2 [mem 0xe0200000-0xe03fffff 64bit pref]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.184132] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.184133] pci_bus 0000:03: resource 1 [mem 0xf7100000-0xf71fffff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.184133] pci_bus 0000:03: resource 2 [mem 0xf2100000-0xf21fffff 64bit pref]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.184201] NET: Registered protocol family 2
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.184316] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.184454] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.184562] TCP: Hash tables configured (established 131072 bind 65536)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.184582] UDP hash table entries: 8192 (order: 6, 262144 bytes)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.184616] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.184666] NET: Registered protocol family 1
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.231914] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.231922] PCI: CLS 64 bytes, default 64
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.231953] Unpacking initramfs...
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.670931] Freeing initrd memory: 40812K
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.670952] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.670954] software IO TLB [mem 0xd70f2000-0xdb0f2000] (64MB) mapped at [ffff89d4570f2000-ffff89d45b0f1fff]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.671117] Scanning for low memory corruption every 60 seconds
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.671315] audit: initializing netlink subsys (disabled)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.671343] audit: type=2000 audit(1505657353.668:1): initialized
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.671620] Initialise system trusted keyrings
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.671668] workingset: timestamp_bits=36 max_order=22 bucket_order=0
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.672633] zbud: loaded
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.672929] squashfs: version 4.0 (2009/01/31) Phillip Lougher
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.673051] fuse init (API version 7.26)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.674033] Key type asymmetric registered
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.674033] Asymmetric key parser 'x509' registered
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.674061] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.674080] io scheduler noop registered
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.674080] io scheduler deadline registered
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.674085] io scheduler cfq registered (default)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.674522] pcieport 0000:00:01.0: Signaling PME with IRQ 25
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.674534] pcieport 0000:00:1c.0: Signaling PME with IRQ 26
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.674547] pcieport 0000:00:1c.2: Signaling PME with IRQ 27
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.674561] pciehp 0000:00:1c.0:pcie004: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.674600] efifb: probing for efifb
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.674607] efifb: framebuffer at 0xe8000000, using 8640k, total 8640k
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.674608] efifb: mode is 1920x1080x32, linelength=8192, pages=1
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.674608] efifb: scrolling: redraw
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.674609] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.674676] Console: switching to colour frame buffer device 240x67
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.674694] fb0: EFI VGA frame buffer device
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.674699] intel_idle: MWAIT substates: 0x42120
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.674700] intel_idle: v0.4.1 model 0x3C
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.674811] intel_idle: lapic_timer_reliable_states 0xffffffff
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.674870] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.674872] ACPI: Power Button [PWRB]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.674897] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.674898] ACPI: Power Button [PWRF]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.675268] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.675352] thermal LNXTHERM:00: registered as thermal_zone0
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.675352] ACPI: Thermal Zone [TZ00] (28 C)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.675491] thermal LNXTHERM:01: registered as thermal_zone1
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.675492] ACPI: Thermal Zone [TZ01] (30 C)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.675527] GHES: HEST is not enabled!
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.675574] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.676536] Linux agpgart interface v0.103
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.677797] loop: module loaded
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.677898] libphy: Fixed MDIO Bus: probed
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.677899] tun: Universal TUN/TAP device driver, 1.6
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.677899] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.677917] PPP generic driver version 2.4.2
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.677943] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.677944] ehci-pci: EHCI PCI platform driver
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.678009] ehci-pci 0000:00:1a.0: EHCI Host Controller
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.678014] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.678023] ehci-pci 0000:00:1a.0: debug port 2
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.681918] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.681929] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7218000
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.695846] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.695878] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.695879] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.695880] usb usb1: Product: EHCI Host Controller
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.695880] usb usb1: Manufacturer: Linux 4.10.0-33-generic ehci_hcd
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.695881] usb usb1: SerialNumber: 0000:00:1a.0
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.695968] hub 1-0:1.0: USB hub found
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.695970] hub 1-0:1.0: 2 ports detected
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.696109] ehci-pci 0000:00:1d.0: EHCI Host Controller
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.696112] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.696119] ehci-pci 0000:00:1d.0: debug port 2
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.700014] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.700023] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7217000
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.715844] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.715868] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.715869] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.715869] usb usb2: Product: EHCI Host Controller
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.715870] usb usb2: Manufacturer: Linux 4.10.0-33-generic ehci_hcd
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.715870] usb usb2: SerialNumber: 0000:00:1d.0
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.715947] hub 2-0:1.0: USB hub found
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.715950] hub 2-0:1.0: 2 ports detected
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.716020] ehci-platform: EHCI generic platform driver
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.716027] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.716028] ohci-pci: OHCI PCI platform driver
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.716033] ohci-platform: OHCI generic platform driver
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.716036] uhci_hcd: USB Universal Host Controller Interface driver
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.716103] xhci_hcd 0000:00:14.0: xHCI Host Controller
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.716105] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.717173] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00009810
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.717177] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.717233] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.717234] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.717234] usb usb3: Product: xHCI Host Controller
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.717235] usb usb3: Manufacturer: Linux 4.10.0-33-generic xhci-hcd
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.717236] usb usb3: SerialNumber: 0000:00:14.0
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.717308] hub 3-0:1.0: USB hub found
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.717317] hub 3-0:1.0: 10 ports detected
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.718917] xhci_hcd 0000:00:14.0: xHCI Host Controller
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.718918] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.718935] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.718936] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.718936] usb usb4: Product: xHCI Host Controller
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.718937] usb usb4: Manufacturer: Linux 4.10.0-33-generic xhci-hcd
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.718937] usb usb4: SerialNumber: 0000:00:14.0
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.719008] hub 4-0:1.0: USB hub found
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.719012] hub 4-0:1.0: 2 ports detected
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.719287] i8042: PNP: No PS/2 controller found.
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.719287] i8042: Probing ports directly.
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.719656] serio: i8042 KBD port at 0x60,0x64 irq 1
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.719658] serio: i8042 AUX port at 0x60,0x64 irq 12
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.719740] mousedev: PS/2 mouse device common for all mice
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.719827] rtc_cmos 00:02: RTC can wake from S4
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.719992] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.720015] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.720019] i2c /dev entries driver
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.720046] device-mapper: uevent: version 1.0.3
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.720115] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.720118] intel_pstate: Intel P-state driver initializing
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.720312] ledtrig-cpu: registered to indicate activity on CPUs
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.720313] EFI Variables Facility v0.08 2004-May-17
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.731738] NET: Registered protocol family 10
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.734169] Segment Routing with IPv6
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.734180] NET: Registered protocol family 17
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.734188] Key type dns_resolver registered
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.734434] microcode: sig=0x306c3, pf=0x2, revision=0x1d
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.734525] microcode: Microcode Update Driver: v2.2.
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.734601] registered taskstats version 1
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.734607] Loading compiled-in X.509 certificates
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.736252] Loaded X.509 cert 'Build time autogenerated kernel key: 426a83f15e6e282b8201c8d41cda6c2876428014'
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.736262] zswap: loaded using pool lzo/zbud
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.745080] Key type big_key registered
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.745082] Key type trusted registered
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.746212] Key type encrypted registered
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.746214] AppArmor: AppArmor sha1 policy hashing enabled
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.746216] ima: No TPM chip found, activating TPM-bypass! (rc=-19)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.746229] evm: HMAC attrs: 0x1
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.746451]   Magic number: 1:397:182
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.746485] acpi device:41: hash matches
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.746541] rtc_cmos 00:02: setting system clock to 2017-09-17 14:09:14 UTC (1505657354)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.746596] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.746596] EDD information not available.
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.746632] PM: Hibernation image not present or could not be loaded.
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.747750] Freeing unused kernel memory: 2228K
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.747750] Write protecting the kernel read-only data: 14336k
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.748006] Freeing unused kernel memory: 1156K
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.748446] Freeing unused kernel memory: 268K
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.753204] x86/mm: Checked W+X mappings: passed, no W+X pages found.
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.759914] random: systemd-udevd: uninitialized urandom read (16 bytes read)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.759961] random: systemd-udevd: uninitialized urandom read (16 bytes read)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.759967] random: systemd-udevd: uninitialized urandom read (16 bytes read)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.760858] random: udevadm: uninitialized urandom read (16 bytes read)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.760877] random: udevadm: uninitialized urandom read (16 bytes read)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.761502] random: udevadm: uninitialized urandom read (16 bytes read)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.761532] random: udevadm: uninitialized urandom read (16 bytes read)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.761798] random: udevadm: uninitialized urandom read (16 bytes read)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.761827] random: udevadm: uninitialized urandom read (16 bytes read)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.761855] random: udevadm: uninitialized urandom read (16 bytes read)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.777728] FUJITSU Extended Socket Network Device Driver - version 1.2 - Copyright (c) 2015 FUJITSU LIMITED
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.786682] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.787177] [drm] Initialized
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.787337] ahci 0000:00:1f.2: version 3.0
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.787477] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 6 Gbps 0x31 impl SATA mode
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.787478] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems 
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.794752] wmi: Mapper loaded
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.796754] r8169 0000:03:00.0 eth0: RTL8168g/8111g at 0xffffa876018c5000, 1c:83:41:01:a5:84, XID 0c000800 IRQ 30
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.796755] r8169 0000:03:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.806819] r8169 0000:03:00.0 enp3s0: renamed from eth0
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.808761] checking generic (e8000000 870000) vs hw (e8000000 8000000)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.808762] fb: switching to nouveaufb from EFI VGA
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.808779] Console: switching to colour dummy device 80x25
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.808868] nouveau 0000:01:00.0: NVIDIA GK208B (b06080b1)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.812427] scsi host0: ahci
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.816091] scsi host1: ahci
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.816252] scsi host2: ahci
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.816504] scsi host3: ahci
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.819903] scsi host4: ahci
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.820020] scsi host5: ahci
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.820053] ata1: SATA max UDMA/133 abar m2048@0xf7216000 port 0xf7216100 irq 29
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.820053] ata2: DUMMY
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.820054] ata3: DUMMY
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.820054] ata4: DUMMY
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.820058] ata5: SATA max UDMA/133 abar m2048@0xf7216000 port 0xf7216300 irq 29
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.820061] ata6: SATA max UDMA/133 abar m2048@0xf7216000 port 0xf7216380 irq 29
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.919783] nouveau 0000:01:00.0: bios: version 80.28.79.00.27
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.920992] nouveau 0000:01:00.0: priv: HUB0: 085014 ffffffff (1a70820b)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    0.921001] nouveau 0000:01:00.0: fb: 1024 MiB DDR3
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.023864] usb 1-1: new high-speed USB device number 2 using ehci-pci
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.043858] usb 2-1: new high-speed USB device number 2 using ehci-pci
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.043868] usb 3-3: new low-speed USB device number 2 using xhci_hcd
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.134625] ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.134676] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.134719] ata5: SATA link down (SStatus 0 SControl 300)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.135915] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20160930/psargs-359)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.135920] ACPI Error: Method parse/execution failed [\_SB.PCI0.SAT0.SPT5._GTF] (Node ffff89d6920e4dc0), AE_NOT_FOUND (20160930/psparse-543)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.135925] ata6.00: ATAPI: HL-DT-ST DVDROM DH60N, 1.01, max UDMA/133
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.136720] ata1.00: ATA-8: WDC WD5000AAKX-08U6AA0, 19.01H19, max UDMA/100
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.136721] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.137414] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20160930/psargs-359)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.137418] ACPI Error: Method parse/execution failed [\_SB.PCI0.SAT0.SPT5._GTF] (Node ffff89d6920e4dc0), AE_NOT_FOUND (20160930/psparse-543)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.137424] ata6.00: configured for UDMA/133
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.137911] ata1.00: configured for UDMA/100
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.138177] scsi 0:0:0:0: Direct-Access     ATA      WDC WD5000AAKX-0 1H19 PQ: 0 ANSI: 5
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.172230] usb 1-1: New USB device found, idVendor=8087, idProduct=8008
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.172231] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.172511] hub 1-1:1.0: USB hub found
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.172592] hub 1-1:1.0: 4 ports detected
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.187147] usb 3-3: New USB device found, idVendor=17ef, idProduct=602e
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.187149] usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.187149] usb 3-3: Product: USB Optical Mouse
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.187150] usb 3-3: Manufacturer: PixArt
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.189498] hidraw: raw HID events driver (C) Jiri Kosina
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.192211] usbcore: registered new interface driver usbhid
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.192211] usbhid: USB HID core driver
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.192238] usb 2-1: New USB device found, idVendor=8087, idProduct=8000
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.192239] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.192381] hub 2-1:1.0: USB hub found
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.192495] hub 2-1:1.0: 6 ports detected
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.193298] input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0/0003:17EF:602E.0001/input/input5
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.193353] hid-generic 0003:17EF:602E.0001: input,hidraw0: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:00:14.0-3/input0
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.199957] sd 0:0:0:0: Attached scsi generic sg0 type 0
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.199959] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.199963] sd 0:0:0:0: [sda] Write Protect is off
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.199964] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.199975] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.211633] scsi 5:0:0:0: CD-ROM            HL-DT-ST DVDROM DH60N     1.01 PQ: 0 ANSI: 5
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.256933]  sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8 sda9 sda10 sda11 sda12 sda13
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.257676] sd 0:0:0:0: [sda] Attached SCSI disk
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.259975] sr 5:0:0:0: [sr0] scsi3-mmc drive: 48x/48x cd/rw xa/form2 cdda tray
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.259976] cdrom: Uniform CD-ROM driver Revision: 3.20
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.260079] sr 5:0:0:0: Attached scsi CD-ROM sr0
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.260114] sr 5:0:0:0: Attached scsi generic sg1 type 5
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.303897] usb 3-4: new low-speed USB device number 3 using xhci_hcd
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.456120] usb 3-4: New USB device found, idVendor=17ef, idProduct=602d
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.456121] usb 3-4: New USB device strings: Mfr=0, Product=2, SerialNumber=0
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.456122] usb 3-4: Product: Lenovo Black Silk USB Keyboard
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.459841] usb 1-1.4: new high-speed USB device number 3 using ehci-pci
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.462079] input: Lenovo Black Silk USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/0003:17EF:602D.0002/input/input6
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.519992] hid-generic 0003:17EF:602D.0002: input,hidraw1: USB HID v1.11 Keyboard [Lenovo Black Silk USB Keyboard] on usb-0000:00:14.0-4/input0
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.525520] input: Lenovo Black Silk USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.1/0003:17EF:602D.0003/input/input7
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.580718] usb 1-1.4: New USB device found, idVendor=0bda, idProduct=0129
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.580719] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.580720] usb 1-1.4: Product: USB2.0-CRW
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.580721] usb 1-1.4: Manufacturer: Generic
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.580721] usb 1-1.4: SerialNumber: 20100201396000000
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.584901] usbcore: registered new interface driver rtsx_usb
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.587914] hid-generic 0003:17EF:602D.0003: input,hidraw2: USB HID v1.11 Device [Lenovo Black Silk USB Keyboard] on usb-0000:00:14.0-4/input1
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.695860] tsc: Refined TSC clocksource calibration: 3192.595 MHz
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.695865] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2e04f70fa2d, max_idle_ns: 440795270052 ns
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    1.705444] random: fast init done
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    2.220096] [TTM] Zone  kernel: Available graphics memory: 6124560 kiB
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    2.220096] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    2.220097] [TTM] Initializing pool allocator
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    2.220101] [TTM] Initializing DMA pool allocator
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    2.220117] nouveau 0000:01:00.0: DRM: VRAM: 1024 MiB
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    2.220117] nouveau 0000:01:00.0: DRM: GART: 1048576 MiB
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    2.220120] nouveau 0000:01:00.0: DRM: TMDS table version 2.0
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    2.220120] nouveau 0000:01:00.0: DRM: DCB version 4.0
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    2.220122] nouveau 0000:01:00.0: DRM: DCB outp 00: 02000f00 00000000
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    2.220123] nouveau 0000:01:00.0: DRM: DCB outp 01: 02011f62 00020010
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    2.220124] nouveau 0000:01:00.0: DRM: DCB conn 00: 00000000
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    2.220124] nouveau 0000:01:00.0: DRM: DCB conn 01: 00002161
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    2.234885] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    2.234885] [drm] Driver supports precise vblank timestamp query.
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    2.263991] nouveau 0000:01:00.0: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    2.313677] nouveau 0000:01:00.0: DRM: MM: using COPY for buffer copies
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    2.516582] nouveau 0000:01:00.0: DRM: allocated 1920x1080 fb: 0x60000, bo ffff89d686e28400
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    2.522154] fbcon: nouveaufb (fb0) is primary device
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    2.522205] Console: switching to colour frame buffer device 240x67
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    2.522223] nouveau 0000:01:00.0: fb0: nouveaufb frame buffer device
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    2.567879] [drm] Initialized nouveau 1.3.1 20120801 for 0000:01:00.0 on minor 0
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    2.720067] clocksource: Switched to clocksource tsc
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    5.606778] random: crng init done
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    6.103765] EXT4-fs (sda11): mounted filesystem with ordered data mode. Opts: (null)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    8.845029] lp: driver loaded but no devices found
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [    8.871667] ppdev: user-space parallel port driver
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [   16.970187] EXT4-fs (sda11): re-mounted. Opts: errors=remount-ro
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [   17.029100] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [   17.035670] ACPI Warning: SystemIO range 0x0000000000001828-0x000000000000182F conflicts with OpRegion 0x0000000000001800-0x000000000000187F (\PMIO) (20160930/utaddress-247)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [   17.035674] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [   17.035677] ACPI Warning: SystemIO range 0x0000000000001C40-0x0000000000001C4F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20160930/utaddress-247)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [   17.035678] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [   17.035679] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20160930/utaddress-247)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [   17.035681] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20160930/utaddress-247)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [   17.035682] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [   17.035683] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20160930/utaddress-247)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [   17.035684] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20160930/utaddress-247)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [   17.035685] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [   17.035686] lpc_ich: Resource conflict(s) found affecting gpio_ich
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [   17.058483] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [   17.058483] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [   17.058484] RAPL PMU: hw unit of domain package 2^-14 Joules
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [   17.058484] RAPL PMU: hw unit of domain dram 2^-14 Joules
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [   17.058484] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [   17.065101] AVX2 version of gcm_enc/dec engaged.
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [   17.065102] AES CTR mode by8 optimization enabled
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [   17.069282] snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [   17.070009] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [   17.070048] snd_hda_intel 0000:01:00.1: Disabling MSI
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [   17.070051] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [   17.081290] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC662 rev3: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [   17.081291] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [   17.081292] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [   17.081293] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [   17.081293] snd_hda_codec_realtek hdaudioC0D0:    inputs:
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [   17.081295] snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [   17.081295] snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [   17.081296] snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [   17.090236] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [   17.090269] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [   17.090297] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [   17.090325] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [   17.090352] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [   17.106221] intel_rapl: Found RAPL domain package
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [   17.106222] intel_rapl: Found RAPL domain core
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [   17.106223] intel_rapl: Found RAPL domain dram
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [   17.106224] intel_rapl: RAPL package 0 domain package locked by BIOS
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [   17.106226] intel_rapl: RAPL package 0 domain dram locked by BIOS
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [   17.676181] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input13
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [   18.710814] Adding 1999868k swap on /dev/sda10.  Priority:-1 extents:1 across:1999868k FS
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [   19.568240] EXT4-fs (sda9): mounted filesystem with ordered data mode. Opts: (null)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [   20.831803] EXT4-fs (sda12): mounted filesystem with ordered data mode. Opts: (null)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [   23.473272] EXT4-fs (sda13): mounted filesystem with ordered data mode. Opts: (null)
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [   24.017722] audit: type=1400 audit(1505657377.765:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=776 comm="apparmor_parser"
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [   24.017733] audit: type=1400 audit(1505657377.765:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=776 comm="apparmor_parser"
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [   24.017734] audit: type=1400 audit(1505657377.765:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=776 comm="apparmor_parser"
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [   24.017735] audit: type=1400 audit(1505657377.765:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=776 comm="apparmor_parser"
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [   24.017993] audit: type=1400 audit(1505657377.765:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=775 comm="apparmor_parser"
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [   24.017994] audit: type=1400 audit(1505657377.765:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session//chromium" pid=775 comm="apparmor_parser"
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [   24.018856] audit: type=1400 audit(1505657377.765:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=780 comm="apparmor_parser"
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [   24.018857] audit: type=1400 audit(1505657377.765:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=780 comm="apparmor_parser"
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [   24.020677] audit: type=1400 audit(1505657377.769:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=782 comm="apparmor_parser"
Sep 17 22:09:37 rdm-Lenovo-H3050 kernel: [   24.020678] audit: type=1400 audit(1505657377.769:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd" pid=782 comm="apparmor_parser"
Sep 17 22:09:39 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657379.5282] NetworkManager (version 1.2.6) is starting...
Sep 17 22:09:39 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657379.5283] Read config: /etc/NetworkManager/NetworkManager.conf (etc: default-wifi-powersave-on.conf)
Sep 17 22:09:39 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657379.7590] manager[0x277b1c0]: monitoring kernel firmware directory '/lib/firmware'.
Sep 17 22:09:39 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657379.7590] monitoring ifupdown state file '/run/network/ifstate'.
Sep 17 22:09:39 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657379.9792] dns-mgr[0x2776160]: init: dns=dnsmasq, rc-manager=resolvconf, plugin=dnsmasq
Sep 17 22:09:40 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657380.2346] init!
Sep 17 22:09:40 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657380.2347] management mode: unmanaged
Sep 17 22:09:40 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657380.2349] devices added (path: /sys/devices/pci0000:00/0000:00:1c.2/0000:03:00.0/net/enp3s0, iface: enp3s0)
Sep 17 22:09:40 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657380.2349] device added (path: /sys/devices/pci0000:00/0000:00:1c.2/0000:03:00.0/net/enp3s0, iface: enp3s0): no ifupdown configuration found.
Sep 17 22:09:40 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657380.2349] devices added (path: /sys/devices/virtual/net/lo, iface: lo)
Sep 17 22:09:40 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657380.2349] device added (path: /sys/devices/virtual/net/lo, iface: lo): no ifupdown configuration found.
Sep 17 22:09:40 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657380.2349] end _init.
Sep 17 22:09:40 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657380.2350] settings: loaded plugin ifupdown: (C) 2008 Canonical Ltd.  To report bugs please use the NetworkManager mailing list. (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-settings-plugin-ifupdown.so)
Sep 17 22:09:40 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657380.2350] settings: loaded plugin keyfile: (c) 2007 - 2015 Red Hat, Inc.  To report bugs please use the NetworkManager mailing list.
Sep 17 22:09:40 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657380.2698] SettingsPlugin-Ofono: init!
Sep 17 22:09:40 rdm-Lenovo-H3050 NetworkManager[835]: <warn>  [1505657380.2698] SettingsPlugin-Ofono: file doesn't exist: /var/lib/ofono
Sep 17 22:09:40 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657380.2698] SettingsPlugin-Ofono: end _init.
Sep 17 22:09:40 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657380.2698] settings: loaded plugin ofono: (C) 2013-2016 Canonical Ltd.  To report bugs please use the NetworkManager mailing list. (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-settings-plugin-ofono.so)
Sep 17 22:09:40 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657380.2698] (41520032) ... get_connections.
Sep 17 22:09:40 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657380.2698] (41520032) ... get_connections (managed=false): return empty list.
Sep 17 22:09:40 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657380.2929] SettingsPlugin-Ofono: (41520256) ... get_connections.
Sep 17 22:09:40 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657380.2929] SettingsPlugin-Ofono: (41520256) connections count: 0
Sep 17 22:09:40 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657380.2929] get unmanaged devices count: 0
Sep 17 22:09:40 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657380.3951] settings: hostname: using hostnamed
Sep 17 22:09:40 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657380.3951] settings: hostname changed from (none) to "rdm-Lenovo-H3050"
Sep 17 22:09:40 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657380.4212] Using DHCP client 'dhclient'
Sep 17 22:09:40 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657380.4212] manager: WiFi enabled by radio killswitch; enabled by state file
Sep 17 22:09:40 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657380.4212] manager: WWAN enabled by radio killswitch; enabled by state file
Sep 17 22:09:40 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657380.4212] manager: Networking is enabled by state file
Sep 17 22:09:40 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657380.4213] Loaded device plugin: NMVxlanFactory (internal)
Sep 17 22:09:40 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657380.4213] Loaded device plugin: NMVlanFactory (internal)
Sep 17 22:09:40 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657380.4213] Loaded device plugin: NMVethFactory (internal)
Sep 17 22:09:40 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657380.4213] Loaded device plugin: NMTunFactory (internal)
Sep 17 22:09:40 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657380.4213] Loaded device plugin: NMMacvlanFactory (internal)
Sep 17 22:09:40 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657380.4213] Loaded device plugin: NMIPTunnelFactory (internal)
Sep 17 22:09:40 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657380.4213] Loaded device plugin: NMInfinibandFactory (internal)
Sep 17 22:09:40 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657380.4213] Loaded device plugin: NMEthernetFactory (internal)
Sep 17 22:09:40 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657380.4213] Loaded device plugin: NMBridgeFactory (internal)
Sep 17 22:09:40 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657380.4214] Loaded device plugin: NMBondFactory (internal)
Sep 17 22:09:40 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657380.4217] Loaded device plugin: NMAtmManager (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-adsl.so)
Sep 17 22:09:40 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657380.4277] Loaded device plugin: NMBluezManager (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-bluetooth.so)
Sep 17 22:09:40 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657380.4279] Loaded device plugin: NMWwanFactory (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-wwan.so)
Sep 17 22:09:40 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657380.4281] Loaded device plugin: NMWifiFactory (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-wifi.so)
Sep 17 22:09:40 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657380.4293] manager: (enp3s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/0)
Sep 17 22:09:40 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657380.4301] keyfile: add connection in-memory (6c5003d5-9f0d-3dd7-b8e5-5504fc797941,"有线连接 1")
Sep 17 22:09:40 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657380.4304] settings: (enp3s0): created default wired connection '有线连接 1'
Sep 17 22:09:40 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657380.4311] device (enp3s0): state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
Sep 17 22:09:40 rdm-Lenovo-H3050 kernel: [   26.677765] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
Sep 17 22:09:40 rdm-Lenovo-H3050 NetworkManager[835]: nm_device_get_device_type: assertion 'NM_IS_DEVICE (self)' failed
Sep 17 22:09:40 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657380.5608] device (lo): link connected
Sep 17 22:09:40 rdm-Lenovo-H3050 kernel: [   26.806345] r8169 0000:03:00.0 enp3s0: link down
Sep 17 22:09:40 rdm-Lenovo-H3050 kernel: [   26.806363] r8169 0000:03:00.0 enp3s0: link down
Sep 17 22:09:40 rdm-Lenovo-H3050 kernel: [   26.806406] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
Sep 17 22:09:40 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657380.5613] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
Sep 17 22:09:40 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657380.5640] urfkill disappeared from the bus
Sep 17 22:09:40 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657380.5653] ofono is now available
Sep 17 22:09:40 rdm-Lenovo-H3050 NetworkManager[835]: <warn>  [1505657380.5655] failed to enumerate oFono devices: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.ofono was not provided by any .service files
Sep 17 22:09:40 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657380.5659] ModemManager available in the bus
Sep 17 22:09:42 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657382.8725] device (enp3s0): link connected
Sep 17 22:09:42 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657382.8729] device (enp3s0): state change: unavailable -> disconnected (reason 'carrier-changed') [20 30 40]
Sep 17 22:09:42 rdm-Lenovo-H3050 kernel: [   29.118777] r8169 0000:03:00.0 enp3s0: link up
Sep 17 22:09:42 rdm-Lenovo-H3050 kernel: [   29.118784] IPv6: ADDRCONF(NETDEV_CHANGE): enp3s0: link becomes ready
Sep 17 22:09:42 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657382.8733] policy: auto-activating connection '有线连接 1'
Sep 17 22:09:42 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657382.8741] device (enp3s0): Activation: starting connection '有线连接 1' (6c5003d5-9f0d-3dd7-b8e5-5504fc797941)
Sep 17 22:09:42 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657382.8742] device (enp3s0): state change: disconnected -> prepare (reason 'none') [30 40 0]
Sep 17 22:09:42 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657382.8743] manager: NetworkManager state is now CONNECTING
Sep 17 22:09:42 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657382.8745] device (enp3s0): state change: prepare -> config (reason 'none') [40 50 0]
Sep 17 22:09:42 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657382.8747] device (enp3s0): state change: config -> ip-config (reason 'none') [50 70 0]
Sep 17 22:09:42 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657382.8978] dhcp4 (enp3s0): activation: beginning transaction (timeout in 45 seconds)
Sep 17 22:09:42 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657382.9379] dhcp4 (enp3s0): dhclient started with pid 1129
Sep 17 22:09:43 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657383.4093]   address 192.168.1.3
Sep 17 22:09:43 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657383.4093]   plen 24 (255.255.255.0)
Sep 17 22:09:43 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657383.4093]   gateway 192.168.1.1
Sep 17 22:09:43 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657383.4093]   server identifier 192.168.1.1
Sep 17 22:09:43 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657383.4094]   lease time 86400
Sep 17 22:09:43 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657383.4094]   nameserver '192.168.1.1'
Sep 17 22:09:43 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657383.4094]   wins '192.168.1.1'
Sep 17 22:09:43 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657383.4094]   wins '192.168.1.1'
Sep 17 22:09:43 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657383.4094] dhcp4 (enp3s0): state changed unknown -> bound
Sep 17 22:09:43 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657383.4099] device (enp3s0): state change: ip-config -> ip-check (reason 'none') [70 80 0]
Sep 17 22:09:43 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657383.4103] device (enp3s0): state change: ip-check -> secondaries (reason 'none') [80 90 0]
Sep 17 22:09:43 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657383.4105] device (enp3s0): state change: secondaries -> activated (reason 'none') [90 100 0]
Sep 17 22:09:43 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657383.4105] manager: NetworkManager state is now CONNECTED_LOCAL
Sep 17 22:09:43 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657383.4721] manager: NetworkManager state is now CONNECTED_GLOBAL
Sep 17 22:09:43 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657383.4722] policy: set '有线连接 1' (enp3s0) as default for IPv4 routing and DNS
Sep 17 22:09:43 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657383.4723] dns-plugin[0x2789900]: starting dnsmasq...
Sep 17 22:09:43 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657383.4733] dns-mgr: Writing DNS information to /sbin/resolvconf
Sep 17 22:09:43 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657383.6360] device (enp3s0): Activation: successful, device activated.
Sep 17 22:09:43 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657383.6378] dnsmasq[0x2789900]: dnsmasq appeared as :1.33
Sep 17 22:09:43 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657383.9669] dhcp6 (enp3s0): activation: beginning transaction (timeout in 45 seconds)
Sep 17 22:09:43 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657383.9676] dhcp6 (enp3s0): dhclient started with pid 1319
Sep 17 22:09:43 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657383.9679] policy: set '有线连接 1' (enp3s0) as default for IPv6 routing and DNS
Sep 17 22:09:47 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657387.7545] manager: startup complete
Sep 17 22:09:50 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657390.7552] manager: WiFi hardware radio set enabled
Sep 17 22:09:50 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657390.7553] manager: WWAN hardware radio set enabled
Sep 17 22:09:54 rdm-Lenovo-H3050 gnome-session-binary[1633]: Entering running state
Sep 17 22:10:28 rdm-Lenovo-H3050 NetworkManager[835]: <warn>  [1505657428.7687] dhcp6 (enp3s0): request timed out
Sep 17 22:10:28 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657428.7687] dhcp6 (enp3s0): state changed unknown -> timeout
Sep 17 22:10:28 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657428.7695] dhcp6 (enp3s0): canceled DHCP transaction, DHCP client pid 1319
Sep 17 22:10:28 rdm-Lenovo-H3050 NetworkManager[835]: <info>  [1505657428.7695] dhcp6 (enp3s0): state changed timeout -> done
Sep 17 22:16:26 rdm-Lenovo-H3050 kernel: [  432.463625] snd_hda_intel 0000:00:1b.0: IRQ timing workaround is activated for card #0. Suggest a bigger bdl_pos_adj.
Sep 17 22:23:38 rdm-Lenovo-H3050 kernel: [  864.854587] FAT-fs (sda3): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

haimianjie2012

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值