← Back to team overview

hybrid-graphics-linux team mailing list archive

Mac Book Pro 6, 2 and Ubuntu 12.04 not working as expected

 

I've already participated in this list:
https://lists.launchpad.net/hybrid-graphics-linux/msg02228.html
What I wanted to do is to be able to use my integrated Intel graphics
card in my Debian Unstable at the same time that I turned off the
Nvidia (discrete) one.
I think I have managed to use the intel one although I'm not very sure
if I have managed to turn off the discrete one because battery life
only increased from 2h to 2h30m.

Whatever, what I want to achieve right now is the same level of
functionality as the one described here:
http://linux-hybrid-graphics.blogspot.com.es/2012/04/apple-macbook-pro-and-linux-hybrid_21.html
and in more detail:
https://github.com/ah-/gmux-scripts
.

It's quite frustrating that I have the same hardware as the
instructions writer (or so I think) and it doesn't work out of the
box... I suppose the problem is the instructions being quite old right
now. But... Let's try to fix that.

So I'm going to explain everything as detailed as possible and I'll
wait for the experts advice.

Hardware
========
This is a Mac Book Pro 6,2.
Discrete card: Nvidia Geforce GT 330M
Integrated card: Intel HD Graphics



PreRequisites
========
OS
-----
I've installed Kubuntu 12.04.1 from a cdrom via BIOS boot. Now the
Kubuntu 12.04.1 boots via BIOS.

envytools
---------------
sudo apt-get install cmake libxml2 flex \
bison pkg-config libpciaccess0 libpciaccess-dev \
libvdpau-dev libx11-dev libx11-6 libxext6 \
libxext-dev libxml2-dev

git clone https://github.com/pathscale/envytools.git
cd envytools
cmake .
make
sudo make install

Nvidia propietary driver (optional)
------------------------------------------------
sudo apt-get install nvidia-current

In order not to blacklist nouveau I just did:
sudo mv /etc/modprobe.d/nvidia-graphics-drivers.conf
/etc/modprobe.d/nvidia-current_hybrid.conf /root/

And in order to blacklist nvidia I created:
/etc/modprobe.d/blacklist-amano-nvidia.conf
file with this only line:
blacklist nvidia

Bumblebee (optional)
----------------------------------
sudo add-apt-repository ppa:bumblebee/stable
sudo add-apt-repository ppa:ubuntu-x-swat/x-updates
sudo apt-get update
sudo apt-get install bumblebee bumblebee-nvidia

Additional recommended steps
=========================
gmux-scripts
--------------------
git clone https://github.com/ah-/gmux-scripts.git
cd gmux-scripts

Dump of vbios and PDISPLAY_VGA_ROM_WINDOW
-------------------------------------------------------------------------------
sudo ./gmux-scripts/bin/get_rom_window.sh > get_rom_window.txt
sudo ./gmux-scripts/bin/get_vbios.sh # vbios.bin

---===
I suppose at this point I rebooted as requested per bumblebee installation.
---===

Installation
=========
Requisites for compiling the kernel
-----------------------------------------------------
apt-get install kernel-wedge libelf-dev crash \
kexec-tools makedumpfile libncurses5 \
libncurses5-dev libnewt-dev libdw-dev \
binutils-dev asciidoc

Compile and install the patched kernel
--------------------------------------------------------
git clone git@xxxxxxxxxx:ah-/ubuntu-kernel-mbp.git
cd ubuntu-kernel-mbp
git checkout gmux
fakeroot debian/rules clean
skipabi=true skipmodule=true fakeroot debian/rules binary-indep
skipabi=true skipmodule=true fakeroot debian/rules binary-perarch
skipabi=true skipmodule=true fakeroot debian/rules binary-mbp
cd ..
sudo dpkg -i *deb

Boot into the new kernel
-------------------------------------
At grub2 menu I select Previous operating systems and then the
3.2.0-18-mbp boot option.

Compile and install the apple_gmux switching driver
-----------------------------------------------------------------------------
git clone https://github.com/ah-/gmux.git
cd gmux
make
sudo cp apple_gmux.ko
/lib/modules/3.2.0-18-mbp/kernel/drivers/platform/x86/apple-gmux.ko

Configure Grub (BIOS specific settings)
------------------------------------------------------------
What I do is copy and paste 10_linux file at:
/etc/grub.d/ folder and edit it so that titles begin with INTELTEST
and, that of course new parametres are added to kernel.

Finally what happens is that before kernel is loaded you've got:

set gfxpayload=console

And the added kernel parametres are:
i915.lvds_channel=2 i915.modeset=1 i915.lvds_use_ssc=0
i5s_enable_igd=1 i5s_3400s_force_ahci=1 drm.debug=0x14 log_buf_len=16M
text

Configure bumblebee. Make sure it isn't started automatically at boot
---------------------------------------------------------------------------------------------------------
sudo sh -c "echo 'manual' > /etc/init/bumblebeed.override"
cp -r gmux-scripts/conf/bumblebee /etc/bumblebee

Additional steps
-------------------------
I save my default wireless network on network-manager to be available
to all the users.
I install ssh daemon.

WHAT DOES HAPPEN
==================
When I boot (Special previous version with special 3.2.0-18-mbp with
special parametres) I just get a blank screen. The screen seems more
grey than blank but whatever I cannot use for normal use. So I have to
use SSH to enter the machine.

vgaswitcheroo dir not found
--------------------------------------------
What I've found so far is that:

/sys/kernel/debug/vgaswitcheroo
folder does not exist so any command mentioned in the usage
instructions doesn't work.

dmesg
----------
I copy and paste dmesg just in case you need it.

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.2.0-18-mbp (root@adrianworktop) (gcc
version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #29 SMP Mon Oct 22
09:46:42 CEST 2012 (Ubuntu 3.2.0-18.29-mbp 3.2.9)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-18-mbp
root=UUID=ad20c164-664b-4dc2-bdfd-7100d2ade701 ro
crashkernel=384M-2G:64M,2G-:128M quiet splash vt.handoff=7
i915.lvds_channel=2 i915.modeset=1 i915.lvds_use_ssc=0
i5s_enable_igd=1 i5s_3400s_force_ahci=1 drm.debug=0x14 log_buf_len=16M
text
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] Disabled fast string operations
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000008b673000 (usable)
[    0.000000]  BIOS-e820: 000000008b673000 - 000000008b6ef000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000008b6ef000 - 000000008b7f6000 (ACPI data)
[    0.000000]  BIOS-e820: 000000008b7f6000 - 000000008b7ff000 (reserved)
[    0.000000]  BIOS-e820: 000000008b7ff000 - 000000008b800000 (ACPI data)
[    0.000000]  BIOS-e820: 000000008b800000 - 000000008c000000 (reserved)
[    0.000000]  BIOS-e820: 000000008de00000 - 000000008e000000 (reserved)
[    0.000000]  BIOS-e820: 000000008e000000 - 0000000090000000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed10000 - 00000000fed14000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed18000 - 00000000fed1a000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ffc00000 - 0000000100000000 (reserved)
[    0.000000]  BIOS-e820: 0000000100000000 - 0000000270000000 (usable)
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI 2.4 present.
[    0.000000] DMI: Apple Inc. MacBookPro6,2/Mac-F22586C8, BIOS
MBP61.88Z.0057.B0C.1007261552 07/26/10
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000
(usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] No AGP bridge found
[    0.000000] last_pfn = 0x270000 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 0A0000000 mask FE0000000 uncachable
[    0.000000]   2 base 090000000 mask FF0000000 uncachable
[    0.000000]   3 base 08C000000 mask FFC000000 uncachable
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] last_pfn = 0x8b673 max_arch_pfn = 0x400000000
[    0.000000] initial memory mapped : 0 - 20000000
[    0.000000] Base memory trampoline at [ffff88000009a000] 9a000 size 20480
[    0.000000] init_memory_mapping: 0000000000000000-000000008b673000
[    0.000000]  0000000000 - 008b600000 page 2M
[    0.000000]  008b600000 - 008b673000 page 4k
[    0.000000] kernel direct mapping tables up to 8b673000 @ 1fffb000-20000000
[    0.000000] init_memory_mapping: 0000000100000000-0000000270000000
[    0.000000]  0100000000 - 0270000000 page 2M
[    0.000000] kernel direct mapping tables up to 270000000 @ 8b668000-8b673000
[    0.000000] log_buf_len: 16777216
[    0.000000] early log buf free: 257906(98%)
[    0.000000] RAMDISK: 35790000 - 36bc0000
[    0.000000] Reserving 128MB of memory at 720MB for crashkernel
(System RAM: 9984MB)
[    0.000000] ACPI: RSDP 00000000000fe020 00024 (v02 APPLE )
[    0.000000] ACPI: XSDT 000000008b70e1c0 00084 (v01 APPLE   Apple00
00000057      01000013)
[    0.000000] ACPI: FACP 000000008b70b000 000F4 (v04 APPLE   Apple00
00000057 Loki 0000005F)
[    0.000000] ACPI: DSDT 000000008b6fd000 0746E (v01 APPLE  MacBookP
00060001 INTL 20061109)
[    0.000000] ACPI: FACS 000000008b67a000 00040
[    0.000000] ACPI: ASF! 000000008b70d000 000A5 (v32 APPLE   Apple00
00000001 Loki 0000005F)
[    0.000000] ACPI: HPET 000000008b70a000 00038 (v01 APPLE   Apple00
00000001 Loki 0000005F)
[    0.000000] ACPI: APIC 000000008b709000 000BC (v01 APPLE   Apple00
00000001 Loki 0000005F)
[    0.000000] ACPI: APIC 000000008b708000 000BC (v02 APPLE   Apple00
00000001 Loki 0000005F)
[    0.000000] ACPI: SBST 000000008b706000 00030 (v01 APPLE   Apple00
00000001 Loki 0000005F)
[    0.000000] ACPI: ECDT 000000008b705000 00053 (v01 APPLE   Apple00
00000001 Loki 0000005F)
[    0.000000] ACPI: SSDT 000000008b6f7000 00522 (v01 APPLE  UsbNoRmh
00001000 INTL 20061109)
[    0.000000] ACPI: SSDT 000000008b6f5000 00A10 (v01  PmRef    CpuPm
00003000 INTL 20061109)
[    0.000000] ACPI: MCFG 000000008b707000 0003C (v01 APPLE   Apple00
00000001 Loki 0000005F)
[    0.000000] ACPI: SSDT 000000008b6fc000 000FA (v01 SataRe  SataPri
00001000 INTL 20061109)
[    0.000000] ACPI: SSDT 000000008b6fb000 000FA (v01 SataRe  SataSec
00001000 INTL 20061109)
[    0.000000] ACPI: BIOS bug: multiple APIC/MADT found, using 0
[    0.000000] ACPI: If "acpi_apic_instance=2" works better, notify
linux-acpi@xxxxxxxxxxxxxxx
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-0000000270000000
[    0.000000] Initmem setup node 0 0000000000000000-0000000270000000
[    0.000000]   NODE_DATA [000000026effb000 - 000000026effffff]
[    0.000000]  [ffffea0000000000-ffffea0009bfffff] PMD ->
[ffff880266600000-ffff88026e5fffff] on node 0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x00270000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[3] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x0008b673
[    0.000000]     0: 0x00100000 -> 0x00270000
[    0.000000] On node 0 totalpages: 2078210
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 5 pages reserved
[    0.000000]   DMA zone: 3914 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 16320 pages used for memmap
[    0.000000]   DMA32 zone: 550579 pages, LIFO batch:31
[    0.000000]   Normal zone: 23552 pages used for memmap
[    0.000000]   Normal zone: 1483776 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x05] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled)
[    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] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    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: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] SMP: Allowing 8 CPUs, 4 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 000000008b673000 - 000000008b6ef000
[    0.000000] PM: Registered nosave memory: 000000008b6ef000 - 000000008b7f6000
[    0.000000] PM: Registered nosave memory: 000000008b7f6000 - 000000008b7ff000
[    0.000000] PM: Registered nosave memory: 000000008b7ff000 - 000000008b800000
[    0.000000] PM: Registered nosave memory: 000000008b800000 - 000000008c000000
[    0.000000] PM: Registered nosave memory: 000000008c000000 - 000000008de00000
[    0.000000] PM: Registered nosave memory: 000000008de00000 - 000000008e000000
[    0.000000] PM: Registered nosave memory: 000000008e000000 - 0000000090000000
[    0.000000] PM: Registered nosave memory: 0000000090000000 - 00000000e0000000
[    0.000000] PM: Registered nosave memory: 00000000e0000000 - 00000000f0000000
[    0.000000] PM: Registered nosave memory: 00000000f0000000 - 00000000fec00000
[    0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
[    0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fed10000
[    0.000000] PM: Registered nosave memory: 00000000fed10000 - 00000000fed14000
[    0.000000] PM: Registered nosave memory: 00000000fed14000 - 00000000fed18000
[    0.000000] PM: Registered nosave memory: 00000000fed18000 - 00000000fed1a000
[    0.000000] PM: Registered nosave memory: 00000000fed1a000 - 00000000fed1c000
[    0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000
[    0.000000] PM: Registered nosave memory: 00000000fed20000 - 00000000fee00000
[    0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
[    0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ffc00000
[    0.000000] PM: Registered nosave memory: 00000000ffc00000 - 0000000100000000
[    0.000000] Allocating PCI resources starting at 90000000 (gap:
90000000:50000000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256
nr_cpu_ids:8 nr_node_ids:1
[    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88026ec00000 s83072
r8192 d23424 u262144
[    0.000000] pcpu-alloc: s83072 r8192 d23424 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.
Total pages: 2038269
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line:
BOOT_IMAGE=/boot/vmlinuz-3.2.0-18-mbp
root=UUID=ad20c164-664b-4dc2-bdfd-7100d2ade701 ro
crashkernel=384M-2G:64M,2G-:128M quiet splash vt.handoff=7
i915.lvds_channel=2 i915.modeset=1 i915.lvds_use_ssc=0
i5s_enable_igd=1 i5s_3400s_force_ahci=1 drm.debug=0x14 log_buf_len=16M
text
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 7930832k/10223616k available (6562k kernel
code, 1910776k absent, 382008k reserved, 6642k data, 920k init)
[    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0,
CPUs=8, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] NR_IRQS:16640 nr_irqs:744 16
[    0.000000] Extended CMOS year: 2000
[    0.000000] vt handoff: transparent VT on vt#7
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 67108864 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't
want memory cgroups
[    0.000000] hpet clockevent registered
[    0.000000] Fast TSC calibration using PIT
[    0.004000] Detected 2394.109 MHz processor.
[    0.000003] Calibrating delay loop (skipped), value calculated
using timer frequency.. 4788.21 BogoMIPS (lpj=9576436)
[    0.000007] pid_max: default: 32768 minimum: 301
[    0.000029] Security Framework initialized
[    0.000044] AppArmor: AppArmor initialized
[    0.000045] Yama: becoming mindful.
[    0.000704] Dentry cache hash table entries: 1048576 (order: 11,
8388608 bytes)
[    0.002593] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.003384] Mount-cache hash table entries: 256
[    0.003528] Initializing cgroup subsys cpuacct
[    0.003533] Initializing cgroup subsys memory
[    0.003540] Initializing cgroup subsys devices
[    0.003542] Initializing cgroup subsys freezer
[    0.003544] Initializing cgroup subsys blkio
[    0.003549] Initializing cgroup subsys perf_event
[    0.003574] Disabled fast string operations
[    0.003577] CPU: Physical Processor ID: 0
[    0.003578] CPU: Processor Core ID: 0
[    0.003584] mce: CPU supports 9 MCE banks
[    0.003594] CPU0: Thermal monitoring enabled (TM1)
[    0.003601] using mwait in idle threads.
[    0.005217] ACPI: Core revision 20110623
[    0.009886] ftrace: allocating 27036 entries in 107 pages
[    0.017164] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.056782] CPU0: Intel(R) Core(TM) i5 CPU       M 520  @ 2.40GHz stepping 05
[    0.163166] Performance Events: PEBS fmt1+, Westmere events, Intel
PMU driver.
[    0.163172] ... version:                3
[    0.163173] ... bit width:              48
[    0.163174] ... generic registers:      4
[    0.163175] ... value mask:             0000ffffffffffff
[    0.163177] ... max period:             000000007fffffff
[    0.163178] ... fixed-purpose events:   3
[    0.163179] ... event mask:             000000070000000f
[    0.163403] NMI watchdog enabled, takes one hw-pmu counter.
[    0.163491] Booting Node   0, Processors  #1
[    0.163493] smpboot cpu 1: start_ip = 9a000
[    0.251027] Disabled fast string operations
[    0.271080] NMI watchdog enabled, takes one hw-pmu counter.
[    0.271192]  #2
[    0.271193] smpboot cpu 2: start_ip = 9a000
[    0.358844] Disabled fast string operations
[    0.378899] NMI watchdog enabled, takes one hw-pmu counter.
[    0.379000]  #3
[    0.379002] smpboot cpu 3: start_ip = 9a000
[    0.466661] Disabled fast string operations
[    0.486706] NMI watchdog enabled, takes one hw-pmu counter.
[    0.486746] Brought up 4 CPUs
[    0.486748] Total of 4 processors activated (19152.77 BogoMIPS).
[    0.489409] devtmpfs: initialized
[    0.490333] EVM: security.selinux
[    0.490335] EVM: security.SMACK64
[    0.490336] EVM: security.capability
[    0.490362] PM: Registering ACPI NVS region at 8b673000 (507904 bytes)
[    0.491135] print_constraints: dummy:
[    0.491167] RTC time: 10:06:48, date: 10/22/12
[    0.491197] NET: Registered protocol family 16
[    0.491294] Trying to unpack rootfs image as initramfs...
[    0.491300] ACPI: bus type pci registered
[    0.491366] PCI: MMCONFIG for domain 0000 [bus 00-06] at [mem
0xe0000000-0xe06fffff] (base 0xe0000000)
[    0.491368] PCI: MMCONFIG at [mem 0xe0000000-0xe06fffff] reserved in E820
[    0.492261] PCI: Using configuration type 1 for base access
[    0.493088] bio: create slab <bio-0> at 0
[    0.493165] ACPI: Added _OSI(Module Device)
[    0.493167] ACPI: Added _OSI(Processor Device)
[    0.493169] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.493170] ACPI: Added _OSI(Processor Aggregator Device)
[    0.494319] ACPI: EC: EC description table is found, configuring boot EC
[    0.496538] ACPI: Executed 1 blocks of module-level executable AML code
[    0.501321] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.501832] ACPI: SSDT 000000008b7f9918 003F7 (v01  PmRef  Cpu0Ist
00003000 INTL 20061109)
[    0.502211] ACPI: Dynamic OEM Table Load:
[    0.502215] ACPI: SSDT           (null) 003F7 (v01  PmRef  Cpu0Ist
00003000 INTL 20061109)
[    0.502392] ACPI: SSDT 000000008b7f7798 006E5 (v01  PmRef  Cpu0Cst
00003001 INTL 20061109)
[    0.502770] ACPI: Dynamic OEM Table Load:
[    0.502773] ACPI: SSDT           (null) 006E5 (v01  PmRef  Cpu0Cst
00003001 INTL 20061109)
[    0.570955] ACPI: SSDT 000000008b7f8c18 003A4 (v01  PmRef    ApIst
00003000 INTL 20061109)
[    0.571430] ACPI: Dynamic OEM Table Load:
[    0.571434] ACPI: SSDT           (null) 003A4 (v01  PmRef    ApIst
00003000 INTL 20061109)
[    0.594703] ACPI: SSDT 000000008b7f6d98 00119 (v01  PmRef    ApCst
00003000 INTL 20061109)
[    0.595113] ACPI: Dynamic OEM Table Load:
[    0.595117] ACPI: SSDT           (null) 00119 (v01  PmRef    ApCst
00003000 INTL 20061109)
[    0.619189] ACPI: Interpreter enabled
[    0.619196] ACPI: (supports S0 S3 S4 S5)
[    0.619220] ACPI: Using IOAPIC for interrupt routing
[    0.651444] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[    0.651663] ACPI: No dock devices found.
[    0.651666] HEST: Table not found.
[    0.651670] PCI: Using host bridge windows from ACPI; if necessary,
use "pci=nocrs" and report a bug
[    0.652134] \_SB_.PCI0:_OSC invalid UUID
[    0.652136] _OSC request data:1 8 1f
[    0.652142] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.652909] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
[    0.652913] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
[    0.652916] pci_root PNP0A08:00: host bridge window [mem
0x000a0000-0x000bffff]
[    0.652920] pci_root PNP0A08:00: host bridge window [mem
0x90000000-0xfeafffff]
[    0.652935] pci 0000:00:00.0: [8086:0044] type 0 class 0x000600
[    0.652940] [i5s ** FIXUP] Internal Graphics Engine: disabled and
hidden (0x0003)
[    0.652942] [i5s ** FIXUP] Enabling Internal Graphics Engine (0x000b)
[    0.652962] DMAR: BIOS has allocated no shadow GTT; disabling IOMMU
for graphics
[    0.652986] pci 0000:00:01.0: [8086:0045] type 1 class 0x000604
[    0.653023] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.653027] pci 0000:00:01.0: PME# disabled
[    0.653041] pci 0000:00:02.0: [8086:0046] type 0 class 0x000300
[    0.653053] pci 0000:00:02.0: reg 10: [mem 0xc1400000-0xc17fffff 64bit]
[    0.653061] pci 0000:00:02.0: reg 18: [mem 0xb0000000-0xbfffffff 64bit pref]
[    0.653067] pci 0000:00:02.0: reg 20: [io  0x3130-0x3137]
[    0.653141] pci 0000:00:1a.0: [8086:3b3b] type 0 class 0x000c03
[    0.653199] pci 0000:00:1a.0: reg 20: [io  0x3100-0x311f]
[    0.653284] pci 0000:00:1a.7: [8086:3b3c] type 0 class 0x000c03
[    0.653311] pci 0000:00:1a.7: reg 10: [mem 0xc1d05c00-0xc1d05fff]
[    0.653424] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.653430] pci 0000:00:1a.7: PME# disabled
[    0.653463] pci 0000:00:1b.0: [8086:3b56] type 0 class 0x000403
[    0.653485] pci 0000:00:1b.0: reg 10: [mem 0xc1d00000-0xc1d03fff 64bit]
[    0.653585] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.653591] pci 0000:00:1b.0: PME# disabled
[    0.653623] pci 0000:00:1c.0: [8086:3b42] type 1 class 0x000604
[    0.653729] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.653735] pci 0000:00:1c.0: PME# disabled
[    0.653766] pci 0000:00:1c.1: [8086:3b44] type 1 class 0x000604
[    0.653869] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.653875] pci 0000:00:1c.1: PME# disabled
[    0.653908] pci 0000:00:1c.2: [8086:3b46] type 1 class 0x000604
[    0.654011] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.654017] pci 0000:00:1c.2: PME# disabled
[    0.654047] pci 0000:00:1c.3: [8086:3b48] type 1 class 0x000604
[    0.654151] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.654157] pci 0000:00:1c.3: PME# disabled
[    0.654192] pci 0000:00:1d.0: [8086:3b36] type 0 class 0x000c03
[    0.654250] pci 0000:00:1d.0: reg 20: [io  0x30a0-0x30bf]
[    0.654336] pci 0000:00:1d.7: [8086:3b34] type 0 class 0x000c03
[    0.654362] pci 0000:00:1d.7: reg 10: [mem 0xc1d05800-0xc1d05bff]
[    0.654480] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.654486] pci 0000:00:1d.7: PME# disabled
[    0.654513] pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604
[    0.654603] pci 0000:00:1f.0: [8086:3b09] type 0 class 0x000601
[    0.654612] [i5s_3400s ** FIXUP] SATA controller mode: NON AHCI (0x3c00)
[    0.654614] [i5s_3400s ** FIXUP] Putting SATA controller into AHCI (0x3c60)
[    0.654748] pci 0000:00:1f.2: [8086:3b29] type 0 class 0x000106
[    0.654776] pci 0000:00:1f.2: reg 10: [io  0x3128-0x312f]
[    0.654788] pci 0000:00:1f.2: reg 14: [io  0x313c-0x313f]
[    0.654801] pci 0000:00:1f.2: reg 18: [io  0x3120-0x3127]
[    0.654812] pci 0000:00:1f.2: reg 1c: [io  0x3138-0x313b]
[    0.654824] pci 0000:00:1f.2: reg 20: [io  0x3020-0x303f]
[    0.654836] pci 0000:00:1f.2: reg 24: [mem 0x0000f800-0x0000ffff]
[    0.654906] pci 0000:00:1f.2: PME# supported from D3hot
[    0.654911] pci 0000:00:1f.2: PME# disabled
[    0.654936] pci 0000:00:1f.3: [8086:3b30] type 0 class 0x000c05
[    0.654958] pci 0000:00:1f.3: reg 10: [mem 0xc1d06000-0xc1d060ff 64bit]
[    0.654989] pci 0000:00:1f.3: reg 20: [io  0xefa0-0xefbf]
[    0.655045] pci 0000:00:1f.6: [8086:3b32] type 0 class 0x001180
[    0.655074] pci 0000:00:1f.6: reg 10: [mem 0xc1d04000-0xc1d04fff 64bit]
[    0.655218] pci 0000:01:00.0: [10de:0a29] type 0 class 0x000300
[    0.655232] pci 0000:01:00.0: reg 10: [mem 0xc0000000-0xc0ffffff]
[    0.655247] pci 0000:01:00.0: reg 14: [mem 0x90000000-0x9fffffff 64bit pref]
[    0.655261] pci 0000:01:00.0: reg 1c: [mem 0xa0000000-0xa1ffffff 64bit pref]
[    0.655272] pci 0000:01:00.0: reg 24: [io  0x2000-0x207f]
[    0.655282] pci 0000:01:00.0: reg 30: [mem 0xc1000000-0xc107ffff pref]
[    0.655360] pci 0000:01:00.1: [10de:0be2] type 0 class 0x000403
[    0.655373] pci 0000:01:00.1: reg 10: [mem 0xc1080000-0xc1083fff]
[    0.655499] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    0.655503] pci 0000:00:01.0:   bridge window [io  0x2000-0x2fff]
[    0.655506] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xc10fffff]
[    0.655510] pci 0000:00:01.0:   bridge window [mem
0x90000000-0xa1ffffff 64bit pref]
[    0.655755] pci 0000:02:00.0: [14e4:1684] type 0 class 0x000200
[    0.655787] pci 0000:02:00.0: reg 10: [mem 0xc1c00000-0xc1c0ffff 64bit]
[    0.655971] pci 0000:02:00.0: PME# supported from D3hot D3cold
[    0.655978] pci 0000:02:00.0: PME# disabled
[    0.662583] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[    0.662593] pci 0000:00:1c.0:   bridge window [mem 0xc1c00000-0xc1cfffff]
[    0.662722] pci 0000:03:00.0: [14e4:4353] type 0 class 0x000280
[    0.662757] pci 0000:03:00.0: reg 10: [mem 0xc1b00000-0xc1b03fff 64bit]
[    0.662925] pci 0000:03:00.0: supports D1 D2
[    0.662928] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    0.662935] pci 0000:03:00.0: PME# disabled
[    0.670445] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[    0.670455] pci 0000:00:1c.1:   bridge window [mem 0xc1b00000-0xc1bfffff]
[    0.670548] pci 0000:04:00.0: [11c1:5901] type 0 class 0x000c00
[    0.670582] pci 0000:04:00.0: reg 10: [mem 0xc1a00000-0xc1a00fff 64bit]
[    0.670736] pci 0000:04:00.0: supports D1 D2
[    0.670739] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.670747] pci 0000:04:00.0: PME# disabled
[    0.678400] pci 0000:00:1c.2: PCI bridge to [bus 04-04]
[    0.678410] pci 0000:00:1c.2:   bridge window [mem 0xc1a00000-0xc1afffff]
[    0.678479] pci 0000:00:1c.3: PCI bridge to [bus 05-05]
[    0.678488] pci 0000:00:1c.3:   bridge window [mem 0xc1900000-0xc19fffff]
[    0.678570] pci 0000:00:1e.0: PCI bridge to [bus 06-06] (subtractive decode)
[    0.678579] pci 0000:00:1e.0:   bridge window [mem 0xc1800000-0xc18fffff]
[    0.678588] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7]
(subtractive decode)
[    0.678591] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff]
(subtractive decode)
[    0.678594] pci 0000:00:1e.0:   bridge window [mem
0x000a0000-0x000bffff] (subtractive decode)
[    0.678597] pci 0000:00:1e.0:   bridge window [mem
0x90000000-0xfeafffff] (subtractive decode)
[    0.678638] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.678890] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P2._PRT]
[    0.678992] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[    0.679063] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
[    0.679130] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
[    0.679193] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
[    0.679333] \_SB_.PCI0:_OSC invalid UUID
[    0.679335] _OSC request data:1 1f 1f
[    0.679340]  pci0000:00: Requesting ACPI _OSC control (0x1d)
[    0.679390] \_SB_.PCI0:_OSC invalid UUID
[    0.679392] _OSC request data:1 0 1d
[    0.679396]  pci0000:00: ACPI _OSC request failed (AE_ERROR),
returned control mask: 0x1d
[    0.679398] ACPI _OSC control for PCIe not granted, disabling ASPM
[    0.684534] ACPI: PCI Root Bridge [CPBG] (domain 0000 [bus ff])
[    0.684589] pci 0000:ff:00.0: [8086:2c62] type 0 class 0x000600
[    0.684615] pci 0000:ff:00.1: [8086:2d01] type 0 class 0x000600
[    0.684640] pci 0000:ff:02.0: [8086:2d10] type 0 class 0x000600
[    0.684660] pci 0000:ff:02.1: [8086:2d11] type 0 class 0x000600
[    0.684680] pci 0000:ff:02.2: [8086:2d12] type 0 class 0x000600
[    0.684700] pci 0000:ff:02.3: [8086:2d13] type 0 class 0x000600
[    0.684738]  pci0000:ff: Requesting ACPI _OSC control (0x1d)
[    0.684741]  pci0000:ff: ACPI _OSC request failed (AE_NOT_FOUND),
returned control mask: 0x1d
[    0.684743] ACPI _OSC control for PCIe not granted, disabling ASPM
[    0.685037] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12
14 15) *11
[    0.685098] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[    0.685154] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12
14 15) *0, disabled.
[    0.685210] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[    0.685265] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12
14 15) *0, disabled.
[    0.685325] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12
14 15) *10
[    0.685389] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12
14 15) *11
[    0.685445] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[    0.685577] vgaarb: device added:
PCI:0000:00:02.0,decodes=io+mem,owns=none,locks=none
[    0.685592] vgaarb: device added:
PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.685598] vgaarb: loaded
[    0.685599] vgaarb: bridge control possible 0000:01:00.0
[    0.685601] vgaarb: no bridge control possible 0000:00:02.0
[    0.685728] i2c-core: driver [aat2870] using legacy suspend method
[    0.685730] i2c-core: driver [aat2870] using legacy resume method
[    0.685811] SCSI subsystem initialized
[    0.685873] libata version 3.00 loaded.
[    0.685926] usbcore: registered new interface driver usbfs
[    0.685939] usbcore: registered new interface driver hub
[    0.685962] usbcore: registered new device driver usb
[    0.686069] PCI: Using ACPI for IRQ routing
[    0.686073] PCI: pci_cache_line_size set to 64 bytes
[    0.686114] pci 0000:00:1f.2: no compatible bridge window for [mem
0x0000f800-0x0000ffff]
[    0.686385] reserve RAM buffer: 000000000009fc00 - 000000000009ffff
[    0.686388] reserve RAM buffer: 000000008b673000 - 000000008bffffff
[    0.686502] NetLabel: Initializing
[    0.686504] NetLabel:  domain hash size = 128
[    0.686506] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.686520] NetLabel:  unlabeled traffic allowed by default
[    0.686579] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.686586] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.688608] Switching to clocksource hpet
[    0.696463] AppArmor: AppArmor Filesystem Enabled
[    0.696500] pnp: PnP ACPI init
[    0.696520] ACPI: bus type pnp registered
[    0.696980] pnp 00:00: [bus 00-fe]
[    0.696984] pnp 00:00: [io  0x0000-0x0cf7 window]
[    0.696987] pnp 00:00: [io  0x0cf8-0x0cff]
[    0.696990] pnp 00:00: [io  0x0d00-0xffff window]
[    0.696992] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    0.696995] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[    0.696997] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[    0.697000] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[    0.697002] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[    0.697005] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[    0.697007] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[    0.697010] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[    0.697012] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[    0.697018] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
[    0.697020] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
[    0.697023] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
[    0.697025] pnp 00:00: [mem 0x000ec000-0x000effff window]
[    0.697027] pnp 00:00: [mem 0x000f0000-0x000fffff window]
[    0.697030] pnp 00:00: [mem 0x90000000-0xfeafffff window]
[    0.697032] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
[    0.697134] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08
PNP0a03 (active)
[    0.697189] pnp 00:01: [io  0x0000-0x001f]
[    0.697192] pnp 00:01: [io  0x0081-0x0091]
[    0.697194] pnp 00:01: [io  0x0093-0x009f]
[    0.697196] pnp 00:01: [io  0x00c0-0x00df]
[    0.697199] pnp 00:01: [dma 4]
[    0.697231] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.697241] pnp 00:02: [mem 0xff000000-0xffffffff]
[    0.697274] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
[    0.697358] pnp 00:03: [irq 0 disabled]
[    0.697371] pnp 00:03: [irq 8]
[    0.697373] pnp 00:03: [mem 0xfed00000-0xfed003ff]
[    0.697448] system 00:03: [mem 0xfed00000-0xfed003ff] has been reserved
[    0.697453] system 00:03: Plug and Play ACPI device, IDs PNP0103
PNP0c01 (active)
[    0.697467] pnp 00:04: [io  0x00f0]
[    0.697474] pnp 00:04: [irq 13]
[    0.697510] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.697524] pnp 00:05: [io  0x002e-0x002f]
[    0.697526] pnp 00:05: [io  0x004e-0x004f]
[    0.697528] pnp 00:05: [io  0x0061]
[    0.697530] pnp 00:05: [io  0x0063]
[    0.697532] pnp 00:05: [io  0x0065]
[    0.697534] pnp 00:05: [io  0x0067]
[    0.697536] pnp 00:05: [io  0x0080]
[    0.697538] pnp 00:05: [io  0x0092]
[    0.697540] pnp 00:05: [io  0x00b2-0x00b3]
[    0.697542] pnp 00:05: [io  0x0680-0x069f]
[    0.697544] pnp 00:05: [io  0x1000-0x100f]
[    0.697546] pnp 00:05: [io  0xffff]
[    0.697548] pnp 00:05: [io  0xffff]
[    0.697550] pnp 00:05: [io  0x0400-0x047f]
[    0.697552] pnp 00:05: [io  0x0500-0x057f]
[    0.697554] pnp 00:05: [io  0x164e-0x164f]
[    0.697612] system 00:05: [io  0x0680-0x069f] has been reserved
[    0.697616] system 00:05: [io  0x1000-0x100f] has been reserved
[    0.697619] system 00:05: [io  0xffff] has been reserved
[    0.697621] system 00:05: [io  0xffff] has been reserved
[    0.697624] system 00:05: [io  0x0400-0x047f] has been reserved
[    0.697627] system 00:05: [io  0x0500-0x057f] has been reserved
[    0.697630] system 00:05: [io  0x164e-0x164f] has been reserved
[    0.697633] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.697669] pnp 00:06: [io  0x06a0-0x06af]
[    0.697672] pnp 00:06: [io  0x06b0-0x06ff]
[    0.697726] system 00:06: [io  0x06a0-0x06af] has been reserved
[    0.697729] system 00:06: [io  0x06b0-0x06ff] has been reserved
[    0.697732] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.697742] pnp 00:07: [io  0x0070-0x0077]
[    0.697777] pnp 00:07: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.697793] pnp 00:08: [io  0x0300-0x031f]
[    0.697800] pnp 00:08: [irq 6]
[    0.697837] pnp 00:08: Plug and Play ACPI device, IDs APP0001 (active)
[    0.697896] pnp 00:09: [io  0x0700-0x07fe]
[    0.697939] pnp 00:09: Plug and Play ACPI device, IDs APP000b (active)
[    0.698162] pnp 00:0a: [mem 0xfed1c000-0xfed1ffff]
[    0.698165] pnp 00:0a: [mem 0xfed10000-0xfed13fff]
[    0.698170] pnp 00:0a: [mem 0xfed18000-0xfed18fff]
[    0.698173] pnp 00:0a: [mem 0xfed19000-0xfed19fff]
[    0.698175] pnp 00:0a: [mem 0xe0000000-0xefffffff]
[    0.698177] pnp 00:0a: [mem 0xfed20000-0xfed3ffff]
[    0.698179] pnp 00:0a: [mem 0xfeb00000-0xfeb03fff]
[    0.698182] pnp 00:0a: [mem 0xfed45000-0xfed8ffff]
[    0.698184] pnp 00:0a: [mem 0xff000000-0xffffffff]
[    0.698186] pnp 00:0a: [mem 0xfee00000-0xfeefffff]
[    0.698253] system 00:0a: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.698256] system 00:0a: [mem 0xfed10000-0xfed13fff] has been reserved
[    0.698259] system 00:0a: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.698262] system 00:0a: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.698265] system 00:0a: [mem 0xe0000000-0xefffffff] has been reserved
[    0.698268] system 00:0a: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.698271] system 00:0a: [mem 0xfeb00000-0xfeb03fff] has been reserved
[    0.698274] system 00:0a: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.698278] system 00:0a: [mem 0xff000000-0xffffffff] could not be reserved
[    0.698281] system 00:0a: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.698285] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.702677] pnp 00:0b: [bus ff]
[    0.702737] pnp 00:0b: Plug and Play ACPI device, IDs PNP0a03 (active)
[    0.702750] pnp: PnP ACPI: found 12 devices
[    0.702752] ACPI: ACPI bus type pnp unregistered
[    0.710281] PCI: max bus depth: 1 pci_try_num: 2
[    0.710352] pci 0000:00:1f.2: BAR 5: assigned [mem 0xa2000000-0xa20007ff]
[    0.710359] pci 0000:00:1f.2: BAR 5: set to [mem
0xa2000000-0xa20007ff] (PCI address [0xa2000000-0xa20007ff])
[    0.710364] pci 0000:00:1c.3: BAR 15: assigned [mem
0xa2100000-0xa22fffff 64bit pref]
[    0.710370] pci 0000:00:1c.3: BAR 13: assigned [io  0x4000-0x4fff]
[    0.710374] pci 0000:00:1c.2: BAR 15: assigned [mem
0xa2300000-0xa24fffff 64bit pref]
[    0.710378] pci 0000:00:1c.2: BAR 13: assigned [io  0x5000-0x5fff]
[    0.710381] pci 0000:00:1c.1: BAR 15: assigned [mem
0xa2500000-0xa26fffff 64bit pref]
[    0.710385] pci 0000:00:1c.1: BAR 13: assigned [io  0x6000-0x6fff]
[    0.710389] pci 0000:00:1c.0: BAR 15: assigned [mem
0xa2700000-0xa28fffff 64bit pref]
[    0.710392] pci 0000:00:1c.0: BAR 13: assigned [io  0x7000-0x7fff]
[    0.710397] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    0.710400] pci 0000:00:01.0:   bridge window [io  0x2000-0x2fff]
[    0.710403] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xc10fffff]
[    0.710407] pci 0000:00:01.0:   bridge window [mem
0x90000000-0xa1ffffff 64bit pref]
[    0.710412] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[    0.710416] pci 0000:00:1c.0:   bridge window [io  0x7000-0x7fff]
[    0.710423] pci 0000:00:1c.0:   bridge window [mem 0xc1c00000-0xc1cfffff]
[    0.710429] pci 0000:00:1c.0:   bridge window [mem
0xa2700000-0xa28fffff 64bit pref]
[    0.710437] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[    0.710441] pci 0000:00:1c.1:   bridge window [io  0x6000-0x6fff]
[    0.710448] pci 0000:00:1c.1:   bridge window [mem 0xc1b00000-0xc1bfffff]
[    0.710454] pci 0000:00:1c.1:   bridge window [mem
0xa2500000-0xa26fffff 64bit pref]
[    0.710463] pci 0000:00:1c.2: PCI bridge to [bus 04-04]
[    0.710467] pci 0000:00:1c.2:   bridge window [io  0x5000-0x5fff]
[    0.710474] pci 0000:00:1c.2:   bridge window [mem 0xc1a00000-0xc1afffff]
[    0.710480] pci 0000:00:1c.2:   bridge window [mem
0xa2300000-0xa24fffff 64bit pref]
[    0.710488] pci 0000:00:1c.3: PCI bridge to [bus 05-05]
[    0.710492] pci 0000:00:1c.3:   bridge window [io  0x4000-0x4fff]
[    0.710499] pci 0000:00:1c.3:   bridge window [mem 0xc1900000-0xc19fffff]
[    0.710505] pci 0000:00:1c.3:   bridge window [mem
0xa2100000-0xa22fffff 64bit pref]
[    0.710514] pci 0000:00:1e.0: PCI bridge to [bus 06-06]
[    0.710520] pci 0000:00:1e.0:   bridge window [mem 0xc1800000-0xc18fffff]
[    0.710551] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.710555] pci 0000:00:01.0: setting latency timer to 64
[    0.710569] pci 0000:00:1c.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    0.710575] pci 0000:00:1c.0: setting latency timer to 64
[    0.710622] pci 0000:00:1c.1: power state changed by ACPI to D0
[    0.710628] pci 0000:00:1c.1: power state changed by ACPI to D0
[    0.710635] pci 0000:00:1c.1: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    0.710640] pci 0000:00:1c.1: setting latency timer to 64
[    0.710650] pci 0000:00:1c.2: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    0.710655] pci 0000:00:1c.2: setting latency timer to 64
[    0.710663] pci 0000:00:1c.3: enabling device (0000 -> 0003)
[    0.710668] pci 0000:00:1c.3: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    0.710675] pci 0000:00:1c.3: setting latency timer to 64
[    0.710684] pci 0000:00:1e.0: setting latency timer to 64
[    0.710689] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.710692] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.710695] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.710697] pci_bus 0000:00: resource 7 [mem 0x90000000-0xfeafffff]
[    0.710700] pci_bus 0000:01: resource 0 [io  0x2000-0x2fff]
[    0.710703] pci_bus 0000:01: resource 1 [mem 0xc0000000-0xc10fffff]
[    0.710706] pci_bus 0000:01: resource 2 [mem 0x90000000-0xa1ffffff
64bit pref]
[    0.710709] pci_bus 0000:02: resource 0 [io  0x7000-0x7fff]
[    0.710712] pci_bus 0000:02: resource 1 [mem 0xc1c00000-0xc1cfffff]
[    0.710714] pci_bus 0000:02: resource 2 [mem 0xa2700000-0xa28fffff
64bit pref]
[    0.710717] pci_bus 0000:03: resource 0 [io  0x6000-0x6fff]
[    0.710720] pci_bus 0000:03: resource 1 [mem 0xc1b00000-0xc1bfffff]
[    0.710723] pci_bus 0000:03: resource 2 [mem 0xa2500000-0xa26fffff
64bit pref]
[    0.710726] pci_bus 0000:04: resource 0 [io  0x5000-0x5fff]
[    0.710729] pci_bus 0000:04: resource 1 [mem 0xc1a00000-0xc1afffff]
[    0.710731] pci_bus 0000:04: resource 2 [mem 0xa2300000-0xa24fffff
64bit pref]
[    0.710734] pci_bus 0000:05: resource 0 [io  0x4000-0x4fff]
[    0.710737] pci_bus 0000:05: resource 1 [mem 0xc1900000-0xc19fffff]
[    0.710739] pci_bus 0000:05: resource 2 [mem 0xa2100000-0xa22fffff
64bit pref]
[    0.710743] pci_bus 0000:06: resource 1 [mem 0xc1800000-0xc18fffff]
[    0.710745] pci_bus 0000:06: resource 4 [io  0x0000-0x0cf7]
[    0.710748] pci_bus 0000:06: resource 5 [io  0x0d00-0xffff]
[    0.710751] pci_bus 0000:06: resource 6 [mem 0x000a0000-0x000bffff]
[    0.710753] pci_bus 0000:06: resource 7 [mem 0x90000000-0xfeafffff]
[    0.710803] NET: Registered protocol family 2
[    0.711082] IP route cache hash table entries: 262144 (order: 9,
2097152 bytes)
[    0.713693] TCP established hash table entries: 524288 (order: 11,
8388608 bytes)
[    0.715848] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.716070] TCP: Hash tables configured (established 524288 bind 65536)
[    0.716073] TCP reno registered
[    0.716094] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.716147] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.716288] NET: Registered protocol family 1
[    0.716360] pci 0000:00:1a.7: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[    0.716502] pci 0000:00:1a.7: PCI INT B disabled
[    0.716558] pci 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    0.716693] pci 0000:00:1d.7: PCI INT A disabled
[    0.716732] pci 0000:01:00.0: Boot video device
[    0.716951] PCI: CLS 256 bytes, default 64
[    0.716953] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.716956] Placing 64MB software IO TLB between ffff880087668000 -
ffff88008b668000
[    0.716959] software IO TLB at phys 0x87668000 - 0x8b668000
[    0.717527] audit: initializing netlink socket (disabled)
[    0.717538] type=2000 audit(1350900407.556:1): initialized
[    0.759740] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.795267] VFS: Disk quotas dquot_6.5.2
[    0.795315] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.795745] fuse init (API version 7.17)
[    0.795826] msgmni has been set to 15489
[    0.796179] Block layer SCSI generic (bsg) driver version 0.4
loaded (major 253)
[    0.796208] io scheduler noop registered
[    0.796211] io scheduler deadline registered
[    0.796241] io scheduler cfq registered (default)
[    0.796345] pcieport 0000:00:01.0: setting latency timer to 64
[    0.796373] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
[    0.796656] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.796674] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.796718] efifb: dmi detected MacBookPro6,2 - framebuffer at
0xa1000000 (1280x1024, stride 5120)
[    0.796721] intel_idle: MWAIT substates: 0x1120
[    0.796722] intel_idle: v0.4 model 0x25
[    0.796723] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.796816] ACPI: Deprecated procfs I/F for AC is loaded, please
retry with CONFIG_ACPI_PROCFS_POWER cleared
[    0.796854] ACPI: AC Adapter [ADP1] (on-line)
[    0.796943] input: Lid Switch as
/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0
[    0.796961] ACPI: Lid Switch [LID0]
[    0.796992] input: Power Button as
/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
[    0.796996] ACPI: Power Button [PWRB]
[    0.797024] input: Sleep Button as
/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2
[    0.797027] ACPI: Sleep Button [SLPB]
[    0.797055] input: Power Button as
/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    0.797058] ACPI: Power Button [PWRF]
[    0.804232] ACPI: Deprecated procfs I/F for battery is loaded,
please retry with CONFIG_ACPI_PROCFS_POWER cleared
[    0.804241] ACPI: Battery Slot [BAT0] (battery present)
[    0.804265] ERST: Table is not found!
[    0.804267] GHES: HEST is not enabled!
[    0.804351] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.876259] Freeing initrd memory: 20672k freed
[    0.910149] ACPI: Battery Slot [BAT0] (battery present)
[    0.952643] Linux agpgart interface v0.103
[    0.952719] agpgart-intel 0000:00:00.0: Intel HD Graphics Chipset
[    0.952822] pci 0000:00:02.0: unknown page table size, assuming 512KB
[    0.952825] agpgart-intel 0000:00:00.0: detected gtt size: 524288K
total, 262144K mappable
[    0.953432] agpgart-intel 0000:00:00.0: detected 32768K stolen memory
[    0.953584] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xb0000000
[    0.954779] brd: module loaded
[    0.955408] loop: module loaded
[    0.955522] ahci 0000:00:1f.2: version 3.0
[    0.955545] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    0.955595] ahci 0000:00:1f.2: irq 41 for MSI/MSI-X
[    0.955663] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 3
Gbps 0x3 impl SATA mode
[    0.955666] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio
slum part ems apst
[    0.955671] ahci 0000:00:1f.2: setting latency timer to 64
[    0.960603] scsi0 : ahci
[    0.960690] scsi1 : ahci
[    0.960759] scsi2 : ahci
[    0.960825] scsi3 : ahci
[    0.960909] ata1: SATA max UDMA/133 abar m2048@0xa2000000 port
0xa2000100 irq 41
[    0.960913] ata2: SATA max UDMA/133 abar m2048@0xa2000000 port
0xa2000180 irq 41
[    0.960914] ata3: DUMMY
[    0.960915] ata4: DUMMY
[    0.961213] Fixed MDIO Bus: probed
[    0.961228] tun: Universal TUN/TAP device driver, 1.6
[    0.961229] tun: (C) 1999-2004 Max Krasnyansky <maxk@xxxxxxxxxxxx>
[    0.961279] PPP generic driver version 2.4.2
[    0.961364] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.961379] ehci_hcd 0000:00:1a.7: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[    0.961396] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[    0.961400] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[    0.961436] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned
bus number 1
[    0.961468] ehci_hcd 0000:00:1a.7: debug port 2
[    0.965368] ehci_hcd 0000:00:1a.7: cache line size of 256 is not supported
[    0.965382] ehci_hcd 0000:00:1a.7: irq 21, io mem 0xc1d05c00
[    0.980240] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    0.980377] hub 1-0:1.0: USB hub found
[    0.980381] hub 1-0:1.0: 6 ports detected
[    0.980453] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    0.980467] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    0.980470] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    0.980511] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned
bus number 2
[    0.980535] ehci_hcd 0000:00:1d.7: debug port 2
[    0.984438] ehci_hcd 0000:00:1d.7: cache line size of 256 is not supported
[    0.984453] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xc1d05800
[    1.000211] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    1.000341] hub 2-0:1.0: USB hub found
[    1.000344] hub 2-0:1.0: 8 ports detected
[    1.000409] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.000419] uhci_hcd: USB Universal Host Controller Interface driver
[    1.000432] uhci_hcd 0000:00:1a.0: Found HC with no IRQ.  Check
BIOS/PCI 0000:00:1a.0 setup!
[    1.000436] uhci_hcd 0000:00:1a.0: init 0000:00:1a.0 fail, -19
[    1.000445] uhci_hcd 0000:00:1d.0: Found HC with no IRQ.  Check
BIOS/PCI 0000:00:1d.0 setup!
[    1.000448] uhci_hcd 0000:00:1d.0: init 0000:00:1d.0 fail, -19
[    1.000482] usbcore: registered new interface driver libusual
[    1.000512] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    1.001393] i8042: No controller found
[    1.001459] mousedev: PS/2 mouse device common for all mice
[    1.001650] rtc_cmos 00:07: RTC can wake from S4
[    1.001762] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
[    1.001794] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    1.001851] device-mapper: uevent: version 1.0.3
[    1.001913] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19)
initialised: dm-devel@xxxxxxxxxx
[    1.001994] cpuidle: using governor ladder
[    1.002114] cpuidle: using governor menu
[    1.002115] EFI Variables Facility v0.08 2004-May-17
[    1.002300] TCP cubic registered
[    1.002377] NET: Registered protocol family 10
[    1.002773] NET: Registered protocol family 17
[    1.002785] Registering the dns_resolver key type
[    1.002913] PM: Hibernation image not present or could not be loaded.
[    1.002924] registered taskstats version 1
[    1.026684]   Magic number: 0:801:123
[    1.026864] rtc_cmos 00:07: setting system clock to 2012-10-22
10:06:48 UTC (1350900408)
[    1.028172] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    1.028174] EDD information not available.
[    1.279832] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.279872] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.281520] ata2.00: ATAPI: MATSHITADVD-R   UJ-898, HC10, max UDMA/100
[    1.284092] ata2.00: configured for UDMA/100
[    1.291797] usb 1-1: new high-speed USB device number 2 using ehci_hcd
[    1.334683] ata1.00: ATA-8: ST9320325ASG, 0008APM2, max UDMA/133
[    1.334689] ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    1.336996] ata1.00: configured for UDMA/133
[    1.337303] scsi 0:0:0:0: Direct-Access     ATA      ST9320325ASG
  0008 PQ: 0 ANSI: 5
[    1.337542] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks:
(320 GB/298 GiB)
[    1.337584] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.337604] sd 0:0:0:0: [sda] Write Protect is off
[    1.337607] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.337633] sd 0:0:0:0: [sda] Write cache: enabled, read cache:
enabled, doesn't support DPO or FUA
[    1.340477] scsi 1:0:0:0: CD-ROM            MATSHITA DVD-R   UJ-898
  HC10 PQ: 0 ANSI: 5
[    1.343698] sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
[    1.343703] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.343977] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    1.344119] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    1.384957]  sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8 sda9
[    1.386652] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.387924] Freeing unused kernel memory: 920k freed
[    1.388100] Write protecting the kernel read-only data: 12288k
[    1.392245] Freeing unused kernel memory: 1612k freed
[    1.395496] Freeing unused kernel memory: 1184k freed
[    1.413868] udevd[105]: starting version 175
[    1.428211] hub 1-1:1.0: USB hub found
[    1.428290] hub 1-1:1.0: 4 ports detected
[    1.433469] [drm] Initialized drm 1.1.0 20060810
[    1.442117] i915 0000:00:02.0: enabling device (0000 -> 0003)
[    1.442127] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.442132] i915 0000:00:02.0: setting latency timer to 64
[    1.461680] tg3.c:v3.121 (November 2, 2011)
[    1.461855] tg3 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.461868] tg3 0000:02:00.0: setting latency timer to 64
[    1.466543] firewire_ohci 0000:04:00.0: PCI INT A -> GSI 18 (level,
low) -> IRQ 18
[    1.466554] firewire_ohci 0000:04:00.0: setting latency timer to 64
[    1.562485] usb 2-1: new high-speed USB device number 2 using ehci_hcd
[    1.562639] firewire_ohci 0000:04:00.0: irq 42 for MSI/MSI-X
[    1.562690] firewire_ohci: Added fw-ohci device 0000:04:00.0, OHCI
v1.10, 8 IR + 8 IT contexts, quirks 0x0
[    1.562891] i915 0000:00:02.0: irq 43 for MSI/MSI-X
[    1.562896] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    1.562898] [drm] Driver supports precise vblank timestamp query.
[    1.562905] [drm:intel_detect_pch], Found Ibex Peak PCH
[    1.562908] [drm:init_vbt_defaults], Set default to SSC at 100MHz
[    1.562914] i915 0000:00:02.0: BAR 6: can't assign [??? 0x00000000
flags 0x0] (bogus alignment)
[    1.562916] [drm] failed to find VBIOS tables
[    1.562973] [drm:intel_dsm_pci_probe] *ERROR* failed to get
supported _DSM functions
[    1.562995] [drm:intel_dsm_pci_probe] *ERROR* failed to get
supported _DSM functions
[    1.563007] [drm:intel_modeset_init], 2 display pipes available.
[    1.563016] tg3 0000:02:00.0: eth0: Tigon3 [partno(BCM95764m) rev
5784100] (PCI Express) MAC address 10:9a:dd:4e:c2:a3
[    1.563019] vgaarb: device changed decodes:
PCI:0000:00:02.0,olddecodes=io+mem,decodes=none:owns=none
[    1.563024] tg3 0000:02:00.0: eth0: attached PHY is 5784
(10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[0])
[    1.563029] tg3 0000:02:00.0: eth0: RXcsums[1] LinkChgREG[0]
MIirq[0] ASF[0] TSOcap[1]
[    1.563032] tg3 0000:02:00.0: eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[    1.563349] vga_switcheroo: ddc lock
[    1.565802] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent
adapter i915 gmbus panel
[    1.565806] [drm:intel_lvds_init], No LVDS modes found, disabling.
[    1.565814] vga_switcheroo: ddc unlock
[    1.565860] [drm:intel_crt_init], pch crt adpa set to 0xf40000
[    1.568305] [drm:intel_sdvo_read_byte], i2c transfer returned -6
[    1.568309] [drm:intel_sdvo_init], No SDVO device found on SDVOB
[    1.568410] [drm:intel_dp_i2c_init], i2c_init DPDDC-B
[    1.568919] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5145003e
[    1.568922] [drm:intel_dp_i2c_aux_ch], aux_ch failed -110
[    1.569428] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5145003e
[    1.569430] [drm:intel_dp_i2c_aux_ch], aux_ch failed -110
[    1.569470] [drm:ironlake_crtc_dpms], crtc 0/0 dpms off
[    1.569476] [drm:i915_get_vblank_timestamp], crtc 0 is disabled
[    1.570119] [drm:intel_update_fbc],
[    1.570121] [drm:intel_update_fbc], no output, disabling
[    1.570124] [drm:ironlake_crtc_dpms], crtc 1/1 dpms off
[    1.570126] [drm:i915_get_vblank_timestamp], crtc 1 is disabled
[    1.570764] [drm:intel_update_fbc],
[    1.570765] [drm:intel_update_fbc], no output, disabling
[    1.570768] [drm:ironlake_init_pch_refclk], has_panel 0 has_lvds 0
has_pch_edp 0 has_cpu_edp 0 has_ck505 0
[    1.570772] [drm:ironlake_init_pch_refclk], Disabling SSC entirely
[    1.592544] [drm:i915_setup_compression], FBC base 0x8e000000, ll
base 0x00000000, size 28M
[    1.592593] [drm:drm_helper_probe_single_connector_modes],
[CONNECTOR:5:VGA-1]
[    1.592597] [drm:intel_ironlake_crt_detect_hotplug], trigger
hotplug detect cycle: adpa=0xf40000
[    1.607288] [drm:intel_ironlake_crt_detect_hotplug], ironlake
hotplug adpa=0xf40000, result 0
[    1.607296] [drm:intel_crt_detect], CRT not detected via hotplug
[    1.607301] [drm:drm_helper_probe_single_connector_modes],
[CONNECTOR:5:VGA-1] disconnected
[    1.607308] [drm:drm_helper_probe_single_connector_modes],
[CONNECTOR:9:HDMI-A-1]
[    1.609584] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent
adapter i915 gmbus dpb
[    1.609586] [drm:drm_helper_probe_single_connector_modes],
[CONNECTOR:9:HDMI-A-1] disconnected
[    1.609588] [drm:drm_helper_probe_single_connector_modes],
[CONNECTOR:12:DP-1]
[    1.610095] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5145003e
[    1.615773] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5145003e
[    1.623757] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5145003e
[    1.631235] [drm:intel_dp_detect], DPCD: 0000000000000000
[    1.631244] [drm:drm_helper_probe_single_connector_modes],
[CONNECTOR:12:DP-1] disconnected
[    1.631249] No connectors reported connected with modes
[    1.631252] [drm:drm_setup_crtcs],
[    1.631257] [drm:drm_enable_connectors], connector 5 enabled? no
[    1.631261] [drm:drm_enable_connectors], connector 9 enabled? no
[    1.631264] [drm:drm_enable_connectors], connector 12 enabled? no
[    1.631269] [drm:drm_setup_crtcs], picking CRTCs for 8192x8192 config
[    1.631274] [drm] Cannot find any crtc or sizes - going 1024x768
[    1.638050] [drm:intelfb_create], allocated 1024x768 fb:
0x00043000, bo ffff88025be0f200
[    1.638326] Console: switching to colour frame buffer device 128x48
[    1.638345] fb0: inteldrmfb frame buffer device
[    1.638346] drm: registered panic notifier
[    1.639202] fixme: max PWM is zero.
[    1.639331] acpi device:06: registered as cooling_device4
[    1.639486] input: Video Bus as
/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input4
[    1.639552] ACPI: Video Device [IGPU] (multi-head: yes  rom: no  post: no)
[    1.639589] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    1.696074] hub 2-1:1.0: USB hub found
[    1.696235] hub 2-1:1.0: 3 ports detected
[    1.715080] Refined TSC clocksource calibration: 2394.138 MHz.
[    1.715088] Switching to clocksource tsc
[    1.783130] usb 1-1.1: new full-speed USB device number 3 using ehci_hcd
[    1.877771] hub 1-1.1:1.0: USB hub found
[    1.877945] hub 1-1.1:1.0: 3 ports detected
[    1.950853] usb 1-1.2: new full-speed USB device number 4 using ehci_hcd
[    2.052787] usbcore: registered new interface driver usbhid
[    2.052790] usbhid: USB HID core driver
[    2.057521] 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/input/input5
[    2.057616] 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.062695] firewire_core: created device fw0: GUID 70cd60fffe0c17de, S800
[    2.062711] firewire_core: phy config: card 0, new root=ffc0, gap_count=63
[    2.138399] usb 1-1.3: new high-speed USB device number 5 using ehci_hcd
[    2.238544] Initializing USB Mass Storage driver...
[    2.238583] usbcore: registered new interface driver uas
[    2.238748] scsi4 : usb-storage 1-1.3:1.0
[    2.238823] usbcore: registered new interface driver usb-storage
[    2.238825] USB Mass Storage support registered.
[    2.322238] usb 2-1.1: new high-speed USB device number 3 using ehci_hcd
[    2.509961] usb 2-1.2: new low-speed USB device number 4 using ehci_hcd
[    2.562800] apple 0003:05AC:0237.0002: hidraw1: USB HID v1.11
Device [Apple Inc. Apple Internal Keyboard / Trackpad] on
usb-0000:00:1a.7-1.2/input1
[    2.629506] apple 0003:05AC:8242.0003: hiddev0,hidraw2: USB HID
v1.11 Device [Apple Computer, Inc. IR Receiver] on
usb-0000:00:1d.7-1.2/input0
[    2.701608] usb 1-1.1.1: new full-speed USB device number 6 using ehci_hcd
[    2.799160] 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/input/input6
[    2.799296] generic-usb 0003:05AC:820A.0004: input,hidraw3: USB HID
v1.11 Keyboard [HID 05ac:820a] on usb-0000:00:1a.7-1.1.1/input0
[    2.869300] usb 1-1.1.2: new full-speed USB device number 7 using ehci_hcd
[    2.895682] [drm:drm_crtc_helper_set_config],
[    2.895684] [drm:drm_crtc_helper_set_config], [CRTC:3] [NOFB]
[    2.895699] [drm:drm_crtc_helper_set_config],
[    2.895701] [drm:drm_crtc_helper_set_config], [CRTC:4] [NOFB]
[    2.895718] [drm:drm_crtc_helper_set_config],
[    2.895719] [drm:drm_crtc_helper_set_config], [CRTC:3] [NOFB]
[    2.895729] [drm:drm_crtc_helper_set_config],
[    2.895731] [drm:drm_crtc_helper_set_config], [CRTC:4] [NOFB]
[    2.895793] [drm:drm_mode_getresources], CRTC[2] CONNECTORS[3] ENCODERS[3]
[    2.895796] [drm:drm_mode_getresources], CRTC[2] CONNECTORS[3] ENCODERS[3]
[    2.895802] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[    2.895806] [drm:drm_helper_probe_single_connector_modes],
[CONNECTOR:5:VGA-1]
[    2.895810] [drm:intel_ironlake_crt_detect_hotplug], ironlake
hotplug adpa=0xf40000, result 0
[    2.895812] [drm:intel_crt_detect], CRT not detected via hotplug
[    2.895814] [drm:drm_helper_probe_single_connector_modes],
[CONNECTOR:5:VGA-1] disconnected
[    2.895818] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[    2.895819] [drm:drm_helper_probe_single_connector_modes],
[CONNECTOR:5:VGA-1]
[    2.895822] [drm:intel_ironlake_crt_detect_hotplug], ironlake
hotplug adpa=0xf40000, result 0
[    2.895824] [drm:intel_crt_detect], CRT not detected via hotplug
[    2.895826] [drm:drm_helper_probe_single_connector_modes],
[CONNECTOR:5:VGA-1] disconnected
[    2.895830] [drm:drm_mode_getconnector], [CONNECTOR:9:?]
[    2.895832] [drm:drm_helper_probe_single_connector_modes],
[CONNECTOR:9:HDMI-A-1]
[    2.898104] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent
adapter i915 gmbus dpb
[    2.898107] [drm:drm_helper_probe_single_connector_modes],
[CONNECTOR:9:HDMI-A-1] disconnected
[    2.898109] [drm:drm_mode_getconnector], [CONNECTOR:9:?]
[    2.898111] [drm:drm_helper_probe_single_connector_modes],
[CONNECTOR:9:HDMI-A-1]
[    2.900372] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent
adapter i915 gmbus dpb
[    2.900374] [drm:drm_helper_probe_single_connector_modes],
[CONNECTOR:9:HDMI-A-1] disconnected
[    2.900377] [drm:drm_mode_getconnector], [CONNECTOR:12:?]
[    2.900379] [drm:drm_helper_probe_single_connector_modes],
[CONNECTOR:12:DP-1]
[    2.900886] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5145003e
[    2.905557] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5145003e
[    2.913575] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5145003e
[    2.921059] [drm:intel_dp_detect], DPCD: 0000000000000000
[    2.921067] [drm:drm_helper_probe_single_connector_modes],
[CONNECTOR:12:DP-1] disconnected
[    2.921075] [drm:drm_mode_getconnector], [CONNECTOR:12:?]
[    2.921079] [drm:drm_helper_probe_single_connector_modes],
[CONNECTOR:12:DP-1]
[    2.921588] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5145003e
[    2.929549] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5145003e
[    2.937536] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5145003e
[    2.945024] [drm:intel_dp_detect], DPCD: 0000000000000000
[    2.945033] [drm:drm_helper_probe_single_connector_modes],
[CONNECTOR:12:DP-1] disconnected
[    2.945085] [drm:drm_crtc_helper_set_config],
[    2.945089] [drm:drm_crtc_helper_set_config], [CRTC:3] [NOFB]
[    2.945102] [drm:drm_crtc_helper_set_config],
[    2.945104] [drm:drm_crtc_helper_set_config], [CRTC:4] [NOFB]
[    2.966278] 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/input/input7
[    2.966774] generic-usb 0003:05AC:820B.0005: input,hidraw4: USB HID
v1.11 Mouse [HID 05ac:820b] on usb-0000:00:1a.7-1.1.2/input0
[    3.037029] usb 1-1.1.3: new full-speed USB device number 8 using ehci_hcd
[    3.163173] EXT4-fs (sda5): mounted filesystem with ordered data
mode. Opts: (null)
[    3.238910] scsi 4:0:0:0: Direct-Access     APPLE    SD Card Reader
  1.00 PQ: 0 ANSI: 0
[    3.239881] sd 4:0:0:0: Attached scsi generic sg2 type 0
[    3.241467] sd 4:0:0:0: [sdb] Attached SCSI removable disk
[    6.388610] ADDRCONF(NETDEV_UP): eth0: link is not ready
[    6.604428] Adding 11718744k swap on /dev/sda7.  Priority:-1
extents:1 across:11718744k
[    6.631275] udevd[528]: starting version 175
[    6.937073] Adding 976556k swap on /dev/sda8.  Priority:-2
extents:1 across:976556k
[    7.601726] lp: driver loaded but no devices found
[    7.747383] lib80211: common routines for IEEE802.11 drivers
[    7.747386] lib80211_crypt: registered algorithm 'NULL'
[    8.151827] apple_gmux: Found gmux version 1.9.33
[    8.151883] apple_gmux: Found acpi handle for pnp device 00:09: GMUX
[    8.203288] wl: module license 'MIXED/Proprietary' taints kernel.
[    8.203294] Disabling lock debugging due to kernel taint
[    8.206920] wl 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    8.206929] wl 0000:03:00.0: setting latency timer to 64
[    8.227211] intel ips 0000:00:1f.6: CPU TDP doesn't match expected
value (found 25, expected 29)
[    8.229052] intel ips 0000:00:1f.6: request irq failed, aborting
[    8.229064] intel ips: probe of 0000:00:1f.6 failed with error -16
[    8.505567] lib80211_crypt: registered algorithm 'TKIP'
[    8.592418] eth1: Broadcom BCM4353 802.11 Hybrid Wireless
Controller 5.100.82.38
[    8.623499] input: bcm5974 as
/devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.2/1-1.2:1.2/input/input8
[    8.625095] usbcore: registered new interface driver bcm5974
[    8.683771] applesmc: key=358 fan=2 temp=18 acc=1 lux=2 kbd=1
[    8.715268] input: applesmc as /devices/platform/applesmc.768/input/input9
[    8.716826] Registered led device: smc::kbd_backlight
[    8.773440] Bluetooth: Core ver 2.16
[    8.774342] NET: Registered protocol family 31
[    8.774345] Bluetooth: HCI device and connection manager initialized
[    8.774348] Bluetooth: HCI socket layer initialized
[    8.774351] Bluetooth: L2CAP socket layer initialized
[    8.774358] Bluetooth: SCO socket layer initialized
[    8.803556] Bluetooth: Generic Bluetooth USB driver ver 0.6
[    8.804748] usbcore: registered new interface driver btusb
[    8.895604] usb 1-1.1.1: USB disconnect, device number 6
[    8.925549] Linux video capture interface: v2.00
[    8.961813] uvcvideo: Found UVC 1.00 device Built-in iSight (05ac:8507)
[    8.968490] input: Built-in iSight as
/devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.1/2-1.1:1.0/input/input10
[    8.985802] usbcore: registered new interface driver uvcvideo
[    8.985805] USB Video Class driver (1.1.1)
[    9.024802] type=1400 audit(1350900416.505:2): apparmor="STATUS"
operation="profile_load" name="/sbin/dhclient" pid=782
comm="apparmor_parser"
[    9.024877] type=1400 audit(1350900416.505:3): apparmor="STATUS"
operation="profile_load"
name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=782
comm="apparmor_parser"
[    9.024958] type=1400 audit(1350900416.505:4): apparmor="STATUS"
operation="profile_load"
name="/usr/lib/connman/scripts/dhclient-script" pid=782
comm="apparmor_parser"
[    9.147065] usb 1-1.1.2: USB disconnect, device number 7
[    9.149371] type=1400 audit(1350900416.629:5): apparmor="STATUS"
operation="profile_replace" name="/sbin/dhclient" pid=696
comm="apparmor_parser"
[    9.149429] type=1400 audit(1350900416.629:6): apparmor="STATUS"
operation="profile_replace"
name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=696
comm="apparmor_parser"
[    9.149479] type=1400 audit(1350900416.629:7): apparmor="STATUS"
operation="profile_replace"
name="/usr/lib/connman/scripts/dhclient-script" pid=696
comm="apparmor_parser"
[    9.158283] type=1400 audit(1350900416.637:8): apparmor="STATUS"
operation="profile_replace" name="/sbin/dhclient" pid=776
comm="apparmor_parser"
[    9.158337] type=1400 audit(1350900416.637:9): apparmor="STATUS"
operation="profile_replace"
name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=776
comm="apparmor_parser"
[    9.158383] type=1400 audit(1350900416.637:10): apparmor="STATUS"
operation="profile_replace"
name="/usr/lib/connman/scripts/dhclient-script" pid=776
comm="apparmor_parser"
[   10.089150] snd_hda_intel 0000:00:1b.0: PCI INT A -> GSI 22 (level,
low) -> IRQ 22
[   10.089211] snd_hda_intel 0000:00:1b.0: irq 44 for MSI/MSI-X
[   10.089239] snd_hda_intel 0000:00:1b.0: setting latency timer to 64
[   10.177141] input: HDA Intel SPDIF In as
/devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[   10.177243] input: HDA Intel Line as
/devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[   10.177322] input: HDA Intel Headphone as
/devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[   10.177628] snd_hda_intel 0000:01:00.1: PCI INT A -> GSI 16 (level,
low) -> IRQ 16
[   10.177631] hda_intel: Disabling MSI
[   10.177685] snd_hda_intel 0000:01:00.1: setting latency timer to 64
[   11.155367] HDMI status: Codec=0 Pin=5 Presence_Detect=0 ELD_Valid=0
[   11.179326] HDMI status: Codec=1 Pin=5 Presence_Detect=0 ELD_Valid=0
[   11.203251] HDMI status: Codec=2 Pin=5 Presence_Detect=0 ELD_Valid=0
[   11.227194] HDMI status: Codec=3 Pin=5 Presence_Detect=0 ELD_Valid=0
[   11.227360] input: HDA NVidia HDMI/DP,pcm=9 as
/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input14
[   11.227452] input: HDA NVidia HDMI/DP,pcm=8 as
/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input15
[   11.227520] input: HDA NVidia HDMI/DP,pcm=7 as
/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input16
[   11.227597] input: HDA NVidia HDMI/DP,pcm=3 as
/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input17
[   11.626544] [drm:intel_ironlake_crt_detect_hotplug], ironlake
hotplug adpa=0xf40000, result 0
[   11.626553] [drm:intel_crt_detect], CRT not detected via hotplug
[   11.626559] [drm:output_poll_execute], [CONNECTOR:5:VGA-1] status
updated from 2 to 2
[   11.628883] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent
adapter i915 gmbus dpb
[   11.628885] [drm:output_poll_execute], [CONNECTOR:9:HDMI-A-1]
status updated from 2 to 2
[   11.629393] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5145003e
[   11.635026] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5145003e
[   11.643018] [drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x5145003e
[   11.650517] [drm:intel_dp_detect], DPCD: 0000000000000000
[   11.650525] [drm:output_poll_execute], [CONNECTOR:12:DP-1] status
updated from 2 to 2
[   12.048060] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro
[   12.792192] EXT4-fs (sda9): mounted filesystem with ordered data
mode. Opts: (null)
[   13.238130] init: failsafe main process (957) killed by TERM signal
[   13.937853] ppdev: user-space parallel port driver
[   14.573619] Bluetooth: RFCOMM TTY layer initialized
[   14.573626] Bluetooth: RFCOMM socket layer initialized
[   14.573628] Bluetooth: RFCOMM ver 1.11
[   14.602783] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   14.602787] Bluetooth: BNEP filters: protocol multicast
[   14.970866] type=1400 audit(1350900422.461:11): apparmor="STATUS"
operation="profile_load" name="/usr/sbin/tcpdump" pid=1051
comm="apparmor_parser"
[   14.983396] type=1400 audit(1350900422.473:12): apparmor="STATUS"
operation="profile_replace" name="/sbin/dhclient" pid=1047
comm="apparmor_parser"
[   14.983553] type=1400 audit(1350900422.473:13): apparmor="STATUS"
operation="profile_replace"
name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1047
comm="apparmor_parser"
[   14.983649] type=1400 audit(1350900422.473:14): apparmor="STATUS"
operation="profile_replace"
name="/usr/lib/connman/scripts/dhclient-script" pid=1047
comm="apparmor_parser"
[   14.995973] type=1400 audit(1350900422.485:15): apparmor="STATUS"
operation="profile_load" name="/usr/sbin/mysqld-akonadi" pid=1049
comm="apparmor_parser"
[   14.996282] type=1400 audit(1350900422.485:16): apparmor="STATUS"
operation="profile_load"
name="/usr/sbin/mysqld-akonadi///usr/sbin/mysqld" pid=1049
comm="apparmor_parser"
[   15.006955] type=1400 audit(1350900422.497:17): apparmor="STATUS"
operation="profile_load" name="/usr/lib/cups/backend/cups-pdf"
pid=1037 comm="apparmor_parser"
[   15.007170] type=1400 audit(1350900422.497:18): apparmor="STATUS"
operation="profile_load" name="/usr/sbin/cupsd" pid=1037
comm="apparmor_parser"
[   15.101306] type=1400 audit(1350900422.593:19): apparmor="STATUS"
operation="profile_replace" name="/usr/lib/cups/backend/cups-pdf"
pid=1048 comm="apparmor_parser"
[   15.133678] type=1400 audit(1350900422.625:20): apparmor="STATUS"
operation="profile_replace" name="/usr/sbin/cupsd" pid=1048
comm="apparmor_parser"
[   16.214022] tg3 0000:02:00.0: irq 45 for MSI/MSI-X
[   16.980767] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   16.981733] ADDRCONF(NETDEV_UP): eth0: link is not ready


Finally
=====
So that's it. I work with my Debian Unstable in another partition and
when booting into  Kubuntu 12.04 3.2.0-18-mbp with special parametres
I have SSH access. So... Any idea? Any command to debug what's
happening?

Thank you very much!

adrian15
--
Support free software. Donate to Super Grub Disk. Apoya el software
libre. Dona a Super Grub Disk.
http://www.supergrubdisk.org/index.php?pid=10


Follow ups