From a57a8b152607ead4c4b94c2d2a392bbc6fbb67a1 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 31 Jan 2015 08:30:32 -0800 Subject: [post] ubuntu on dell xps13 --- _posts/2015-01-31-ubuntu-on-dell-xps13.md | 64 +++ files/dell-xps-2015-dmesg.txt | 905 ++++++++++++++++++++++++++++++ files/dell-xps-2015-lspci.txt | 142 +++++ 3 files changed, 1111 insertions(+) create mode 100644 _posts/2015-01-31-ubuntu-on-dell-xps13.md create mode 100644 files/dell-xps-2015-dmesg.txt create mode 100644 files/dell-xps-2015-lspci.txt diff --git a/_posts/2015-01-31-ubuntu-on-dell-xps13.md b/_posts/2015-01-31-ubuntu-on-dell-xps13.md new file mode 100644 index 0000000..26bde34 --- /dev/null +++ b/_posts/2015-01-31-ubuntu-on-dell-xps13.md @@ -0,0 +1,64 @@ +--- +layout: post +title: On Ubuntu and a Dell XPS13 +summary: In which I install Ubuntu on a Dell XPS13 +--- + +Being fed up with Yosemite, I decided to order the new [Dell XPS13 (2015 +edition)](http://www.dell.com/us/p/xps-13-9343-laptop/pd?ST=dell%20xps13&dgc=ST&cid=79646&lid=2024370&acd=123098073120560) +after reading a few reviews. I've installed Ubuntu 14.10 on it. + +Installing Ubuntu was (as expected) straightforward: + +* you go to the BIOS (F2 when the Dell logo shows up on screen) +* boot from an USB disk with Ubuntu (page to the instructions) +* use an ethernet -> usb adaptor since the wifi doesn’t work out of the box with the broadcom driver +* select what ever you want for the disk setup (I went with dm-crypt / llvm / btrfs) +* once it’s installed and you’re logged in as your user, install the wifi package (apt-get install bcmwl-kernel-source) + +then at this point you have a “functional” laptop. + +Sadly, there's still a few issues so far with Ubuntu 14.10: + +* no sound (I don’t really mind for now, I use my phone/tablet to listen to music / watch youtube and stuff). There’s a [ticket](https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1413446) to track the problem +* as is the keyboard (there's a bug where a key can be repeated a few time) +* the touchpad is ... touchy. I need to hold the button down for a second before it get registered, + and there's some kind of issues where it get lost. But I think this is fixed with newer kernel + (need to test). + +```sh +mp saved to /sys/class/drm/card0/error +[ 1835.632679] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off +[ 1868.702435] psmouse serio1: TouchPad at isa0060/serio1/input0 lost synchronization, throwing 1 +bytes away. +[ 1869.211965] psmouse serio1: resync failed, issuing reconnect request +[ 1876.689924] psmouse serio1: TouchPad at isa0060/serio1/input0 lost synchronization, throwing 1 +bytes away. +[ 1877.198899] psmouse serio1: resync failed, issuing reconnect request +[ 1879.545191] psmouse serio1: TouchPad at isa0060/serio1/input0 lost sync at byte 4 +[ 1879.546318] psmouse serio1: TouchPad at isa0060/serio1/input0 lost sync at byte 1 +[ 1879.558431] psmouse serio1: TouchPad at isa0060/serio1/input0 - driver resynced. +``` + +But there's also the good stuff! + +* the screen! really awesome definition. The resolution was properly detected, didn’t tweak anything +* the keyboard is nice, however I’m looking for a solution to swap fn and control +* the battery last, I get about ~7 hours of battery life with normal usage + +## Hardware + +The hardware is attractive. It’s really small (smaller than the MBPr 13”, but probably a little bit +bigger than the MBA 11”). It’s light. There’s 2 USB ports, 1 SD card (that’s one of the reason I +went with this model instead of the carbon x1). My main complaint is the 8GB limit, I would have +prefered 16GB. Not having a broadcom wireless card would have also been nice (maybe they will change +this for the developer edition ?). But (and that's the main difference with Apple :), there's a +[smanual](ftp://ftp.dell.com/Manuals/all-products/esuprt_laptop/esuprt_xps_laptop//xps-13-9343-laptop_Service%20Manual_en-us.pdf) +and instructions on how to replace the wireless card. The good alternaties seems to be the [Intel +7260](http://www.amazon.com/gp/product/B00MY9S692/) (I might replace the card). + +For the curious, here’s the output of [dmesg](/files/dell-xps-2015-dmesg.txt) and +[lspci](/files/dell-xps-2015-lspci.txt). + +I’ll update this page with more details / information in the next few weeks (I'm currently on a +3.16, I'll try the 3.18 during the weekend). diff --git a/files/dell-xps-2015-dmesg.txt b/files/dell-xps-2015-dmesg.txt new file mode 100644 index 0000000..e401dc6 --- /dev/null +++ b/files/dell-xps-2015-dmesg.txt @@ -0,0 +1,905 @@ +[ 0.000000] Initializing cgroup subsys cpuset +[ 0.000000] Initializing cgroup subsys cpu +[ 0.000000] Initializing cgroup subsys cpuacct +[ 0.000000] Linux version 3.16.0-29-generic (buildd@tipua) (gcc version 4.9.1 (Ubuntu 4.9.1-16ubuntu6) ) #39-Ubuntu SMP Mon Dec 15 22:27:29 UTC 2014 (Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2) +[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-3.16.0-29-generic.efi.signed root=/dev/mapper/ubuntu--vg-root ro rootflags=subvol=@ quiet splash +[ 0.000000] KERNEL supported cpus: +[ 0.000000] Intel GenuineIntel +[ 0.000000] AMD AuthenticAMD +[ 0.000000] Centaur CentaurHauls +[ 0.000000] e820: BIOS-provided physical RAM map: +[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable +[ 0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved +[ 0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable +[ 0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved +[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000c8aa9fff] usable +[ 0.000000] BIOS-e820: [mem 0x00000000c8aaa000-0x00000000c8f48fff] reserved +[ 0.000000] BIOS-e820: [mem 0x00000000c8f49000-0x00000000dade0fff] usable +[ 0.000000] BIOS-e820: [mem 0x00000000dade1000-0x00000000daea1fff] reserved +[ 0.000000] BIOS-e820: [mem 0x00000000daea2000-0x00000000daecafff] ACPI data +[ 0.000000] BIOS-e820: [mem 0x00000000daecb000-0x00000000db802fff] ACPI NVS +[ 0.000000] BIOS-e820: [mem 0x00000000db803000-0x00000000dbafdfff] reserved +[ 0.000000] BIOS-e820: [mem 0x00000000dbafe000-0x00000000dbafefff] usable +[ 0.000000] BIOS-e820: [mem 0x00000000dd000000-0x00000000df7fffff] reserved +[ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved +[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved +[ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved +[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved +[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved +[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved +[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000021f7fffff] usable +[ 0.000000] NX (Execute Disable) protection: active +[ 0.000000] e820: update [mem 0xc7124018-0xc7134057] usable ==> usable +[ 0.000000] extended physical RAM map: +[ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable +[ 0.000000] reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved +[ 0.000000] reserve setup_data: [mem 0x0000000000059000-0x000000000009dfff] usable +[ 0.000000] reserve setup_data: [mem 0x000000000009e000-0x000000000009ffff] reserved +[ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x00000000c7124017] usable +[ 0.000000] reserve setup_data: [mem 0x00000000c7124018-0x00000000c7134057] usable +[ 0.000000] reserve setup_data: [mem 0x00000000c7134058-0x00000000c8aa9fff] usable +[ 0.000000] reserve setup_data: [mem 0x00000000c8aaa000-0x00000000c8f48fff] reserved +[ 0.000000] reserve setup_data: [mem 0x00000000c8f49000-0x00000000dade0fff] usable +[ 0.000000] reserve setup_data: [mem 0x00000000dade1000-0x00000000daea1fff] reserved +[ 0.000000] reserve setup_data: [mem 0x00000000daea2000-0x00000000daecafff] ACPI data +[ 0.000000] reserve setup_data: [mem 0x00000000daecb000-0x00000000db802fff] ACPI NVS +[ 0.000000] reserve setup_data: [mem 0x00000000db803000-0x00000000dbafdfff] reserved +[ 0.000000] reserve setup_data: [mem 0x00000000dbafe000-0x00000000dbafefff] usable +[ 0.000000] reserve setup_data: [mem 0x00000000dd000000-0x00000000df7fffff] reserved +[ 0.000000] reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved +[ 0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved +[ 0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed03fff] reserved +[ 0.000000] reserve setup_data: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved +[ 0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved +[ 0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved +[ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000021f7fffff] usable +[ 0.000000] efi: EFI v2.31 by American Megatrends +[ 0.000000] efi: ACPI=0xdaeaa000 ACPI 2.0=0xdaeaa000 SMBIOS=0xf0000 +[ 0.000000] efi: mem00: type=7, attr=0xf, range=[0x0000000000000000-0x0000000000001000) (0MB) +[ 0.000000] efi: mem01: type=2, attr=0xf, range=[0x0000000000001000-0x0000000000002000) (0MB) +[ 0.000000] efi: mem02: type=7, attr=0xf, range=[0x0000000000002000-0x0000000000058000) (0MB) +[ 0.000000] efi: mem03: type=0, attr=0xf, range=[0x0000000000058000-0x0000000000059000) (0MB) +[ 0.000000] efi: mem04: type=7, attr=0xf, range=[0x0000000000059000-0x000000000009e000) (0MB) +[ 0.000000] efi: mem05: type=0, attr=0xf, range=[0x000000000009e000-0x00000000000a0000) (0MB) +[ 0.000000] efi: mem06: type=7, attr=0xf, range=[0x0000000000100000-0x0000000001000000) (15MB) +[ 0.000000] efi: mem07: type=2, attr=0xf, range=[0x0000000001000000-0x00000000023f6000) (19MB) +[ 0.000000] efi: mem08: type=7, attr=0xf, range=[0x00000000023f6000-0x0000000010000000) (220MB) +[ 0.000000] efi: mem09: type=3, attr=0xf, range=[0x0000000010000000-0x000000001000b000) (0MB) +[ 0.000000] efi: mem10: type=7, attr=0xf, range=[0x000000001000b000-0x000000003e27b000) (738MB) +[ 0.000000] efi: mem11: type=2, attr=0xf, range=[0x000000003e27b000-0x0000000040000000) (29MB) +[ 0.000000] efi: mem12: type=7, attr=0xf, range=[0x0000000040000000-0x0000000093303000) (1331MB) +[ 0.000000] efi: mem13: type=2, attr=0xf, range=[0x0000000093303000-0x00000000c4f60000) (796MB) +[ 0.000000] efi: mem14: type=4, attr=0xf, range=[0x00000000c4f60000-0x00000000c4fa0000) (0MB) +[ 0.000000] efi: mem15: type=7, attr=0xf, range=[0x00000000c4fa0000-0x00000000c7124000) (33MB) +[ 0.000000] efi: mem16: type=2, attr=0xf, range=[0x00000000c7124000-0x00000000c7222000) (0MB) +[ 0.000000] efi: mem17: type=7, attr=0xf, range=[0x00000000c7222000-0x00000000c7223000) (0MB) +[ 0.000000] efi: mem18: type=2, attr=0xf, range=[0x00000000c7223000-0x00000000c722a000) (0MB) +[ 0.000000] efi: mem19: type=7, attr=0xf, range=[0x00000000c722a000-0x00000000c722c000) (0MB) +[ 0.000000] efi: mem20: type=2, attr=0xf, range=[0x00000000c722c000-0x00000000c7316000) (0MB) +[ 0.000000] efi: mem21: type=1, attr=0xf, range=[0x00000000c7316000-0x00000000c7439000) (1MB) +[ 0.000000] efi: mem22: type=4, attr=0xf, range=[0x00000000c7439000-0x00000000c8aaa000) (22MB) +[ 0.000000] efi: mem23: type=6, attr=0x800000000000000f, range=[0x00000000c8aaa000-0x00000000c8f49000) (4MB) +[ 0.000000] efi: mem24: type=4, attr=0xf, range=[0x00000000c8f49000-0x00000000c8f50000) (0MB) +[ 0.000000] efi: mem25: type=7, attr=0xf, range=[0x00000000c8f50000-0x00000000c8f52000) (0MB) +[ 0.000000] efi: mem26: type=2, attr=0xf, range=[0x00000000c8f52000-0x00000000c8f54000) (0MB) +[ 0.000000] efi: mem27: type=7, attr=0xf, range=[0x00000000c8f54000-0x00000000c8f56000) (0MB) +[ 0.000000] efi: mem28: type=2, attr=0xf, range=[0x00000000c8f56000-0x00000000c8f57000) (0MB) +[ 0.000000] efi: mem29: type=7, attr=0xf, range=[0x00000000c8f57000-0x00000000c8f58000) (0MB) +[ 0.000000] efi: mem30: type=2, attr=0xf, range=[0x00000000c8f58000-0x00000000c8f59000) (0MB) +[ 0.000000] efi: mem31: type=7, attr=0xf, range=[0x00000000c8f59000-0x00000000c8f5a000) (0MB) +[ 0.000000] efi: mem32: type=2, attr=0xf, range=[0x00000000c8f5a000-0x00000000c8f5f000) (0MB) +[ 0.000000] efi: mem33: type=4, attr=0xf, range=[0x00000000c8f5f000-0x00000000da6ac000) (279MB) +[ 0.000000] efi: mem34: type=7, attr=0xf, range=[0x00000000da6ac000-0x00000000da82f000) (1MB) +[ 0.000000] efi: mem35: type=3, attr=0xf, range=[0x00000000da82f000-0x00000000dade1000) (5MB) +[ 0.000000] efi: mem36: type=0, attr=0xf, range=[0x00000000dade1000-0x00000000daea2000) (0MB) +[ 0.000000] efi: mem37: type=9, attr=0xf, range=[0x00000000daea2000-0x00000000daecb000) (0MB) +[ 0.000000] efi: mem38: type=10, attr=0xf, range=[0x00000000daecb000-0x00000000db803000) (9MB) +[ 0.000000] efi: mem39: type=6, attr=0x800000000000000f, range=[0x00000000db803000-0x00000000dba9d000) (2MB) +[ 0.000000] efi: mem40: type=5, attr=0x800000000000000f, range=[0x00000000dba9d000-0x00000000dbafe000) (0MB) +[ 0.000000] efi: mem41: type=4, attr=0xf, range=[0x00000000dbafe000-0x00000000dbaff000) (0MB) +[ 0.000000] efi: mem42: type=7, attr=0xf, range=[0x0000000100000000-0x000000021f800000) (4600MB) +[ 0.000000] efi: mem43: type=0, attr=0x0, range=[0x00000000dd000000-0x00000000df800000) (40MB) +[ 0.000000] efi: mem44: type=11, attr=0x8000000000000001, range=[0x00000000f8000000-0x00000000fc000000) (64MB) +[ 0.000000] efi: mem45: type=11, attr=0x8000000000000001, range=[0x00000000fec00000-0x00000000fec01000) (0MB) +[ 0.000000] efi: mem46: type=11, attr=0x8000000000000001, range=[0x00000000fed00000-0x00000000fed04000) (0MB) +[ 0.000000] efi: mem47: type=11, attr=0x8000000000000001, range=[0x00000000fed1c000-0x00000000fed20000) (0MB) +[ 0.000000] efi: mem48: type=11, attr=0x8000000000000001, range=[0x00000000fee00000-0x00000000fee01000) (0MB) +[ 0.000000] efi: mem49: type=11, attr=0x8000000000000001, range=[0x00000000ff000000-0x0000000100000000) (16MB) +[ 0.000000] SMBIOS 2.8 present. +[ 0.000000] DMI: Dell Inc. XPS 13 9343/0TM99H, BIOS A00 11/04/2014 +[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved +[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable +[ 0.000000] AGP: No AGP bridge found +[ 0.000000] e820: last_pfn = 0x21f800 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-DFFFF uncachable +[ 0.000000] E0000-FFFFF write-protect +[ 0.000000] MTRR variable ranges enabled: +[ 0.000000] 0 base 0000000000 mask 7E00000000 write-back +[ 0.000000] 1 base 0200000000 mask 7FE0000000 write-back +[ 0.000000] 2 base 00E0000000 mask 7FE0000000 uncachable +[ 0.000000] 3 base 00DE000000 mask 7FFE000000 uncachable +[ 0.000000] 4 base 00DD000000 mask 7FFF000000 uncachable +[ 0.000000] 5 base 021F800000 mask 7FFF800000 uncachable +[ 0.000000] 6 disabled +[ 0.000000] 7 disabled +[ 0.000000] 8 disabled +[ 0.000000] 9 disabled +[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 +[ 0.000000] original variable MTRRs +[ 0.000000] reg 0, base: 0GB, range: 8GB, type WB +[ 0.000000] reg 1, base: 8GB, range: 512MB, type WB +[ 0.000000] reg 2, base: 3584MB, range: 512MB, type UC +[ 0.000000] reg 3, base: 3552MB, range: 32MB, type UC +[ 0.000000] reg 4, base: 3536MB, range: 16MB, type UC +[ 0.000000] reg 5, base: 8696MB, range: 8MB, type UC +[ 0.000000] total RAM covered: 8136M +[ 0.000000] Found optimal setting for mtrr clean up +[ 0.000000] gran_size: 64K chunk_size: 64M num_reg: 8 lose cover RAM: 0G +[ 0.000000] New variable MTRRs +[ 0.000000] reg 0, base: 0GB, range: 2GB, type WB +[ 0.000000] reg 1, base: 2GB, range: 1GB, type WB +[ 0.000000] reg 2, base: 3GB, range: 512MB, type WB +[ 0.000000] reg 3, base: 3536MB, range: 16MB, type UC +[ 0.000000] reg 4, base: 3552MB, range: 32MB, type UC +[ 0.000000] reg 5, base: 4GB, range: 4GB, type WB +[ 0.000000] reg 6, base: 8GB, range: 512MB, type WB +[ 0.000000] reg 7, base: 8696MB, range: 8MB, type UC +[ 0.000000] e820: update [mem 0xdd000000-0xffffffff] usable ==> reserved +[ 0.000000] e820: last_pfn = 0xdbaff max_arch_pfn = 0x400000000 +[ 0.000000] Scanning 1 areas for low memory corruption +[ 0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576 +[ 0.000000] Using GB pages for direct mapping +[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] +[ 0.000000] [mem 0x00000000-0x000fffff] page 4k +[ 0.000000] BRK [0x01fd2000, 0x01fd2fff] PGTABLE +[ 0.000000] BRK [0x01fd3000, 0x01fd3fff] PGTABLE +[ 0.000000] BRK [0x01fd4000, 0x01fd4fff] PGTABLE +[ 0.000000] init_memory_mapping: [mem 0x21f600000-0x21f7fffff] +[ 0.000000] [mem 0x21f600000-0x21f7fffff] page 2M +[ 0.000000] BRK [0x01fd5000, 0x01fd5fff] PGTABLE +[ 0.000000] init_memory_mapping: [mem 0x21c000000-0x21f5fffff] +[ 0.000000] [mem 0x21c000000-0x21f5fffff] page 2M +[ 0.000000] init_memory_mapping: [mem 0x200000000-0x21bffffff] +[ 0.000000] [mem 0x200000000-0x21bffffff] page 2M +[ 0.000000] init_memory_mapping: [mem 0x00100000-0xc8aa9fff] +[ 0.000000] [mem 0x00100000-0x001fffff] page 4k +[ 0.000000] [mem 0x00200000-0x3fffffff] page 2M +[ 0.000000] [mem 0x40000000-0xbfffffff] page 1G +[ 0.000000] [mem 0xc0000000-0xc89fffff] page 2M +[ 0.000000] [mem 0xc8a00000-0xc8aa9fff] page 4k +[ 0.000000] init_memory_mapping: [mem 0xc8f49000-0xdade0fff] +[ 0.000000] [mem 0xc8f49000-0xc8ffffff] page 4k +[ 0.000000] [mem 0xc9000000-0xdabfffff] page 2M +[ 0.000000] [mem 0xdac00000-0xdade0fff] page 4k +[ 0.000000] BRK [0x01fd6000, 0x01fd6fff] PGTABLE +[ 0.000000] BRK [0x01fd7000, 0x01fd7fff] PGTABLE +[ 0.000000] init_memory_mapping: [mem 0xdbafe000-0xdbafefff] +[ 0.000000] [mem 0xdbafe000-0xdbafefff] page 4k +[ 0.000000] init_memory_mapping: [mem 0x100000000-0x1ffffffff] +[ 0.000000] [mem 0x100000000-0x1ffffffff] page 1G +[ 0.000000] RAMDISK: [mem 0x3e27b000-0x3fffafff] +[ 0.000000] ACPI: Early table checksum verification disabled +[ 0.000000] ACPI: RSDP 0x00000000DAEAA000 000024 (v02 DELL ) +[ 0.000000] ACPI: XSDT 0x00000000DAEAA0B8 0000F4 (v01 DELL CBX3 01072009 AMI 00010013) +[ 0.000000] ACPI: FACP 0x00000000DAEBD628 00010C (v05 DELL CBX3 01072009 AMI 00010013) +[ 0.000000] ACPI: DSDT 0x00000000DAEAA240 0133E2 (v02 DELL CBX3 01072009 INTL 20120913) +[ 0.000000] ACPI: FACS 0x00000000DB800F80 000040 +[ 0.000000] ACPI: APIC 0x00000000DAEBD738 000084 (v03 DELL CBX3 01072009 AMI 00010013) +[ 0.000000] ACPI: FPDT 0x00000000DAEBD7C0 000044 (v01 DELL CBX3 01072009 AMI 00010013) +[ 0.000000] ACPI: FIDT 0x00000000DAEBD808 00009C (v01 DELL CBX3 01072009 AMI 00010013) +[ 0.000000] ACPI: MCFG 0x00000000DAEBD8A8 00003C (v01 DELL CBX3 01072009 MSFT 00000097) +[ 0.000000] ACPI: HPET 0x00000000DAEBD8E8 000038 (v01 DELL CBX3 01072009 AMI. 00000005) +[ 0.000000] ACPI: SSDT 0x00000000DAEBD920 000455 (v01 SataRe SataTabl 00001000 INTL 20120913) +[ 0.000000] ACPI: UEFI 0x00000000DAEBDD78 000042 (v01 00000000 00000000) +[ 0.000000] ACPI: SSDT 0x00000000DAEBDDC0 0004A7 (v02 Intel_ Tpm2Tabl 00001000 INTL 20120913) +[ 0.000000] ACPI: SSDT 0x00000000DAEBE268 00004B (v02 MeSsdt MeSsdt 00003000 INTL 20120913) +[ 0.000000] ACPI: TPM2 0x00000000DAEBE2B8 000034 (v03 00000000 00000000) +[ 0.000000] ACPI: SSDT 0x00000000DAEBE2F0 000CDB (v02 Ther_R Ther_Rvp 00001000 INTL 20120913) +[ 0.000000] ACPI: ASF! 0x00000000DAEBEFD0 0000A0 (v32 INTEL HCG 00000001 TFSM 000F4240) +[ 0.000000] ACPI: SSDT 0x00000000DAEBF070 00051F (v02 PmRef Cpu0Ist 00003000 INTL 20120913) +[ 0.000000] ACPI: SSDT 0x00000000DAEBF590 000B74 (v02 CpuRef CpuSsdt 00003000 INTL 20120913) +[ 0.000000] ACPI: SSDT 0x00000000DAEC0108 0001C7 (v02 PmRef LakeTiny 00003000 INTL 20120913) +[ 0.000000] ACPI: SSDT 0x00000000DAEC02D0 0003A5 (v02 CppcTa CppcTabl 00001000 INTL 20120913) +[ 0.000000] ACPI: PCCT 0x00000000DAEC0678 00006E (v05 PcctTa PcctTabl 00001000 INTL 20120913) +[ 0.000000] ACPI: SSDT 0x00000000DAEC06E8 000AC4 (v02 Cpc_Ta Cpc_Tabl 00001000 INTL 20120913) +[ 0.000000] ACPI: SSDT 0x00000000DAEC11B0 0041AC (v02 SaSsdt SaSsdt 00003000 INTL 20120913) +[ 0.000000] ACPI: SSDT 0x00000000DAEC5360 004646 (v01 DptfTa DptfTabl 00001000 INTL 20120913) +[ 0.000000] ACPI: SLIC 0x00000000DAEC99A8 000176 (v03 DELL CBX3 01072009 MSFT 00010013) +[ 0.000000] ACPI: MSDM 0x00000000DAEC9B20 000055 (v03 DELL CBX3 06222004 AMI 00010013) +[ 0.000000] ACPI: DMAR 0x00000000DAEC9B78 0000F0 (v01 INTEL BDW 00000001 INTL 00000001) +[ 0.000000] ACPI: CSRT 0x00000000DAEC9C68 0000C4 (v01 INTL BDW-ULT 00000001 INTL 20100528) +[ 0.000000] ACPI: BGRT 0x00000000DAEC9D30 000038 (v00 01072009 AMI 00010013) +[ 0.000000] ACPI: Local APIC address 0xfee00000 +[ 0.000000] No NUMA configuration found +[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000021f7fffff] +[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x21f7fffff] +[ 0.000000] NODE_DATA [mem 0x21f7f8000-0x21f7fcfff] +[ 0.000000] [ffffea0000000000-ffffea00087fffff] PMD -> [ffff880216e00000-ffff88021edfffff] on node 0 +[ 0.000000] Zone ranges: +[ 0.000000] DMA [mem 0x00001000-0x00ffffff] +[ 0.000000] DMA32 [mem 0x01000000-0xffffffff] +[ 0.000000] Normal [mem 0x100000000-0x21f7fffff] +[ 0.000000] Movable zone start for each node +[ 0.000000] Early memory node ranges +[ 0.000000] node 0: [mem 0x00001000-0x00057fff] +[ 0.000000] node 0: [mem 0x00059000-0x0009dfff] +[ 0.000000] node 0: [mem 0x00100000-0xc8aa9fff] +[ 0.000000] node 0: [mem 0xc8f49000-0xdade0fff] +[ 0.000000] node 0: [mem 0xdbafe000-0xdbafefff] +[ 0.000000] node 0: [mem 0x100000000-0x21f7fffff] +[ 0.000000] On node 0 totalpages: 2072799 +[ 0.000000] DMA zone: 64 pages used for memmap +[ 0.000000] DMA zone: 21 pages reserved +[ 0.000000] DMA zone: 3996 pages, LIFO batch:0 +[ 0.000000] DMA32 zone: 13926 pages used for memmap +[ 0.000000] DMA32 zone: 891203 pages, LIFO batch:31 +[ 0.000000] Normal zone: 18400 pages used for memmap +[ 0.000000] Normal zone: 1177600 pages, LIFO batch:31 +[ 0.000000] tboot: non-0 tboot_addr but it is not of type E820_RESERVED +[ 0.000000] Reserving Intel graphics stolen memory at 0xdd800000-0xdf7fffff +[ 0.000000] ACPI: PM-Timer IO Port: 0x1808 +[ 0.000000] ACPI: Local APIC address 0xfee00000 +[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) +[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled) +[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled) +[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled) +[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x0]) +[ 0.000000] ACPI: NMI not connected to LINT 1! +[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x0]) +[ 0.000000] ACPI: NMI not connected to LINT 1! +[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] dfl dfl lint[0x0]) +[ 0.000000] ACPI: NMI not connected to LINT 1! +[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] low level lint[0x5e]) +[ 0.000000] ACPI: NMI not connected to LINT 1! +[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0]) +[ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-39 +[ 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: IRQ2 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] nr_irqs_gsi: 56 +[ 0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff] +[ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff] +[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff] +[ 0.000000] PM: Registered nosave memory: [mem 0xc7124000-0xc7124fff] +[ 0.000000] PM: Registered nosave memory: [mem 0xc7134000-0xc7134fff] +[ 0.000000] PM: Registered nosave memory: [mem 0xc8aaa000-0xc8f48fff] +[ 0.000000] PM: Registered nosave memory: [mem 0xdade1000-0xdaea1fff] +[ 0.000000] PM: Registered nosave memory: [mem 0xdaea2000-0xdaecafff] +[ 0.000000] PM: Registered nosave memory: [mem 0xdaecb000-0xdb802fff] +[ 0.000000] PM: Registered nosave memory: [mem 0xdb803000-0xdbafdfff] +[ 0.000000] PM: Registered nosave memory: [mem 0xdbaff000-0xdcffffff] +[ 0.000000] PM: Registered nosave memory: [mem 0xdd000000-0xdf7fffff] +[ 0.000000] PM: Registered nosave memory: [mem 0xdf800000-0xf7ffffff] +[ 0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff] +[ 0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff] +[ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff] +[ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff] +[ 0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff] +[ 0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff] +[ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff] +[ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff] +[ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff] +[ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff] +[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff] +[ 0.000000] e820: [mem 0xdf800000-0xf7ffffff] available for PCI devices +[ 0.000000] Booting paravirtualized kernel on bare hardware +[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:4 nr_node_ids:1 +[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88021f400000 s83328 r8192 d23168 u524288 +[ 0.000000] pcpu-alloc: s83328 r8192 d23168 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: 2040388 +[ 0.000000] Policy zone: Normal +[ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-3.16.0-29-generic.efi.signed root=/dev/mapper/ubuntu--vg-root ro rootflags=subvol=@ quiet splash +[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) +[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 +[ 0.000000] AGP: Checking aperture... +[ 0.000000] AGP: No AGP bridge found +[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area +[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing! +[ 0.000000] Memory: 7731604K/8291196K available (7740K kernel code, 1200K rwdata, 3608K rodata, 1356K init, 1308K bss, 559592K reserved) +[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 +[ 0.000000] Hierarchical RCU implementation. +[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. +[ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4. +[ 0.000000] Offload RCU callbacks from all CPUs +[ 0.000000] Offload RCU callbacks from CPUs: 0-3. +[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 +[ 0.000000] NR_IRQS:16640 nr_irqs:984 16 +[ 0.000000] Console: colour dummy device 80x25 +[ 0.000000] console [tty0] enabled +[ 0.000000] allocated 33554432 bytes of page_cgroup +[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups +[ 0.000000] hpet clockevent registered +[ 0.000000] tsc: Fast TSC calibration using PIT +[ 0.000000] tsc: Detected 2195.017 MHz processor +[ 0.000027] Calibrating delay loop (skipped), value calculated using timer frequency.. 4390.03 BogoMIPS (lpj=8780068) +[ 0.000030] pid_max: default: 32768 minimum: 301 +[ 0.000035] ACPI: Core revision 20140424 +[ 0.023002] ACPI: All ACPI Tables successfully acquired +[ 0.024808] Security Framework initialized +[ 0.024820] AppArmor: AppArmor initialized +[ 0.024821] Yama: becoming mindful. +[ 0.025280] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes) +[ 0.026741] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes) +[ 0.027384] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes) +[ 0.027392] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes) +[ 0.027583] Initializing cgroup subsys memory +[ 0.027603] Initializing cgroup subsys devices +[ 0.027608] Initializing cgroup subsys freezer +[ 0.027610] Initializing cgroup subsys net_cls +[ 0.027614] Initializing cgroup subsys blkio +[ 0.027616] Initializing cgroup subsys perf_event +[ 0.027618] Initializing cgroup subsys net_prio +[ 0.027623] Initializing cgroup subsys hugetlb +[ 0.027644] CPU: Physical Processor ID: 0 +[ 0.027645] CPU: Processor Core ID: 0 +[ 0.027648] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' +ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8) +[ 0.028622] mce: CPU supports 7 MCE banks +[ 0.028634] CPU0: Thermal monitoring enabled (TM1) +[ 0.028643] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8 +Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4 +tlb_flushall_shift: 6 +[ 0.028983] Freeing SMP alternatives memory: 32K (ffffffff81e81000 - ffffffff81e89000) +[ 0.038401] ftrace: allocating 29305 entries in 115 pages +[ 0.050382] dmar: Host address width 39 +[ 0.050384] dmar: DRHD base: 0x000000fed90000 flags: 0x0 +[ 0.050394] dmar: IOMMU 0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 7e1ff0505e +[ 0.050395] dmar: DRHD base: 0x000000fed91000 flags: 0x1 +[ 0.050400] dmar: IOMMU 1: reg_base_addr fed91000 ver 1:0 cap d2008c20660462 ecap f010da +[ 0.050401] dmar: RMRR base: 0x000000db9ee000 end: 0x000000db9fcfff +[ 0.050402] dmar: RMRR base: 0x000000dd000000 end: 0x000000df7fffff +[ 0.050404] dmar: ANDD device: 1 name: \_SB.PCI0.SDMA +[ 0.050405] dmar: ANDD device: 3 name: \_SB.PCI0.ADSP +[ 0.050527] IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1 +[ 0.050528] HPET id 0 under DRHD base 0xfed91000 +[ 0.050529] Queued invalidation will be enabled to support x2apic and Intr-remapping. +[ 0.050529] Your BIOS is broken and requested that x2apic be disabled. +This will slightly decrease performance. +Use 'intremap=no_x2apic_optout' to override BIOS request. +[ 0.050721] Enabled IRQ remapping in xapic mode +[ 0.050723] x2apic not enabled, IRQ remapping is in xapic mode +[ 0.051336] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 +[ 0.091062] smpboot: CPU0: Intel(R) Core(TM) i5-5200U CPU @ 2.20GHz (fam: 06, model: 3d, stepping: 04) +[ 0.091069] TSC deadline timer enabled +[ 0.091088] Performance Events: PEBS fmt2+, generic architected perfmon, full-width counters, Intel PMU driver. +[ 0.091093] ... version: 3 +[ 0.091094] ... bit width: 48 +[ 0.091095] ... generic registers: 4 +[ 0.091095] ... value mask: 0000ffffffffffff +[ 0.091096] ... max period: 0000ffffffffffff +[ 0.091097] ... fixed-purpose events: 3 +[ 0.091098] ... event mask: 000000070000000f +[ 0.092604] x86: Booting SMP configuration: +[ 0.092606] .... node #0, CPUs: #1 +[ 0.106686] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter. +[ 0.106747] #2 #3 +[ 0.135195] x86: Booted up 1 node, 4 CPUs +[ 0.135198] smpboot: Total of 4 processors activated (17560.13 BogoMIPS) +[ 0.138914] devtmpfs: initialized +[ 0.140889] evm: security.selinux +[ 0.140890] evm: security.SMACK64 +[ 0.140891] evm: security.SMACK64EXEC +[ 0.140892] evm: security.SMACK64TRANSMUTE +[ 0.140893] evm: security.SMACK64MMAP +[ 0.140893] evm: security.ima +[ 0.140894] evm: security.capability +[ 0.140939] PM: Registering ACPI NVS region [mem 0xdaecb000-0xdb802fff] (9666560 bytes) +[ 0.141736] pinctrl core: initialized pinctrl subsystem +[ 0.141792] regulator-dummy: no parameters +[ 0.141823] RTC time: 6:21:12, date: 01/31/15 +[ 0.141867] NET: Registered protocol family 16 +[ 0.141993] cpuidle: using governor ladder +[ 0.141994] cpuidle: using governor menu +[ 0.142050] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it +[ 0.142051] ACPI: bus type PCI registered +[ 0.142053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 +[ 0.142111] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000) +[ 0.142113] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820 +[ 0.142183] PCI: Using configuration type 1 for base access +[ 0.142189] dmi type 0xB1 record - unknown flag +[ 0.147086] ACPI: Added _OSI(Module Device) +[ 0.147088] ACPI: Added _OSI(Processor Device) +[ 0.147089] ACPI: Added _OSI(3.0 _SCP Extensions) +[ 0.147090] ACPI: Added _OSI(Processor Aggregator Device) +[ 0.152244] ACPI: Executed 16 blocks of module-level executable AML code +[ 0.251068] ACPI: Dynamic OEM Table Load: +[ 0.251076] ACPI: SSDT 0xFFFF88021300DC00 0003D3 (v02 PmRef Cpu0Cst 00003001 INTL 20120913) +[ 0.255199] ACPI: Dynamic OEM Table Load: +[ 0.255206] ACPI: SSDT 0xFFFF88021303A000 0005AA (v02 PmRef ApIst 00003000 INTL 20120913) +[ 0.259069] ACPI: Dynamic OEM Table Load: +[ 0.259074] ACPI: SSDT 0xFFFF880213082600 000119 (v02 PmRef ApCst 00003000 INTL 20120913) +[ 0.287105] ACPI: Interpreter enabled +[ 0.287115] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140424/hwxface-580) +[ 0.287123] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140424/hwxface-580) +[ 0.287139] ACPI: (supports S0 S3 S4 S5) +[ 0.287140] ACPI: Using IOAPIC for interrupt routing +[ 0.287177] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug +[ 0.288373] ACPI: Power Resource [PG00] (on) +[ 0.291303] ACPI: Power Resource [PG01] (on) +[ 0.295282] ACPI: Power Resource [PG02] (on) +[ 0.451845] ACPI: Power Resource [FN00] (off) +[ 0.451913] ACPI: Power Resource [FN01] (off) +[ 0.451978] ACPI: Power Resource [FN02] (off) +[ 0.452042] ACPI: Power Resource [FN03] (off) +[ 0.452106] ACPI: Power Resource [FN04] (off) +[ 0.452920] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e]) +[ 0.452925] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] +[ 0.453346] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability] +[ 0.453806] PCI host bridge to bus 0000:00 +[ 0.453808] pci_bus 0000:00: root bus resource [bus 00-3e] +[ 0.453810] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] +[ 0.453811] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] +[ 0.453812] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] +[ 0.453813] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff] +[ 0.453815] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff] +[ 0.453816] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff] +[ 0.453817] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff] +[ 0.453818] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff] +[ 0.453819] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff] +[ 0.453820] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff] +[ 0.453822] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff] +[ 0.453823] pci_bus 0000:00: root bus resource [mem 0xdf800000-0xfeafffff] +[ 0.453830] pci 0000:00:00.0: [8086:1604] type 00 class 0x060000 +[ 0.453915] pci 0000:00:02.0: [8086:1616] type 00 class 0x030000 +[ 0.453925] pci 0000:00:02.0: reg 0x10: [mem 0xf6000000-0xf6ffffff 64bit] +[ 0.453931] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref] +[ 0.453935] pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f] +[ 0.454012] pci 0000:00:03.0: [8086:160c] type 00 class 0x040300 +[ 0.454019] pci 0000:00:03.0: reg 0x10: [mem 0xf7418000-0xf741bfff 64bit] +[ 0.454097] pci 0000:00:04.0: [8086:1603] type 00 class 0x118000 +[ 0.454107] pci 0000:00:04.0: reg 0x10: [mem 0xf7410000-0xf7417fff 64bit] +[ 0.454203] pci 0000:00:14.0: [8086:9cb1] type 00 class 0x0c0330 +[ 0.454219] pci 0000:00:14.0: reg 0x10: [mem 0xf7400000-0xf740ffff 64bit] +[ 0.454269] pci 0000:00:14.0: PME# supported from D3hot D3cold +[ 0.454315] pci 0000:00:14.0: System wakeup disabled by ACPI +[ 0.454347] pci 0000:00:16.0: [8086:9cba] type 00 class 0x078000 +[ 0.454364] pci 0000:00:16.0: reg 0x10: [mem 0xf7420000-0xf742001f 64bit] +[ 0.454417] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold +[ 0.454489] pci 0000:00:1c.0: [8086:9c90] type 01 class 0x060400 +[ 0.454550] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold +[ 0.454591] pci 0000:00:1c.0: System wakeup disabled by ACPI +[ 0.454620] pci 0000:00:1c.3: [8086:9c96] type 01 class 0x060400 +[ 0.454678] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold +[ 0.454719] pci 0000:00:1c.3: System wakeup disabled by ACPI +[ 0.454756] pci 0000:00:1f.0: [8086:9cc3] type 00 class 0x060100 +[ 0.454919] pci 0000:00:1f.2: [8086:9c83] type 00 class 0x010601 +[ 0.454931] pci 0000:00:1f.2: reg 0x10: [io 0xf0b0-0xf0b7] +[ 0.454937] pci 0000:00:1f.2: reg 0x14: [io 0xf0a0-0xf0a3] +[ 0.454943] pci 0000:00:1f.2: reg 0x18: [io 0xf090-0xf097] +[ 0.454949] pci 0000:00:1f.2: reg 0x1c: [io 0xf080-0xf083] +[ 0.454955] pci 0000:00:1f.2: reg 0x20: [io 0xf060-0xf07f] +[ 0.454961] pci 0000:00:1f.2: reg 0x24: [mem 0xf741e000-0xf741e7ff] +[ 0.454991] pci 0000:00:1f.2: PME# supported from D3hot +[ 0.455053] pci 0000:00:1f.3: [8086:9ca2] type 00 class 0x0c0500 +[ 0.455065] pci 0000:00:1f.3: reg 0x10: [mem 0xf741d000-0xf741d0ff 64bit] +[ 0.455082] pci 0000:00:1f.3: reg 0x20: [io 0xf040-0xf05f] +[ 0.455160] pci 0000:00:1f.6: [8086:9ca4] type 00 class 0x118000 +[ 0.455187] pci 0000:00:1f.6: reg 0x10: [mem 0xf741c000-0xf741cfff 64bit] +[ 0.455425] pci 0000:01:00.0: [10ec:5249] type 00 class 0xff0000 +[ 0.455445] pci 0000:01:00.0: reg 0x10: [mem 0xf7300000-0xf7300fff] +[ 0.455561] pci 0000:01:00.0: supports D1 D2 +[ 0.455563] pci 0000:01:00.0: PME# supported from D1 D2 D3hot D3cold +[ 0.455600] pci 0000:01:00.0: System wakeup disabled by ACPI +[ 0.463391] pci 0000:00:1c.0: PCI bridge to [bus 01] +[ 0.463396] pci 0000:00:1c.0: bridge window [mem 0xf7300000-0xf73fffff] +[ 0.463511] pci 0000:02:00.0: [14e4:43b1] type 00 class 0x028000 +[ 0.463532] pci 0000:02:00.0: reg 0x10: [mem 0xf7200000-0xf7207fff 64bit] +[ 0.463546] pci 0000:02:00.0: reg 0x18: [mem 0xf7000000-0xf71fffff 64bit] +[ 0.463651] pci 0000:02:00.0: supports D1 D2 +[ 0.463652] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold +[ 0.463686] pci 0000:02:00.0: System wakeup disabled by ACPI +[ 0.471433] pci 0000:00:1c.3: PCI bridge to [bus 02] +[ 0.471438] pci 0000:00:1c.3: bridge window [mem 0xf7000000-0xf72fffff] +[ 0.471491] acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported) +[ 0.480100] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled. +[ 0.480144] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled. +[ 0.480186] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled. +[ 0.480226] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled. +[ 0.480269] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled. +[ 0.480310] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled. +[ 0.480350] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled. +[ 0.480390] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled. +[ 0.499828] ACPI: Enabled 3 GPEs in block 00 to 7F +[ 0.499880] ACPI : EC: GPE = 0x27, I/O: command/status = 0x934, data = 0x930 +[ 0.499983] vgaarb: setting as boot device: PCI:0000:00:02.0 +[ 0.499985] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none +[ 0.499987] vgaarb: loaded +[ 0.499988] vgaarb: bridge control possible 0000:00:02.0 +[ 0.500209] SCSI subsystem initialized +[ 0.500254] libata version 3.00 loaded. +[ 0.500277] ACPI: bus type USB registered +[ 0.500293] usbcore: registered new interface driver usbfs +[ 0.500301] usbcore: registered new interface driver hub +[ 0.500320] usbcore: registered new device driver usb +[ 0.500477] PCI: Using ACPI for IRQ routing +[ 0.501675] PCI: pci_cache_line_size set to 64 bytes +[ 0.501709] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff] +[ 0.501710] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff] +[ 0.501711] e820: reserve RAM buffer [mem 0xc7124018-0xc7ffffff] +[ 0.501712] e820: reserve RAM buffer [mem 0xc8aaa000-0xcbffffff] +[ 0.501713] e820: reserve RAM buffer [mem 0xdade1000-0xdbffffff] +[ 0.501714] e820: reserve RAM buffer [mem 0xdbaff000-0xdbffffff] +[ 0.501716] e820: reserve RAM buffer [mem 0x21f800000-0x21fffffff] +[ 0.501818] NetLabel: Initializing +[ 0.501819] NetLabel: domain hash size = 128 +[ 0.501820] NetLabel: protocols = UNLABELED CIPSOv4 +[ 0.501830] NetLabel: unlabeled traffic allowed by default +[ 0.501885] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0 +[ 0.501890] hpet0: 8 comparators, 64-bit 14.318180 MHz counter +[ 0.503924] Switched to clocksource hpet +[ 0.508926] AppArmor: AppArmor Filesystem Enabled +[ 0.508953] pnp: PnP ACPI init +[ 0.508968] ACPI: bus type PNP registered +[ 0.509140] system 00:00: [io 0x0680-0x069f] has been reserved +[ 0.509144] system 00:00: [io 0xffff] has been reserved +[ 0.509145] system 00:00: [io 0xffff] has been reserved +[ 0.509147] system 00:00: [io 0xffff] has been reserved +[ 0.509149] system 00:00: [io 0x1800-0x18fe] could not be reserved +[ 0.509150] system 00:00: [io 0x164e-0x164f] has been reserved +[ 0.509153] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active) +[ 0.509203] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active) +[ 0.509237] system 00:02: [io 0x1854-0x1857] has been reserved +[ 0.509239] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active) +[ 0.509359] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active) +[ 0.509382] pnp 00:04: Plug and Play ACPI device, IDs DLL0665 PNP0f13 (active) +[ 0.509507] system 00:05: [mem 0xfed1c000-0xfed1ffff] has been reserved +[ 0.509509] system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved +[ 0.509510] system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved +[ 0.509512] system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved +[ 0.509513] system 00:05: [mem 0xf8000000-0xfbffffff] has been reserved +[ 0.509515] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved +[ 0.509516] system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved +[ 0.509518] system 00:05: [mem 0xfed45000-0xfed8ffff] could not be reserved +[ 0.509519] system 00:05: [mem 0xff000000-0xffffffff] has been reserved +[ 0.509521] system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved +[ 0.509522] system 00:05: [mem 0xf7fe0000-0xf7feffff] has been reserved +[ 0.509524] system 00:05: [mem 0xf7ff0000-0xf7ffffff] has been reserved +[ 0.509525] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active) +[ 0.509918] system 00:06: [mem 0xfe102000-0xfe102fff] has been reserved +[ 0.509920] system 00:06: [mem 0xfe104000-0xfe104fff] has been reserved +[ 0.509921] system 00:06: [mem 0xfe106000-0xfe106fff] has been reserved +[ 0.509923] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active) +[ 0.544076] pnp: PnP ACPI: found 7 devices +[ 0.544078] ACPI: bus type PNP unregistered +[ 0.550177] pci 0000:00:1c.0: PCI bridge to [bus 01] +[ 0.550181] pci 0000:00:1c.0: bridge window [mem 0xf7300000-0xf73fffff] +[ 0.550188] pci 0000:00:1c.3: PCI bridge to [bus 02] +[ 0.550191] pci 0000:00:1c.3: bridge window [mem 0xf7000000-0xf72fffff] +[ 0.550198] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7] +[ 0.550199] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff] +[ 0.550201] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff] +[ 0.550202] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff] +[ 0.550203] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff] +[ 0.550204] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff] +[ 0.550206] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff] +[ 0.550207] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff] +[ 0.550208] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff] +[ 0.550210] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff] +[ 0.550211] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff] +[ 0.550212] pci_bus 0000:00: resource 15 [mem 0xdf800000-0xfeafffff] +[ 0.550214] pci_bus 0000:01: resource 1 [mem 0xf7300000-0xf73fffff] +[ 0.550215] pci_bus 0000:02: resource 1 [mem 0xf7000000-0xf72fffff] +[ 0.550240] NET: Registered protocol family 2 +[ 0.550398] TCP established hash table entries: 65536 (order: 7, 524288 bytes) +[ 0.550516] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) +[ 0.550622] TCP: Hash tables configured (established 65536 bind 65536) +[ 0.550640] TCP: reno registered +[ 0.550650] UDP hash table entries: 4096 (order: 5, 131072 bytes) +[ 0.550671] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes) +[ 0.550722] NET: Registered protocol family 1 +[ 0.550735] pci 0000:00:02.0: Video device with shadowed ROM +[ 0.550923] PCI: CLS 64 bytes, default 64 +[ 0.550974] Trying to unpack rootfs image as initramfs... +[ 0.978045] Freeing initrd memory: 30208K (ffff88003e27b000 - ffff88003fffb000) +[ 0.978075] dmar: ACPI device "INTL9C60:00" under DMAR at fed91000 as 00:15.0 +[ 0.978079] dmar: ACPI device "INT3438:00" under DMAR at fed91000 as 00:13.0 +[ 0.978087] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) +[ 0.978089] software IO TLB [mem 0xc0f60000-0xc4f60000] (64MB) mapped at [ffff8800c0f60000-ffff8800c4f5ffff] +[ 0.978295] microcode: CPU0 sig=0x306d4, pf=0x40, revision=0x12 +[ 0.978303] microcode: CPU1 sig=0x306d4, pf=0x40, revision=0x12 +[ 0.978307] microcode: CPU2 sig=0x306d4, pf=0x40, revision=0x12 +[ 0.978312] microcode: CPU3 sig=0x306d4, pf=0x40, revision=0x12 +[ 0.978352] microcode: Microcode Update Driver: v2.00 , Peter Oruba +[ 0.978375] Scanning for low memory corruption every 60 seconds +[ 0.978638] futex hash table entries: 1024 (order: 4, 65536 bytes) +[ 0.978653] Initialise system trusted keyring +[ 0.978671] audit: initializing netlink subsys (disabled) +[ 0.978686] audit: type=2000 audit(1422685272.972:1): initialized +[ 0.978941] HugeTLB registered 2 MB page size, pre-allocated 0 pages +[ 0.980169] zpool: loaded +[ 0.980172] zbud: loaded +[ 0.980312] VFS: Disk quotas dquot_6.5.2 +[ 0.980341] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) +[ 0.980717] fuse init (API version 7.23) +[ 0.980789] msgmni has been set to 15775 +[ 0.980834] Key type big_key registered +[ 0.981114] Key type asymmetric registered +[ 0.981117] Asymmetric key parser 'x509' registered +[ 0.981145] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) +[ 0.981180] io scheduler noop registered +[ 0.981182] io scheduler deadline registered (default) +[ 0.981220] io scheduler cfq registered +[ 0.981399] pcieport 0000:00:1c.0: irq 58 for MSI/MSI-X +[ 0.981527] pcieport 0000:00:1c.3: irq 59 for MSI/MSI-X +[ 0.981592] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt +[ 0.981594] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt +[ 0.981597] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded +[ 0.981607] pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt +[ 0.981608] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt +[ 0.981611] pcie_pme 0000:00:1c.3:pcie01: service driver pcie_pme loaded +[ 0.981625] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 +[ 0.981637] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 +[ 0.981680] efifb: probing for efifb +[ 0.981699] efifb: framebuffer at 0xe0000000, mapped to 0xffffc90004f80000, using 8100k, total 8100k +[ 0.981700] efifb: mode is 1920x1080x32, linelength=7680, pages=1 +[ 0.981701] efifb: scrolling: redraw +[ 0.981702] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0 +[ 0.985420] Console: switching to colour frame buffer device 240x67 +[ 0.989064] fb0: EFI VGA frame buffer device +[ 0.989078] intel_idle: MWAIT substates: 0x11142120 +[ 0.989079] intel_idle: v0.4 model 0x3D +[ 0.989080] intel_idle: lapic_timer_reliable_states 0xffffffff +[ 0.990154] ACPI: AC Adapter [AC] (on-line) +[ 0.990300] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0 +[ 0.990967] ACPI: Lid Switch [LID0] +[ 0.991047] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1 +[ 0.991050] ACPI: Power Button [PBTN] +[ 0.991083] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2 +[ 0.991085] ACPI: Sleep Button [SBTN] +[ 0.991125] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3 +[ 0.991147] ACPI: Power Button [PWRF] +[ 0.991431] ACPI: Fan [FAN0] (off) +[ 0.991468] ACPI: Fan [FAN1] (off) +[ 0.991493] ACPI: Fan [FAN2] (off) +[ 0.991515] ACPI: Fan [FAN3] (off) +[ 0.991538] ACPI: Fan [FAN4] (off) +[ 1.024601] thermal LNXTHERM:00: registered as thermal_zone0 +[ 1.024604] ACPI: Thermal Zone [THM] (25 C) +[ 1.027767] thermal LNXTHERM:01: registered as thermal_zone1 +[ 1.027770] ACPI: Thermal Zone [TZ00] (57 C) +[ 1.028174] random: nonblocking pool is initialized +[ 1.030451] thermal LNXTHERM:02: registered as thermal_zone2 +[ 1.030453] ACPI: Thermal Zone [TZ01] (57 C) +[ 1.030508] GHES: HEST is not enabled! +[ 1.030637] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled +[ 1.034189] Linux agpgart interface v0.103 +[ 1.035370] brd: module loaded +[ 1.035994] loop: module loaded +[ 1.036205] libphy: Fixed MDIO Bus: probed +[ 1.036208] tun: Universal TUN/TAP device driver, 1.6 +[ 1.036209] tun: (C) 1999-2004 Max Krasnyansky +[ 1.036255] PPP generic driver version 2.4.2 +[ 1.036291] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver +[ 1.036299] ehci-pci: EHCI PCI platform driver +[ 1.036310] ehci-platform: EHCI generic platform driver +[ 1.036319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver +[ 1.036323] ohci-pci: OHCI PCI platform driver +[ 1.036331] ohci-platform: OHCI generic platform driver +[ 1.036339] uhci_hcd: USB Universal Host Controller Interface driver +[ 1.036585] xhci_hcd 0000:00:14.0: xHCI Host Controller +[ 1.036590] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1 +[ 1.036669] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported +[ 1.036686] xhci_hcd 0000:00:14.0: irq 60 for MSI/MSI-X +[ 1.036734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 +[ 1.036735] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 +[ 1.036736] usb usb1: Product: xHCI Host Controller +[ 1.036737] usb usb1: Manufacturer: Linux 3.16.0-29-generic xhci_hcd +[ 1.036739] usb usb1: SerialNumber: 0000:00:14.0 +[ 1.036891] hub 1-0:1.0: USB hub found +[ 1.036904] hub 1-0:1.0: 11 ports detected +[ 1.045601] ACPI: Battery Slot [BAT0] (battery present) +[ 1.048493] xhci_hcd 0000:00:14.0: xHCI Host Controller +[ 1.048497] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2 +[ 1.048524] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003 +[ 1.048525] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 +[ 1.048526] usb usb2: Product: xHCI Host Controller +[ 1.048528] usb usb2: Manufacturer: Linux 3.16.0-29-generic xhci_hcd +[ 1.048529] usb usb2: SerialNumber: 0000:00:14.0 +[ 1.048637] hub 2-0:1.0: USB hub found +[ 1.048644] hub 2-0:1.0: 4 ports detected +[ 1.049925] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 +[ 1.050554] i8042: Warning: Keylock active +[ 1.052721] serio: i8042 KBD port at 0x60,0x64 irq 1 +[ 1.052724] serio: i8042 AUX port at 0x60,0x64 irq 12 +[ 1.052987] mousedev: PS/2 mouse device common for all mice +[ 1.053443] rtc_cmos 00:01: RTC can wake from S4 +[ 1.053577] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0 +[ 1.053601] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs +[ 1.053662] device-mapper: uevent: version 1.0.3 +[ 1.053767] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com +[ 1.053787] Intel P-state driver initializing. +[ 1.053815] Intel pstate controlling: cpu 0 +[ 1.053830] Intel pstate controlling: cpu 1 +[ 1.053871] Intel pstate controlling: cpu 2 +[ 1.053885] Intel pstate controlling: cpu 3 +[ 1.053927] Consider also installing thermald for improved thermal control. +[ 1.053931] ledtrig-cpu: registered to indicate activity on CPUs +[ 1.053935] EFI Variables Facility v0.08 2004-May-17 +[ 1.054744] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4 +[ 1.057134] TCP: cubic registered +[ 1.057223] NET: Registered protocol family 10 +[ 1.057415] NET: Registered protocol family 17 +[ 1.057435] Key type dns_resolver registered +[ 1.057791] Loading compiled-in X.509 certificates +[ 1.058471] Loaded X.509 cert 'Magrathea: Glacier signing key: 70637fde89462678aff2d9c2bb1290be2fed1fb1' +[ 1.058498] registered taskstats version 1 +[ 1.060140] Key type trusted registered +[ 1.061515] Key type encrypted registered +[ 1.062774] AppArmor: AppArmor sha1 policy hashing enabled +[ 1.062779] ima: No TPM chip found, activating TPM-bypass! +[ 1.062792] evm: HMAC attrs: 0x1 +[ 1.063082] Magic number: 15:754:368 +[ 1.063198] rtc_cmos 00:01: setting system clock to 2015-01-31 06:21:13 UTC (1422685273) +[ 1.063260] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found +[ 1.063262] EDD information not available. +[ 1.063343] PM: Hibernation image not present or could not be loaded. +[ 1.064157] Freeing unused kernel memory: 1356K (ffffffff81d2e000 - ffffffff81e81000) +[ 1.064158] Write protecting the kernel read-only data: 12288k +[ 1.065122] Freeing unused kernel memory: 440K (ffff880001792000 - ffff880001800000) +[ 1.066017] Freeing unused kernel memory: 488K (ffff880001b86000 - ffff880001c00000) +[ 1.077037] systemd-udevd[118]: starting version 208 +[ 1.088993] sdhci: Secure Digital Host Controller Interface driver +[ 1.088995] sdhci: Copyright(c) Pierre Ossman +[ 1.098990] wmi: Mapper loaded +[ 1.101311] ahci 0000:00:1f.2: version 3.0 +[ 1.101434] ahci 0000:00:1f.2: irq 61 for MSI/MSI-X +[ 1.101450] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled +[ 1.103478] rtsx_pci 0000:01:00.0: enabling device (0000 -> 0002) +[ 1.103500] [drm] Initialized drm 1.1.0 20060810 +[ 1.103586] rtsx_pci 0000:01:00.0: irq 62 for MSI/MSI-X +[ 1.103599] rtsx_pci 0000:01:00.0: rtsx_pci_acquire_irq: pcr->msi_en = 1, pci->irq = 62 +[ 1.117327] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 6 Gbps 0x8 impl SATA mode +[ 1.117332] ahci 0000:00:1f.2: flags: 64bit ncq stag pm led clo only pio slum part deso sadm sds apst +[ 1.123452] AVX2 version of gcm_enc/dec engaged. +[ 1.124108] scsi0 : ahci +[ 1.124239] scsi1 : ahci +[ 1.124337] scsi2 : ahci +[ 1.124431] scsi3 : ahci +[ 1.124488] ata1: DUMMY +[ 1.124490] ata2: DUMMY +[ 1.124491] ata3: DUMMY +[ 1.124494] ata4: SATA max UDMA/133 abar m2048@0xf741e000 port 0xf741e280 irq 61 +[ 1.124936] [drm] Memory usable by graphics device = 4096M +[ 1.124938] [drm] Replacing VGA console driver +[ 1.124941] checking generic (e0000000 7e9000) vs hw (e0000000 10000000) +[ 1.124942] fb: switching to inteldrmfb from EFI VGA +[ 1.124956] Console: switching to colour dummy device 80x25 +[ 1.125518] [drm] ACPI BIOS requests an excessive sleep of 10000 ms, using 1500 ms instead +[ 1.148638] i915 0000:00:02.0: irq 63 for MSI/MSI-X +[ 1.148649] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). +[ 1.148651] [drm] Driver supports precise vblank timestamp query. +[ 1.148676] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem +[ 1.170918] [drm] VBT doesn't support DRRS +[ 1.196561] fbcon: inteldrmfb (fb0) is primary device +[ 1.356811] usb 1-3: new full-speed USB device number 2 using xhci_hcd +[ 1.440967] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300) +[ 1.442984] ata4.00: failed to get NCQ Send/Recv Log Emask 0x1 +[ 1.442986] ata4.00: ATA-9: SAMSUNG SSD PM851 M.2 2280 256GB, EXT25D0Q, max UDMA/133 +[ 1.442987] ata4.00: 500118192 sectors, multi 16: LBA48 NCQ (depth 31/32), AA +[ 1.443312] ata4.00: failed to get NCQ Send/Recv Log Emask 0x1 +[ 1.443380] ata4.00: configured for UDMA/133 +[ 1.443517] scsi 3:0:0:0: Direct-Access ATA SAMSUNG SSD PM85 5D0Q PQ: 0 ANSI: 5 +[ 1.443725] sd 3:0:0:0: [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB) +[ 1.443742] sd 3:0:0:0: Attached scsi generic sg0 type 0 +[ 1.443804] sd 3:0:0:0: [sda] Write Protect is off +[ 1.443805] sd 3:0:0:0: [sda] Mode Sense: 00 3a 00 00 +[ 1.443837] sd 3:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA +[ 1.445098] sda: sda1 sda2 sda3 +[ 1.445433] sd 3:0:0:0: [sda] Attached SCSI disk +[ 1.487858] usb 1-3: New USB device found, idVendor=0a5c, idProduct=216f +[ 1.487859] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3 +[ 1.487860] usb 1-3: Product: BCM20702A0 +[ 1.487861] usb 1-3: Manufacturer: Broadcom Corp +[ 1.487862] usb 1-3: SerialNumber: 2C337AF600B6 +[ 1.653232] usb 1-5: new high-speed USB device number 3 using xhci_hcd +[ 1.901233] usb 1-5: New USB device found, idVendor=0c45, idProduct=670c +[ 1.901235] usb 1-5: New USB device strings: Mfr=2, Product=1, SerialNumber=0 +[ 1.901237] usb 1-5: Product: Integrated_Webcam_HD +[ 1.901238] usb 1-5: Manufacturer: CN09GTFM724874C5B7F1A00 +[ 1.977440] tsc: Refined TSC clocksource calibration: 2194.918 MHz +[ 2.061376] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd00123/0x840300/0x12e800, board id: 3038, fw id: 1740245 +[ 2.095298] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input6 +[ 2.273730] Console: switching to colour frame buffer device 240x67 +[ 2.281004] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device +[ 2.281006] i915 0000:00:02.0: registered panic notifier +[ 2.283119] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no) +[ 2.289816] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7 +[ 2.289906] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 +[ 2.810424] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off +[ 2.978613] Switched to clocksource tsc +[ 7.867319] raid6: sse2x1 8644 MB/s +[ 7.935384] raid6: sse2x2 10446 MB/s +[ 8.003453] raid6: sse2x4 12201 MB/s +[ 8.071506] raid6: avx2x1 16640 MB/s +[ 8.139592] raid6: avx2x2 19533 MB/s +[ 8.207656] raid6: avx2x4 22129 MB/s +[ 8.207658] raid6: using algorithm avx2x4 (22129 MB/s) +[ 8.207659] raid6: using avx2x2 recovery algorithm +[ 8.208623] xor: automatically using best checksumming function: +[ 8.247700] avx : 26510.000 MB/sec +[ 8.257749] Btrfs loaded +[ 8.278703] BTRFS: device fsid 8a4d6705-7ac7-438c-9595-b6f70afda16e devid 1 transid 1033 /dev/mapper/ubuntu--vg-root +[ 8.283809] BTRFS info (device dm-1): disk space caching is enabled +[ 8.288795] BTRFS: detected SSD devices, enabling SSD mode +[ 8.395062] init: plymouth-upstart-bridge main process (326) killed by TERM signal +[ 8.719976] Adding 8294396k swap on /dev/mapper/ubuntu--vg-swap_1. Priority:-1 extents:1 across:8294396k SSFS +[ 8.723413] BTRFS info (device dm-1): disk space caching is enabled +[ 8.795178] EXT4-fs (sda2): mounting ext2 file system using the ext4 subsystem +[ 8.796273] EXT4-fs (sda2): mounted filesystem without journal. Opts: (null) +[ 8.804528] systemd-udevd[495]: starting version 208 +[ 8.839463] lp: driver loaded but no devices found +[ 8.849088] ppdev: user-space parallel port driver +[ 8.879042] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 +[ 8.883216] mei_me 0000:00:16.0: irq 64 for MSI/MSI-X +[ 8.957412] dw_dmac INTL9C60:00: DesignWare DMA Controller, 8 channels +[ 8.960084] sst-acpi INT3438:00: Direct firmware load failed with error -2 +[ 8.960088] sst-acpi INT3438:00: Falling back to user helper +[ 9.024022] cfg80211: Calling CRDA to update world regulatory domain +[ 9.037578] Bluetooth: Core ver 2.19 +[ 9.037599] NET: Registered protocol family 31 +[ 9.037601] Bluetooth: HCI device and connection manager initialized +[ 9.037609] Bluetooth: HCI socket layer initialized +[ 9.037611] Bluetooth: L2CAP socket layer initialized +[ 9.037620] Bluetooth: SCO socket layer initialized +[ 9.045790] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 +[ 9.045794] Bluetooth: BNEP filters: protocol multicast +[ 9.045801] Bluetooth: BNEP socket layer initialized +[ 9.047052] wl: module license 'MIXED/Proprietary' taints kernel. +[ 9.047057] Disabling lock debugging due to kernel taint +[ 9.049747] wl: module verification failed: signature and/or required key missing - tainting kernel +[ 9.051534] wl 0000:02:00.0: enabling device (0000 -> 0002) +[ 9.062985] media: Linux media interface: v0.10 +[ 9.068299] Bluetooth: RFCOMM TTY layer initialized +[ 9.068310] Bluetooth: RFCOMM socket layer initialized +[ 9.068317] Bluetooth: RFCOMM ver 1.11 +[ 9.069250] Linux video capture interface: v2.00 +[ 9.090129] intel_rapl: Found RAPL domain package +[ 9.090133] intel_rapl: Found RAPL domain core +[ 9.090135] intel_rapl: Found RAPL domain uncore +[ 9.090137] intel_rapl: Found RAPL domain dram +[ 9.107394] uvcvideo: Found UVC 1.00 device Integrated_Webcam_HD (0c45:670c) +[ 9.151377] init: avahi-cups-reload main process (716) terminated with status 1 +[ 9.157806] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2) +[ 9.174164] snd_hda_intel 0000:00:03.0: enabling device (0000 -> 0002) +[ 9.180668] snd_hda_intel 0000:00:03.0: irq 65 for MSI/MSI-X +[ 9.198097] input: Integrated_Webcam_HD as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input8 +[ 9.198283] usbcore: registered new interface driver uvcvideo +[ 9.198286] USB Video Class driver (1.1.1) +[ 9.226624] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input9 +[ 9.227056] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input10 +[ 9.227254] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input11 +[ 9.229361] wlan0: Broadcom BCM43b1 802.11 Hybrid Wireless Controller 6.30.223.248 (r487574) +[ 9.232071] usbcore: registered new interface driver btusb +[ 9.238096] bluetooth hci0: Direct firmware load failed with error -2 +[ 9.238101] bluetooth hci0: Falling back to user helper +[ 9.239976] input: Dell WMI hotkeys as /devices/virtual/input/input12 +[ 9.257336] sst-acpi INT3438:00: Cannot load firmware intel/IntcSST2.bin +[ 9.296527] Bluetooth: hci0: BCM: patch brcm/BCM20702A0-0a5c-216f.hcd not found +[ 9.312317] cfg80211: World regulatory domain updated: +[ 9.312321] cfg80211: DFS Master region: unset +[ 9.312323] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time) +[ 9.312326] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A) +[ 9.312328] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A) +[ 9.312330] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm), (N/A) +[ 9.312332] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A) +[ 9.312334] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A) +[ 9.573785] audit: type=1400 audit(1422685281.997:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=755 comm="apparmor_parser" +[ 9.574147] audit: type=1400 audit(1422685281.997:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=755 comm="apparmor_parser" +[ 9.574471] audit: type=1400 audit(1422685281.997:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=755 comm="apparmor_parser" +[ 9.626796] audit: type=1400 audit(1422685282.049:5): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/sbin/dhclient" pid=785 comm="apparmor_parser" +[ 9.627026] audit: type=1400 audit(1422685282.049:6): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=785 comm="apparmor_parser" +[ 9.627217] audit: type=1400 audit(1422685282.049:7): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=785 comm="apparmor_parser" +[ 9.633159] audit: type=1400 audit(1422685282.057:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=711 comm="apparmor_parser" +[ 9.633629] audit: type=1400 audit(1422685282.057:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd" pid=711 comm="apparmor_parser" +[ 9.633860] audit: type=1400 audit(1422685282.057:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="third_party" pid=711 comm="apparmor_parser" +[ 9.696824] audit: type=1400 audit(1422685282.117:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/ntpd" pid=826 comm="apparmor_parser" +[ 9.742117] init: failsafe main process (838) killed by TERM signal diff --git a/files/dell-xps-2015-lspci.txt b/files/dell-xps-2015-lspci.txt new file mode 100644 index 0000000..40d1b0d --- /dev/null +++ b/files/dell-xps-2015-lspci.txt @@ -0,0 +1,142 @@ +00:00.0 Host bridge: Intel Corporation Broadwell-U Host Bridge -OPI (rev 09) + Subsystem: Dell Device 0665 + Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- + Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- + +00:02.0 VGA compatible controller: Intel Corporation Broadwell-U Integrated Graphics (rev 09) (prog-if 00 [VGA controller]) + Subsystem: Dell Device 0665 + Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ + Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- [disabled] + Capabilities: + Kernel driver in use: i915 + +00:03.0 Audio device: Intel Corporation Broadwell-U Audio Controller (rev 09) + Subsystem: Dell Device 0665 + Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- + Kernel driver in use: snd_hda_intel + +00:04.0 Signal processing controller: Intel Corporation Broadwell-U Camarillo Device (rev 09) + Subsystem: Dell Device 0665 + Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- + Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- + +00:14.0 USB controller: Intel Corporation Wildcat Point-LP USB xHCI Controller (rev 03) (prog-if 30 [XHCI]) + Subsystem: Dell Device 0665 + Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ + Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- + Kernel driver in use: xhci_hcd + +00:16.0 Communication controller: Intel Corporation Wildcat Point-LP MEI Controller #1 (rev 03) + Subsystem: Dell Device 0665 + Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- + Kernel driver in use: mei_me + +00:1c.0 PCI bridge: Intel Corporation Wildcat Point-LP PCI Express Root Port #1 (rev e3) (prog-if 00 [Normal decode]) + Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- + PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- + Capabilities: + Kernel driver in use: pcieport + +00:1c.3 PCI bridge: Intel Corporation Wildcat Point-LP PCI Express Root Port #4 (rev e3) (prog-if 00 [Normal decode]) + Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- + PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- + Capabilities: + Kernel driver in use: pcieport + +00:1f.0 ISA bridge: Intel Corporation Wildcat Point-LP LPC Controller (rev 03) + Subsystem: Dell Device 0665 + Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- SERR- + Kernel driver in use: lpc_ich + +00:1f.2 SATA controller: Intel Corporation Wildcat Point-LP SATA Controller [AHCI Mode] (rev 03) (prog-if 01 [AHCI 1.0]) + Subsystem: Dell Device 0665 + Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ + Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- + Kernel driver in use: ahci + +00:1f.3 SMBus: Intel Corporation Wildcat Point-LP SMBus Controller (rev 03) + Subsystem: Dell Device 0665 + Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- + Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- TAbort- SERR- + +01:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5249 PCI Express Card Reader (rev 01) + Subsystem: Dell Device 0665 + Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- + Kernel driver in use: rtsx_pci + +02:00.0 Network controller: Broadcom Corporation BCM4352 802.11ac Wireless Network Adapter (rev 03) + Subsystem: Dell Device 0019 + Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- + Kernel driver in use: wl + -- cgit v1.2.3