You are not logged in.

#1 2014-10-01 15:32:29

beard_hc
Member
Registered: 2014-06-22
Posts: 17

NVIDA 825M and bumblebee error

got a fresh install of arch on my medion akoya with a geforce 825M graphics card.
i followed this guide for installing bumblebee https://wiki.archlinux.org/index.php/Bumblebee
if i run

optirun glxgears

i get this error: [ERROR]Cannot access secondary GPU - error: [XORG] (EE) systemd-logind: failed to get session: PID 564 does not belong to any known session

again, in the wiki for bumblebee this error is described and i tried to fix it with the provided solution:

In /etc/mkinitcpio.conf change the MODULES var to:

 MODULES="i915 bbswitch" 

and then running

mkinitcpio -p linux

after a restart i tried again and i got the same error.
i googled and searched forums but couldn't find any solution.
i stumpled upon this https://bbs.archlinux.org/viewtopic.php … 3#p1439683 but i got an error saying that xrandr doesn't know nividia.

 xrandr --listproviders
Providers: number : 1
Provider 0: id: 0x47 cap: 0xb, Source Output, Sink Output, Sink Offload crtcs: 4 outputs: 4 associated providers: 0 name:Intel

furthermore here the output of optirun -vv glxgears:

optirun -vv glxgears
[ 5451.240237] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
[ 5451.240945] [DEBUG]optirun version 3.2.1 starting...
[ 5451.240967] [DEBUG]Active configuration:
[ 5451.240973] [DEBUG] bumblebeed config file: /etc/bumblebee/bumblebee.conf
[ 5451.240979] [DEBUG] X display: :8
[ 5451.240984] [DEBUG] LD_LIBRARY_PATH: /usr/lib/nvidia:/usr/lib32/nvidia
[ 5451.240990] [DEBUG] Socket path: /var/run/bumblebee.socket
[ 5451.240996] [DEBUG] Accel/display bridge: auto
[ 5451.241002] [DEBUG] VGL Compression: proxy
[ 5451.241008] [DEBUG] VGLrun extra options: 
[ 5451.241013] [DEBUG] Primus LD Path: /usr/lib/primus:/usr/lib32/primus
[ 5451.241054] [DEBUG]Using auto-detected bridge virtualgl
[ 5451.326323] [INFO]Response: No - error: [XORG] (EE) systemd-logind: failed to get session: PID 564 does not belong to any known session

[ 5451.326340] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) systemd-logind: failed to get session: PID 564 does not belong to any known session

[ 5451.326346] [DEBUG]Socket closed.
[ 5451.326362] [ERROR]Aborting because fallback start is disabled.
[ 5451.326366] [DEBUG]Killing all remaining processes.

i'm a total noob with arch but willing to learn. if you need more details/logs/etc let me know.
thanks in advance.

EDIT: should have mentioned i installed the nvidia driver 340.32-2

Last edited by beard_hc (2014-10-01 15:53:51)

Offline

#2 2014-10-02 04:22:02

ssri
Member
Registered: 2010-02-16
Posts: 216

Re: NVIDA 825M and bumblebee error

In addition to recreating initramfs with those added modules, did you edit /etc/default/grub to add the kernel parameter 'rcutree.rcu_idle_gp_delay=1' as suggested here?  I did what you did with my 660M and I received the same error until I added the above kernel parameter, rebuilt /boot/grub/grub.cfg and rebooted.

Last edited by ssri (2014-10-02 15:17:13)

Offline

#3 2014-10-05 19:54:19

beard_hc
Member
Registered: 2014-06-22
Posts: 17

Re: NVIDA 825M and bumblebee error

thanks for the reply!
since i'm using gummiboot because of UEFI i didn't add that line. and i'm not sure how to add this properly to the .conf for gummiboot.
my arch.conf looks like this:

title Arch Linux
linux /vmlinuz-linux
initrd /initramfs-linux.img
options root=/dev/sda1 rw

IF i understood the wiki for gummiboot correctly, i have to add the mentioned line behind "rw" in the "options" line. correct? i'm fearing of screwing up my installtion so i will wait for a reply.
thanks again!

Offline

#4 2014-10-06 15:00:30

ssri
Member
Registered: 2010-02-16
Posts: 216

Re: NVIDA 825M and bumblebee error

I may not be familiar with gummiboot, but I am with the Archwiki (kernel parameters) wink

Last edited by ssri (2014-10-06 15:01:32)

Offline

#5 2014-10-07 18:07:36

beard_hc
Member
Registered: 2014-06-22
Posts: 17

Re: NVIDA 825M and bumblebee error

okay i added the line. after reboot i tried again to get glxgears running but again same error message.
i did not rebuild the kernel because i'm not completly sure how. i read this https://wiki.archlinux.org/index.php/Ke … ild_System but i'm not sure how to apply the changes i made in the existing kernel since i'm not able to find the right line.
any help please?

Offline

#6 2014-10-08 06:03:08

ssri
Member
Registered: 2010-02-16
Posts: 216

Re: NVIDA 825M and bumblebee error

You don't need to rebuild the kernel.  Post your dmesg output to see if the kernel parameter is loaded.

Offline

#7 2014-10-08 16:53:13

beard_hc
Member
Registered: 2014-06-22
Posts: 17

Re: NVIDA 825M and bumblebee error

