Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mac Book Pro 6,2 and arch linux #19

Closed
dummys opened this issue Dec 26, 2015 · 20 comments
Closed

Mac Book Pro 6,2 and arch linux #19

dummys opened this issue Dec 26, 2015 · 20 comments

Comments

@dummys
Copy link

dummys commented Dec 26, 2015

Hello,

Did you know if your solution could work with my version of MBP ? Also did you know if there is a way to use the MBP with bumblebee ? My only way to make X works till now it's with the nvidia nouveau module...
I tried your tool and I get an error:

./gpu-switch -i

./gpu-switch: line 44: printf: write error: Invalid argument

So I tried to type it in shell:

printf "\x07\x00\x00\x00\x01\x00\x00\x00" > "/sys/firmware/efi/efivars/gpu-power-prefs-fa4ce28d-b62f-4c99-9cc3-6815686e30f9"

and got:

bash: printf: write error: Invalid argument

The efivar exist and the gpu-power-prefs exists too...

@dummys
Copy link
Author

dummys commented Jan 5, 2016

Allo someone is here ? 10 days commonnnnnnnnnnnnnnnnn

@ah-
Copy link

ah- commented Jan 5, 2016

Hi, what are you trying to do exactly? What does work already and what doesn't?

Have you tried running it as root?

@0xbb
Copy link
Owner

0xbb commented Jan 5, 2016

Hi @dummys I wasn't in front of any computer.
I think it would be good if you could answer @ah- 's questions.

@dummys
Copy link
Author

dummys commented Jan 6, 2016

What I'm trying to do is switch the gpu. For now I can successfully boot with the grub tricks and disable the discrete. Basically I want to have "two" boot option, one with Discrete on and one with discrete off.

For now I'have a "working" setup with grub and nomodeset i915.modeset=0 nouveau.modeset=1 and with a xorg.conf.d/10-nvidia.conf. But I need to stop lxdm.service, then modprobe nouveau, sometimes in freeze, sometimes not, then type startx. And I have the X coming.

With the intel mode boot, I have nothing to do, lxdm comme directly without problem.

And yes of course I have typed the command as root.

@0xbb
Copy link
Owner

0xbb commented Jan 7, 2016

@dummys so it seems you got GPU switching working, but you are having troubles with the X drivers?

You could check the output of cat /sys/kernel/debug/vgaswitcheroo/switch to be sure you booted with the right GPU.

@dummys
Copy link
Author

dummys commented Jan 7, 2016

Nop it's not working... I need to do it all manually. I have no vgaswitcheroo/switch in the folder debug. Which kernel module do I need to have it ?

@0xbb
Copy link
Owner

0xbb commented Jan 7, 2016

Is your Macbook even booted in EFI mode? (check with: dmesg | grep -i efi).
I think you can still ask directly here https://github.com/ah-/gmux-scripts/issues/1

@dummys
Copy link
Author

dummys commented Jan 7, 2016

yes it's booted in uefi.

[ 0.000000] efi: EFI v1.10 by Apple
[ 0.000000] efi: ACPI=0xab70e000 ACPI 2.0=0xab70e014 SMBIOS=0xab65b000
[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[ 0.515387] efifb: dmi detected MacBookPro6,2 - framebuffer at 0xc0030000 (1680x1050, stride 8192)
[ 0.518899] efifb: probing for efifb
[ 0.518930] efifb: framebuffer at 0xc0030000, mapped to 0xffffc90002000000, using 8448k, total 8448k
[ 0.518931] efifb: mode is 1680x1050x32, linelength=8192, pages=1
[ 0.518932] efifb: scrolling: redraw
[ 0.518933] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.525333] fb0: EFI VGA frame buffer device
[ 1.513884] tsc: Refined TSC clocksource calibration: 2793.161 MHz

@0xbb
Copy link
Owner

0xbb commented Jan 7, 2016

OK, I can also only ask @ah- .
Otherwise I can help you, because I have no MacBook availble for testing here at the moment.

@dummys
Copy link
Author

dummys commented Jan 7, 2016

Ok. If you need testing something, just tell me.

@ah-
Copy link

ah- commented Jan 8, 2016

Can you paste a full dmesg?

@dummys
Copy link
Author

dummys commented Jan 8, 2016

yes here it is:

-> $ sudo dmesg
[sudo] password for dummys:
[ 0.000000] microcode: CPU0 microcode updated early to revision 0x4, date = 2013-06-28
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 4.2.5-1-ARCH (builduser@tobias) (gcc version 5.2.0 (GCC) ) #1 SMP PREEMPT Tue Oct 27 08:13:28 CET 2015
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=3c8000c6-453f-4d6c-a2d3-4d9ccfddc38d rw cryptdevice=/dev/sda4:arch:allow-discards nouveau.modeset=0 i915.modeset=1 quiet
[ 0.000000] Disabled fast string operations
[ 0.000000] x86/fpu: Legacy x87 FPU detected.
[ 0.000000] x86/fpu: Using 'lazy' FPU context switches.
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008dfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000008e000-0x000000000008efff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009ffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000bffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000ab659fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000ab65a000-0x00000000ab65bfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000ab65c000-0x00000000ab666fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ab667000-0x00000000ab669fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000ab66a000-0x00000000ab66afff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000ab66b000-0x00000000ab66cfff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ab66d000-0x00000000ab670fff] type 20
[ 0.000000] BIOS-e820: [mem 0x00000000ab671000-0x00000000ab672fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000ab673000-0x00000000ab679fff] type 20
[ 0.000000] BIOS-e820: [mem 0x00000000ab67a000-0x00000000ab6eefff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000ab6ef000-0x00000000ab6effff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ab6f0000-0x00000000ab708fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000ab709000-0x00000000ab70dfff] type 20
[ 0.000000] BIOS-e820: [mem 0x00000000ab70e000-0x00000000ab70efff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000ab70f000-0x00000000ab70ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ab710000-0x00000000ab712fff] type 20
[ 0.000000] BIOS-e820: [mem 0x00000000ab713000-0x00000000ab729fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000ab72a000-0x00000000ab72afff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ab72b000-0x00000000ab72cfff] type 20
[ 0.000000] BIOS-e820: [mem 0x00000000ab72d000-0x00000000ab730fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ab731000-0x00000000ab744fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000ab745000-0x00000000ab75efff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ab75f000-0x00000000ab799fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000ab79a000-0x00000000ab7aefff] type 20
[ 0.000000] BIOS-e820: [mem 0x00000000ab7af000-0x00000000ab7d9fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000ab7da000-0x00000000ab7dafff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ab7db000-0x00000000ab7fafff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000ab7fb000-0x00000000abffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ade00000-0x00000000afffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ffec4000-0x00000000ffee7fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000024fffffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] efi: EFI v1.10 by Apple
[ 0.000000] efi: ACPI=0xab70e000 ACPI 2.0=0xab70e014 SMBIOS=0xab65b000
[ 0.000000] SMBIOS 2.4 present.
[ 0.000000] DMI: Apple Inc. MacBookPro6,2/Mac-F22586C8, BIOS MBP61.88Z.0057.B11.1509232013 09/23/15
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x250000 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: write-back
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-DFFFF write-protect
[ 0.000000] E0000-FFFFF uncachable
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 0C0000000 mask FC0000000 uncachable
[ 0.000000] 1 base 0B0000000 mask FF0000000 uncachable
[ 0.000000] 2 base 0AC000000 mask FFC000000 uncachable
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT
[ 0.000000] e820: last_pfn = 0xab7fb max_arch_pfn = 0x400000000
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[ 0.000000] [mem 0x00000000-0x000fffff] page 4k
[ 0.000000] BRK [0x01b36000, 0x01b36fff] PGTABLE
[ 0.000000] BRK [0x01b37000, 0x01b37fff] PGTABLE
[ 0.000000] BRK [0x01b38000, 0x01b38fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x24fe00000-0x24fffffff]
[ 0.000000] [mem 0x24fe00000-0x24fffffff] page 2M
[ 0.000000] BRK [0x01b39000, 0x01b39fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x240000000-0x24fdfffff]
[ 0.000000] [mem 0x240000000-0x24fdfffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x220000000-0x23fffffff]
[ 0.000000] [mem 0x220000000-0x23fffffff] page 2M
[ 0.000000] BRK [0x01b3a000, 0x01b3afff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x00100000-0xab659fff]
[ 0.000000] [mem 0x00100000-0x001fffff] page 4k
[ 0.000000] [mem 0x00200000-0xab5fffff] page 2M
[ 0.000000] [mem 0xab600000-0xab659fff] page 4k
[ 0.000000] init_memory_mapping: [mem 0xab713000-0xab729fff]
[ 0.000000] [mem 0xab713000-0xab729fff] page 4k
[ 0.000000] init_memory_mapping: [mem 0xab731000-0xab744fff]
[ 0.000000] [mem 0xab731000-0xab744fff] page 4k
[ 0.000000] init_memory_mapping: [mem 0xab75f000-0xab799fff]
[ 0.000000] [mem 0xab75f000-0xab799fff] page 4k
[ 0.000000] init_memory_mapping: [mem 0xab7af000-0xab7d9fff]
[ 0.000000] [mem 0xab7af000-0xab7d9fff] page 4k
[ 0.000000] init_memory_mapping: [mem 0xab7db000-0xab7fafff]
[ 0.000000] [mem 0xab7db000-0xab7fafff] page 4k
[ 0.000000] init_memory_mapping: [mem 0x100000000-0x21fffffff]
[ 0.000000] [mem 0x100000000-0x21fffffff] page 2M
[ 0.000000] BRK [0x01b3b000, 0x01b3bfff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x36388000-0x371bbfff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000AB70E014 000024 (v02 APPLE )
[ 0.000000] ACPI: XSDT 0x00000000AB70E1C0 000084 (v01 APPLE Apple00 00000057 01000013)
[ 0.000000] ACPI: FACP 0x00000000AB706000 0000F4 (v04 APPLE Apple00 00000057 Loki 0000005F)
[ 0.000000] ACPI: DSDT 0x00000000AB6F8000 0073DC (v01 APPLE MacBookP 00060001 INTL 20061109)
[ 0.000000] ACPI: FACS 0x00000000AB67A000 000040
[ 0.000000] ACPI: FACS 0x00000000AB67A000 000040
[ 0.000000] ACPI: ASF! 0x00000000AB708000 0000A5 (v32 APPLE Apple00 00000001 Loki 0000005F)
[ 0.000000] ACPI: HPET 0x00000000AB705000 000038 (v01 APPLE Apple00 00000001 Loki 0000005F)
[ 0.000000] ACPI: APIC 0x00000000AB704000 0000BC (v01 APPLE Apple00 00000001 Loki 0000005F)
[ 0.000000] ACPI: APIC 0x00000000AB703000 0000BC (v02 APPLE Apple00 00000001 Loki 0000005F)
[ 0.000000] ACPI: SBST 0x00000000AB701000 000030 (v01 APPLE Apple00 00000001 Loki 0000005F)
[ 0.000000] ACPI: ECDT 0x00000000AB700000 000053 (v01 APPLE Apple00 00000001 Loki 0000005F)
[ 0.000000] ACPI: SSDT 0x00000000AB6F5000 00020D (v01 APPLE SataAhci 00001000 INTL 20061109)
[ 0.000000] ACPI: SSDT 0x00000000AB6F2000 000522 (v01 APPLE UsbNoRmh 00001000 INTL 20061109)
[ 0.000000] ACPI: SSDT 0x00000000AB6F0000 0000C8 (v01 APPLE SsdtGmux 00001000 INTL 20061109)
[ 0.000000] ACPI: SSDT 0x00000000AB66A000 000A10 (v01 PmRef CpuPm 00003000 INTL 20061109)
[ 0.000000] ACPI: MCFG 0x00000000AB702000 00003C (v01 APPLE Apple00 00000001 Loki 0000005F)
[ 0.000000] ACPI: BIOS bug: multiple APIC/MADT found, using 0
[ 0.000000] ACPI: If "acpi_apic_instance=2" works better, notify linux-acpi@vger.kernel.org
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000024fffffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x24fff6000-0x24fff9fff]
[ 0.000000] [ffffea0000000000-ffffea00093fffff] PMD -> [ffff880247600000-ffff88024f5fffff] on node 0
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.000000] Normal [mem 0x0000000100000000-0x000000024fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000008dfff]
[ 0.000000] node 0: [mem 0x0000000000090000-0x000000000009ffff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x00000000ab659fff]
[ 0.000000] node 0: [mem 0x00000000ab713000-0x00000000ab729fff]
[ 0.000000] node 0: [mem 0x00000000ab731000-0x00000000ab744fff]
[ 0.000000] node 0: [mem 0x00000000ab75f000-0x00000000ab799fff]
[ 0.000000] node 0: [mem 0x00000000ab7af000-0x00000000ab7d9fff]
[ 0.000000] node 0: [mem 0x00000000ab7db000-0x00000000ab7fafff]
[ 0.000000] node 0: [mem 0x0000000100000000-0x000000024fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000024fffffff]
[ 0.000000] On node 0 totalpages: 2078376
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 25 pages reserved
[ 0.000000] DMA zone: 3997 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 10909 pages used for memmap
[ 0.000000] DMA32 zone: 698123 pages, LIFO batch:31
[ 0.000000] Normal zone: 21504 pages used for memmap
[ 0.000000] Normal zone: 1376256 pages, LIFO batch:31
[ 0.000000] Reserving Intel graphics stolen memory at 0xae000000-0xafffffff
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0008e000-0x0008efff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000bffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000c0000-0x000fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xab65a000-0xab65bfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xab65c000-0xab666fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xab667000-0xab669fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xab66a000-0xab66afff]
[ 0.000000] PM: Registered nosave memory: [mem 0xab66b000-0xab66cfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xab66d000-0xab670fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xab671000-0xab672fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xab673000-0xab679fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xab67a000-0xab6eefff]
[ 0.000000] PM: Registered nosave memory: [mem 0xab6ef000-0xab6effff]
[ 0.000000] PM: Registered nosave memory: [mem 0xab6f0000-0xab708fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xab709000-0xab70dfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xab70e000-0xab70efff]
[ 0.000000] PM: Registered nosave memory: [mem 0xab70f000-0xab70ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xab710000-0xab712fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xab72a000-0xab72afff]
[ 0.000000] PM: Registered nosave memory: [mem 0xab72b000-0xab72cfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xab72d000-0xab730fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xab745000-0xab75efff]
[ 0.000000] PM: Registered nosave memory: [mem 0xab79a000-0xab7aefff]
[ 0.000000] PM: Registered nosave memory: [mem 0xab7da000-0xab7dafff]
[ 0.000000] PM: Registered nosave memory: [mem 0xab7fb000-0xabffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xac000000-0xaddfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xade00000-0xafffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xb0000000-0xe00f7fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xe00f8000-0xe00f8fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xe00f9000-0xfed1bfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xffec3fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xffec4000-0xffee7fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xffee8000-0xffffffff]
[ 0.000000] e820: [mem 0xb0000000-0xe00f7fff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 32 pages/cpu @ffff88024fc00000 s91480 r8192 d31400 u262144
[ 0.000000] pcpu-alloc: s91480 r8192 d31400 u262144 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 2045874
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=3c8000c6-453f-4d6c-a2d3-4d9ccfddc38d rw cryptdevice=/dev/sda4:arch:allow-discards nouveau.modeset=0 i915.modeset=1 quiet
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 8027520K/8313504K available (5611K kernel code, 922K rwdata, 1768K rodata, 1180K init, 1152K bss, 285984K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] Build-time adjustment of leaf fanout to 64.
[ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=8
[ 0.000000] NR_IRQS:8448 nr_irqs:488 16
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 2793.220 MHz processor
[ 0.000029] Calibrating delay loop (skipped), value calculated using timer frequency.. 5588.20 BogoMIPS (lpj=9310733)
[ 0.000031] pid_max: default: 32768 minimum: 301
[ 0.000037] ACPI: Core revision 20150619
[ 0.005167] ACPI: All ACPI Tables successfully acquired
[ 0.029127] Security Framework initialized
[ 0.029129] Yama: becoming mindful.
[ 0.029540] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.031358] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.032194] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.032205] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.032435] Initializing cgroup subsys blkio
[ 0.032439] Initializing cgroup subsys memory
[ 0.032447] Initializing cgroup subsys devices
[ 0.032449] Initializing cgroup subsys freezer
[ 0.032451] Initializing cgroup subsys net_cls
[ 0.032467] Disabled fast string operations
[ 0.032469] CPU: Physical Processor ID: 0
[ 0.032470] CPU: Processor Core ID: 0
[ 0.032476] mce: CPU supports 9 MCE banks
[ 0.032484] CPU0: Thermal monitoring enabled (TM1)
[ 0.032491] process: using mwait in idle threads
[ 0.032494] Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7
[ 0.032495] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[ 0.032749] Freeing SMP alternatives memory: 20K (ffffffff81a0f000 - ffffffff81a14000)
[ 0.034944] ftrace: allocating 22161 entries in 87 pages
[ 0.044373] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.181304] smpboot: CPU0: Intel(R) Core(TM) i7 CPU M 640 @ 2.80GHz (fam: 06, model: 25, stepping: 05)
[ 0.181330] Performance Events: PEBS fmt1+, 16-deep LBR, Westmere events, Intel PMU driver.
[ 0.181345] perf_event_intel: CPUID marked event: 'bus cycles' unavailable
[ 0.181347] ... version: 3
[ 0.181348] ... bit width: 48
[ 0.181349] ... generic registers: 4
[ 0.181350] ... value mask: 0000ffffffffffff
[ 0.181350] ... max period: 000000007fffffff
[ 0.181351] ... fixed-purpose events: 3
[ 0.181351] ... event mask: 000000070000000f
[ 0.194744] x86: Booting SMP configuration:
[ 0.194748] .... node #0, CPUs: #1
[ 0.195785] Disabled fast string operations
[ 0.198122] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.201387] #2
[ 0.202649] microcode: CPU2 microcode updated early to revision 0x4, date = 2013-06-28
[ 0.202668] Disabled fast string operations
[ 0.208062] #3
[ 0.209196] Disabled fast string operations
[ 0.211320] x86: Booted up 1 node, 4 CPUs
[ 0.211324] smpboot: Total of 4 processors activated (22354.83 BogoMIPS)
[ 0.213839] devtmpfs: initialized
[ 0.216190] PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff](4096 bytes)
[ 0.216191] PM: Registering ACPI NVS region [mem 0xab65a000-0xab65bfff](8192 bytes)
[ 0.216192] PM: Registering ACPI NVS region [mem 0xab667000-0xab669fff](12288 bytes)
[ 0.216193] PM: Registering ACPI NVS region [mem 0xab671000-0xab672fff](8192 bytes)
[ 0.216194] PM: Registering ACPI NVS region [mem 0xab67a000-0xab6eefff](479232 bytes)
[ 0.216277] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 0.216353] pinctrl core: initialized pinctrl subsystem
[ 0.216398] RTC time: 22:42:53, date: 01/05/16
[ 0.216498] NET: Registered protocol family 16
[ 0.224690] cpuidle: using governor ladder
[ 0.238037] cpuidle: using governor menu
[ 0.238089] ACPI: bus type PCI registered
[ 0.238091] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.238159] PCI: MMCONFIG for domain 0000 [bus 00-06] at [mem 0xe0000000-0xe06fffff](base 0xe0000000)
[ 0.238161] PCI: not using MMCONFIG
[ 0.238162] PCI: Using configuration type 1 for base access
[ 0.248317] ACPI: Added _OSI(Module Device)
[ 0.248319] ACPI: Added _OSI(Processor Device)
[ 0.248320] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.248321] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.249155] ACPI : EC: EC description table is found, configuring boot EC
[ 0.249168] ACPI : EC: EC started
[ 0.250735] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.252902] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.253141] ACPI: Dynamic OEM Table Load:
[ 0.253148] ACPI: SSDT 0xFFFF880246278800 0004BD (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
[ 0.253428] ACPI: Dynamic OEM Table Load:
[ 0.253433] ACPI: SSDT 0xFFFF880246279000 0006E5 (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
[ 0.253862] ACPI: Dynamic OEM Table Load:
[ 0.253867] ACPI: SSDT 0xFFFF880245D88C00 0003A4 (v01 PmRef ApIst 00003000 INTL 20061109)
[ 0.254169] ACPI: Dynamic OEM Table Load:
[ 0.254174] ACPI: SSDT 0xFFFF880245D90A00 000119 (v01 PmRef ApCst 00003000 INTL 20061109)
[ 0.254729] ACPI: Interpreter enabled
[ 0.254734] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State S1
[ 0.254738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State S2
[ 0.254749] ACPI: (supports S0 S3 S4 S5)
[ 0.254750] ACPI: Using IOAPIC for interrupt routing
[ 0.254764] PCI: MMCONFIG for domain 0000 [bus 00-06] at [mem 0xe0000000-0xe06fffff](base 0xe0000000)
[ 0.255093] PCI: MMCONFIG at [mem 0xe0000000-0xe06fffff] reserved in ACPI motherboard resources
[ 0.255110] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.259988] ACPI: PCI Root Bridge [PCI0](domain 0000 [bus 00-fe])
[ 0.259993] acpi PNP0A08:00: _OSC: OS assumes control of [PCIeHotplug SHPCHotplug AER PCIeCapability]
[ 0.260105] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-06] only partially covers this bridge
[ 0.260244] PCI host bridge to bus 0000:00
[ 0.260246] pci_bus 0000:00: root bus resource [bus 00-fe]
[ 0.260248] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.260249] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.260250] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.260251] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[ 0.260253] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[ 0.260254] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[ 0.260255] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[ 0.260256] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[ 0.260257] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[ 0.260259] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[ 0.260260] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[ 0.260261] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[ 0.260262] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[ 0.260263] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[ 0.260264] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[ 0.260266] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
[ 0.260267] pci_bus 0000:00: root bus resource [mem 0xb0000000-0xfeafffff window]
[ 0.260273] pci 0000:00:00.0: [8086:0044] type 00 class 0x060000
[ 0.260293] DMAR: BIOS has allocated no shadow GTT; disabling IOMMU for graphics
[ 0.260352] pci 0000:00:01.0: [8086:0045] type 01 class 0x060400
[ 0.260378] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.260405] pci 0000:00:01.0: System wakeup disabled by ACPI
[ 0.260433] pci 0000:00:02.0: [8086:0046] type 00 class 0x030000
[ 0.260445] pci 0000:00:02.0: reg 0x10: [mem 0xd3400000-0xd37fffff 64bit]
[ 0.260450] pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
[ 0.260453] pci 0000:00:02.0: reg 0x20: [io 0x3130-0x3137]
[ 0.260557] pci 0000:00:1a.0: [8086:3b3b] type 00 class 0x0c0300
[ 0.260619] pci 0000:00:1a.0: reg 0x20: [io 0x3100-0x311f]
[ 0.260718] pci 0000:00:1a.7: [8086:3b3c] type 00 class 0x0c0320
[ 0.260751] pci 0000:00:1a.7: reg 0x10: [mem 0xd3d05c00-0xd3d05fff]
[ 0.260830] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[ 0.260890] pci 0000:00:1a.7: System wakeup disabled by ACPI
[ 0.260932] pci 0000:00:1b.0: [8086:3b56] type 00 class 0x040300
[ 0.260967] pci 0000:00:1b.0: reg 0x10: [mem 0xd3d00000-0xd3d03fff 64bit]
[ 0.261036] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.261079] pci 0000:00:1b.0: System wakeup disabled by ACPI
[ 0.261117] pci 0000:00:1c.0: [8086:3b42] type 01 class 0x060400
[ 0.261204] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.261239] pci 0000:00:1c.0: System wakeup disabled by ACPI
[ 0.261275] pci 0000:00:1c.1: [8086:3b44] type 01 class 0x060400
[ 0.261366] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.261401] pci 0000:00:1c.1: System wakeup disabled by ACPI
[ 0.261440] pci 0000:00:1c.2: [8086:3b46] type 01 class 0x060400
[ 0.261528] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[ 0.261565] pci 0000:00:1c.2: System wakeup disabled by ACPI
[ 0.261604] pci 0000:00:1c.3: [8086:3b48] type 01 class 0x060400
[ 0.261684] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.261718] pci 0000:00:1c.3: System wakeup disabled by ACPI
[ 0.261758] pci 0000:00:1d.0: [8086:3b36] type 00 class 0x0c0300
[ 0.261818] pci 0000:00:1d.0: reg 0x20: [io 0x30a0-0x30bf]
[ 0.261917] pci 0000:00:1d.7: [8086:3b34] type 00 class 0x0c0320
[ 0.261950] pci 0000:00:1d.7: reg 0x10: [mem 0xd3d05800-0xd3d05bff]
[ 0.262030] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.262092] pci 0000:00:1d.7: System wakeup disabled by ACPI
[ 0.262129] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
[ 0.262242] pci 0000:00:1f.0: [8086:3b09] type 00 class 0x060100
[ 0.262394] pci 0000:00:1f.2: [8086:3b29] type 00 class 0x010601
[ 0.262429] pci 0000:00:1f.2: reg 0x10: [io 0x3128-0x312f]
[ 0.262439] pci 0000:00:1f.2: reg 0x14: [io 0x313c-0x313f]
[ 0.262449] pci 0000:00:1f.2: reg 0x18: [io 0x3120-0x3127]
[ 0.262459] pci 0000:00:1f.2: reg 0x1c: [io 0x3138-0x313b]
[ 0.262469] pci 0000:00:1f.2: reg 0x20: [io 0x3020-0x303f]
[ 0.262479] pci 0000:00:1f.2: reg 0x24: [mem 0xd3d05000-0xd3d057ff]
[ 0.262516] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.262579] pci 0000:00:1f.3: [8086:3b30] type 00 class 0x0c0500
[ 0.262599] pci 0000:00:1f.3: reg 0x10: [mem 0xd3d06000-0xd3d060ff 64bit]
[ 0.262620] pci 0000:00:1f.3: reg 0x20: [io 0xefa0-0xefbf]
[ 0.262699] pci 0000:00:1f.6: [8086:3b32] type 00 class 0x118000
[ 0.262732] pci 0000:00:1f.6: reg 0x10: [mem 0xd3d04000-0xd3d04fff 64bit]
[ 0.262862] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.262864] pci 0000:00:01.0: bridge window [io 0x2000-0x2fff]
[ 0.262866] pci 0000:00:01.0: bridge window [mem 0xd2000000-0xd30fffff]
[ 0.262869] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[ 0.263099] pci 0000:02:00.0: [14e4:1684] type 00 class 0x020000
[ 0.263162] pci 0000:02:00.0: reg 0x10: [mem 0xd3c00000-0xd3c0ffff 64bit]
[ 0.263304] pci 0000:02:00.0: PME# supported from D3hot D3cold
[ 0.263348] pci 0000:02:00.0: System wakeup disabled by ACPI
[ 0.271544] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.271552] pci 0000:00:1c.0: bridge window [mem 0xd3c00000-0xd3cfffff]
[ 0.271669] pci 0000:03:00.0: [14e4:4353] type 00 class 0x028000
[ 0.271729] pci 0000:03:00.0: reg 0x10: [mem 0xd3b00000-0xd3b03fff 64bit]
[ 0.271868] pci 0000:03:00.0: supports D1 D2
[ 0.271869] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[ 0.271903] pci 0000:03:00.0: System wakeup disabled by ACPI
[ 0.281431] pci 0000:00:1c.1: PCI bridge to [bus 03]
[ 0.281438] pci 0000:00:1c.1: bridge window [mem 0xd3b00000-0xd3bfffff]
[ 0.281520] pci 0000:04:00.0: [11c1:5901] type 00 class 0x0c0010
[ 0.281577] pci 0000:04:00.0: reg 0x10: [mem 0xd3a00000-0xd3a00fff 64bit]
[ 0.281710] pci 0000:04:00.0: supports D1 D2
[ 0.281711] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.291411] pci 0000:00:1c.2: PCI bridge to [bus 04]
[ 0.291424] pci 0000:00:1c.2: bridge window [mem 0xd3a00000-0xd3afffff]
[ 0.291504] pci 0000:00:1c.3: PCI bridge to [bus 05]
[ 0.291511] pci 0000:00:1c.3: bridge window [mem 0xd3900000-0xd39fffff]
[ 0.291590] pci 0000:00:1e.0: PCI bridge to [bus 06](subtractive decode)
[ 0.291597] pci 0000:00:1e.0: bridge window [mem 0xd3800000-0xd38fffff]
[ 0.291604] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7 window](subtractive decode)
[ 0.291605] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff window](subtractive decode)
[ 0.291606] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff window](subtractive decode)
[ 0.291608] pci 0000:00:1e.0: bridge window [mem 0x000c0000-0x000c3fff window](subtractive decode)
[ 0.291609] pci 0000:00:1e.0: bridge window [mem 0x000c4000-0x000c7fff window](subtractive decode)
[ 0.291610] pci 0000:00:1e.0: bridge window [mem 0x000c8000-0x000cbfff window](subtractive decode)
[ 0.291611] pci 0000:00:1e.0: bridge window [mem 0x000cc000-0x000cffff window](subtractive decode)
[ 0.291612] pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000d3fff window](subtractive decode)
[ 0.291614] pci 0000:00:1e.0: bridge window [mem 0x000d4000-0x000d7fff window](subtractive decode)
[ 0.291615] pci 0000:00:1e.0: bridge window [mem 0x000d8000-0x000dbfff window](subtractive decode)
[ 0.291616] pci 0000:00:1e.0: bridge window [mem 0x000dc000-0x000dffff window](subtractive decode)
[ 0.291617] pci 0000:00:1e.0: bridge window [mem 0x000e0000-0x000e3fff window](subtractive decode)
[ 0.291618] pci 0000:00:1e.0: bridge window [mem 0x000e4000-0x000e7fff window](subtractive decode)
[ 0.291620] pci 0000:00:1e.0: bridge window [mem 0x000e8000-0x000ebfff window](subtractive decode)
[ 0.291621] pci 0000:00:1e.0: bridge window [mem 0x000ec000-0x000effff window](subtractive decode)
[ 0.291622] pci 0000:00:1e.0: bridge window [mem 0x000f0000-0x000fffff window](subtractive decode)
[ 0.291623] pci 0000:00:1e.0: bridge window [mem 0xb0000000-0xfeafffff window](subtractive decode)
[ 0.292196] ACPI: PCI Interrupt Link [LNKA](IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[ 0.292236] ACPI: PCI Interrupt Link [LNKB](IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[ 0.292275] ACPI: PCI Interrupt Link [LNKC](IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[ 0.292313] ACPI: PCI Interrupt Link [LNKD](IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[ 0.292351] ACPI: PCI Interrupt Link [LNKE](IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[ 0.292389] ACPI: PCI Interrupt Link [LNKF](IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[ 0.292427] ACPI: PCI Interrupt Link [LNKG](IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[ 0.292465] ACPI: PCI Interrupt Link [LNKH](IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[ 0.292584] ACPI: PCI Root Bridge [CPBG](domain 0000 [bus ff])
[ 0.292587] acpi PNP0A03:00: _OSC: OS assumes control of [PCIeHotplug SHPCHotplug AER PCIeCapability]
[ 0.292594] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[ 0.292623] PCI host bridge to bus 0000:ff
[ 0.292625] pci_bus 0000:ff: root bus resource [bus ff]
[ 0.292629] pci 0000:ff:00.0: [8086:2c62] type 00 class 0x060000
[ 0.292667] pci 0000:ff:00.1: [8086:2d01] type 00 class 0x060000
[ 0.292709] pci 0000:ff:02.0: [8086:2d10] type 00 class 0x060000
[ 0.292745] pci 0000:ff:02.1: [8086:2d11] type 00 class 0x060000
[ 0.292781] pci 0000:ff:02.2: [8086:2d12] type 00 class 0x060000
[ 0.292817] pci 0000:ff:02.3: [8086:2d13] type 00 class 0x060000
[ 0.292899] ACPI: Enabled 4 GPEs in block 00 to 3F
[ 0.292921] ACPI : EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[ 0.293010] vgaarb: setting as boot device: PCI:0000:00:02.0
[ 0.293012] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.293015] vgaarb: loaded
[ 0.293016] vgaarb: bridge control possible 0000:00:02.0
[ 0.293162] PCI: Using ACPI for IRQ routing
[ 0.293165] PCI: pci_cache_line_size set to 64 bytes
[ 0.293601] e820: reserve RAM buffer [mem 0x0008e000-0x0008ffff]
[ 0.293603] e820: reserve RAM buffer [mem 0xab65a000-0xabffffff]
[ 0.293606] e820: reserve RAM buffer [mem 0xab72a000-0xabffffff]
[ 0.293608] e820: reserve RAM buffer [mem 0xab745000-0xabffffff]
[ 0.293609] e820: reserve RAM buffer [mem 0xab79a000-0xabffffff]
[ 0.293610] e820: reserve RAM buffer [mem 0xab7da000-0xabffffff]
[ 0.293611] e820: reserve RAM buffer [mem 0xab7fb000-0xabffffff]
[ 0.293715] NetLabel: Initializing
[ 0.293716] NetLabel: domain hash size = 128
[ 0.293717] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.293726] NetLabel: unlabeled traffic allowed by default
[ 0.293763] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.293767] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 0.295799] clocksource: Switched to clocksource hpet
[ 0.300691] pnp: PnP ACPI init
[ 0.300885] system 00:00: [mem 0xfed00000-0xfed003ff] has been reserved
[ 0.300890] system 00:00: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
[ 0.300931] system 00:01: [io 0x0680-0x069f] has been reserved
[ 0.300933] system 00:01: [io 0x1000-0x100f] has been reserved
[ 0.300935] system 00:01: [io 0xffff] has been reserved
[ 0.300936] system 00:01: [io 0xffff] has been reserved
[ 0.300937] system 00:01: [io 0x0400-0x047f] could not be reserved
[ 0.300939] system 00:01: [io 0x0500-0x057f] has been reserved
[ 0.300940] system 00:01: [io 0x164e-0x164f] has been reserved
[ 0.300942] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.300988] system 00:02: [io 0x06a0-0x06af] has been reserved
[ 0.300990] system 00:02: [io 0x06b0-0x06ff] has been reserved
[ 0.300992] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.301013] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.301073] pnp 00:04: Plug and Play ACPI device, IDs APP000b (active)
[ 0.301221] system 00:05: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.301223] system 00:05: [mem 0xfed10000-0xfed13fff] has been reserved
[ 0.301224] system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.301226] system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.301227] system 00:05: [mem 0xe0000000-0xefffffff] could not be reserved
[ 0.301229] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.301230] system 00:05: [mem 0xfeb00000-0xfeb03fff] has been reserved
[ 0.301232] system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.301233] system 00:05: [mem 0xff000000-0xffffffff] could not be reserved
[ 0.301235] system 00:05: [mem 0xfee00000-0xfeefffff] has been reserved
[ 0.301237] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.301366] pnp: PnP ACPI: found 6 devices
[ 0.307824] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.307847] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000
[ 0.307849] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
[ 0.307859] pci 0000:00:1c.1: bridge window [io 0x1000-0x0fff] to [bus 03] add_size 1000
[ 0.307861] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000
[ 0.307871] pci 0000:00:1c.2: bridge window [io 0x1000-0x0fff] to [bus 04] add_size 1000
[ 0.307872] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000 add_align 100000
[ 0.307882] pci 0000:00:1c.3: bridge window [io 0x1000-0x0fff] to [bus 05] add_size 1000
[ 0.307883] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 05] add_size 200000 add_align 100000
[ 0.307898] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[ 0.307900] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[ 0.307901] pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[ 0.307903] pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[ 0.307904] pci 0000:00:1c.2: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[ 0.307906] pci 0000:00:1c.2: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[ 0.307907] pci 0000:00:1c.3: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[ 0.307909] pci 0000:00:1c.3: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[ 0.307910] pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.307911] pci 0000:00:1c.0: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.307913] pci 0000:00:1c.1: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.307914] pci 0000:00:1c.1: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.307915] pci 0000:00:1c.2: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.307917] pci 0000:00:1c.2: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.307918] pci 0000:00:1c.3: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.307919] pci 0000:00:1c.3: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.307932] pci 0000:00:1c.0: BAR 15: assigned [mem 0xd3100000-0xd32fffff 64bit pref]
[ 0.307940] pci 0000:00:1c.1: BAR 15: assigned [mem 0xd3e00000-0xd3ffffff 64bit pref]
[ 0.307947] pci 0000:00:1c.2: BAR 15: assigned [mem 0xd4000000-0xd41fffff 64bit pref]
[ 0.307955] pci 0000:00:1c.3: BAR 15: assigned [mem 0xd4200000-0xd43fffff 64bit pref]
[ 0.307957] pci 0000:00:1c.0: BAR 13: assigned [io 0x4000-0x4fff]
[ 0.307959] pci 0000:00:1c.1: BAR 13: assigned [io 0x5000-0x5fff]
[ 0.307961] pci 0000:00:1c.2: BAR 13: assigned [io 0x6000-0x6fff]
[ 0.307963] pci 0000:00:1c.3: BAR 13: assigned [io 0x7000-0x7fff]
[ 0.307966] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.307968] pci 0000:00:01.0: bridge window [io 0x2000-0x2fff]
[ 0.307970] pci 0000:00:01.0: bridge window [mem 0xd2000000-0xd30fffff]
[ 0.307972] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[ 0.307975] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.307978] pci 0000:00:1c.0: bridge window [io 0x4000-0x4fff]
[ 0.307983] pci 0000:00:1c.0: bridge window [mem 0xd3c00000-0xd3cfffff]
[ 0.307988] pci 0000:00:1c.0: bridge window [mem 0xd3100000-0xd32fffff 64bit pref]
[ 0.307994] pci 0000:00:1c.1: PCI bridge to [bus 03]
[ 0.307997] pci 0000:00:1c.1: bridge window [io 0x5000-0x5fff]
[ 0.308002] pci 0000:00:1c.1: bridge window [mem 0xd3b00000-0xd3bfffff]
[ 0.308006] pci 0000:00:1c.1: bridge window [mem 0xd3e00000-0xd3ffffff 64bit pref]
[ 0.308013] pci 0000:00:1c.2: PCI bridge to [bus 04]
[ 0.308016] pci 0000:00:1c.2: bridge window [io 0x6000-0x6fff]
[ 0.308021] pci 0000:00:1c.2: bridge window [mem 0xd3a00000-0xd3afffff]
[ 0.308025] pci 0000:00:1c.2: bridge window [mem 0xd4000000-0xd41fffff 64bit pref]
[ 0.308032] pci 0000:00:1c.3: PCI bridge to [bus 05]
[ 0.308034] pci 0000:00:1c.3: bridge window [io 0x7000-0x7fff]
[ 0.308040] pci 0000:00:1c.3: bridge window [mem 0xd3900000-0xd39fffff]
[ 0.308044] pci 0000:00:1c.3: bridge window [mem 0xd4200000-0xd43fffff 64bit pref]
[ 0.308051] pci 0000:00:1e.0: PCI bridge to [bus 06]
[ 0.308056] pci 0000:00:1e.0: bridge window [mem 0xd3800000-0xd38fffff]
[ 0.308066] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.308067] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.308069] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.308070] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[ 0.308071] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[ 0.308072] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[ 0.308074] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[ 0.308075] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[ 0.308076] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[ 0.308077] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[ 0.308078] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[ 0.308080] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[ 0.308081] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[ 0.308082] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[ 0.308083] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[ 0.308085] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window]
[ 0.308086] pci_bus 0000:00: resource 20 [mem 0xb0000000-0xfeafffff window]
[ 0.308088] pci_bus 0000:01: resource 0 [io 0x2000-0x2fff]
[ 0.308089] pci_bus 0000:01: resource 1 [mem 0xd2000000-0xd30fffff]
[ 0.308090] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
[ 0.308092] pci_bus 0000:02: resource 0 [io 0x4000-0x4fff]
[ 0.308093] pci_bus 0000:02: resource 1 [mem 0xd3c00000-0xd3cfffff]
[ 0.308094] pci_bus 0000:02: resource 2 [mem 0xd3100000-0xd32fffff 64bit pref]
[ 0.308096] pci_bus 0000:03: resource 0 [io 0x5000-0x5fff]
[ 0.308097] pci_bus 0000:03: resource 1 [mem 0xd3b00000-0xd3bfffff]
[ 0.308098] pci_bus 0000:03: resource 2 [mem 0xd3e00000-0xd3ffffff 64bit pref]
[ 0.308100] pci_bus 0000:04: resource 0 [io 0x6000-0x6fff]
[ 0.308101] pci_bus 0000:04: resource 1 [mem 0xd3a00000-0xd3afffff]
[ 0.308102] pci_bus 0000:04: resource 2 [mem 0xd4000000-0xd41fffff 64bit pref]
[ 0.308104] pci_bus 0000:05: resource 0 [io 0x7000-0x7fff]
[ 0.308105] pci_bus 0000:05: resource 1 [mem 0xd3900000-0xd39fffff]
[ 0.308106] pci_bus 0000:05: resource 2 [mem 0xd4200000-0xd43fffff 64bit pref]
[ 0.308107] pci_bus 0000:06: resource 1 [mem 0xd3800000-0xd38fffff]
[ 0.308109] pci_bus 0000:06: resource 4 [io 0x0000-0x0cf7 window]
[ 0.308110] pci_bus 0000:06: resource 5 [io 0x0d00-0xffff window]
[ 0.308111] pci_bus 0000:06: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.308112] pci_bus 0000:06: resource 7 [mem 0x000c0000-0x000c3fff window]
[ 0.308114] pci_bus 0000:06: resource 8 [mem 0x000c4000-0x000c7fff window]
[ 0.308115] pci_bus 0000:06: resource 9 [mem 0x000c8000-0x000cbfff window]
[ 0.308116] pci_bus 0000:06: resource 10 [mem 0x000cc000-0x000cffff window]
[ 0.308117] pci_bus 0000:06: resource 11 [mem 0x000d0000-0x000d3fff window]
[ 0.308119] pci_bus 0000:06: resource 12 [mem 0x000d4000-0x000d7fff window]
[ 0.308120] pci_bus 0000:06: resource 13 [mem 0x000d8000-0x000dbfff window]
[ 0.308121] pci_bus 0000:06: resource 14 [mem 0x000dc000-0x000dffff window]
[ 0.308122] pci_bus 0000:06: resource 15 [mem 0x000e0000-0x000e3fff window]
[ 0.308123] pci_bus 0000:06: resource 16 [mem 0x000e4000-0x000e7fff window]
[ 0.308125] pci_bus 0000:06: resource 17 [mem 0x000e8000-0x000ebfff window]
[ 0.308126] pci_bus 0000:06: resource 18 [mem 0x000ec000-0x000effff window]
[ 0.308127] pci_bus 0000:06: resource 19 [mem 0x000f0000-0x000fffff window]
[ 0.308128] pci_bus 0000:06: resource 20 [mem 0xb0000000-0xfeafffff window]
[ 0.308159] NET: Registered protocol family 2
[ 0.308358] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.308514] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.308718] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.308759] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.308792] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.308860] NET: Registered protocol family 1
[ 0.308875] pci 0000:00:02.0: Video device with shadowed ROM
[ 0.309523] PCI: CLS 256 bytes, default 64
[ 0.309581] Unpacking initramfs...
[ 0.515044] Freeing initrd memory: 14544K (ffff880036388000 - ffff8800371bc000)
[ 0.515057] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.515059] software IO TLB mem 0xa3aa8000-0xa7aa8000 mapped at [ffff8800a3aa8000-ffff8800a7aa7fff]
[ 0.515219] microcode: CPU0 sig=0x20655, pf=0x10, revision=0x4
[ 0.515226] microcode: CPU1 sig=0x20655, pf=0x10, revision=0x4
[ 0.515233] microcode: CPU2 sig=0x20655, pf=0x10, revision=0x4
[ 0.515239] microcode: CPU3 sig=0x20655, pf=0x10, revision=0x4
[ 0.515305] microcode: Microcode Update Driver: v2.00 tigran@aivazian.fsnet.co.uk, Peter Oruba
[ 0.515378] Scanning for low memory corruption every 60 seconds
[ 0.515387] efifb: dmi detected MacBookPro6,2 - framebuffer at 0xc0030000 (1680x1050, stride 8192)
[ 0.515659] futex hash table entries: 2048 (order: 5, 131072 bytes)
[ 0.515690] Initialise system trusted keyring
[ 0.515991] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.517275] zpool: loaded
[ 0.517277] zbud: loaded
[ 0.517432] VFS: Disk quotas dquot_6.6.0
[ 0.517462] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.517600] Key type big_key registered
[ 0.517744] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[ 0.517785] io scheduler noop registered
[ 0.517788] io scheduler deadline registered
[ 0.517816] io scheduler cfq registered (default)
[ 0.518514] pcieport 0000:00:1c.3: enabling device (0000 -> 0003)
[ 0.518679] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.518692] pciehp 0000:00:1c.0:pcie04: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
[ 0.518742] pciehp 0000:00:1c.0:pcie04: service driver pciehp loaded
[ 0.518751] pciehp 0000:00:1c.1:pcie04: Slot #1 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
[ 0.518790] pciehp 0000:00:1c.1:pcie04: service driver pciehp loaded
[ 0.518798] pciehp 0000:00:1c.2:pcie04: Slot #2 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
[ 0.518835] pciehp 0000:00:1c.2:pcie04: service driver pciehp loaded
[ 0.518843] pciehp 0000:00:1c.3:pcie04: Slot #3 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
[ 0.518880] pciehp 0000:00:1c.3:pcie04: service driver pciehp loaded
[ 0.518884] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.518899] efifb: probing for efifb
[ 0.518930] efifb: framebuffer at 0xc0030000, mapped to 0xffffc90002000000, using 8448k, total 8448k
[ 0.518931] efifb: mode is 1680x1050x32, linelength=8192, pages=1
[ 0.518932] efifb: scrolling: redraw
[ 0.518933] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.522196] Console: switching to colour frame buffer device 210x65
[ 0.525333] fb0: EFI VGA frame buffer device
[ 0.525342] intel_idle: MWAIT substates: 0x1120
[ 0.525343] intel_idle: v0.4 model 0x25
[ 0.525343] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 0.525511] GHES: HEST is not enabled!
[ 0.525566] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 0.525930] Linux agpgart interface v0.103
[ 0.526228] rtc_cmos 00:03: RTC can wake from S4
[ 0.526357] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[ 0.526386] rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 0.526400] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.526716] NET: Registered protocol family 10
[ 0.526898] NET: Registered protocol family 17
[ 0.527176] Loading compiled-in X.509 certificates
[ 0.527185] registered taskstats version 1
[ 0.527191] zswap: loading zswap
[ 0.527193] zswap: using zbud pool
[ 0.527196] zswap: using lzo compressor
[ 0.527894] Magic number: 0:363:754
[ 0.528009] rtc_cmos 00:03: setting system clock to 2016-01-05 22:42:53 UTC (1452033773)
[ 0.528103] PM: Hibernation image not present or could not be loaded.
[ 0.528491] Freeing unused kernel memory: 1180K (ffffffff818e8000 - ffffffff81a0f000)
[ 0.528493] Write protecting the kernel read-only data: 8192k
[ 0.528787] Freeing unused kernel memory: 520K (ffff88000157e000 - ffff880001600000)
[ 0.528897] Freeing unused kernel memory: 280K (ffff8800017ba000 - ffff880001800000)
[ 0.534408] random: systemd-tmpfile urandom read with 4 bits of entropy available
[ 0.539381] agpgart-intel 0000:00:00.0: Intel HD Graphics Chipset
[ 0.539436] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[ 0.540013] agpgart-intel 0000:00:00.0: detected 32768K stolen memory
[ 0.540166] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xb0000000
[ 0.541939] [drm] Initialized drm 1.1.0 20060810
[ 0.543119] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[ 0.543164] ACPI: Lid Switch [LID0]
[ 0.543206] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[ 0.543209] ACPI: Power Button [PWRB]
[ 0.543242] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[ 0.543243] ACPI: Sleep Button [SLPB]
[ 0.543276] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[ 0.543277] ACPI: Power Button [PWRF]
[ 0.552002] Setting dangerous option enable_rc6 - tainting kernel
[ 0.552010] Setting dangerous option enable_fbc - tainting kernel
[ 0.552902] [drm] Memory usable by graphics device = 2048M
[ 0.552905] checking generic (c0030000 840000) vs hw (b0000000 10000000)
[ 0.552907] [drm] Replacing VGA console driver
[ 0.611284] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 0.611287] [drm] Driver supports precise vblank timestamp query.
[ 0.611302] i915 0000:00:02.0: Invalid ROM contents
[ 0.611347] [drm] failed to find VBIOS tables
[ 0.611467] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 0.640687] ACPI: Video Device [IGPU](multi-head: yes rom: no post: no)
[ 0.640933] acpi device:05: registered as cooling_device0
[ 0.640986] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4
[ 0.641029] [drm] Initialized i915 1.6.0 20150522 for 0000:00:02.0 on minor 0
[ 0.702977] [drm] GMBUS [i915 gmbus vga] timed out, falling back to bit banging on pin 2
[ 0.718811] checking generic (c0030000 840000) vs hw (b0000000 10000000)
[ 0.718890] fbcon: inteldrmfb (fb1) is primary device
[ 0.718891] fbcon: Remapping primary device, fb1, to tty 1-63
[ 0.943103] i915 0000:00:02.0: fb1: inteldrmfb frame buffer device
[ 0.943104] i915 0000:00:02.0: registered panic notifier
[ 1.000753] ACPI: bus type USB registered
[ 1.000782] usbcore: registered new interface driver usbfs
[ 1.000790] usbcore: registered new interface driver hub
[ 1.000824] usbcore: registered new device driver usb
[ 1.001362] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.001644] ehci-pci: EHCI PCI platform driver
[ 1.001797] uhci_hcd: USB Universal Host Controller Interface driver
[ 1.001851] ehci-pci 0000:00:1a.7: EHCI Host Controller
[ 1.001859] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1
[ 1.001880] ehci-pci 0000:00:1a.7: debug port 2
[ 1.005831] ehci-pci 0000:00:1a.7: cache line size of 256 is not supported
[ 1.005840] ehci-pci 0000:00:1a.7: irq 21, io mem 0xd3d05c00
[ 1.008484] SCSI subsystem initialized
[ 1.010546] libata version 3.00 loaded.
[ 1.013777] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[ 1.013822] SSE version of gcm_enc/dec engaged.
[ 1.014065] hub 1-0:1.0: USB hub found
[ 1.014075] hub 1-0:1.0: 6 ports detected
[ 1.014689] ehci-pci 0000:00:1d.7: EHCI Host Controller
[ 1.014696] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2
[ 1.014711] ehci-pci 0000:00:1d.7: debug port 2
[ 1.018664] ehci-pci 0000:00:1d.7: cache line size of 256 is not supported
[ 1.018681] ehci-pci 0000:00:1d.7: irq 23, io mem 0xd3d05800
[ 1.026768] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 1.027015] hub 2-0:1.0: USB hub found
[ 1.027029] hub 2-0:1.0: 8 ports detected
[ 1.027305] uhci_hcd 0000:00:1a.0: Found HC with no IRQ. Check BIOS/PCI 0000:00:1a.0 setup!
[ 1.027388] uhci_hcd 0000:00:1a.0: init 0000:00:1a.0 fail, -19
[ 1.027469] uhci_hcd 0000:00:1d.0: Found HC with no IRQ. Check BIOS/PCI 0000:00:1d.0 setup!
[ 1.027555] uhci_hcd 0000:00:1d.0: init 0000:00:1d.0 fail, -19
[ 1.027666] ahci 0000:00:1f.2: version 3.0
[ 1.027907] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 3 Gbps 0x3 impl SATA mode
[ 1.027911] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems apst
[ 1.033984] scsi host0: ahci
[ 1.034231] scsi host1: ahci
[ 1.034509] scsi host2: ahci
[ 1.034767] scsi host3: ahci
[ 1.034882] ata1: SATA max UDMA/133 abar m2048@0xd3d05000 port 0xd3d05100 irq 31
[ 1.034886] ata2: SATA max UDMA/133 abar m2048@0xd3d05000 port 0xd3d05180 irq 31
[ 1.034888] ata3: DUMMY
[ 1.034889] ata4: DUMMY
[ 1.053469] firewire_ohci 0000:04:00.0: added OHCI v1.10 device as card 0, 8 IR + 8 IT contexts, quirks 0x0, physUB
[ 1.320312] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 1.333675] usb 2-1: new high-speed USB device number 2 using ehci-pci
[ 1.353735] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.353773] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 1.354574] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[ 1.354748] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[ 1.354948] ata1.00: READ LOG DMA EXT failed, trying unqueued
[ 1.355006] ata1.00: failed to get NCQ Send/Recv Log Emask 0x1
[ 1.355011] ata1.00: ATA-9: Samsung SSD 840 PRO Series, DXM05B0Q, max UDMA/133
[ 1.355014] ata1.00: 500118192 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 1.355165] ata2.00: ATA-8: Hitachi HTS725050A9A362, PC4ACB1E, max UDMA/133
[ 1.355169] ata2.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[ 1.355586] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[ 1.355883] ata1.00: failed to get NCQ Send/Recv Log Emask 0x1
[ 1.356026] ata1.00: configured for UDMA/133
[ 1.356351] scsi 0:0:0:0: Direct-Access ATA Samsung SSD 840 5B0Q PQ: 0 ANSI: 5
[ 1.356432] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[ 1.356805] ata2.00: configured for UDMA/133
[ 1.356965] scsi 1:0:0:0: Direct-Access ATA Hitachi HTS72505 CB1E PQ: 0 ANSI: 5
[ 1.359361] ata1.00: Enabling discard_zeroes_data
[ 1.359376] sd 0:0:0:0: [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB)
[ 1.359383] sd 1:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[ 1.359436] sd 0:0:0:0: [sda] Write Protect is off
[ 1.359439] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.359457] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.359463] sd 1:0:0:0: [sdb] Write Protect is off
[ 1.359465] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 1.359501] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.359598] ata1.00: Enabling discard_zeroes_data
[ 1.361492] sda: sda1 sda2 sda3 sda4
[ 1.362247] ata1.00: Enabling discard_zeroes_data
[ 1.362366] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.411434] sdb: sdb1 sdb2 sdb3
[ 1.412095] sd 1:0:0:0: [sdb] Attached SCSI disk
[ 1.444702] hub 1-1:1.0: USB hub found
[ 1.444862] hub 1-1:1.0: 4 ports detected
[ 1.458100] hub 2-1:1.0: USB hub found
[ 1.458255] hub 2-1:1.0: 3 ports detected
[ 1.513884] tsc: Refined TSC clocksource calibration: 2793.161 MHz
[ 1.513890] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2843043ce7d, max_idle_ns: 440795312067 ns
[ 1.554055] firewire_core 0000:04:00.0: created device fw0: GUID 70cd60fffe39f872, S800
[ 1.554072] firewire_core 0000:04:00.0: phy config: new root=ffc0, gap_count=63
[ 1.724010] usb 1-1.1: new full-speed USB device number 3 using ehci-pci
[ 1.737398] usb 2-1.1: new high-speed USB device number 3 using ehci-pci
[ 1.824021] hub 1-1.1:1.0: USB hub found
[ 1.824134] hub 1-1.1:1.0: 3 ports detected
[ 1.861034] device-mapper: uevent: version 1.0.3
[ 1.861200] device-mapper: ioctl: 4.33.0-ioctl (2015-8-18) initialised: dm-devel@redhat.com
[ 1.904280] usb 1-1.2: new full-speed USB device number 4 using ehci-pci
[ 1.930976] usb 2-1.2: new low-speed USB device number 4 using ehci-pci
[ 2.012557] hidraw: raw HID events driver (C) Jiri Kosina
[ 2.017669] usbcore: registered new interface driver usbhid
[ 2.017675] usbhid: USB HID core driver
[ 2.018559] input: Apple Inc. Apple Internal Keyboard / Trackpad as /devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.2/1-1.2:1.0/0003:05AC:0237.0001/input/input5
[ 2.042264] input: Apple Computer, Inc. IR Receiver as /devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.2/2-1.2:1.0/0003:05AC:8242.0003/input/input6
[ 2.071301] apple 0003:05AC:0237.0001: input,hidraw0: USB HID v1.11 Keyboard [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:1a.7-1.2/input0
[ 2.091130] usb 1-1.3: new high-speed USB device number 5 using ehci-pci
[ 2.124687] appleir 0003:05AC:8242.0003: input,hiddev0,hidraw1: USB HID v1.11 Device [Apple Computer, Inc. IR Receiver] on usb-0000:00:1d.7-1.2/input0
[ 2.197531] usb-storage 1-1.3:1.0: USB Mass Storage device detected
[ 2.197737] scsi host4: usb-storage 1-1.3:1.0
[ 2.197801] usbcore: registered new interface driver usb-storage
[ 2.198180] usbcore: registered new interface driver uas
[ 2.254637] usb 1-1.1.1: new full-speed USB device number 6 using ehci-pci
[ 2.411469] usb 1-1.1.2: new full-speed USB device number 7 using ehci-pci
[ 2.515114] clocksource: Switched to clocksource tsc
[ 2.521870] apple 0003:05AC:0237.0002: hidraw2: USB HID v1.11 Device [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:1a.7-1.2/input1
[ 2.564927] usb 1-1.1.3: new full-speed USB device number 8 using ehci-pci
[ 3.197731] scsi 4:0:0:0: Direct-Access APPLE SD Card Reader 1.00 PQ: 0 ANSI: 0
[ 3.199905] sd 4:0:0:0: [sdc] Attached SCSI removable disk
[ 4.964425] random: nonblocking pool is initialized
[ 10.658090] NET: Registered protocol family 38
[ 10.665291] sha256_ssse3: Using SSSE3 optimized SHA-256 implementation
[ 11.975818] PM: Marking nosave pages: [mem 0x00000000-0x00000fff]
[ 11.975822] PM: Marking nosave pages: [mem 0x0008e000-0x0008ffff]
[ 11.975823] PM: Marking nosave pages: [mem 0x000a0000-0x000fffff]
[ 11.975824] PM: Marking nosave pages: [mem 0xab65a000-0xab712fff]
[ 11.975827] PM: Marking nosave pages: [mem 0xab72a000-0xab730fff]
[ 11.975828] PM: Marking nosave pages: [mem 0xab745000-0xab75efff]
[ 11.975829] PM: Marking nosave pages: [mem 0xab79a000-0xab7aefff]
[ 11.975830] PM: Marking nosave pages: [mem 0xab7da000-0xab7dafff]
[ 11.975831] PM: Marking nosave pages: [mem 0xab7fb000-0xffffffff]
[ 11.976579] PM: Basic memory bitmaps created
[ 11.977714] PM: Basic memory bitmaps freed
[ 11.977719] video LNXVIDEO:00: Restoring backlight state
[ 12.012994] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null)
[ 12.088585] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 12.577041] systemd[1]: systemd 228 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[ 12.577180] systemd[1]: Detected architecture x86-64.
[ 12.578081] systemd[1]: Set hostname to .
[ 12.658609] systemd[1]: nvidia.service: Cannot add dependency job, ignoring: Unit nvidia.service failed to load: No such file or directory.
[ 12.659158] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 12.659447] systemd[1]: Created slice User and Session Slice.
[ 12.659492] systemd[1]: Listening on Journal Socket.
[ 12.659523] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 12.659558] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 12.659568] systemd[1]: Reached target Login Prompts.
[ 12.659575] systemd[1]: Reached target Remote File Systems.
[ 12.659652] systemd[1]: Created slice System Slice.
[ 12.660105] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[ 12.660490] systemd[1]: Mounting Huge Pages File System...
[ 12.662251] systemd[1]: Mounting POSIX Message Queue File System...
[ 12.662419] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[ 12.662903] systemd[1]: Mounting Debug File System...
[ 12.663441] systemd[1]: Set up automount boot.automount.
[ 12.664020] systemd[1]: Starting Setup Virtual Console...
[ 12.664089] systemd[1]: Listening on Journal Socket (/dev/log).
[ 12.664152] systemd[1]: Listening on udev Control Socket.
[ 12.664179] systemd[1]: Reached target Slices.
[ 12.664622] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 12.664765] systemd[1]: Created slice system-getty.slice.
[ 12.664820] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 12.666260] systemd[1]: Starting Load Kernel Modules...
[ 12.669988] systemd[1]: Starting Journal Service...
[ 12.670652] EXT4-fs (dm-1): re-mounted. Opts: data=ordered
[ 12.671017] systemd[1]: Mounting Temporary Directory...
[ 12.671066] systemd[1]: Reached target Encrypted Volumes.
[ 12.671155] systemd[1]: Listening on LVM2 metadata daemon socket.
[ 12.671219] systemd[1]: Listening on udev Kernel Socket.
[ 12.671314] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 12.671338] systemd[1]: Reached target Paths.
[ 12.673160] systemd[1]: Mounted Huge Pages File System.
[ 12.673201] systemd[1]: Mounted Debug File System.
[ 12.673217] systemd[1]: Mounted POSIX Message Queue File System.
[ 12.673457] systemd[1]: Started Create list of required static device nodes for the current kernel.
[ 12.673866] systemd[1]: Started Remount Root and Kernel File Systems.
[ 12.675287] systemd[1]: Mounted Temporary Directory.
[ 12.676699] systemd[1]: Started Load Kernel Modules.
[ 12.685136] systemd[1]: Starting Apply Kernel Variables...
[ 12.685587] systemd[1]: Mounting Configuration File System...
[ 12.686351] systemd[1]: Activating swap /swapfile...
[ 12.686999] systemd[1]: Starting Load/Save Random Seed...
[ 12.689293] systemd[1]: Starting udev Coldplug all Devices...
[ 12.689713] systemd[1]: Starting Create Static Device Nodes in /dev...
[ 12.690906] systemd[1]: Mounted Configuration File System.
[ 12.696259] systemd[1]: Started Load/Save Random Seed.
[ 12.707297] systemd[1]: Started Apply Kernel Variables.
[ 12.709309] systemd[1]: Starting CLI Netfilter Manager...
[ 12.711798] systemd[1]: Started Create Static Device Nodes in /dev.
[ 12.712685] systemd[1]: Starting udev Kernel Device Manager...
[ 12.712708] systemd[1]: Reached target Local File Systems (Pre).
[ 12.741722] systemd[1]: Started udev Coldplug all Devices.
[ 12.744349] systemd[1]: Started udev Kernel Device Manager.
[ 12.755831] nf_conntrack version 0.5.0 (65536 buckets, 262144 max)
[ 12.766695] systemd[1]: Started Setup Virtual Console.
[ 12.771200] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 12.785383] ACPI: AC Adapter ADP1
[ 12.798073] apple_gmux: Found gmux version 1.9.33 [classic]
[ 12.798082] apple_gmux: locked IO for PCI:0000:00:02.0
[ 12.802849] systemd[1]: Started Journal Service.
[ 12.808299] ACPI: SBS HC: EC = 0xffff880245d0a200, offset = 0x20, query_bit = 0x10
[ 12.808641] systemd-journald[340]: Received request to flush runtime journal from PID 1
[ 12.840277] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20150619/utaddress-254)
[ 12.840286] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 12.840290] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20150619/utaddress-254)
[ 12.840294] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 12.840296] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20150619/utaddress-254)
[ 12.840299] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 12.840301] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20150619/utaddress-254)
[ 12.840304] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 12.840305] lpc_ich: Resource conflict(s) found affecting gpio_ich
[ 12.840925] intel ips 0000:00:1f.6: CPU TDP doesn't match expected value (found 26, expected 29)
[ 12.840937] intel ips 0000:00:1f.6: enabling device (0000 -> 0002)
[ 12.841039] genirq: Flags mismatch irq 0. 00000080 (ips) vs. 00015a00 (timer)
[ 12.841137] intel ips 0000:00:1f.6: request irq failed, aborting
[ 12.841216] intel ips: probe of 0000:00:1f.6 failed with error -16
[ 12.841236] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 12.842407] i801_smbus 0000:00:1f.3: enabling device (0000 -> 0003)
[ 12.842596] ACPI Warning: SystemIO range 0x000000000000EFA0-0x000000000000EFBF conflicts with OpRegion 0x000000000000EFA0-0x000000000000EFAF (SB.PCI0.SBUS.SMBI) (20150619/utaddress-254)
[ 12.842601] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 12.857673] input: PC Speaker as /devices/platform/pcspkr/input/input7
[ 12.863384] pps_core: LinuxPPS API ver. 1 registered
[ 12.863387] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
[ 12.864515] PTP clock support registered
[ 12.865236] media: Linux media interface: v0.10
[ 12.873958] bcma: bus0: Found chip with id 43224, rev 0x01 and package 0x08
[ 12.874002] bcma: bus0: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x22, class 0x0)
[ 12.874030] bcma: bus0: Core 1 found: IEEE 802.11 (manuf 0x4BF, id 0x812, rev 0x17, class 0x0)
[ 12.874086] bcma: bus0: Core 2 found: PCIe (manuf 0x4BF, id 0x820, rev 0x0F, class 0x0)
[ 12.880145] input: bcm5974 as /devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.2/1-1.2:1.2/input/input8
[ 12.882031] usbcore: registered new interface driver bcm5974
[ 12.882310] input: HID 05ac:820a as /devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.1/1-1.1.1/1-1.1.1:1.0/0003:05AC:820A.0004/input/input9
[ 12.882383] Linux video capture interface: v2.00
[ 12.887141] tg3.c:v3.137 (May 11, 2014)
[ 12.929475] bcma: bus0: Bus registered
[ 12.936081] hid-generic 0003:05AC:820A.0004: input,hidraw3: USB HID v1.11 Keyboard [HID 05ac:820a] on usb-0000:00:1a.7-1.1.1/input0
[ 12.936258] input: HID 05ac:820b as /devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2:1.0/0003:05AC:820B.0005/input/input10
[ 12.936354] hid-generic 0003:05AC:820B.0005: input,hidraw4: USB HID v1.11 Mouse [HID 05ac:820b] on usb-0000:00:1a.7-1.1.2/input0
[ 12.962005] Adding 8388604k swap on /swapfile. Priority:-1 extents:11 across:8970236k SSFS
[ 12.976682] uvcvideo: Found UVC 1.00 device Built-in iSight (05ac:8507)
[ 12.978882] kvm: VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL does not work properly. Using workaround
[ 12.983780] input: Built-in iSight as /devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.1/2-1.1:1.0/input/input11
[ 12.983966] usbcore: registered new interface driver uvcvideo
[ 12.983968] USB Video Class driver (1.1.1)
[ 12.986505] snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
[ 13.002679] snd_hda_codec_cirrus hdaudioC0D0: autoconfig for CS4206: line_outs=2 (0xb/0xa/0x0/0x0/0x0) type:speaker
[ 13.002684] snd_hda_codec_cirrus hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 13.002686] snd_hda_codec_cirrus hdaudioC0D0: hp_outs=1 (0x9/0x0/0x0/0x0/0x0)
[ 13.002688] snd_hda_codec_cirrus hdaudioC0D0: mono: mono_out=0x0
[ 13.002689] snd_hda_codec_cirrus hdaudioC0D0: dig-out=0x10/0x0
[ 13.002691] snd_hda_codec_cirrus hdaudioC0D0: inputs:
[ 13.002693] snd_hda_codec_cirrus hdaudioC0D0: Mic=0xd
[ 13.002695] snd_hda_codec_cirrus hdaudioC0D0: Line=0xc
[ 13.002697] snd_hda_codec_cirrus hdaudioC0D0: dig-in=0xf
[ 13.002923] ACPI: Smart Battery System [SBS0]: Battery Slot [BAT0](battery present)
[ 13.012300] input: HDA Intel MID Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[ 13.012370] input: HDA Intel MID Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[ 13.012422] input: HDA Intel MID SPDIF In as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[ 13.019806] iTCO_vendor_support: vendor-support=0
[ 13.020825] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[ 13.020879] iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
[ 13.028982] mousedev: PS/2 mouse device common for all mice
[ 13.047176] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: data=ordered
[ 13.089499] tg3 0000:02:00.0 eth0: Tigon3 [partno(BCM95764m) rev 5784100](PCI Express) MAC address 10:9a:dd:5d:eb:30
[ 13.089506] tg3 0000:02:00.0 eth0: attached PHY is 5784 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[0])
[ 13.089509] tg3 0000:02:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[ 13.089511] tg3 0000:02:00.0 eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[ 13.146276] Support for cores revisions 0x17 and 0x18 disabled by module param allhwsupport=0. Try b43.allhwsupport=1
[ 13.146405] b43: probe of bcma0:1 failed with error -524
[ 13.146427] Broadcom 43xx driver loaded [ Features: PMNLS ]
[ 13.158942] brcmsmac bcma0:1: mfg 4bf core 812 rev 23 class 0 irq 17
[ 13.176199] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[ 13.186980] intel_powerclamp: Start idle injection to reduce power
[ 13.322428] applesmc: key=359 fan=2 temp=18 index=18 acc=1 lux=2 kbd=1
[ 13.359383] input: applesmc as /devices/platform/applesmc.768/input/input15
[ 25.693126] intel_powerclamp: Stop forced idle injection
[ 49.845984] brcmsmac bcma0:1: brcms_ops_bss_info_changed: qos enabled: false (implement)
[ 49.845998] brcmsmac bcma0:1: brcms_ops_config: change power-save mode: false (implement)
[ 49.849742] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 57.016780] wlan0: authenticate with 2c:54:2d:6e:01:70
[ 57.028187] wlan0: send auth to 2c:54:2d:6e:01:70 (try 1/3)
[ 57.030958] wlan0: authenticated
[ 57.032857] wlan0: associate with 2c:54:2d:6e:01:70 (try 1/3)
[ 57.035611] wlan0: RX AssocResp from 2c:54:2d:6e:01:70 (capab=0x411 status=0 aid=2)
[ 57.036148] brcmsmac bcma0:1: brcmsmac: brcms_ops_bss_info_changed: associated
[ 57.036157] brcmsmac bcma0:1: brcms_ops_bss_info_changed: qos enabled: true (implement)
[ 57.036179] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 57.036312] wlan0: associated
[ 57.039959] brcmsmac bcma0:1: wl0: brcms_c_d11hdrs_mac80211: txop exceeded phylen 159/256 dur 1778/1504
[ 57.050196] brcmsmac bcma0:1: wl0: brcms_c_d11hdrs_mac80211: txop exceeded phylen 137/256 dur 1602/1504
[ 57.488748] brcmsmac bcma0:1: brcms_ops_bss_info_changed: arp filtering: 1 addresses (implement)
[ 276.573727] nf_conntrack: automatic helper assignment is deprecated and it will be removed soon. Use the iptables CT target to attach helpers instead.
[ 497.629074] intel_powerclamp: Start idle injection to reduce power
[ 501.645831] intel_powerclamp: Stop forced idle injection
[ 605.871636] intel_powerclamp: Start idle injection to reduce power
[ 609.880373] intel_powerclamp: Stop forced idle injection
[ 828.509853] CPU1: Core temperature above threshold, cpu clock throttled (total events = 1)
[ 828.509857] CPU0: Core temperature above threshold, cpu clock throttled (total events = 1)
[ 828.512974] CPU1: Core temperature/speed normal
[ 828.512975] CPU0: Core temperature/speed normal
[ 830.474920] intel_powerclamp: Start idle injection to reduce power
[ 834.485148] intel_powerclamp: Stop forced idle injection
[ 901.084747] mce: [Hardware Error]: Machine check events logged
[ 1195.179655] intel_powerclamp: Start idle injection to reduce power
[ 1199.195252] intel_powerclamp: Stop forced idle injection
[ 1203.237645] intel_powerclamp: Start idle injection to reduce power
[ 1207.268241] intel_powerclamp: Stop forced idle injection
[ 1211.298926] intel_powerclamp: Start idle injection to reduce power
[ 1227.331379] intel_powerclamp: Stop forced idle injection
[ 1231.363015] intel_powerclamp: Start idle injection to reduce power
[ 1247.418883] intel_powerclamp: Stop forced idle injection
[ 1251.448538] intel_powerclamp: Start idle injection to reduce power
[ 1267.497844] intel_powerclamp: Stop forced idle injection
[ 1274.915251] intel_powerclamp: Start idle injection to reduce power
[ 1278.930473] intel_powerclamp: Stop forced idle injection
[ 1286.967896] intel_powerclamp: Start idle injection to reduce power
[ 1290.980968] intel_powerclamp: Stop forced idle injection
[ 1391.276732] intel_powerclamp: Start idle injection to reduce power
[ 1395.288687] intel_powerclamp: Stop forced idle injection
[ 1404.140088] Guest personality initialized and is inactive
[ 1404.140159] VMCI host device registered (name=vmci, major=10, minor=57)
[ 1404.140160] Initialized host personality
[ 1404.173075] NET: Registered protocol family 40
[ 1404.203931] fuse init (API version 7.23)
[ 1404.242233] ppdev: user-space parallel port driver
[ 1409.634638] NET: Unregistered protocol family 40
[ 1412.223055] CPU1: Core temperature above threshold, cpu clock throttled (total events = 5)
[ 1412.223056] CPU0: Core temperature above threshold, cpu clock throttled (total events = 5)
[ 1412.225136] CPU0: Core temperature/speed normal
[ 1412.225137] CPU1: Core temperature/speed normal
[ 1413.782287] intel_powerclamp: Start idle injection to reduce power
[ 1419.891421] /dev/vmmon[23052]: Module vmmon: registered with major=10 minor=165
[ 1419.891427] /dev/vmmon[23052]: Using tsc_khz as TSC frequency: 2793161
[ 1419.891428] /dev/vmmon[23052]: Module vmmon: initialized
[ 1419.925358] Guest personality initialized and is inactive
[ 1419.925422] VMCI host device registered (name=vmci, major=10, minor=57)
[ 1419.925424] Initialized host personality
[ 1419.961268] NET: Registered protocol family 40
[ 1420.064387] /dev/vmnet: open called by PID 23148 (vmnet-bridge)
[ 1420.064399] /dev/vmnet: hub 0 does not exist, allocating memory.
[ 1420.064416] /dev/vmnet: port on hub 0 successfully opened
[ 1420.064424] bridge-wlan0: device is wireless, enabling SMAC
[ 1420.064427] bridge-wlan0: up
[ 1420.064432] bridge-wlan0: attached
[ 1421.084507] /dev/vmnet: open called by PID 23160 (vmnet-netifup)
[ 1421.084520] /dev/vmnet: hub 1 does not exist, allocating memory.
[ 1421.084539] /dev/vmnet: port on hub 1 successfully opened
[ 1421.127886] /dev/vmnet: open called by PID 23164 (vmnet-dhcpd)
[ 1421.127901] /dev/vmnet: port on hub 1 successfully opened
[ 1421.131033] /dev/vmnet: open called by PID 23169 (vmnet-natd)
[ 1421.131045] /dev/vmnet: hub 8 does not exist, allocating memory.
[ 1421.131057] /dev/vmnet: port on hub 8 successfully opened
[ 1421.131632] userif-3: sent link down event.
[ 1421.131634] userif-3: sent link up event.
[ 1421.132875] /dev/vmnet: open called by PID 23170 (vmnet-netifup)
[ 1421.132887] /dev/vmnet: port on hub 8 successfully opened
[ 1421.147462] /dev/vmnet: open called by PID 23174 (vmnet-dhcpd)
[ 1421.147483] /dev/vmnet: port on hub 8 successfully opened
[ 1428.281843] bridge-wlan0: disabling the bridge
[ 1428.299731] bridge-wlan0: down
[ 1428.299745] bridge-wlan0: detached
[ 1432.296099] intel_powerclamp: Stop forced idle injection
[ 1433.878578] NET: Unregistered protocol family 40
[ 1433.961387] /dev/vmmon[23391]: Module vmmon: unloaded
[ 1434.117529] /dev/vmmon[23428]: Module vmmon: registered with major=10 minor=165
[ 1434.117536] /dev/vmmon[23428]: Using tsc_khz as TSC frequency: 2793161
[ 1434.117538] /dev/vmmon[23428]: Module vmmon: initialized
[ 1434.130950] Guest personality initialized and is inactive
[ 1434.131037] VMCI host device registered (name=vmci, major=10, minor=57)
[ 1434.131039] Initialized host personality
[ 1434.166184] NET: Registered protocol family 40
[ 1434.225008] /dev/vmnet: open called by PID 23526 (vmnet-bridge)
[ 1434.225021] /dev/vmnet: hub 0 does not exist, allocating memory.
[ 1434.225036] /dev/vmnet: port on hub 0 successfully opened
[ 1434.225045] bridge-wlan0: device is wireless, enabling SMAC
[ 1434.225048] bridge-wlan0: up
[ 1434.225052] bridge-wlan0: attached
[ 1435.238996] /dev/vmnet: open called by PID 23542 (vmnet-netifup)
[ 1435.239012] /dev/vmnet: hub 1 does not exist, allocating memory.
[ 1435.239030] /dev/vmnet: port on hub 1 successfully opened
[ 1435.259306] /dev/vmnet: open called by PID 23546 (vmnet-dhcpd)
[ 1435.259324] /dev/vmnet: port on hub 1 successfully opened
[ 1435.262624] /dev/vmnet: open called by PID 23551 (vmnet-natd)
[ 1435.262635] /dev/vmnet: hub 8 does not exist, allocating memory.
[ 1435.262647] /dev/vmnet: port on hub 8 successfully opened
[ 1435.263509] userif-3: sent link down event.
[ 1435.263512] userif-3: sent link up event.
[ 1435.264880] /dev/vmnet: open called by PID 23552 (vmnet-netifup)
[ 1435.264893] /dev/vmnet: port on hub 8 successfully opened
[ 1435.279849] /dev/vmnet: open called by PID 23556 (vmnet-dhcpd)
[ 1435.279869] /dev/vmnet: port on hub 8 successfully opened
[ 1439.277476] intel_powerclamp: Start idle injection to reduce power
[ 1441.989933] NET: Unregistered protocol family 40
[ 1442.115859] /dev/vmmon[23976]: Module vmmon: unloaded
[ 1442.176406] bridge-wlan0: disabling the bridge
[ 1442.190183] bridge-wlan0: down
[ 1442.190196] bridge-wlan0: detached
[ 1442.558838] /dev/vmmon[24020]: Module vmmon: registered with major=10 minor=165
[ 1442.558845] /dev/vmmon[24020]: Using tsc_khz as TSC frequency: 2793161
[ 1442.558846] /dev/vmmon[24020]: Module vmmon: initialized
[ 1442.573523] Guest personality initialized and is inactive
[ 1442.573586] VMCI host device registered (name=vmci, major=10, minor=57)
[ 1442.573588] Initialized host personality
[ 1442.607990] NET: Registered protocol family 40
[ 1442.684595] /dev/vmnet: open called by PID 24119 (vmnet-bridge)
[ 1442.684606] /dev/vmnet: hub 0 does not exist, allocating memory.
[ 1442.684625] /dev/vmnet: port on hub 0 successfully opened
[ 1442.684633] bridge-wlan0: device is wireless, enabling SMAC
[ 1442.684636] bridge-wlan0: up
[ 1442.684642] bridge-wlan0: attached
[ 1443.698538] /dev/vmnet: open called by PID 24138 (vmnet-netifup)
[ 1443.698551] /dev/vmnet: hub 1 does not exist, allocating memory.
[ 1443.698568] /dev/vmnet: port on hub 1 successfully opened
[ 1443.700123] intel_powerclamp: Stop forced idle injection
[ 1443.715098] /dev/vmnet: open called by PID 24141 (vmnet-dhcpd)
[ 1443.715115] /dev/vmnet: port on hub 1 successfully opened
[ 1443.718366] /dev/vmnet: open called by PID 24147 (vmnet-natd)
[ 1443.718379] /dev/vmnet: hub 8 does not exist, allocating memory.
[ 1443.718391] /dev/vmnet: port on hub 8 successfully opened
[ 1443.719045] userif-3: sent link down event.
[ 1443.719047] userif-3: sent link up event.
[ 1443.720293] /dev/vmnet: open called by PID 24148 (vmnet-netifup)
[ 1443.720304] /dev/vmnet: port on hub 8 successfully opened
[ 1443.734789] /dev/vmnet: open called by PID 24152 (vmnet-dhcpd)
[ 1443.734809] /dev/vmnet: port on hub 8 successfully opened
[ 1457.832248] NET: Unregistered protocol family 40
[ 1457.940967] /dev/vmmon[24375]: Module vmmon: unloaded
[ 1457.998581] bridge-wlan0: disabling the bridge
[ 1458.012430] bridge-wlan0: down
[ 1458.012443] bridge-wlan0: detached
[ 1462.326863] intel_powerclamp: Start idle injection to reduce power
[ 1468.182742] /dev/vmmon[25456]: Module vmmon: registered with major=10 minor=165
[ 1468.182748] /dev/vmmon[25456]: Using tsc_khz as TSC frequency: 2793161
[ 1468.182750] /dev/vmmon[25456]: Module vmmon: initialized
[ 1468.196746] Guest personality initialized and is inactive
[ 1468.196812] VMCI host device registered (name=vmci, major=10, minor=57)
[ 1468.196813] Initialized host personality
[ 1468.242951] NET: Registered protocol family 40
[ 1468.312944] /dev/vmnet: open called by PID 25554 (vmnet-bridge)
[ 1468.312956] /dev/vmnet: hub 0 does not exist, allocating memory.
[ 1468.312974] /dev/vmnet: port on hub 0 successfully opened
[ 1468.312982] bridge-wlan0: device is wireless, enabling SMAC
[ 1468.312985] bridge-wlan0: up
[ 1468.312990] bridge-wlan0: attached
[ 1469.328207] /dev/vmnet: open called by PID 25561 (vmnet-netifup)
[ 1469.328218] /dev/vmnet: hub 1 does not exist, allocating memory.
[ 1469.328230] /dev/vmnet: port on hub 1 successfully opened
[ 1469.341432] /dev/vmnet: open called by PID 25565 (vmnet-dhcpd)
[ 1469.341450] /dev/vmnet: port on hub 1 successfully opened
[ 1469.345509] /dev/vmnet: open called by PID 25570 (vmnet-natd)
[ 1469.345522] /dev/vmnet: hub 8 does not exist, allocating memory.
[ 1469.345542] /dev/vmnet: port on hub 8 successfully opened
[ 1469.346390] userif-3: sent link down event.
[ 1469.346393] userif-3: sent link up event.
[ 1469.348105] /dev/vmnet: open called by PID 25571 (vmnet-netifup)
[ 1469.348115] /dev/vmnet: port on hub 8 successfully opened
[ 1469.370873] /dev/vmnet: open called by PID 25573 (vmnet-dhcpd)
[ 1469.370891] /dev/vmnet: port on hub 8 successfully opened
[ 1481.390031] intel_powerclamp: Stop forced idle injection
[ 1501.688850] mce: [Hardware Error]: Machine check events logged
[ 1545.595190] intel_powerclamp: Start idle injection to reduce power
[ 1549.610551] intel_powerclamp: Stop forced idle injection
[ 1593.713288] intel_powerclamp: Start idle injection to reduce power
[ 1597.728326] intel_powerclamp: Stop forced idle injection
[ 1750.034836] intel_powerclamp: Start idle injection to reduce power
[ 1754.041585] intel_powerclamp: Stop forced idle injection
[ 1757.748185] CPU0: Core temperature above threshold, cpu clock throttled (total events = 14)
[ 1757.748186] CPU1: Core temperature above threshold, cpu clock throttled (total events = 14)
[ 1757.751309] CPU1: Core temperature/speed normal
[ 1757.751310] CPU0: Core temperature/speed normal
[ 1801.995381] mce: [Hardware Error]: Machine check events logged
[ 1822.192188] intel_powerclamp: Start idle injection to reduce power
[ 1838.222365] intel_powerclamp: Stop forced idle injection
[ 1878.338502] intel_powerclamp: Start idle injection to reduce power
[ 1882.354942] intel_powerclamp: Stop forced idle injection
[ 1965.766779] /dev/vmmon[32616]: PTSC: initialized at 2793161000 Hz using TSC, TSCs are synchronized.
[ 1965.977975] /dev/vmmon[32616]: Monitor IPI vector: ff
[ 1965.977980] /dev/vmmon[32616]: HV IPI vector: f2
[ 1970.598781] intel_powerclamp: Start idle injection to reduce power
[ 1974.607435] intel_powerclamp: Stop forced idle injection
[ 1983.282840] /dev/vmnet: open called by PID 32759 (vmx-vcpu-0)
[ 1983.282860] /dev/vmnet: port on hub 1 successfully opened
[ 2061.330751] CPU0: Core temperature above threshold, cpu clock throttled (total events = 47)
[ 2061.330752] CPU1: Core temperature above threshold, cpu clock throttled (total events = 47)
[ 2061.331788] CPU0: Core temperature/speed normal
[ 2061.331792] CPU1: Core temperature/speed normal
[ 2062.870704] intel_powerclamp: Start idle injection to reduce power
[ 2066.887309] intel_powerclamp: Stop forced idle injection
[ 2083.020639] intel_powerclamp: Start idle injection to reduce power
[ 2087.040724] intel_powerclamp: Stop forced idle injection
[ 2091.072611] intel_powerclamp: Start idle injection to reduce power
[ 2095.090396] intel_powerclamp: Stop forced idle injection
[ 2099.129016] intel_powerclamp: Start idle injection to reduce power
[ 2102.309583] mce: [Hardware Error]: Machine check events logged
[ 2103.140894] intel_powerclamp: Stop forced idle injection
[ 2107.172821] intel_powerclamp: Start idle injection to reduce power
[ 2110.958319] intel_powerclamp: Stop forced idle injection
[ 2120.760695] /dev/vmnet: open called by PID 32759 (vmx-vcpu-0)
[ 2120.760710] /dev/vmnet: port on hub 1 successfully opened
[ 2131.023405] intel_powerclamp: Start idle injection to reduce power
[ 2135.041840] intel_powerclamp: Stop forced idle injection
[ 2137.425379] /dev/vmnet: open called by PID 32759 (vmx-vcpu-0)
[ 2137.425393] /dev/vmnet: port on hub 1 successfully opened
[ 2139.154567] intel_powerclamp: Start idle injection to reduce power
[ 2143.162139] intel_powerclamp: Stop forced idle injection
[ 2171.244566] intel_powerclamp: Start idle injection to reduce power
[ 2175.257477] intel_powerclamp: Stop forced idle injection
[ 2327.504953] NET: Unregistered protocol family 40
[ 2327.598613] /dev/vmmon[3439]: Module vmmon: unloaded
[ 2327.667996] bridge-wlan0: disabling the bridge
[ 2327.691853] bridge-wlan0: down
[ 2327.691866] bridge-wlan0: detached
[ 2620.568786] intel_powerclamp: Start idle injection to reduce power
[ 2624.585075] intel_powerclamp: Stop forced idle injection
[ 2645.358357] intel_powerclamp: Start idle injection to reduce power
[ 2649.369302] intel_powerclamp: Stop forced idle injection
[ 2733.632112] intel_powerclamp: Start idle injection to reduce power
[ 2737.645549] intel_powerclamp: Stop forced idle injection
[ 2741.677250] intel_powerclamp: Start idle injection to reduce power
[ 2745.690576] intel_powerclamp: Stop forced idle injection
[ 2749.801634] intel_powerclamp: Start idle injection to reduce power
[ 2753.819093] intel_powerclamp: Stop forced idle injection
[ 5210.655440] PM: Syncing filesystems ... done.
[ 5210.690956] PM: Preparing system for sleep (mem)
[ 5210.911953] Freezing user space processes ... (elapsed 0.001 seconds) done.
[ 5210.913382] Freezing remaining freezable tasks ... (elapsed 0.000 seconds) done.
[ 5210.914114] PM: Suspending system (mem)
[ 5210.914135] Suspending console(s) (use no_console_suspend to debug)
[ 5210.914334] wlan0: deauthenticating from 2c:54:2d:6e:01:70 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 5210.915479] brcmsmac bcma0:1: brcmsmac: brcms_ops_bss_info_changed: disassociated
[ 5210.915484] brcmsmac bcma0:1: brcms_ops_bss_info_changed: arp filtering: 1 addresses (implement)
[ 5210.915486] brcmsmac bcma0:1: brcms_ops_bss_info_changed: qos enabled: false (implement)
[ 5210.931637] sd 1:0:0:0: [sdb] Synchronizing SCSI cache
[ 5210.931649] apple-gmux 00:04: System wakeup disabled by ACPI
[ 5210.931722] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[ 5210.931737] sd 1:0:0:0: [sdb] Stopping disk
[ 5210.931912] sd 0:0:0:0: [sda] Stopping disk
[ 5211.254588] PM: suspend of devices complete after 339.900 msecs
[ 5211.267866] PM: late suspend of devices complete after 13.254 msecs
[ 5211.268749] ehci-pci 0000:00:1a.7: System wakeup enabled by ACPI
[ 5211.268750] ehci-pci 0000:00:1d.7: System wakeup enabled by ACPI
[ 5211.281415] PM: noirq suspend of devices complete after 13.531 msecs
[ 5211.281627] ACPI: Preparing to enter system sleep state S3
[ 5211.307880] ACPI : EC: EC stopped
[ 5211.307881] PM: Saving platform NVS memory
[ 5211.307885] Disabling non-boot CPUs ...
[ 5211.309136] smpboot: CPU 1 is now offline
[ 5211.310844] smpboot: CPU 2 is now offline
[ 5211.312692] smpboot: CPU 3 is now offline
[ 5211.314247] ACPI: Low-level resume complete
[ 5211.314302] ACPI : EC: EC started
[ 5211.314302] PM: Restoring platform NVS memory
[ 5211.314743] microcode: CPU0 microcode updated early to revision 0x4, date = 2013-06-28
[ 5211.314871] Enabling non-boot CPUs ...
[ 5211.314922] x86: Booting SMP configuration:
[ 5211.314923] smpboot: Booting Node 0 Processor 1 APIC 0x1
[ 5211.316055] Disabled fast string operations
[ 5211.318313] cache: parent cpu1 should not be sleeping
[ 5211.318543] CPU1 is up
[ 5211.318568] smpboot: Booting Node 0 Processor 2 APIC 0x4
[ 5211.319968] microcode: CPU2 microcode updated early to revision 0x4, date = 2013-06-28
[ 5211.320313] Disabled fast string operations
[ 5211.323347] cache: parent cpu2 should not be sleeping
[ 5211.328010] CPU2 is up
[ 5211.328616] smpboot: Booting Node 0 Processor 3 APIC 0x5
[ 5211.330414] Disabled fast string operations
[ 5211.337280] cache: parent cpu3 should not be sleeping
[ 5211.350417] CPU3 is up
[ 5211.352946] ACPI: Waking up from system sleep state S3
[ 5211.846730] ehci-pci 0000:00:1d.7: System wakeup disabled by ACPI
[ 5211.846929] ehci-pci 0000:00:1a.7: System wakeup disabled by ACPI
[ 5211.847137] PM: noirq resume of devices complete after 13.863 msecs
[ 5211.847156] pciehp 0000:00:1c.0:pcie04: Card present on Slot(0)
[ 5211.847161] pciehp 0000:00:1c.0:pcie04: slot(0): Link Up event
[ 5211.847171] pciehp 0000:00:1c.2:pcie04: Card present on Slot(2)
[ 5211.847175] pciehp 0000:00:1c.2:pcie04: slot(2): Link Up event
[ 5211.847183] pciehp 0000:00:1c.1:pcie04: Card present on Slot(1-1)
[ 5211.847186] pciehp 0000:00:1c.1:pcie04: slot(1-1): Link Up event
[ 5211.847193] pciehp 0000:00:1c.0:pcie04: Link Up event ignored on slot(0): already powering on
[ 5211.847197] pciehp 0000:00:1c.2:pcie04: Link Up event ignored on slot(2): already powering on
[ 5211.847200] pciehp 0000:00:1c.1:pcie04: Link Up event ignored on slot(1-1): already powering on
[ 5211.849276] PM: early resume of devices complete after 2.116 msecs
[ 5211.849810] sd 1:0:0:0: [sdb] Starting disk
[ 5211.849810] sd 0:0:0:0: [sda] Starting disk
[ 5211.950079] pciehp 0000:00:1c.1:pcie04: Device 0000:03:00.0 already exists at 0000:03:00, cannot hot-add
[ 5211.950083] pciehp 0000:00:1c.1:pcie04: Cannot add device at 0000:03:00
[ 5211.950102] pciehp 0000:00:1c.2:pcie04: Device 0000:04:00.0 already exists at 0000:04:00, cannot hot-add
[ 5211.950104] pciehp 0000:00:1c.2:pcie04: Cannot add device at 0000:04:00
[ 5211.950125] pciehp 0000:00:1c.0:pcie04: Device 0000:02:00.0 already exists at 0000:02:00, cannot hot-add
[ 5211.950128] pciehp 0000:00:1c.0:pcie04: Cannot add device at 0000:02:00
[ 5212.053655] pciehp 0000:00:1c.1:pcie04: Device 0000:03:00.0 already exists at 0000:03:00, cannot hot-add
[ 5212.053656] pciehp 0000:00:1c.1:pcie04: Cannot add device at 0000:03:00
[ 5212.053659] pciehp 0000:00:1c.0:pcie04: Device 0000:02:00.0 already exists at 0000:02:00, cannot hot-add
[ 5212.053660] pciehp 0000:00:1c.0:pcie04: Cannot add device at 0000:02:00
[ 5212.053661] pciehp 0000:00:1c.2:pcie04: Device 0000:04:00.0 already exists at 0000:04:00, cannot hot-add
[ 5212.053663] pciehp 0000:00:1c.2:pcie04: Cannot add device at 0000:04:00
[ 5212.053687] rtc_cmos 00:03: System wakeup disabled by ACPI
[ 5212.124129] brcmsmac bcma0:1: brcms_ops_config: change power-save mode: false (implement)
[ 5212.125124] brcmsmac bcma0:1: brcmsmac: brcms_ops_bss_info_changed: disassociated
[ 5212.125142] brcmsmac bcma0:1: brcms_ops_bss_info_changed: cqm change: threshold 0, hys 0 (implement)
[ 5212.125143] brcmsmac bcma0:1: brcms_ops_bss_info_changed: arp filtering: 1 addresses (implement)
[ 5212.125143] brcmsmac bcma0:1: brcms_ops_bss_info_changed: qos enabled: false (implement)
[ 5212.125162] PM: resume of devices complete after 275.579 msecs
[ 5212.126534] PM: Finishing wakeup.
[ 5212.126536] Restarting tasks ... done.
[ 5212.183785] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 5212.184594] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[ 5212.184711] ata1.00: failed to get NCQ Send/Recv Log Emask 0x1
[ 5212.282660] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[ 5212.282862] ata1.00: failed to get NCQ Send/Recv Log Emask 0x1
[ 5212.282959] ata1.00: configured for UDMA/133
[ 5212.293924] ata1.00: Enabling discard_zeroes_data
[ 5212.607426] firewire_core 0000:04:00.0: rediscovered device fw0
[ 5214.382736] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 5214.383702] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[ 5214.389516] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[ 5214.390009] ata2.00: configured for UDMA/133
[ 5252.515080] wlan0: authenticate with 2c:54:2d:6e:01:70
[ 5252.524992] wlan0: send auth to 2c:54:2d:6e:01:70 (try 1/3)
[ 5252.526484] wlan0: authenticated
[ 5252.527879] wlan0: associate with 2c:54:2d:6e:01:70 (try 1/3)
[ 5252.530468] wlan0: RX AssocResp from 2c:54:2d:6e:01:70 (capab=0x411 status=0 aid=1)
[ 5252.531009] brcmsmac bcma0:1: brcmsmac: brcms_ops_bss_info_changed: associated
[ 5252.531014] brcmsmac bcma0:1: brcms_ops_bss_info_changed: qos enabled: true (implement)
[ 5252.531075] wlan0: associated
[ 5252.536518] brcmsmac bcma0:1: wl0: brcms_c_d11hdrs_mac80211: txop exceeded phylen 159/256 dur 1778/1504
[ 5252.547072] brcmsmac bcma0:1: wl0: brcms_c_d11hdrs_mac80211: txop exceeded phylen 137/256 dur 1602/1504
[ 5253.050422] brcmsmac bcma0:1: brcms_ops_bss_info_changed: arp filtering: 1 addresses (implement)
[ 6081.689781] PM: Syncing filesystems ... done.
[ 6081.738956] PM: Preparing system for sleep (mem)
[ 6081.966219] Freezing user space processes ... (elapsed 0.001 seconds) done.
[ 6081.967600] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[ 6081.968744] PM: Suspending system (mem)
[ 6081.968767] Suspending console(s) (use no_console_suspend to debug)
[ 6081.968998] wlan0: deauthenticating from 2c:54:2d:6e:01:70 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 6081.970111] brcmsmac bcma0:1: brcmsmac: brcms_ops_bss_info_changed: disassociated
[ 6081.970117] brcmsmac bcma0:1: brcms_ops_bss_info_changed: arp filtering: 1 addresses (implement)
[ 6081.970119] brcmsmac bcma0:1: brcms_ops_bss_info_changed: qos enabled: false (implement)
[ 6081.986236] sd 1:0:0:0: [sdb] Synchronizing SCSI cache
[ 6081.986324] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[ 6081.986359] sd 1:0:0:0: [sdb] Stopping disk
[ 6081.986409] apple-gmux 00:04: System wakeup disabled by ACPI
[ 6081.987858] sd 0:0:0:0: [sda] Stopping disk
[ 6082.137809] PM: suspend of devices complete after 168.668 msecs
[ 6082.151177] PM: late suspend of devices complete after 13.348 msecs
[ 6082.152036] ehci-pci 0000:00:1d.7: System wakeup enabled by ACPI
[ 6082.152245] ehci-pci 0000:00:1a.7: System wakeup enabled by ACPI
[ 6082.164623] PM: noirq suspend of devices complete after 13.429 msecs
[ 6082.164822] ACPI: Preparing to enter system sleep state S3
[ 6082.191091] ACPI : EC: EC stopped
[ 6082.191092] PM: Saving platform NVS memory
[ 6082.191097] Disabling non-boot CPUs ...
[ 6082.192404] smpboot: CPU 1 is now offline
[ 6082.194172] smpboot: CPU 2 is now offline
[ 6082.196191] smpboot: CPU 3 is now offline
[ 6082.197788] ACPI: Low-level resume complete
[ 6082.197843] ACPI : EC: EC started
[ 6082.197844] PM: Restoring platform NVS memory
[ 6082.198286] microcode: CPU0 microcode updated early to revision 0x4, date = 2013-06-28
[ 6082.198413] Enabling non-boot CPUs ...
[ 6082.198463] x86: Booting SMP configuration:
[ 6082.198464] smpboot: Booting Node 0 Processor 1 APIC 0x1
[ 6082.199597] Disabled fast string operations
[ 6082.201858] cache: parent cpu1 should not be sleeping
[ 6082.202087] CPU1 is up
[ 6082.202113] smpboot: Booting Node 0 Processor 2 APIC 0x4
[ 6082.203514] microcode: CPU2 microcode updated early to revision 0x4, date = 2013-06-28
[ 6082.203858] Disabled fast string operations
[ 6082.206884] cache: parent cpu2 should not be sleeping
[ 6082.218983] CPU2 is up
[ 6082.220358] smpboot: Booting Node 0 Processor 3 APIC 0x5
[ 6082.221895] Disabled fast string operations
[ 6082.235531] cache: parent cpu3 should not be sleeping
[ 6082.265282] CPU3 is up
[ 6082.267993] ACPI: Waking up from system sleep state S3
[ 6082.760110] ehci-pci 0000:00:1a.7: System wakeup disabled by ACPI
[ 6082.760112] ehci-pci 0000:00:1d.7: System wakeup disabled by ACPI
[ 6082.760342] PM: noirq resume of devices complete after 13.855 msecs
[ 6082.760361] pciehp 0000:00:1c.0:pcie04: Card present on Slot(0)
[ 6082.760366] pciehp 0000:00:1c.0:pcie04: slot(0): Link Up event
[ 6082.760376] pciehp 0000:00:1c.2:pcie04: Card present on Slot(2)
[ 6082.760380] pciehp 0000:00:1c.2:pcie04: slot(2): Link Up event
[ 6082.760389] pciehp 0000:00:1c.1:pcie04: Card present on Slot(1-1)
[ 6082.760392] pciehp 0000:00:1c.1:pcie04: slot(1-1): Link Up event
[ 6082.760399] pciehp 0000:00:1c.0:pcie04: Link Up event ignored on slot(0): already powering on
[ 6082.760402] pciehp 0000:00:1c.2:pcie04: Link Up event ignored on slot(2): already powering on
[ 6082.760405] pciehp 0000:00:1c.1:pcie04: Link Up event ignored on slot(1-1): already powering on
[ 6082.762564] PM: early resume of devices complete after 2.198 msecs
[ 6082.763095] sd 0:0:0:0: [sda] Starting disk
[ 6082.763096] sd 1:0:0:0: [sdb] Starting disk
[ 6082.863299] pciehp 0000:00:1c.1:pcie04: Device 0000:03:00.0 already exists at 0000:03:00, cannot hot-add
[ 6082.863302] pciehp 0000:00:1c.1:pcie04: Cannot add device at 0000:03:00
[ 6082.863436] pciehp 0000:00:1c.0:pcie04: Device 0000:02:00.0 already exists at 0000:02:00, cannot hot-add
[ 6082.863437] pciehp 0000:00:1c.0:pcie04: Cannot add device at 0000:02:00
[ 6082.863449] pciehp 0000:00:1c.2:pcie04: Device 0000:04:00.0 already exists at 0000:04:00, cannot hot-add
[ 6082.863450] pciehp 0000:00:1c.2:pcie04: Cannot add device at 0000:04:00
[ 6082.966832] pciehp 0000:00:1c.0:pcie04: Device 0000:02:00.0 already exists at 0000:02:00, cannot hot-add
[ 6082.966833] pciehp 0000:00:1c.0:pcie04: Cannot add device at 0000:02:00
[ 6082.966835] pciehp 0000:00:1c.2:pcie04: Device 0000:04:00.0 already exists at 0000:04:00, cannot hot-add
[ 6082.966836] pciehp 0000:00:1c.2:pcie04: Cannot add device at 0000:04:00
[ 6082.966888] pciehp 0000:00:1c.1:pcie04: Device 0000:03:00.0 already exists at 0000:03:00, cannot hot-add
[ 6082.966890] pciehp 0000:00:1c.1:pcie04: Cannot add device at 0000:03:00
[ 6082.966963] rtc_cmos 00:03: System wakeup disabled by ACPI
[ 6083.039875] brcmsmac bcma0:1: brcms_ops_config: change power-save mode: false (implement)
[ 6083.040875] brcmsmac bcma0:1: brcmsmac: brcms_ops_bss_info_changed: disassociated
[ 6083.040894] brcmsmac bcma0:1: brcms_ops_bss_info_changed: cqm change: threshold 0, hys 0 (implement)
[ 6083.040895] brcmsmac bcma0:1: brcms_ops_bss_info_changed: arp filtering: 1 addresses (implement)
[ 6083.040896] brcmsmac bcma0:1: brcms_ops_bss_info_changed: qos enabled: false (implement)
[ 6083.040914] PM: resume of devices complete after 278.057 msecs
[ 6083.042310] PM: Finishing wakeup.
[ 6083.042311] Restarting tasks ... done.
[ 6083.090268] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 6083.091389] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[ 6083.091541] ata1.00: failed to get NCQ Send/Recv Log Emask 0x1
[ 6083.172809] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[ 6083.172988] ata1.00: failed to get NCQ Send/Recv Log Emask 0x1
[ 6083.173084] ata1.00: configured for UDMA/133
[ 6083.183713] ata1.00: Enabling discard_zeroes_data
[ 6083.523912] firewire_core 0000:04:00.0: rediscovered device fw0
[ 6084.922067] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 6084.923029] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[ 6084.928988] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[ 6084.929451] ata2.00: configured for UDMA/133
[ 6129.355565] wlan0: authenticate with 2c:54:2d:6e:01:70
[ 6129.365309] wlan0: send auth to 2c:54:2d:6e:01:70 (try 1/3)
[ 6129.366855] wlan0: authenticated
[ 6129.368227] wlan0: associate with 2c:54:2d:6e:01:70 (try 1/3)
[ 6129.370909] wlan0: RX AssocResp from 2c:54:2d:6e:01:70 (capab=0x411 status=0 aid=3)
[ 6129.371444] brcmsmac bcma0:1: brcmsmac: brcms_ops_bss_info_changed: associated
[ 6129.371449] brcmsmac bcma0:1: brcms_ops_bss_info_changed: qos enabled: true (implement)
[ 6129.371581] wlan0: associated
[ 6129.375161] brcmsmac bcma0:1: wl0: brcms_c_d11hdrs_mac80211: txop exceeded phylen 159/256 dur 1778/1504
[ 6129.385106] brcmsmac bcma0:1: wl0: brcms_c_d11hdrs_mac80211: txop exceeded phylen 137/256 dur 1602/1504
[ 6129.714958] brcmsmac bcma0:1: brcms_ops_bss_info_changed: arp filtering: 1 addresses (implement)
[46524.350465] applesmc: send_byte(0x40, 0x0300) fail: 0x00
[46524.350469] applesmc: F1Tg: write data fail
[46994.048431] applesmc: send_byte(0x40, 0x0300) fail: 0x00
[46994.048435] applesmc: F1Tg: write data fail
[48122.564162] applesmc: send_byte(0x40, 0x0300) fail: 0x00
[48122.564166] applesmc: F1Tg: write data fail
[95763.948781] /dev/vmmon[28522]: Module vmmon: registered with major=10 minor=165
[95763.948788] /dev/vmmon[28522]: Using tsc_khz as TSC frequency: 2793161
[95763.948790] /dev/vmmon[28522]: Module vmmon: initialized
[95763.987270] [28549]: VMCI: shared components initialized.
[95763.987375] [28549]: VMCI: host components initialized.
[95763.987454] [28549]: VMCI: Module registered (name=vmci, major=10, minor=57).
[95763.987456] [28549]: VMCI: Using host personality
[95763.987459] [28549]: VMCI: Module (name=vmci) is initialized
[95763.988634] vmw_vsock_vmci_transport: disagrees about version of symbol vmci_datagram_create_handle_priv
[95763.988638] vmw_vsock_vmci_transport: Unknown symbol vmci_datagram_create_handle_priv (err -22)
[95763.988641] vmw_vsock_vmci_transport: disagrees about version of symbol vmci_context_get_priv_flags
[95763.988643] vmw_vsock_vmci_transport: Unknown symbol vmci_context_get_priv_flags (err -22)
[95763.988649] vmw_vsock_vmci_transport: disagrees about version of symbol vmci_qpair_get_produce_indexes
[95763.988650] vmw_vsock_vmci_transport: Unknown symbol vmci_qpair_get_produce_indexes (err -22)
[95763.988653] vmw_vsock_vmci_transport: disagrees about version of symbol vmci_qpair_consume_buf_ready
[95763.988654] vmw_vsock_vmci_transport: Unknown symbol vmci_qpair_consume_buf_ready (err -22)
[95763.988663] vmw_vsock_vmci_transport: disagrees about version of symbol vmci_datagram_destroy_handle
[95763.988664] vmw_vsock_vmci_transport: Unknown symbol vmci_datagram_destroy_handle (err -22)
[95763.988669] vmw_vsock_vmci_transport: disagrees about version of symbol vmci_qpair_produce_buf_ready
[95763.988670] vmw_vsock_vmci_transport: Unknown symbol vmci_qpair_produce_buf_ready (err -22)
[95763.988674] vmw_vsock_vmci_transport: disagrees about version of symbol vmci_event_subscribe
[95763.988676] vmw_vsock_vmci_transport: Unknown symbol vmci_event_subscribe (err -22)
[95763.988683] vmw_vsock_vmci_transport: disagrees about version of symbol vmci_datagram_send
[95763.988685] vmw_vsock_vmci_transport: Unknown symbol vmci_datagram_send (err -22)
[95763.988693] vmw_vsock_vmci_transport: disagrees about version of symbol vmci_qpair_produce_free_space
[95763.988695] vmw_vsock_vmci_transport: Unknown symbol vmci_qpair_produce_free_space (err -22)
[95763.988710] vmw_vsock_vmci_transport: disagrees about version of symbol vmci_qpair_get_consume_indexes
[95763.988711] vmw_vsock_vmci_transport: Unknown symbol vmci_qpair_get_consume_indexes (err -22)
[95763.988717] vmw_vsock_vmci_transport: disagrees about version of symbol vmci_qpair_consume_free_space
[95763.988718] vmw_vsock_vmci_transport: Unknown symbol vmci_qpair_consume_free_space (err -22)
[95763.988721] vmw_vsock_vmci_transport: disagrees about version of symbol vmci_qpair_peekv
[95763.988722] vmw_vsock_vmci_transport: Unknown symbol vmci_qpair_peekv (err -22)
[95763.988727] vmw_vsock_vmci_transport: disagrees about version of symbol vmci_is_context_owner
[95763.988728] vmw_vsock_vmci_transport: Unknown symbol vmci_is_context_owner (err -22)
[95763.988731] vmw_vsock_vmci_transport: disagrees about version of symbol vmci_datagram_create_handle
[95763.988732] vmw_vsock_vmci_transport: Unknown symbol vmci_datagram_create_handle (err -22)
[95763.988738] vmw_vsock_vmci_transport: disagrees about version of symbol vmci_qpair_alloc
[95763.988740] vmw_vsock_vmci_transport: Unknown symbol vmci_qpair_alloc (err -22)
[95763.988752] vmw_vsock_vmci_transport: disagrees about version of symbol vmci_qpair_detach
[95763.988753] vmw_vsock_vmci_transport: Unknown symbol vmci_qpair_detach (err -22)
[95763.988757] vmw_vsock_vmci_transport: disagrees about version of symbol vmci_qpair_dequev
[95763.988758] vmw_vsock_vmci_transport: Unknown symbol vmci_qpair_dequev (err -22)
[95763.988764] vmw_vsock_vmci_transport: disagrees about version of symbol vmci_qpair_enquev
[95763.988765] vmw_vsock_vmci_transport: Unknown symbol vmci_qpair_enquev (err -22)
[95763.988769] vmw_vsock_vmci_transport: disagrees about version of symbol vmci_event_unsubscribe
[95763.988770] vmw_vsock_vmci_transport: Unknown symbol vmci_event_unsubscribe (err -22)
[95763.988773] vmw_vsock_vmci_transport: disagrees about version of symbol vmci_get_context_id
[95763.988774] vmw_vsock_vmci_transport: Unknown symbol vmci_get_context_id (err -22)
[95764.085841] /dev/vmnet: open called by PID 28595 (vmnet-bridge)
[95764.085852] /dev/vmnet: hub 0 does not exist, allocating memory.
[95764.085871] /dev/vmnet: port on hub 0 successfully opened
[95764.085880] bridge-wlan0: device is wireless, enabling SMAC
[95764.085883] bridge-wlan0: up
[95764.085888] bridge-wlan0: attached
[95765.106438] /dev/vmnet: open called by PID 28618 (vmnet-netifup)
[95765.106452] /dev/vmnet: hub 1 does not exist, allocating memory.
[95765.106471] /dev/vmnet: port on hub 1 successfully opened
[95765.125362] /dev/vmnet: open called by PID 28621 (vmnet-dhcpd)
[95765.125380] /dev/vmnet: port on hub 1 successfully opened
[95765.133714] /dev/vmnet: open called by PID 28627 (vmnet-natd)
[95765.133726] /dev/vmnet: hub 8 does not exist, allocating memory.
[95765.133738] /dev/vmnet: port on hub 8 successfully opened
[95765.134455] userif-3: sent link down event.
[95765.134458] userif-3: sent link up event.
[95765.135765] /dev/vmnet: open called by PID 28628 (vmnet-netifup)
[95765.135774] /dev/vmnet: port on hub 8 successfully opened
[95765.148083] /dev/vmnet: open called by PID 28632 (vmnet-dhcpd)
[95765.148100] /dev/vmnet: port on hub 8 successfully opened
[95785.182392] /dev/vmmon[28892]: Module vmmon: unloaded
[95785.260780] bridge-wlan0: disabling the bridge
[95785.276129] bridge-wlan0: down
[95785.276141] bridge-wlan0: detached
[97463.502844] intel_powerclamp: Start idle injection to reduce power
[97467.515079] intel_powerclamp: Stop forced idle injection
[98107.600350] intel_powerclamp: Start idle injection to reduce power
[98111.614748] intel_powerclamp: Stop forced idle injection
[98129.466057] CPU3: Core temperature above threshold, cpu clock throttled (total events = 22)
[98129.466058] CPU2: Core temperature above threshold, cpu clock throttled (total events = 22)
[98129.469164] CPU2: Core temperature/speed normal
[98129.469165] CPU3: Core temperature/speed normal
[98180.902722] intel_powerclamp: Start idle injection to reduce power
[98216.984277] intel_powerclamp: Stop forced idle injection
[98221.030072] intel_powerclamp: Start idle injection to reduce power
[98237.064939] intel_powerclamp: Stop forced idle injection
[98237.087468] intel_powerclamp: Start idle injection to reduce power
[98278.436638] mce: [Hardware Error]: Machine check events logged
[98458.032327] applesmc: send_byte(0x40, 0x0300) fail: 0x00
[98458.032334] applesmc: F1Tg: write data fail

@dummys
Copy link
Author

dummys commented Jan 14, 2016

?

@dan-f
Copy link

dan-f commented Mar 21, 2016

I've got the same issue. I'm running a MacBook Pro 6,2 with Fedora 23.

$ sudo ./gpu-switch -i
./gpu-switch: line 45: printf: write error: Invalid argument

@Paumanok
Copy link

I'm getting this issue on a Macbook Pro 5,4 running Arch

some system information

[matthew@ArchMacbook ~]$ dmesg | grep -i efi
[    0.000000] efi: EFI v1.10 by Apple
[    0.000000] efi:  ACPI=0xbfeee000  ACPI 2.0=0xbfeee014  SMBIOS=0xbfec3000 
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.747872] efifb: probing for efifb
[    0.747900] efifb: framebuffer at 0xc0010000, using 7200k, total 7200k
[    0.747901] efifb: mode is 1440x900x32, linelength=8192, pages=1
[    0.747902] efifb: scrolling: redraw
[    0.747903] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.753733] fb0: EFI VGA frame buffer device
[    3.162082] fb: switching to nouveaufb from EFI VGA

[matthew@ArchMacbook ~]$ lspci |grep VGA
03:00.0 VGA compatible controller: NVIDIA Corporation C79 [GeForce 9400M] (rev b1)

