Skip to content

Instantly share code, notes, and snippets.

Created March 9, 2018 02:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/6cba837aa5cd3c35be8c29e04c706026 to your computer and use it in GitHub Desktop.
Save anonymous/6cba837aa5cd3c35be8c29e04c706026 to your computer and use it in GitHub Desktop.
cold boot dmesg
[ 0.000000] Linux version 4.15.7-1-ARCH (builduser@heftig-14534) (gcc version 7.3.0 (GCC)) #1 SMP PREEMPT Wed Feb 28 19:01:57 UTC 2018
[ 0.000000] Command line: BOOT_IMAGE=../vmlinuz-linux root=/dev/sda1 rw initrd=../initramfs-linux.img log_buf_len=4M
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 0.000000] x86/fpu: x87 FPU will use FXSAVE
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009e7ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009e800-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000d2000-0x00000000000d3fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000dc000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bf27bfff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bf27c000-0x00000000bf281fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bf282000-0x00000000bf35efff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bf35f000-0x00000000bf370fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bf371000-0x00000000bf3f1fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000bf3f2000-0x00000000bf40efff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bf40f000-0x00000000bf46efff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bf46f000-0x00000000bf667fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bf668000-0x00000000bf6e7fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000bf6e8000-0x00000000bf70efff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bf70f000-0x00000000bf716fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bf717000-0x00000000bf71efff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bf71f000-0x00000000bf76bfff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bf76c000-0x00000000bf777fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000bf778000-0x00000000bf77afff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000bf77b000-0x00000000bf78afff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000bf78b000-0x00000000bf78bfff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000bf78c000-0x00000000bf79efff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000bf79f000-0x00000000bf7fefff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000bf7ff000-0x00000000bf7fffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bf800000-0x00000000bfffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000feaff000-0x00000000feafffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed003ff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed8ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000001fbffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000200000000-0x000000023bffffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] random: fast init done
[ 0.000000] SMBIOS 2.6 present.
[ 0.000000] DMI: LENOVO 4313CTO/4313CTO, BIOS 6MET61WW (1.24 ) 06/07/2010
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x23c000 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-D3FFF write-protect
[ 0.000000] D4000-DBFFF uncachable
[ 0.000000] DC000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 disabled
[ 0.000000] 1 base 000000000 mask F80000000 write-back
[ 0.000000] 2 base 080000000 mask FC0000000 write-back
[ 0.000000] 3 base 100000000 mask F00000000 write-back
[ 0.000000] 4 base 200000000 mask FC0000000 write-back
[ 0.000000] 5 base 23C000000 mask FFC000000 uncachable
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.000000] total RAM covered: 8128M
[ 0.000000] Found optimal setting for mtrr clean up
[ 0.000000] gran_size: 64K chunk_size: 128M num_reg: 5 lose cover RAM: 0G
[ 0.000000] e820: update [mem 0xc0000000-0xffffffff] usable ==> reserved
[ 0.000000] e820: last_pfn = 0xbf800 max_arch_pfn = 0x400000000
[ 0.000000] found SMP MP-table at [mem 0x000f68c0-0x000f68cf] mapped at [ (ptrval)]
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] Base memory trampoline at [ (ptrval)] 98000 size 24576
[ 0.000000] BRK [0x1c363a000, 0x1c363afff] PGTABLE
[ 0.000000] BRK [0x1c363b000, 0x1c363bfff] PGTABLE
[ 0.000000] BRK [0x1c363c000, 0x1c363cfff] PGTABLE
[ 0.000000] BRK [0x1c363d000, 0x1c363dfff] PGTABLE
[ 0.000000] BRK [0x1c363e000, 0x1c363efff] PGTABLE
[ 0.000000] BRK [0x1c363f000, 0x1c363ffff] PGTABLE
[ 0.000000] BRK [0x1c3640000, 0x1c3640fff] PGTABLE
[ 0.000000] BRK [0x1c3641000, 0x1c3641fff] PGTABLE
[ 0.000000] BRK [0x1c3642000, 0x1c3642fff] PGTABLE
[ 0.000000] BRK [0x1c3643000, 0x1c3643fff] PGTABLE
[ 0.000000] log_buf_len: 4194304 bytes
[ 0.000000] early log buf free: 125484(95%)
[ 0.000000] RAMDISK: [mem 0x7f8fb000-0x7fffffff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000000F6880 000024 (v02 LENOVO)
[ 0.000000] ACPI: XSDT 0x00000000BF7EF338 000094 (v01 LENOVO TP-6M 00001240 LTP 00000000)
[ 0.000000] ACPI: FACP 0x00000000BF7EF400 0000F4 (v04 LENOVO TP-6M 00001240 LNVO 00000001)
[ 0.000000] ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Pm1aControlBlock: 16/32 (20170831/tbfadt-603)
[ 0.000000] ACPI BIOS Warning (bug): Invalid length for FADT/Pm1aControlBlock: 32, using default 16 (20170831/tbfadt-708)
[ 0.000000] ACPI: DSDT 0x00000000BF7EF7D1 00F2F8 (v01 LENOVO TP-6M 00001240 MSFT 03000001)
[ 0.000000] ACPI: FACS 0x00000000BF6E7000 000040
[ 0.000000] ACPI: FACS 0x00000000BF6E7000 000040
[ 0.000000] ACPI: SSDT 0x00000000BF7EF5B4 00021D (v01 LENOVO TP-6M 00001240 MSFT 03000001)
[ 0.000000] ACPI: ECDT 0x00000000BF7FEAC9 000052 (v01 LENOVO TP-6M 00001240 LNVO 00000001)
[ 0.000000] ACPI: APIC 0x00000000BF7FEB1B 000084 (v01 LENOVO TP-6M 00001240 LNVO 00000001)
[ 0.000000] ACPI: MCFG 0x00000000BF7FEBD7 00003C (v01 LENOVO TP-6M 00001240 LNVO 00000001)
[ 0.000000] ACPI: HPET 0x00000000BF7FEC13 000038 (v01 LENOVO TP-6M 00001240 LNVO 00000001)
[ 0.000000] ACPI: ASF! 0x00000000BF7FEDBE 0000A4 (v16 LENOVO TP-6M 00001240 PTL 00000001)
[ 0.000000] ACPI: SLIC 0x00000000BF7FEE62 000176 (v01 LENOVO TP-6M 00001240 LTP 00000000)
[ 0.000000] ACPI: BOOT 0x00000000BF7FEFD8 000028 (v01 LENOVO TP-6M 00001240 LTP 00000001)
[ 0.000000] ACPI: SSDT 0x00000000BF6E591A 00084B (v01 LENOVO TP-6M 00001240 INTL 20050513)
[ 0.000000] ACPI: TCPA 0x00000000BF78B000 000032 (v02 PTL CRESTLN 06040000 00005A52)
[ 0.000000] ACPI: SSDT 0x00000000BF77A000 0009F1 (v01 PmRef CpuPm 00003000 INTL 20060912)
[ 0.000000] ACPI: SSDT 0x00000000BF779000 000259 (v01 PmRef Cpu0Tst 00003000 INTL 20060912)
[ 0.000000] ACPI: SSDT 0x00000000BF778000 00049F (v01 PmRef ApTst 00003000 INTL 20060912)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000023bffffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x23bbf9000-0x23bbfbfff]
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.000000] Normal [mem 0x0000000100000000-0x000000023bffffff]
[ 0.000000] Device empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009dfff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x00000000bf27bfff]
[ 0.000000] node 0: [mem 0x00000000bf282000-0x00000000bf35efff]
[ 0.000000] node 0: [mem 0x00000000bf40f000-0x00000000bf46efff]
[ 0.000000] node 0: [mem 0x00000000bf70f000-0x00000000bf716fff]
[ 0.000000] node 0: [mem 0x00000000bf71f000-0x00000000bf76bfff]
[ 0.000000] node 0: [mem 0x00000000bf7ff000-0x00000000bf7fffff]
[ 0.000000] node 0: [mem 0x0000000100000000-0x00000001fbffffff]
[ 0.000000] node 0: [mem 0x0000000200000000-0x000000023bffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000023bffffff]
[ 0.000000] On node 0 totalpages: 2061228
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 21 pages reserved
[ 0.000000] DMA zone: 3997 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 12177 pages used for memmap
[ 0.000000] DMA32 zone: 779279 pages, LIFO batch:31
[ 0.000000] Normal zone: 20224 pages used for memmap
[ 0.000000] Normal zone: 1277952 pages, LIFO batch:31
[ 0.000000] Reserved but unavailable: 99 pages
[ 0.000000] ACPI: PM-Timer IO Port: 0x1008
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000d1fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000d2000-0x000d3fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000d4000-0x000dbfff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000dc000-0x000fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbf27c000-0xbf281fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbf35f000-0xbf370fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbf371000-0xbf3f1fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbf3f2000-0xbf40efff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbf46f000-0xbf667fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbf668000-0xbf6e7fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbf6e8000-0xbf70efff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbf717000-0xbf71efff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbf76c000-0xbf777fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbf778000-0xbf77afff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbf77b000-0xbf78afff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbf78b000-0xbf78bfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbf78c000-0xbf79efff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbf79f000-0xbf7fefff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbf800000-0xbfffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xdfffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfeafefff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfeaff000-0xfeafffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfeb00000-0xfebfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec0ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec10000-0xfecfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed1bfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed8ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed90000-0xfedfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x1fc000000-0x1ffffffff]
[ 0.000000] e820: [mem 0xc0000000-0xdfffffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[ 0.000000] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:4 nr_node_ids:1
[ 0.000000] percpu: Embedded 45 pages/cpu @ (ptrval) s147456 r8192 d28672 u524288
[ 0.000000] pcpu-alloc: s147456 r8192 d28672 u524288 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 2028742
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=../vmlinuz-linux root=/dev/sda1 rw initrd=../initramfs-linux.img log_buf_len=4M
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 8012908K/8244912K available (10252K kernel code, 1250K rwdata, 3224K rodata, 1432K init, 632K bss, 232004K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] Kernel/User page tables isolation: enabled
[ 0.000000] ftrace: allocating 31419 entries in 123 pages
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] CONFIG_RCU_FANOUT set to non-default value of 32
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
[ 0.000000] RCU priority boosting: priority 1 delay 500 ms.
[ 0.000000] Tasks RCU enabled.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 20736, nr_irqs: 456, preallocated irqs: 16
[ 0.000000] Offload RCU callbacks from CPUs: .
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] ACPI: Core revision 20170831
[ 0.000000] ACPI: 6 ACPI AML tables successfully acquired and loaded
[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[ 0.000000] hpet clockevent registered
[ 0.000000] APIC: Switch to symmetric I/O mode setup
[ 0.000000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.005000] tsc: Fast TSC calibration using PIT
[ 0.006000] tsc: Detected 2527.030 MHz processor
[ 0.006000] Calibrating delay loop (skipped), value calculated using timer frequency.. 5054.06 BogoMIPS (lpj=2527030)
[ 0.006000] pid_max: default: 32768 minimum: 301
[ 0.006000] Security Framework initialized
[ 0.006000] Yama: becoming mindful.
[ 0.007908] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.008817] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.008873] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.008902] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.009153] CPU: Physical Processor ID: 0
[ 0.009153] CPU: Processor Core ID: 0
[ 0.009162] mce: CPU supports 9 MCE banks
[ 0.009169] CPU0: Thermal monitoring enabled (TM1)
[ 0.009177] process: using mwait in idle threads
[ 0.009181] Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7
[ 0.009182] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[ 0.009184] Spectre V2 : Mitigation: Full generic retpoline
[ 0.009286] Freeing SMP alternatives memory: 24K
[ 0.011000] smpboot: CPU0: Intel(R) Core(TM) i5 CPU M 540 @ 2.53GHz (family: 0x6, model: 0x25, stepping: 0x5)
[ 0.014015] Performance Events: PEBS fmt1+, Westmere events, 16-deep LBR, Intel PMU driver.
[ 0.014053] core: CPUID marked event: 'bus cycles' unavailable
[ 0.014057] ... version: 3
[ 0.014058] ... bit width: 48
[ 0.014060] ... generic registers: 4
[ 0.014061] ... value mask: 0000ffffffffffff
[ 0.014063] ... max period: 000000007fffffff
[ 0.014064] ... fixed-purpose events: 3
[ 0.014066] ... event mask: 000000070000000f
[ 0.016007] Hierarchical SRCU implementation.
[ 0.022186] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.024007] smp: Bringing up secondary CPUs ...
[ 0.033027] x86: Booting SMP configuration:
[ 0.033029] .... node #0, CPUs: #1 #2 #3
[ 0.054041] smp: Brought up 1 node, 4 CPUs
[ 0.054041] smpboot: Max logical packages: 1
[ 0.054041] smpboot: Total of 4 processors activated (20216.24 BogoMIPS)
[ 0.056002] devtmpfs: initialized
[ 0.056065] x86/mm: Memory block size: 128MB
[ 0.056775] PM: Registering ACPI NVS region [mem 0xbf371000-0xbf3f1fff] (528384 bytes)
[ 0.056775] PM: Registering ACPI NVS region [mem 0xbf668000-0xbf6e7fff] (524288 bytes)
[ 0.056775] PM: Registering ACPI NVS region [mem 0xbf76c000-0xbf777fff] (49152 bytes)
[ 0.056775] PM: Registering ACPI NVS region [mem 0xbf77b000-0xbf78afff] (65536 bytes)
[ 0.056775] PM: Registering ACPI NVS region [mem 0xbf78c000-0xbf79efff] (77824 bytes)
[ 0.056775] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.056775] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.057058] pinctrl core: initialized pinctrl subsystem
[ 0.057166] RTC time: 2:12:56, date: 03/09/18
[ 0.057277] NET: Registered protocol family 16
[ 0.057467] cpuidle: using governor ladder
[ 0.058014] cpuidle: using governor menu
[ 0.058063] Simple Boot Flag at 0x35 set to 0x1
[ 0.058092] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.058094] ACPI: bus type PCI registered
[ 0.058095] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.058162] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.058166] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[ 0.058182] PCI: Using configuration type 1 for base access
[ 0.059456] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.059456] ACPI: Added _OSI(Module Device)
[ 0.059456] ACPI: Added _OSI(Processor Device)
[ 0.059456] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.059456] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.059456] ACPI: EC: EC started
[ 0.059456] ACPI: EC: interrupt blocked
[ 0.061030] ACPI: \: Used as first EC
[ 0.061032] ACPI: \: GPE=0x11, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.061034] ACPI: \: Used as boot ECDT EC to handle transactions
[ 0.066279] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.076579] ACPI: Dynamic OEM Table Load:
[ 0.076587] ACPI: SSDT 0xFFFF8A60B1F7F800 0004B1 (v01 PmRef Cpu0Ist 00003000 INTL 20060912)
[ 0.077165] ACPI: Dynamic OEM Table Load:
[ 0.077170] ACPI: SSDT 0xFFFF8A60B1F7B000 0006B2 (v01 PmRef Cpu0Cst 00003001 INTL 20060912)
[ 0.077823] ACPI: Dynamic OEM Table Load:
[ 0.077827] ACPI: SSDT 0xFFFF8A60B1938800 000303 (v01 PmRef ApIst 00003000 INTL 20060912)
[ 0.078202] ACPI: Dynamic OEM Table Load:
[ 0.078206] ACPI: SSDT 0xFFFF8A60B1937A00 000119 (v01 PmRef ApCst 00003000 INTL 20060912)
[ 0.080187] ACPI: Interpreter enabled
[ 0.080208] ACPI: (supports S0 S3 S4 S5)
[ 0.080210] ACPI: Using IOAPIC for interrupt routing
[ 0.080236] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.080791] ACPI: Enabled 5 GPEs in block 00 to 3F
[ 0.091284] ACPI: Power Resource [PUBS] (on)
[ 0.093381] acpi PNP0C0A:01: ACPI dock station (docks/bays count: 1)
[ 0.095331] acpi LNXIOBAY:00: ACPI dock station (docks/bays count: 2)
[ 0.099536] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.099671] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.099773] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[ 0.099906] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.100048] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.100181] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.100283] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[ 0.100417] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.100514] ACPI: PCI Root Bridge [UNCR] (domain 0000 [bus ff])
[ 0.100519] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.100524] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[ 0.100582] PCI host bridge to bus 0000:ff
[ 0.100585] pci_bus 0000:ff: root bus resource [bus ff]
[ 0.100592] pci 0000:ff:00.0: [8086:2c62] type 00 class 0x060000
[ 0.100650] pci 0000:ff:00.1: [8086:2d01] type 00 class 0x060000
[ 0.100700] pci 0000:ff:02.0: [8086:2d10] type 00 class 0x060000
[ 0.100741] pci 0000:ff:02.1: [8086:2d11] type 00 class 0x060000
[ 0.100783] pci 0000:ff:02.2: [8086:2d12] type 00 class 0x060000
[ 0.100824] pci 0000:ff:02.3: [8086:2d13] type 00 class 0x060000
[ 0.100901] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[ 0.100905] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.101204] acpi PNP0A08:00: _OSC: platform does not support [PCIeCapability]
[ 0.101340] acpi PNP0A08:00: _OSC: not requesting control; platform does not support [PCIeCapability]
[ 0.101342] acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug PME AER PCIeCapability]
[ 0.101344] acpi PNP0A08:00: _OSC: platform willing to grant [PCIeHotplug PME AER]
[ 0.101346] acpi PNP0A08:00: _OSC failed (AE_SUPPORT); disabling ASPM
[ 0.101582] PCI host bridge to bus 0000:00
[ 0.101584] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.101586] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.101587] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.101589] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[ 0.101590] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[ 0.101591] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]
[ 0.101593] pci_bus 0000:00: root bus resource [bus 00-fe]
[ 0.101600] pci 0000:00:00.0: [8086:0044] type 00 class 0x060000
[ 0.101619] DMAR: BIOS has allocated no shadow GTT; disabling IOMMU for graphics
[ 0.101688] pci 0000:00:01.0: [8086:0045] type 01 class 0x060400
[ 0.101724] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.101831] pci 0000:00:16.0: [8086:3b64] type 00 class 0x078000
[ 0.101862] pci 0000:00:16.0: reg 0x10: [mem 0xf2427800-0xf242780f 64bit]
[ 0.101956] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 0.102047] pci 0000:00:16.3: [8086:3b67] type 00 class 0x070002
[ 0.102074] pci 0000:00:16.3: reg 0x10: [io 0x1800-0x1807]
[ 0.102085] pci 0000:00:16.3: reg 0x14: [mem 0xf2424000-0xf2424fff]
[ 0.102261] pci 0000:00:19.0: [8086:10ea] type 00 class 0x020000
[ 0.102287] pci 0000:00:19.0: reg 0x10: [mem 0xf2400000-0xf241ffff]
[ 0.102298] pci 0000:00:19.0: reg 0x14: [mem 0xf2425000-0xf2425fff]
[ 0.102309] pci 0000:00:19.0: reg 0x18: [io 0x1820-0x183f]
[ 0.102393] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[ 0.102478] pci 0000:00:1a.0: [8086:3b3c] type 00 class 0x0c0320
[ 0.102504] pci 0000:00:1a.0: reg 0x10: [mem 0xf2428000-0xf24283ff]
[ 0.102607] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[ 0.102695] pci 0000:00:1b.0: [8086:3b56] type 00 class 0x040300
[ 0.102727] pci 0000:00:1b.0: reg 0x10: [mem 0xf2420000-0xf2423fff 64bit]
[ 0.102833] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.102927] pci 0000:00:1c.0: [8086:3b42] type 01 class 0x060400
[ 0.103040] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.103133] pci 0000:00:1c.1: [8086:3b44] type 01 class 0x060400
[ 0.103241] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.103333] pci 0000:00:1c.3: [8086:3b48] type 01 class 0x060400
[ 0.103439] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.103531] pci 0000:00:1c.4: [8086:3b4a] type 01 class 0x060400
[ 0.103637] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.103733] pci 0000:00:1d.0: [8086:3b34] type 00 class 0x0c0320
[ 0.103759] pci 0000:00:1d.0: reg 0x10: [mem 0xf2428400-0xf24287ff]
[ 0.103861] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.103942] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
[ 0.104095] pci 0000:00:1f.0: [8086:3b07] type 00 class 0x060100
[ 0.104278] pci 0000:00:1f.2: [8086:3b2f] type 00 class 0x010601
[ 0.104305] pci 0000:00:1f.2: reg 0x10: [io 0x1818-0x181f]
[ 0.104316] pci 0000:00:1f.2: reg 0x14: [io 0x180c-0x180f]
[ 0.104326] pci 0000:00:1f.2: reg 0x18: [io 0x1810-0x1817]
[ 0.104337] pci 0000:00:1f.2: reg 0x1c: [io 0x1808-0x180b]
[ 0.104347] pci 0000:00:1f.2: reg 0x20: [io 0x1840-0x185f]
[ 0.104358] pci 0000:00:1f.2: reg 0x24: [mem 0xf2427000-0xf24277ff]
[ 0.104417] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.104496] pci 0000:00:1f.3: [8086:3b30] type 00 class 0x0c0500
[ 0.104523] pci 0000:00:1f.3: reg 0x10: [mem 0xf2428800-0xf24288ff 64bit]
[ 0.104552] pci 0000:00:1f.3: reg 0x20: [io 0x1860-0x187f]
[ 0.104658] pci 0000:00:1f.6: [8086:3b32] type 00 class 0x118000
[ 0.104688] pci 0000:00:1f.6: reg 0x10: [mem 0xf2426000-0xf2426fff 64bit]
[ 0.104887] pci 0000:01:00.0: [10de:0a6c] type 00 class 0x030000
[ 0.104911] pci 0000:01:00.0: reg 0x10: [mem 0xcc000000-0xccffffff]
[ 0.104923] pci 0000:01:00.0: reg 0x14: [mem 0xd0000000-0xdfffffff 64bit pref]
[ 0.104936] pci 0000:01:00.0: reg 0x1c: [mem 0xce000000-0xcfffffff 64bit pref]
[ 0.104945] pci 0000:01:00.0: reg 0x24: [io 0x2000-0x207f]
[ 0.104954] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0007ffff pref]
[ 0.104962] pci 0000:01:00.0: enabling Extended Tags
[ 0.105175] pci 0000:01:00.1: [10de:0be3] type 00 class 0x040300
[ 0.105195] pci 0000:01:00.1: reg 0x10: [mem 0xcdefc000-0xcdefffff]
[ 0.105244] pci 0000:01:00.1: enabling Extended Tags
[ 0.105361] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.105364] pci 0000:00:01.0: bridge window [io 0x2000-0x2fff]
[ 0.105366] pci 0000:00:01.0: bridge window [mem 0xcc000000-0xcdefffff]
[ 0.105369] pci 0000:00:01.0: bridge window [mem 0xce000000-0xdfffffff 64bit pref]
[ 0.105419] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.105549] pci 0000:03:00.0: [8086:4239] type 00 class 0x028000
[ 0.105633] pci 0000:03:00.0: reg 0x10: [mem 0xf2000000-0xf2001fff 64bit]
[ 0.105909] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[ 0.109088] pci 0000:00:1c.1: PCI bridge to [bus 03]
[ 0.109099] pci 0000:00:1c.1: bridge window [mem 0xf2000000-0xf20fffff]
[ 0.109193] acpiphp: Slot [1] registered
[ 0.109200] pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
[ 0.109205] pci 0000:00:1c.3: bridge window [io 0x3000-0x3fff]
[ 0.109209] pci 0000:00:1c.3: bridge window [mem 0xf0000000-0xf1ffffff]
[ 0.109216] pci 0000:00:1c.3: bridge window [mem 0xf2500000-0xf25fffff 64bit pref]
[ 0.109333] pci 0000:0d:00.0: [1180:e822] type 00 class 0x080500
[ 0.109358] pci 0000:0d:00.0: MMC controller base frequency changed to 50Mhz.
[ 0.109388] pci 0000:0d:00.0: reg 0x10: [mem 0xf2100000-0xf21000ff]
[ 0.109571] pci 0000:0d:00.0: supports D1 D2
[ 0.109572] pci 0000:0d:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.109708] pci 0000:0d:00.1: [1180:e230] type 00 class 0x088000
[ 0.109744] pci 0000:0d:00.1: reg 0x10: [mem 0xf2100400-0xf21004ff]
[ 0.109913] pci 0000:0d:00.1: supports D1 D2
[ 0.109915] pci 0000:0d:00.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.110027] pci 0000:0d:00.3: [1180:e832] type 00 class 0x0c0010
[ 0.110064] pci 0000:0d:00.3: reg 0x10: [mem 0xf2100800-0xf2100fff]
[ 0.110166] pci 0000:0d:00.3: Enabling fixed DMA alias to 00.0
[ 0.110235] pci 0000:0d:00.3: supports D1 D2
[ 0.110237] pci 0000:0d:00.3: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.113103] pci 0000:00:1c.4: PCI bridge to [bus 0d]
[ 0.113111] pci 0000:00:1c.4: bridge window [mem 0xf2100000-0xf21fffff]
[ 0.113194] pci 0000:00:1e.0: PCI bridge to [bus 0e] (subtractive decode)
[ 0.113207] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7 window] (subtractive decode)
[ 0.113208] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff window] (subtractive decode)
[ 0.113210] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[ 0.113211] pci 0000:00:1e.0: bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode)
[ 0.113213] pci 0000:00:1e.0: bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode)
[ 0.113214] pci 0000:00:1e.0: bridge window [mem 0xc0000000-0xfebfffff window] (subtractive decode)
[ 0.115759] ACPI: EC: interrupt unblocked
[ 0.115767] ACPI: EC: event unblocked
[ 0.115775] ACPI: \_SB_.PCI0.LPC_.EC__: GPE=0x11, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.115776] ACPI: \_SB_.PCI0.LPC_.EC__: Used as boot DSDT EC to handle transactions and events
[ 0.116019] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[ 0.116019] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.116019] pci 0000:01:00.0: vgaarb: bridge control possible
[ 0.116019] vgaarb: loaded
[ 0.116117] EDAC MC: Ver: 3.0.0
[ 0.116258] PCI: Using ACPI for IRQ routing
[ 0.126136] PCI: pci_cache_line_size set to 64 bytes
[ 0.126359] e820: reserve RAM buffer [mem 0x0009e800-0x0009ffff]
[ 0.126361] e820: reserve RAM buffer [mem 0xbf27c000-0xbfffffff]
[ 0.126363] e820: reserve RAM buffer [mem 0xbf35f000-0xbfffffff]
[ 0.126365] e820: reserve RAM buffer [mem 0xbf46f000-0xbfffffff]
[ 0.126367] e820: reserve RAM buffer [mem 0xbf717000-0xbfffffff]
[ 0.126368] e820: reserve RAM buffer [mem 0xbf76c000-0xbfffffff]
[ 0.126370] e820: reserve RAM buffer [mem 0xbf800000-0xbfffffff]
[ 0.126466] NetLabel: Initializing
[ 0.126466] NetLabel: domain hash size = 128
[ 0.126467] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.126482] NetLabel: unlabeled traffic allowed by default
[ 0.126498] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.126498] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 0.128022] clocksource: Switched to clocksource hpet
[ 0.140126] VFS: Disk quotas dquot_6.6.0
[ 0.140146] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.140247] pnp: PnP ACPI init
[ 0.142021] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
[ 0.142023] system 00:00: [mem 0x000c0000-0x000c3fff] could not be reserved
[ 0.142025] system 00:00: [mem 0x000c4000-0x000c7fff] could not be reserved
[ 0.142026] system 00:00: [mem 0x000c8000-0x000cbfff] has been reserved
[ 0.142028] system 00:00: [mem 0x000cc000-0x000cffff] could not be reserved
[ 0.142030] system 00:00: [mem 0x000d0000-0x000d3fff] could not be reserved
[ 0.142032] system 00:00: [mem 0x000dc000-0x000dffff] could not be reserved
[ 0.142033] system 00:00: [mem 0x000e0000-0x000e3fff] could not be reserved
[ 0.142035] system 00:00: [mem 0x000e4000-0x000e7fff] could not be reserved
[ 0.142037] system 00:00: [mem 0x000e8000-0x000ebfff] could not be reserved
[ 0.142038] system 00:00: [mem 0x000ec000-0x000effff] could not be reserved
[ 0.142040] system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
[ 0.142042] system 00:00: [mem 0x00100000-0xbfffffff] could not be reserved
[ 0.142044] system 00:00: [mem 0xfec00000-0xfed3ffff] could not be reserved
[ 0.142045] system 00:00: [mem 0xfed4c000-0xffffffff] could not be reserved
[ 0.142052] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.142445] system 00:01: [io 0x164e-0x164f] has been reserved
[ 0.142447] system 00:01: [io 0x1000-0x107f] has been reserved
[ 0.142449] system 00:01: [io 0x1180-0x11ff] has been reserved
[ 0.142452] system 00:01: [io 0x0800-0x080f] has been reserved
[ 0.142453] system 00:01: [io 0x15e0-0x15ef] has been reserved
[ 0.142455] system 00:01: [io 0x1600-0x1641] has been reserved
[ 0.142457] system 00:01: [io 0x1644-0x167f] could not be reserved
[ 0.142459] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.142461] system 00:01: [mem 0xfeaff000-0xfeafffff] has been reserved
[ 0.142463] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.142465] system 00:01: [mem 0xfed10000-0xfed13fff] has been reserved
[ 0.142466] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.142468] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.142470] system 00:01: [mem 0xfed45000-0xfed4bfff] has been reserved
[ 0.142475] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.142542] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.142567] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.142589] pnp 00:04: Plug and Play ACPI device, IDs LEN0015 PNP0f13 (active)
[ 0.142940] pnp 00:05: Plug and Play ACPI device, IDs SMO1200 PNP0c31 (active)
[ 0.143699] pnp: PnP ACPI: found 6 devices
[ 0.150266] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.150333] pci 0000:01:00.0: BAR 6: assigned [mem 0xcd000000-0xcd07ffff pref]
[ 0.150336] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.150338] pci 0000:00:01.0: bridge window [io 0x2000-0x2fff]
[ 0.150341] pci 0000:00:01.0: bridge window [mem 0xcc000000-0xcdefffff]
[ 0.150343] pci 0000:00:01.0: bridge window [mem 0xce000000-0xdfffffff 64bit pref]
[ 0.150346] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.150361] pci 0000:00:1c.1: PCI bridge to [bus 03]
[ 0.150367] pci 0000:00:1c.1: bridge window [mem 0xf2000000-0xf20fffff]
[ 0.150377] pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
[ 0.150380] pci 0000:00:1c.3: bridge window [io 0x3000-0x3fff]
[ 0.150386] pci 0000:00:1c.3: bridge window [mem 0xf0000000-0xf1ffffff]
[ 0.150390] pci 0000:00:1c.3: bridge window [mem 0xf2500000-0xf25fffff 64bit pref]
[ 0.150398] pci 0000:00:1c.4: PCI bridge to [bus 0d]
[ 0.150403] pci 0000:00:1c.4: bridge window [mem 0xf2100000-0xf21fffff]
[ 0.150413] pci 0000:00:1e.0: PCI bridge to [bus 0e]
[ 0.150428] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.150429] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.150431] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.150432] pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff window]
[ 0.150434] pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff window]
[ 0.150435] pci_bus 0000:00: resource 9 [mem 0xc0000000-0xfebfffff window]
[ 0.150437] pci_bus 0000:01: resource 0 [io 0x2000-0x2fff]
[ 0.150439] pci_bus 0000:01: resource 1 [mem 0xcc000000-0xcdefffff]
[ 0.150440] pci_bus 0000:01: resource 2 [mem 0xce000000-0xdfffffff 64bit pref]
[ 0.150442] pci_bus 0000:03: resource 1 [mem 0xf2000000-0xf20fffff]
[ 0.150444] pci_bus 0000:05: resource 0 [io 0x3000-0x3fff]
[ 0.150445] pci_bus 0000:05: resource 1 [mem 0xf0000000-0xf1ffffff]
[ 0.150447] pci_bus 0000:05: resource 2 [mem 0xf2500000-0xf25fffff 64bit pref]
[ 0.150448] pci_bus 0000:0d: resource 1 [mem 0xf2100000-0xf21fffff]
[ 0.150450] pci_bus 0000:0e: resource 4 [io 0x0000-0x0cf7 window]
[ 0.150452] pci_bus 0000:0e: resource 5 [io 0x0d00-0xffff window]
[ 0.150453] pci_bus 0000:0e: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.150455] pci_bus 0000:0e: resource 7 [mem 0x000d4000-0x000d7fff window]
[ 0.150456] pci_bus 0000:0e: resource 8 [mem 0x000d8000-0x000dbfff window]
[ 0.150458] pci_bus 0000:0e: resource 9 [mem 0xc0000000-0xfebfffff window]
[ 0.150561] NET: Registered protocol family 2
[ 0.150732] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.150881] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.151086] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.151136] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.151168] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.151238] NET: Registered protocol family 1
[ 0.151667] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.151762] PCI: CLS 64 bytes, default 64
[ 0.151813] Unpacking initramfs...
[ 0.260414] Freeing initrd memory: 7188K
[ 0.260419] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.260423] software IO TLB [mem 0xbb27c000-0xbf27c000] (64MB) mapped at [00000000f4a56162-0000000031088440]
[ 0.260638] Scanning for low memory corruption every 60 seconds
[ 0.261227] Initialise system trusted keyrings
[ 0.261238] Key type blacklist registered
[ 0.261324] workingset: timestamp_bits=44 max_order=21 bucket_order=0
[ 0.262341] zbud: loaded
[ 0.264835] Key type asymmetric registered
[ 0.264836] Asymmetric key parser 'x509' registered
[ 0.264870] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 0.264918] io scheduler noop registered
[ 0.264919] io scheduler deadline registered
[ 0.264958] io scheduler cfq registered (default)
[ 0.264959] io scheduler mq-deadline registered
[ 0.264960] io scheduler kyber registered
[ 0.264980] io scheduler bfq registered
[ 0.265897] intel_idle: MWAIT substates: 0x1120
[ 0.265898] intel_idle: v0.4.1 model 0x25
[ 0.266075] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 0.266129] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[ 0.266166] ACPI: Lid Switch [LID]
[ 0.266202] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[ 0.266233] ACPI: Sleep Button [SLPB]
[ 0.266296] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 0.266328] ACPI: Power Button [PWRF]
[ 0.266605] ACPI: Video Device [VID1] (multi-head: yes rom: yes post: no)
[ 0.276292] acpi device:0b: registered as cooling_device0
[ 0.276358] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a/LNXVIDEO:01/input/input3
[ 0.281075] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[ 0.281664] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.281666] ACPI: Thermal Zone [THM0] (40 C)
[ 0.281850] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.303824] 0000:00:16.3: ttyS0 at I/O 0x1800 (irq = 17, base_baud = 115200) is a 16550A
[ 0.306241] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.306806] NET: Registered protocol family 10
[ 0.314540] Segment Routing with IPv6
[ 0.314584] NET: Registered protocol family 17
[ 0.315199] RAS: Correctable Errors collector initialized.
[ 0.315275] microcode: sig=0x20655, pf=0x10, revision=0x2
[ 0.315439] microcode: Microcode Update Driver: v2.2.
[ 0.315459] sched_clock: Marking stable (315418176, 0)->(503156578, -187738402)
[ 0.315852] registered taskstats version 1
[ 0.315865] Loading compiled-in X.509 certificates
[ 0.315882] zswap: loaded using pool lzo/zbud
[ 0.318837] Key type big_key registered
[ 0.319430] Magic number: 10:34:207
[ 0.319486] acpi device:2f: hash matches
[ 0.319537] hctosys: unable to open rtc device (rtc0)
[ 0.323252] Freeing unused kernel memory: 1432K
[ 0.323254] Write protecting the kernel read-only data: 16384k
[ 0.324397] Freeing unused kernel memory: 2016K
[ 0.329086] Freeing unused kernel memory: 872K
[ 0.467434] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[ 0.471705] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.471781] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.481626] ACPI: bus type USB registered
[ 0.481657] usbcore: registered new interface driver usbfs
[ 0.481668] usbcore: registered new interface driver hub
[ 0.481700] usbcore: registered new device driver usb
[ 0.486838] SCSI subsystem initialized
[ 0.487036] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.487452] ehci-pci: EHCI PCI platform driver
[ 0.487734] ehci-pci 0000:00:1a.0: EHCI Host Controller
[ 0.487744] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[ 0.487762] ehci-pci 0000:00:1a.0: debug port 2
[ 0.491745] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[ 0.491820] ehci-pci 0000:00:1a.0: irq 23, io mem 0xf2428000
[ 0.491987] sdhci: Secure Digital Host Controller Interface driver
[ 0.491988] sdhci: Copyright(c) Pierre Ossman
[ 0.497688] libata version 3.00 loaded.
[ 0.498039] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[ 0.498257] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.498260] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.498262] usb usb1: Product: EHCI Host Controller
[ 0.498264] usb usb1: Manufacturer: Linux 4.15.7-1-ARCH ehci_hcd
[ 0.498266] usb usb1: SerialNumber: 0000:00:1a.0
[ 0.498477] hub 1-0:1.0: USB hub found
[ 0.498494] hub 1-0:1.0: 3 ports detected
[ 0.498924] ehci-pci 0000:00:1d.0: EHCI Host Controller
[ 0.498934] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 0.498951] ehci-pci 0000:00:1d.0: debug port 2
[ 0.502980] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[ 0.502990] ehci-pci 0000:00:1d.0: irq 19, io mem 0xf2428400
[ 0.509057] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 0.509152] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.509155] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.509156] usb usb2: Product: EHCI Host Controller
[ 0.509158] usb usb2: Manufacturer: Linux 4.15.7-1-ARCH ehci_hcd
[ 0.509160] usb usb2: SerialNumber: 0000:00:1d.0
[ 0.509390] hub 2-0:1.0: USB hub found
[ 0.509414] hub 2-0:1.0: 3 ports detected
[ 0.509914] ahci 0000:00:1f.2: version 3.0
[ 0.510186] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[ 0.510246] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 3 Gbps 0x33 impl SATA mode
[ 0.510250] ahci 0000:00:1f.2: flags: 64bit ncq sntf ilck stag pm led clo pio slum part ems sxs apst
[ 0.521036] scsi host0: ahci
[ 0.521223] scsi host1: ahci
[ 0.521767] scsi host2: ahci
[ 0.521858] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[ 0.522226] scsi host3: ahci
[ 0.522509] scsi host4: ahci
[ 0.522755] scsi host5: ahci
[ 0.522810] ata1: SATA max UDMA/133 abar m2048@0xf2427000 port 0xf2427100 irq 24
[ 0.522812] ata2: SATA max UDMA/133 abar m2048@0xf2427000 port 0xf2427180 irq 24
[ 0.522813] ata3: DUMMY
[ 0.522814] ata4: DUMMY
[ 0.522817] ata5: SATA max UDMA/133 abar m2048@0xf2427000 port 0xf2427300 irq 24
[ 0.522820] ata6: SATA max UDMA/133 abar m2048@0xf2427000 port 0xf2427380 irq 24
[ 0.546159] firewire_ohci 0000:0d:00.3: added OHCI v1.10 device as card 0, 4 IR + 4 IT contexts, quirks 0x11
[ 0.546300] sdhci-pci 0000:0d:00.0: SDHCI controller found [1180:e822] (rev 1)
[ 0.546469] sdhci-pci 0000:0d:00.0: Will use DMA mode even though HW doesn't fully claim to support it.
[ 0.546514] mmc0 bounce up to 128 segments into one, max segment size 65536 bytes
[ 0.546660] mmc0: SDHCI controller on PCI [0000:0d:00.0] using DMA
[ 0.818067] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 0.831151] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 0.833120] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[ 0.833126] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[ 0.833130] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[ 0.833473] ata1.00: supports DRM functions and may not be fully accessible
[ 0.834082] usb 2-1: new high-speed USB device number 2 using ehci-pci
[ 0.834433] ata1.00: disabling queued TRIM support
[ 0.834437] ata1.00: ATA-9: Samsung SSD 850 EVO 250GB, EMT02B6Q, max UDMA/133
[ 0.834441] ata1.00: 488397168 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
[ 0.837253] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[ 0.837258] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[ 0.837261] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[ 0.837636] ata1.00: supports DRM functions and may not be fully accessible
[ 0.838558] ata1.00: disabling queued TRIM support
[ 0.840718] ata1.00: configured for UDMA/133
[ 0.841168] scsi 0:0:0:0: Direct-Access ATA Samsung SSD 850 2B6Q PQ: 0 ANSI: 5
[ 0.946680] usb 1-1: New USB device found, idVendor=8087, idProduct=0020
[ 0.946684] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 0.947237] hub 1-1:1.0: USB hub found
[ 0.947382] hub 1-1:1.0: 6 ports detected
[ 0.962929] usb 2-1: New USB device found, idVendor=8087, idProduct=0020
[ 0.962934] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 0.963340] hub 2-1:1.0: USB hub found
[ 0.963605] hub 2-1:1.0: 8 ports detected
[ 1.048216] firewire_core 0000:0d:00.3: created device fw0: GUID f0def1ff01fd4fff, S400
[ 1.150940] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 1.224102] usb 1-1.6: new high-speed USB device number 3 using ehci-pci
[ 1.273971] ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 (IDLE) succeeded
[ 1.274217] ata2.00: ACPI cmd e3/00:02:00:00:00:a0 (IDLE) succeeded
[ 1.275736] ata2.00: ATAPI: HL-DT-STDVDRAM GT30N, LT10, max UDMA/66
[ 1.278929] ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 (IDLE) succeeded
[ 1.279188] ata2.00: ACPI cmd e3/00:02:00:00:00:a0 (IDLE) succeeded
[ 1.280709] ata2.00: configured for UDMA/66
[ 1.282638] scsi 1:0:0:0: CD-ROM HL-DT-ST DVDRAM GT30N LT10 PQ: 0 ANSI: 5
[ 1.308129] usb 1-1.6: New USB device found, idVendor=17ef, idProduct=480f
[ 1.308133] usb 1-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.308137] usb 1-1.6: Product: Integrated Camera
[ 1.308140] usb 1-1.6: Manufacturer: Chicony Electronics Co., Ltd.
[ 1.312064] tsc: Refined TSC clocksource calibration: 2526.999 MHz
[ 1.312075] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x246cdab5d1d, max_idle_ns: 440795263955 ns
[ 1.614795] ata5: SATA link down (SStatus 0 SControl 300)
[ 1.926810] ata6: SATA link down (SStatus 0 SControl 300)
[ 1.935211] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB)
[ 1.935240] sd 0:0:0:0: [sda] Write Protect is off
[ 1.935243] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.935276] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.938895] sda: sda1 sda2 sda3
[ 1.940385] sd 0:0:0:0: [sda] supports TCG Opal
[ 1.940390] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.955874] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 1.955878] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 1.956063] sr 1:0:0:0: Attached scsi CD-ROM sr0
[ 2.223720] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[ 2.320135] clocksource: Switched to clocksource tsc
[ 2.368924] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 2.374383] systemd[1]: systemd 237 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN +PCRE2 default-hierarchy=hybrid)
[ 2.386100] systemd[1]: Detected architecture x86-64.
[ 2.389384] systemd[1]: Set hostname to <asadThinkpad>.
[ 2.508941] systemd[1]: Reached target Remote File Systems.
[ 2.509821] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 2.510472] systemd[1]: Reached target Login Prompts.
[ 2.511173] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 2.511797] systemd[1]: Reached target Local Encrypted Volumes.
[ 2.512443] systemd[1]: Reached target Paths.
[ 2.513926] systemd[1]: Created slice User and Session Slice.
[ 2.556892] EXT4-fs (sda1): re-mounted. Opts: data=ordered
[ 2.565152] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 2.565208] sr 1:0:0:0: Attached scsi generic sg1 type 5
[ 2.651802] systemd-journald[224]: Received request to flush runtime journal from PID 1
[ 3.202889] ACPI: AC Adapter [AC] (on-line)
[ 3.203122] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[ 3.206343] rtc_cmos 00:02: RTC can wake from S4
[ 3.207427] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[ 3.207469] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 3.224520] ACPI: Battery Slot [BAT0] (battery present)
[ 3.229147] pps_core: LinuxPPS API ver. 1 registered
[ 3.229150] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 3.229564] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 3.232866] PTP clock support registered
[ 3.235132] tpm_tis 00:05: 1.2 TPM (device-id 0x0, rev-id 78)
[ 3.236479] Linux agpgart interface v0.103
[ 3.237134] Non-volatile memory driver v1.3
[ 3.252919] ACPI Warning: SystemIO range 0x0000000000001028-0x000000000000102F conflicts with OpRegion 0x0000000000001000-0x000000000000107F (\_SB.PCI0.LPC.PMIO) (20170831/utaddress-247)
[ 3.252928] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 3.252931] ACPI Warning: SystemIO range 0x00000000000011C0-0x00000000000011CF conflicts with OpRegion 0x0000000000001180-0x00000000000011FF (\_SB.PCI0.LPC.LPIO) (20170831/utaddress-247)
[ 3.252935] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 3.252937] ACPI Warning: SystemIO range 0x00000000000011B0-0x00000000000011BF conflicts with OpRegion 0x0000000000001180-0x00000000000011FF (\_SB.PCI0.LPC.LPIO) (20170831/utaddress-247)
[ 3.252941] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 3.252941] ACPI Warning: SystemIO range 0x0000000000001180-0x00000000000011AF conflicts with OpRegion 0x0000000000001180-0x00000000000011FF (\_SB.PCI0.LPC.LPIO) (20170831/utaddress-247)
[ 3.252945] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 3.252946] lpc_ich: Resource conflict(s) found affecting gpio_ich
[ 3.255145] thinkpad_acpi: ThinkPad ACPI Extras v0.25
[ 3.255147] thinkpad_acpi: http://ibm-acpi.sf.net/
[ 3.255148] thinkpad_acpi: ThinkPad BIOS 6MET61WW (1.24 ), EC 6MHT38WW-1.13
[ 3.255149] thinkpad_acpi: Lenovo ThinkPad T510, model 4313CTO
[ 3.256455] thinkpad_acpi: radio switch found; radios are enabled
[ 3.256481] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
[ 3.256482] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
[ 3.265036] thinkpad_acpi: Standard ACPI backlight interface available, not loading native one
[ 3.268222] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input6
[ 3.269493] tpm tpm0: A TPM error (6) occurred attempting to read a pcr value
[ 3.269657] tpm tpm0: TPM is disabled/deactivated (0x6)
[ 3.290348] media: Linux media interface: v0.10
[ 3.292805] intel ips 0000:00:1f.6: CPU TDP doesn't match expected value (found 25, expected 29)
[ 3.293021] intel ips 0000:00:1f.6: failed to get i915 symbols, graphics turbo disabled until i915 loads
[ 3.293093] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 3.293094] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 3.296041] intel ips 0000:00:1f.6: IPS driver initialized, MCP temp limit 90
[ 3.296284] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[ 3.301763] input: PC Speaker as /devices/platform/pcspkr/input/input7
[ 3.318440] Linux video capture interface: v2.00
[ 3.352560] Adding 11534332k swap on /dev/sda2. Priority:-2 extents:1 across:11534332k SSFS
[ 3.406403] SSE version of gcm_enc/dec engaged.
[ 3.426102] uvcvideo: Found UVC 1.00 device Integrated Camera (17ef:480f)
[ 3.427672] uvcvideo 1-1.6:1.0: Entity type for entity Extension 3 was not initialized!
[ 3.427677] uvcvideo 1-1.6:1.0: Entity type for entity Processing 2 was not initialized!
[ 3.427679] uvcvideo 1-1.6:1.0: Entity type for entity Camera 1 was not initialized!
[ 3.427885] input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input9
[ 3.428108] usbcore: registered new interface driver uvcvideo
[ 3.428110] USB Video Class driver (1.1.1)
[ 3.429295] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 3.435327] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 3.435379] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 3.435381] cfg80211: failed to load regulatory.db
[ 3.494252] Intel(R) Wireless WiFi driver for Linux
[ 3.494254] Copyright(c) 2003- 2015 Intel Corporation
[ 3.494833] iwlwifi 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 3.497263] iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-6000-6.ucode failed with error -2
[ 3.497285] iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-6000-5.ucode failed with error -2
[ 3.499265] iwlwifi 0000:03:00.0: loaded firmware version 9.221.4.1 build 25532 op_mode iwldvm
[ 3.513983] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) f0:de:f1:01:fd:4f
[ 3.514008] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[ 3.540889] e1000e 0000:00:19.0 eth0: MAC: 9, PHY: 10, PBA No: A002FF-0FF
[ 3.541584] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[ 3.546419] iTCO_vendor_support: vendor-support=0
[ 3.548239] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[ 3.548298] iTCO_wdt: Found a QM57 TCO device (Version=2, TCOBASE=0x1060)
[ 3.548481] snd_hda_intel 0000:01:00.1: Disabling MSI
[ 3.548493] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[ 3.549398] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 3.587803] snd_hda_codec_conexant hdaudioC0D0: CX20585: BIOS auto-probing.
[ 3.588335] snd_hda_codec_conexant hdaudioC0D0: autoconfig for CX20585: line_outs=1 (0x1f/0x0/0x0/0x0/0x0) type:speaker
[ 3.588339] snd_hda_codec_conexant hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 3.588341] snd_hda_codec_conexant hdaudioC0D0: hp_outs=2 (0x1c/0x19/0x0/0x0/0x0)
[ 3.588343] snd_hda_codec_conexant hdaudioC0D0: mono: mono_out=0x0
[ 3.588344] snd_hda_codec_conexant hdaudioC0D0: inputs:
[ 3.588347] snd_hda_codec_conexant hdaudioC0D0: Internal Mic=0x23
[ 3.588349] snd_hda_codec_conexant hdaudioC0D0: Mic=0x1b
[ 3.588351] snd_hda_codec_conexant hdaudioC0D0: Dock Mic=0x1a
[ 3.589698] snd_hda_codec_conexant hdaudioC0D0: Enable sync_write for stable communication
[ 3.596431] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[ 3.596636] input: HDA Intel MID Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[ 3.597069] input: HDA Intel MID Dock Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[ 3.597593] input: HDA Intel MID Dock Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[ 3.597669] input: HDA Intel MID Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[ 3.614290] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUG enabled
[ 3.614294] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUGFS enabled
[ 3.614296] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
[ 3.614298] iwlwifi 0000:03:00.0: Detected Intel(R) Centrino(R) Advanced-N 6200 AGN, REV=0x74
[ 3.637964] e1000e 0000:00:19.0 enp0s25: renamed from eth0
[ 3.641319] kvm: disabled by bios
[ 3.665800] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[ 3.677630] iwlwifi 0000:03:00.0 wlp3s0: renamed from wlan0
[ 3.704783] kvm: disabled by bios
[ 3.715802] kvm: disabled by bios
[ 3.729927] kvm: disabled by bios
[ 3.773135] MXM: GUID detected in BIOS
[ 3.773315] ACPI Warning: \_SB.PCI0.PEG.VID._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20170831/nsarguments-100)
[ 3.774860] pci 0000:01:00.0: optimus capabilities: enabled, status dynamic power, hda bios codec supported
[ 3.774870] VGA switcheroo: detected Optimus DSM method \_SB_.PCI0.PEG_.VID_ handle
[ 3.775200] nouveau 0000:01:00.0: NVIDIA GT218 (0a8600a2)
[ 3.812935] nouveau 0000:01:00.0: bios: version 70.18.45.00.09
[ 3.814377] nouveau 0000:01:00.0: fb: 512 MiB DDR3
[ 3.909664] [TTM] Zone kernel: Available graphics memory: 4012220 kiB
[ 3.909667] [TTM] Zone dma32: Available graphics memory: 2097152 kiB
[ 3.909668] [TTM] Initializing pool allocator
[ 3.909674] [TTM] Initializing DMA pool allocator
[ 3.909738] nouveau 0000:01:00.0: DRM: VRAM: 512 MiB
[ 3.909741] nouveau 0000:01:00.0: DRM: GART: 1048576 MiB
[ 3.909746] nouveau 0000:01:00.0: DRM: TMDS table version 2.0
[ 3.909749] nouveau 0000:01:00.0: DRM: DCB version 4.0
[ 3.909752] nouveau 0000:01:00.0: DRM: DCB outp 00: 01800323 00010034
[ 3.909755] nouveau 0000:01:00.0: DRM: DCB outp 01: 02811300 00000000
[ 3.909758] nouveau 0000:01:00.0: DRM: DCB outp 02: 028223a6 0f220010
[ 3.909760] nouveau 0000:01:00.0: DRM: DCB outp 03: 02822362 00020010
[ 3.909762] nouveau 0000:01:00.0: DRM: DCB outp 04: 048333b6 0f220010
[ 3.909768] nouveau 0000:01:00.0: DRM: DCB outp 05: 04833372 00020010
[ 3.909770] nouveau 0000:01:00.0: DRM: DCB outp 06: 088443c6 0f220010
[ 3.909772] nouveau 0000:01:00.0: DRM: DCB outp 07: 08844382 00020010
[ 3.909774] nouveau 0000:01:00.0: DRM: DCB conn 00: 00000040
[ 3.909776] nouveau 0000:01:00.0: DRM: DCB conn 01: 00000100
[ 3.909777] nouveau 0000:01:00.0: DRM: DCB conn 02: 00101246
[ 3.909779] nouveau 0000:01:00.0: DRM: DCB conn 03: 00202346
[ 3.909781] nouveau 0000:01:00.0: DRM: DCB conn 04: 00410446
[ 3.914206] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 3.914208] [drm] Driver supports precise vblank timestamp query.
[ 3.917041] nouveau 0000:01:00.0: DRM: MM: using COPY for buffer copies
[ 3.941708] IPv6: ADDRCONF(NETDEV_UP): enp0s25: link is not ready
[ 3.988299] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input15
[ 3.988384] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input16
[ 3.988456] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input17
[ 3.988533] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input18
[ 4.063596] nouveau 0000:01:00.0: DRM: allocated 1600x900 fb: 0x70000, bo 000000005b0fd2e9
[ 4.064428] fbcon: nouveaufb (fb0) is primary device
[ 4.160393] IPv6: ADDRCONF(NETDEV_UP): enp0s25: link is not ready
[ 4.164501] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[ 4.177918] iwlwifi 0000:03:00.0: Radio type=0x1-0x3-0x1
[ 4.191467] psmouse serio1: synaptics: queried max coordinates: x [..5888], y [..4820]
[ 4.276170] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd047b1/0xb40000/0xa0000/0x0, board id: 0, fw id: 578367
[ 4.276180] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
[ 4.331120] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input8
[ 4.334043] mousedev: PS/2 mouse device common for all mice
[ 4.416581] iwlwifi 0000:03:00.0: Radio type=0x1-0x3-0x1
[ 4.495224] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[ 4.522651] iwlwifi 0000:03:00.0: Radio type=0x1-0x3-0x1
[ 4.761013] iwlwifi 0000:03:00.0: Radio type=0x1-0x3-0x1
[ 4.838678] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[ 4.908381] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[ 5.117878] psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
[ 5.411971] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input19
[ 5.549074] Console: switching to colour frame buffer device 200x56
[ 5.549088] nouveau 0000:01:00.0: fb0: nouveaufb frame buffer device
[ 5.556054] [drm] Initialized nouveau 1.3.1 20120801 for 0000:01:00.0 on minor 0
[ 5.751909] random: crng init done
[ 7.828049] iwlwifi 0000:03:00.0: Radio type=0x1-0x3-0x1
[ 8.063568] iwlwifi 0000:03:00.0: Radio type=0x1-0x3-0x1
[ 8.141816] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[ 11.181512] wlp3s0: authenticate with e4:f4:c6:16:4c:1d
[ 11.232450] wlp3s0: send auth to e4:f4:c6:16:4c:1d (try 1/3)
[ 11.238495] wlp3s0: authenticated
[ 11.243010] wlp3s0: associate with e4:f4:c6:16:4c:1d (try 1/3)
[ 11.246835] wlp3s0: RX AssocResp from e4:f4:c6:16:4c:1d (capab=0x1411 status=0 aid=1)
[ 11.251887] wlp3s0: associated
[ 11.284153] IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready
[ 16.867610] fuse init (API version 7.26)
[ 18.914708] rfkill: input handler disabled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment