1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 # dmesg [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.6-gentoo (root@livecd) (gcc version 4.9.3 (Gentoo 4.9.3 p1.5, pie-0.6.4) ) #4 SMP Mon Sep 19 03:38:26 CST 2016 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.6-gentoo root=/dev/sda4 ro [ 0.000000] x86/fpu: Legacy x87 FPU detected. [ 0.000000] x86/fpu: Using 'lazy' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009c3ff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009c400-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000dc000-0x00000000000dffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000e4000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000009327bfff] usable [ 0.000000] BIOS-e820: [mem 0x000000009327c000-0x0000000093281fff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000093282000-0x00000000933e3fff] usable [ 0.000000] BIOS-e820: [mem 0x00000000933e4000-0x000000009340efff] reserved [ 0.000000] BIOS-e820: [mem 0x000000009340f000-0x000000009346efff] usable [ 0.000000] BIOS-e820: [mem 0x000000009346f000-0x000000009346ffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000093470000-0x00000000934f0fff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x00000000934f1000-0x000000009370efff] reserved [ 0.000000] BIOS-e820: [mem 0x000000009370f000-0x0000000093716fff] usable [ 0.000000] BIOS-e820: [mem 0x0000000093717000-0x000000009371efff] reserved [ 0.000000] BIOS-e820: [mem 0x000000009371f000-0x000000009376bfff] usable [ 0.000000] BIOS-e820: [mem 0x000000009376c000-0x000000009379efff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x000000009379f000-0x00000000937dcfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000937dd000-0x00000000937fefff] ACPI data [ 0.000000] BIOS-e820: [mem 0x00000000937ff000-0x00000000937fffff] usable [ 0.000000] BIOS-e820: [mem 0x0000000093800000-0x000000009fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000f080a000-0x00000000f080afff] 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-0x0000000157ffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.6 present. [ 0.000000] DMI: Acer Aspire 3820 /Aspire 3820 , BIOS V1.13 05/04/2010 [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.000000] e820: last_pfn = 0x158000 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-through [ 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 FE0000000 write-back [ 0.000000] 3 base 100000000 mask FC0000000 write-back [ 0.000000] 4 base 140000000 mask FE0000000 write-back [ 0.000000] 5 base 158000000 mask FF8000000 uncachable [ 0.000000] 6 base 094000000 mask FFC000000 uncachable [ 0.000000] 7 base 098000000 mask FF8000000 uncachable [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] e820: update [mem 0x94000000-0xffffffff] usable ==> reserved [ 0.000000] e820: last_pfn = 0x93800 max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f6c30-0x000f6c3f] mapped at [ffff8800000f6c30] [ 0.000000] Base memory trampoline at [ffff880000096000] 96000 size 24576 [ 0.000000] BRK [0x02034000, 0x02034fff] PGTABLE [ 0.000000] BRK [0x02035000, 0x02035fff] PGTABLE [ 0.000000] BRK [0x02036000, 0x02036fff] PGTABLE [ 0.000000] BRK [0x02037000, 0x02037fff] PGTABLE [ 0.000000] BRK [0x02038000, 0x02038fff] PGTABLE [ 0.000000] BRK [0x02039000, 0x02039fff] PGTABLE [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6AC0 000024 (v02 PTLTD ) [ 0.000000] ACPI: XSDT 0x00000000937F16CF 000064 (v01 ACRSYS ACRPRDCT 06040000 INNA 00000000) [ 0.000000] ACPI: FACP 0x00000000937DF000 0000F4 (v03 INTEL CALPELLA 06040000 PTEC 00000001) [ 0.000000] ACPI: DSDT 0x00000000937E0000 00D49F (v02 Intel CALPELLA 06040000 INTL 20060912) [ 0.000000] ACPI: FACS 0x000000009379AFC0 000040 [ 0.000000] ACPI: FACS 0x000000009379AFC0 000040 [ 0.000000] ACPI: HPET 0x00000000937FED6A 000038 (v01 INTEL CALPELLA 06040000 PTEC 00000001) [ 0.000000] ACPI: MCFG 0x00000000937FEDA2 00003C (v01 INTEL CALPELLA 06040000 PTEC 00000001) [ 0.000000] ACPI: SLIC 0x00000000937FEDDE 000176 (v01 ACRSYS ACRPRDCT 06040000 ANNI 00000001) [ 0.000000] ACPI: APIC 0x00000000937FEF54 000084 (v01 PTLTD ? APIC 06040000 LTP 00000000) [ 0.000000] ACPI: BOOT 0x00000000937FEFD8 000028 (v01 PTLTD $SBFTBL$ 06040000 LTP 00000001) [ 0.000000] ACPI: SSDT 0x00000000937EE000 0010B4 (v01 AmdRef AmdTabl 00001000 INTL 20060912) [ 0.000000] ACPI: SSDT 0x00000000937DE000 0009F1 (v01 PmRef CpuPm 00003000 INTL 20060912) [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] [ 0.000000] Normal [mem 0x0000000100000000-0x0000000157ffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009bfff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000009327bfff] [ 0.000000] node 0: [mem 0x0000000093282000-0x00000000933e3fff] [ 0.000000] node 0: [mem 0x000000009340f000-0x000000009346efff] [ 0.000000] node 0: [mem 0x000000009370f000-0x0000000093716fff] [ 0.000000] node 0: [mem 0x000000009371f000-0x000000009376bfff] [ 0.000000] node 0: [mem 0x000000009379f000-0x00000000937dcfff] [ 0.000000] node 0: [mem 0x00000000937ff000-0x00000000937fffff] [ 0.000000] node 0: [mem 0x0000000100000000-0x0000000157ffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000000157ffffff] [ 0.000000] On node 0 totalpages: 963693 [ 0.000000] DMA zone: 64 pages used for memmap [ 0.000000] DMA zone: 21 pages reserved [ 0.000000] DMA zone: 3995 pages, LIFO batch:0 [ 0.000000] DMA32 zone: 9364 pages used for memmap [ 0.000000] DMA32 zone: 599250 pages, LIFO batch:31 [ 0.000000] Normal zone: 5632 pages used for memmap [ 0.000000] Normal zone: 360448 pages, LIFO batch:31 [ 0.000000] Reserving Intel graphics stolen memory at 0x98000000-0x9fffffff [ 0.000000] ACPI: PM-Timer IO Port: 0x408 [ 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 2, version 32, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge) [ 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 0x0009c000-0x0009cfff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dbfff] [ 0.000000] PM: Registered nosave memory: [mem 0x000dc000-0x000dffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000e3fff] [ 0.000000] PM: Registered nosave memory: [mem 0x000e4000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0x9327c000-0x93281fff] [ 0.000000] PM: Registered nosave memory: [mem 0x933e4000-0x9340efff] [ 0.000000] PM: Registered nosave memory: [mem 0x9346f000-0x9346ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x93470000-0x934f0fff] [ 0.000000] PM: Registered nosave memory: [mem 0x934f1000-0x9370efff] [ 0.000000] PM: Registered nosave memory: [mem 0x93717000-0x9371efff] [ 0.000000] PM: Registered nosave memory: [mem 0x9376c000-0x9379efff] [ 0.000000] PM: Registered nosave memory: [mem 0x937dd000-0x937fefff] [ 0.000000] PM: Registered nosave memory: [mem 0x93800000-0x9fffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xa0000000-0xdfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xf0809fff] [ 0.000000] PM: Registered nosave memory: [mem 0xf080a000-0xf080afff] [ 0.000000] PM: Registered nosave memory: [mem 0xf080b000-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] e820: [mem 0xa0000000-0xdfffffff] available for PCI devices [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns [ 0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 32 pages/cpu @ffff880157c00000 s92184 r8192 d30696 u524288 [ 0.000000] pcpu-alloc: s92184 r8192 d30696 u524288 alloc=1*2097152 [ 0.000000] pcpu-alloc: [0] 0 1 2 3 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 948612 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.6-gentoo root=/dev/sda4 ro [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.000000] Memory: 3703656K/3854772K available (6562K kernel code, 1262K rwdata, 3200K rodata, 1276K init, 1724K bss, 151116K reserved, 0K cma-reserved) [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4 [ 0.000000] NR_IRQS:524544 nr_irqs:456 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns [ 0.000000] hpet clockevent registered [ 0.000000] tsc: Fast TSC calibration using PIT [ 0.000000] tsc: Detected 2394.021 MHz processor [ 0.000033] Calibrating delay loop (skipped), value calculated using timer frequency.. 4788.04 BogoMIPS (lpj=2394021) [ 0.000215] pid_max: default: 32768 minimum: 301 [ 0.000308] ACPI: Core revision 20150930 [ 0.010720] ACPI: 3 ACPI AML tables successfully acquired and loaded [ 0.010907] Security Framework initialized [ 0.010994] SELinux: Initializing. [ 0.011090] SELinux: Starting in permissive mode [ 0.011114] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes) [ 0.011207] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes) [ 0.011536] Initializing cgroup subsys io [ 0.011637] Initializing cgroup subsys memory [ 0.011730] Initializing cgroup subsys devices [ 0.011818] Initializing cgroup subsys freezer [ 0.011906] Initializing cgroup subsys net_cls [ 0.011995] Initializing cgroup subsys perf_event [ 0.012103] CPU: Physical Processor ID: 0 [ 0.012190] CPU: Processor Core ID: 0 [ 0.012280] mce: CPU supports 9 MCE banks [ 0.012375] CPU0: Thermal monitoring enabled (TM1) [ 0.012470] process: using mwait in idle threads [ 0.012568] Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7 [ 0.012657] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0 [ 0.013078] Freeing SMP alternatives memory: 28K (ffffffff81e7c000 - ffffffff81e83000) [ 0.025883] ftrace: allocating 25698 entries in 101 pages [ 0.039424] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.150549] smpboot: CPU0: Intel(R) Core(TM) i3 CPU M 370 @ 2.40GHz (family: 0x6, model: 0x25, stepping: 0x5) [ 0.150844] Performance Events: PEBS fmt1+, 16-deep LBR, Westmere events, Intel PMU driver. [ 0.151153] perf_event_intel: CPUID marked event: 'bus cycles' unavailable [ 0.151258] ... version: 3 [ 0.151354] ... bit width: 48 [ 0.151449] ... generic registers: 4 [ 0.151547] ... value mask: 0000ffffffffffff [ 0.151652] ... max period: 000000007fffffff [ 0.151751] ... fixed-purpose events: 3 [ 0.151847] ... event mask: 000000070000000f [ 0.153890] x86: Booting SMP configuration: [ 0.153985] .... node #0, CPUs: #1 [ 0.156474] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter. [ 0.156858] #2 #3 [ 0.161619] x86: Booted up 1 node, 4 CPUs [ 0.161809] smpboot: Total of 4 processors activated (19152.16 BogoMIPS) [ 0.163975] devtmpfs: initialized [ 0.166653] PM: Registering ACPI NVS region [mem 0x93470000-0x934f0fff] (528384 bytes) [ 0.166818] PM: Registering ACPI NVS region [mem 0x9376c000-0x9379efff] (208896 bytes) [ 0.167068] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns [ 0.167545] NET: Registered protocol family 16 [ 0.171559] cpuidle: using governor ladder [ 0.175556] cpuidle: using governor menu [ 0.175683] Simple Boot Flag at 0x3e set to 0x1 [ 0.175810] ACPI: bus type PCI registered [ 0.175971] PCI: Using configuration type 1 for base access [ 0.176188] mtrr: your CPUs had inconsistent variable MTRR settings [ 0.176294] mtrr: probably your BIOS does not setup all CPUs. [ 0.176396] mtrr: corrected configuration. [ 0.180958] ACPI: Added _OSI(Module Device) [ 0.181057] ACPI: Added _OSI(Processor Device) [ 0.181155] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.181257] ACPI: Added _OSI(Processor Aggregator Device) [ 0.191791] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored [ 0.192232] ACPI: Dynamic OEM Table Load: [ 0.192400] ACPI: SSDT 0xFFFF880152D16000 000432 (v01 PmRef Cpu0Ist 00003000 INTL 20060912) [ 0.193133] ACPI: Dynamic OEM Table Load: [ 0.193302] ACPI: SSDT 0xFFFF88015379B000 000891 (v01 PmRef Cpu0Cst 00003001 INTL 20060912) [ 0.194319] ACPI: Dynamic OEM Table Load: [ 0.194483] ACPI: SSDT 0xFFFF88015379C400 000303 (v01 PmRef ApIst 00003000 INTL 20060912) [ 0.195230] ACPI: Dynamic OEM Table Load: [ 0.195391] ACPI: SSDT 0xFFFF880153795000 000119 (v01 PmRef ApCst 00003000 INTL 20060912) [ 0.196550] ACPI : EC: EC started [ 0.214015] ACPI: Interpreter enabled [ 0.214119] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.214354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.214593] ACPI: (supports S0 S3 S4 S5) [ 0.214692] ACPI: Using IOAPIC for interrupt routing [ 0.214822] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.226954] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe]) [ 0.227065] acpi PNP0A08:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.227211] \_SB_.PCI0:_OSC invalid UUID [ 0.227213] _OSC request data:1 1e 0 [ 0.227217] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM [ 0.227708] PCI host bridge to bus 0000:00 [ 0.227809] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.227917] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.228022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.228186] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window] [ 0.228348] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window] [ 0.228509] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window] [ 0.228668] pci_bus 0000:00: root bus resource [mem 0xa0000000-0xfeafffff window] [ 0.228822] pci_bus 0000:00: root bus resource [bus 00-fe] [ 0.228929] pci 0000:00:00.0: [8086:0044] type 00 class 0x060000 [ 0.229035] pci 0000:00:01.0: [8086:0045] type 01 class 0x060400 [ 0.229068] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold [ 0.229152] pci 0000:00:02.0: [8086:0046] type 00 class 0x030000 [ 0.229169] pci 0000:00:02.0: reg 0x10: [mem 0xf0000000-0xf03fffff 64bit] [ 0.229176] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref] [ 0.229181] pci 0000:00:02.0: reg 0x20: [io 0x1800-0x1807] [ 0.229393] pci 0000:00:16.0: [8086:3b64] type 00 class 0x078000 [ 0.229432] pci 0000:00:16.0: reg 0x10: [mem 0xf0804000-0xf080400f 64bit] [ 0.229507] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold [ 0.229605] pci 0000:00:1a.0: [8086:3b3c] type 00 class 0x0c0320 [ 0.229632] pci 0000:00:1a.0: reg 0x10: [mem 0xf0806000-0xf08063ff] [ 0.229700] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold [ 0.229769] pci 0000:00:1a.0: System wakeup disabled by ACPI [ 0.229913] pci 0000:00:1b.0: [8086:3b56] type 00 class 0x040300 [ 0.229936] pci 0000:00:1b.0: reg 0x10: [mem 0xf0800000-0xf0803fff 64bit] [ 0.229987] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold [ 0.230040] pci 0000:00:1b.0: System wakeup disabled by ACPI [ 0.230187] pci 0000:00:1c.0: [8086:3b42] type 01 class 0x060400 [ 0.230245] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold [ 0.230298] pci 0000:00:1c.0: System wakeup disabled by ACPI [ 0.230440] pci 0000:00:1c.1: [8086:3b44] type 01 class 0x060400 [ 0.230498] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold [ 0.230596] pci 0000:00:1d.0: [8086:3b34] type 00 class 0x0c0320 [ 0.230622] pci 0000:00:1d.0: reg 0x10: [mem 0xf0807000-0xf08073ff] [ 0.230691] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold [ 0.230758] pci 0000:00:1d.0: System wakeup disabled by ACPI [ 0.230901] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401 [ 0.230992] pci 0000:00:1e.0: System wakeup disabled by ACPI [ 0.231134] pci 0000:00:1f.0: [8086:3b09] type 00 class 0x060100 [ 0.231317] pci 0000:00:1f.2: [8086:3b29] type 00 class 0x010601 [ 0.231340] pci 0000:00:1f.2: reg 0x10: [io 0x1818-0x181f] [ 0.231347] pci 0000:00:1f.2: reg 0x14: [io 0x180c-0x180f] [ 0.231354] pci 0000:00:1f.2: reg 0x18: [io 0x1810-0x1817] [ 0.231361] pci 0000:00:1f.2: reg 0x1c: [io 0x1808-0x180b] [ 0.231368] pci 0000:00:1f.2: reg 0x20: [io 0x1820-0x183f] [ 0.231375] pci 0000:00:1f.2: reg 0x24: [mem 0xf0808000-0xf08087ff] [ 0.231405] pci 0000:00:1f.2: PME# supported from D3hot [ 0.231492] pci 0000:00:1f.3: [8086:3b30] type 00 class 0x0c0500 [ 0.231508] pci 0000:00:1f.3: reg 0x10: [mem 0xf0809000-0xf08090ff 64bit] [ 0.231527] pci 0000:00:1f.3: reg 0x20: [io 0x1840-0x185f] [ 0.231630] pci 0000:00:1f.6: [8086:3b32] type 00 class 0x118000 [ 0.231659] pci 0000:00:1f.6: reg 0x10: [mem 0xf080a000-0xf080afff 64bit] [ 0.231828] pci 0000:02:00.0: [1002:68c1] type 00 class 0x030000 [ 0.231847] pci 0000:02:00.0: reg 0x10: [mem 0xb0000000-0xbfffffff 64bit pref] [ 0.231855] pci 0000:02:00.0: reg 0x18: [mem 0xafee0000-0xafefffff 64bit] [ 0.231861] pci 0000:02:00.0: reg 0x20: [io 0x2000-0x20ff] [ 0.231870] pci 0000:02:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref] [ 0.231892] pci 0000:02:00.0: supports D1 D2 [ 0.231940] pci 0000:02:00.1: [1002:aa60] type 00 class 0x040300 [ 0.231961] pci 0000:02:00.1: reg 0x10: [mem 0xafedc000-0xafedffff 64bit] [ 0.232007] pci 0000:02:00.1: supports D1 D2 [ 0.232065] pci 0000:00:01.0: PCI bridge to [bus 02] [ 0.232171] pci 0000:00:01.0: bridge window [io 0x2000-0x2fff] [ 0.232174] pci 0000:00:01.0: bridge window [mem 0xafe00000-0xafefffff] [ 0.232177] pci 0000:00:01.0: bridge window [mem 0xb0000000-0xbfffffff 64bit pref] [ 0.232235] pci 0000:03:00.0: [1969:1073] type 00 class 0x020000 [ 0.232273] pci 0000:03:00.0: reg 0x10: [mem 0xf0400000-0xf043ffff 64bit] [ 0.232284] pci 0000:03:00.0: reg 0x18: [io 0x3000-0x307f] [ 0.232365] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.232390] pci 0000:03:00.0: System wakeup disabled by ACPI [ 0.234192] pci 0000:00:1c.0: PCI bridge to [bus 03-04] [ 0.234304] pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff] [ 0.234307] pci 0000:00:1c.0: bridge window [mem 0xf0400000-0xf04fffff] [ 0.234312] pci 0000:00:1c.0: bridge window [mem 0xf0a00000-0xf0bfffff 64bit pref] [ 0.234371] pci 0000:05:00.0: [168c:002e] type 00 class 0x028000 [ 0.234406] pci 0000:05:00.0: reg 0x10: [mem 0xf0500000-0xf050ffff 64bit] [ 0.234492] pci 0000:05:00.0: supports D1 [ 0.234493] pci 0000:05:00.0: PME# supported from D0 D1 D3hot [ 0.237188] pci 0000:00:1c.1: PCI bridge to [bus 05] [ 0.237301] pci 0000:00:1c.1: bridge window [mem 0xf0500000-0xf05fffff] [ 0.237368] pci 0000:00:1e.0: PCI bridge to [bus 0f] (subtractive decode) [ 0.237483] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7 window] (subtractive decode) [ 0.237486] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff window] (subtractive decode) [ 0.237488] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode) [ 0.237490] pci 0000:00:1e.0: bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode) [ 0.237492] pci 0000:00:1e.0: bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode) [ 0.237493] pci 0000:00:1e.0: bridge window [mem 0x000e0000-0x000e3fff window] (subtractive decode) [ 0.237495] pci 0000:00:1e.0: bridge window [mem 0xa0000000-0xfeafffff window] (subtractive decode) [ 0.237511] pci_bus 0000:00: on NUMA node 0 [ 0.238030] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11 [ 0.238670] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10 [ 0.239303] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 *10 12 14 15) [ 0.239850] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 *5 6 7 11 12 14 15) [ 0.240395] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled. [ 0.241059] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled. [ 0.241730] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 *7 10 12 14 15) [ 0.242278] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 *11 12 14 15) [ 0.242816] ACPI: PCI Root Bridge [CPBG] (domain 0000 [bus ff]) [ 0.242921] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.243032] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.243201] PCI host bridge to bus 0000:ff [ 0.243298] pci_bus 0000:ff: root bus resource [bus ff] [ 0.243402] pci 0000:ff:00.0: [8086:2c62] type 00 class 0x060000 [ 0.243452] pci 0000:ff:00.1: [8086:2d01] type 00 class 0x060000 [ 0.243506] pci 0000:ff:02.0: [8086:2d10] type 00 class 0x060000 [ 0.243558] pci 0000:ff:02.1: [8086:2d11] type 00 class 0x060000 [ 0.243606] pci 0000:ff:02.2: [8086:2d12] type 00 class 0x060000 [ 0.243652] pci 0000:ff:02.3: [8086:2d13] type 00 class 0x060000 [ 0.243707] pci_bus 0000:ff: on NUMA node 0 [ 0.243841] ACPI: Enabled 3 GPEs in block 00 to 3F [ 0.244185] ACPI : EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62 [ 0.244392] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.244494] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.244659] vgaarb: device added: PCI:0000:02:00.0,decodes=io+mem,owns=none,locks=none [ 0.244821] vgaarb: loaded [ 0.244910] vgaarb: bridge control possible 0000:02:00.0 [ 0.245012] vgaarb: no bridge control possible 0000:00:02.0 [ 0.245210] SCSI subsystem initialized [ 0.245364] libata version 3.00 loaded. [ 0.245376] ACPI: bus type USB registered [ 0.245493] usbcore: registered new interface driver usbfs [ 0.245607] usbcore: registered new interface driver hub [ 0.245725] usbcore: registered new device driver usb [ 0.245911] PCI: Using ACPI for IRQ routing [ 0.246010] PCI: pci_cache_line_size set to 64 bytes [ 0.246057] e820: reserve RAM buffer [mem 0x0009c400-0x0009ffff] [ 0.246059] e820: reserve RAM buffer [mem 0x9327c000-0x93ffffff] [ 0.246061] e820: reserve RAM buffer [mem 0x933e4000-0x93ffffff] [ 0.246063] e820: reserve RAM buffer [mem 0x9346f000-0x93ffffff] [ 0.246065] e820: reserve RAM buffer [mem 0x93717000-0x93ffffff] [ 0.246067] e820: reserve RAM buffer [mem 0x9376c000-0x93ffffff] [ 0.246069] e820: reserve RAM buffer [mem 0x937dd000-0x93ffffff] [ 0.246070] e820: reserve RAM buffer [mem 0x93800000-0x93ffffff] [ 0.246209] NetLabel: Initializing [ 0.246302] NetLabel: domain hash size = 128 [ 0.246397] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.246512] NetLabel: unlabeled traffic allowed by default [ 0.246675] clocksource: Switched to clocksource hpet [ 0.257221] pnp: PnP ACPI init [ 0.257540] system 00:00: [io 0x0500-0x050f] has been reserved [ 0.257645] system 00:00: [io 0xffff] has been reserved [ 0.257752] system 00:00: [io 0xffff] has been reserved [ 0.257852] system 00:00: [io 0x0400-0x047f] could not be reserved [ 0.257955] system 00:00: [io 0x1180-0x11ff] has been reserved [ 0.258055] system 00:00: [io 0xfe00] has been reserved [ 0.258159] system 00:00: [mem 0xff800000-0xff800fff] has been reserved [ 0.258266] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.258318] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active) [ 0.258392] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active) [ 0.258420] pnp 00:03: Plug and Play ACPI device, IDs SYN0302 SYN0300 SYN0002 PNP0f13 (active) [ 0.258768] system 00:04: [mem 0xfed1c000-0xfed1ffff] has been reserved [ 0.258876] system 00:04: [mem 0xfed10000-0xfed13fff] has been reserved [ 0.258983] system 00:04: [mem 0xfed18000-0xfed18fff] has been reserved [ 0.259086] system 00:04: [mem 0xfed19000-0xfed19fff] has been reserved [ 0.259192] system 00:04: [mem 0xe0000000-0xefffffff] has been reserved [ 0.259296] system 00:04: [mem 0xfeaff000-0xfeafffff] has been reserved [ 0.259402] system 00:04: [mem 0xfed20000-0xfed3ffff] has been reserved [ 0.259508] system 00:04: [mem 0xfed40000-0xfed44fff] has been reserved [ 0.259615] system 00:04: [mem 0xfed45000-0xfed8ffff] has been reserved [ 0.259726] system 00:04: [mem 0xff000000-0xffffffff] could not be reserved [ 0.259831] system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved [ 0.259939] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.260066] pnp: PnP ACPI: found 5 devices [ 0.264713] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.264896] pci 0000:00:1c.1: bridge window [io 0x1000-0x0fff] to [bus 05] add_size 1000 [ 0.264901] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 05] add_size 200000 add_align 100000 [ 0.264911] pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000 [ 0.264913] pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000 [ 0.264915] pci 0000:00:1c.1: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000 [ 0.264917] pci 0000:00:1c.1: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000 [ 0.264927] pci 0000:00:1c.1: BAR 15: assigned [mem 0xa0000000-0xa01fffff 64bit pref] [ 0.265087] pci 0000:00:1c.1: BAR 13: assigned [io 0x4000-0x4fff] [ 0.265192] pci 0000:02:00.0: BAR 6: assigned [mem 0xafe00000-0xafe1ffff pref] [ 0.265348] pci 0000:00:01.0: PCI bridge to [bus 02] [ 0.265450] pci 0000:00:01.0: bridge window [io 0x2000-0x2fff] [ 0.265556] pci 0000:00:01.0: bridge window [mem 0xafe00000-0xafefffff] [ 0.265662] pci 0000:00:01.0: bridge window [mem 0xb0000000-0xbfffffff 64bit pref] [ 0.265828] pci 0000:00:1c.0: PCI bridge to [bus 03-04] [ 0.265929] pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff] [ 0.266034] pci 0000:00:1c.0: bridge window [mem 0xf0400000-0xf04fffff] [ 0.266140] pci 0000:00:1c.0: bridge window [mem 0xf0a00000-0xf0bfffff 64bit pref] [ 0.266304] pci 0000:00:1c.1: PCI bridge to [bus 05] [ 0.266404] pci 0000:00:1c.1: bridge window [io 0x4000-0x4fff] [ 0.266512] pci 0000:00:1c.1: bridge window [mem 0xf0500000-0xf05fffff] [ 0.266618] pci 0000:00:1c.1: bridge window [mem 0xa0000000-0xa01fffff 64bit pref] [ 0.266789] pci 0000:00:1e.0: PCI bridge to [bus 0f] [ 0.266899] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] [ 0.266901] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] [ 0.266903] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] [ 0.266905] pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff window] [ 0.266907] pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff window] [ 0.266909] pci_bus 0000:00: resource 9 [mem 0x000e0000-0x000e3fff window] [ 0.266910] pci_bus 0000:00: resource 10 [mem 0xa0000000-0xfeafffff window] [ 0.266912] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff] [ 0.266914] pci_bus 0000:02: resource 1 [mem 0xafe00000-0xafefffff] [ 0.266916] pci_bus 0000:02: resource 2 [mem 0xb0000000-0xbfffffff 64bit pref] [ 0.266918] pci_bus 0000:03: resource 0 [io 0x3000-0x3fff] [ 0.266920] pci_bus 0000:03: resource 1 [mem 0xf0400000-0xf04fffff] [ 0.266922] pci_bus 0000:03: resource 2 [mem 0xf0a00000-0xf0bfffff 64bit pref] [ 0.266924] pci_bus 0000:05: resource 0 [io 0x4000-0x4fff] [ 0.266925] pci_bus 0000:05: resource 1 [mem 0xf0500000-0xf05fffff] [ 0.266927] pci_bus 0000:05: resource 2 [mem 0xa0000000-0xa01fffff 64bit pref] [ 0.266930] pci_bus 0000:0f: resource 4 [io 0x0000-0x0cf7 window] [ 0.266931] pci_bus 0000:0f: resource 5 [io 0x0d00-0xffff window] [ 0.266933] pci_bus 0000:0f: resource 6 [mem 0x000a0000-0x000bffff window] [ 0.266935] pci_bus 0000:0f: resource 7 [mem 0x000d4000-0x000d7fff window] [ 0.266937] pci_bus 0000:0f: resource 8 [mem 0x000d8000-0x000dbfff window] [ 0.266939] pci_bus 0000:0f: resource 9 [mem 0x000e0000-0x000e3fff window] [ 0.266940] pci_bus 0000:0f: resource 10 [mem 0xa0000000-0xfeafffff window] [ 0.267003] NET: Registered protocol family 2 [ 0.267316] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.267535] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.267753] TCP: Hash tables configured (established 32768 bind 32768) [ 0.267885] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.268003] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.268185] NET: Registered protocol family 1 [ 0.268297] pci 0000:00:02.0: Video device with shadowed ROM [ 0.268375] PCI: CLS 64 bytes, default 64 [ 0.268439] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 0.268541] software IO TLB [mem 0x8f27c000-0x9327c000] (64MB) mapped at [ffff88008f27c000-ffff88009327bfff] [ 0.269099] futex hash table entries: 1024 (order: 4, 65536 bytes) [ 0.269236] audit: initializing netlink subsys (disabled) [ 0.269354] audit: type=2000 audit(1474244271.142:1): initialized [ 0.269725] Initialise system trusted keyring [ 0.269938] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.270210] VFS: Disk quotas dquot_6.6.0 [ 0.270326] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.270628] SELinux: Registering netfilter hooks [ 0.271159] Key type asymmetric registered [ 0.271257] Asymmetric key parser 'x509' registered [ 0.271378] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 0.272854] io scheduler noop registered [ 0.272954] io scheduler deadline registered [ 0.273063] io scheduler cfq registered (default) [ 0.273743] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 0.274264] Linux agpgart interface v0.103 [ 0.274424] agpgart-intel 0000:00:00.0: Intel HD Graphics Chipset [ 0.274549] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable [ 0.275236] agpgart-intel 0000:00:00.0: detected 131072K stolen memory [ 0.275494] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000 [ 0.275741] intel_idle: MWAIT substates: 0x1120 [ 0.275743] intel_idle: v0.4 model 0x25 [ 0.275744] intel_idle: lapic_timer_reliable_states 0xffffffff [ 0.275923] ipmi message handler version 39.2 [ 0.276033] IPMI System Interface driver. [ 0.276153] ipmi_si: Unable to find any System Interface(s) [ 0.277760] ACPI: AC Adapter [ADP1] (on-line) [ 0.277931] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0 [ 0.279469] ACPI: Lid Switch [LID0] [ 0.279604] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1 [ 0.279776] ACPI: Sleep Button [SLPB] [ 0.279911] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2 [ 0.280068] ACPI: Power Button [PWRF] [ 0.280191] Warning: Processor Platform Limit event detected, but not handled. [ 0.280350] Consider compiling CPUfreq support into your kernel. [ 0.314826] thermal LNXTHERM:00: registered as thermal_zone0 [ 0.314942] ACPI: Thermal Zone [TZS0] (45 C) [ 0.329889] thermal LNXTHERM:01: registered as thermal_zone1 [ 0.330005] ACPI: Thermal Zone [TZS1] (28 C) [ 0.330187] GHES: HEST is not enabled! [ 0.334543] brd: module loaded [ 0.337326] loop: module loaded [ 0.337458] st: Version 20101219, fixed bufsize 32768, s/g segs 256 [ 0.337606] osst :I: Tape driver with OnStream support version 0.99.4 osst :I: $Id: osst.c,v 1.73 2005/01/01 21:13:34 wriede Exp $ [ 0.337897] SCSI Media Changer driver v0.25 [ 0.338042] osd: LOADED open-osd 0.2.1 [ 0.349359] ahci 0000:00:1f.2: version 3.0 [ 0.359304] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled [ 0.359438] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 3 Gbps 0x1 impl SATA mode [ 0.359604] ahci 0000:00:1f.2: flags: 64bit ncq sntf ilck stag pm led clo pio slum part ems apst [ 0.360484] scsi host0: ahci [ 0.360839] scsi host1: ahci [ 0.361245] scsi host2: ahci [ 0.361478] scsi host3: ahci [ 0.361617] ata1: SATA max UDMA/133 abar m2048@0xf0808000 port 0xf0808100 irq 24 [ 0.361783] ata2: DUMMY [ 0.361878] ata3: DUMMY [ 0.361968] ata4: DUMMY [ 0.362224] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.362334] ehci-pci: EHCI PCI platform driver [ 0.375874] ehci-pci 0000:00:1a.0: EHCI Host Controller [ 0.376210] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1 [ 0.376412] ehci-pci 0000:00:1a.0: debug port 2 [ 0.380502] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported [ 0.380532] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf0806000 [ 0.385802] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00 [ 0.386013] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 0.386130] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.386301] usb usb1: Product: EHCI Host Controller [ 0.386410] usb usb1: Manufacturer: Linux 4.4.6-gentoo ehci_hcd [ 0.386521] usb usb1: SerialNumber: 0000:00:1a.0 [ 0.387103] hub 1-0:1.0: USB hub found [ 0.387233] hub 1-0:1.0: 3 ports detected [ 0.387909] ehci-pci 0000:00:1d.0: EHCI Host Controller [ 0.388196] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2 [ 0.388389] ehci-pci 0000:00:1d.0: debug port 2 [ 0.392495] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported [ 0.392524] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf0807000 [ 0.397748] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00 [ 0.398022] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 [ 0.398139] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.398310] usb usb2: Product: EHCI Host Controller [ 0.398419] usb usb2: Manufacturer: Linux 4.4.6-gentoo ehci_hcd [ 0.398555] usb usb2: SerialNumber: 0000:00:1d.0 [ 0.399082] hub 2-0:1.0: USB hub found [ 0.399208] hub 2-0:1.0: 3 ports detected [ 0.399583] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.399722] ohci-pci: OHCI PCI platform driver [ 0.399855] uhci_hcd: USB Universal Host Controller Interface driver [ 0.400072] i8042: PNP: PS/2 Controller [PNP0303:KBD0,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 [ 0.430668] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.430792] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.431253] mousedev: PS/2 mouse device common for all mice [ 0.432285] rtc_cmos 00:01: RTC can wake from S4 [ 0.432639] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0 [ 0.432805] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs [ 0.433027] hidraw: raw HID events driver (C) Jiri Kosina [ 0.433395] usbcore: registered new interface driver usbhid [ 0.433504] usbhid: USB HID core driver [ 0.433735] drop_monitor: Initializing network drop monitor service [ 0.434027] Initializing XFRM netlink socket [ 0.434292] NET: Registered protocol family 10 [ 0.434882] NET: Registered protocol family 17 [ 0.435486] microcode: CPU0 sig=0x20655, pf=0x10, revision=0x2 [ 0.435614] microcode: CPU1 sig=0x20655, pf=0x10, revision=0x2 [ 0.435753] microcode: CPU2 sig=0x20655, pf=0x10, revision=0x2 [ 0.435875] microcode: CPU3 sig=0x20655, pf=0x10, revision=0x2 [ 0.436085] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.436679] registered taskstats version 1 [ 0.436825] Loading compiled-in X.509 certificates [ 0.439788] Loaded X.509 cert 'Build time autogenerated kernel key: 7fd3f100844faac01356716b45b5d2c4591bbd38' [ 0.440016] ima: No TPM chip found, activating TPM-bypass! [ 0.442557] rtc_cmos 00:01: setting system clock to 2016-09-19 00:17:51 UTC (1474244271) [ 0.471911] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3 [ 0.666732] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 0.670409] ata1.00: ATA-8: WDC WD7500BPKX-22HPJT0, 01.01A01, max UDMA/133 [ 0.670531] ata1.00: 1465149168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA [ 0.674593] ata1.00: configured for UDMA/133 [ 0.688745] usb 1-1: new high-speed USB device number 2 using ehci-pci [ 0.700786] usb 2-1: new high-speed USB device number 2 using ehci-pci [ 0.718590] ACPI: Battery Slot [BAT0] (battery present) [ 0.719353] scsi 0:0:0:0: Direct-Access ATA WDC WD7500BPKX-2 1A01 PQ: 0 ANSI: 5 [ 0.720158] sd 0:0:0:0: [sda] 1465149168 512-byte logical blocks: (750 GB/699 GiB) [ 0.720202] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 0.720419] sd 0:0:0:0: [sda] 4096-byte physical blocks [ 0.720705] sd 0:0:0:0: [sda] Write Protect is off [ 0.720798] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 0.720846] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 0.772888] sda: sda1 sda2 sda3 sda4 [ 0.774344] sd 0:0:0:0: [sda] Attached SCSI disk [ 0.803282] usb 1-1: New USB device found, idVendor=8087, idProduct=0020 [ 0.803393] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 0.803960] hub 1-1:1.0: USB hub found [ 0.804283] hub 1-1:1.0: 6 ports detected [ 0.815407] usb 2-1: New USB device found, idVendor=8087, idProduct=0020 [ 0.815520] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 0.816226] hub 2-1:1.0: USB hub found [ 0.816485] hub 2-1:1.0: 8 ports detected [ 1.077751] usb 1-1.4: new full-speed USB device number 3 using ehci-pci [ 1.091749] usb 2-1.1: new full-speed USB device number 3 using ehci-pci [ 1.163530] usb 1-1.4: New USB device found, idVendor=0cf3, idProduct=3000 [ 1.163643] usb 1-1.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 1.179257] usb 2-1.1: New USB device found, idVendor=062a, idProduct=4101 [ 1.179359] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 1.179504] usb 2-1.1: Product: 2.4G Keyboard Mouse [ 1.179596] usb 2-1.1: Manufacturer: MOSART Semi. [ 1.181848] input: MOSART Semi. 2.4G Keyboard Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0/0003:062A:4101.0001/input/input6 [ 1.233234] hid-generic 0003:062A:4101.0001: input,hidraw0: USB HID v1.10 Keyboard [MOSART Semi. 2.4G Keyboard Mouse] on usb-0000:00:1d.0-1.1/input0 [ 1.235615] input: MOSART Semi. 2.4G Keyboard Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.1/0003:062A:4101.0002/input/input7 [ 1.270750] tsc: Refined TSC clocksource calibration: 2393.999 MHz [ 1.270859] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x22821267f49, max_idle_ns: 440795240327 ns [ 1.287544] hid-generic 0003:062A:4101.0002: input,hiddev0,hidraw1: USB HID v1.10 Mouse [MOSART Semi. 2.4G Keyboard Mouse] on usb-0000:00:1d.0-1.1/input1 [ 1.360747] usb 2-1.5: new high-speed USB device number 4 using ehci-pci [ 1.554550] usb 2-1.5: New USB device found, idVendor=0402, idProduct=9665 [ 1.554653] usb 2-1.5: New USB device strings: Mfr=3, Product=1, SerialNumber=0 [ 1.554809] usb 2-1.5: Product: 1.3M WebCam [ 1.554901] usb 2-1.5: Manufacturer: XPA4C0EYE [ 1.973813] input: AlpsPS/2 ALPS GlidePoint as /devices/platform/i8042/serio1/input/input5 [ 1.978241] md: Waiting for all devices to be available before autodetect [ 1.978353] md: If you don't use raid, use raid=noautodetect [ 1.978909] md: Autodetecting RAID arrays. [ 1.979012] md: Scanned 0 and added 0 devices. [ 1.979109] md: autorun ... [ 1.979200] md: ... autorun DONE. [ 2.031816] EXT4-fs (sda4): couldn't mount as ext3 due to feature incompatibilities [ 2.107311] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null) [ 2.107505] VFS: Mounted root (ext4 filesystem) readonly on device 8:4. [ 2.140942] devtmpfs: mounted [ 2.142552] Freeing unused kernel memory: 1276K (ffffffff81d3d000 - ffffffff81e7c000) [ 2.142727] Write protecting the kernel read-only data: 12288k [ 2.143471] Freeing unused kernel memory: 1620K (ffff88000166b000 - ffff880001800000) [ 2.145992] Freeing unused kernel memory: 896K (ffff880001b20000 - ffff880001c00000) [ 2.270987] clocksource: Switched to clocksource tsc [ 2.510408] random: nonblocking pool is initialized [ 4.555272] udevd[368]: starting version 3.1.5 [ 5.332552] wmi: Mapper loaded [ 5.642314] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20150930/utaddress-254) [ 5.642331] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 5.642337] ACPI Warning: SystemIO range 0x00000000000011C0-0x00000000000011CF conflicts with OpRegion 0x0000000000001180-0x00000000000011E3 (\GPIO) (20150930/utaddress-254) [ 5.642348] ACPI Warning: SystemIO range 0x00000000000011C0-0x00000000000011CF conflicts with OpRegion 0x0000000000001180-0x00000000000011DF (\_SB_.PCI0.LPCB.EC0_.GPIO) (20150930/utaddress-254) [ 5.642358] ACPI Warning: SystemIO range 0x00000000000011C0-0x00000000000011CF conflicts with OpRegion 0x0000000000001180-0x00000000000011DF (\_SB_.PCI0.P0P2.PEGP.GPIO) (20150930/utaddress-254) [ 5.642367] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 5.642370] ACPI Warning: SystemIO range 0x00000000000011B0-0x00000000000011BF conflicts with OpRegion 0x0000000000001180-0x00000000000011E3 (\GPIO) (20150930/utaddress-254) [ 5.642379] ACPI Warning: SystemIO range 0x00000000000011B0-0x00000000000011BF conflicts with OpRegion 0x0000000000001180-0x00000000000011DF (\_SB_.PCI0.LPCB.EC0_.GPIO) (20150930/utaddress-254) [ 5.642389] ACPI Warning: SystemIO range 0x00000000000011B0-0x00000000000011BF conflicts with OpRegion 0x0000000000001180-0x00000000000011DF (\_SB_.PCI0.P0P2.PEGP.GPIO) (20150930/utaddress-254) [ 5.642397] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 5.642401] ACPI Warning: SystemIO range 0x0000000000001180-0x00000000000011AF conflicts with OpRegion 0x0000000000001180-0x00000000000011E3 (\GPIO) (20150930/utaddress-254) [ 5.642409] ACPI Warning: SystemIO range 0x0000000000001180-0x00000000000011AF conflicts with OpRegion 0x0000000000001180-0x00000000000011DF (\_SB_.PCI0.LPCB.EC0_.GPIO) (20150930/utaddress-254) [ 5.642419] ACPI Warning: SystemIO range 0x0000000000001180-0x00000000000011AF conflicts with OpRegion 0x0000000000001180-0x00000000000011DF (\_SB_.PCI0.P0P2.PEGP.GPIO) (20150930/utaddress-254) [ 5.642427] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 5.642430] lpc_ich: Resource conflict(s) found affecting gpio_ich [ 5.796491] input: PC Speaker as /devices/platform/pcspkr/input/input8 [ 6.040559] intel ips 0000:00:1f.6: CPU TDP doesn't match expected value (found 25, expected 29) [ 6.040589] intel ips 0000:00:1f.6: failed to get i915 symbols, graphics turbo disabled until i915 loads [ 6.040696] intel ips 0000:00:1f.6: IPS driver initialized, MCP temp limit 90 [ 6.055045] atl1c 0000:03:00.0: version 1.0.1.1-NAPI [ 6.193479] ACPI Warning: SystemIO range 0x0000000000001840-0x000000000000185F conflicts with OpRegion 0x0000000000001840-0x000000000000184F (\_SB_.PCI0.SBUS.SMBI) (20150930/utaddress-254) [ 6.193495] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 6.349816] Linux video capture interface: v2.00 [ 6.558322] iTCO_vendor_support: vendor-support=0 [ 6.600850] atl1c 0000:03:00.0 enp3s0: renamed from eth0 [ 7.018697] uvcvideo: Found UVC 1.00 device 1.3M WebCam (0402:9665) [ 7.021235] input: 1.3M WebCam as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.0/input/input9 [ 7.021312] usbcore: registered new interface driver uvcvideo [ 7.021314] USB Video Class driver (1.1.1) [ 7.069458] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11 [ 7.069506] iTCO_wdt: Found a HM55 TCO device (Version=2, TCOBASE=0x0460) [ 7.069654] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0) [ 7.582435] Error: Driver 'pcspkr' is already registered, aborting... [ 8.388759] [drm] Initialized drm 1.1.0 20060810 [ 8.673887] snd_hda_intel 0000:02:00.1: Handle vga_switcheroo audio client [ 8.842948] ath: phy0: ASPM enabled: 0x42 [ 8.842957] ath: EEPROM regdomain: 0x65 [ 8.842960] ath: EEPROM indicates we should expect a direct regpair map [ 8.842965] ath: Country alpha2 being used: 00 [ 8.842967] ath: Regpair used: 0x65 [ 8.890576] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht' [ 8.890896] ieee80211 phy0: Atheros AR9287 Rev:2 mem=0xffffc900000c0000, irq=17 [ 9.160495] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:02:00.1/sound/card1/input10 [ 9.570357] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC271X: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker [ 9.570363] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 9.570367] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0) [ 9.570369] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0 [ 9.570371] snd_hda_codec_realtek hdaudioC0D0: dig-out=0x1e/0x0 [ 9.570373] snd_hda_codec_realtek hdaudioC0D0: inputs: [ 9.570375] snd_hda_codec_realtek hdaudioC0D0: Mic=0x18 [ 9.570377] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x12 [ 9.573173] [drm] Memory usable by graphics device = 2048M [ 9.573179] [drm] Replacing VGA console driver [ 9.573931] Console: switching to colour dummy device 80x25 [ 9.580195] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11 [ 9.581037] input: HDA Intel MID Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12 [ 9.581137] input: HDA Intel MID Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13 [ 9.581864] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 9.581866] [drm] Driver supports precise vblank timestamp query. [ 9.582300] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=none:owns=io+mem [ 9.604556] ACPI: Video Device [PEGP] (multi-head: yes rom: no post: no) [ 9.616011] fbcon: inteldrmfb (fb0) is primary device [ 9.752814] ath9k 0000:05:00.0 wlp5s0: renamed from wlan0 [ 9.886138] kvm: VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL does not work properly. Using workaround [ 10.410625] cfg80211: World regulatory domain updated: [ 10.410630] cfg80211: DFS Master region: unset [ 10.410630] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time) [ 10.410635] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A) [ 10.410639] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz, 92000 KHz AUTO), (N/A, 2000 mBm), (N/A) [ 10.410642] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A) [ 10.410645] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A) [ 10.410649] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s) [ 10.410652] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s) [ 10.410654] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A) [ 10.410657] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A) [ 10.478268] Console: switching to colour frame buffer device 170x48 [ 10.486476] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device [ 10.490340] acpi device:02: registered as cooling_device4 [ 10.490493] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input14 [ 10.491879] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no) [ 10.512245] acpi device:07: registered as cooling_device5 [ 10.512366] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input15 [ 10.512656] [drm] Initialized i915 1.6.0 20151010 for 0000:00:02.0 on minor 0 [ 11.071317] [drm] radeon kernel modesetting enabled. [ 11.071356] vga_switcheroo: detected switching method \_SB_.PCI0.GFX0.ATPX handle [ 11.071655] radeon 0000:02:00.0: enabling device (0104 -> 0107) [ 11.071995] [drm] initializing kernel modesetting (REDWOOD 0x1002:0x68C1 0x1025:0x0365). [ 11.072026] [drm] register mmio base: 0xAFEE0000 [ 11.072029] [drm] register mmio size: 131072 [ 11.072034] vga_switcheroo: enabled [ 11.072135] ATPX version 1, functions 0x00000007 [ 11.151050] ATOM BIOS: MADISON [ 11.151147] radeon 0000:02:00.0: VRAM: 1024M 0x0000000000000000 - 0x000000003FFFFFFF (1024M used) [ 11.151153] radeon 0000:02:00.0: GTT: 1024M 0x0000000040000000 - 0x000000007FFFFFFF [ 11.151157] [drm] Detected VRAM RAM=1024M, BAR=256M [ 11.151160] [drm] RAM width 128bits DDR [ 11.151303] [TTM] Zone kernel: Available graphics memory: 1853738 kiB [ 11.151306] [TTM] Initializing pool allocator [ 11.151320] [TTM] Initializing DMA pool allocator [ 11.151359] [drm] radeon: 1024M of VRAM memory ready [ 11.151363] [drm] radeon: 1024M of GTT memory ready. [ 11.151392] [drm] Loading REDWOOD Microcode [ 11.241746] intel ips 0000:00:1f.6: i915 driver attached, reenabling gpu turbo [ 11.250469] [drm] Internal thermal controller without fan control [ 11.256894] [drm] radeon: dpm initialized [ 11.265498] [drm] GART: num cpu pages 262144, num gpu pages 262144 [ 11.271613] [drm] PCIE GART of 1024M enabled (table at 0x000000000025E000). [ 11.271803] radeon 0000:02:00.0: WB enabled [ 11.271811] radeon 0000:02:00.0: fence driver on ring 0 use gpu addr 0x0000000040000c00 and cpu addr 0xffff88008a44bc00 [ 11.271817] radeon 0000:02:00.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c and cpu addr 0xffff88008a44bc0c [ 11.272569] radeon 0000:02:00.0: fence driver on ring 5 use gpu addr 0x000000000005c418 and cpu addr 0xffffc90003c1c418 [ 11.272592] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 11.272594] [drm] Driver supports precise vblank timestamp query. [ 11.272599] radeon 0000:02:00.0: radeon: MSI limited to 32-bit [ 11.272829] radeon 0000:02:00.0: radeon: using MSI. [ 11.272884] [drm] radeon: irq initialized. [ 11.290533] [drm] ring test on 0 succeeded in 1 usecs [ 11.290544] [drm] ring test on 3 succeeded in 2 usecs [ 11.468263] [drm] ring test on 5 succeeded in 1 usecs [ 11.468271] [drm] UVD initialized successfully. [ 11.468895] [drm] ib test on ring 0 succeeded in 0 usecs [ 11.468940] [drm] ib test on ring 3 succeeded in 0 usecs [ 12.120783] [drm] ib test on ring 5 succeeded [ 12.173703] [drm] radeon atom DIG backlight initialized [ 12.173708] [drm] Radeon Display Connectors [ 12.173711] [drm] Connector 0: [ 12.173712] [drm] LVDS-2 [ 12.173715] [drm] DDC: 0x6560 0x6560 0x6564 0x6564 0x6568 0x6568 0x656c 0x656c [ 12.173717] [drm] Encoders: [ 12.173719] [drm] LCD1: INTERNAL_UNIPHY [ 12.173720] [drm] Connector 1: [ 12.173722] [drm] HDMI-A-1 [ 12.173723] [drm] HPD1 [ 12.173726] [drm] DDC: 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448 0x644c 0x644c [ 12.173727] [drm] Encoders: [ 12.173729] [drm] DFP1: INTERNAL_UNIPHY1 [ 12.173730] [drm] Connector 2: [ 12.173732] [drm] VGA-2 [ 12.173734] [drm] DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c [ 12.173735] [drm] Encoders: [ 12.173737] [drm] CRT1: INTERNAL_KLDSCP_DAC1 [ 12.261050] radeon 0000:02:00.0: No connectors reported connected with modes [ 12.261058] [drm] Cannot find any crtc or sizes - going 1024x768 [ 12.263103] [drm] fb mappable at 0xB045F000 [ 12.263106] [drm] vram apper at 0xB0000000 [ 12.263109] [drm] size 3145728 [ 12.263111] [drm] fb depth is 24 [ 12.263114] [drm] pitch is 4096 [ 12.263438] radeon 0000:02:00.0: fb1: radeondrmfb frame buffer device [ 12.264072] [drm] Initialized radeon 2.43.0 20080528 for 0000:02:00.0 on minor 1 [ 12.541660] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel. [ 12.541668] Disabling lock debugging due to kernel taint [ 12.551551] fglrx: module verification failed: signature and/or required key missing - tainting kernel [ 12.570636] <6>[fglrx] Maximum main memory to use for locked dma buffers: 3464 MBytes. [ 12.571191] <6>[fglrx] vendor: 1002 device: 68c1 revision: 0 count: 1 [ 12.572055] <6>[fglrx] ioport: bar 4, base 0x2000, size: 0x100 [ 12.572365] <6>[fglrx] Kernel PAT support is enabled [ 12.572400] <6>[fglrx] module loaded - fglrx 15.20.3 [Sep 8 2015] with 1 minors [ 13.323851] EXT4-fs (sda4): re-mounted. Opts: (null) [ 13.505221] Adding 10485756k swap on /dev/sda3. Priority:-1 extents:1 across:10485756k [ 17.536364] IPv6: ADDRCONF(NETDEV_UP): wlp5s0: link is not ready [ 17.836584] snd_hda_intel 0000:02:00.1: Disabling via vga_switcheroo [ 19.037638] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready [ 19.038479] atl1c 0000:03:00.0: atl1c: enp3s0 NIC Link is Up<100 Mbps Full Duplex> [ 19.057570] IPv6: ADDRCONF(NETDEV_UP): wlp5s0: link is not ready [ 19.078782] IPv6: ADDRCONF(NETDEV_UP): wlp5s0: link is not ready [ 20.081476] IPv6: ADDRCONF(NETDEV_UP): wlp5s0: link is not ready [ 110.577574] sddm[1350]: segfault at 0 ip 00007fc6eba592cb sp 00007ffd1f97fb40 error 4 in libQt5Core.so.5.6.1[7fc6eb7e3000+476000]