okay. here is the dmesg output (uncut):

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.16.3-1-ARCH (nobody@var-lib-archbuild-testing-x86_64-tobias) (gcc version 4.9.1 20140903 (prerelease) (GCC) ) #1 SMP PREEMPT Wed Sep 17 21:54:13 CEST 2014
[    0.000000] Command line: initrd=\initramfs-linux.img root=/dev/sda1 rw rcutree.rcu_idle_gp_delay=1
[    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-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bb9ebfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bb9ec000-0x00000000bb9f2fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bb9f3000-0x00000000bbe20fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bbe21000-0x00000000bc11ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bc120000-0x00000000caa16fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000caa17000-0x00000000cad79fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000cad7a000-0x00000000cad9afff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000cad9b000-0x00000000cb431fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000cb432000-0x00000000cbffefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000cbfff000-0x00000000cbffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000cd000000-0x00000000cf1fffff] 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-0x000000012fdfffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0xbaa76018-0xbaa8dc57] usable ==> usable
[    0.000000] e820: update [mem 0xbaa65018-0xbaa75057] usable ==> usable
[    0.000000] e820: update [mem 0xbaa57018-0xbaa64057] 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-0x000000000009efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009f000-0x000000000009ffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x00000000baa57017] usable
[    0.000000] reserve setup_data: [mem 0x00000000baa57018-0x00000000baa64057] usable
[    0.000000] reserve setup_data: [mem 0x00000000baa64058-0x00000000baa65017] usable
[    0.000000] reserve setup_data: [mem 0x00000000baa65018-0x00000000baa75057] usable
[    0.000000] reserve setup_data: [mem 0x00000000baa75058-0x00000000baa76017] usable
[    0.000000] reserve setup_data: [mem 0x00000000baa76018-0x00000000baa8dc57] usable
[    0.000000] reserve setup_data: [mem 0x00000000baa8dc58-0x00000000bb9ebfff] usable
[    0.000000] reserve setup_data: [mem 0x00000000bb9ec000-0x00000000bb9f2fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000bb9f3000-0x00000000bbe20fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000bbe21000-0x00000000bc11ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000bc120000-0x00000000caa16fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000caa17000-0x00000000cad79fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000cad7a000-0x00000000cad9afff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000cad9b000-0x00000000cb431fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000cb432000-0x00000000cbffefff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000cbfff000-0x00000000cbffffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000cd000000-0x00000000cf1fffff] 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-0x000000012fdfffff] usable
[    0.000000] efi: EFI v2.31 by American Megatrends
[    0.000000] efi:  ACPI 2.0=0xcad80000  ACPI=0xcad80000  SMBIOS=0xf04c0  MPS=0xcbf65718 
[    0.000000] efi: mem00: type=3, attr=0xf, range=[0x0000000000000000-0x0000000000008000) (0MB)
[    0.000000] efi: mem01: type=2, attr=0xf, range=[0x0000000000008000-0x000000000000e000) (0MB)
[    0.000000] efi: mem02: type=7, attr=0xf, range=[0x000000000000e000-0x0000000000058000) (0MB)
[    0.000000] efi: mem03: type=0, attr=0xf, range=[0x0000000000058000-0x0000000000059000) (0MB)
[    0.000000] efi: mem04: type=7, attr=0xf, range=[0x0000000000059000-0x000000000005f000) (0MB)
[    0.000000] efi: mem05: type=4, attr=0xf, range=[0x000000000005f000-0x0000000000060000) (0MB)
[    0.000000] efi: mem06: type=3, attr=0xf, range=[0x0000000000060000-0x000000000009f000) (0MB)
[    0.000000] efi: mem07: type=0, attr=0xf, range=[0x000000000009f000-0x00000000000a0000) (0MB)
[    0.000000] efi: mem08: type=7, attr=0xf, range=[0x0000000000100000-0x0000000001000000) (15MB)
[    0.000000] efi: mem09: type=2, attr=0xf, range=[0x0000000001000000-0x0000000001f47000) (15MB)
[    0.000000] efi: mem10: type=7, attr=0xf, range=[0x0000000001f47000-0x000000007fc38000) (2012MB)
[    0.000000] efi: mem11: type=2, attr=0xf, range=[0x000000007fc38000-0x0000000080000000) (3MB)
[    0.000000] efi: mem12: type=7, attr=0xf, range=[0x0000000080000000-0x00000000b8140000) (897MB)
[    0.000000] efi: mem13: type=2, attr=0xf, range=[0x00000000b8140000-0x00000000b8240000) (1MB)
[    0.000000] efi: mem14: type=7, attr=0xf, range=[0x00000000b8240000-0x00000000baa57000) (40MB)
[    0.000000] efi: mem15: type=2, attr=0xf, range=[0x00000000baa57000-0x00000000baa8e000) (0MB)
[    0.000000] efi: mem16: type=1, attr=0xf, range=[0x00000000baa8e000-0x00000000bb9ec000) (15MB)
[    0.000000] efi: mem17: type=10, attr=0xf, range=[0x00000000bb9ec000-0x00000000bb9f3000) (0MB)
[    0.000000] efi: mem18: type=4, attr=0xf, range=[0x00000000bb9f3000-0x00000000bbb42000) (1MB)
[    0.000000] efi: mem19: type=3, attr=0xf, range=[0x00000000bbb42000-0x00000000bbde0000) (2MB)
[    0.000000] efi: mem20: type=4, attr=0xf, range=[0x00000000bbde0000-0x00000000bbdfe000) (0MB)
[    0.000000] efi: mem21: type=3, attr=0xf, range=[0x00000000bbdfe000-0x00000000bbe18000) (0MB)
[    0.000000] efi: mem22: type=4, attr=0xf, range=[0x00000000bbe18000-0x00000000bbe21000) (0MB)
[    0.000000] efi: mem23: type=6, attr=0x800000000000000f, range=[0x00000000bbe21000-0x00000000bc120000) (2MB)
[    0.000000] efi: mem24: type=4, attr=0xf, range=[0x00000000bc120000-0x00000000bc130000) (0MB)
[    0.000000] efi: mem25: type=7, attr=0xf, range=[0x00000000bc130000-0x00000000bc13a000) (0MB)
[    0.000000] efi: mem26: type=2, attr=0xf, range=[0x00000000bc13a000-0x00000000bc13f000) (0MB)
[    0.000000] efi: mem27: type=7, attr=0xf, range=[0x00000000bc13f000-0x00000000bf6db000) (53MB)
[    0.000000] efi: mem28: type=4, attr=0xf, range=[0x00000000bf6db000-0x00000000bf6f3000) (0MB)
[    0.000000] efi: mem29: type=7, attr=0xf, range=[0x00000000bf6f3000-0x00000000bf70b000) (0MB)
[    0.000000] efi: mem30: type=4, attr=0xf, range=[0x00000000bf70b000-0x00000000bf902000) (1MB)
[    0.000000] efi: mem31: type=7, attr=0xf, range=[0x00000000bf902000-0x00000000bf919000) (0MB)
[    0.000000] efi: mem32: type=4, attr=0xf, range=[0x00000000bf919000-0x00000000bff26000) (6MB)
[    0.000000] efi: mem33: type=7, attr=0xf, range=[0x00000000bff26000-0x00000000bff28000) (0MB)
[    0.000000] efi: mem34: type=4, attr=0xf, range=[0x00000000bff28000-0x00000000ca231000) (163MB)
[    0.000000] efi: mem35: type=7, attr=0xf, range=[0x00000000ca231000-0x00000000ca6c4000) (4MB)
[    0.000000] efi: mem36: type=3, attr=0xf, range=[0x00000000ca6c4000-0x00000000caa17000) (3MB)
[    0.000000] efi: mem37: type=0, attr=0xf, range=[0x00000000caa17000-0x00000000caae6000) (0MB)
[    0.000000] efi: mem38: type=0, attr=0xf, range=[0x00000000caae6000-0x00000000cad7a000) (2MB)
[    0.000000] efi: mem39: type=9, attr=0xf, range=[0x00000000cad7a000-0x00000000cad80000) (0MB)
[    0.000000] efi: mem40: type=9, attr=0xf, range=[0x00000000cad80000-0x00000000cad9b000) (0MB)
[    0.000000] efi: mem41: type=10, attr=0xf, range=[0x00000000cad9b000-0x00000000caef3000) (1MB)
[    0.000000] efi: mem42: type=10, attr=0xf, range=[0x00000000caef3000-0x00000000cb432000) (5MB)
[    0.000000] efi: mem43: type=6, attr=0x800000000000000f, range=[0x00000000cb432000-0x00000000cb96e000) (5MB)
[    0.000000] efi: mem44: type=6, attr=0x800000000000000f, range=[0x00000000cb96e000-0x00000000cbad2000) (1MB)
[    0.000000] efi: mem45: type=6, attr=0x800000000000000f, range=[0x00000000cbad2000-0x00000000cbad4000) (0MB)
[    0.000000] efi: mem46: type=6, attr=0x800000000000000f, range=[0x00000000cbad4000-0x00000000cbf69000) (4MB)
[    0.000000] efi: mem47: type=5, attr=0x800000000000000f, range=[0x00000000cbf69000-0x00000000cbf87000) (0MB)
[    0.000000] efi: mem48: type=5, attr=0x800000000000000f, range=[0x00000000cbf87000-0x00000000cbfff000) (0MB)
[    0.000000] efi: mem49: type=4, attr=0xf, range=[0x00000000cbfff000-0x00000000cc000000) (0MB)
[    0.000000] efi: mem50: type=7, attr=0xf, range=[0x0000000100000000-0x000000012fe00000) (766MB)
[    0.000000] efi: mem51: type=0, attr=0x0, range=[0x00000000cd000000-0x00000000cf200000) (34MB)
[    0.000000] efi: mem52: type=11, attr=0x8000000000000001, range=[0x00000000f8000000-0x00000000fc000000) (64MB)
[    0.000000] efi: mem53: type=11, attr=0x8000000000000001, range=[0x00000000fec00000-0x00000000fec01000) (0MB)
[    0.000000] efi: mem54: type=11, attr=0x8000000000000001, range=[0x00000000fed00000-0x00000000fed04000) (0MB)
[    0.000000] efi: mem55: type=11, attr=0x8000000000000001, range=[0x00000000fed1c000-0x00000000fed20000) (0MB)
[    0.000000] efi: mem56: type=11, attr=0x8000000000000001, range=[0x00000000fee00000-0x00000000fee01000) (0MB)
[    0.000000] efi: mem57: type=11, attr=0x8000000000000001, range=[0x00000000ff000000-0x0000000100000000) (16MB)
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: Medion Akoya P6647/Akoya P6647, BIOS C15B.602 11/21/2013
[    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 = 0x12fe00 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-CFFFF write-protect
[    0.000000]   D0000-DFFFF uncachable
[    0.000000]   E0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0000000000 mask 7F00000000 write-back
[    0.000000]   1 base 0100000000 mask 7FE0000000 write-back
[    0.000000]   2 base 0120000000 mask 7FF0000000 write-back
[    0.000000]   3 base 00E0000000 mask 7FE0000000 uncachable
[    0.000000]   4 base 00D0000000 mask 7FF0000000 uncachable
[    0.000000]   5 base 00CE000000 mask 7FFE000000 uncachable
[    0.000000]   6 base 00CD000000 mask 7FFF000000 uncachable
[    0.000000]   7 base 012FE00000 mask 7FFFE00000 uncachable
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820: update [mem 0xcd000000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xcc000 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fd4d0-0x000fd4df] mapped at [ffff8800000fd4d0]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000097000] 97000 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 [0x01b23000, 0x01b23fff] PGTABLE
[    0.000000] BRK [0x01b24000, 0x01b24fff] PGTABLE
[    0.000000] BRK [0x01b25000, 0x01b25fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x12fc00000-0x12fdfffff]
[    0.000000]  [mem 0x12fc00000-0x12fdfffff] page 2M
[    0.000000] BRK [0x01b26000, 0x01b26fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x12c000000-0x12fbfffff]
[    0.000000]  [mem 0x12c000000-0x12fbfffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x100000000-0x12bffffff]
[    0.000000]  [mem 0x100000000-0x12bffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0xbb9ebfff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x3fffffff] page 2M
[    0.000000]  [mem 0x40000000-0x7fffffff] page 1G
[    0.000000]  [mem 0x80000000-0xbb7fffff] page 2M
[    0.000000]  [mem 0xbb800000-0xbb9ebfff] page 4k
[    0.000000] init_memory_mapping: [mem 0xbb9f3000-0xbbe20fff]
[    0.000000]  [mem 0xbb9f3000-0xbb9fffff] page 4k
[    0.000000]  [mem 0xbba00000-0xbbdfffff] page 2M
[    0.000000]  [mem 0xbbe00000-0xbbe20fff] page 4k
[    0.000000] BRK [0x01b27000, 0x01b27fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0xbc120000-0xcaa16fff]
[    0.000000]  [mem 0xbc120000-0xbc1fffff] page 4k
[    0.000000]  [mem 0xbc200000-0xca9fffff] page 2M
[    0.000000]  [mem 0xcaa00000-0xcaa16fff] page 4k
[    0.000000] BRK [0x01b28000, 0x01b28fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0xcbfff000-0xcbffffff]
[    0.000000]  [mem 0xcbfff000-0xcbffffff] page 4k
[    0.000000] RAMDISK: [mem 0x7fc38000-0x7fffffff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000CAD80000 000024 (v02 MEDION)
[    0.000000] ACPI: XSDT 0x00000000CAD80088 000094 (v01 MEDION MEDIONAG 00000001 AMI  00010013)
[    0.000000] ACPI: FACP 0x00000000CAD97878 00010C (v05 MEDION MEDIONAG 00000001 AMI  00010013)
[    0.000000] ACPI: DSDT 0x00000000CAD801B0 0176C2 (v02 MEDION MEDIONAG 00000602 INTL 20091112)
[    0.000000] ACPI: FACS 0x00000000CB42F080 000040
[    0.000000] ACPI: APIC 0x00000000CAD97988 000072 (v03 MEDION MEDIONAG 00000001 AMI  00010013)
[    0.000000] ACPI: FPDT 0x00000000CAD97A00 000044 (v01 MEDION MEDIONAG 00000001 AMI  00010013)
[    0.000000] ACPI: ECDT 0x00000000CAD97A48 0000C1 (v01 MEDION MEDIONAG 00000001 AMI. 00000005)
[    0.000000] ACPI: MSDM 0x00000000CAD97B10 000055 (v03 MEDION MEDIONAG 00000000 TEST 00000000)
[    0.000000] ACPI: LPIT 0x00000000CAD97B68 00005C (v01 MEDION MEDIONAG 00000000 AMI. 00000005)
[    0.000000] ACPI: SSDT 0x00000000CAD97BC8 000228 (v01 MEDION MEDIONAG 00000000 INTL 20120711)
[    0.000000] ACPI: SSDT 0x00000000CAD97DF0 000557 (v01 MEDION MEDIONAG 00003000 INTL 20120711)
[    0.000000] ACPI: SSDT 0x00000000CAD98348 000AD8 (v01 MEDION MEDIONAG 00003000 INTL 20120711)
[    0.000000] ACPI: MCFG 0x00000000CAD98E20 00003C (v01 MEDION MEDIONAG 00000001 MSFT 00000097)
[    0.000000] ACPI: HPET 0x00000000CAD98E60 000038 (v01 MEDION MEDIONAG 00000001 AMI. 00000005)
[    0.000000] ACPI: SSDT 0x00000000CAD98E98 000315 (v01 MEDION MEDIONAG 00001000 INTL 20120711)
[    0.000000] ACPI: SSDT 0x00000000CAD991B0 0019B2 (v01 MEDION MEDIONAG 00003000 INTL 20091112)
[    0.000000] ACPI: BGRT 0x00000000CAD9AB68 000038 (v00 MEDION MEDIONAG 00000000 MSFT 00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000012fdfffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x12fdfffff]
[    0.000000]   NODE_DATA [mem 0x12fdf6000-0x12fdfafff]
[    0.000000]  [ffffea0000000000-ffffea0004bfffff] PMD -> [ffff88012b400000-ffff88012f3fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x12fdfffff]
[    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-0x0009efff]
[    0.000000]   node   0: [mem 0x00100000-0xbb9ebfff]
[    0.000000]   node   0: [mem 0xbb9f3000-0xbbe20fff]
[    0.000000]   node   0: [mem 0xbc120000-0xcaa16fff]
[    0.000000]   node   0: [mem 0xcbfff000-0xcbffffff]
[    0.000000]   node   0: [mem 0x100000000-0x12fdfffff]
[    0.000000] On node 0 totalpages: 1025199
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 24 pages reserved
[    0.000000]   DMA zone: 3997 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 12893 pages used for memmap
[    0.000000]   DMA32 zone: 825106 pages, LIFO batch:31
[    0.000000]   Normal zone: 3064 pages used for memmap
[    0.000000]   Normal zone: 196096 pages, LIFO batch:31
[    0.000000] Reserving Intel graphics stolen memory at 0xcd200000-0xcf1fffff
[    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[0xff] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: 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: 40
[    0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbaa57000-0xbaa57fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbaa64000-0xbaa64fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbaa65000-0xbaa65fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbaa75000-0xbaa75fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbaa76000-0xbaa76fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbaa8d000-0xbaa8dfff]
[    0.000000] PM: Registered nosave memory: [mem 0xbb9ec000-0xbb9f2fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbbe21000-0xbc11ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xcaa17000-0xcad79fff]
[    0.000000] PM: Registered nosave memory: [mem 0xcad7a000-0xcad9afff]
[    0.000000] PM: Registered nosave memory: [mem 0xcad9b000-0xcb431fff]
[    0.000000] PM: Registered nosave memory: [mem 0xcb432000-0xcbffefff]
[    0.000000] PM: Registered nosave memory: [mem 0xcc000000-0xccffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xcd000000-0xcf1fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xcf200000-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 0xcf200000-0xf7ffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 29 pages/cpu @ffff88012fa00000 s86784 r8192 d23808 u524288
[    0.000000] pcpu-alloc: s86784 r8192 d23808 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1009154
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: initrd=\initramfs-linux.img root=/dev/sda1 rw rcutree.rcu_idle_gp_delay=1
[    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: 3769824K/4100796K available (5335K kernel code, 887K rwdata, 1688K rodata, 1128K init, 1164K bss, 330972K reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	Dump stacks of tasks blocking RCU-preempt GP.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS:8448 nr_irqs:712 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 16777216 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 2394.347 MHz processor
[    0.000029] Calibrating delay loop (skipped), value calculated using timer frequency.. 4790.22 BogoMIPS (lpj=7981156)
[    0.000031] pid_max: default: 32768 minimum: 301
[    0.000037] ACPI: Core revision 20140424
[    0.016680] ACPI: All ACPI Tables successfully acquired
[    0.018222] Security Framework initialized
[    0.018227] Yama: becoming mindful.
[    0.018465] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.019276] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.019641] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.019648] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.019843] Initializing cgroup subsys memory
[    0.019860] Initializing cgroup subsys devices
[    0.019865] Initializing cgroup subsys freezer
[    0.019868] Initializing cgroup subsys net_cls
[    0.019871] Initializing cgroup subsys blkio
[    0.019892] CPU: Physical Processor ID: 0
[    0.019893] CPU: Processor Core ID: 0
[    0.019897] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.020789] mce: CPU supports 7 MCE banks
[    0.020801] CPU0: Thermal monitoring enabled (TM1)
[    0.020811] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
tlb_flushall_shift: 6
[    0.020903] Freeing SMP alternatives memory: 20K (ffffffff819f9000 - ffffffff819fe000)
[    0.026442] ftrace: allocating 20438 entries in 80 pages
[    0.034967] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[    0.067997] smpboot: CPU0: Intel(R) Core(TM) i3-4000M CPU @ 2.40GHz (fam: 06, model: 3c, stepping: 03)
[    0.068003] TSC deadline timer enabled
[    0.068025] Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver.
[    0.068044] ... version:                3
[    0.068045] ... bit width:              48
[    0.068045] ... generic registers:      4
[    0.068046] ... value mask:             0000ffffffffffff
[    0.068047] ... max period:             0000ffffffffffff
[    0.068048] ... fixed-purpose events:   3
[    0.068049] ... event mask:             000000070000000f
[    0.094816] x86: Booting SMP configuration:
[    0.094817] .... node  #0, CPUs:      #1
[    0.108901] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.115595]  #2 #3
[    0.150621] x86: Booted up 1 node, 4 CPUs
[    0.150625] smpboot: Total of 4 processors activated (19162.89 BogoMIPS)
[    0.154115] devtmpfs: initialized
[    0.155915] PM: Registering ACPI NVS region [mem 0xbb9ec000-0xbb9f2fff] (28672 bytes)
[    0.155917] PM: Registering ACPI NVS region [mem 0xcad9b000-0xcb431fff] (6909952 bytes)
[    0.156720] pinctrl core: initialized pinctrl subsystem
[    0.156756] RTC time: 16:41:06, date: 10/08/14
[    0.156800] NET: Registered protocol family 16
[    0.156894] cpuidle: using governor ladder
[    0.156896] cpuidle: using governor menu
[    0.156945] ACPI: bus type PCI registered
[    0.156946] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.157006] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.157008] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.157080] PCI: Using configuration type 1 for base access
[    0.170945] ACPI: Added _OSI(Module Device)
[    0.170947] ACPI: Added _OSI(Processor Device)
[    0.170948] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.170949] ACPI: Added _OSI(Processor Aggregator Device)
[    0.173123] ACPI : EC: EC description table is found, configuring boot EC
[    0.175403] ACPI: Executed 1 blocks of module-level executable AML code
[    0.178381] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.200823] ACPI: Dynamic OEM Table Load:
[    0.200830] ACPI: SSDT 0xFFFF88012949C400 0003D3 (v01 PmRef  Cpu0Cst  00003001 INTL 20120711)
[    0.217621] ACPI: Dynamic OEM Table Load:
[    0.217627] ACPI: SSDT 0xFFFF880129718000 0005AA (v01 PmRef  ApIst    00003000 INTL 20120711)
[    0.230839] ACPI: Dynamic OEM Table Load:
[    0.230843] ACPI: SSDT 0xFFFF880129702000 000119 (v01 PmRef  ApCst    00003000 INTL 20120711)
[    0.244670] ACPI: Interpreter enabled
[    0.244677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140424/hwxface-580)
[    0.244684] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140424/hwxface-580)
[    0.244703] ACPI: (supports S0 S3 S4 S5)
[    0.244705] ACPI: Using IOAPIC for interrupt routing
[    0.244730] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.247258] ACPI: Power Resource [PG00] (on)
[    0.275892] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.275897] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.276431] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.276928] PCI host bridge to bus 0000:00
[    0.276930] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.276932] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.276934] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.276935] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.276936] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
[    0.276938] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
[    0.276939] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
[    0.276940] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
[    0.276942] pci_bus 0000:00: root bus resource [mem 0xcf200000-0xfeafffff]
[    0.276949] pci 0000:00:00.0: [8086:0c04] type 00 class 0x060000
[    0.277034] pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400
[    0.277067] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.277122] pci 0000:00:01.0: System wakeup disabled by ACPI
[    0.277159] pci 0000:00:02.0: [8086:0416] type 00 class 0x030000
[    0.277169] pci 0000:00:02.0: reg 0x10: [mem 0xf7400000-0xf77fffff 64bit]
[    0.277175] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.277180] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.277255] pci 0000:00:03.0: [8086:0c0c] type 00 class 0x040300
[    0.277261] pci 0000:00:03.0: reg 0x10: [mem 0xf7a14000-0xf7a17fff 64bit]
[    0.277359] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
[    0.277378] pci 0000:00:14.0: reg 0x10: [mem 0xf7a00000-0xf7a0ffff 64bit]
[    0.277437] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.277475] pci 0000:00:14.0: System wakeup disabled by ACPI
[    0.277515] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
[    0.277536] pci 0000:00:16.0: reg 0x10: [mem 0xf7a1e000-0xf7a1e00f 64bit]
[    0.277598] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.277677] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320
[    0.277698] pci 0000:00:1a.0: reg 0x10: [mem 0xf7a1c000-0xf7a1c3ff]
[    0.277784] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.277838] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    0.277874] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300
[    0.277887] pci 0000:00:1b.0: reg 0x10: [mem 0xf7a10000-0xf7a13fff 64bit]
[    0.277946] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.278017] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400
[    0.278084] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.278155] pci 0000:00:1c.2: [8086:8c14] type 01 class 0x060400
[    0.278222] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.278291] pci 0000:00:1c.3: [8086:8c16] type 01 class 0x060400
[    0.278357] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.278437] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320
[    0.278458] pci 0000:00:1d.0: reg 0x10: [mem 0xf7a1b000-0xf7a1b3ff]
[    0.278543] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.278594] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.278629] pci 0000:00:1f.0: [8086:8c49] type 00 class 0x060100
[    0.278791] pci 0000:00:1f.2: [8086:8c03] type 00 class 0x010601
[    0.278808] pci 0000:00:1f.2: reg 0x10: [io  0xf0b0-0xf0b7]
[    0.278816] pci 0000:00:1f.2: reg 0x14: [io  0xf0a0-0xf0a3]
[    0.278823] pci 0000:00:1f.2: reg 0x18: [io  0xf090-0xf097]
[    0.278831] pci 0000:00:1f.2: reg 0x1c: [io  0xf080-0xf083]
[    0.278838] pci 0000:00:1f.2: reg 0x20: [io  0xf060-0xf07f]
[    0.278846] pci 0000:00:1f.2: reg 0x24: [mem 0xf7a1a000-0xf7a1a7ff]
[    0.278883] pci 0000:00:1f.2: PME# supported from D3hot
[    0.278946] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
[    0.278961] pci 0000:00:1f.3: reg 0x10: [mem 0xf7a19000-0xf7a190ff 64bit]
[    0.278981] pci 0000:00:1f.3: reg 0x20: [io  0xf040-0xf05f]
[    0.279100] pci 0000:01:00.0: [10de:1296] type 00 class 0x030200
[    0.279112] pci 0000:01:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
[    0.279124] pci 0000:01:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.279136] pci 0000:01:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
[    0.279145] pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
[    0.279153] pci 0000:01:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
[    0.284177] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.284180] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.284182] pci 0000:00:01.0:   bridge window [mem 0xf6000000-0xf70fffff]
[    0.284185] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.284248] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.284384] pci 0000:03:00.0: [8086:08b1] type 00 class 0x028000
[    0.284434] pci 0000:03:00.0: reg 0x10: [mem 0xf7900000-0xf7901fff 64bit]
[    0.284647] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    0.284712] pci 0000:03:00.0: System wakeup disabled by ACPI
[    0.290873] pci 0000:00:1c.2: PCI bridge to [bus 03]
[    0.290879] pci 0000:00:1c.2:   bridge window [mem 0xf7900000-0xf79fffff]
[    0.290967] pci 0000:04:00.0: [10ec:8168] type 00 class 0x020000
[    0.290988] pci 0000:04:00.0: reg 0x10: [io  0xd000-0xd0ff]
[    0.291016] pci 0000:04:00.0: reg 0x18: [mem 0xf7800000-0xf7800fff 64bit]
[    0.291034] pci 0000:04:00.0: reg 0x20: [mem 0xf2100000-0xf2103fff 64bit pref]
[    0.291128] pci 0000:04:00.0: supports D1 D2
[    0.291129] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.291170] pci 0000:04:00.0: System wakeup disabled by ACPI
[    0.297535] pci 0000:00:1c.3: PCI bridge to [bus 04]
[    0.297539] pci 0000:00:1c.3:   bridge window [io  0xd000-0xdfff]
[    0.297543] pci 0000:00:1c.3:   bridge window [mem 0xf7800000-0xf78fffff]
[    0.297548] pci 0000:00:1c.3:   bridge window [mem 0xf2100000-0xf21fffff 64bit pref]
[    0.304307] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12)
[    0.304348] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 12) *0, disabled.
[    0.304387] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 7 10 12)
[    0.304425] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *10 12)
[    0.304464] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 12) *0, disabled.
[    0.304501] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 12) *0, disabled.
[    0.304538] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 10 12)
[    0.304574] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 *4 5 6 7 10 12)
[    0.304795] ACPI: Enabled 4 GPEs in block 00 to 3F
[    0.304874] ACPI : EC: GPE = 0x1d, I/O: command/status = 0x66, data = 0x62
[    0.304976] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.304979] vgaarb: loaded
[    0.304980] vgaarb: bridge control possible 0000:00:02.0
[    0.305042] PCI: Using ACPI for IRQ routing
[    0.306377] PCI: pci_cache_line_size set to 64 bytes
[    0.306446] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.306448] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.306449] e820: reserve RAM buffer [mem 0xbaa57018-0xbbffffff]
[    0.306450] e820: reserve RAM buffer [mem 0xbaa65018-0xbbffffff]
[    0.306452] e820: reserve RAM buffer [mem 0xbaa76018-0xbbffffff]
[    0.306453] e820: reserve RAM buffer [mem 0xbb9ec000-0xbbffffff]
[    0.306454] e820: reserve RAM buffer [mem 0xbbe21000-0xbbffffff]
[    0.306455] e820: reserve RAM buffer [mem 0xcaa17000-0xcbffffff]
[    0.306457] e820: reserve RAM buffer [mem 0x12fe00000-0x12fffffff]
[    0.306547] NetLabel: Initializing
[    0.306548] NetLabel:  domain hash size = 128
[    0.306549] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.306558] NetLabel:  unlabeled traffic allowed by default
[    0.306578] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.306583] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.308610] Switched to clocksource hpet
[    0.312826] pnp: PnP ACPI init
[    0.312841] ACPI: bus type PNP registered
[    0.313039] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.313041] system 00:00: [io  0xffff] has been reserved
[    0.313043] system 00:00: [io  0xffff] has been reserved
[    0.313044] system 00:00: [io  0xffff] has been reserved
[    0.313046] system 00:00: [io  0x1c00-0x1cfe] has been reserved
[    0.313047] system 00:00: [io  0x1d00-0x1dfe] has been reserved
[    0.313048] system 00:00: [io  0x1e00-0x1efe] has been reserved
[    0.313050] system 00:00: [io  0x1f00-0x1ffe] has been reserved
[    0.313052] system 00:00: [io  0x1800-0x18fe] could not be reserved
[    0.313053] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.313056] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.313083] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.313125] system 00:02: [io  0x1854-0x1857] has been reserved
[    0.313127] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.313166] system 00:03: [io  0x04d0-0x04d1] has been reserved
[    0.313168] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.313224] system 00:04: [io  0x04d0-0x04d1] has been reserved
[    0.313226] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.313278] system 00:05: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.313279] system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.313281] system 00:05: [mem 0xff000000-0xffffffff] could not be reserved
[    0.313283] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.313330] pnp 00:06: Plug and Play ACPI device, IDs SYN1d22 PNP0f13 (active)
[    0.313366] pnp 00:07: Plug and Play ACPI device, IDs PNPc030 PNP0303 (active)
[    0.313393] system 00:08: [io  0x0240-0x0259] has been reserved
[    0.313394] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.313793] system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.313794] system 00:09: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.313796] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.313798] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.313799] system 00:09: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.313801] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.313802] system 00:09: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.313804] system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.313806] system 00:09: [mem 0xff000000-0xffffffff] could not be reserved
[    0.313807] system 00:09: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.313809] system 00:09: [mem 0xf7fee000-0xf7feefff] has been reserved
[    0.313811] system 00:09: [mem 0xf7fd0000-0xf7fdffff] has been reserved
[    0.313812] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.318803] system 00:0a: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.318805] system 00:0a: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.318807] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.318928] pnp: PnP ACPI: found 11 devices
[    0.318929] ACPI: bus type PNP unregistered
[    0.325211] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
[    0.325214] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
[    0.325216] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000
[    0.325231] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
[    0.325233] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.325234] pci 0000:00:1c.0: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.325239] pci 0000:00:1c.0: BAR 14: assigned [mem 0xcf200000-0xcf3fffff]
[    0.325244] pci 0000:00:1c.0: BAR 15: assigned [mem 0xcf400000-0xcf5fffff 64bit pref]
[    0.325247] pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x2fff]
[    0.325249] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.325251] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.325253] pci 0000:00:01.0:   bridge window [mem 0xf6000000-0xf70fffff]
[    0.325256] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.325259] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.325262] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    0.325266] pci 0000:00:1c.0:   bridge window [mem 0xcf200000-0xcf3fffff]
[    0.325270] pci 0000:00:1c.0:   bridge window [mem 0xcf400000-0xcf5fffff 64bit pref]
[    0.325276] pci 0000:00:1c.2: PCI bridge to [bus 03]
[    0.325280] pci 0000:00:1c.2:   bridge window [mem 0xf7900000-0xf79fffff]
[    0.325295] pci 0000:00:1c.3: PCI bridge to [bus 04]
[    0.325298] pci 0000:00:1c.3:   bridge window [io  0xd000-0xdfff]
[    0.325303] pci 0000:00:1c.3:   bridge window [mem 0xf7800000-0xf78fffff]
[    0.325306] pci 0000:00:1c.3:   bridge window [mem 0xf2100000-0xf21fffff 64bit pref]
[    0.325313] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.325314] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.325316] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.325317] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
[    0.325318] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
[    0.325320] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
[    0.325321] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
[    0.325322] pci_bus 0000:00: resource 11 [mem 0xcf200000-0xfeafffff]
[    0.325324] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.325325] pci_bus 0000:01: resource 1 [mem 0xf6000000-0xf70fffff]
[    0.325327] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.325328] pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
[    0.325330] pci_bus 0000:02: resource 1 [mem 0xcf200000-0xcf3fffff]
[    0.325331] pci_bus 0000:02: resource 2 [mem 0xcf400000-0xcf5fffff 64bit pref]
[    0.325333] pci_bus 0000:03: resource 1 [mem 0xf7900000-0xf79fffff]
[    0.325334] pci_bus 0000:04: resource 0 [io  0xd000-0xdfff]
[    0.325335] pci_bus 0000:04: resource 1 [mem 0xf7800000-0xf78fffff]
[    0.325337] pci_bus 0000:04: resource 2 [mem 0xf2100000-0xf21fffff 64bit pref]
[    0.325362] NET: Registered protocol family 2
[    0.325519] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.325587] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.325670] TCP: Hash tables configured (established 32768 bind 32768)
[    0.325684] TCP: reno registered
[    0.325690] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.325705] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.325745] NET: Registered protocol family 1
[    0.325758] pci 0000:00:02.0: Boot video device
[    0.326211] PCI: CLS 64 bytes, default 64
[    0.326244] Unpacking initramfs...
[    0.389541] Freeing initrd memory: 3872K (ffff88007fc38000 - ffff880080000000)
[    0.389550] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.389552] software IO TLB [mem 0xb6a57000-0xbaa57000] (64MB) mapped at [ffff8800b6a57000-ffff8800baa56fff]
[    0.389723] RAPL PMU detected, hw unit 2^-14 Joules, API unit is 2^-32 Joules, 4 fixed counters 655360 ms ovfl timer
[    0.389763] Scanning for low memory corruption every 60 seconds
[    0.389983] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.390289] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.391377] zbud: loaded
[    0.391521] VFS: Disk quotas dquot_6.5.2
[    0.391549] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.391650] msgmni has been set to 7727
[    0.391695] Key type big_key registered
[    0.391821] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.391867] io scheduler noop registered
[    0.391870] io scheduler deadline registered
[    0.391908] io scheduler cfq registered (default)
[    0.392072] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
[    0.392202] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
[    0.392329] pcieport 0000:00:1c.2: irq 42 for MSI/MSI-X
[    0.392448] pcieport 0000:00:1c.3: irq 43 for MSI/MSI-X
[    0.392517] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
[    0.392519] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[    0.392521] pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
[    0.392536] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[    0.392539] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
[    0.392555] pcieport 0000:00:1c.2: Signaling PME through PCIe PME interrupt
[    0.392556] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
[    0.392559] pcie_pme 0000:00:1c.2:pcie01: service driver pcie_pme loaded
[    0.392573] pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
[    0.392574] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt
[    0.392578] pcie_pme 0000:00:1c.3:pcie01: service driver pcie_pme loaded
[    0.392590] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.392626] pciehp 0000:00:1c.0:pcie04: Slot #0 AttnBtn- AttnInd- PwrInd- PwrCtrl- MRL- Interlock- NoCompl+ LLActRep+
[    0.392650] pciehp 0000:00:1c.0:pcie04: service driver pciehp loaded
[    0.392655] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.392684] efifb: probing for efifb
[    0.392700] efifb: framebuffer at 0xd0000000, mapped to 0xffffc90004800000, using 3072k, total 3072k
[    0.392701] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    0.392702] efifb: scrolling: redraw
[    0.392703] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.394497] Console: switching to colour frame buffer device 128x48
[    0.396237] fb0: EFI VGA frame buffer device
[    0.396245] intel_idle: MWAIT substates: 0x42120
[    0.396246] intel_idle: v0.4 model 0x3C
[    0.396247] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.396412] GHES: HEST is not enabled!
[    0.396484] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.396891] Linux agpgart interface v0.103
[    0.396934] rtc_cmos 00:01: RTC can wake from S4
[    0.397045] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[    0.397072] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.397082] Intel P-state driver initializing.
[    0.397090] Intel pstate controlling: cpu 0
[    0.397110] Intel pstate controlling: cpu 1
[    0.397125] Intel pstate controlling: cpu 2
[    0.397143] Intel pstate controlling: cpu 3
[    0.397217] ledtrig-cpu: registered to indicate activity on CPUs
[    0.397475] TCP: cubic registered
[    0.397699] NET: Registered protocol family 10
[    0.398121] NET: Registered protocol family 17
[    0.398787] registered taskstats version 1
[    0.400093]   Magic number: 2:455:691
[    0.400247] rtc_cmos 00:01: setting system clock to 2014-10-08 16:41:06 UTC (1412786466)
[    0.400465] PM: Hibernation image not present or could not be loaded.
[    0.402342] Freeing unused kernel memory: 1128K (ffffffff818df000 - ffffffff819f9000)
[    0.402345] Write protecting the kernel read-only data: 8192k
[    0.406120] Freeing unused kernel memory: 796K (ffff880001539000 - ffff880001600000)
[    0.406860] Freeing unused kernel memory: 360K (ffff8800017a6000 - ffff880001800000)
[    0.412130] random: systemd-tmpfile urandom read with 1 bits of entropy available
[    0.413175] systemd-udevd[58]: starting version 216
[    0.415974] [drm] Initialized drm 1.1.0 20060810
[    0.416994] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    0.422102] ACPI: Lid Switch [LID]
[    0.422147] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[    0.422150] ACPI: Sleep Button [SLPB]
[    0.422182] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.422183] ACPI: Power Button [PWRF]
[    0.425865] [drm] Memory usable by graphics device = 2048M
[    0.425867] [drm] Replacing VGA console driver
[    0.425871] checking generic (d0000000 300000) vs hw (d0000000 10000000)
[    0.425872] fb: switching to inteldrmfb from EFI VGA
[    0.425887] Console: switching to colour dummy device 80x25
[    0.445500] i915 0000:00:02.0: irq 44 for MSI/MSI-X
[    0.445510] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    0.445511] [drm] Driver supports precise vblank timestamp query.
[    0.445572] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    0.471958] [drm] VBT doesn't support DRRS
[    0.519981] fbcon: inteldrmfb (fb0) is primary device
[    1.392836] tsc: Refined TSC clocksource calibration: 2394.456 MHz
[    1.532965] Console: switching to colour frame buffer device 170x48
[    1.537182] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    1.537184] i915 0000:00:02.0: registered panic notifier
[    1.549722] ACPI: Video Device [VGA] (multi-head: yes  rom: yes  post: no)
[    1.549797] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:13/LNXVIDEO:00/input/input3
[    1.549874] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    1.549938] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input4
[    1.549963] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    1.550314] bbswitch: version 0.8
[    1.550317] bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PCI0.GFX0
[    1.550321] bbswitch: Found discrete VGA device 0000:01:00.0: \_SB_.PCI0.P0P2.VGA_
[    1.550327] ACPI Warning: \_SB_.PCI0.P0P2.VGA_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
[    1.550381] bbswitch: detected an Optimus _DSM function
[    1.550391] pci 0000:01:00.0: enabling device (0006 -> 0007)
[    1.550438] bbswitch: Succesfully loaded. Discrete card 0000:01:00.0 is on
[    1.560377] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.570893] ACPI: bus type USB registered
[    1.570924] usbcore: registered new interface driver usbfs
[    1.570940] usbcore: registered new interface driver hub
[    1.570985] usbcore: registered new device driver usb
[    1.571539] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.572092] ehci-pci: EHCI PCI platform driver
[    1.572240] SCSI subsystem initialized
[    1.572281] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    1.572290] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    1.572309] ehci-pci 0000:00:1a.0: debug port 2
[    1.573651] libata version 3.00 loaded.
[    1.576218] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    1.576240] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7a1c000
[    1.583004] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    1.583191] hub 1-0:1.0: USB hub found
[    1.583200] hub 1-0:1.0: 2 ports detected
[    1.583434] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    1.583439] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    1.583450] ehci-pci 0000:00:1d.0: debug port 2
[    1.587363] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    1.587377] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7a1b000
[    1.596409] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    1.596657] hub 2-0:1.0: USB hub found
[    1.596667] hub 2-0:1.0: 2 ports detected
[    1.597057] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.597067] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    1.597180] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    1.597204] xhci_hcd 0000:00:14.0: irq 45 for MSI/MSI-X
[    1.597422] hub 3-0:1.0: USB hub found
[    1.597440] hub 3-0:1.0: 14 ports detected
[    1.597717] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20140424/exoparg2-420)
[    1.597722] ACPI Error: Method parse/execution failed [\_SB_.XPLD] (Node ffff88012b040f78), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
[    1.597727] ACPI Error: Method parse/execution failed [\_SB_.PCI0.XHC_.RHUB.HS02._PLD] (Node ffff88012b03ff00), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
[    1.597975] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20140424/exoparg2-420)
[    1.597978] ACPI Error: Method parse/execution failed [\_SB_.XPLD] (Node ffff88012b040f78), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
[    1.597982] ACPI Error: Method parse/execution failed [\_SB_.PCI0.XHC_.RHUB.HS04._PLD] (Node ffff88012b0400a0), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
[    1.598095] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20140424/exoparg2-420)
[    1.598097] ACPI Error: Method parse/execution failed [\_SB_.XPLD] (Node ffff88012b040f78), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
[    1.598101] ACPI Error: Method parse/execution failed [\_SB_.PCI0.XHC_.RHUB.HS05._PLD] (Node ffff88012b040168), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
[    1.598213] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20140424/exoparg2-420)
[    1.598216] ACPI Error: Method parse/execution failed [\_SB_.XPLD] (Node ffff88012b040f78), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
[    1.598219] ACPI Error: Method parse/execution failed [\_SB_.PCI0.XHC_.RHUB.HS06._PLD] (Node ffff88012b040230), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
[    1.598331] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20140424/exoparg2-420)
[    1.598334] ACPI Error: Method parse/execution failed [\_SB_.XPLD] (Node ffff88012b040f78), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
[    1.598337] ACPI Error: Method parse/execution failed [\_SB_.PCI0.XHC_.RHUB.HS07._PLD] (Node ffff88012b0402f8), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
[    1.598451] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20140424/exoparg2-420)
[    1.598454] ACPI Error: Method parse/execution failed [\_SB_.XPLD] (Node ffff88012b040f78), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
[    1.598457] ACPI Error: Method parse/execution failed [\_SB_.PCI0.XHC_.RHUB.HS08._PLD] (Node ffff88012b0403c0), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
[    1.598569] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20140424/exoparg2-420)
[    1.598572] ACPI Error: Method parse/execution failed [\_SB_.XPLD] (Node ffff88012b040f78), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
[    1.598575] ACPI Error: Method parse/execution failed [\_SB_.PCI0.XHC_.RHUB.HS09._PLD] (Node ffff88012b040488), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
[    1.598688] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20140424/exoparg2-420)
[    1.598690] ACPI Error: Method parse/execution failed [\_SB_.XPLD] (Node ffff88012b040f78), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
[    1.598694] ACPI Error: Method parse/execution failed [\_SB_.PCI0.XHC_.RHUB.HS10._PLD] (Node ffff88012b040550), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
[    1.598807] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20140424/exoparg2-420)
[    1.598809] ACPI Error: Method parse/execution failed [\_SB_.XPLD] (Node ffff88012b040f78), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
[    1.598813] ACPI Error: Method parse/execution failed [\_SB_.PCI0.XHC_.RHUB.HS11._PLD] (Node ffff88012b040618), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
[    1.598924] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20140424/exoparg2-420)
[    1.598927] ACPI Error: Method parse/execution failed [\_SB_.XPLD] (Node ffff88012b040f78), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
[    1.598930] ACPI Error: Method parse/execution failed [\_SB_.PCI0.XHC_.RHUB.HS12._PLD] (Node ffff88012b0406e0), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
[    1.599044] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20140424/exoparg2-420)
[    1.599046] ACPI Error: Method parse/execution failed [\_SB_.XPLD] (Node ffff88012b040f78), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
[    1.599050] ACPI Error: Method parse/execution failed [\_SB_.PCI0.XHC_.RHUB.HS13._PLD] (Node ffff88012b0407a8), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
[    1.599163] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20140424/exoparg2-420)
[    1.599165] ACPI Error: Method parse/execution failed [\_SB_.XPLD] (Node ffff88012b040f78), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
[    1.599169] ACPI Error: Method parse/execution failed [\_SB_.PCI0.XHC_.RHUB.HS14._PLD] (Node ffff88012b040870), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
[    1.599325] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.599328] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    1.599460] hub 4-0:1.0: USB hub found
[    1.599471] hub 4-0:1.0: 4 ports detected
[    1.599806] usb: failed to peer usb4-port2 and usb3-port3 by location (usb4-port2:none) (usb3-port3:usb4-port1)
[    1.599808] usb usb4-port2: failed to peer to usb3-port3 (-16)
[    1.599809] usb: port power management may be unreliable
[    1.599912] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20140424/exoparg2-420)
[    1.599916] ACPI Error: Method parse/execution failed [\_SB_.XPLD] (Node ffff88012b040f78), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
[    1.599919] ACPI Error: Method parse/execution failed [\_SB_.PCI0.XHC_.RHUB.SSP3._PLD] (Node ffff88012b040b90), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
[    1.600034] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20140424/exoparg2-420)
[    1.600037] ACPI Error: Method parse/execution failed [\_SB_.XPLD] (Node ffff88012b040f78), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
[    1.600040] ACPI Error: Method parse/execution failed [\_SB_.PCI0.XHC_.RHUB.SSP4._PLD] (Node ffff88012b040c58), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
[    1.600156] ahci 0000:00:1f.2: version 3.0
[    1.600291] ahci 0000:00:1f.2: irq 46 for MSI/MSI-X
[    1.600339] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 6 Gbps 0x14 impl SATA mode
[    1.600344] ahci 0000:00:1f.2: flags: 64bit ncq led clo pio slum part ems apst 
[    1.606871] scsi0 : ahci
[    1.606985] scsi1 : ahci
[    1.607078] scsi2 : ahci
[    1.607158] scsi3 : ahci
[    1.607235] scsi4 : ahci
[    1.607273] ata1: DUMMY
[    1.607274] ata2: DUMMY
[    1.607276] ata3: SATA max UDMA/133 abar m2048@0xf7a1a000 port 0xf7a1a200 irq 46
[    1.607277] ata4: DUMMY
[    1.607279] ata5: SATA max UDMA/133 abar m2048@0xf7a1a000 port 0xf7a1a300 irq 46
[    1.810587] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.818265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
[    1.890002] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    1.926673] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.930078] ata3.00: ATAPI: TSSTcorp CDDVDW SU-208FB, MD00, max UDMA/100
[    1.930095] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.930821] ata5.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    1.930825] ata5.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    1.930827] ata5.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    1.931381] ata5.00: ATA-9: ST1000LM014-1EJ164, SM15, max UDMA/133
[    1.931385] ata5.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.932182] ata5.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    1.932185] ata5.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    1.932187] ata5.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    1.932681] ata3.00: configured for UDMA/100
[    1.932690] ata5.00: configured for UDMA/133
[    1.937200] scsi 2:0:0:0: CD-ROM            TSSTcorp CDDVDW SU-208FB  MD00 PQ: 0 ANSI: 5
[    1.950142] scsi 4:0:0:0: Direct-Access     ATA      ST1000LM014-1EJ1 SM15 PQ: 0 ANSI: 5
[    1.970805] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.970809] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.970991] sr 2:0:0:0: Attached scsi CD-ROM sr0
[    1.971117] sd 4:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[    1.971120] sd 4:0:0:0: [sda] 4096-byte physical blocks
[    1.971181] sd 4:0:0:0: [sda] Write Protect is off
[    1.971184] sd 4:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.971210] sd 4:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.973036]  sda: sda1 sda2 sda3 sda4
[    1.973382] sd 4:0:0:0: [sda] Attached SCSI disk
[    2.013807] hub 1-1:1.0: USB hub found
[    2.013887] hub 1-1:1.0: 6 ports detected
[    2.030198] ata5.00: exception Emask 0x0 SAct 0x680000 SErr 0x0 action 0x6
[    2.030231] ata5.00: irq_stat 0x40000008
[    2.030249] ata5.00: failed command: READ FPDMA QUEUED
[    2.030271] ata5.00: cmd 60/08:a8:00:10:40/00:00:06:00:00/40 tag 21 ncq 4096 in
         res 41/84:08:00:10:40/00:00:06:00:00/00 Emask 0x410 (ATA bus error) <F>