[matthew@ArchMacbook ~]$ uname -a
Linux ArchMacbook 4.8.11-1-ARCH #1 SMP PREEMPT Sun Nov 27 09:26:14 CET 2016 x86_64 GNU/Linux

If you want anything else let me know. I know this is an older device but I can help with testing as well if you need it.

@Daandelange
Copy link

Daandelange commented Dec 3, 2016

Hello, I have the same issue on a MPB 6.2 (+ broken discrete hw) and Ubuntu 14.

uname -a
Linux NumeriqueOrganique 3.19.0-51-generic #58~14.04.1-Ubuntu SMP Fri Feb 26 22:02:58 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

I got somewhat further digging into this, but no success...
This thread might be useful, anyways, the issue seems to comes from writing and/or reading from /sys/firmware/efi/efivars/gpu-power-prefs-fa4ce28d-b62f-4c99-9cc3-6815686e30f9.

Using echo instead of printf didn't change anything. Even hexdump gives the invalid argument error.
hexdump: /sys/firmware/efi/efivars/gpu-power-prefs-fa4ce28d-b62f-4c99-9cc3-6815686e30f9: Invalid argument

str='\x07\x00\x00\x00\x01\x00\x00\x00'; var='/sys/firmware/efi/efivars/gpu-power-prefs-fa4ce28d-b62f-4c99-9cc3-6815686e30f9'; { head -c 4 "$var"; printf "$str"; } > "$var"
head: error reading ‘/sys/firmware/efi/efivars/gpu-power-prefs-fa4ce28d-b62f-4c99-9cc3-6815686e30f9’: Invalid argument
bash: printf: write error: Invalid argument