[    2.030326] ata5.00: status: { DRDY ERR }
[    2.030342] ata5.00: error: { ICRC ABRT }
[    2.030360] ata5: hard resetting link
[    2.173569] usb 3-5: new high-speed USB device number 2 using xhci_hcd
[    2.353760] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.353772] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
[    2.354408] ata5.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    2.354412] ata5.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    2.354414] ata5.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    2.355500] ata5.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    2.355503] ata5.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    2.355505] ata5.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    2.355876] ata5.00: configured for UDMA/133
[    2.355894] ata5: EH complete
[    2.393913] Switched to clocksource tsc
[    2.612892] usbcore: registered new interface driver usb-storage
[    2.770730] usb 3-6: new full-speed USB device number 3 using xhci_hcd
[    3.104331] usb 3-10: new high-speed USB device number 4 using xhci_hcd
[    3.514665] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    3.639208] hub 2-1:1.0: USB hub found
[    3.639350] hub 2-1:1.0: 8 ports detected
[    4.149633] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    4.276742] systemd[1]: systemd 216 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD -IDN )
[    4.276857] systemd[1]: Detected architecture 'x86-64'.
[    4.277505] systemd[1]: Set hostname to <thismachinekillsrascists>.
[    4.575240] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[    4.575281] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    4.575289] systemd[1]: Starting Remote File Systems.
[    4.575362] systemd[1]: Reached target Remote File Systems.
[    4.575369] systemd[1]: Expecting device sys-subsystem-net-devices-enp4s0.device...
[    4.575426] systemd[1]: Expecting device sys-subsystem-net-devices-wlp3s0.device...
[    4.575480] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[    4.575502] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    4.575509] systemd[1]: Starting Encrypted Volumes.
[    4.575557] systemd[1]: Reached target Encrypted Volumes.
[    4.575572] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
[    4.575684] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    4.575693] systemd[1]: Expecting device dev-sda2.device...
[    4.575732] systemd[1]: Expecting device dev-disk-by\x2duuid-0c0fbbe4\x2ddc70\x2d4639\x2d8dc0\x2d77e4fd70c51c.device...
[    4.575789] systemd[1]: Starting EFI System Partition Automount.
[    4.575875] systemd[1]: Set up automount EFI System Partition Automount.
[    4.575883] systemd[1]: Expecting device dev-disk-by\x2duuid-b1c2a7ff\x2dff33\x2d4efd\x2db873\x2d0aae66c5b7c4.device...
[    4.575941] systemd[1]: Expecting device dev-disk-by\x2duuid-3D32\x2d354E.device...
[    4.575986] systemd[1]: Starting Root Slice.
[    4.579434] systemd[1]: Created slice Root Slice.
[    4.579443] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[    4.579522] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    4.579528] systemd[1]: Starting Delayed Shutdown Socket.
[    4.579588] systemd[1]: Listening on Delayed Shutdown Socket.
[    4.579595] systemd[1]: Starting Device-mapper event daemon FIFOs.
[    4.579657] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    4.579663] systemd[1]: Starting Journal Socket (/dev/log).
[    4.579726] systemd[1]: Listening on Journal Socket (/dev/log).
[    4.579735] systemd[1]: Starting udev Control Socket.
[    4.579790] systemd[1]: Listening on udev Control Socket.
[    4.579798] systemd[1]: Starting udev Kernel Socket.
[    4.579851] systemd[1]: Listening on udev Kernel Socket.
[    4.579857] systemd[1]: Starting LVM2 metadata daemon socket.
[    4.579916] systemd[1]: Listening on LVM2 metadata daemon socket.
[    4.579922] systemd[1]: Starting User and Session Slice.
[    4.580099] systemd[1]: Created slice User and Session Slice.
[    4.580109] systemd[1]: Starting Journal Socket.
[    4.580169] systemd[1]: Listening on Journal Socket.
[    4.580182] systemd[1]: Starting System Slice.
[    4.580342] systemd[1]: Created slice System Slice.
[    4.580355] systemd[1]: Started File System Check on Root Device.
[    4.580360] systemd[1]: Starting system-systemd\x2dfsck.slice.
[    4.580539] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    4.580548] systemd[1]: Starting Remount Root and Kernel File Systems...
[    4.580867] systemd[1]: Starting udev Coldplug all Devices...
[    4.582105] systemd[1]: Started Set Up Additional Binary Formats.
[    4.582126] systemd[1]: Mounting Huge Pages File System...
[    4.588400] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    4.588761] systemd[1]: Starting Setup Virtual Console...
[    4.589105] systemd[1]: Mounting POSIX Message Queue File System...
[    4.589480] systemd[1]: Mounting Debug File System...
[    4.590965] systemd[1]: Started Load Kernel Modules.
[    4.591009] systemd[1]: Mounting Configuration File System...
[    4.591334] systemd[1]: Mounted FUSE Control File System.
[    4.591355] systemd[1]: Starting Apply Kernel Variables...
[    4.592379] systemd[1]: Starting system-netctl.slice.
[    4.593252] systemd[1]: Created slice system-netctl.slice.
[    4.593268] systemd[1]: Starting system-getty.slice.
[    4.594110] systemd[1]: Created slice system-getty.slice.
[    4.594123] systemd[1]: Starting Journal Service...
[    4.595870] systemd[1]: Started Journal Service.
[    4.701981] EXT4-fs (sda1): re-mounted. Opts: data=ordered
[    4.735004] systemd-udevd[161]: starting version 216
[    4.833341] ACPI Warning: SystemIO range 0x000000000000f040-0x000000000000f05f conflicts with OpRegion 0x000000000000f040-0x000000000000f04f (\_SB_.PCI0.SBUS.SMBI) (20140424/utaddress-258)
[    4.833347] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    4.849181] mei_me 0000:00:16.0: irq 47 for MSI/MSI-X
[    4.854227] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    4.872525] ACPI: AC Adapter [AC0] (on-line)
[    4.873148] thermal LNXTHERM:00: registered as thermal_zone0
[    4.873151] ACPI: Thermal Zone [THRM] (27 C)
[    4.874817] cfg80211: Calling CRDA to update world regulatory domain
[    4.879069] ACPI: Battery Slot [BAT0] (battery absent)
[    4.879675] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    4.879966] wmi: Mapper loaded
[    4.886047] r8169 0000:04:00.0: irq 48 for MSI/MSI-X
[    4.886212] r8169 0000:04:00.0 eth0: RTL8168g/8111g at 0xffffc90000662000, 0c:54:a5:f2:f4:c4, XID 0c000880 IRQ 48
[    4.886214] r8169 0000:04:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    4.887622] microcode: CPU0 sig=0x306c3, pf=0x10, revision=0x16
[    4.888318] microcode: CPU1 sig=0x306c3, pf=0x10, revision=0x16
[    4.888336] microcode: CPU2 sig=0x306c3, pf=0x10, revision=0x16
[    4.888353] microcode: CPU3 sig=0x306c3, pf=0x10, revision=0x16
[    4.888416] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    4.888528] Intel(R) Wireless WiFi driver for Linux, in-tree:
[    4.888529] Copyright(c) 2003- 2014 Intel Corporation
[    4.888577] iwlwifi 0000:03:00.0: enabling device (0000 -> 0002)
[    4.888769] iwlwifi 0000:03:00.0: irq 49 for MSI/MSI-X
[    4.905195] input: PC Speaker as /devices/platform/pcspkr/input/input6
[    4.963582] random: nonblocking pool is initialized
[    4.976647] Bluetooth: Core ver 2.19
[    4.976667] NET: Registered protocol family 31
[    4.976668] Bluetooth: HCI device and connection manager initialized
[    4.976674] Bluetooth: HCI socket layer initialized
[    4.976676] Bluetooth: L2CAP socket layer initialized
[    4.976686] Bluetooth: SCO socket layer initialized
[    5.000163] iwlwifi 0000:03:00.0: loaded firmware version 23.214.9.0 op_mode iwlmvm
[    5.010600] iTCO_vendor_support: vendor-support=0
[    5.011222] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    5.011265] iTCO_wdt: Found a Lynx Point TCO device (Version=2, TCOBASE=0x1860)
[    5.011360] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    5.016473] usbcore: registered new interface driver btusb
[    5.022504] systemd-udevd[164]: renamed network interface eth0 to enp4s0
[    5.027459] iwlwifi 0000:03:00.0: Detected Intel(R) Wireless N 7260, REV=0x144
[    5.027538] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
[    5.027790] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
[    5.029515] Bluetooth: hci0: read Intel version: 370710018002030d00
[    5.034031] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq
[    5.046732] usbcore: registered new interface driver uas
[    5.048157] ums-realtek 3-5:1.0: USB Mass Storage device detected
[    5.050069] media: Linux media interface: v0.10
[    5.053272] snd_hda_intel 0000:00:03.0: enabling device (0000 -> 0002)
[    5.053468] snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
[    5.053599] snd_hda_intel 0000:00:1b.0: irq 50 for MSI/MSI-X
[    5.055802] Linux video capture interface: v2.00
[    5.061023] snd_hda_intel 0000:00:03.0: irq 51 for MSI/MSI-X
[    5.065482] scsi5 : usb-storage 3-5:1.0
[    5.065561] usbcore: registered new interface driver ums-realtek
[    5.065584] usb 3-5: USB disconnect, device number 2
[    5.069152] uvcvideo: Found UVC 1.00 device USB2.0 HD UVC WebCam (04f2:b3a3)
[    5.074600] input: USB2.0 HD UVC WebCam as /devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.0/input/input7
[    5.074673] usbcore: registered new interface driver uvcvideo
[    5.074675] USB Video Class driver (1.1.1)
[    5.123231] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input8
[    5.123775] sound hdaudioC1D0: autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    5.123778] sound hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    5.123780] sound hdaudioC1D0:    hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
[    5.123781] sound hdaudioC1D0:    mono: mono_out=0x0
[    5.123782] sound hdaudioC1D0:    inputs:
[    5.123784] sound hdaudioC1D0:      Mic=0x18
[    5.123785] sound hdaudioC1D0:      Internal Mic=0x12
[    5.129029] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input9
[    5.129132] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input10
[    5.129890] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input11
[    5.129987] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input12
[    5.157637] Bluetooth: hci0: Intel Bluetooth firmware patch completed and activated
[    5.184805] Adding 8388604k swap on /dev/sda2.  Priority:-1 extents:1 across:8388604k FS
[    5.229834] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[    5.243652] systemd-udevd[163]: renamed network interface wlan0 to wlp3s0
[    5.347485] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: data=ordered
[    5.366069] systemd-journald[140]: Received request to flush runtime journal from PID 1
[    6.082091] r8169 0000:04:00.0 enp4s0: link down
[    6.082112] r8169 0000:04:00.0 enp4s0: link down
[    6.082132] IPv6: ADDRCONF(NETDEV_UP): enp4s0: link is not ready
[    6.857947] bbswitch: disabling discrete graphics
[    6.857962] ACPI Warning: \_SB_.PCI0.P0P2.VGA_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
[    7.666394] r8169 0000:04:00.0 enp4s0: link up
[    7.666400] IPv6: ADDRCONF(NETDEV_CHANGE): enp4s0: link becomes ready
[   48.951521] usb 3-2: new full-speed USB device number 5 using xhci_hcd
[   49.135517] hidraw: raw HID events driver (C) Jiri Kosina
[   49.139595] usbcore: registered new interface driver usbhid
[   49.139601] usbhid: USB HID core driver
[   49.141237] input: HID-compliant Mouse HID-compliant Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/0003:1D57:0005.0001/input/input13
[   49.141437] hid-generic 0003:1D57:0005.0001: input,hidraw0: USB HID v1.10 Mouse [HID-compliant Mouse HID-compliant Mouse] on usb-0000:00:14.0-2/input0
[   49.143295] mousedev: PS/2 mouse device common for all mice

looks like i have more than one problem.
thanks in advance!

Last edited by beard_hc (2014-10-09 17:04:36)

Offline

#8 2014-10-08 23:39:46

ssri
Member
Registered: 2010-02-16
Posts: 216

Re: NVIDA 825M and bumblebee error

Next time, place your outputs within "code" tags: Forum etiquette

Here is my dmesg output:

$ dmesg | grep -i i915
[    2.755358] i915 0000:00:02.0: irq 41 for MSI/MSI-X
[    3.494471] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    3.494474] i915 0000:00:02.0: registered panic notifier
[    3.519289] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0

$ dmesg | grep -i bbswitch
[    3.519606] bbswitch: disagrees about version of symbol module_layout
[   25.849249] bbswitch: version 0.8
[   25.849256] bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PCI0.GFX0
[   25.849261] bbswitch: Found discrete VGA device 0000:01:00.0: \_SB_.PCI0.PEG0.PEGP
[   25.849350] bbswitch: detected an Optimus _DSM function
[   25.849401] bbswitch: Succesfully loaded. Discrete card 0000:01:00.0 is on
[   25.851035] bbswitch: disabling discrete graphics
[  139.982708] bbswitch: enabling discrete graphics
[  152.632199] bbswitch: disabling discrete graphics

Yours looks the same and I see that 'rcutree.rcu_idle_gp_delay=1' parameter is loaded too... Hmmm.

How does your bumblebee.conf and xorg.conf.nvidia look?  They can be found under /etc/bumblebee

My bumblebee.conf is vanilla:

# Configuration file for Bumblebee. Values should **not** be put between quotes

## Server options. Any change made in this section will need a server restart
# to take effect.
[bumblebeed]
# The secondary Xorg server DISPLAY number
VirtualDisplay=:8
# Should the unused Xorg server be kept running? Set this to true if waiting
# for X to be ready is too long and don't need power management at all.
KeepUnusedXServer=false
# The name of the Bumbleblee server group name (GID name)
ServerGroup=bumblebee
# Card power state at exit. Set to false if the card shoud be ON when Bumblebee
# server exits.
TurnCardOffAtExit=false
# The default behavior of '-f' option on optirun. If set to "true", '-f' will
# be ignored.
NoEcoModeOverride=false
# The Driver used by Bumblebee server. If this value is not set (or empty),
# auto-detection is performed. The available drivers are nvidia and nouveau
# (See also the driver-specific sections below)
Driver=
# Directory with a dummy config file to pass as a -configdir to secondary X
XorgConfDir=/etc/bumblebee/xorg.conf.d

## Client options. Will take effect on the next optirun executed.
[optirun]
# Acceleration/ rendering bridge, possible values are auto, virtualgl and
# primus.
Bridge=auto
# The method used for VirtualGL to transport frames between X servers.
# Possible values are proxy, jpeg, rgb, xv and yuv.
VGLTransport=proxy
# List of paths which are searched for the primus libGL.so.1 when using
# the primus bridge
PrimusLibraryPath=/usr/lib/primus:/usr/lib32/primus
# Should the program run under optirun even if Bumblebee server or nvidia card
# is not available?
AllowFallbackToIGC=false


# Driver-specific settings are grouped under [driver-NAME]. The sections are
# parsed if the Driver setting in [bumblebeed] is set to NAME (or if auto-
# detection resolves to NAME).
# PMMethod: method to use for saving power by disabling the nvidia card, valid
# values are: auto - automatically detect which PM method to use
#         bbswitch - new in BB 3, recommended if available
#       switcheroo - vga_switcheroo method, use at your own risk
#             none - disable PM completely
# https://github.com/Bumblebee-Project/Bumblebee/wiki/Comparison-of-PM-methods

## Section with nvidia driver specific options, only parsed if Driver=nvidia
[driver-nvidia]
# Module name to load, defaults to Driver if empty or unset
KernelDriver=nvidia
PMMethod=auto
# colon-separated path to the nvidia libraries
LibraryPath=/usr/lib/nvidia:/usr/lib32/nvidia
# comma-separated path of the directory containing nvidia_drv.so and the
# default Xorg modules path
XorgModulePath=/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules
XorgConfFile=/etc/bumblebee/xorg.conf.nvidia

## Section with nouveau driver specific options, only parsed if Driver=nouveau
[driver-nouveau]
KernelDriver=nouveau
PMMethod=auto
XorgConfFile=/etc/bumblebee/xorg.conf.nouveau

As is my xorg.conf.nvidia

Section "ServerLayout"
    Identifier  "Layout0"
    Option      "AutoAddDevices" "false"
    Option      "AutoAddGPU" "false"
EndSection

Section "Device"
    Identifier  "DiscreteNvidia"
    Driver      "nvidia"
    VendorName  "NVIDIA Corporation"

#   If the X server does not automatically detect your VGA device,
#   you can manually set it here.
#   To get the BusID prop, run `lspci | egrep 'VGA|3D'` and input the data
#   as you see in the commented example.
#   This Setting may be needed in some platforms with more than one
#   nvidia card, which may confuse the proprietary driver (e.g.,
#   trying to take ownership of the wrong device). Also needed on Ubuntu 13.04.
#   BusID "PCI:01:00:0"

#   Setting ProbeAllGpus to false prevents the new proprietary driver
#   instance spawned to try to control the integrated graphics card,
#   which is already being managed outside bumblebee.
#   This option doesn't hurt and it is required on platforms running
#   more than one nvidia graphics card with the proprietary driver.
#   (E.g. Macbook Pro pre-2010 with nVidia 9400M + 9600M GT).
#   If this option is not set, the new Xorg may blacken the screen and
#   render it unusable (unless you have some way to run killall Xorg).
    Option "ProbeAllGpus" "false"

    Option "NoLogo" "true"
    Option "UseEDID" "false"
    Option "UseDisplayDevice" "none"
EndSection

Is bumblebee enabled?  Try

$ systemctl | grep bumble

$ optirun glxgears   or $ primusrun glxgears work fine for me.  Then again, I just had to REISUB when a steam game "Edge" froze X and I couldn't zap out of it or switch tty.  Go figure..

Last edited by ssri (2014-10-09 00:46:15)

Offline

#9 2014-10-09 17:23:29

beard_hc
Member
Registered: 2014-06-22
Posts: 17

Re: NVIDA 825M and bumblebee error

sorry for the missing "code" tags. i just forgot it.
my bumblebee.conf and xorg.xonf.nvidia are identical with yours and bumblebee is running. so...
just an idea: maybe i need another driver? i checked the nvidia page for drivers and the only result is version 331.49 but i installed 340.32-2. is there any possibility to check if this driver supports my graphics card? i googled but i did not find anything.
and again: thanks a lot!

Offline

#10 2014-10-09 17:46:44

ssri
Member
Registered: 2010-02-16
Posts: 216

Re: NVIDA 825M and bumblebee error

beard_hc wrote:

sorry for the missing "code" tags. i just forgot it.
my bumblebee.conf and xorg.xonf.nvidia are identical with yours and bumblebee is running. so...
just an idea: maybe i need another driver? i checked the nvidia page for drivers and the only result is version 331.49 but i installed 340.32-2. is there any possibility to check if this driver supports my graphics card? i googled but i did not find anything.
and again: thanks a lot!

Did you read the announcements?  Your nvidia card is pretty new, so you should have installed the regular nvidia package rather than nvidia-340xx (legacy cards).  Your drivers should be 343.22-2 as of this date.  Furthermore, make sure that you remove any of the legacy nvidia drivers and libraries you have on your system.  If it still doesn't work, then post the output of "pacman -Qs nvidia".

Last edited by ssri (2014-10-10 00:26:26)

Offline

#11 2014-10-10 17:40:39

beard_hc
Member
Registered: 2014-06-22
Posts: 17

Re: NVIDA 825M and bumblebee error

i'm an idiot. i forgot to update the database before i installed bumblebee and the drivers.
okay, now it is the newest driver:

pacman -Qs nvidia
local/bumblebee 3.2.1-3
    NVIDIA Optimus support for Linux through VirtualGL
local/nvidia 343.22-2
    NVIDIA drivers for linux
local/nvidia-utils 343.22-1
    NVIDIA drivers utilities
local/xf86-video-nouveau 1.0.11-1 (xorg-drivers xorg)
    Open Source 2D acceleration driver for nVidia cards

and now i get this error when i try to run

 
optirun glxgears 
[ERROR]Cannot access secondary GPU - error: Could not load GPU driver

[ERROR]Aborting because fallback start is disabled.

according to https://wiki.archlinux.org/index.php/Bu … GPU_driver i need to compile the driver manually.
i will try this after i read a little bit more.
thanks again for your help!!

Offline

#12 2014-10-10 17:52:16

beard_hc
Member
Registered: 2014-06-22
Posts: 17

Re: NVIDA 825M and bumblebee error

after i also updated bumblebee i'm back to the old error massage

optirun glxgears
[   56.766786] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) systemd-logind: failed to get session: PID 562 does not belong to any known session

[   56.766817] [ERROR]Aborting because fallback start is disabled.

here again the versions of bumblebee and nvidia

sudo pacman -Qs bumble
local/bumblebee 3.2.1-5
    NVIDIA Optimus support for Linux through VirtualGL
local/primus 20131226-1
    Faster OpenGL offloading for Bumblebee

sudo pacman -Qs nvidia
local/bumblebee 3.2.1-5
    NVIDIA Optimus support for Linux through VirtualGL
local/nvidia 343.22-2
    NVIDIA drivers for linux
local/nvidia-utils 343.22-1
    NVIDIA drivers utilities
local/xf86-video-nouveau 1.0.11-2 (xorg-drivers xorg)
    Open Source 2D acceleration driver for nVidia cards

Offline

#13 2014-10-10 23:00:48

ssri
Member
Registered: 2010-02-16
Posts: 216

Re: NVIDA 825M and bumblebee error

Why do you have nouveau installed?  You should go with the proprietory (nvidia) or FOSS driver (nouveau).  It is not a good idea to mix the two.  Also, since you likely have optimus, I take it that you have the intel video drivers installed as well (xf86-video-intel).

Offline

#14 2014-10-11 09:47:36

beard_hc
Member
Registered: 2014-06-22
Posts: 17

Re: NVIDA 825M and bumblebee error

i uninstalled the nouveau driver and yes i have the intel driver xf86-video-intel installed.

sudo pacman -Qs intel 
local/mesa-dri 10.3.0-3
    Mesa DRI drivers
local/xf86-video-intel 2.99.916-3 (xorg-drivers xorg)
    X.org Intel i810/i830/i915/945G/G965+ video drivers

and after reinstalling bumblebee, nvidia and intel and a reboot, the error still appears.

Last edited by beard_hc (2014-10-11 09:49:04)

Offline

#15 2014-10-12 07:33:53

ssri
Member
Registered: 2010-02-16
Posts: 216

Re: NVIDA 825M and bumblebee error

Hmm, adding the kernel modules and parameter should have worked if you installed the packages correctly.  Seeing the nouveau driver there with nvidia's has me wondering how you are going about installing your packages because installing one or the other should have removed the other due to a package conflict between the two.  Did you follow the wiki explicitly when installing bumblebee and your drivers? Also, please provide the dmesg output after running primusrun (or optirun) glxgears (if it fails).

Last edited by ssri (2014-10-12 07:38:15)

Offline

#16 2014-10-12 09:23:18

beard_hc
Member
Registered: 2014-06-22
Posts: 17

Re: NVIDA 825M and bumblebee error

yes i followed the wiki. i think i installed the nouveau driver for trying primusrun but it didn't work as well so i switched to bumblebee.
here is the dmesg after i run optirun glxgears

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.16.4-1-ARCH (nobody@var-lib-archbuild-testing-x86_64-tobias) (gcc version 4.9.1 20140903 (prerelease) (GCC) ) #1 SMP PREEMPT Mon Oct 6 08:22:27 CEST 2014
[    0.000000] Command line: initrd=\initramfs-linux.img root=/dev/sda1 rw rcutree.rcu_idle_gp_delay=1
[    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-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bb9ebfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bb9ec000-0x00000000bb9f2fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bb9f3000-0x00000000bbe20fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bbe21000-0x00000000bc11ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bc120000-0x00000000caa16fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000caa17000-0x00000000cad79fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000cad7a000-0x00000000cad9afff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000cad9b000-0x00000000cb431fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000cb432000-0x00000000cbffefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000cbfff000-0x00000000cbffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000cd000000-0x00000000cf1fffff] 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-0x000000012fdfffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0xbaa76018-0xbaa8dc57] usable ==> usable
[    0.000000] e820: update [mem 0xbaa65018-0xbaa75057] usable ==> usable
[    0.000000] e820: update [mem 0xbaa57018-0xbaa64057] 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-0x000000000009efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009f000-0x000000000009ffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x00000000baa57017] usable
[    0.000000] reserve setup_data: [mem 0x00000000baa57018-0x00000000baa64057] usable
[    0.000000] reserve setup_data: [mem 0x00000000baa64058-0x00000000baa65017] usable
[    0.000000] reserve setup_data: [mem 0x00000000baa65018-0x00000000baa75057] usable
[    0.000000] reserve setup_data: [mem 0x00000000baa75058-0x00000000baa76017] usable
[    0.000000] reserve setup_data: [mem 0x00000000baa76018-0x00000000baa8dc57] usable
[    0.000000] reserve setup_data: [mem 0x00000000baa8dc58-0x00000000bb9ebfff] usable
[    0.000000] reserve setup_data: [mem 0x00000000bb9ec000-0x00000000bb9f2fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000bb9f3000-0x00000000bbe20fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000bbe21000-0x00000000bc11ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000bc120000-0x00000000caa16fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000caa17000-0x00000000cad79fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000cad7a000-0x00000000cad9afff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000cad9b000-0x00000000cb431fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000cb432000-0x00000000cbffefff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000cbfff000-0x00000000cbffffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000cd000000-0x00000000cf1fffff] 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-0x000000012fdfffff] usable
[    0.000000] efi: EFI v2.31 by American Megatrends
[    0.000000] efi:  ACPI 2.0=0xcad80000  ACPI=0xcad80000  SMBIOS=0xf04c0  MPS=0xcbf65718 
[    0.000000] efi: mem00: type=3, attr=0xf, range=[0x0000000000000000-0x0000000000008000) (0MB)
[    0.000000] efi: mem01: type=2, attr=0xf, range=[0x0000000000008000-0x000000000000e000) (0MB)
[    0.000000] efi: mem02: type=7, attr=0xf, range=[0x000000000000e000-0x0000000000058000) (0MB)
[    0.000000] efi: mem03: type=0, attr=0xf, range=[0x0000000000058000-0x0000000000059000) (0MB)
[    0.000000] efi: mem04: type=7, attr=0xf, range=[0x0000000000059000-0x000000000005f000) (0MB)
[    0.000000] efi: mem05: type=4, attr=0xf, range=[0x000000000005f000-0x0000000000060000) (0MB)
[    0.000000] efi: mem06: type=3, attr=0xf, range=[0x0000000000060000-0x000000000009f000) (0MB)
[    0.000000] efi: mem07: type=0, attr=0xf, range=[0x000000000009f000-0x00000000000a0000) (0MB)
[    0.000000] efi: mem08: type=7, attr=0xf, range=[0x0000000000100000-0x0000000001000000) (15MB)
[    0.000000] efi: mem09: type=2, attr=0xf, range=[0x0000000001000000-0x0000000001f47000) (15MB)
[    0.000000] efi: mem10: type=7, attr=0xf, range=[0x0000000001f47000-0x000000007fc38000) (2012MB)
[    0.000000] efi: mem11: type=2, attr=0xf, range=[0x000000007fc38000-0x0000000080000000) (3MB)
[    0.000000] efi: mem12: type=7, attr=0xf, range=[0x0000000080000000-0x00000000b8140000) (897MB)
[    0.000000] efi: mem13: type=2, attr=0xf, range=[0x00000000b8140000-0x00000000b8240000) (1MB)
[    0.000000] efi: mem14: type=7, attr=0xf, range=[0x00000000b8240000-0x00000000baa57000) (40MB)
[    0.000000] efi: mem15: type=2, attr=0xf, range=[0x00000000baa57000-0x00000000baa8e000) (0MB)
[    0.000000] efi: mem16: type=1, attr=0xf, range=[0x00000000baa8e000-0x00000000bb9ec000) (15MB)
[    0.000000] efi: mem17: type=10, attr=0xf, range=[0x00000000bb9ec000-0x00000000bb9f3000) (0MB)
[    0.000000] efi: mem18: type=4, attr=0xf, range=[0x00000000bb9f3000-0x00000000bbb42000) (1MB)
[    0.000000] efi: mem19: type=3, attr=0xf, range=[0x00000000bbb42000-0x00000000bbde0000) (2MB)
[    0.000000] efi: mem20: type=4, attr=0xf, range=[0x00000000bbde0000-0x00000000bbdfe000) (0MB)
[    0.000000] efi: mem21: type=3, attr=0xf, range=[0x00000000bbdfe000-0x00000000bbe18000) (0MB)
[    0.000000] efi: mem22: type=4, attr=0xf, range=[0x00000000bbe18000-0x00000000bbe21000) (0MB)
[    0.000000] efi: mem23: type=6, attr=0x800000000000000f, range=[0x00000000bbe21000-0x00000000bc120000) (2MB)
[    0.000000] efi: mem24: type=4, attr=0xf, range=[0x00000000bc120000-0x00000000bc130000) (0MB)
[    0.000000] efi: mem25: type=7, attr=0xf, range=[0x00000000bc130000-0x00000000bc13a000) (0MB)
[    0.000000] efi: mem26: type=2, attr=0xf, range=[0x00000000bc13a000-0x00000000bc13f000) (0MB)
[    0.000000] efi: mem27: type=7, attr=0xf, range=[0x00000000bc13f000-0x00000000bf6da000) (53MB)
[    0.000000] efi: mem28: type=4, attr=0xf, range=[0x00000000bf6da000-0x00000000bf6f2000) (0MB)
[    0.000000] efi: mem29: type=7, attr=0xf, range=[0x00000000bf6f2000-0x00000000bf70a000) (0MB)
[    0.000000] efi: mem30: type=4, attr=0xf, range=[0x00000000bf70a000-0x00000000bf901000) (1MB)
[    0.000000] efi: mem31: type=7, attr=0xf, range=[0x00000000bf901000-0x00000000bf917000) (0MB)
[    0.000000] efi: mem32: type=4, attr=0xf, range=[0x00000000bf917000-0x00000000bf927000) (0MB)
[    0.000000] efi: mem33: type=7, attr=0xf, range=[0x00000000bf927000-0x00000000bf928000) (0MB)
[    0.000000] efi: mem34: type=4, attr=0xf, range=[0x00000000bf928000-0x00000000bff26000) (5MB)
[    0.000000] efi: mem35: type=7, attr=0xf, range=[0x00000000bff26000-0x00000000bff28000) (0MB)
[    0.000000] efi: mem36: type=4, attr=0xf, range=[0x00000000bff28000-0x00000000ca231000) (163MB)
[    0.000000] efi: mem37: type=7, attr=0xf, range=[0x00000000ca231000-0x00000000ca6c4000) (4MB)
[    0.000000] efi: mem38: type=3, attr=0xf, range=[0x00000000ca6c4000-0x00000000caa17000) (3MB)
[    0.000000] efi: mem39: type=0, attr=0xf, range=[0x00000000caa17000-0x00000000caae6000) (0MB)
[    0.000000] efi: mem40: type=0, attr=0xf, range=[0x00000000caae6000-0x00000000cad7a000) (2MB)
[    0.000000] efi: mem41: type=9, attr=0xf, range=[0x00000000cad7a000-0x00000000cad80000) (0MB)
[    0.000000] efi: mem42: type=9, attr=0xf, range=[0x00000000cad80000-0x00000000cad9b000) (0MB)
[    0.000000] efi: mem43: type=10, attr=0xf, range=[0x00000000cad9b000-0x00000000caef3000) (1MB)
[    0.000000] efi: mem44: type=10, attr=0xf, range=[0x00000000caef3000-0x00000000cb432000) (5MB)
[    0.000000] efi: mem45: type=6, attr=0x800000000000000f, range=[0x00000000cb432000-0x00000000cb96e000) (5MB)
[    0.000000] efi: mem46: type=6, attr=0x800000000000000f, range=[0x00000000cb96e000-0x00000000cbad2000) (1MB)
[    0.000000] efi: mem47: type=6, attr=0x800000000000000f, range=[0x00000000cbad2000-0x00000000cbad4000) (0MB)
[    0.000000] efi: mem48: type=6, attr=0x800000000000000f, range=[0x00000000cbad4000-0x00000000cbf69000) (4MB)
[    0.000000] efi: mem49: type=5, attr=0x800000000000000f, range=[0x00000000cbf69000-0x00000000cbf87000) (0MB)
[    0.000000] efi: mem50: type=5, attr=0x800000000000000f, range=[0x00000000cbf87000-0x00000000cbfff000) (0MB)
[    0.000000] efi: mem51: type=4, attr=0xf, range=[0x00000000cbfff000-0x00000000cc000000) (0MB)
[    0.000000] efi: mem52: type=7, attr=0xf, range=[0x0000000100000000-0x000000012fe00000) (766MB)
[    0.000000] efi: mem53: type=0, attr=0x0, range=[0x00000000cd000000-0x00000000cf200000) (34MB)
[    0.000000] efi: mem54: type=11, attr=0x8000000000000001, range=[0x00000000f8000000-0x00000000fc000000) (64MB)
[    0.000000] efi: mem55: type=11, attr=0x8000000000000001, range=[0x00000000fec00000-0x00000000fec01000) (0MB)
[    0.000000] efi: mem56: type=11, attr=0x8000000000000001, range=[0x00000000fed00000-0x00000000fed04000) (0MB)
[    0.000000] efi: mem57: type=11, attr=0x8000000000000001, range=[0x00000000fed1c000-0x00000000fed20000) (0MB)
[    0.000000] efi: mem58: type=11, attr=0x8000000000000001, range=[0x00000000fee00000-0x00000000fee01000) (0MB)
[    0.000000] efi: mem59: type=11, attr=0x8000000000000001, range=[0x00000000ff000000-0x0000000100000000) (16MB)
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: Medion Akoya P6647/Akoya P6647, BIOS C15B.602 11/21/2013
[    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 = 0x12fe00 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-CFFFF write-protect
[    0.000000]   D0000-DFFFF uncachable
[    0.000000]   E0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0000000000 mask 7F00000000 write-back
[    0.000000]   1 base 0100000000 mask 7FE0000000 write-back
[    0.000000]   2 base 0120000000 mask 7FF0000000 write-back
[    0.000000]   3 base 00E0000000 mask 7FE0000000 uncachable
[    0.000000]   4 base 00D0000000 mask 7FF0000000 uncachable
[    0.000000]   5 base 00CE000000 mask 7FFE000000 uncachable
[    0.000000]   6 base 00CD000000 mask 7FFF000000 uncachable
[    0.000000]   7 base 012FE00000 mask 7FFFE00000 uncachable
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820: update [mem 0xcd000000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xcc000 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fd4d0-0x000fd4df] mapped at [ffff8800000fd4d0]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000097000] 97000 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 [0x01b23000, 0x01b23fff] PGTABLE
[    0.000000] BRK [0x01b24000, 0x01b24fff] PGTABLE
[    0.000000] BRK [0x01b25000, 0x01b25fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x12fc00000-0x12fdfffff]
[    0.000000]  [mem 0x12fc00000-0x12fdfffff] page 2M
[    0.000000] BRK [0x01b26000, 0x01b26fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x12c000000-0x12fbfffff]
[    0.000000]  [mem 0x12c000000-0x12fbfffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x100000000-0x12bffffff]
[    0.000000]  [mem 0x100000000-0x12bffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0xbb9ebfff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x3fffffff] page 2M
[    0.000000]  [mem 0x40000000-0x7fffffff] page 1G
[    0.000000]  [mem 0x80000000-0xbb7fffff] page 2M
[    0.000000]  [mem 0xbb800000-0xbb9ebfff] page 4k
[    0.000000] init_memory_mapping: [mem 0xbb9f3000-0xbbe20fff]
[    0.000000]  [mem 0xbb9f3000-0xbb9fffff] page 4k
[    0.000000]  [mem 0xbba00000-0xbbdfffff] page 2M
[    0.000000]  [mem 0xbbe00000-0xbbe20fff] page 4k
[    0.000000] BRK [0x01b27000, 0x01b27fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0xbc120000-0xcaa16fff]
[    0.000000]  [mem 0xbc120000-0xbc1fffff] page 4k
[    0.000000]  [mem 0xbc200000-0xca9fffff] page 2M
[    0.000000]  [mem 0xcaa00000-0xcaa16fff] page 4k
[    0.000000] BRK [0x01b28000, 0x01b28fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0xcbfff000-0xcbffffff]
[    0.000000]  [mem 0xcbfff000-0xcbffffff] page 4k
[    0.000000] RAMDISK: [mem 0x7fc38000-0x7fffffff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000CAD80000 000024 (v02 MEDION)
[    0.000000] ACPI: XSDT 0x00000000CAD80088 000094 (v01 MEDION MEDIONAG 00000001 AMI  00010013)
[    0.000000] ACPI: FACP 0x00000000CAD97878 00010C (v05 MEDION MEDIONAG 00000001 AMI  00010013)
[    0.000000] ACPI: DSDT 0x00000000CAD801B0 0176C2 (v02 MEDION MEDIONAG 00000602 INTL 20091112)
[    0.000000] ACPI: FACS 0x00000000CB42F080 000040
[    0.000000] ACPI: APIC 0x00000000CAD97988 000072 (v03 MEDION MEDIONAG 00000001 AMI  00010013)
[    0.000000] ACPI: FPDT 0x00000000CAD97A00 000044 (v01 MEDION MEDIONAG 00000001 AMI  00010013)
[    0.000000] ACPI: ECDT 0x00000000CAD97A48 0000C1 (v01 MEDION MEDIONAG 00000001 AMI. 00000005)
[    0.000000] ACPI: MSDM 0x00000000CAD97B10 000055 (v03 MEDION MEDIONAG 00000000 TEST 00000000)
[    0.000000] ACPI: LPIT 0x00000000CAD97B68 00005C (v01 MEDION MEDIONAG 00000000 AMI. 00000005)
[    0.000000] ACPI: SSDT 0x00000000CAD97BC8 000228 (v01 MEDION MEDIONAG 00000000 INTL 20120711)
[    0.000000] ACPI: SSDT 0x00000000CAD97DF0 000557 (v01 MEDION MEDIONAG 00003000 INTL 20120711)
[    0.000000] ACPI: SSDT 0x00000000CAD98348 000AD8 (v01 MEDION MEDIONAG 00003000 INTL 20120711)
[    0.000000] ACPI: MCFG 0x00000000CAD98E20 00003C (v01 MEDION MEDIONAG 00000001 MSFT 00000097)
[    0.000000] ACPI: HPET 0x00000000CAD98E60 000038 (v01 MEDION MEDIONAG 00000001 AMI. 00000005)
[    0.000000] ACPI: SSDT 0x00000000CAD98E98 000315 (v01 MEDION MEDIONAG 00001000 INTL 20120711)
[    0.000000] ACPI: SSDT 0x00000000CAD991B0 0019B2 (v01 MEDION MEDIONAG 00003000 INTL 20091112)
[    0.000000] ACPI: BGRT 0x00000000CAD9AB68 000038 (v00 MEDION MEDIONAG 00000000 MSFT 00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000012fdfffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x12fdfffff]
[    0.000000]   NODE_DATA [mem 0x12fdf6000-0x12fdfafff]
[    0.000000]  [ffffea0000000000-ffffea0004bfffff] PMD -> [ffff88012b400000-ffff88012f3fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x12fdfffff]
[    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-0x0009efff]
[    0.000000]   node   0: [mem 0x00100000-0xbb9ebfff]
[    0.000000]   node   0: [mem 0xbb9f3000-0xbbe20fff]
[    0.000000]   node   0: [mem 0xbc120000-0xcaa16fff]
[    0.000000]   node   0: [mem 0xcbfff000-0xcbffffff]
[    0.000000]   node   0: [mem 0x100000000-0x12fdfffff]
[    0.000000] On node 0 totalpages: 1025199
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 24 pages reserved
[    0.000000]   DMA zone: 3997 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 12893 pages used for memmap
[    0.000000]   DMA32 zone: 825106 pages, LIFO batch:31
[    0.000000]   Normal zone: 3064 pages used for memmap
[    0.000000]   Normal zone: 196096 pages, LIFO batch:31
[    0.000000] Reserving Intel graphics stolen memory at 0xcd200000-0xcf1fffff
[    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[0xff] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: 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: 40
[    0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbaa57000-0xbaa57fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbaa64000-0xbaa64fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbaa65000-0xbaa65fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbaa75000-0xbaa75fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbaa76000-0xbaa76fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbaa8d000-0xbaa8dfff]
[    0.000000] PM: Registered nosave memory: [mem 0xbb9ec000-0xbb9f2fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbbe21000-0xbc11ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xcaa17000-0xcad79fff]
[    0.000000] PM: Registered nosave memory: [mem 0xcad7a000-0xcad9afff]
[    0.000000] PM: Registered nosave memory: [mem 0xcad9b000-0xcb431fff]
[    0.000000] PM: Registered nosave memory: [mem 0xcb432000-0xcbffefff]
[    0.000000] PM: Registered nosave memory: [mem 0xcc000000-0xccffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xcd000000-0xcf1fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xcf200000-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 0xcf200000-0xf7ffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 29 pages/cpu @ffff88012fa00000 s86784 r8192 d23808 u524288
[    0.000000] pcpu-alloc: s86784 r8192 d23808 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1009154
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: initrd=\initramfs-linux.img root=/dev/sda1 rw rcutree.rcu_idle_gp_delay=1
[    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: 3769820K/4100796K available (5336K kernel code, 887K rwdata, 1688K rodata, 1128K init, 1164K bss, 330976K reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	Dump stacks of tasks blocking RCU-preempt GP.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS:8448 nr_irqs:712 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 16777216 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 2394.525 MHz processor
[    0.000028] Calibrating delay loop (skipped), value calculated using timer frequency.. 4790.59 BogoMIPS (lpj=7981750)
[    0.000031] pid_max: default: 32768 minimum: 301
[    0.000036] ACPI: Core revision 20140424
[    0.016725] ACPI: All ACPI Tables successfully acquired
[    0.018300] Security Framework initialized
[    0.018305] Yama: becoming mindful.
[    0.018543] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.019355] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.019719] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.019726] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.019920] Initializing cgroup subsys memory
[    0.019937] Initializing cgroup subsys devices
[    0.019943] Initializing cgroup subsys freezer
[    0.019945] Initializing cgroup subsys net_cls
[    0.019948] Initializing cgroup subsys blkio
[    0.019970] CPU: Physical Processor ID: 0
[    0.019971] CPU: Processor Core ID: 0
[    0.019975] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.020867] mce: CPU supports 7 MCE banks
[    0.020878] CPU0: Thermal monitoring enabled (TM1)
[    0.020888] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
tlb_flushall_shift: 6
[    0.020981] Freeing SMP alternatives memory: 20K (ffffffff819f9000 - ffffffff819fe000)
[    0.026505] ftrace: allocating 20445 entries in 80 pages
[    0.035148] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[    0.068181] smpboot: CPU0: Intel(R) Core(TM) i3-4000M CPU @ 2.40GHz (fam: 06, model: 3c, stepping: 03)
[    0.068189] TSC deadline timer enabled
[    0.068210] Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver.
[    0.068229] ... version:                3
[    0.068230] ... bit width:              48
[    0.068231] ... generic registers:      4
[    0.068232] ... value mask:             0000ffffffffffff
[    0.068233] ... max period:             0000ffffffffffff
[    0.068233] ... fixed-purpose events:   3
[    0.068234] ... event mask:             000000070000000f
[    0.095003] x86: Booting SMP configuration:
[    0.095004] .... node  #0, CPUs:      #1
[    0.109087] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.115784]  #2 #3
[    0.150815] x86: Booted up 1 node, 4 CPUs
[    0.150818] smpboot: Total of 4 processors activated (19163.37 BogoMIPS)
[    0.154303] devtmpfs: initialized
[    0.156106] PM: Registering ACPI NVS region [mem 0xbb9ec000-0xbb9f2fff] (28672 bytes)
[    0.156107] PM: Registering ACPI NVS region [mem 0xcad9b000-0xcb431fff] (6909952 bytes)
[    0.156908] pinctrl core: initialized pinctrl subsystem
[    0.156944] RTC time:  9:11:55, date: 10/12/14
[    0.156989] NET: Registered protocol family 16
[    0.157083] cpuidle: using governor ladder
[    0.157085] cpuidle: using governor menu
[    0.157134] ACPI: bus type PCI registered
[    0.157136] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.157197] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.157199] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.157275] PCI: Using configuration type 1 for base access
[    0.171134] ACPI: Added _OSI(Module Device)
[    0.171136] ACPI: Added _OSI(Processor Device)
[    0.171137] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.171138] ACPI: Added _OSI(Processor Aggregator Device)
[    0.173315] ACPI : EC: EC description table is found, configuring boot EC
[    0.175593] ACPI: Executed 1 blocks of module-level executable AML code
[    0.178575] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.204318] ACPI: Dynamic OEM Table Load:
[    0.204323] ACPI: SSDT 0xFFFF880129704C00 0003D3 (v01 PmRef  Cpu0Cst  00003001 INTL 20120711)
[    0.217781] ACPI: Dynamic OEM Table Load:
[    0.217786] ACPI: SSDT 0xFFFF8801296E1000 0005AA (v01 PmRef  ApIst    00003000 INTL 20120711)
[    0.231012] ACPI: Dynamic OEM Table Load:
[    0.231016] ACPI: SSDT 0xFFFF880129700800 000119 (v01 PmRef  ApCst    00003000 INTL 20120711)
[    0.244822] ACPI: Interpreter enabled
[    0.244830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140424/hwxface-580)
[    0.244836] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140424/hwxface-580)
[    0.244855] ACPI: (supports S0 S3 S4 S5)
[    0.244856] ACPI: Using IOAPIC for interrupt routing
[    0.244880] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.247453] ACPI: Power Resource [PG00] (on)
[    0.276076] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.276081] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.276612] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.277104] PCI host bridge to bus 0000:00
[    0.277107] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.277109] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.277110] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.277112] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.277113] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
[    0.277114] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
[    0.277115] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
[    0.277117] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
[    0.277118] pci_bus 0000:00: root bus resource [mem 0xcf200000-0xfeafffff]
[    0.277125] pci 0000:00:00.0: [8086:0c04] type 00 class 0x060000
[    0.277210] pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400
[    0.277243] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.277299] pci 0000:00:01.0: System wakeup disabled by ACPI
[    0.277337] pci 0000:00:02.0: [8086:0416] type 00 class 0x030000
[    0.277347] pci 0000:00:02.0: reg 0x10: [mem 0xf7400000-0xf77fffff 64bit]
[    0.277353] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.277357] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.277434] pci 0000:00:03.0: [8086:0c0c] type 00 class 0x040300
[    0.277440] pci 0000:00:03.0: reg 0x10: [mem 0xf7a14000-0xf7a17fff 64bit]
[    0.277539] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
[    0.277558] pci 0000:00:14.0: reg 0x10: [mem 0xf7a00000-0xf7a0ffff 64bit]
[    0.277616] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.277654] pci 0000:00:14.0: System wakeup disabled by ACPI
[    0.277695] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
[    0.277714] pci 0000:00:16.0: reg 0x10: [mem 0xf7a1e000-0xf7a1e00f 64bit]
[    0.277775] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.277857] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320
[    0.277878] pci 0000:00:1a.0: reg 0x10: [mem 0xf7a1c000-0xf7a1c3ff]
[    0.277962] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.278014] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    0.278052] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300
[    0.278066] pci 0000:00:1b.0: reg 0x10: [mem 0xf7a10000-0xf7a13fff 64bit]
[    0.278125] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.278195] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400
[    0.278262] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.278335] pci 0000:00:1c.2: [8086:8c14] type 01 class 0x060400
[    0.278401] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.278471] pci 0000:00:1c.3: [8086:8c16] type 01 class 0x060400
[    0.278538] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.278619] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320
[    0.278639] pci 0000:00:1d.0: reg 0x10: [mem 0xf7a1b000-0xf7a1b3ff]
[    0.278724] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.278773] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.278811] pci 0000:00:1f.0: [8086:8c49] type 00 class 0x060100
[    0.278974] pci 0000:00:1f.2: [8086:8c03] type 00 class 0x010601
[    0.278990] pci 0000:00:1f.2: reg 0x10: [io  0xf0b0-0xf0b7]
[    0.278998] pci 0000:00:1f.2: reg 0x14: [io  0xf0a0-0xf0a3]
[    0.279005] pci 0000:00:1f.2: reg 0x18: [io  0xf090-0xf097]
[    0.279013] pci 0000:00:1f.2: reg 0x1c: [io  0xf080-0xf083]
[    0.279020] pci 0000:00:1f.2: reg 0x20: [io  0xf060-0xf07f]
[    0.279029] pci 0000:00:1f.2: reg 0x24: [mem 0xf7a1a000-0xf7a1a7ff]
[    0.279065] pci 0000:00:1f.2: PME# supported from D3hot
[    0.279131] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
[    0.279147] pci 0000:00:1f.3: reg 0x10: [mem 0xf7a19000-0xf7a190ff 64bit]
[    0.279166] pci 0000:00:1f.3: reg 0x20: [io  0xf040-0xf05f]
[    0.279286] pci 0000:01:00.0: [10de:1296] type 00 class 0x030200
[    0.279299] pci 0000:01:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
[    0.279311] pci 0000:01:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.279323] pci 0000:01:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
[    0.279331] pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
[    0.279340] pci 0000:01:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
[    0.284359] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.284362] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.284364] pci 0000:00:01.0:   bridge window [mem 0xf6000000-0xf70fffff]
[    0.284367] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.284431] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.284568] pci 0000:03:00.0: [8086:08b1] type 00 class 0x028000
[    0.284618] pci 0000:03:00.0: reg 0x10: [mem 0xf7900000-0xf7901fff 64bit]
[    0.284830] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    0.284893] pci 0000:03:00.0: System wakeup disabled by ACPI
[    0.291056] pci 0000:00:1c.2: PCI bridge to [bus 03]
[    0.291062] pci 0000:00:1c.2:   bridge window [mem 0xf7900000-0xf79fffff]
[    0.291150] pci 0000:04:00.0: [10ec:8168] type 00 class 0x020000
[    0.291170] pci 0000:04:00.0: reg 0x10: [io  0xd000-0xd0ff]
[    0.291198] pci 0000:04:00.0: reg 0x18: [mem 0xf7800000-0xf7800fff 64bit]
[    0.291216] pci 0000:04:00.0: reg 0x20: [mem 0xf2100000-0xf2103fff 64bit pref]
[    0.291309] pci 0000:04:00.0: supports D1 D2
[    0.291310] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.291351] pci 0000:04:00.0: System wakeup disabled by ACPI
[    0.297717] pci 0000:00:1c.3: PCI bridge to [bus 04]
[    0.297721] pci 0000:00:1c.3:   bridge window [io  0xd000-0xdfff]
[    0.297725] pci 0000:00:1c.3:   bridge window [mem 0xf7800000-0xf78fffff]
[    0.297730] pci 0000:00:1c.3:   bridge window [mem 0xf2100000-0xf21fffff 64bit pref]
[    0.304491] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12)
[    0.304531] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 12) *0, disabled.
[    0.304570] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 7 10 12)
[    0.304607] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *10 12)
[    0.304644] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 12) *0, disabled.
[    0.304681] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 12) *0, disabled.
[    0.304719] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 10 12)
[    0.304757] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 *4 5 6 7 10 12)
[    0.304982] ACPI: Enabled 4 GPEs in block 00 to 3F
[    0.305062] ACPI : EC: GPE = 0x1d, I/O: command/status = 0x66, data = 0x62
[    0.305155] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.305158] vgaarb: loaded
[    0.305159] vgaarb: bridge control possible 0000:00:02.0
[    0.305221] PCI: Using ACPI for IRQ routing
[    0.306555] PCI: pci_cache_line_size set to 64 bytes
[    0.306628] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.306629] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.306630] e820: reserve RAM buffer [mem 0xbaa57018-0xbbffffff]
[    0.306632] e820: reserve RAM buffer [mem 0xbaa65018-0xbbffffff]
[    0.306633] e820: reserve RAM buffer [mem 0xbaa76018-0xbbffffff]
[    0.306634] e820: reserve RAM buffer [mem 0xbb9ec000-0xbbffffff]
[    0.306635] e820: reserve RAM buffer [mem 0xbbe21000-0xbbffffff]
[    0.306636] e820: reserve RAM buffer [mem 0xcaa17000-0xcbffffff]
[    0.306638] e820: reserve RAM buffer [mem 0x12fe00000-0x12fffffff]
[    0.306733] NetLabel: Initializing
[    0.306734] NetLabel:  domain hash size = 128
[    0.306734] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.306745] NetLabel:  unlabeled traffic allowed by default
[    0.306766] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.306770] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.309800] Switched to clocksource hpet
[    0.314003] pnp: PnP ACPI init
[    0.314018] ACPI: bus type PNP registered
[    0.314220] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.314222] system 00:00: [io  0xffff] has been reserved
[    0.314223] system 00:00: [io  0xffff] has been reserved
[    0.314225] system 00:00: [io  0xffff] has been reserved
[    0.314226] system 00:00: [io  0x1c00-0x1cfe] has been reserved
[    0.314228] system 00:00: [io  0x1d00-0x1dfe] has been reserved
[    0.314229] system 00:00: [io  0x1e00-0x1efe] has been reserved
[    0.314231] system 00:00: [io  0x1f00-0x1ffe] has been reserved
[    0.314232] system 00:00: [io  0x1800-0x18fe] could not be reserved
[    0.314234] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.314237] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.314265] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.314307] system 00:02: [io  0x1854-0x1857] has been reserved
[    0.314309] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.314350] system 00:03: [io  0x04d0-0x04d1] has been reserved
[    0.314352] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.314418] system 00:04: [io  0x04d0-0x04d1] has been reserved
[    0.314420] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.314474] system 00:05: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.314476] system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.314477] system 00:05: [mem 0xff000000-0xffffffff] could not be reserved
[    0.314479] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.314527] pnp 00:06: Plug and Play ACPI device, IDs SYN1d22 PNP0f13 (active)
[    0.314562] pnp 00:07: Plug and Play ACPI device, IDs PNPc030 PNP0303 (active)
[    0.314592] system 00:08: [io  0x0240-0x0259] has been reserved
[    0.314594] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.314991] system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.314993] system 00:09: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.314994] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.314996] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.314998] system 00:09: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.314999] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.315002] system 00:09: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.315003] system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.315005] system 00:09: [mem 0xff000000-0xffffffff] could not be reserved
[    0.315007] system 00:09: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.315009] system 00:09: [mem 0xf7fee000-0xf7feefff] has been reserved
[    0.315010] system 00:09: [mem 0xf7fd0000-0xf7fdffff] has been reserved
[    0.315012] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.319993] system 00:0a: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.319995] system 00:0a: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.319997] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.320117] pnp: PnP ACPI: found 11 devices
[    0.320118] ACPI: bus type PNP unregistered
[    0.326355] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
[    0.326357] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
[    0.326359] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000
[    0.326375] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
[    0.326376] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.326378] pci 0000:00:1c.0: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.326383] pci 0000:00:1c.0: BAR 14: assigned [mem 0xcf200000-0xcf3fffff]
[    0.326388] pci 0000:00:1c.0: BAR 15: assigned [mem 0xcf400000-0xcf5fffff 64bit pref]
[    0.326391] pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x2fff]
[    0.326393] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.326395] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.326398] pci 0000:00:01.0:   bridge window [mem 0xf6000000-0xf70fffff]
[    0.326400] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.326403] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.326406] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    0.326411] pci 0000:00:1c.0:   bridge window [mem 0xcf200000-0xcf3fffff]
[    0.326414] pci 0000:00:1c.0:   bridge window [mem 0xcf400000-0xcf5fffff 64bit pref]
[    0.326420] pci 0000:00:1c.2: PCI bridge to [bus 03]
[    0.326424] pci 0000:00:1c.2:   bridge window [mem 0xf7900000-0xf79fffff]
[    0.326432] pci 0000:00:1c.3: PCI bridge to [bus 04]
[    0.326435] pci 0000:00:1c.3:   bridge window [io  0xd000-0xdfff]
[    0.326439] pci 0000:00:1c.3:   bridge window [mem 0xf7800000-0xf78fffff]
[    0.326443] pci 0000:00:1c.3:   bridge window [mem 0xf2100000-0xf21fffff 64bit pref]
[    0.326449] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.326451] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.326452] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.326454] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
[    0.326455] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
[    0.326456] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
[    0.326458] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
[    0.326459] pci_bus 0000:00: resource 11 [mem 0xcf200000-0xfeafffff]
[    0.326461] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.326462] pci_bus 0000:01: resource 1 [mem 0xf6000000-0xf70fffff]
[    0.326463] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.326465] pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
[    0.326466] pci_bus 0000:02: resource 1 [mem 0xcf200000-0xcf3fffff]
[    0.326468] pci_bus 0000:02: resource 2 [mem 0xcf400000-0xcf5fffff 64bit pref]
[    0.326469] pci_bus 0000:03: resource 1 [mem 0xf7900000-0xf79fffff]
[    0.326471] pci_bus 0000:04: resource 0 [io  0xd000-0xdfff]
[    0.326472] pci_bus 0000:04: resource 1 [mem 0xf7800000-0xf78fffff]
[    0.326473] pci_bus 0000:04: resource 2 [mem 0xf2100000-0xf21fffff 64bit pref]
[    0.326500] NET: Registered protocol family 2
[    0.326662] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.326730] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.326813] TCP: Hash tables configured (established 32768 bind 32768)
[    0.326828] TCP: reno registered
[    0.326834] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.326848] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.326891] NET: Registered protocol family 1
[    0.326904] pci 0000:00:02.0: Boot video device
[    0.327351] PCI: CLS 64 bytes, default 64
[    0.327385] Unpacking initramfs...
[    0.390896] Freeing initrd memory: 3872K (ffff88007fc38000 - ffff880080000000)
[    0.390903] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.390905] software IO TLB [mem 0xb6a57000-0xbaa57000] (64MB) mapped at [ffff8800b6a57000-ffff8800baa56fff]
[    0.391071] RAPL PMU detected, hw unit 2^-14 Joules, API unit is 2^-32 Joules, 4 fixed counters 655360 ms ovfl timer
[    0.391112] Scanning for low memory corruption every 60 seconds
[    0.391326] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.391640] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.392749] zbud: loaded
[    0.392894] VFS: Disk quotas dquot_6.5.2
[    0.392921] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.393018] msgmni has been set to 7727
[    0.393061] Key type big_key registered
[    0.393186] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.393232] io scheduler noop registered
[    0.393235] io scheduler deadline registered
[    0.393274] io scheduler cfq registered (default)
[    0.393425] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
[    0.393551] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
[    0.393680] pcieport 0000:00:1c.2: irq 42 for MSI/MSI-X
[    0.393799] pcieport 0000:00:1c.3: irq 43 for MSI/MSI-X
[    0.393870] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
[    0.393872] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[    0.393874] pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
[    0.393890] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[    0.393894] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
[    0.393909] pcieport 0000:00:1c.2: Signaling PME through PCIe PME interrupt
[    0.393910] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
[    0.393914] pcie_pme 0000:00:1c.2:pcie01: service driver pcie_pme loaded
[    0.393927] pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
[    0.393928] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt
[    0.393932] pcie_pme 0000:00:1c.3:pcie01: service driver pcie_pme loaded
[    0.393944] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.393983] pciehp 0000:00:1c.0:pcie04: Slot #0 AttnBtn- AttnInd- PwrInd- PwrCtrl- MRL- Interlock- NoCompl+ LLActRep+
[    0.394009] pciehp 0000:00:1c.0:pcie04: service driver pciehp loaded
[    0.394013] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.394044] efifb: probing for efifb
[    0.394059] efifb: framebuffer at 0xd0000000, mapped to 0xffffc90004800000, using 3072k, total 3072k
[    0.394060] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    0.394061] efifb: scrolling: redraw
[    0.394062] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.395893] Console: switching to colour frame buffer device 128x48
[    0.397678] fb0: EFI VGA frame buffer device
[    0.397686] intel_idle: MWAIT substates: 0x42120
[    0.397687] intel_idle: v0.4 model 0x3C
[    0.397688] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.397856] GHES: HEST is not enabled!
[    0.397914] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.398298] Linux agpgart interface v0.103
[    0.398339] rtc_cmos 00:01: RTC can wake from S4
[    0.398449] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[    0.398475] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.398485] Intel P-state driver initializing.
[    0.398493] Intel pstate controlling: cpu 0
[    0.398511] Intel pstate controlling: cpu 1
[    0.398527] Intel pstate controlling: cpu 2
[    0.398543] Intel pstate controlling: cpu 3
[    0.398611] ledtrig-cpu: registered to indicate activity on CPUs
[    0.398867] TCP: cubic registered
[    0.399089] NET: Registered protocol family 10
[    0.399496] NET: Registered protocol family 17
[    0.400136] registered taskstats version 1
[    0.401417]   Magic number: 2:495:171
[    0.401470] acpi device:34: hash matches
[    0.401577] rtc_cmos 00:01: setting system clock to 2014-10-12 09:11:55 UTC (1413105115)
[    0.401795] PM: Hibernation image not present or could not be loaded.
[    0.403693] Freeing unused kernel memory: 1128K (ffffffff818df000 - ffffffff819f9000)
[    0.403697] Write protecting the kernel read-only data: 8192k
[    0.407387] Freeing unused kernel memory: 796K (ffff880001539000 - ffff880001600000)
[    0.408131] Freeing unused kernel memory: 360K (ffff8800017a6000 - ffff880001800000)
[    0.413301] random: systemd-tmpfile urandom read with 1 bits of entropy available
[    0.414336] systemd-udevd[57]: starting version 216
[    0.417844] [drm] Initialized drm 1.1.0 20060810
[    0.418854] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    0.423275] ACPI: Lid Switch [LID]
[    0.423316] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[    0.423319] ACPI: Sleep Button [SLPB]
[    0.423351] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.423353] ACPI: Power Button [PWRF]
[    0.426893] [drm] Memory usable by graphics device = 2048M
[    0.426895] [drm] Replacing VGA console driver
[    0.426898] checking generic (d0000000 300000) vs hw (d0000000 10000000)
[    0.426899] fb: switching to inteldrmfb from EFI VGA
[    0.426915] Console: switching to colour dummy device 80x25
[    0.446693] i915 0000:00:02.0: irq 44 for MSI/MSI-X
[    0.446703] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    0.446704] [drm] Driver supports precise vblank timestamp query.
[    0.446771] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    0.473013] [drm] VBT doesn't support DRRS
[    0.537875] fbcon: inteldrmfb (fb0) is primary device
[    1.394096] tsc: Refined TSC clocksource calibration: 2394.455 MHz
[    1.550845] Console: switching to colour frame buffer device 170x48
[    1.555291] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    1.555293] i915 0000:00:02.0: registered panic notifier
[    1.567609] ACPI: Video Device [VGA] (multi-head: yes  rom: yes  post: no)
[    1.567691] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:13/LNXVIDEO:00/input/input3
[    1.567765] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    1.567826] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input4
[    1.567850] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    1.568006] bbswitch: disagrees about version of symbol module_layout
[    1.582738] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.591768] ACPI: bus type USB registered
[    1.591795] usbcore: registered new interface driver usbfs
[    1.591803] usbcore: registered new interface driver hub
[    1.591848] usbcore: registered new device driver usb
[    1.592590] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.592887] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.592895] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    1.593010] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    1.593034] xhci_hcd 0000:00:14.0: irq 45 for MSI/MSI-X
[    1.593114] ehci-pci: EHCI PCI platform driver
[    1.593256] SCSI subsystem initialized
[    1.593293] hub 1-0:1.0: USB hub found
[    1.593315] hub 1-0:1.0: 14 ports detected
[    1.593722] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20140424/exoparg2-420)
[    1.593729] ACPI Error: Method parse/execution failed [\_SB_.XPLD] (Node ffff88012b040f78), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
[    1.593737] ACPI Error: Method parse/execution failed [\_SB_.PCI0.XHC_.RHUB.HS02._PLD] (Node ffff88012b03ff00), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
[    1.594123] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20140424/exoparg2-420)
[    1.594129] ACPI Error: Method parse/execution failed [\_SB_.XPLD] (Node ffff88012b040f78), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
[    1.594137] ACPI Error: Method parse/execution failed [\_SB_.PCI0.XHC_.RHUB.HS04._PLD] (Node ffff88012b0400a0), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
[    1.594348] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20140424/exoparg2-420)
[    1.594354] ACPI Error: Method parse/execution failed [\_SB_.XPLD] (Node ffff88012b040f78), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
[    1.594361] ACPI Error: Method parse/execution failed [\_SB_.PCI0.XHC_.RHUB.HS05._PLD] (Node ffff88012b040168), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
[    1.594533] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20140424/exoparg2-420)
[    1.594537] ACPI Error: Method parse/execution failed [\_SB_.XPLD] (Node ffff88012b040f78), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
[    1.594540] ACPI Error: Method parse/execution failed [\_SB_.PCI0.XHC_.RHUB.HS06._PLD] (Node ffff88012b040230), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
[    1.594716] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20140424/exoparg2-420)
[    1.594720] ACPI Error: Method parse/execution failed [\_SB_.XPLD] (Node ffff88012b040f78), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
[    1.594723] ACPI Error: Method parse/execution failed [\_SB_.PCI0.XHC_.RHUB.HS07._PLD] (Node ffff88012b0402f8), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
[    1.594905] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20140424/exoparg2-420)
[    1.594911] ACPI Error: Method parse/execution failed [\_SB_.XPLD] (Node ffff88012b040f78), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
[    1.594918] ACPI Error: Method parse/execution failed [\_SB_.PCI0.XHC_.RHUB.HS08._PLD] (Node ffff88012b0403c0), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
[    1.595280] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20140424/exoparg2-420)
[    1.595286] ACPI Error: Method parse/execution failed [\_SB_.XPLD] (Node ffff88012b040f78), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
[    1.595293] ACPI Error: Method parse/execution failed [\_SB_.PCI0.XHC_.RHUB.HS09._PLD] (Node ffff88012b040488), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
[    1.595482] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20140424/exoparg2-420)
[    1.595488] ACPI Error: Method parse/execution failed [\_SB_.XPLD] (Node ffff88012b040f78), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
[    1.595494] ACPI Error: Method parse/execution failed [\_SB_.PCI0.XHC_.RHUB.HS10._PLD] (Node ffff88012b040550), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
[    1.597709] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20140424/exoparg2-420)
[    1.597714] ACPI Error: Method parse/execution failed [\_SB_.XPLD] (Node ffff88012b040f78), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
[    1.597720] ACPI Error: Method parse/execution failed [\_SB_.PCI0.XHC_.RHUB.HS11._PLD] (Node ffff88012b040618), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
[    1.597880] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20140424/exoparg2-420)
[    1.597884] ACPI Error: Method parse/execution failed [\_SB_.XPLD] (Node ffff88012b040f78), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
[    1.597889] ACPI Error: Method parse/execution failed [\_SB_.PCI0.XHC_.RHUB.HS12._PLD] (Node ffff88012b0406e0), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
[    1.598045] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20140424/exoparg2-420)
[    1.598049] ACPI Error: Method parse/execution failed [\_SB_.XPLD] (Node ffff88012b040f78), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
[    1.598055] ACPI Error: Method parse/execution failed [\_SB_.PCI0.XHC_.RHUB.HS13._PLD] (Node ffff88012b0407a8), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
[    1.598213] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20140424/exoparg2-420)
[    1.598217] ACPI Error: Method parse/execution failed [\_SB_.XPLD] (Node ffff88012b040f78), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
[    1.598222] ACPI Error: Method parse/execution failed [\_SB_.PCI0.XHC_.RHUB.HS14._PLD] (Node ffff88012b040870), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
[    1.598421] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.598427] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    1.598612] hub 2-0:1.0: USB hub found
[    1.598626] hub 2-0:1.0: 4 ports detected
[    1.599011] usb: failed to peer usb2-port2 and usb1-port3 by location (usb2-port2:none) (usb1-port3:usb2-port1)
[    1.599013] usb usb2-port2: failed to peer to usb1-port3 (-16)
[    1.599015] usb: port power management may be unreliable
[    1.599159] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20140424/exoparg2-420)
[    1.599164] ACPI Error: Method parse/execution failed [\_SB_.XPLD] (Node ffff88012b040f78), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
[    1.599170] ACPI Error: Method parse/execution failed [\_SB_.PCI0.XHC_.RHUB.SSP3._PLD] (Node ffff88012b040b90), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
[    1.599328] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20140424/exoparg2-420)
[    1.599332] ACPI Error: Method parse/execution failed [\_SB_.XPLD] (Node ffff88012b040f78), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
[    1.599337] ACPI Error: Method parse/execution failed [\_SB_.PCI0.XHC_.RHUB.SSP4._PLD] (Node ffff88012b040c58), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
[    1.599554] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    1.599560] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    1.599574] ehci-pci 0000:00:1a.0: debug port 2
[    1.603479] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    1.603498] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7a1c000
[    1.603587] libata version 3.00 loaded.
[    1.610869] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    1.611050] hub 3-0:1.0: USB hub found
[    1.611055] hub 3-0:1.0: 2 ports detected
[    1.611299] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    1.611304] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 4
[    1.611315] ehci-pci 0000:00:1d.0: debug port 2
[    1.615205] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    1.615221] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7a1b000
[    1.624282] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    1.624546] hub 4-0:1.0: USB hub found
[    1.624552] hub 4-0:1.0: 2 ports detected
[    1.624700] ahci 0000:00:1f.2: version 3.0
[    1.624851] ahci 0000:00:1f.2: irq 46 for MSI/MSI-X
[    1.624895] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 6 Gbps 0x14 impl SATA mode
[    1.624898] ahci 0000:00:1f.2: flags: 64bit ncq led clo pio slum part ems apst 
[    1.631615] scsi0 : ahci
[    1.631747] scsi1 : ahci
[    1.631869] scsi2 : ahci
[    1.631989] scsi3 : ahci
[    1.632103] scsi4 : ahci
[    1.632154] ata1: DUMMY
[    1.632156] ata2: DUMMY
[    1.632159] ata3: SATA max UDMA/133 abar m2048@0xf7a1a000 port 0xf7a1a200 irq 46
[    1.632161] ata4: DUMMY
[    1.632164] ata5: SATA max UDMA/133 abar m2048@0xf7a1a000 port 0xf7a1a300 irq 46
[    1.834969] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.842784] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
[    1.951214] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.951234] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.954592] ata3.00: ATAPI: TSSTcorp CDDVDW SU-208FB, MD00, max UDMA/100
[    1.957915] usb 1-2: new full-speed USB device number 2 using xhci_hcd
[    1.959911] ata3.00: configured for UDMA/100
[    1.966126] scsi 2:0:0:0: CD-ROM            TSSTcorp CDDVDW SU-208FB  MD00 PQ: 0 ANSI: 5
[    2.016922] ata5.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    2.016926] ata5.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    2.016928] ata5.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    2.061311] ata5.00: ATA-9: ST1000LM014-1EJ164, SM15, max UDMA/133
[    2.061315] ata5.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    2.105737] ata5.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    2.105741] ata5.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    2.105743] ata5.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    2.134668] hidraw: raw HID events driver (C) Jiri Kosina
[    2.135897] usbcore: registered new interface driver usbhid
[    2.135899] usbhid: USB HID core driver
[    2.136297] input: HID-compliant Mouse HID-compliant Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:1D57:0005.0001/input/input6
[    2.136337] hid-generic 0003:1D57:0005.0001: input,hidraw0: USB HID v1.10 Mouse [HID-compliant Mouse HID-compliant Mouse] on usb-0000:00:14.0-2/input0
[    2.150095] ata5.00: configured for UDMA/133
[    2.150193] scsi 4:0:0:0: Direct-Access     ATA      ST1000LM014-1EJ1 SM15 PQ: 0 ANSI: 5
[    2.165746] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    2.165749] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.165902] sr 2:0:0:0: Attached scsi CD-ROM sr0
[    2.166022] sd 4:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[    2.166025] sd 4:0:0:0: [sda] 4096-byte physical blocks
[    2.166129] sd 4:0:0:0: [sda] Write Protect is off
[    2.166133] sd 4:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.166156] sd 4:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.169676]  sda: sda1 sda2 sda3 sda4
[    2.170352] sd 4:0:0:0: [sda] Attached SCSI disk
[    2.291433] usb 1-5: new high-speed USB device number 3 using xhci_hcd
[    2.354936] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
[    2.365603] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    2.394921] Switched to clocksource tsc
[    2.589963] systemd[1]: systemd 216 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD -IDN )
[    2.590076] systemd[1]: Detected architecture 'x86-64'.
[    2.590760] systemd[1]: Set hostname to <thismachinekillsrascists>.
[    2.794674] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[    2.794716] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    2.794725] systemd[1]: Starting Remote File Systems.
[    2.794798] systemd[1]: Reached target Remote File Systems.
[    2.794805] systemd[1]: Expecting device sys-subsystem-net-devices-enp4s0.device...
[    2.794856] systemd[1]: Expecting device sys-subsystem-net-devices-wlp3s0.device...
[    2.794912] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[    2.794932] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    2.794939] systemd[1]: Starting Encrypted Volumes.
[    2.794987] systemd[1]: Reached target Encrypted Volumes.
[    2.795002] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
[    2.795119] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    2.795128] systemd[1]: Expecting device dev-sda2.device...
[    2.795179] systemd[1]: Expecting device dev-disk-by\x2duuid-0c0fbbe4\x2ddc70\x2d4639\x2d8dc0\x2d77e4fd70c51c.device...
[    2.795238] systemd[1]: Starting EFI System Partition Automount.
[    2.795324] systemd[1]: Set up automount EFI System Partition Automount.
[    2.795332] systemd[1]: Expecting device dev-disk-by\x2duuid-b1c2a7ff\x2dff33\x2d4efd\x2db873\x2d0aae66c5b7c4.device...
[    2.795392] systemd[1]: Expecting device dev-disk-by\x2duuid-3D32\x2d354E.device...
[    2.795438] systemd[1]: Starting Root Slice.
[    2.798864] systemd[1]: Created slice Root Slice.
[    2.798874] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[    2.798953] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    2.798960] systemd[1]: Starting Delayed Shutdown Socket.
[    2.799020] systemd[1]: Listening on Delayed Shutdown Socket.
[    2.799027] systemd[1]: Starting Device-mapper event daemon FIFOs.
[    2.799090] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    2.799096] systemd[1]: Starting Journal Socket (/dev/log).
[    2.799160] systemd[1]: Listening on Journal Socket (/dev/log).
[    2.799169] systemd[1]: Starting udev Control Socket.
[    2.799227] systemd[1]: Listening on udev Control Socket.
[    2.799236] systemd[1]: Starting udev Kernel Socket.
[    2.799289] systemd[1]: Listening on udev Kernel Socket.
[    2.799295] systemd[1]: Starting LVM2 metadata daemon socket.
[    2.799355] systemd[1]: Listening on LVM2 metadata daemon socket.
[    2.799362] systemd[1]: Starting User and Session Slice.
[    2.799537] systemd[1]: Created slice User and Session Slice.
[    2.799546] systemd[1]: Starting Journal Socket.
[    2.799609] systemd[1]: Listening on Journal Socket.
[    2.799622] systemd[1]: Starting System Slice.
[    2.799781] systemd[1]: Created slice System Slice.
[    2.799794] systemd[1]: Started File System Check on Root Device.
[    2.799799] systemd[1]: Starting system-systemd\x2dfsck.slice.
[    2.799971] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    2.799980] systemd[1]: Starting Remount Root and Kernel File Systems...
[    2.800297] systemd[1]: Starting udev Coldplug all Devices...
[    2.801348] systemd[1]: Started Set Up Additional Binary Formats.
[    2.801372] systemd[1]: Mounting Huge Pages File System...
[    2.821172] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    2.821531] systemd[1]: Starting Setup Virtual Console...
[    2.821893] systemd[1]: Mounting POSIX Message Queue File System...
[    2.822251] systemd[1]: Mounting Debug File System...
[    2.823524] systemd[1]: Started Load Kernel Modules.
[    2.823568] systemd[1]: Mounting Configuration File System...
[    2.823893] systemd[1]: Mounted FUSE Control File System.
[    2.823914] systemd[1]: Starting Apply Kernel Variables...
[    2.824266] systemd[1]: Starting system-netctl.slice.
[    2.824465] systemd[1]: Created slice system-netctl.slice.
[    2.824480] systemd[1]: Starting system-getty.slice.
[    2.824650] systemd[1]: Created slice system-getty.slice.
[    2.824664] systemd[1]: Starting Journal Service...
[    2.825039] systemd[1]: Started Journal Service.
[    2.888577] usb 1-6: new full-speed USB device number 4 using xhci_hcd
[    2.912785] EXT4-fs (sda1): re-mounted. Opts: data=ordered
[    2.971376] systemd-udevd[160]: starting version 216
[    3.120088] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    3.120747] ACPI Warning: SystemIO range 0x000000000000f040-0x000000000000f05f conflicts with OpRegion 0x000000000000f040-0x000000000000f04f (\_SB_.PCI0.SBUS.SMBI) (20140424/utaddress-258)
[    3.120753] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    3.128837] ACPI: Battery Slot [BAT0] (battery absent)
[    3.129699] wmi: Mapper loaded
[    3.157990] cfg80211: Calling CRDA to update world regulatory domain
[    3.162271] Intel(R) Wireless WiFi driver for Linux, in-tree:
[    3.162273] Copyright(c) 2003- 2014 Intel Corporation
[    3.162322] iwlwifi 0000:03:00.0: enabling device (0000 -> 0002)
[    3.162484] iwlwifi 0000:03:00.0: irq 47 for MSI/MSI-X
[    3.167428] iwlwifi 0000:03:00.0: loaded firmware version 23.214.9.0 op_mode iwlmvm
[    3.178967] thermal LNXTHERM:00: registered as thermal_zone0
[    3.178971] ACPI: Thermal Zone [THRM] (30 C)
[    3.183323] mei_me 0000:00:16.0: irq 48 for MSI/MSI-X
[    3.190105] input: PC Speaker as /devices/platform/pcspkr/input/input7
[    3.192051] microcode: CPU0 sig=0x306c3, pf=0x10, revision=0x16
[    3.192081] microcode: CPU1 sig=0x306c3, pf=0x10, revision=0x16
[    3.192097] microcode: CPU2 sig=0x306c3, pf=0x10, revision=0x16
[    3.192113] microcode: CPU3 sig=0x306c3, pf=0x10, revision=0x16
[    3.192397] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    3.194493] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    3.205814] ACPI: AC Adapter [AC0] (on-line)
[    3.210369] iTCO_vendor_support: vendor-support=0
[    3.211019] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    3.211057] iTCO_wdt: Found a Lynx Point TCO device (Version=2, TCOBASE=0x1860)
[    3.211169] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    3.212569] r8169 0000:04:00.0: irq 49 for MSI/MSI-X
[    3.212798] r8169 0000:04:00.0 eth0: RTL8168g/8111g at 0xffffc90000674000, 0c:54:a5:f2:f4:c4, XID 0c000880 IRQ 49
[    3.212801] r8169 0000:04:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    3.222179] usb 1-10: new high-speed USB device number 5 using xhci_hcd
[    3.242304] systemd-udevd[175]: renamed network interface eth0 to enp4s0
[    3.284786] snd_hda_intel 0000:00:03.0: enabling device (0000 -> 0002)
[    3.284927] snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
[    3.285042] snd_hda_intel 0000:00:1b.0: irq 50 for MSI/MSI-X
[    3.288898] snd_hda_intel 0000:00:03.0: irq 51 for MSI/MSI-X
[    3.337130] iwlwifi 0000:03:00.0: Detected Intel(R) Wireless N 7260, REV=0x144
[    3.337290] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
[    3.337542] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
[    3.342622] random: nonblocking pool is initialized
[    3.364458] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input8
[    3.364675] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input9
[    3.364761] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input10
[    3.376847] sound hdaudioC1D0: autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    3.376850] sound hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    3.376852] sound hdaudioC1D0:    hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
[    3.376853] sound hdaudioC1D0:    mono: mono_out=0x0
[    3.376855] sound hdaudioC1D0:    inputs:
[    3.376856] sound hdaudioC1D0:      Mic=0x18
[    3.376858] sound hdaudioC1D0:      Internal Mic=0x12
[    3.382631] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input11
[    3.382713] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input12
[    3.479210] Adding 8388604k swap on /dev/sda2.  Priority:-1 extents:1 across:8388604k FS
[    3.535300] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[    3.549212] systemd-udevd[165]: renamed network interface wlan0 to wlp3s0
[    3.573275] mousedev: PS/2 mouse device common for all mice
[    3.607009] usbcore: registered new interface driver usb-storage
[    3.608223] usbcore: registered new interface driver uas
[    3.610672] Bluetooth: Core ver 2.19
[    3.610687] NET: Registered protocol family 31
[    3.610688] Bluetooth: HCI device and connection manager initialized
[    3.610695] Bluetooth: HCI socket layer initialized
[    3.610696] Bluetooth: L2CAP socket layer initialized
[    3.610703] Bluetooth: SCO socket layer initialized
[    3.617468] usbcore: registered new interface driver btusb
[    3.623490] ums-realtek 1-5:1.0: USB Mass Storage device detected
[    3.624007] media: Linux media interface: v0.10
[    3.627565] Linux video capture interface: v2.00
[    3.630144] Bluetooth: hci0: read Intel version: 370710018002030d00
[    3.632504] usb 3-1: new high-speed USB device number 2 using ehci-pci
[    3.638191] scsi5 : usb-storage 1-5:1.0
[    3.638276] usbcore: registered new interface driver ums-realtek
[    3.641543] uvcvideo: Found UVC 1.00 device USB2.0 HD UVC WebCam (04f2:b3a3)
[    3.646954] input: USB2.0 HD UVC WebCam as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/input/input13
[    3.647004] usbcore: registered new interface driver uvcvideo
[    3.647005] USB Video Class driver (1.1.1)
[    3.651231] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq
[    3.680947] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: data=ordered
[    3.750055] systemd-journald[140]: Received request to flush runtime journal from PID 1
[    3.756568] hub 3-1:1.0: USB hub found
[    3.756649] hub 3-1:1.0: 6 ports detected
[    3.781364] Bluetooth: hci0: Intel Bluetooth firmware patch completed and activated
[    3.866062] usb 4-1: new high-speed USB device number 2 using ehci-pci
[    3.990257] hub 4-1:1.0: USB hub found
[    3.990360] hub 4-1:1.0: 8 ports detected
[    3.992039] usb 1-5: USB disconnect, device number 3
[    4.291873] r8169 0000:04:00.0 enp4s0: link down
[    4.291894] r8169 0000:04:00.0 enp4s0: link down
[    4.291917] IPv6: ADDRCONF(NETDEV_UP): enp4s0: link is not ready
[    4.536589] systemd[1]: Unit netctl@wlanbla.service entered failed state.
[    5.880444] r8169 0000:04:00.0 enp4s0: link up
[    5.880452] IPv6: ADDRCONF(NETDEV_CHANGE): enp4s0: link becomes ready
[    7.156323] bbswitch: version 0.8
[    7.156330] bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PCI0.GFX0
[    7.156336] bbswitch: Found discrete VGA device 0000:01:00.0: \_SB_.PCI0.P0P2.VGA_
[    7.156347] ACPI Warning: \_SB_.PCI0.P0P2.VGA_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
[    7.156440] bbswitch: detected an Optimus _DSM function
[    7.156454] pci 0000:01:00.0: enabling device (0006 -> 0007)
[    7.156517] bbswitch: Succesfully loaded. Discrete card 0000:01:00.0 is on
[    7.157928] bbswitch: disabling discrete graphics
[    7.157941] ACPI Warning: \_SB_.PCI0.P0P2.VGA_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
[  208.888706] bbswitch: enabling discrete graphics
[  209.490135] nvidia: module license 'NVIDIA' taints kernel.
[  209.490139] Disabling lock debugging due to kernel taint
[  209.499159] [drm] Initialized nvidia-drm 0.0.0 20130102 for 0000:01:00.0 on minor 1
[  209.499164] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  343.22  Thu Sep 11 16:27:43 PDT 2014
[  210.436307] vgaarb: this pci device is not a vga device
[  210.439835] nvidia 0000:01:00.0: irq 52 for MSI/MSI-X
[  210.442472] ACPI Warning: \_SB_.PCI0.P0P2.VGA_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
[  210.442508] ACPI Warning: \_SB_.PCI0.P0P2.VGA_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
[  210.442525] ACPI Warning: \_SB_.PCI0.P0P2.VGA_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
[  210.442542] ACPI Warning: \_SB_.PCI0.P0P2.VGA_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
[  210.442557] ACPI Warning: \_SB_.PCI0.P0P2.VGA_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
[  210.442572] ACPI Warning: \_SB_.PCI0.P0P2.VGA_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
[  210.442620] ACPI Warning: \_SB_.PCI0.P0P2.VGA_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
[  210.442636] ACPI Warning: \_SB_.PCI0.P0P2.VGA_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
[  211.650936] ACPI Warning: \_SB_.PCI0.P0P2.VGA_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
[  211.968295] ACPI Warning: \_SB_.PCI0.P0P2.VGA_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
[  211.970278] NVRM: RmInitAdapter failed! (0x26:0xffffffff:1215)
[  211.970285] NVRM: rm_init_adapter failed for device bearing minor number 0
[  211.970307] NVRM: nvidia_frontend_open: minor 0, module->open() failed, error -5

Offline

#17 2014-10-12 14:20:23

mrunion
Member
From: Jonesborough, TN
Registered: 2007-01-26
Posts: 1,938
Website

Re: NVIDA 825M and bumblebee error

What does the following return:

nvidia-smi -q

Matt

"It is very difficult to educate the educated."

Offline

#18 2014-10-12 14:46:18

beard_hc
Member
Registered: 2014-06-22
Posts: 17

Re: NVIDA 825M and bumblebee error

nvidia-smi -q
Unable to determine the device handle for GPU 0000:01:00.0: Unknown Error

Offline

#19 2014-10-13 05:05:17

ssri
Member
Registered: 2010-02-16
Posts: 216

Re: NVIDA 825M and bumblebee error

Somehow your drivers are installed incorrectly, my output for nvidia-smi -q is:

==============NVSMI LOG==============

Timestamp                           : Sun Oct 12 22:02:33 2014
Driver Version                      : 343.22

Attached GPUs                       : 1
GPU 0000:01:00.0
    Product Name                    : GeForce GTX 660M
    Product Brand                   : GeForce
    Display Mode                    : N/A
    Display Active                  : N/A
    Persistence Mode                : Disabled
    Accounting Mode                 : N/A
    Accounting Mode Buffer Size     : N/A
    Driver Model
        Current                     : N/A
        Pending                     : N/A
    Serial Number                   : N/A
    GPU UUID                        : GPU-2313c090-bd1f-afe4-fb2a-bae537afe786
    Minor Number                    : 0
    VBIOS Version                   : 80.07.3C.00.16
    MultiGPU Board                  : N/A
    Board ID                        : N/A
    Inforom Version
        Image Version               : N/A
        OEM Object                  : N/A
        ECC Object                  : N/A
        Power Management Object     : N/A
    GPU Operation Mode
        Current                     : N/A
        Pending                     : N/A
    PCI
        Bus                         : 0x01
        Device                      : 0x00
        Domain                      : 0x0000
        Device Id                   : 0x0FD410DE
        Bus Id                      : 0000:01:00.0
        Sub System Id               : 0x397717AA
        GPU Link Info
            PCIe Generation
                Max                 : N/A
                Current             : N/A
            Link Width
                Max                 : N/A
                Current             : N/A
        Bridge Chip
            Type                    : N/A
            Firmware                : N/A
    Fan Speed                       : N/A
    Performance State               : P0
    Clocks Throttle Reasons         : N/A
    FB Memory Usage
        Total                       : 2047 MiB
        Used                        : 8 MiB
        Free                        : 2039 MiB
    BAR1 Memory Usage
        Total                       : N/A
        Used                        : N/A
        Free                        : N/A
    Compute Mode                    : Default
    Utilization
        Gpu                         : N/A
        Memory                      : N/A
        Encoder                     : N/A
        Decoder                     : N/A
    Ecc Mode
        Current                     : N/A
        Pending                     : N/A
    ECC Errors
        Volatile
            Single Bit            
                Device Memory       : N/A
                Register File       : N/A
                L1 Cache            : N/A
                L2 Cache            : N/A
                Texture Memory      : N/A
                Total               : N/A
            Double Bit            
                Device Memory       : N/A
                Register File       : N/A
                L1 Cache            : N/A
                L2 Cache            : N/A
                Texture Memory      : N/A
                Total               : N/A
        Aggregate
            Single Bit            
                Device Memory       : N/A
                Register File       : N/A
                L1 Cache            : N/A
                L2 Cache            : N/A
                Texture Memory      : N/A
                Total               : N/A
            Double Bit            
                Device Memory       : N/A
                Register File       : N/A
                L1 Cache            : N/A
                L2 Cache            : N/A
                Texture Memory      : N/A
                Total               : N/A
    Retired Pages
        Single Bit ECC              : N/A
        Double Bit ECC              : N/A
        Pending                     : N/A
    Temperature
        GPU Current Temp            : 42 C
        GPU Shutdown Temp           : N/A
        GPU Slowdown Temp           : N/A
    Power Readings
        Power Management            : N/A
        Power Draw                  : N/A
        Power Limit                 : N/A
        Default Power Limit         : N/A
        Enforced Power Limit        : N/A
        Min Power Limit             : N/A
        Max Power Limit             : N/A
    Clocks
        Graphics                    : N/A
        SM                          : N/A
        Memory                      : N/A
    Applications Clocks
        Graphics                    : N/A
        Memory                      : N/A
    Default Applications Clocks
        Graphics                    : N/A
        Memory                      : N/A
    Max Clocks
        Graphics                    : N/A
        SM                          : N/A
        Memory                      : N/A
    Clock Policy
        Auto Boost                  : N/A
        Auto Boost Default          : N/A
    Compute Processes               : N/A

What is the output from 'lspci | grep VGA | grep NVIDIA'?  Mine is

01:00.0 VGA compatible controller: NVIDIA Corporation GK107M [GeForce GTX 660M] (rev a1)

You have to install your drivers correctly before proceeding any further.  At least have your card show up on lspci and nvidia-smi.

Last edited by ssri (2014-10-13 05:06:16)

Offline

#20 2014-10-13 17:01:57

beard_hc
Member
Registered: 2014-06-22
Posts: 17

Re: NVIDA 825M and bumblebee error

lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
lspci | grep NVIDIA
01:00.0 3D controller: NVIDIA Corporation GK208M [GeForce 825M] (rev ff)

okay i got it. somehow and somewhere i messed up the driver installation. would it be enough to completly uninstall bumblebee, the nvidia driver and the nvidia-utils package and after that installing them together with the intel driver? and since the intel-dri, ati-dri and nouveau-dri are merged into the mesa-dri package, does it make any difference?

and thanks for the help!!

Offline

#21 2014-10-13 17:57:49

mrunion
Member
From: Jonesborough, TN
Registered: 2007-01-26
Posts: 1,938
Website

Re: NVIDA 825M and bumblebee error

I personally would do that -- uninstall bumblebee, nvidia, nouveau, etc. and then follow the Wiki for Bumblebee and install it again. at least you would have a "line int he sand" so to speak.


Matt

"It is very difficult to educate the educated."

Offline

#22 2014-10-13 19:06:55

beard_hc
Member
Registered: 2014-06-22
Posts: 17

Re: NVIDA 825M and bumblebee error

i uninstalled and reinstalled as written in the wiki. the errors persist.
if i check the nvidia page for a driver for my graphics card i only find version 331.49. shall i give it a try?
also is there anywhere a listing of supported gpus with the nvidia package?

Offline

#23 2014-10-13 23:34:23

mrunion
Member
From: Jonesborough, TN
Registered: 2007-01-26
Posts: 1,938
Website

Re: NVIDA 825M and bumblebee error

What page did you check for to see 331.49? The "Driver" page at nVidia.com will tell you what driver you need for your card.


Matt

"It is very difficult to educate the educated."

Offline

#24 2014-10-14 04:57:20

beard_hc
Member
Registered: 2014-06-22
Posts: 17

Re: NVIDA 825M and bumblebee error

Offline

#25 2014-10-14 12:38:22

mrunion
Member
From: Jonesborough, TN
Registered: 2007-01-26
Posts: 1,938
Website

Re: NVIDA 825M and bumblebee error

On this page:

http://www.geforce.com/drivers

Selecting GeForce, and using 800M series, I chose 820 (because the only choices were 820 and 830) It shows the 340.xxx driver and the 343.xx beta driver. Both of those are in the Arch repos.

However, I do not what else could be going wrong. I am out of ideas on what it will take to get this running on your machine.


Matt

"It is very difficult to educate the educated."

Offline

Board footer

Powered by FluxBB