Any ideas on how to get past this point ?

@dummys dummys closed this as completed Mar 21, 2017
@satmandu
Copy link

satmandu commented May 9, 2017

FYI you can use the techniques mentioned here to get ubuntu working on your MBP 6,2 using only the integrated GPU:

http://forums.fedoraforum.org/showpost.php?p=1664873&postcount=10

Here are the steps I took, adapted from there:

edit /etc/default/grub and add the following line:

GRUB_PRELOAD_MODULES="iorw"

I also changed this line in the same file:

GRUB_CMDLINE_LINUX_DEFAULT="i915.modeset=1 nouveau.modeset=1"

Change this in /etc/grub.d/10_linux:

cat << 'EOF'
function gfxmode {
        set gfxpayload="${1}"
EOF
if [ "$vt_handoff" = 1 ]; then

to this:

cat << 'EOF'
function gfxmode {
        set gfxpayload="${1}"
EOF
echo " outb 0x728 1"
echo " outb 0x710 2"
echo " outb 0x740 2"
echo " outb 0x750 0"
if [ "$vt_handoff" = 1 ]; then

Here's what those do btw:

 outb 0x728 1 # Switch select
 outb 0x710 2 # Switch display
 outb 0x740 2 # Switch DDC
 outb 0x750 0 # Power down discrete graphics

Also you need to run this to update grub, and then reboot:

sudo update-grub
sudo /sbin/shutdown -r now

This is literally ALL I needed to do. I had installed 10.12.4 previously, which updated the EFI firmware, so I also reset my NVRAM with the command-option-P-R trick after rebooting to make sure there weren't any EFI variables left over which might be screwing with the framebuffer and GPU settings at boot.

I am also running a daily build clean install of Ubuntu 17.10 Artful Aardvark, which I think may have fixed some issues I was having with an upgrade to Zesty (Ubuntu 17.04) but you may be fine installing Zesty.

As it stands, the intel internal GPU is automatically detected, and the nvidia gpu is just never used.

(This is probably also using the internal apple_gmux driver functionality to see what is available when linux starts, so that maybe helps too.)

@pipolo
Copy link

pipolo commented May 23, 2017

Hello there !

I'm having the exact same issue here trying to revive a MacBookPro 6,2 :
./gpu-switch: line 44: printf: write error: Invalid argument

I'm intending to use OS X 10.11.6, so the fix for Ubuntu will obviously not work.

Thanks for your work and thanks in advance for your kind help.

@arpan-ghosh
Copy link

arpan-ghosh commented Nov 25, 2017

I also have the same issue as above.

Invalid argument [Warning - gpu-power-prefs-fac4ce28d-b62f-4c99-9cc3-6815685e30f9 is incomplete

Any way to force write this, even overriding in vim doesn't work. Thanks.

@pipolo
Copy link

pipolo commented Nov 27, 2017

Hello !

@arpan-ghosh : your error msg ends with an 'incomplete' statement. It's easy to miss an option or suffer errors due to character encoding when copy/pasting commands (back quotes and such...). If you're sure about your command syntax and still faces error, I went around the problem using the method described here : boot to single user mode (Command + S) then type
sudo nvram fa4ce28d-b62f-4c99-9cc3-6815686e30f9:gpu-power-prefs=%01%00%00%00

Good luck !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants