You are not logged in.

#1 2013-02-22 14:32:31

anthillsocial
Member
Registered: 2013-02-18
Posts: 129

Problem installing nvidia drivers on 2007 macbook 3,1

Hi All,
My first post so be gentle:) I'm new to Arch and have slowly been installing/learning it as a dual boot on my 2007 Macbook 3,1. I've been reading the arch wiki and lots of different examples onine but I'm completly stuck and cant seem to get startx running. In which case, I would really appreciate some help!

I'm using:
- rEFInd
- Grub 2
- kernal parameter: nomodeset
- nvidia-all (installed with yaourt)
- nvidia-xconfig (to generate the /dev/X11/xorg.conf file):

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 313.18  (buildmeister@swio-display-x86-rhel47-11)  Wed Jan  9 16:22:33 PST 2013

# **********************************************************************
# Modules section. This allows modules to be specified
# **********************************************************************
# ******************************
# Files section
# ******************************
# ******************************
# Server flags section
# ******************************
# ******************************
# Core keyboard's InputDevice section
# ******************************
# ******************************
# Core Pointer's InputDevice section
# ******************************
# ******************************
# Monitor section
# ******************************
# ******************************
# Graphics device section
# ******************************
# ******************************
# Screen sections
# ******************************
# ******************************
# ServerLayout sections.
# ******************************
# ******************************
# DRI extension options section
# ******************************

Section "ServerLayout"
    Identifier     "Xorg Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "USB Mouse" "CorePointer"
    InputDevice    "Touchpad" "SendCoreEvents"
EndSection

Section "Files"
    ModulePath      "/usr/lib/xorg/modules"
    FontPath        "/usr/share/fonts/misc"
    FontPath        "/usr/share/fonts/75dpi"
    FontPath        "/usr/share/fonts/100dpi"
EndSection

Section "Module"
    Load           "ddc"  # ddc probing of monitor
    Load           "dbe"
    Load           "extmod"
    Load           "glx"
    Load           "bitmap" # bitmap-fonts
    Load           "type1"
    Load           "freetype"
    Load           "record"
    Load           "synaptics"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "keyboard"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "se"
EndSection

Section "InputDevice"
    Identifier     "USB Mouse"
    Driver         "mouse"
    Option         "Device" "/dev/input/mice"
    Option         "SendCoreEvents" "true"
    Option         "Protocol" "IMPS/2"
    Option         "ZAxisMapping" "4 5"
    Option         "Buttons" "5"
EndSection

Section "InputDevice"
    Identifier     "Touchpad"
    Driver         "synaptics"
    Option         "Device" "/dev/input/mouse0"
    Option         "Protocol" "auto-dev"
    Option         "LeftEdge" "1700"
    Option         "RightEdge" "5300"
    Option         "TopEdge" "1700"
    Option         "BottomEdge" "4200"
    Option         "FingerLow" "25"
    Option         "FingerHigh" "30"
    Option         "MaxTapTime" "180"
    Option         "MaxTapMove" "220"
    Option         "VertScrollDelta" "100"
    Option         "MinSpeed" "0.06"
    Option         "MaxSpeed" "0.12"
    Option         "AccelFactor" "0.0010"
    Option         "SHMConfig" "on"
EndSection

Section "Monitor"
    Identifier     "Dell Inspiron 1520 WXGA+ LCD"
    Option         "DPMS" "true"
EndSection

Section "Device"
    Identifier     "NVIDIA GeForce 8600M GT"
    Driver         "nvidia"
    VendorName     "NVIDIA"
    BoardName      "8600M GT"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "NVIDIA GeForce 8600M GT"
    Monitor        "Dell Inspiron 1520 WXGA+ LCD"
    DefaultDepth    24
    Option         "NoLogo" "true"
    Option         "AllowGLXWithComposite" "true"
    Option         "Coolbits" "1"
    Option         "Triplebuffer" "true"
    Option         "OnDemandVBlankInterrupts" "true"
    SubSection     "Display"
        Depth       24
        Modes      "1440x900" "1280x800" "1280x768" "1280x720" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       32
        Modes      "1440x900" "1280x800" "1280x768" "1280x720" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Enable"
EndSection

- lspci | grep VGA :

NVIDIA Corporation G84 [GeForce 8600M GT] (rev a1)

- /var/log/Xorg.0.log

[   960.394] 
X.Org X Server 1.13.2
Release Date: 2013-01-24
[   960.397] X Protocol Version 11, Revision 0
[   960.399] Build Operating System: Linux 3.7.4-1-ARCH x86_64 
[   960.400] Current Operating System: Linux localhost 3.7.9-1-ARCH #1 SMP PREEMPT Mon Feb 18 02:13:30 EET 2013 x86_64
[   960.400] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=f223ef2a-535f-48e6-ac90-3c535fb25b25 ro quiet nomodeset vmalloc=256MB pci=biosirq
[   960.403] Build Date: 25 January 2013  09:33:50AM
[   960.404]  
[   960.405] Current version of pixman: 0.28.2
[   960.408] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   960.408] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   960.413] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Feb 22 14:14:09 2013
[   960.414] (==) Using config file: "/etc/X11/xorg.conf"
[   960.415] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   960.416] (==) ServerLayout "Xorg Configured"
[   960.416] (**) |-->Screen "Screen0" (0)
[   960.416] (**) |   |-->Monitor "Dell Inspiron 1520 WXGA+ LCD"
[   960.416] (**) |   |-->Device "NVIDIA GeForce 8600M GT"
[   960.416] (**) |-->Input Device "Keyboard0"
[   960.416] (**) |-->Input Device "USB Mouse"
[   960.416] (**) |-->Input Device "Touchpad"
[   960.416] (==) Automatically adding devices
[   960.416] (==) Automatically enabling devices
[   960.416] (==) Automatically adding GPU devices
[   960.416] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF/".
[   960.416] 	Entry deleted from font path.
[   960.416] 	(Run 'mkfontdir' on "/usr/share/fonts/OTF/").
[   960.416] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/Type1/".
[   960.416] 	Entry deleted from font path.
[   960.416] 	(Run 'mkfontdir' on "/usr/share/fonts/Type1/").
[   960.416] (**) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/75dpi,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[   960.416] (**) ModulePath set to "/usr/lib/xorg/modules"
[   960.416] (**) Extension "Composite" is enabled
[   960.416] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[   960.416] (WW) Disabling Keyboard0
[   960.416] (WW) Disabling USB Mouse
[   960.416] (II) Loader magic: 0x7fcc40
[   960.416] (II) Module ABI versions:
[   960.416] 	X.Org ANSI C Emulation: 0.4
[   960.416] 	X.Org Video Driver: 13.1
[   960.416] 	X.Org XInput driver : 18.0
[   960.416] 	X.Org Server Extension : 7.0
[   960.418] (--) PCI:*(0:1:0:0) 10de:0407:106b:00a0 rev 161, Mem @ 0x92000000/16777216, 0x80000000/268435456, 0x90000000/33554432, I/O @ 0x00005000/128, BIOS @ 0x????????/131072
[   960.418] (II) Open ACPI successful (/var/run/acpid.socket)
[   960.419] Initializing built-in extension Generic Event Extension
[   960.420] Initializing built-in extension SHAPE
[   960.421] Initializing built-in extension MIT-SHM
[   960.423] Initializing built-in extension XInputExtension
[   960.424] Initializing built-in extension XTEST
[   960.425] Initializing built-in extension BIG-REQUESTS
[   960.426] Initializing built-in extension SYNC
[   960.428] Initializing built-in extension XKEYBOARD
[   960.429] Initializing built-in extension XC-MISC
[   960.430] Initializing built-in extension SECURITY
[   960.431] Initializing built-in extension XINERAMA
[   960.432] Initializing built-in extension XFIXES
[   960.434] Initializing built-in extension RENDER
[   960.435] Initializing built-in extension RANDR
[   960.436] Initializing built-in extension COMPOSITE
[   960.437] Initializing built-in extension DAMAGE
[   960.439] Initializing built-in extension MIT-SCREEN-SAVER
[   960.440] Initializing built-in extension DOUBLE-BUFFER
[   960.441] Initializing built-in extension RECORD
[   960.442] Initializing built-in extension DPMS
[   960.443] Initializing built-in extension X-Resource
[   960.445] Initializing built-in extension XVideo
[   960.446] Initializing built-in extension XVideo-MotionCompensation
[   960.447] Initializing built-in extension XFree86-VidModeExtension
[   960.448] Initializing built-in extension XFree86-DGA
[   960.449] Initializing built-in extension XFree86-DRI
[   960.451] Initializing built-in extension DRI2
[   960.451] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[   960.451] (II) LoadModule: "ddc"
[   960.451] (II) Module "ddc" already built-in
[   960.451] (II) LoadModule: "dbe"
[   960.451] (II) Module "dbe" already built-in
[   960.451] (II) LoadModule: "extmod"
[   960.451] (II) Module "extmod" already built-in
[   960.451] (II) LoadModule: "glx"
[   960.451] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   960.466] (II) Module glx: vendor="NVIDIA Corporation"
[   960.466] 	compiled for 4.0.2, module version = 1.0.0
[   960.466] 	Module class: X.Org Server Extension
[   960.466] (II) NVIDIA GLX Module  313.18  Wed Jan  9 15:34:35 PST 2013
[   960.467] Loading extension GLX
[   960.467] (II) LoadModule: "record"
[   960.468] (II) Module "record" already built-in
[   960.468] (II) LoadModule: "synaptics"
[   960.468] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[   960.468] (II) Module synaptics: vendor="X.Org Foundation"
[   960.468] 	compiled for 1.13.2, module version = 1.6.3
[   960.468] 	Module class: X.Org XInput Driver
[   960.468] 	ABI class: X.Org XInput driver, version 18.0
[   960.468] (II) LoadModule: "nvidia"
[   960.468] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   960.468] (II) Module nvidia: vendor="NVIDIA Corporation"
[   960.468] 	compiled for 4.0.2, module version = 1.0.0
[   960.468] 	Module class: X.Org Video Driver
[   960.468] (II) LoadModule: "synaptics"
[   960.469] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[   960.469] (II) Module synaptics: vendor="X.Org Foundation"
[   960.469] 	compiled for 1.13.2, module version = 1.6.3
[   960.469] 	Module class: X.Org XInput Driver
[   960.469] 	ABI class: X.Org XInput driver, version 18.0
[   960.469] (II) NVIDIA dlloader X Driver  313.18  Wed Jan  9 15:15:26 PST 2013
[   960.469] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   960.469] (++) using VT number 1

[   960.469] (II) Loading sub module "wfb"
[   960.469] (II) LoadModule: "wfb"
[   960.469] (II) Loading /usr/lib/xorg/modules/libwfb.so
[   960.469] (II) Module wfb: vendor="X.Org Foundation"
[   960.469] 	compiled for 1.13.2, module version = 1.0.0
[   960.469] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   960.469] (II) Loading sub module "ramdac"
[   960.469] (II) LoadModule: "ramdac"
[   960.469] (II) Module "ramdac" already built-in
[   960.469] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[   960.469] (==) NVIDIA(0): RGB weight 888
[   960.469] (==) NVIDIA(0): Default visual is TrueColor
[   960.469] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[   960.469] (**) NVIDIA(0): Option "NoLogo" "true"
[   960.469] (**) NVIDIA(0): Option "AllowGLXWithComposite" "true"
[   960.469] (**) NVIDIA(0): Option "TripleBuffer" "true"
[   960.469] (**) NVIDIA(0): Option "Coolbits" "1"
[   960.469] (**) NVIDIA(0): Option "OnDemandVBlankInterrupts" "true"
[   960.469] (**) NVIDIA(0): Enabling 2D acceleration
[   960.474] (EE) NVIDIA(0): Failed to initialize the NVIDIA GPU at PCI:1:0:0.  Please
[   960.474] (EE) NVIDIA(0):     check your system's kernel log for additional error
[   960.474] (EE) NVIDIA(0):     messages and refer to Chapter 8: Common Problems in the
[   960.474] (EE) NVIDIA(0):     README for additional information.
[   960.474] (EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device!
[   960.474] (EE) NVIDIA(0): Failing initialization of X screen 0
[   960.474] (II) UnloadModule: "nvidia"
[   960.474] (II) UnloadSubModule: "wfb"
[   960.474] (EE) Screen(s) found, but none have a usable configuration.
[   960.474] 
Fatal server error:
[   960.474] no screens found
[   960.474] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[   960.474] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[   960.474] (EE) 
[   960.478] Server terminated with error (1). Closing log file.

- "dmesg | grep nvidia" output:

[    4.750694] nvidia: module license 'NVIDIA' taints kernel.
[    4.767371] nvidia 0000:01:00.0: enabling device (0002 -> 0003)

Offline

#2 2013-02-22 15:03:34

s1ln7m4s7r
Member
Registered: 2013-02-22
Posts: 262

Re: Problem installing nvidia drivers on 2007 macbook 3,1

Do you know that newer X.org servers need almost no configuration whatsoever because of evdev, and you should always install official packages from arch repositories and only install from AUR if you have no other choice.

check https://wiki.archlinux.org/index.php/Nvidia#Installing

Offline

#3 2013-02-22 15:08:01

anthillsocial
Member
Registered: 2013-02-18
Posts: 129

Re: Problem installing nvidia drivers on 2007 macbook 3,1

RE: Do you know that newer X.org servers need almost no configuration whatsoever because of evdev.
No I didn't, that really helpful. Does that mean I can just delete xorg.config?

RE: And you should always install official packages from arch repositories and only install from AUR if you have no other choice.
I tried all the other suggested packages and they also gave me the same results so I attempted nvidia-all thinking it might solve things. In which case, I will just revert back to trying the standard nvidia packages to see if that gets me any further.

Thanks!

Offline

#4 2013-02-22 15:13:19

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: Problem installing nvidia drivers on 2007 macbook 3,1

"dmesg | grep nvidia" wasn't a smart thing to do, it's not a given that all error messages will have "nvidia" in them. Check the full dmesg output.

And yeah, delete xorg.conf, you don't need it on Arch (on other distros you need a small one, containing a simple Device section, because only Arch patches X to include the nvidia driver in the autodetection routine).

Offline

#5 2013-02-22 15:21:32

s1ln7m4s7r
Member
Registered: 2013-02-22
Posts: 262

Re: Problem installing nvidia drivers on 2007 macbook 3,1

Let me see if i can be of any help to you.

first you need to know if you've installed nouveau drivers. If so, you need to uninstall them because they conflict with nvidia closed-source drivers.

then

For GeForce 8 series and newer [NVC0 and newer] cards, install nvidia package, available in the official repositories.

remember that

Note: For Arch x86_64 you must also install the equivalent lib32 package (e.g. lib32-nvidia-utils, lib32-nvidia-304xx-utils or lib32-nvidia-utils-beta).

then run nvidia-xconfig  If there are instances of DRI, ensure they are commented out: "# Load "dri""

NOTE: It seems at least that there is no need for nomodeset or anything, so remove extra configurations from your bootloader conf file. And if you have modified your mkinitcpio.conf you can safely remove any nvidia related parameters, because evdev will autodetect nvidia.

Offline

#6 2013-02-22 15:43:36

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: Problem installing nvidia drivers on 2007 macbook 3,1

Two things: One, you don't need to run nvidia-xconfig, in fact you shouldn't, it's outdated. And two, evdev is for input devices, it has nothing to do with graphics. The only reason X will load the nvidia driver automatically is because Arch has a patched X, as I explained above.

Beyond that... some people might put nouveau into the initramfs. If you do that, and then want to switch to the nvidia driver, you need to create a new initramfs that does not contain nouveau.

Offline

#7 2013-02-22 16:34:33

anthillsocial
Member
Registered: 2013-02-18
Posts: 129

Re: Problem installing nvidia drivers on 2007 macbook 3,1

OK. I:
- uninstalled nvidia -all
- removed xorg.config
- removed nouveau
- uninstalled then re-installed: xorg-server xorg-xinit xorg-server-utils
- was unable to to remove "nomodeset" as a kernal parameter as otherwise arch doesn't boot, it just hangs on a blank screen.
- rebooted.
- tried startx and still no joy:

Xorg.0.log

[   101.723] 
X.Org X Server 1.13.2
Release Date: 2013-01-24
[   101.723] X Protocol Version 11, Revision 0
[   101.723] Build Operating System: Linux 3.7.4-1-ARCH x86_64 
[   101.724] Current Operating System: Linux localhost 3.7.9-1-ARCH #1 SMP PREEMPT Mon Feb 18 02:13:30 EET 2013 x86_64
[   101.724] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=f223ef2a-535f-48e6-ac90-3c535fb25b25 ro quiet nomodeset
[   101.724] Build Date: 25 January 2013  09:33:50AM
[   101.724]  
[   101.724] Current version of pixman: 0.28.2
[   101.724] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   101.725] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   101.725] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Feb 22 16:25:13 2013
[   101.749] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   101.763] (==) No Layout section.  Using the first Screen section.
[   101.763] (==) No screen section available. Using defaults.
[   101.763] (**) |-->Screen "Default Screen Section" (0)
[   101.763] (**) |   |-->Monitor "<default monitor>"
[   101.764] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   101.764] (==) Automatically adding devices
[   101.764] (==) Automatically enabling devices
[   101.764] (==) Automatically adding GPU devices
[   101.822] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF/".
[   101.822] 	Entry deleted from font path.
[   101.822] 	(Run 'mkfontdir' on "/usr/share/fonts/OTF/").
[   101.822] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/Type1/".
[   101.822] 	Entry deleted from font path.
[   101.822] 	(Run 'mkfontdir' on "/usr/share/fonts/Type1/").
[   101.823] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[   101.823] (==) ModulePath set to "/usr/lib/xorg/modules"
[   101.823] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   101.823] (II) Loader magic: 0x7fcc40
[   101.823] (II) Module ABI versions:
[   101.823] 	X.Org ANSI C Emulation: 0.4
[   101.823] 	X.Org Video Driver: 13.1
[   101.823] 	X.Org XInput driver : 18.0
[   101.823] 	X.Org Server Extension : 7.0
[   101.825] (--) PCI:*(0:1:0:0) 10de:0407:106b:00a0 rev 161, Mem @ 0x92000000/16777216, 0x80000000/268435456, 0x90000000/33554432, I/O @ 0x00005000/128, BIOS @ 0x????????/131072
[   101.825] (II) Open ACPI successful (/var/run/acpid.socket)
[   101.826] Initializing built-in extension Generic Event Extension
[   101.826] Initializing built-in extension SHAPE
[   101.826] Initializing built-in extension MIT-SHM
[   101.826] Initializing built-in extension XInputExtension
[   101.826] Initializing built-in extension XTEST
[   101.826] Initializing built-in extension BIG-REQUESTS
[   101.826] Initializing built-in extension SYNC
[   101.826] Initializing built-in extension XKEYBOARD
[   101.826] Initializing built-in extension XC-MISC
[   101.827] Initializing built-in extension SECURITY
[   101.827] Initializing built-in extension XINERAMA
[   101.827] Initializing built-in extension XFIXES
[   101.827] Initializing built-in extension RENDER
[   101.827] Initializing built-in extension RANDR
[   101.827] Initializing built-in extension COMPOSITE
[   101.827] Initializing built-in extension DAMAGE
[   101.827] Initializing built-in extension MIT-SCREEN-SAVER
[   101.827] Initializing built-in extension DOUBLE-BUFFER
[   101.827] Initializing built-in extension RECORD
[   101.827] Initializing built-in extension DPMS
[   101.827] Initializing built-in extension X-Resource
[   101.827] Initializing built-in extension XVideo
[   101.827] Initializing built-in extension XVideo-MotionCompensation
[   101.827] Initializing built-in extension XFree86-VidModeExtension
[   101.828] Initializing built-in extension XFree86-DGA
[   101.828] Initializing built-in extension XFree86-DRI
[   101.828] Initializing built-in extension DRI2
[   101.828] (II) LoadModule: "glx"
[   101.862] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   102.596] (II) Module glx: vendor="NVIDIA Corporation"
[   102.596] 	compiled for 4.0.2, module version = 1.0.0
[   102.596] 	Module class: X.Org Server Extension
[   102.596] (II) NVIDIA GLX Module  313.18  Wed Jan  9 15:34:35 PST 2013
[   102.608] Loading extension GLX
[   102.608] (==) Matched nouveau as autoconfigured driver 0
[   102.608] (==) Matched nvidia as autoconfigured driver 1
[   102.608] (==) Matched nv as autoconfigured driver 2
[   102.608] (==) Matched vesa as autoconfigured driver 3
[   102.608] (==) Matched modesetting as autoconfigured driver 4
[   102.609] (==) Matched fbdev as autoconfigured driver 5
[   102.609] (==) Assigned the driver to the xf86ConfigLayout
[   102.609] (II) LoadModule: "nouveau"
[   102.620] (WW) Warning, couldn't open module nouveau
[   102.620] (II) UnloadModule: "nouveau"
[   102.620] (II) Unloading nouveau
[   102.620] (EE) Failed to load module "nouveau" (module does not exist, 0)
[   102.620] (II) LoadModule: "nvidia"
[   102.620] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   102.697] (II) Module nvidia: vendor="NVIDIA Corporation"
[   102.698] 	compiled for 4.0.2, module version = 1.0.0
[   102.698] 	Module class: X.Org Video Driver
[   102.716] (II) LoadModule: "nv"
[   102.717] (WW) Warning, couldn't open module nv
[   102.717] (II) UnloadModule: "nv"
[   102.717] (II) Unloading nv
[   102.717] (EE) Failed to load module "nv" (module does not exist, 0)
[   102.717] (II) LoadModule: "vesa"
[   102.717] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[   102.726] (II) Module vesa: vendor="X.Org Foundation"
[   102.726] 	compiled for 1.13.0, module version = 2.3.2
[   102.727] 	Module class: X.Org Video Driver
[   102.727] 	ABI class: X.Org Video Driver, version 13.0
[   102.727] (II) LoadModule: "modesetting"
[   102.727] (WW) Warning, couldn't open module modesetting
[   102.727] (II) UnloadModule: "modesetting"
[   102.727] (II) Unloading modesetting
[   102.727] (EE) Failed to load module "modesetting" (module does not exist, 0)
[   102.727] (II) LoadModule: "fbdev"
[   102.728] (WW) Warning, couldn't open module fbdev
[   102.728] (II) UnloadModule: "fbdev"
[   102.728] (II) Unloading fbdev
[   102.728] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   102.728] (II) NVIDIA dlloader X Driver  313.18  Wed Jan  9 15:15:26 PST 2013
[   102.728] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   102.729] (II) VESA: driver for VESA chipsets: vesa
[   102.729] (++) using VT number 1

[   102.731] (II) Loading sub module "wfb"
[   102.731] (II) LoadModule: "wfb"
[   102.731] (II) Loading /usr/lib/xorg/modules/libwfb.so
[   102.747] (II) Module wfb: vendor="X.Org Foundation"
[   102.747] 	compiled for 1.13.2, module version = 1.0.0
[   102.747] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   102.747] (II) Loading sub module "ramdac"
[   102.747] (II) LoadModule: "ramdac"
[   102.748] (II) Module "ramdac" already built-in
[   102.758] (WW) Falling back to old probe method for vesa
[   102.759] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   102.759] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[   102.759] (==) NVIDIA(0): RGB weight 888
[   102.759] (==) NVIDIA(0): Default visual is TrueColor
[   102.759] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[   102.760] (**) NVIDIA(0): Enabling 2D acceleration
[   102.789] (EE) NVIDIA(0): Failed to initialize the NVIDIA GPU at PCI:1:0:0.  Please
[   102.789] (EE) NVIDIA(0):     check your system's kernel log for additional error
[   102.789] (EE) NVIDIA(0):     messages and refer to Chapter 8: Common Problems in the
[   102.789] (EE) NVIDIA(0):     README for additional information.
[   102.789] (EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device!
[   102.789] (EE) NVIDIA(0): Failing initialization of X screen 0
[   102.789] (II) UnloadModule: "nvidia"
[   102.789] (II) UnloadSubModule: "wfb"
[   102.789] (EE) Screen(s) found, but none have a usable configuration.
[   102.789] 
Fatal server error:
[   102.789] no screens found
[   102.789] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[   102.789] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[   102.789] (EE) 
[   102.799] Server terminated with error (1). Closing log file.

dmesg

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.7.9-1-ARCH (nobody@foutrelis) (gcc version 4.7.2 (GCC) ) #1 SMP PREEMPT Mon Feb 18 02:13:30 EET 2013
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=f223ef2a-535f-48e6-ac90-3c535fb25b25 ro quiet nomodeset
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
[    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-0x000000007eef0fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007eef1000-0x000000007f0f1fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007f0f2000-0x000000007fe53fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007fe54000-0x000000007fe79fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007fe7a000-0x000000007fe88fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007fe89000-0x000000007feb2fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007feb3000-0x000000007feb8fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007feb9000-0x000000007febefff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007febf000-0x000000007fed1fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007fed2000-0x000000007fed3fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007fed4000-0x000000007fed6fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007fed7000-0x000000007fed9fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007feda000-0x000000007fedafff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007fedb000-0x000000007feeefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007feef000-0x000000007fefefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007feff000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f00f8000-0x00000000f00f8fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fffa0000-0x00000000fffcffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v1.10 by Apple
[    0.000000] efi:  ACPI=0x7fefe000  ACPI 2.0=0x7fefe014  SMBIOS=0x7fed3000 
[    0.000000] efi: mem00: type=7, attr=0xf, range=[0x0000000000000000-0x000000000008f000) (0MB)
[    0.000000] efi: mem01: type=10, attr=0xf, range=[0x000000000008f000-0x0000000000090000) (0MB)
[    0.000000] efi: mem02: type=7, attr=0xf, range=[0x0000000000090000-0x00000000000a0000) (0MB)
[    0.000000] efi: mem03: type=2, attr=0xf, range=[0x0000000000100000-0x0000000001002000) (15MB)
[    0.000000] efi: mem04: type=7, attr=0xf, range=[0x0000000001002000-0x0000000002000000) (15MB)
[    0.000000] efi: mem05: type=2, attr=0xf, range=[0x0000000002000000-0x0000000002f02000) (15MB)
[    0.000000] efi: mem06: type=7, attr=0xf, range=[0x0000000002f02000-0x0000000037a42000) (843MB)
[    0.000000] efi: mem07: type=2, attr=0xf, range=[0x0000000037a42000-0x0000000037d19000) (2MB)
[    0.000000] efi: mem08: type=7, attr=0xf, range=[0x0000000037d19000-0x000000005dc60000) (607MB)
[    0.000000] efi: mem09: type=2, attr=0xf, range=[0x000000005dc60000-0x000000007d068000) (500MB)
[    0.000000] efi: mem10: type=1, attr=0xf, range=[0x000000007d068000-0x000000007d086000) (0MB)
[    0.000000] efi: mem11: type=7, attr=0xf, range=[0x000000007d086000-0x000000007d0a4000) (0MB)
[    0.000000] efi: mem12: type=4, attr=0xf, range=[0x000000007d0a4000-0x000000007d32d000) (2MB)
[    0.000000] efi: mem13: type=7, attr=0xf, range=[0x000000007d32d000-0x000000007d333000) (0MB)
[    0.000000] efi: mem14: type=4, attr=0xf, range=[0x000000007d333000-0x000000007d341000) (0MB)
[    0.000000] efi: mem15: type=1, attr=0xf, range=[0x000000007d341000-0x000000007d368000) (0MB)
[    0.000000] efi: mem16: type=7, attr=0xf, range=[0x000000007d368000-0x000000007d36b000) (0MB)
[    0.000000] efi: mem17: type=4, attr=0xf, range=[0x000000007d36b000-0x000000007eb0e000) (23MB)
[    0.000000] efi: mem18: type=7, attr=0xf, range=[0x000000007eb0e000-0x000000007eb13000) (0MB)
[    0.000000] efi: mem19: type=4, attr=0xf, range=[0x000000007eb13000-0x000000007eb5c000) (0MB)
[    0.000000] efi: mem20: type=7, attr=0xf, range=[0x000000007eb5c000-0x000000007eb5d000) (0MB)
[    0.000000] efi: mem21: type=4, attr=0xf, range=[0x000000007eb5d000-0x000000007ebbb000) (0MB)
[    0.000000] efi: mem22: type=7, attr=0xf, range=[0x000000007ebbb000-0x000000007ebbd000) (0MB)
[    0.000000] efi: mem23: type=4, attr=0xf, range=[0x000000007ebbd000-0x000000007eef1000) (3MB)
[    0.000000] efi: mem24: type=10, attr=0xf, range=[0x000000007eef1000-0x000000007f0f2000) (2MB)
[    0.000000] efi: mem25: type=4, attr=0xf, range=[0x000000007f0f2000-0x000000007fc73000) (11MB)
[    0.000000] efi: mem26: type=7, attr=0xf, range=[0x000000007fc73000-0x000000007fcd1000) (0MB)
[    0.000000] efi: mem27: type=3, attr=0xf, range=[0x000000007fcd1000-0x000000007fe4b000) (1MB)
[    0.000000] efi: mem28: type=7, attr=0xf, range=[0x000000007fe4b000-0x000000007fe54000) (0MB)
[    0.000000] efi: mem29: type=5, attr=0x800000000000000f, range=[0x000000007fe54000-0x000000007fe7a000) (0MB)
[    0.000000] efi: mem30: type=7, attr=0xf, range=[0x000000007fe7a000-0x000000007fe89000) (0MB)
[    0.000000] efi: mem31: type=6, attr=0x800000000000000f, range=[0x000000007fe89000-0x000000007feb3000) (0MB)
[    0.000000] efi: mem32: type=7, attr=0xf, range=[0x000000007feb3000-0x000000007feb9000) (0MB)
[    0.000000] efi: mem33: type=0, attr=0xf, range=[0x000000007feb9000-0x000000007febf000) (0MB)
[    0.000000] efi: mem34: type=7, attr=0xf, range=[0x000000007febf000-0x000000007fec8000) (0MB)
[    0.000000] efi: mem35: type=2, attr=0xf, range=[0x000000007fec8000-0x000000007fed2000) (0MB)
[    0.000000] efi: mem36: type=10, attr=0xf, range=[0x000000007fed2000-0x000000007fed4000) (0MB)
[    0.000000] efi: mem37: type=9, attr=0xf, range=[0x000000007fed4000-0x000000007fed7000) (0MB)
[    0.000000] efi: mem38: type=10, attr=0xf, range=[0x000000007fed7000-0x000000007feda000) (0MB)
[    0.000000] efi: mem39: type=9, attr=0xf, range=[0x000000007feda000-0x000000007fedb000) (0MB)
[    0.000000] efi: mem40: type=10, attr=0xf, range=[0x000000007fedb000-0x000000007feef000) (0MB)
[    0.000000] efi: mem41: type=9, attr=0xf, range=[0x000000007feef000-0x000000007feff000) (0MB)
[    0.000000] efi: mem42: type=6, attr=0x800000000000000f, range=[0x000000007feff000-0x000000007ff00000) (0MB)
[    0.000000] efi: mem43: type=0, attr=0x8000000000000000, range=[0x00000000000a0000-0x00000000000c0000) (0MB)
[    0.000000] efi: mem44: type=0, attr=0x8000000000000000, range=[0x000000007ff00000-0x0000000080000000) (1MB)
[    0.000000] efi: mem45: type=11, attr=0x8000000000000000, range=[0x00000000f00f8000-0x00000000f00f9000) (0MB)
[    0.000000] efi: mem46: type=11, attr=0x8000000000000000, range=[0x00000000fed1c000-0x00000000fed20000) (0MB)
[    0.000000] efi: mem47: type=11, attr=0x8000000000000000, range=[0x00000000fffa0000-0x00000000fffd0000) (0MB)
[    0.000000] SMBIOS 2.4 present.
[    0.000000] DMI: Apple Inc. MacBookPro3,1/Mac-F4238BC8, BIOS    MBP31.88Z.0070.B07.0803051658 03/05/08
[    0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] No AGP bridge found
[    0.000000] e820: last_pfn = 0x7fed2 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-CFFFF write-protect
[    0.000000]   D0000-DFFFF uncachable
[    0.000000]   E0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0FFE00000 mask FFFE00000 write-protect
[    0.000000]   1 base 000000000 mask F80000000 write-back
[    0.000000]   2 base 07FF00000 mask FFFF00000 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 enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff]
[    0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
[    0.000000] init_memory_mapping: [mem 0x00000000-0x7fed1fff]
[    0.000000]  [mem 0x00000000-0x7fdfffff] page 2M
[    0.000000]  [mem 0x7fe00000-0x7fed1fff] page 4k
[    0.000000] kernel direct mapping tables up to 0x7fed1fff @ [mem 0x1fffc000-0x1fffffff]
[    0.000000] RAMDISK: [mem 0x37a42000-0x37d18fff]
[    0.000000] ACPI: RSDP 000000007fefe014 00024 (v02 APPLE )
[    0.000000] ACPI: XSDT 000000007fefe1c0 0007C (v01 APPLE   Apple00 00000070      01000013)
[    0.000000] ACPI: FACP 000000007fefc000 000F4 (v03 APPLE   Apple00 00000070 Loki 0000005F)
[    0.000000] ACPI: DSDT 000000007fef1000 048A8 (v01 APPLE  MacBookP 00030001 INTL 20061109)
[    0.000000] ACPI: FACS 000000007fedb000 00040
[    0.000000] ACPI: HPET 000000007fefb000 00038 (v01 APPLE   Apple00 00000001 Loki 0000005F)
[    0.000000] ACPI: APIC 000000007fefa000 00068 (v01 APPLE   Apple00 00000001 Loki 0000005F)
[    0.000000] ACPI: MCFG 000000007fef9000 0003C (v01 APPLE   Apple00 00000001 Loki 0000005F)
[    0.000000] ACPI: ASF! 000000007fef8000 000A5 (v32 APPLE   Apple00 00000001 Loki 0000005F)
[    0.000000] ACPI: SBST 000000007fef7000 00030 (v01 APPLE   Apple00 00000001 Loki 0000005F)
[    0.000000] ACPI: ECDT 000000007fef6000 00053 (v01 APPLE   Apple00 00000001 Loki 0000005F)
[    0.000000] ACPI: SSDT 000000007feda000 00137 (v01 APPLE  SataAhci 00001000 INTL 20061109)
[    0.000000] ACPI: SSDT 000000007fed6000 004DC (v01  APPLE    CpuPm 00003000 INTL 20061109)
[    0.000000] ACPI: SSDT 000000007fed5000 0025F (v01  APPLE  Cpu0Tst 00003000 INTL 20061109)
[    0.000000] ACPI: SSDT 000000007fed4000 000A6 (v01  APPLE  Cpu1Tst 00003000 INTL 20061109)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000007fed1fff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x7fed1fff]
[    0.000000]   NODE_DATA [mem 0x7fece000-0x7fed1fff]
[    0.000000]  [ffffea0000000000-ffffea0001ffffff] PMD -> [ffff88007a800000-ffff88007c7fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00010000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00010000-0x0008efff]
[    0.000000]   node   0: [mem 0x00090000-0x0009ffff]
[    0.000000]   node   0: [mem 0x00100000-0x7eef0fff]
[    0.000000]   node   0: [mem 0x7f0f2000-0x7fe53fff]
[    0.000000]   node   0: [mem 0x7fe7a000-0x7fe88fff]
[    0.000000]   node   0: [mem 0x7feb3000-0x7feb8fff]
[    0.000000]   node   0: [mem 0x7febf000-0x7fed1fff]
[    0.000000] On node 0 totalpages: 523274
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 8 pages reserved
[    0.000000]   DMA zone: 3911 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 8124 pages used for memmap
[    0.000000]   DMA32 zone: 511167 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[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 1, 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] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: 000000000008f000 - 0000000000090000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000c0000
[    0.000000] PM: Registered nosave memory: 00000000000c0000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 000000007eef1000 - 000000007f0f2000
[    0.000000] PM: Registered nosave memory: 000000007fe54000 - 000000007fe7a000
[    0.000000] PM: Registered nosave memory: 000000007fe89000 - 000000007feb3000
[    0.000000] PM: Registered nosave memory: 000000007feb9000 - 000000007febf000
[    0.000000] e820: [mem 0x80000000-0xf00f7fff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007ce00000 s84608 r8192 d21888 u1048576
[    0.000000] pcpu-alloc: s84608 r8192 d21888 u1048576 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 515078
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=f223ef2a-535f-48e6-ac90-3c535fb25b25 ro quiet nomodeset
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] __ex_table already sorted, skipping sort
[    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: 2001632k/2095944k available (4893k kernel code, 2848k absent, 91464k reserved, 4021k data, 812k init)
[    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	Dump stacks of tasks blocking RCU-preempt GP.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=2.
[    0.000000] NR_IRQS:4352 nr_irqs:512 16
[    0.000000] Extended CMOS year: 2000
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 8388608 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2593.558 MHz processor
[    0.003337] Calibrating delay loop (skipped), value calculated using timer frequency.. 5189.24 BogoMIPS (lpj=8645193)
[    0.003341] pid_max: default: 32768 minimum: 301
[    0.003362] init_memory_mapping: [mem 0x7feff000-0x7fefffff]
[    0.003365]  [mem 0x7feff000-0x7fefffff] page 4k
[    0.003490] init_memory_mapping: [mem 0x7ff00000-0x7fffffff]
[    0.003492]  [mem 0x7ff00000-0x7fffffff] page 4k
[    0.004158] Security Framework initialized
[    0.004172] AppArmor: AppArmor disabled by boot time parameter
[    0.004324] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.007113] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.007627] Mount-cache hash table entries: 256
[    0.007858] Initializing cgroup subsys cpuacct
[    0.007861] Initializing cgroup subsys memory
[    0.007872] Initializing cgroup subsys devices
[    0.007873] Initializing cgroup subsys freezer
[    0.007875] Initializing cgroup subsys net_cls
[    0.007876] Initializing cgroup subsys blkio
[    0.007905] CPU: Physical Processor ID: 0
[    0.007906] CPU: Processor Core ID: 0
[    0.007908] mce: CPU supports 6 MCE banks
[    0.007916] CPU0: Thermal monitoring enabled (TM2)
[    0.007920] process: using mwait in idle threads
[    0.007925] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32
tlb_flushall_shift: -1
[    0.008014] Freeing SMP alternatives: 16k freed
[    0.009123] ACPI: Core revision 20120913
[    0.012955] ftrace: allocating 18828 entries in 74 pages
[    0.020483] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.055448] smpboot: CPU0: Intel(R) Core(TM)2 Duo CPU     T7800  @ 2.60GHz (fam: 06, model: 0f, stepping: 0b)
[    0.056666] Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
[    0.056666] perf_event_intel: PEBS disabled due to CPU errata
[    0.056666] ... version:                2
[    0.056666] ... bit width:              40
[    0.056666] ... generic registers:      2
[    0.056666] ... value mask:             000000ffffffffff
[    0.056666] ... max period:             000000007fffffff
[    0.056666] ... fixed-purpose events:   3
[    0.056666] ... event mask:             0000000700000003
[    0.076713] smpboot: Booting Node   0, Processors  #1 OK
[    0.089906] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.089919] Brought up 2 CPUs
[    0.089922] smpboot: Total of 2 processors activated (10378.49 BogoMIPS)
[    0.090084] devtmpfs: initialized
[    0.090952] PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
[    0.090952] PM: Registering ACPI NVS region [mem 0x7eef1000-0x7f0f1fff] (2101248 bytes)
[    0.090952] PM: Registering ACPI NVS region [mem 0x7fed2000-0x7fed3fff] (8192 bytes)
[    0.090952] PM: Registering ACPI NVS region [mem 0x7fed7000-0x7fed9fff] (12288 bytes)
[    0.090952] PM: Registering ACPI NVS region [mem 0x7fedb000-0x7feeefff] (81920 bytes)
[    0.090952] RTC time: 16:23:31, date: 02/22/13
[    0.090952] NET: Registered protocol family 16
[    0.090952] ACPI: bus type pci registered
[    0.090952] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xf0000000-0xffffffff] (base 0xf0000000)
[    0.090952] PCI: not using MMCONFIG
[    0.090952] PCI: Using configuration type 1 for base access
[    0.093351] bio: create slab <bio-0> at 0
[    0.093371] ACPI: Added _OSI(Module Device)
[    0.093371] ACPI: Added _OSI(Processor Device)
[    0.093371] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.093371] ACPI: Added _OSI(Processor Aggregator Device)
[    0.094179] ACPI: EC: EC description table is found, configuring boot EC
[    0.094240] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.096925] ACPI: SSDT 000000007fed9c18 00382 (v01  APPLE  Cpu0Ist 00003000 INTL 20061109)
[    0.097116] ACPI: Dynamic OEM Table Load:
[    0.097119] ACPI: SSDT           (null) 00382 (v01  APPLE  Cpu0Ist 00003000 INTL 20061109)
[    0.097201] ACPI: SSDT 000000007fed7c18 002A0 (v01  APPLE  Cpu0Cst 00003001 INTL 20061109)
[    0.097380] ACPI: Dynamic OEM Table Load:
[    0.097382] ACPI: SSDT           (null) 002A0 (v01  APPLE  Cpu0Cst 00003001 INTL 20061109)
[    0.097395] ACPI: SSDT 000000007fed8f18 000C8 (v01  APPLE  Cpu1Ist 00003000 INTL 20061109)
[    0.097395] ACPI: Dynamic OEM Table Load:
[    0.097395] ACPI: SSDT           (null) 000C8 (v01  APPLE  Cpu1Ist 00003000 INTL 20061109)
[    0.097395] ACPI: SSDT 000000007fed7f18 00085 (v01  APPLE  Cpu1Cst 00003000 INTL 20061109)
[    0.097395] ACPI: Dynamic OEM Table Load:
[    0.097395] ACPI: SSDT           (null) 00085 (v01  APPLE  Cpu1Cst 00003000 INTL 20061109)
[    0.097395] ACPI: Interpreter enabled
[    0.097395] ACPI: (supports S0 S3 S4 S5)
[    0.097395] ACPI: Using IOAPIC for interrupt routing
[    0.097395] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xf0000000-0xffffffff] (base 0xf0000000)
[    0.097876] PCI: MMCONFIG at [mem 0xf0000000-0xffffffff] reserved in ACPI motherboard resources
[    0.097879] PCI: MMCONFIG for 0000 [bus00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000) (size reduced!)
[    0.116894] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[    0.117015] ACPI: No dock devices found.
[    0.117018] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.117190] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.117396] pci_root PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.117425] PCI host bridge to bus 0000:00
[    0.117428] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.117430] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.117432] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.117434] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.117436] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff]
[    0.117438] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff]
[    0.117440] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff]
[    0.117442] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff]
[    0.117444] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
[    0.117446] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
[    0.117448] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
[    0.117449] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
[    0.117451] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
[    0.117453] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
[    0.117455] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff]
[    0.117457] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff]
[    0.117459] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff]
[    0.117461] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]
[    0.117470] pci 0000:00:00.0: [8086:2a00] type 00 class 0x060000
[    0.117516] pci 0000:00:01.0: [8086:2a01] type 01 class 0x060400
[    0.117558] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.117613] pci 0000:00:1a.0: [8086:2834] type 00 class 0x0c0300
[    0.117669] pci 0000:00:1a.0: reg 20: [io  0x60c0-0x60df]
[    0.117712] pci 0000:00:1a.1: [8086:2835] type 00 class 0x0c0300
[    0.117767] pci 0000:00:1a.1: reg 20: [io  0x60a0-0x60bf]
[    0.120020] pci 0000:00:1a.7: [8086:283a] type 00 class 0x0c0320
[    0.120044] pci 0000:00:1a.7: reg 10: [mem 0x9b504c00-0x9b504fff]
[    0.120149] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.120182] pci 0000:00:1b.0: [8086:284b] type 00 class 0x040300
[    0.120204] pci 0000:00:1b.0: reg 10: [mem 0x9b500000-0x9b503fff 64bit]
[    0.120306] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.120338] pci 0000:00:1c.0: [8086:283f] type 01 class 0x060400
[    0.120445] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.120482] pci 0000:00:1c.2: [8086:2843] type 01 class 0x060400
[    0.120589] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.120626] pci 0000:00:1c.4: [8086:2847] type 01 class 0x060400
[    0.120733] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.120767] pci 0000:00:1c.5: [8086:2849] type 01 class 0x060400
[    0.120874] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.120908] pci 0000:00:1d.0: [8086:2830] type 00 class 0x0c0300
[    0.120963] pci 0000:00:1d.0: reg 20: [io  0x6080-0x609f]
[    0.121005] pci 0000:00:1d.1: [8086:2831] type 00 class 0x0c0300
[    0.121060] pci 0000:00:1d.1: reg 20: [io  0x6060-0x607f]
[    0.121102] pci 0000:00:1d.2: [8086:2832] type 00 class 0x0c0300
[    0.121157] pci 0000:00:1d.2: reg 20: [io  0x6040-0x605f]
[    0.121212] pci 0000:00:1d.7: [8086:2836] type 00 class 0x0c0320
[    0.121236] pci 0000:00:1d.7: reg 10: [mem 0x9b504800-0x9b504bff]
[    0.121342] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.121368] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
[    0.121464] pci 0000:00:1f.0: [8086:2815] type 00 class 0x060100
[    0.121581] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0680 (mask 000f)
[    0.121585] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 1640 (mask 000f)
[    0.121591] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 4 PIO at 0300 (mask 001f)
[    0.121646] pci 0000:00:1f.1: [8086:2850] type 00 class 0x01018f
[    0.121662] pci 0000:00:1f.1: reg 10: [io  0x6108-0x610f]
[    0.121674] pci 0000:00:1f.1: reg 14: [io  0x611c-0x611f]
[    0.121686] pci 0000:00:1f.1: reg 18: [io  0x6100-0x6107]
[    0.121697] pci 0000:00:1f.1: reg 1c: [io  0x6118-0x611b]
[    0.121709] pci 0000:00:1f.1: reg 20: [io  0x60e0-0x60ef]
[    0.121762] pci 0000:00:1f.2: [8086:2829] type 00 class 0x010601
[    0.121788] pci 0000:00:1f.2: reg 10: [io  0x60f8-0x60ff]
[    0.121800] pci 0000:00:1f.2: reg 14: [io  0x6114-0x6117]
[    0.121812] pci 0000:00:1f.2: reg 18: [io  0x60f0-0x60f7]
[    0.121823] pci 0000:00:1f.2: reg 1c: [io  0x6110-0x6113]
[    0.121835] pci 0000:00:1f.2: reg 20: [io  0x6020-0x603f]
[    0.121847] pci 0000:00:1f.2: reg 24: [mem 0x9b504000-0x9b5047ff]
[    0.121913] pci 0000:00:1f.2: PME# supported from D3hot
[    0.121938] pci 0000:00:1f.3: [8086:283e] type 00 class 0x0c0500
[    0.121954] pci 0000:00:1f.3: reg 10: [mem 0x9b505000-0x9b5050ff]
[    0.121995] pci 0000:00:1f.3: reg 20: [io  0xefa0-0xefbf]
[    0.122078] pci 0000:01:00.0: [10de:0407] type 00 class 0x030000
[    0.122094] pci 0000:01:00.0: reg 10: [mem 0x92000000-0x92ffffff]
[    0.122109] pci 0000:01:00.0: reg 14: [mem 0x80000000-0x8fffffff 64bit pref]
[    0.122125] pci 0000:01:00.0: reg 1c: [mem 0x90000000-0x91ffffff 64bit]
[    0.122136] pci 0000:01:00.0: reg 24: [io  0x5000-0x507f]
[    0.122146] pci 0000:01:00.0: reg 30: [mem 0x93000000-0x9301ffff pref]
[    0.122231] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.122234] pci 0000:00:01.0:   bridge window [io  0x5000-0x5fff]
[    0.122237] pci 0000:00:01.0:   bridge window [mem 0x90000000-0x930fffff]
[    0.122241] pci 0000:00:01.0:   bridge window [mem 0x80000000-0x8fffffff 64bit pref]
[    0.122301] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.122308] pci 0000:00:1c.0:   bridge window [mem 0x9b400000-0x9b4fffff]
[    0.122375] pci 0000:00:1c.2: PCI bridge to [bus 03-0a]
[    0.122380] pci 0000:00:1c.2:   bridge window [io  0x4000-0x4fff]
[    0.122385] pci 0000:00:1c.2:   bridge window [mem 0x97400000-0x9b3fffff]
[    0.122392] pci 0000:00:1c.2:   bridge window [mem 0x93100000-0x970fffff 64bit pref]
[    0.122477] pci 0000:0b:00.0: [168c:0024] type 00 class 0x028000
[    0.122508] pci 0000:0b:00.0: reg 10: [mem 0x97300000-0x9730ffff 64bit]
[    0.122667] pci 0000:0b:00.0: supports D1
[    0.122669] pci 0000:0b:00.0: PME# supported from D0 D1 D3hot
[    0.122704] pci 0000:0b:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.122715] pci 0000:00:1c.4: PCI bridge to [bus 0b]
[    0.122723] pci 0000:00:1c.4:   bridge window [mem 0x97300000-0x973fffff]
[    0.122933] pci 0000:0c:00.0: [11ab:436a] type 00 class 0x020000
[    0.123081] pci 0000:0c:00.0: reg 10: [mem 0x97200000-0x97203fff 64bit]
[    0.123158] pci 0000:0c:00.0: reg 18: [io  0x3000-0x30ff]
[    0.123458] pci 0000:0c:00.0: reg 30: [mem 0xfffe0000-0xffffffff pref]
[    0.123968] pci 0000:0c:00.0: supports D1 D2
[    0.123970] pci 0000:0c:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.124189] pci 0000:00:1c.5: PCI bridge to [bus 0c]
[    0.124194] pci 0000:00:1c.5:   bridge window [io  0x3000-0x3fff]
[    0.124199] pci 0000:00:1c.5:   bridge window [mem 0x97200000-0x972fffff]
[    0.124256] pci 0000:0d:03.0: [104c:8025] type 00 class 0x0c0010
[    0.124282] pci 0000:0d:03.0: reg 10: [mem 0x97104000-0x971047ff]
[    0.124296] pci 0000:0d:03.0: reg 14: [mem 0x97100000-0x97103fff]
[    0.124401] pci 0000:0d:03.0: supports D1 D2
[    0.124403] pci 0000:0d:03.0: PME# supported from D0 D1 D2 D3hot
[    0.124466] pci 0000:00:1e.0: PCI bridge to [bus 0d] (subtractive decode)
[    0.124473] pci 0000:00:1e.0:   bridge window [mem 0x97100000-0x971fffff]
[    0.124481] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.124483] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.124485] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.124487] pci 0000:00:1e.0:   bridge window [mem 0x000c0000-0x000c3fff] (subtractive decode)
[    0.124489] pci 0000:00:1e.0:   bridge window [mem 0x000c4000-0x000c7fff] (subtractive decode)
[    0.124491] pci 0000:00:1e.0:   bridge window [mem 0x000c8000-0x000cbfff] (subtractive decode)
[    0.124493] pci 0000:00:1e.0:   bridge window [mem 0x000cc000-0x000cffff] (subtractive decode)
[    0.124495] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
[    0.124497] pci 0000:00:1e.0:   bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
[    0.124499] pci 0000:00:1e.0:   bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
[    0.124501] pci 0000:00:1e.0:   bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
[    0.124503] pci 0000:00:1e.0:   bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
[    0.124505] pci 0000:00:1e.0:   bridge window [mem 0x000e4000-0x000e7fff] (subtractive decode)
[    0.124507] pci 0000:00:1e.0:   bridge window [mem 0x000e8000-0x000ebfff] (subtractive decode)
[    0.124509] pci 0000:00:1e.0:   bridge window [mem 0x000ec000-0x000effff] (subtractive decode)
[    0.124511] pci 0000:00:1e.0:   bridge window [mem 0x000f0000-0x000fffff] (subtractive decode)
[    0.124513] pci 0000:00:1e.0:   bridge window [mem 0x80000000-0xfebfffff] (subtractive decode)
[    0.124548] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.124646] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEGP._PRT]
[    0.124682] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
[    0.124713] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP05._PRT]
[    0.124745] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP06._PRT]
[    0.124792] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
[    0.124907]  pci0000:00: Requesting ACPI _OSC control (0x1d)
[    0.125151]  pci0000:00: ACPI _OSC control (0x1d) granted
[    0.128742] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[    0.128783] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[    0.128822] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[    0.128860] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[    0.128898] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[    0.128936] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[    0.128974] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[    0.129012] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[    0.129069] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
[    0.129069] vgaarb: loaded
[    0.129069] vgaarb: bridge control possible 0000:01:00.0
[    0.129069] PCI: Using ACPI for IRQ routing
[    0.131601] PCI: pci_cache_line_size set to 64 bytes
[    0.131729] e820: reserve RAM buffer [mem 0x0008f000-0x0008ffff]
[    0.131731] e820: reserve RAM buffer [mem 0x7eef1000-0x7fffffff]
[    0.131733] e820: reserve RAM buffer [mem 0x7fe54000-0x7fffffff]
[    0.131736] e820: reserve RAM buffer [mem 0x7fe89000-0x7fffffff]
[    0.131738] e820: reserve RAM buffer [mem 0x7feb9000-0x7fffffff]
[    0.131740] e820: reserve RAM buffer [mem 0x7fed2000-0x7fffffff]
[    0.131829] NetLabel: Initializing
[    0.131831] NetLabel:  domain hash size = 128
[    0.131832] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.131844] NetLabel:  unlabeled traffic allowed by default
[    0.131856] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.131861] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.131865] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    0.143342] Switching to clocksource hpet
[    0.148700] pnp: PnP ACPI init
[    0.148718] ACPI: bus type pnp registered
[    0.148868] pnp 00:00: [bus 00-ff]
[    0.148871] pnp 00:00: [io  0x0000-0x0cf7 window]
[    0.148873] pnp 00:00: [io  0x0cf8-0x0cff]
[    0.148875] pnp 00:00: [io  0x0d00-0xffff window]
[    0.148877] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    0.148879] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[    0.148881] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[    0.148883] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[    0.148885] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[    0.148887] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[    0.148889] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[    0.148891] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[    0.148893] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[    0.148895] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
[    0.148897] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
[    0.148902] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
[    0.148904] pnp 00:00: [mem 0x000ec000-0x000effff window]
[    0.148906] pnp 00:00: [mem 0x000f0000-0x000fffff window]
[    0.148908] pnp 00:00: [mem 0x80000000-0xfebfffff window]
[    0.148951] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[    0.149014] pnp 00:01: [mem 0xfed1c000-0xfed1ffff]
[    0.149017] pnp 00:01: [mem 0xfed14000-0xfed17fff]
[    0.149019] pnp 00:01: [mem 0xfed18000-0xfed18fff]
[    0.149020] pnp 00:01: [mem 0xfed19000-0xfed19fff]
[    0.149022] pnp 00:01: [mem 0xf0000000-0xf3ffffff]
[    0.149024] pnp 00:01: [mem 0xfed20000-0xfed3ffff]
[    0.149026] pnp 00:01: [mem 0xfed45000-0xfed8ffff]
[    0.149076] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.149078] system 00:01: [mem 0xfed14000-0xfed17fff] has been reserved
[    0.149081] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.149083] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.149085] system 00:01: [mem 0xf0000000-0xf3ffffff] could not be reserved
[    0.149088] system 00:01: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.149090] system 00:01: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.149093] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.149243] pnp 00:02: [io  0x0300-0x031f]
[    0.149256] pnp 00:02: [irq 6]
[    0.149283] pnp 00:02: Plug and Play ACPI device, IDs APP0001 (active)
[    0.149315] pnp 00:03: [io  0x0000-0x001f]
[    0.149317] pnp 00:03: [io  0x0081-0x0091]
[    0.149319] pnp 00:03: [io  0x0093-0x009f]
[    0.149321] pnp 00:03: [io  0x00c0-0x00df]
[    0.149323] pnp 00:03: [dma 4]
[    0.149347] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.149355] pnp 00:04: [mem 0xff000000-0xffffffff]
[    0.149381] pnp 00:04: Plug and Play ACPI device, IDs INT0800 (active)
[    0.149434] pnp 00:05: [irq 0 disabled]
[    0.149440] pnp 00:05: [irq 8]
[    0.149442] pnp 00:05: [mem 0xfed00000-0xfed003ff]
[    0.149477] system 00:05: [mem 0xfed00000-0xfed003ff] has been reserved
[    0.149480] system 00:05: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
[    0.149489] pnp 00:06: [io  0x00f0]
[    0.149495] pnp 00:06: [irq 13]
[    0.149522] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.149532] pnp 00:07: [io  0x002e-0x002f]
[    0.149534] pnp 00:07: [io  0x004e-0x004f]
[    0.149535] pnp 00:07: [io  0x0061]
[    0.149537] pnp 00:07: [io  0x0063]
[    0.149539] pnp 00:07: [io  0x0065]
[    0.149541] pnp 00:07: [io  0x0067]
[    0.149542] pnp 00:07: [io  0x0070]
[    0.149544] pnp 00:07: [io  0x0080]
[    0.149546] pnp 00:07: [io  0x0092]
[    0.149547] pnp 00:07: [io  0x00b2-0x00b3]
[    0.149549] pnp 00:07: [io  0x0680-0x069f]
[    0.149551] pnp 00:07: [io  0x0800-0x080f]
[    0.149553] pnp 00:07: [io  0x0810-0x0817]
[    0.149555] pnp 00:07: [io  0x0400-0x047f]
[    0.149556] pnp 00:07: [io  0x0500-0x053f]
[    0.149558] pnp 00:07: [io  0x1640-0x164f]
[    0.149605] system 00:07: [io  0x0680-0x069f] has been reserved
[    0.149608] system 00:07: [io  0x0800-0x080f] has been reserved
[    0.149610] system 00:07: [io  0x0810-0x0817] has been reserved
[    0.149612] system 00:07: [io  0x0400-0x047f] has been reserved
[    0.149614] system 00:07: [io  0x0500-0x053f] has been reserved
[    0.149616] system 00:07: [io  0x1640-0x164f] has been reserved
[    0.149619] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.149629] pnp 00:08: [io  0x0070-0x0077]
[    0.149656] pnp 00:08: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.153585] pnp: PnP ACPI: found 9 devices
[    0.153587] ACPI: ACPI bus type pnp unregistered
[    0.160391] pci 0000:0c:00.0: no compatible bridge window for [mem 0xfffe0000-0xffffffff pref]
[    0.160416] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
[    0.160419] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
[    0.160439] pci 0000:00:1c.4: bridge window [io  0x1000-0x0fff] to [bus 0b] add_size 1000
[    0.160442] pci 0000:00:1c.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 0b] add_size 200000
[    0.160454] pci 0000:00:1c.5: bridge window [mem 0x00100000-0x001fffff pref] to [bus 0c] add_size 200000
[    0.160469] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.160472] pci 0000:00:1c.4: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.160474] pci 0000:00:1c.5: res[15]=[mem 0x00100000-0x001fffff pref] get_res_add_size add_size 200000
[    0.160476] pci 0000:00:1c.0: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.160479] pci 0000:00:1c.4: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.160486] pci 0000:00:1c.0: BAR 15: assigned [mem 0x9b600000-0x9b7fffff 64bit pref]
[    0.160491] pci 0000:00:1c.4: BAR 15: assigned [mem 0x9b800000-0x9b9fffff 64bit pref]
[    0.160496] pci 0000:00:1c.5: BAR 15: assigned [mem 0x9ba00000-0x9bcfffff pref]
[    0.160499] pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x2fff]
[    0.160502] pci 0000:00:1c.4: BAR 13: assigned [io  0x7000-0x7fff]
[    0.160505] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.160508] pci 0000:00:01.0:   bridge window [io  0x5000-0x5fff]
[    0.160512] pci 0000:00:01.0:   bridge window [mem 0x90000000-0x930fffff]
[    0.160515] pci 0000:00:01.0:   bridge window [mem 0x80000000-0x8fffffff 64bit pref]
[    0.160519] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.160522] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    0.160529] pci 0000:00:1c.0:   bridge window [mem 0x9b400000-0x9b4fffff]
[    0.160533] pci 0000:00:1c.0:   bridge window [mem 0x9b600000-0x9b7fffff 64bit pref]
[    0.160541] pci 0000:00:1c.2: PCI bridge to [bus 03-0a]
[    0.160544] pci 0000:00:1c.2:   bridge window [io  0x4000-0x4fff]
[    0.160550] pci 0000:00:1c.2:   bridge window [mem 0x97400000-0x9b3fffff]
[    0.160555] pci 0000:00:1c.2:   bridge window [mem 0x93100000-0x970fffff 64bit pref]
[    0.160563] pci 0000:00:1c.4: PCI bridge to [bus 0b]
[    0.160566] pci 0000:00:1c.4:   bridge window [io  0x7000-0x7fff]
[    0.160572] pci 0000:00:1c.4:   bridge window [mem 0x97300000-0x973fffff]
[    0.160577] pci 0000:00:1c.4:   bridge window [mem 0x9b800000-0x9b9fffff 64bit pref]
[    0.160585] pci 0000:0c:00.0: BAR 6: assigned [mem 0x9ba00000-0x9ba1ffff pref]
[    0.160587] pci 0000:00:1c.5: PCI bridge to [bus 0c]
[    0.160591] pci 0000:00:1c.5:   bridge window [io  0x3000-0x3fff]
[    0.160597] pci 0000:00:1c.5:   bridge window [mem 0x97200000-0x972fffff]
[    0.160601] pci 0000:00:1c.5:   bridge window [mem 0x9ba00000-0x9bcfffff pref]
[    0.160609] pci 0000:00:1e.0: PCI bridge to [bus 0d]
[    0.160615] pci 0000:00:1e.0:   bridge window [mem 0x97100000-0x971fffff]
[    0.160640] pci 0000:00:1c.0: enabling device (0000 -> 0003)
[    0.160649] pci 0000:00:1c.2: enabling device (0000 -> 0003)
[    0.160690] pci 0000:00:1e.0: power state changed by ACPI to D0
[    0.160698] pci 0000:00:1e.0: setting latency timer to 64
[    0.160702] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.160704] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.160706] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.160708] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff]
[    0.160710] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff]
[    0.160712] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff]
[    0.160714] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff]
[    0.160716] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff]
[    0.160718] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff]
[    0.160720] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff]
[    0.160722] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff]
[    0.160723] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff]
[    0.160725] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff]
[    0.160727] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff]
[    0.160729] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff]
[    0.160731] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff]
[    0.160733] pci_bus 0000:00: resource 20 [mem 0x80000000-0xfebfffff]
[    0.160735] pci_bus 0000:01: resource 0 [io  0x5000-0x5fff]
[    0.160737] pci_bus 0000:01: resource 1 [mem 0x90000000-0x930fffff]
[    0.160739] pci_bus 0000:01: resource 2 [mem 0x80000000-0x8fffffff 64bit pref]
[    0.160741] pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
[    0.160743] pci_bus 0000:02: resource 1 [mem 0x9b400000-0x9b4fffff]
[    0.160746] pci_bus 0000:02: resource 2 [mem 0x9b600000-0x9b7fffff 64bit pref]
[    0.160748] pci_bus 0000:03: resource 0 [io  0x4000-0x4fff]
[    0.160750] pci_bus 0000:03: resource 1 [mem 0x97400000-0x9b3fffff]
[    0.160752] pci_bus 0000:03: resource 2 [mem 0x93100000-0x970fffff 64bit pref]
[    0.160754] pci_bus 0000:0b: resource 0 [io  0x7000-0x7fff]
[    0.160756] pci_bus 0000:0b: resource 1 [mem 0x97300000-0x973fffff]
[    0.160758] pci_bus 0000:0b: resource 2 [mem 0x9b800000-0x9b9fffff 64bit pref]
[    0.160760] pci_bus 0000:0c: resource 0 [io  0x3000-0x3fff]
[    0.160762] pci_bus 0000:0c: resource 1 [mem 0x97200000-0x972fffff]
[    0.160764] pci_bus 0000:0c: resource 2 [mem 0x9ba00000-0x9bcfffff pref]
[    0.160766] pci_bus 0000:0d: resource 1 [mem 0x97100000-0x971fffff]
[    0.160768] pci_bus 0000:0d: resource 4 [io  0x0000-0x0cf7]
[    0.160770] pci_bus 0000:0d: resource 5 [io  0x0d00-0xffff]
[    0.160772] pci_bus 0000:0d: resource 6 [mem 0x000a0000-0x000bffff]
[    0.160774] pci_bus 0000:0d: resource 7 [mem 0x000c0000-0x000c3fff]
[    0.160775] pci_bus 0000:0d: resource 8 [mem 0x000c4000-0x000c7fff]
[    0.160777] pci_bus 0000:0d: resource 9 [mem 0x000c8000-0x000cbfff]
[    0.160779] pci_bus 0000:0d: resource 10 [mem 0x000cc000-0x000cffff]
[    0.160781] pci_bus 0000:0d: resource 11 [mem 0x000d0000-0x000d3fff]
[    0.160783] pci_bus 0000:0d: resource 12 [mem 0x000d4000-0x000d7fff]
[    0.160785] pci_bus 0000:0d: resource 13 [mem 0x000d8000-0x000dbfff]
[    0.160787] pci_bus 0000:0d: resource 14 [mem 0x000dc000-0x000dffff]
[    0.160789] pci_bus 0000:0d: resource 15 [mem 0x000e0000-0x000e3fff]
[    0.160791] pci_bus 0000:0d: resource 16 [mem 0x000e4000-0x000e7fff]
[    0.160792] pci_bus 0000:0d: resource 17 [mem 0x000e8000-0x000ebfff]
[    0.160794] pci_bus 0000:0d: resource 18 [mem 0x000ec000-0x000effff]
[    0.160796] pci_bus 0000:0d: resource 19 [mem 0x000f0000-0x000fffff]
[    0.160798] pci_bus 0000:0d: resource 20 [mem 0x80000000-0xfebfffff]
[    0.160834] NET: Registered protocol family 2
[    0.161228] TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
[    0.162943] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.163526] TCP: Hash tables configured (established 262144 bind 65536)
[    0.163615] TCP: reno registered
[    0.163625] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[    0.163646] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[    0.163749] NET: Registered protocol family 1
[    0.163842] pci 0000:00:1a.7: enabling device (0000 -> 0002)
[    0.163969] pci 0000:00:1d.7: enabling device (0000 -> 0002)
[    0.164043] PCI: CLS mismatch (256 != 64), using 64 bytes
[    0.164099] Unpacking initramfs...
[    0.217291] Freeing initrd memory: 2908k freed
[    0.218925] audit: initializing netlink socket (disabled)
[    0.218944] type=2000 audit(1361550211.216:1): initialized
[    0.229502] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.231059] VFS: Disk quotas dquot_6.5.2
[    0.231103] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.231273] msgmni has been set to 4001
[    0.231501] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.231523] io scheduler noop registered
[    0.231525] io scheduler deadline registered
[    0.231554] io scheduler cfq registered (default)
[    0.231680] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
[    0.231808] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
[    0.231963] pcieport 0000:00:1c.2: irq 42 for MSI/MSI-X
[    0.232120] pcieport 0000:00:1c.4: irq 43 for MSI/MSI-X
[    0.232276] pcieport 0000:00:1c.5: irq 44 for MSI/MSI-X
[    0.232399] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
[    0.232401] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[    0.232405] pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
[    0.232425] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[    0.232430] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
[    0.232451] pcieport 0000:00:1c.2: Signaling PME through PCIe PME interrupt
[    0.232456] pcie_pme 0000:00:1c.2:pcie01: service driver pcie_pme loaded
[    0.232476] pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt
[    0.232478] pci 0000:0b:00.0: Signaling PME through PCIe PME interrupt
[    0.232483] pcie_pme 0000:00:1c.4:pcie01: service driver pcie_pme loaded
[    0.232503] pcieport 0000:00:1c.5: Signaling PME through PCIe PME interrupt
[    0.232505] pci 0000:0c:00.0: Signaling PME through PCIe PME interrupt
[    0.232510] pcie_pme 0000:00:1c.5:pcie01: service driver pcie_pme loaded
[    0.232593] efifb: dmi detected MacBookPro3,1 - framebuffer at 0x80030000 (1440x900, stride 8192)
[    0.232614] efifb: probing for efifb
[    0.233760] efifb: framebuffer at 0x80030000, mapped to 0xffffc90004900000, using 7232k, total 7232k
[    0.233761] efifb: mode is 1440x900x32, linelength=8192, pages=1
[    0.233763] efifb: scrolling: redraw
[    0.233765] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.237036] Console: switching to colour frame buffer device 180x56
[    0.240208] fb0: EFI VGA frame buffer device
[    0.240215] intel_idle: does not run on family 6 model 15
[    0.240253] GHES: HEST is not enabled!
[    0.240310] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.240713] Linux agpgart interface v0.103
[    0.240776] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    1.270229] tsc: Refined TSC clocksource calibration: 2593.499 MHz
[    1.270233] Switching to clocksource tsc
[    1.271065] i8042: No controller found
[    1.271147] mousedev: PS/2 mouse device common for all mice
[    1.271198] rtc_cmos 00:08: RTC can wake from S4
[    1.271332] rtc_cmos 00:08: rtc core: registered rtc_cmos as rtc0
[    1.271363] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    1.271370] cpuidle: using governor ladder
[    1.271371] cpuidle: using governor menu
[    1.271373] EFI Variables Facility v0.08 2004-May-17
[    1.506890] drop_monitor: Initializing network drop monitor service
[    1.506957] TCP: cubic registered
[    1.507050] NET: Registered protocol family 10
[    1.507193] NET: Registered protocol family 17
[    1.507202] Key type dns_resolver registered
[    1.507386] PM: Hibernation image not present or could not be loaded.
[    1.507394] registered taskstats version 1
[    1.507993]   Magic number: 1:149:389
[    1.508004] pci_express 0000:00:1c.4:pcie04: hash matches
[    1.508087] rtc_cmos 00:08: setting system clock to 2013-02-22 16:23:33 UTC (1361550213)
[    1.509332] Freeing unused kernel memory: 812k freed
[    1.509622] Write protecting the kernel read-only data: 8192k
[    1.512649] Freeing unused kernel memory: 1240k freed
[    1.514230] Freeing unused kernel memory: 472k freed
[    1.520702] systemd-udevd[45]: starting version 197
[    1.549269] ACPI: bus type usb registered
[    1.549301] usbcore: registered new interface driver usbfs
[    1.549311] usbcore: registered new interface driver hub
[    1.549519] usbcore: registered new device driver usb
[    1.549982] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.550079] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[    1.550083] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[    1.550090] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    1.550108] ehci_hcd 0000:00:1a.7: debug port 1
[    1.554422] ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
[    1.554448] ehci_hcd 0000:00:1a.7: irq 21, io mem 0x9b504c00
[    1.557675] SCSI subsystem initialized
[    1.559144] ACPI: bus type scsi registered
[    1.559552] libata version 3.00 loaded.
[    1.563380] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    1.563538] hub 1-0:1.0: USB hub found
[    1.563543] hub 1-0:1.0: 4 ports detected
[    1.563741] ata_piix 0000:00:1f.1: version 2.13
[    1.563749] ata_piix 0000:00:1f.1: power state changed by ACPI to D0
[    1.563790] ata_piix 0000:00:1f.1: setting latency timer to 64
[    1.565193] scsi0 : ata_piix
[    1.565787] scsi1 : ata_piix
[    1.565837] ata1: PATA max UDMA/100 cmd 0x6108 ctl 0x611c bmdma 0x60e0 irq 21
[    1.565839] ata2: PATA max UDMA/100 cmd 0x6100 ctl 0x6118 bmdma 0x60e8 irq 21
[    1.565872] ahci 0000:00:1f.2: version 3.0
[    1.565947] ahci 0000:00:1f.2: irq 45 for MSI/MSI-X
[    1.566010] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 3 ports 1.5 Gbps 0x1 impl SATA mode
[    1.566013] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ccc ems 
[    1.566018] ahci 0000:00:1f.2: setting latency timer to 64
[    1.566354] scsi2 : ahci
[    1.566414] scsi3 : ahci
[    1.566505] scsi4 : ahci
[    1.566556] ata3: SATA max UDMA/133 abar m2048@0x9b504000 port 0x9b504100 irq 45
[    1.566558] ata4: DUMMY
[    1.566559] ata5: DUMMY
[    1.566601] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    1.566605] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    1.566613] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[    1.566628] ehci_hcd 0000:00:1d.7: debug port 1
[    1.570547] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
[    1.570561] ehci_hcd 0000:00:1d.7: irq 20, io mem 0x9b504800
[    1.580009] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    1.580146] hub 2-0:1.0: USB hub found
[    1.580151] hub 2-0:1.0: 6 ports detected
[    1.606768] firewire_ohci 0000:0d:03.0: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x2
[    1.733689] ata1.00: ATAPI: HL-DT-ST DVDRW  GSA-S10N, AP09, max UDMA/33
[    1.746900] ata1.00: configured for UDMA/33
[    1.753239] scsi 0:0:0:0: CD-ROM            HL-DT-ST DVDRW  GSA-S10N  AP09 PQ: 0 ANSI: 5
[    1.886686] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.897050] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    1.897296] ata3.00: ATA-8: ST9750420AS, 0001SDM5, max UDMA/133
[    1.897299] ata3.00: 1465149168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    1.898196] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    1.898425] ata3.00: configured for UDMA/133
[    1.898493] scsi 2:0:0:0: Direct-Access     ATA      ST9750420AS      0001 PQ: 0 ANSI: 5
[    1.753405] ACPI: Invalid Power Resource to register!
[    1.898609] ACPI: Invalid Power Resource to register!
[    1.899428] uhci_hcd: USB Universal Host Controller Interface driver
[    1.899458] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[    1.899461] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    1.899467] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    1.899499] uhci_hcd 0000:00:1a.0: irq 20, io base 0x000060c0
[    1.899689] hub 3-0:1.0: USB hub found
[    1.899693] hub 3-0:1.0: 2 ports detected
[    1.899806] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[    1.899810] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    1.899815] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[    1.899852] uhci_hcd 0000:00:1a.1: irq 16, io base 0x000060a0
[    1.899967] hub 4-0:1.0: USB hub found
[    1.899970] hub 4-0:1.0: 2 ports detected
[    1.900094] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    1.900097] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    1.900102] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
[    1.900128] uhci_hcd 0000:00:1d.0: irq 16, io base 0x00006080
[    1.900247] hub 5-0:1.0: USB hub found
[    1.900252] hub 5-0:1.0: 2 ports detected
[    1.900362] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    1.900366] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    1.900375] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
[    1.900409] uhci_hcd 0000:00:1d.1: irq 18, io base 0x00006060
[    1.900524] hub 6-0:1.0: USB hub found
[    1.900528] hub 6-0:1.0: 2 ports detected
[    1.900636] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    1.900640] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    1.900645] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
[    1.900672] uhci_hcd 0000:00:1d.2: irq 21, io base 0x00006040
[    1.900819] hub 7-0:1.0: USB hub found
[    1.900823] hub 7-0:1.0: 2 ports detected
[    1.903280] sd 2:0:0:0: [sda] 1465149168 512-byte logical blocks: (750 GB/698 GiB)
[    1.903284] sd 2:0:0:0: [sda] 4096-byte physical blocks
[    1.903326] sd 2:0:0:0: [sda] Write Protect is off
[    1.903328] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.903355] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.976680] usb 2-4: new high-speed USB device number 2 using ehci_hcd
[    1.988999]  sda: sda1 sda2 sda3 sda4
[    1.989308] sd 2:0:0:0: [sda] Attached SCSI disk
[    1.993762] sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda caddy
[    1.993765] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.993959] sr 0:0:0:0: Attached scsi CD-ROM sr0
[    2.106741] firewire_core 0000:0d:03.0: created device fw0: GUID 001f5bfffe16d514, S800
[    2.536675] usb 3-1: new full-speed USB device number 2 using uhci_hcd
[    2.740044] input: HID 05ac:1000 as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1:1.0/input/input0
[    2.740116] hid-generic 0003:05AC:1000.0001: input,hidraw0: USB HID v1.11 Keyboard [HID 05ac:1000] on usb-0000:00:1a.0-1/input0
[    2.771773] input: HID 05ac:1000 as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1:1.1/input/input1
[    2.771837] hid-generic 0003:05AC:1000.0002: input,hidraw1: USB HID v1.11 Mouse [HID 05ac:1000] on usb-0000:00:1a.0-1/input1
[    2.771858] usbcore: registered new interface driver usbhid
[    2.771859] usbhid: USB HID core driver
[    2.910646] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
[    2.946685] usb 7-1: new low-speed USB device number 2 using uhci_hcd
[    3.363346] usb 7-2: new full-speed USB device number 3 using uhci_hcd
[    3.466393] systemd[1]: systemd 197 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
[    3.475983] systemd[1]: No hostname configured.
[    3.475991] systemd[1]: Set hostname to <localhost>.
[    3.834266] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory. See system logs and 'systemctl status display-manager.service' for details.
[    3.834450] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[    3.834497] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    3.834508] systemd[1]: Starting Remote File Systems.
[    3.834519] systemd[1]: Reached target Remote File Systems.
[    3.834528] systemd[1]: Expecting device sys-subsystem-net-devices-eth0.device...
[    3.834538] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[    3.834562] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    3.834570] systemd[1]: Starting Delayed Shutdown Socket.
[    3.834595] systemd[1]: Listening on Delayed Shutdown Socket.
[    3.834603] systemd[1]: Starting Device-mapper event daemon FIFOs.
[    3.834627] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    3.834635] systemd[1]: Starting LVM2 metadata daemon socket.
[    3.834661] systemd[1]: Listening on LVM2 metadata daemon socket.
[    3.834673] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[    3.834706] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    3.834735] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
[    3.834824] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    3.834879] systemd[1]: Starting udev Kernel Socket.
[    3.834900] systemd[1]: Listening on udev Kernel Socket.
[    3.834941] systemd[1]: Starting udev Control Socket.
[    3.834963] systemd[1]: Listening on udev Control Socket.
[    3.834972] systemd[1]: Starting Encrypted Volumes.
[    3.834981] systemd[1]: Reached target Encrypted Volumes.
[    3.834988] systemd[1]: Starting Swap.
[    3.834997] systemd[1]: Reached target Swap.
[    3.835005] systemd[1]: Expecting device dev-disk-by\x2duuid-6590b970\x2dea5c\x2d41b3\x2d8407\x2d21597b27935a.device...
[    3.835015] systemd[1]: Starting Journal Socket.
[    3.835058] systemd[1]: Listening on Journal Socket.
[    3.835072] systemd[1]: Started File System Check on Root Device.
[    3.835081] systemd[1]: Starting Remount Root and Kernel File Systems...
[    3.836921] systemd[1]: Mounting Temporary Directory...
[    3.843524] systemd[1]: Starting udev Kernel Device Manager...
[    3.873892] systemd[1]: Started Set Up Additional Binary Formats.
[    3.886014] systemd[1]: Starting Apply Kernel Variables...
[    3.890211] systemd[1]: Mounting Huge Pages File System...
[    3.902531] systemd[1]: Starting Setup Virtual Console...
[    3.903566] systemd[1]: Starting udev Coldplug all Devices...
[    3.919438] systemd[1]: Started Load Kernel Modules.
[    3.919456] systemd[1]: Mounting Configuration File System...
[    3.923547] systemd[1]: Mounting POSIX Message Queue File System...
[    3.933017] systemd[1]: Mounted FUSE Control File System.
[    3.933048] systemd[1]: Mounting Debug File System...
[    3.936852] systemd[1]: Starting Journal Service...
[    3.944702] systemd[1]: Started Journal Service.
[    4.205157] EXT4-fs (sda3): re-mounted. Opts: data=ordered
[    4.210898] systemd-udevd[123]: starting version 197
[    4.549464] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
[    4.549511] ACPI: Lid Switch [LID0]
[    4.549559] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3
[    4.549564] ACPI: Power Button [PWRB]
[    4.549605] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input4
[    4.549609] ACPI: Sleep Button [SLPB]
[    4.549673] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
[    4.549676] ACPI: Power Button [PWRF]
[    4.550640] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    4.551409] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input6
[    4.644974] ACPI: Battery Slot [BAT0] (battery present)
[    4.645034] ACPI: AC Adapter [ADP1] (on-line)
[    4.671860] microcode: CPU0 sig=0x6fb, pf=0x80, revision=0xb3
[    4.682082] input: PC Speaker as /devices/platform/pcspkr/input/input7
[    4.785690] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20120913/utaddress-251)
[    4.785697] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    4.785702] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \GPIO 1 (20120913/utaddress-251)
[    4.785705] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    4.785707] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \GPIO 1 (20120913/utaddress-251)
[    4.785710] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    4.785711] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    4.798163] applesmc: key=245 fan=2 temp=14 index=14 acc=1 lux=2 kbd=1
[    4.804817] input: applesmc as /devices/platform/applesmc.768/input/input8
[    4.804933] Registered led device: smc::kbd_backlight
[    4.812203] iTCO_vendor_support: vendor-support=0
[    4.921839] cfg80211: Calling CRDA to update world regulatory domain
[    4.975855] apple 0003:05AC:8242.0003: hiddev0,hidraw2: USB HID v1.11 Device [Apple Computer, Inc. IR Receiver] on usb-0000:00:1d.2-1/input0
[    4.976129] input: Apple Computer Apple Internal Keyboard / Trackpad as /devices/pci0000:00/0000:00:1d.2/usb7/7-2/7-2:1.0/input/input9
[    4.976234] apple 0003:05AC:021B.0004: input,hidraw3: USB HID v1.11 Keyboard [Apple Computer Apple Internal Keyboard / Trackpad] on usb-0000:00:1d.2-2/input0
[    4.978042] input: Apple Computer Apple Internal Keyboard / Trackpad as /devices/pci0000:00/0000:00:1d.2/usb7/7-2/7-2:1.2/input/input10
[    4.978135] apple 0003:05AC:021B.0005: input,hidraw4: USB HID v1.11 Device [Apple Computer Apple Internal Keyboard / Trackpad] on usb-0000:00:1d.2-2/input2
[    4.989994] i801_smbus 0000:00:1f.3: enabling device (0000 -> 0003)
[    4.990164] ACPI Warning: 0x000000000000efa0-0x000000000000efbf SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 (20120913/utaddress-251)
[    4.990169] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    5.008000] microcode: CPU1 sig=0x6fb, pf=0x80, revision=0xb3
[    5.008358] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    5.018334] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
[    5.018367] iTCO_wdt: Found a ICH8M TCO device (Version=2, TCOBASE=0x0460)
[    5.018456] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    5.026961] snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
[    5.027029] snd_hda_intel 0000:00:1b.0: irq 46 for MSI/MSI-X
[    5.044063] ACPI: Requesting acpi_cpufreq
[    5.106716] appletouch 7-2:1.1: Geyser mode initialized.
[    5.106772] input: appletouch as /devices/pci0000:00/0000:00:1d.2/usb7/7-2/7-2:1.1/input/input11
[    5.106871] usbcore: registered new interface driver appletouch
[    5.109700] media: Linux media interface: v0.10
[    5.114138] Linux video capture interface: v2.00
[    5.134077] ath9k 0000:0b:00.0: enabling device (0000 -> 0002)
[    5.156380] Monitor-Mwait will be used to enter C-1 state
[    5.156387] Monitor-Mwait will be used to enter C-2 state
[    5.156391] Monitor-Mwait will be used to enter C-3 state
[    5.156395] tsc: Marking TSC unstable due to TSC halts in idle
[    5.156423] ACPI: acpi_idle registered with cpuidle
[    5.159919] Switching to clocksource hpet
[    5.191244] sky2: driver version 1.30
[    5.191295] sky2 0000:0c:00.0: enabling device (0000 -> 0003)
[    5.191471] sky2 0000:0c:00.0: Yukon-2 EC Ultra chip revision 3
[    5.192095] sky2 0000:0c:00.0: irq 47 for MSI/MSI-X
[    5.192961] sky2 0000:0c:00.0 eth0: addr 00:1f:f3:d7:09:4c
[    5.265921] ath: EEPROM regdomain: 0x37
[    5.265924] ath: EEPROM indicates we should expect a direct regpair map
[    5.265926] ath: Country alpha2 being used: AW
[    5.265927] ath: Regpair used: 0x37
[    5.317147] ieee80211 phy0: Selected rate control algorithm 'ath9k_rate_control'
[    5.317359] Registered led device: ath9k-phy0
[    5.317364] ieee80211 phy0: Atheros AR5418 MAC/BB Rev:2 AR5133 RF Rev:81 mem=0xffffc90005c80000, irq=16
[    5.449951] uvcvideo: Found UVC 1.00 device Built-in iSight (05ac:8502)
[    5.452939] input: Built-in iSight as /devices/pci0000:00/0000:00:1d.7/usb2/2-4/2-4:1.0/input/input12
[    5.453014] usbcore: registered new interface driver uvcvideo
[    5.453016] USB Video Class driver (1.1.1)
[    5.467815] hda_codec: ALC889A: SKU not ready 0x400000f0
[    5.469984] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input13
[    5.489877] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[    5.490060] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
[    5.589647] systemd-udevd[147]: renamed network interface wlan0 to wlp11s0
[    5.591218] systemd-udevd[145]: renamed network interface eth0 to enp12s0
[    5.667227] nvidia: module license 'NVIDIA' taints kernel.
[    5.667232] Disabling lock debugging due to kernel taint
[    5.683156] nvidia 0000:01:00.0: enabling device (0002 -> 0003)
[    5.683178] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
[    5.683439] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  313.18  Wed Jan  9 17:02:09 PST 2013
[    7.118850] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: data=ordered
[    7.158168] systemd-journald[132]: Received SIGUSR1
[    7.261421] systemd-journald[132]: File /var/log/journal/f70ce78868ba43f7a82c3b1d1e9f2b7b/system.journal corrupted or uncleanly shut down, renaming and replacing.
[  102.789434] NVRM: failed to copy vbios to system memory.
[  102.789583] NVRM: RmInitAdapter failed! (0x30:0xffffffff:754)
[  102.789588] NVRM: rm_init_adapter(0) failed
[  142.279687] IPv6: ADDRCONF(NETDEV_UP): wlp11s0: link is not ready
[  147.187098] IPv6: ADDRCONF(NETDEV_UP): wlp11s0: link is not ready
[  148.968010] wlp11s0: authenticate with 00:1f:9f:12:ce:d5
[  148.970901] wlp11s0: send auth to 00:1f:9f:12:ce:d5 (try 1/3)
[  148.973723] wlp11s0: authenticated
[  148.973931] ath9k 0000:0b:00.0 wlp11s0: disabling HT/VHT due to WEP/TKIP use
[  148.973941] ath9k 0000:0b:00.0 wlp11s0: disabling HT as WMM/QoS is not supported by the AP
[  148.973948] ath9k 0000:0b:00.0 wlp11s0: disabling VHT as WMM/QoS is not supported by the AP
[  148.976852] wlp11s0: associate with 00:1f:9f:12:ce:d5 (try 1/3)
[  148.989795] wlp11s0: RX AssocResp from 00:1f:9f:12:ce:d5 (capab=0x411 status=0 aid=3)
[  148.989904] IPv6: ADDRCONF(NETDEV_CHANGE): wlp11s0: link becomes ready
[  148.990207] wlp11s0: associated

Offline

#8 2013-02-22 16:39:24

anthillsocial
Member
Registered: 2013-02-18
Posts: 129

Re: Problem installing nvidia drivers on 2007 macbook 3,1

Ok correction. I just removed nomode set & it booted ok (it hadn't before).
startx still doesn't work though.

Offline

#9 2013-02-22 16:50:18

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: Problem installing nvidia drivers on 2007 macbook 3,1

Here's the problem:

[  102.789434] NVRM: failed to copy vbios to system memory.
[  102.789583] NVRM: RmInitAdapter failed! (0x30:0xffffffff:754)
[  102.789588] NVRM: rm_init_adapter(0) failed

I can only suggest trying a different driver version, like 310.32.

Offline

#10 2013-02-22 17:09:01

anthillsocial
Member
Registered: 2013-02-18
Posts: 129

Re: Problem installing nvidia drivers on 2007 macbook 3,1

Thank you - getting a step closer...
Do you mean an older version of the nvidia driver?
If so, how do I use pacman to install that?
(happy to be pointed in the general direction)

Offline

#11 2013-02-22 17:21:36

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: Problem installing nvidia drivers on 2007 macbook 3,1

anthillsocial wrote:

If so, how do I use pacman to install that?

ABS is your friend. Use it to get the PKGBUILDs and modify them to build 310.32 (change the pkgver).

Last edited by Gusar (2013-02-22 17:22:33)

Offline

#12 2013-02-22 17:23:51

anthillsocial
Member
Registered: 2013-02-18
Posts: 129

Re: Problem installing nvidia drivers on 2007 macbook 3,1

Thank you - much appreciated!

Offline

#13 2013-02-22 20:08:53

anthillsocial
Member
Registered: 2013-02-18
Posts: 129

Re: Problem installing nvidia drivers on 2007 macbook 3,1

That hasn't worked either sad

Offline

#14 2013-02-22 22:03:31

s1ln7m4s7r
Member
Registered: 2013-02-22
Posts: 262

Re: Problem installing nvidia drivers on 2007 macbook 3,1

I've noticed that you have quite a few acpi warnings during boot:

Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug

disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'

[    4.785690] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20120913/utaddress-251)
[    4.785697] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    4.785702] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \GPIO 1 (20120913/utaddress-251)
[    4.785705] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    4.785707] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \GPIO 1 (20120913/utaddress-251)
[    4.785710] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver

So it seems your system has problems with acpi. If you can try using this "ACPI=noirq" on your bootloader (just for testing porposes). See if after rebooting you are able to run startx. Because it seems not to be a drivers issue.

NOTE: Normally Bumblebee/Optimus system (2 graphic cards) has issues like this one.

Offline

#15 2013-02-22 22:11:22

s1ln7m4s7r
Member
Registered: 2013-02-22
Posts: 262

Re: Problem installing nvidia drivers on 2007 macbook 3,1

Can you tell me if you tried using nouveau instead of nvidia? And did it boot?

Offline

#16 2013-02-22 22:33:48

s1ln7m4s7r
Member
Registered: 2013-02-22
Posts: 262

Re: Problem installing nvidia drivers on 2007 macbook 3,1

Before doing what i said try unload nvidia module and reload it again, then run startx without rebooting:

rmmod nvidia

modprobe nvidia

startx

Offline

#17 2013-02-23 02:04:41

anthillsocial
Member
Registered: 2013-02-18
Posts: 129

Re: Problem installing nvidia drivers on 2007 macbook 3,1

Tried: ACPI=noirq"
(made no difference)

Tried:
rmmod nvidia
modprobe nvidia
startx
(Didnt start up)

Tried uninstalling nvidia & installing nouveau instead.:
Didn't boot & startup hanged - had to add nomodeset in order to get to the commandline. So it looks like the nvidia driver is working in some respects. The Xorg.log / dmesgv output below is with the nouveau driver installed, which doesn't seem to get picked up at all:

Xorg.0.log

[   548.414] 
X.Org X Server 1.13.2
Release Date: 2013-01-24
[   548.415] X Protocol Version 11, Revision 0
[   548.415] Build Operating System: Linux 3.7.4-1-ARCH x86_64 
[   548.415] Current Operating System: Linux localhost 3.7.9-1-ARCH #1 SMP PREEMPT Mon Feb 18 02:13:30 EET 2013 x86_64
[   548.415] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=f223ef2a-535f-48e6-ac90-3c535fb25b25 ro ACPI=noirq nomodeset
[   548.415] Build Date: 25 January 2013  09:33:50AM
[   548.415]  
[   548.415] Current version of pixman: 0.28.2
[   548.415] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   548.415] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   548.415] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Feb 23 01:52:00 2013
[   548.415] (==) Using config file: "/etc/X11/xorg.conf"
[   548.415] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   548.416] (==) ServerLayout "Layout0"
[   548.416] (**) |-->Screen "Screen0" (0)
[   548.416] (**) |   |-->Monitor "Monitor0"
[   548.416] (**) |   |-->Device "Device0"
[   548.416] (**) |-->Input Device "Keyboard0"
[   548.416] (**) |-->Input Device "Mouse0"
[   548.416] (==) Automatically adding devices
[   548.416] (==) Automatically enabling devices
[   548.416] (==) Automatically adding GPU devices
[   548.416] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF/".
[   548.416] 	Entry deleted from font path.
[   548.416] 	(Run 'mkfontdir' on "/usr/share/fonts/OTF/").
[   548.416] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/Type1/".
[   548.416] 	Entry deleted from font path.
[   548.416] 	(Run 'mkfontdir' on "/usr/share/fonts/Type1/").
[   548.416] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[   548.416] (==) ModulePath set to "/usr/lib/xorg/modules"
[   548.416] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[   548.416] (WW) Disabling Keyboard0
[   548.416] (WW) Disabling Mouse0
[   548.416] (II) Loader magic: 0x7fcc40
[   548.416] (II) Module ABI versions:
[   548.416] 	X.Org ANSI C Emulation: 0.4
[   548.416] 	X.Org Video Driver: 13.1
[   548.416] 	X.Org XInput driver : 18.0
[   548.416] 	X.Org Server Extension : 7.0
[   548.418] (--) PCI:*(0:1:0:0) 10de:0407:106b:00a0 rev 161, Mem @ 0x92000000/16777216, 0x80000000/268435456, 0x90000000/33554432, I/O @ 0x00005000/128, BIOS @ 0x????????/131072
[   548.418] (II) Open ACPI successful (/var/run/acpid.socket)
[   548.418] Initializing built-in extension Generic Event Extension
[   548.418] Initializing built-in extension SHAPE
[   548.418] Initializing built-in extension MIT-SHM
[   548.418] Initializing built-in extension XInputExtension
[   548.418] Initializing built-in extension XTEST
[   548.418] Initializing built-in extension BIG-REQUESTS
[   548.418] Initializing built-in extension SYNC
[   548.418] Initializing built-in extension XKEYBOARD
[   548.418] Initializing built-in extension XC-MISC
[   548.418] Initializing built-in extension SECURITY
[   548.418] Initializing built-in extension XINERAMA
[   548.418] Initializing built-in extension XFIXES
[   548.418] Initializing built-in extension RENDER
[   548.418] Initializing built-in extension RANDR
[   548.419] Initializing built-in extension COMPOSITE
[   548.419] Initializing built-in extension DAMAGE
[   548.419] Initializing built-in extension MIT-SCREEN-SAVER
[   548.419] Initializing built-in extension DOUBLE-BUFFER
[   548.419] Initializing built-in extension RECORD
[   548.419] Initializing built-in extension DPMS
[   548.419] Initializing built-in extension X-Resource
[   548.419] Initializing built-in extension XVideo
[   548.419] Initializing built-in extension XVideo-MotionCompensation
[   548.419] Initializing built-in extension XFree86-VidModeExtension
[   548.419] Initializing built-in extension XFree86-DGA
[   548.419] Initializing built-in extension XFree86-DRI
[   548.419] Initializing built-in extension DRI2
[   548.419] (II) LoadModule: "glx"
[   548.419] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   548.419] (II) Module glx: vendor="X.Org Foundation"
[   548.419] 	compiled for 1.13.2, module version = 1.0.0
[   548.419] 	ABI class: X.Org Server Extension, version 7.0
[   548.419] (==) AIGLX enabled
[   548.419] Loading extension GLX
[   548.419] (II) LoadModule: "nvidia"
[   548.420] (WW) Warning, couldn't open module nvidia
[   548.420] (II) UnloadModule: "nvidia"
[   548.420] (II) Unloading nvidia
[   548.420] (EE) Failed to load module "nvidia" (module does not exist, 0)
[   548.420] (EE) No drivers available.
[   548.420] 
Fatal server error:
[   548.420] no screens found
[   548.420] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[   548.422] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[   548.423] (EE) 

demsg

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.7.9-1-ARCH (nobody@foutrelis) (gcc version 4.7.2 (GCC) ) #1 SMP PREEMPT Mon Feb 18 02:13:30 EET 2013
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=f223ef2a-535f-48e6-ac90-3c535fb25b25 ro ACPI=noirq nomodeset
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
[    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-0x000000007eef0fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007eef1000-0x000000007f0f1fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007f0f2000-0x000000007fe53fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007fe54000-0x000000007fe79fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007fe7a000-0x000000007fe88fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007fe89000-0x000000007feb2fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007feb3000-0x000000007feb8fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007feb9000-0x000000007febefff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007febf000-0x000000007fed1fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007fed2000-0x000000007fed3fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007fed4000-0x000000007fed6fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007fed7000-0x000000007fed9fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007feda000-0x000000007fedafff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007fedb000-0x000000007feeefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007feef000-0x000000007fefefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007feff000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f00f8000-0x00000000f00f8fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fffa0000-0x00000000fffcffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v1.10 by Apple
[    0.000000] efi:  ACPI=0x7fefe000  ACPI 2.0=0x7fefe014  SMBIOS=0x7fed3000 
[    0.000000] efi: mem00: type=7, attr=0xf, range=[0x0000000000000000-0x000000000008f000) (0MB)
[    0.000000] efi: mem01: type=10, attr=0xf, range=[0x000000000008f000-0x0000000000090000) (0MB)
[    0.000000] efi: mem02: type=7, attr=0xf, range=[0x0000000000090000-0x00000000000a0000) (0MB)
[    0.000000] efi: mem03: type=2, attr=0xf, range=[0x0000000000100000-0x0000000001002000) (15MB)
[    0.000000] efi: mem04: type=7, attr=0xf, range=[0x0000000001002000-0x0000000002000000) (15MB)
[    0.000000] efi: mem05: type=2, attr=0xf, range=[0x0000000002000000-0x0000000002f02000) (15MB)
[    0.000000] efi: mem06: type=7, attr=0xf, range=[0x0000000002f02000-0x0000000037a42000) (843MB)
[    0.000000] efi: mem07: type=2, attr=0xf, range=[0x0000000037a42000-0x0000000037d19000) (2MB)
[    0.000000] efi: mem08: type=7, attr=0xf, range=[0x0000000037d19000-0x000000005dc80000) (607MB)
[    0.000000] efi: mem09: type=2, attr=0xf, range=[0x000000005dc80000-0x000000007d0a2000) (500MB)
[    0.000000] efi: mem10: type=1, attr=0xf, range=[0x000000007d0a2000-0x000000007d0c0000) (0MB)
[    0.000000] efi: mem11: type=4, attr=0xf, range=[0x000000007d0c0000-0x000000007d32d000) (2MB)
[    0.000000] efi: mem12: type=7, attr=0xf, range=[0x000000007d32d000-0x000000007d341000) (0MB)
[    0.000000] efi: mem13: type=1, attr=0xf, range=[0x000000007d341000-0x000000007d368000) (0MB)
[    0.000000] efi: mem14: type=7, attr=0xf, range=[0x000000007d368000-0x000000007d3aa000) (0MB)
[    0.000000] efi: mem15: type=4, attr=0xf, range=[0x000000007d3aa000-0x000000007eb0e000) (23MB)
[    0.000000] efi: mem16: type=7, attr=0xf, range=[0x000000007eb0e000-0x000000007eb13000) (0MB)
[    0.000000] efi: mem17: type=4, attr=0xf, range=[0x000000007eb13000-0x000000007eb5c000) (0MB)
[    0.000000] efi: mem18: type=7, attr=0xf, range=[0x000000007eb5c000-0x000000007eb5d000) (0MB)
[    0.000000] efi: mem19: type=4, attr=0xf, range=[0x000000007eb5d000-0x000000007ebbb000) (0MB)
[    0.000000] efi: mem20: type=7, attr=0xf, range=[0x000000007ebbb000-0x000000007ebbd000) (0MB)
[    0.000000] efi: mem21: type=4, attr=0xf, range=[0x000000007ebbd000-0x000000007ebc0000) (0MB)
[    0.000000] efi: mem22: type=7, attr=0xf, range=[0x000000007ebc0000-0x000000007ebc1000) (0MB)
[    0.000000] efi: mem23: type=4, attr=0xf, range=[0x000000007ebc1000-0x000000007eef1000) (3MB)
[    0.000000] efi: mem24: type=10, attr=0xf, range=[0x000000007eef1000-0x000000007f0f2000) (2MB)
[    0.000000] efi: mem25: type=4, attr=0xf, range=[0x000000007f0f2000-0x000000007fc73000) (11MB)
[    0.000000] efi: mem26: type=7, attr=0xf, range=[0x000000007fc73000-0x000000007fcd1000) (0MB)
[    0.000000] efi: mem27: type=3, attr=0xf, range=[0x000000007fcd1000-0x000000007fe4b000) (1MB)
[    0.000000] efi: mem28: type=7, attr=0xf, range=[0x000000007fe4b000-0x000000007fe54000) (0MB)
[    0.000000] efi: mem29: type=5, attr=0x800000000000000f, range=[0x000000007fe54000-0x000000007fe7a000) (0MB)
[    0.000000] efi: mem30: type=7, attr=0xf, range=[0x000000007fe7a000-0x000000007fe89000) (0MB)
[    0.000000] efi: mem31: type=6, attr=0x800000000000000f, range=[0x000000007fe89000-0x000000007feb3000) (0MB)
[    0.000000] efi: mem32: type=7, attr=0xf, range=[0x000000007feb3000-0x000000007feb9000) (0MB)
[    0.000000] efi: mem33: type=0, attr=0xf, range=[0x000000007feb9000-0x000000007febf000) (0MB)
[    0.000000] efi: mem34: type=7, attr=0xf, range=[0x000000007febf000-0x000000007fec8000) (0MB)
[    0.000000] efi: mem35: type=2, attr=0xf, range=[0x000000007fec8000-0x000000007fed2000) (0MB)
[    0.000000] efi: mem36: type=10, attr=0xf, range=[0x000000007fed2000-0x000000007fed4000) (0MB)
[    0.000000] efi: mem37: type=9, attr=0xf, range=[0x000000007fed4000-0x000000007fed7000) (0MB)
[    0.000000] efi: mem38: type=10, attr=0xf, range=[0x000000007fed7000-0x000000007feda000) (0MB)
[    0.000000] efi: mem39: type=9, attr=0xf, range=[0x000000007feda000-0x000000007fedb000) (0MB)
[    0.000000] efi: mem40: type=10, attr=0xf, range=[0x000000007fedb000-0x000000007feef000) (0MB)
[    0.000000] efi: mem41: type=9, attr=0xf, range=[0x000000007feef000-0x000000007feff000) (0MB)
[    0.000000] efi: mem42: type=6, attr=0x800000000000000f, range=[0x000000007feff000-0x000000007ff00000) (0MB)
[    0.000000] efi: mem43: type=0, attr=0x8000000000000000, range=[0x00000000000a0000-0x00000000000c0000) (0MB)
[    0.000000] efi: mem44: type=0, attr=0x8000000000000000, range=[0x000000007ff00000-0x0000000080000000) (1MB)
[    0.000000] efi: mem45: type=11, attr=0x8000000000000000, range=[0x00000000f00f8000-0x00000000f00f9000) (0MB)
[    0.000000] efi: mem46: type=11, attr=0x8000000000000000, range=[0x00000000fed1c000-0x00000000fed20000) (0MB)
[    0.000000] efi: mem47: type=11, attr=0x8000000000000000, range=[0x00000000fffa0000-0x00000000fffd0000) (0MB)
[    0.000000] SMBIOS 2.4 present.
[    0.000000] DMI: Apple Inc. MacBookPro3,1/Mac-F4238BC8, BIOS    MBP31.88Z.0070.B07.0803051658 03/05/08
[    0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] No AGP bridge found
[    0.000000] e820: last_pfn = 0x7fed2 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-CFFFF write-protect
[    0.000000]   D0000-DFFFF uncachable
[    0.000000]   E0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0FFE00000 mask FFFE00000 write-protect
[    0.000000]   1 base 000000000 mask F80000000 write-back
[    0.000000]   2 base 07FF00000 mask FFFF00000 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 enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff]
[    0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
[    0.000000] init_memory_mapping: [mem 0x00000000-0x7fed1fff]
[    0.000000]  [mem 0x00000000-0x7fdfffff] page 2M
[    0.000000]  [mem 0x7fe00000-0x7fed1fff] page 4k
[    0.000000] kernel direct mapping tables up to 0x7fed1fff @ [mem 0x1fffc000-0x1fffffff]
[    0.000000] RAMDISK: [mem 0x37a42000-0x37d18fff]
[    0.000000] ACPI: RSDP 000000007fefe014 00024 (v02 APPLE )
[    0.000000] ACPI: XSDT 000000007fefe1c0 0007C (v01 APPLE   Apple00 00000070      01000013)
[    0.000000] ACPI: FACP 000000007fefc000 000F4 (v03 APPLE   Apple00 00000070 Loki 0000005F)
[    0.000000] ACPI: DSDT 000000007fef1000 048A8 (v01 APPLE  MacBookP 00030001 INTL 20061109)
[    0.000000] ACPI: FACS 000000007fedb000 00040
[    0.000000] ACPI: HPET 000000007fefb000 00038 (v01 APPLE   Apple00 00000001 Loki 0000005F)
[    0.000000] ACPI: APIC 000000007fefa000 00068 (v01 APPLE   Apple00 00000001 Loki 0000005F)
[    0.000000] ACPI: MCFG 000000007fef9000 0003C (v01 APPLE   Apple00 00000001 Loki 0000005F)
[    0.000000] ACPI: ASF! 000000007fef8000 000A5 (v32 APPLE   Apple00 00000001 Loki 0000005F)
[    0.000000] ACPI: SBST 000000007fef7000 00030 (v01 APPLE   Apple00 00000001 Loki 0000005F)
[    0.000000] ACPI: ECDT 000000007fef6000 00053 (v01 APPLE   Apple00 00000001 Loki 0000005F)
[    0.000000] ACPI: SSDT 000000007feda000 00137 (v01 APPLE  SataAhci 00001000 INTL 20061109)
[    0.000000] ACPI: SSDT 000000007fed6000 004DC (v01  APPLE    CpuPm 00003000 INTL 20061109)
[    0.000000] ACPI: SSDT 000000007fed5000 0025F (v01  APPLE  Cpu0Tst 00003000 INTL 20061109)
[    0.000000] ACPI: SSDT 000000007fed4000 000A6 (v01  APPLE  Cpu1Tst 00003000 INTL 20061109)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000007fed1fff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x7fed1fff]
[    0.000000]   NODE_DATA [mem 0x7fece000-0x7fed1fff]
[    0.000000]  [ffffea0000000000-ffffea0001ffffff] PMD -> [ffff88007a800000-ffff88007c7fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00010000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00010000-0x0008efff]
[    0.000000]   node   0: [mem 0x00090000-0x0009ffff]
[    0.000000]   node   0: [mem 0x00100000-0x7eef0fff]
[    0.000000]   node   0: [mem 0x7f0f2000-0x7fe53fff]
[    0.000000]   node   0: [mem 0x7fe7a000-0x7fe88fff]
[    0.000000]   node   0: [mem 0x7feb3000-0x7feb8fff]
[    0.000000]   node   0: [mem 0x7febf000-0x7fed1fff]
[    0.000000] On node 0 totalpages: 523274
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 8 pages reserved
[    0.000000]   DMA zone: 3911 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 8124 pages used for memmap
[    0.000000]   DMA32 zone: 511167 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[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 1, 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] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: 000000000008f000 - 0000000000090000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000c0000
[    0.000000] PM: Registered nosave memory: 00000000000c0000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 000000007eef1000 - 000000007f0f2000
[    0.000000] PM: Registered nosave memory: 000000007fe54000 - 000000007fe7a000
[    0.000000] PM: Registered nosave memory: 000000007fe89000 - 000000007feb3000
[    0.000000] PM: Registered nosave memory: 000000007feb9000 - 000000007febf000
[    0.000000] e820: [mem 0x80000000-0xf00f7fff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007ce00000 s84608 r8192 d21888 u1048576
[    0.000000] pcpu-alloc: s84608 r8192 d21888 u1048576 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 515078
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=f223ef2a-535f-48e6-ac90-3c535fb25b25 ro ACPI=noirq nomodeset
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] __ex_table already sorted, skipping sort
[    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: 2002056k/2095944k available (4893k kernel code, 2848k absent, 91040k reserved, 4021k data, 812k init)
[    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	Dump stacks of tasks blocking RCU-preempt GP.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=2.
[    0.000000] NR_IRQS:4352 nr_irqs:512 16
[    0.000000] Extended CMOS year: 2000
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 8388608 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2593.465 MHz processor
[    0.003337] Calibrating delay loop (skipped), value calculated using timer frequency.. 5189.05 BogoMIPS (lpj=8644883)
[    0.003341] pid_max: default: 32768 minimum: 301
[    0.003363] init_memory_mapping: [mem 0x7feff000-0x7fefffff]
[    0.003366]  [mem 0x7feff000-0x7fefffff] page 4k
[    0.003491] init_memory_mapping: [mem 0x7ff00000-0x7fffffff]
[    0.003493]  [mem 0x7ff00000-0x7fffffff] page 4k
[    0.004160] Security Framework initialized
[    0.004174] AppArmor: AppArmor disabled by boot time parameter
[    0.004325] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.007116] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.007629] Mount-cache hash table entries: 256
[    0.007859] Initializing cgroup subsys cpuacct
[    0.007862] Initializing cgroup subsys memory
[    0.007873] Initializing cgroup subsys devices
[    0.007875] Initializing cgroup subsys freezer
[    0.007877] Initializing cgroup subsys net_cls
[    0.007878] Initializing cgroup subsys blkio
[    0.007907] CPU: Physical Processor ID: 0
[    0.007909] CPU: Processor Core ID: 0
[    0.007911] mce: CPU supports 6 MCE banks
[    0.007918] CPU0: Thermal monitoring enabled (TM2)
[    0.007922] process: using mwait in idle threads
[    0.007927] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32
tlb_flushall_shift: -1
[    0.008015] Freeing SMP alternatives: 16k freed
[    0.009125] ACPI: Core revision 20120913
[    0.009484] CPU0: Core temperature above threshold, cpu clock throttled (total events = 1)
[    0.010136] CPU0: Core temperature/speed normal
[    0.014777] ftrace: allocating 18828 entries in 74 pages
[    0.023812] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.057566] smpboot: CPU0: Intel(R) Core(TM)2 Duo CPU     T7800  @ 2.60GHz (fam: 06, model: 0f, stepping: 0b)
[    0.059999] Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
[    0.059999] perf_event_intel: PEBS disabled due to CPU errata
[    0.059999] ... version:                2
[    0.059999] ... bit width:              40
[    0.059999] ... generic registers:      2
[    0.059999] ... value mask:             000000ffffffffff
[    0.059999] ... max period:             000000007fffffff
[    0.059999] ... fixed-purpose events:   3
[    0.059999] ... event mask:             0000000700000003
[    0.083380] smpboot: Booting Node   0, Processors  #1 OK
[    0.096596] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.096610] Brought up 2 CPUs
[    0.096612] smpboot: Total of 2 processors activated (10378.10 BogoMIPS)
[    0.098287] devtmpfs: initialized
[    0.098287] PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
[    0.098287] PM: Registering ACPI NVS region [mem 0x7eef1000-0x7f0f1fff] (2101248 bytes)
[    0.098287] PM: Registering ACPI NVS region [mem 0x7fed2000-0x7fed3fff] (8192 bytes)
[    0.098287] PM: Registering ACPI NVS region [mem 0x7fed7000-0x7fed9fff] (12288 bytes)
[    0.098287] PM: Registering ACPI NVS region [mem 0x7fedb000-0x7feeefff] (81920 bytes)
[    0.098287] RTC time:  1:42:52, date: 02/23/13
[    0.098287] NET: Registered protocol family 16
[    0.098287] ACPI: bus type pci registered
[    0.098287] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xf0000000-0xffffffff] (base 0xf0000000)
[    0.098287] PCI: not using MMCONFIG
[    0.098287] PCI: Using configuration type 1 for base access
[    0.100018] bio: create slab <bio-0> at 0
[    0.100037] ACPI: Added _OSI(Module Device)
[    0.100037] ACPI: Added _OSI(Processor Device)
[    0.100037] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.100037] ACPI: Added _OSI(Processor Aggregator Device)
[    0.100845] ACPI: EC: EC description table is found, configuring boot EC
[    0.100907] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.103590] ACPI: SSDT 000000007fed9c18 00382 (v01  APPLE  Cpu0Ist 00003000 INTL 20061109)
[    0.103782] ACPI: Dynamic OEM Table Load:
[    0.103785] ACPI: SSDT           (null) 00382 (v01  APPLE  Cpu0Ist 00003000 INTL 20061109)
[    0.103866] ACPI: SSDT 000000007fed7c18 002A0 (v01  APPLE  Cpu0Cst 00003001 INTL 20061109)
[    0.104045] ACPI: Dynamic OEM Table Load:
[    0.104048] ACPI: SSDT           (null) 002A0 (v01  APPLE  Cpu0Cst 00003001 INTL 20061109)
[    0.104060] ACPI: SSDT 000000007fed8f18 000C8 (v01  APPLE  Cpu1Ist 00003000 INTL 20061109)
[    0.104060] ACPI: Dynamic OEM Table Load:
[    0.104060] ACPI: SSDT           (null) 000C8 (v01  APPLE  Cpu1Ist 00003000 INTL 20061109)
[    0.104060] ACPI: SSDT 000000007fed7f18 00085 (v01  APPLE  Cpu1Cst 00003000 INTL 20061109)
[    0.104060] ACPI: Dynamic OEM Table Load:
[    0.104060] ACPI: SSDT           (null) 00085 (v01  APPLE  Cpu1Cst 00003000 INTL 20061109)
[    0.104060] ACPI: Interpreter enabled
[    0.104060] ACPI: (supports S0 S3 S4 S5)
[    0.104060] ACPI: Using IOAPIC for interrupt routing
[    0.104060] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xf0000000-0xffffffff] (base 0xf0000000)
[    0.104542] PCI: MMCONFIG at [mem 0xf0000000-0xffffffff] reserved in ACPI motherboard resources
[    0.104545] PCI: MMCONFIG for 0000 [bus00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000) (size reduced!)
[    0.123560] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[    0.123680] ACPI: No dock devices found.
[    0.123684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.123855] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.124061] pci_root PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.124090] PCI host bridge to bus 0000:00
[    0.124093] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.124095] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.124097] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.124099] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.124101] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff]
[    0.124103] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff]
[    0.124105] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff]
[    0.124107] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff]
[    0.124109] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
[    0.124111] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
[    0.124112] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
[    0.124114] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
[    0.124116] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
[    0.124118] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
[    0.124120] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff]
[    0.124122] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff]
[    0.124124] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff]
[    0.124126] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]
[    0.124135] pci 0000:00:00.0: [8086:2a00] type 00 class 0x060000
[    0.124181] pci 0000:00:01.0: [8086:2a01] type 01 class 0x060400
[    0.124223] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.124278] pci 0000:00:1a.0: [8086:2834] type 00 class 0x0c0300
[    0.124334] pci 0000:00:1a.0: reg 20: [io  0x60c0-0x60df]
[    0.124376] pci 0000:00:1a.1: [8086:2835] type 00 class 0x0c0300
[    0.124432] pci 0000:00:1a.1: reg 20: [io  0x60a0-0x60bf]
[    0.124488] pci 0000:00:1a.7: [8086:283a] type 00 class 0x0c0320
[    0.124512] pci 0000:00:1a.7: reg 10: [mem 0x9b504c00-0x9b504fff]
[    0.124618] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.124651] pci 0000:00:1b.0: [8086:284b] type 00 class 0x040300
[    0.124672] pci 0000:00:1b.0: reg 10: [mem 0x9b500000-0x9b503fff 64bit]
[    0.124774] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.124806] pci 0000:00:1c.0: [8086:283f] type 01 class 0x060400
[    0.124913] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.124950] pci 0000:00:1c.2: [8086:2843] type 01 class 0x060400
[    0.125056] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.125092] pci 0000:00:1c.4: [8086:2847] type 01 class 0x060400
[    0.125199] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.125233] pci 0000:00:1c.5: [8086:2849] type 01 class 0x060400
[    0.125341] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.125374] pci 0000:00:1d.0: [8086:2830] type 00 class 0x0c0300
[    0.125430] pci 0000:00:1d.0: reg 20: [io  0x6080-0x609f]
[    0.125472] pci 0000:00:1d.1: [8086:2831] type 00 class 0x0c0300
[    0.125527] pci 0000:00:1d.1: reg 20: [io  0x6060-0x607f]
[    0.125569] pci 0000:00:1d.2: [8086:2832] type 00 class 0x0c0300
[    0.125623] pci 0000:00:1d.2: reg 20: [io  0x6040-0x605f]
[    0.125678] pci 0000:00:1d.7: [8086:2836] type 00 class 0x0c0320
[    0.125702] pci 0000:00:1d.7: reg 10: [mem 0x9b504800-0x9b504bff]
[    0.125807] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.125834] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
[    0.125930] pci 0000:00:1f.0: [8086:2815] type 00 class 0x060100
[    0.126671] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0680 (mask 000f)
[    0.126676] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 1640 (mask 000f)
[    0.126682] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 4 PIO at 0300 (mask 001f)
[    0.126737] pci 0000:00:1f.1: [8086:2850] type 00 class 0x01018f
[    0.126753] pci 0000:00:1f.1: reg 10: [io  0x6108-0x610f]
[    0.126765] pci 0000:00:1f.1: reg 14: [io  0x611c-0x611f]
[    0.126777] pci 0000:00:1f.1: reg 18: [io  0x6100-0x6107]
[    0.126789] pci 0000:00:1f.1: reg 1c: [io  0x6118-0x611b]
[    0.126801] pci 0000:00:1f.1: reg 20: [io  0x60e0-0x60ef]
[    0.126854] pci 0000:00:1f.2: [8086:2829] type 00 class 0x010601
[    0.126880] pci 0000:00:1f.2: reg 10: [io  0x60f8-0x60ff]
[    0.126892] pci 0000:00:1f.2: reg 14: [io  0x6114-0x6117]
[    0.126904] pci 0000:00:1f.2: reg 18: [io  0x60f0-0x60f7]
[    0.126915] pci 0000:00:1f.2: reg 1c: [io  0x6110-0x6113]
[    0.126927] pci 0000:00:1f.2: reg 20: [io  0x6020-0x603f]
[    0.126939] pci 0000:00:1f.2: reg 24: [mem 0x9b504000-0x9b5047ff]
[    0.127004] pci 0000:00:1f.2: PME# supported from D3hot
[    0.127030] pci 0000:00:1f.3: [8086:283e] type 00 class 0x0c0500
[    0.127046] pci 0000:00:1f.3: reg 10: [mem 0x9b505000-0x9b5050ff]
[    0.127088] pci 0000:00:1f.3: reg 20: [io  0xefa0-0xefbf]
[    0.127173] pci 0000:01:00.0: [10de:0407] type 00 class 0x030000
[    0.127188] pci 0000:01:00.0: reg 10: [mem 0x92000000-0x92ffffff]
[    0.127204] pci 0000:01:00.0: reg 14: [mem 0x80000000-0x8fffffff 64bit pref]
[    0.127219] pci 0000:01:00.0: reg 1c: [mem 0x90000000-0x91ffffff 64bit]
[    0.127230] pci 0000:01:00.0: reg 24: [io  0x5000-0x507f]
[    0.127240] pci 0000:01:00.0: reg 30: [mem 0x93000000-0x9301ffff pref]
[    0.127324] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.127327] pci 0000:00:01.0:   bridge window [io  0x5000-0x5fff]
[    0.127330] pci 0000:00:01.0:   bridge window [mem 0x90000000-0x930fffff]
[    0.127334] pci 0000:00:01.0:   bridge window [mem 0x80000000-0x8fffffff 64bit pref]
[    0.127393] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.127401] pci 0000:00:1c.0:   bridge window [mem 0x9b400000-0x9b4fffff]
[    0.127467] pci 0000:00:1c.2: PCI bridge to [bus 03-0a]
[    0.127472] pci 0000:00:1c.2:   bridge window [io  0x4000-0x4fff]
[    0.127477] pci 0000:00:1c.2:   bridge window [mem 0x97400000-0x9b3fffff]
[    0.127485] pci 0000:00:1c.2:   bridge window [mem 0x93100000-0x970fffff 64bit pref]
[    0.127570] pci 0000:0b:00.0: [168c:0024] type 00 class 0x028000
[    0.127601] pci 0000:0b:00.0: reg 10: [mem 0x97300000-0x9730ffff 64bit]
[    0.127760] pci 0000:0b:00.0: supports D1
[    0.127762] pci 0000:0b:00.0: PME# supported from D0 D1 D3hot
[    0.127798] pci 0000:0b:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.127810] pci 0000:00:1c.4: PCI bridge to [bus 0b]
[    0.127817] pci 0000:00:1c.4:   bridge window [mem 0x97300000-0x973fffff]
[    0.128026] pci 0000:0c:00.0: [11ab:436a] type 00 class 0x020000
[    0.128179] pci 0000:0c:00.0: reg 10: [mem 0x97200000-0x97203fff 64bit]
[    0.128256] pci 0000:0c:00.0: reg 18: [io  0x3000-0x30ff]
[    0.128556] pci 0000:0c:00.0: reg 30: [mem 0xfffe0000-0xffffffff pref]
[    0.129024] pci 0000:0c:00.0: supports D1 D2
[    0.129026] pci 0000:0c:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.129243] pci 0000:00:1c.5: PCI bridge to [bus 0c]
[    0.129248] pci 0000:00:1c.5:   bridge window [io  0x3000-0x3fff]
[    0.129252] pci 0000:00:1c.5:   bridge window [mem 0x97200000-0x972fffff]
[    0.129310] pci 0000:0d:03.0: [104c:8025] type 00 class 0x0c0010
[    0.129335] pci 0000:0d:03.0: reg 10: [mem 0x97104000-0x971047ff]
[    0.129350] pci 0000:0d:03.0: reg 14: [mem 0x97100000-0x97103fff]
[    0.129454] pci 0000:0d:03.0: supports D1 D2
[    0.129455] pci 0000:0d:03.0: PME# supported from D0 D1 D2 D3hot
[    0.129519] pci 0000:00:1e.0: PCI bridge to [bus 0d] (subtractive decode)
[    0.129527] pci 0000:00:1e.0:   bridge window [mem 0x97100000-0x971fffff]
[    0.129534] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.129537] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.129539] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.129541] pci 0000:00:1e.0:   bridge window [mem 0x000c0000-0x000c3fff] (subtractive decode)
[    0.129543] pci 0000:00:1e.0:   bridge window [mem 0x000c4000-0x000c7fff] (subtractive decode)
[    0.129545] pci 0000:00:1e.0:   bridge window [mem 0x000c8000-0x000cbfff] (subtractive decode)
[    0.129547] pci 0000:00:1e.0:   bridge window [mem 0x000cc000-0x000cffff] (subtractive decode)
[    0.129549] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
[    0.129551] pci 0000:00:1e.0:   bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
[    0.129553] pci 0000:00:1e.0:   bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
[    0.129555] pci 0000:00:1e.0:   bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
[    0.129557] pci 0000:00:1e.0:   bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
[    0.129559] pci 0000:00:1e.0:   bridge window [mem 0x000e4000-0x000e7fff] (subtractive decode)
[    0.129561] pci 0000:00:1e.0:   bridge window [mem 0x000e8000-0x000ebfff] (subtractive decode)
[    0.129563] pci 0000:00:1e.0:   bridge window [mem 0x000ec000-0x000effff] (subtractive decode)
[    0.129565] pci 0000:00:1e.0:   bridge window [mem 0x000f0000-0x000fffff] (subtractive decode)
[    0.129567] pci 0000:00:1e.0:   bridge window [mem 0x80000000-0xfebfffff] (subtractive decode)
[    0.129601] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.129700] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEGP._PRT]
[    0.129736] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
[    0.129767] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP05._PRT]
[    0.129798] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP06._PRT]
[    0.129846] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
[    0.129961]  pci0000:00: Requesting ACPI _OSC control (0x1d)
[    0.130225]  pci0000:00: ACPI _OSC control (0x1d) granted
[    0.133814] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[    0.133855] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[    0.133895] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[    0.133933] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[    0.133971] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[    0.134009] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[    0.134047] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[    0.134085] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[    0.134141] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
[    0.134141] vgaarb: loaded
[    0.134141] vgaarb: bridge control possible 0000:01:00.0
[    0.134141] PCI: Using ACPI for IRQ routing
[    0.136677] PCI: pci_cache_line_size set to 64 bytes
[    0.136808] e820: reserve RAM buffer [mem 0x0008f000-0x0008ffff]
[    0.136810] e820: reserve RAM buffer [mem 0x7eef1000-0x7fffffff]
[    0.136813] e820: reserve RAM buffer [mem 0x7fe54000-0x7fffffff]
[    0.136815] e820: reserve RAM buffer [mem 0x7fe89000-0x7fffffff]
[    0.136817] e820: reserve RAM buffer [mem 0x7feb9000-0x7fffffff]
[    0.136819] e820: reserve RAM buffer [mem 0x7fed2000-0x7fffffff]
[    0.136908] NetLabel: Initializing
[    0.136910] NetLabel:  domain hash size = 128
[    0.136911] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.136923] NetLabel:  unlabeled traffic allowed by default
[    0.136935] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.136940] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.136944] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    0.150009] Switching to clocksource hpet
[    0.155373] pnp: PnP ACPI init
[    0.155392] ACPI: bus type pnp registered
[    0.155541] pnp 00:00: [bus 00-ff]
[    0.155544] pnp 00:00: [io  0x0000-0x0cf7 window]
[    0.155546] pnp 00:00: [io  0x0cf8-0x0cff]
[    0.155548] pnp 00:00: [io  0x0d00-0xffff window]
[    0.155550] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    0.155552] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[    0.155554] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[    0.155556] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[    0.155558] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[    0.155560] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[    0.155562] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[    0.155564] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[    0.155566] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[    0.155568] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
[    0.155570] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
[    0.155574] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
[    0.155576] pnp 00:00: [mem 0x000ec000-0x000effff window]
[    0.155578] pnp 00:00: [mem 0x000f0000-0x000fffff window]
[    0.155580] pnp 00:00: [mem 0x80000000-0xfebfffff window]
[    0.155623] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[    0.155687] pnp 00:01: [mem 0xfed1c000-0xfed1ffff]
[    0.155689] pnp 00:01: [mem 0xfed14000-0xfed17fff]
[    0.155691] pnp 00:01: [mem 0xfed18000-0xfed18fff]
[    0.155693] pnp 00:01: [mem 0xfed19000-0xfed19fff]
[    0.155695] pnp 00:01: [mem 0xf0000000-0xf3ffffff]
[    0.155696] pnp 00:01: [mem 0xfed20000-0xfed3ffff]
[    0.155698] pnp 00:01: [mem 0xfed45000-0xfed8ffff]
[    0.155747] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.155750] system 00:01: [mem 0xfed14000-0xfed17fff] has been reserved
[    0.155752] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.155754] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.155757] system 00:01: [mem 0xf0000000-0xf3ffffff] could not be reserved
[    0.155759] system 00:01: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.155762] system 00:01: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.155765] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.155914] pnp 00:02: [io  0x0300-0x031f]
[    0.155928] pnp 00:02: [irq 6]
[    0.155955] pnp 00:02: Plug and Play ACPI device, IDs APP0001 (active)
[    0.155986] pnp 00:03: [io  0x0000-0x001f]
[    0.155988] pnp 00:03: [io  0x0081-0x0091]
[    0.155990] pnp 00:03: [io  0x0093-0x009f]
[    0.155992] pnp 00:03: [io  0x00c0-0x00df]
[    0.155994] pnp 00:03: [dma 4]
[    0.156018] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.156025] pnp 00:04: [mem 0xff000000-0xffffffff]
[    0.156051] pnp 00:04: Plug and Play ACPI device, IDs INT0800 (active)
[    0.156104] pnp 00:05: [irq 0 disabled]
[    0.156110] pnp 00:05: [irq 8]
[    0.156112] pnp 00:05: [mem 0xfed00000-0xfed003ff]
[    0.156147] system 00:05: [mem 0xfed00000-0xfed003ff] has been reserved
[    0.156151] system 00:05: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
[    0.156160] pnp 00:06: [io  0x00f0]
[    0.156166] pnp 00:06: [irq 13]
[    0.156193] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.156202] pnp 00:07: [io  0x002e-0x002f]
[    0.156204] pnp 00:07: [io  0x004e-0x004f]
[    0.156206] pnp 00:07: [io  0x0061]
[    0.156208] pnp 00:07: [io  0x0063]
[    0.156210] pnp 00:07: [io  0x0065]
[    0.156211] pnp 00:07: [io  0x0067]
[    0.156213] pnp 00:07: [io  0x0070]
[    0.156215] pnp 00:07: [io  0x0080]
[    0.156216] pnp 00:07: [io  0x0092]
[    0.156218] pnp 00:07: [io  0x00b2-0x00b3]
[    0.156220] pnp 00:07: [io  0x0680-0x069f]
[    0.156222] pnp 00:07: [io  0x0800-0x080f]
[    0.156224] pnp 00:07: [io  0x0810-0x0817]
[    0.156225] pnp 00:07: [io  0x0400-0x047f]
[    0.156227] pnp 00:07: [io  0x0500-0x053f]
[    0.156229] pnp 00:07: [io  0x1640-0x164f]
[    0.156276] system 00:07: [io  0x0680-0x069f] has been reserved
[    0.156279] system 00:07: [io  0x0800-0x080f] has been reserved
[    0.156281] system 00:07: [io  0x0810-0x0817] has been reserved
[    0.156283] system 00:07: [io  0x0400-0x047f] has been reserved
[    0.156285] system 00:07: [io  0x0500-0x053f] has been reserved
[    0.156287] system 00:07: [io  0x1640-0x164f] has been reserved
[    0.156290] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.156300] pnp 00:08: [io  0x0070-0x0077]
[    0.156326] pnp 00:08: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.160749] pnp: PnP ACPI: found 9 devices
[    0.160752] ACPI: ACPI bus type pnp unregistered
[    0.167602] pci 0000:0c:00.0: no compatible bridge window for [mem 0xfffe0000-0xffffffff pref]
[    0.167627] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
[    0.167630] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
[    0.167651] pci 0000:00:1c.4: bridge window [io  0x1000-0x0fff] to [bus 0b] add_size 1000
[    0.167654] pci 0000:00:1c.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 0b] add_size 200000
[    0.167665] pci 0000:00:1c.5: bridge window [mem 0x00100000-0x001fffff pref] to [bus 0c] add_size 200000
[    0.167681] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.167683] pci 0000:00:1c.4: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.167685] pci 0000:00:1c.5: res[15]=[mem 0x00100000-0x001fffff pref] get_res_add_size add_size 200000
[    0.167688] pci 0000:00:1c.0: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.167690] pci 0000:00:1c.4: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.167697] pci 0000:00:1c.0: BAR 15: assigned [mem 0x9b600000-0x9b7fffff 64bit pref]
[    0.167702] pci 0000:00:1c.4: BAR 15: assigned [mem 0x9b800000-0x9b9fffff 64bit pref]
[    0.167707] pci 0000:00:1c.5: BAR 15: assigned [mem 0x9ba00000-0x9bcfffff pref]
[    0.167710] pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x2fff]
[    0.167713] pci 0000:00:1c.4: BAR 13: assigned [io  0x7000-0x7fff]
[    0.167716] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.167719] pci 0000:00:01.0:   bridge window [io  0x5000-0x5fff]
[    0.167722] pci 0000:00:01.0:   bridge window [mem 0x90000000-0x930fffff]
[    0.167725] pci 0000:00:01.0:   bridge window [mem 0x80000000-0x8fffffff 64bit pref]
[    0.167730] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.167733] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    0.167739] pci 0000:00:1c.0:   bridge window [mem 0x9b400000-0x9b4fffff]
[    0.167744] pci 0000:00:1c.0:   bridge window [mem 0x9b600000-0x9b7fffff 64bit pref]
[    0.167751] pci 0000:00:1c.2: PCI bridge to [bus 03-0a]
[    0.167755] pci 0000:00:1c.2:   bridge window [io  0x4000-0x4fff]
[    0.167761] pci 0000:00:1c.2:   bridge window [mem 0x97400000-0x9b3fffff]
[    0.167766] pci 0000:00:1c.2:   bridge window [mem 0x93100000-0x970fffff 64bit pref]
[    0.167773] pci 0000:00:1c.4: PCI bridge to [bus 0b]
[    0.167776] pci 0000:00:1c.4:   bridge window [io  0x7000-0x7fff]
[    0.167783] pci 0000:00:1c.4:   bridge window [mem 0x97300000-0x973fffff]
[    0.167787] pci 0000:00:1c.4:   bridge window [mem 0x9b800000-0x9b9fffff 64bit pref]
[    0.167795] pci 0000:0c:00.0: BAR 6: assigned [mem 0x9ba00000-0x9ba1ffff pref]
[    0.167798] pci 0000:00:1c.5: PCI bridge to [bus 0c]
[    0.167801] pci 0000:00:1c.5:   bridge window [io  0x3000-0x3fff]
[    0.167807] pci 0000:00:1c.5:   bridge window [mem 0x97200000-0x972fffff]
[    0.167812] pci 0000:00:1c.5:   bridge window [mem 0x9ba00000-0x9bcfffff pref]
[    0.167820] pci 0000:00:1e.0: PCI bridge to [bus 0d]
[    0.167826] pci 0000:00:1e.0:   bridge window [mem 0x97100000-0x971fffff]
[    0.167850] pci 0000:00:1c.0: enabling device (0000 -> 0003)
[    0.167860] pci 0000:00:1c.2: enabling device (0000 -> 0003)
[    0.167901] pci 0000:00:1e.0: power state changed by ACPI to D0
[    0.167908] pci 0000:00:1e.0: setting latency timer to 64
[    0.167913] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.167915] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.167917] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.167919] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff]
[    0.167921] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff]
[    0.167923] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff]
[    0.167925] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff]
[    0.167926] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff]
[    0.167928] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff]
[    0.167930] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff]
[    0.167932] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff]
[    0.167934] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff]
[    0.167936] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff]
[    0.167938] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff]
[    0.167939] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff]
[    0.167941] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff]
[    0.167943] pci_bus 0000:00: resource 20 [mem 0x80000000-0xfebfffff]
[    0.167945] pci_bus 0000:01: resource 0 [io  0x5000-0x5fff]
[    0.167947] pci_bus 0000:01: resource 1 [mem 0x90000000-0x930fffff]
[    0.167950] pci_bus 0000:01: resource 2 [mem 0x80000000-0x8fffffff 64bit pref]
[    0.167952] pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
[    0.167954] pci_bus 0000:02: resource 1 [mem 0x9b400000-0x9b4fffff]
[    0.167956] pci_bus 0000:02: resource 2 [mem 0x9b600000-0x9b7fffff 64bit pref]
[    0.167958] pci_bus 0000:03: resource 0 [io  0x4000-0x4fff]
[    0.167960] pci_bus 0000:03: resource 1 [mem 0x97400000-0x9b3fffff]
[    0.167962] pci_bus 0000:03: resource 2 [mem 0x93100000-0x970fffff 64bit pref]
[    0.167964] pci_bus 0000:0b: resource 0 [io  0x7000-0x7fff]
[    0.167966] pci_bus 0000:0b: resource 1 [mem 0x97300000-0x973fffff]
[    0.167968] pci_bus 0000:0b: resource 2 [mem 0x9b800000-0x9b9fffff 64bit pref]
[    0.167970] pci_bus 0000:0c: resource 0 [io  0x3000-0x3fff]
[    0.167972] pci_bus 0000:0c: resource 1 [mem 0x97200000-0x972fffff]
[    0.167974] pci_bus 0000:0c: resource 2 [mem 0x9ba00000-0x9bcfffff pref]
[    0.167976] pci_bus 0000:0d: resource 1 [mem 0x97100000-0x971fffff]
[    0.167978] pci_bus 0000:0d: resource 4 [io  0x0000-0x0cf7]
[    0.167980] pci_bus 0000:0d: resource 5 [io  0x0d00-0xffff]
[    0.167982] pci_bus 0000:0d: resource 6 [mem 0x000a0000-0x000bffff]
[    0.167984] pci_bus 0000:0d: resource 7 [mem 0x000c0000-0x000c3fff]
[    0.167986] pci_bus 0000:0d: resource 8 [mem 0x000c4000-0x000c7fff]
[    0.167988] pci_bus 0000:0d: resource 9 [mem 0x000c8000-0x000cbfff]
[    0.167990] pci_bus 0000:0d: resource 10 [mem 0x000cc000-0x000cffff]
[    0.167991] pci_bus 0000:0d: resource 11 [mem 0x000d0000-0x000d3fff]
[    0.167993] pci_bus 0000:0d: resource 12 [mem 0x000d4000-0x000d7fff]
[    0.167995] pci_bus 0000:0d: resource 13 [mem 0x000d8000-0x000dbfff]
[    0.167997] pci_bus 0000:0d: resource 14 [mem 0x000dc000-0x000dffff]
[    0.167999] pci_bus 0000:0d: resource 15 [mem 0x000e0000-0x000e3fff]
[    0.168001] pci_bus 0000:0d: resource 16 [mem 0x000e4000-0x000e7fff]
[    0.168003] pci_bus 0000:0d: resource 17 [mem 0x000e8000-0x000ebfff]
[    0.168004] pci_bus 0000:0d: resource 18 [mem 0x000ec000-0x000effff]
[    0.168006] pci_bus 0000:0d: resource 19 [mem 0x000f0000-0x000fffff]
[    0.168008] pci_bus 0000:0d: resource 20 [mem 0x80000000-0xfebfffff]
[    0.168045] NET: Registered protocol family 2
[    0.168438] TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
[    0.170222] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.170764] TCP: Hash tables configured (established 262144 bind 65536)
[    0.170850] TCP: reno registered
[    0.170857] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[    0.170877] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[    0.170978] NET: Registered protocol family 1
[    0.171070] pci 0000:00:1a.7: enabling device (0000 -> 0002)
[    0.171196] pci 0000:00:1d.7: enabling device (0000 -> 0002)
[    0.171274] PCI: CLS mismatch (256 != 64), using 64 bytes
[    0.171330] Unpacking initramfs...
[    0.224590] Freeing initrd memory: 2908k freed
[    0.226223] audit: initializing netlink socket (disabled)
[    0.226242] type=2000 audit(1361583772.223:1): initialized
[    0.236816] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.238364] VFS: Disk quotas dquot_6.5.2
[    0.238408] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.238577] msgmni has been set to 4001
[    0.238804] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.238840] io scheduler noop registered
[    0.238842] io scheduler deadline registered
[    0.238869] io scheduler cfq registered (default)
[    0.238993] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
[    0.239124] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
[    0.239280] pcieport 0000:00:1c.2: irq 42 for MSI/MSI-X
[    0.239437] pcieport 0000:00:1c.4: irq 43 for MSI/MSI-X
[    0.239592] pcieport 0000:00:1c.5: irq 44 for MSI/MSI-X
[    0.239712] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
[    0.239714] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[    0.239717] pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
[    0.239737] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[    0.239743] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
[    0.239764] pcieport 0000:00:1c.2: Signaling PME through PCIe PME interrupt
[    0.239769] pcie_pme 0000:00:1c.2:pcie01: service driver pcie_pme loaded
[    0.239789] pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt
[    0.239791] pci 0000:0b:00.0: Signaling PME through PCIe PME interrupt
[    0.239796] pcie_pme 0000:00:1c.4:pcie01: service driver pcie_pme loaded
[    0.239815] pcieport 0000:00:1c.5: Signaling PME through PCIe PME interrupt
[    0.239818] pci 0000:0c:00.0: Signaling PME through PCIe PME interrupt
[    0.239822] pcie_pme 0000:00:1c.5:pcie01: service driver pcie_pme loaded
[    0.239904] efifb: dmi detected MacBookPro3,1 - framebuffer at 0x80030000 (1440x900, stride 8192)
[    0.239925] efifb: probing for efifb
[    0.241074] efifb: framebuffer at 0x80030000, mapped to 0xffffc90004900000, using 7232k, total 7232k
[    0.241076] efifb: mode is 1440x900x32, linelength=8192, pages=1
[    0.241077] efifb: scrolling: redraw
[    0.241079] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.244338] Console: switching to colour frame buffer device 180x56
[    0.247494] fb0: EFI VGA frame buffer device
[    0.247500] intel_idle: does not run on family 6 model 15
[    0.247537] GHES: HEST is not enabled!
[    0.247596] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.247997] Linux agpgart interface v0.103
[    0.248059] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    1.277701] tsc: Refined TSC clocksource calibration: 2593.499 MHz
[    1.277704] Switching to clocksource tsc
[    1.278565] i8042: No controller found
[    1.278650] mousedev: PS/2 mouse device common for all mice
[    1.278698] rtc_cmos 00:08: RTC can wake from S4
[    1.278835] rtc_cmos 00:08: rtc core: registered rtc_cmos as rtc0
[    1.278866] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    1.278872] cpuidle: using governor ladder
[    1.278874] cpuidle: using governor menu
[    1.278876] EFI Variables Facility v0.08 2004-May-17
[    1.342232] drop_monitor: Initializing network drop monitor service
[    1.342299] TCP: cubic registered
[    1.342396] NET: Registered protocol family 10
[    1.342541] NET: Registered protocol family 17
[    1.342553] Key type dns_resolver registered
[    1.342739] PM: Hibernation image not present or could not be loaded.
[    1.342748] registered taskstats version 1
[    1.343350]   Magic number: 1:490:711
[    1.343433] rtc_cmos 00:08: setting system clock to 2013-02-23 01:42:53 UTC (1361583773)
[    1.344667] Freeing unused kernel memory: 812k freed
[    1.344956] Write protecting the kernel read-only data: 8192k
[    1.347981] Freeing unused kernel memory: 1240k freed
[    1.349548] Freeing unused kernel memory: 472k freed
[    1.356092] systemd-udevd[45]: starting version 197
[    1.381461] ACPI: bus type usb registered
[    1.381488] usbcore: registered new interface driver usbfs
[    1.381498] usbcore: registered new interface driver hub
[    1.381551] usbcore: registered new device driver usb
[    1.381906] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.381949] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[    1.381953] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[    1.381958] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    1.381974] ehci_hcd 0000:00:1a.7: debug port 1
[    1.385884] ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
[    1.385905] ehci_hcd 0000:00:1a.7: irq 21, io mem 0x9b504c00
[    1.389278] SCSI subsystem initialized
[    1.390683] ACPI: bus type scsi registered
[    1.390732] libata version 3.00 loaded.
[    1.393371] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    1.393652] hub 1-0:1.0: USB hub found
[    1.393657] hub 1-0:1.0: 4 ports detected
[    1.394086] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    1.394090] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    1.394096] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[    1.394112] ehci_hcd 0000:00:1d.7: debug port 1
[    1.398003] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
[    1.398023] ehci_hcd 0000:00:1d.7: irq 20, io mem 0x9b504800
[    1.406680] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    1.406868] hub 2-0:1.0: USB hub found
[    1.406872] hub 2-0:1.0: 6 ports detected
[    1.407192] ahci 0000:00:1f.2: version 3.0
[    1.407251] ahci 0000:00:1f.2: irq 45 for MSI/MSI-X
[    1.407308] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 3 ports 1.5 Gbps 0x1 impl SATA mode
[    1.407312] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ccc ems 
[    1.407317] ahci 0000:00:1f.2: setting latency timer to 64
[    1.408122] uhci_hcd: USB Universal Host Controller Interface driver
[    1.408135] scsi0 : ahci
[    1.408631] scsi1 : ahci
[    1.408699] scsi2 : ahci
[    1.408745] ata1: SATA max UDMA/133 abar m2048@0x9b504000 port 0x9b504100 irq 45
[    1.408747] ata2: DUMMY
[    1.408749] ata3: DUMMY
[    1.408784] ata_piix 0000:00:1f.1: version 2.13
[    1.408806] ata_piix 0000:00:1f.1: power state changed by ACPI to D0
[    1.408858] ata_piix 0000:00:1f.1: setting latency timer to 64
[    1.409211] scsi3 : ata_piix
[    1.409472] scsi4 : ata_piix
[    1.409521] ata4: PATA max UDMA/100 cmd 0x6108 ctl 0x611c bmdma 0x60e0 irq 21
[    1.409523] ata5: PATA max UDMA/100 cmd 0x6100 ctl 0x6118 bmdma 0x60e8 irq 21
[    1.409558] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[    1.409562] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    1.409569] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    1.409597] uhci_hcd 0000:00:1a.0: irq 20, io base 0x000060c0
[    1.409747] hub 3-0:1.0: USB hub found
[    1.409753] hub 3-0:1.0: 2 ports detected
[    1.409867] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[    1.409871] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    1.409877] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[    1.409913] uhci_hcd 0000:00:1a.1: irq 16, io base 0x000060a0
[    1.410044] hub 4-0:1.0: USB hub found
[    1.410048] hub 4-0:1.0: 2 ports detected
[    1.410155] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    1.410159] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    1.410166] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
[    1.410193] uhci_hcd 0000:00:1d.0: irq 16, io base 0x00006080
[    1.410322] hub 5-0:1.0: USB hub found
[    1.410326] hub 5-0:1.0: 2 ports detected
[    1.410438] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    1.410442] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    1.410449] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
[    1.410483] uhci_hcd 0000:00:1d.1: irq 18, io base 0x00006060
[    1.410614] hub 6-0:1.0: USB hub found
[    1.410618] hub 6-0:1.0: 2 ports detected
[    1.410760] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    1.410763] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    1.410769] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
[    1.410795] uhci_hcd 0000:00:1d.2: irq 21, io base 0x00006040
[    1.410919] hub 7-0:1.0: USB hub found
[    1.410923] hub 7-0:1.0: 2 ports detected
[    1.440081] firewire_ohci 0000:0d:03.0: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x2
[    1.574895] ata4.00: ATAPI: HL-DT-ST DVDRW  GSA-S10N, AP09, max UDMA/33
[    1.586901] ata4.00: configured for UDMA/33
[    1.726685] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.737028] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    1.737255] ata1.00: ATA-8: ST9750420AS, 0001SDM5, max UDMA/133
[    1.737257] ata1.00: 1465149168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    1.738119] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    1.738336] ata1.00: configured for UDMA/133
[    1.738427] scsi 0:0:0:0: Direct-Access     ATA      ST9750420AS      0001 PQ: 0 ANSI: 5
[    1.741579] scsi 3:0:0:0: CD-ROM            HL-DT-ST DVDRW  GSA-S10N  AP09 PQ: 0 ANSI: 5
[    1.738560] ACPI: Invalid Power Resource to register!
[    1.741725] ACPI: Invalid Power Resource to register!
[    1.746173] sd 0:0:0:0: [sda] 1465149168 512-byte logical blocks: (750 GB/698 GiB)
[    1.746177] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    1.746231] sd 0:0:0:0: [sda] Write Protect is off
[    1.746235] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.746254] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.750199] sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda caddy
[    1.750202] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.750466] sr 3:0:0:0: Attached scsi CD-ROM sr0
[    1.806679] usb 2-4: new high-speed USB device number 2 using ehci_hcd
[    1.841674]  sda: sda1 sda2 sda3 sda4
[    1.841974] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.940086] firewire_core 0000:0d:03.0: created device fw0: GUID 001f5bfffe16d514, S800
[    2.366680] usb 3-1: new full-speed USB device number 2 using uhci_hcd
[    2.506899] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
[    2.776680] usb 7-1: new low-speed USB device number 2 using uhci_hcd
[    3.064614] systemd[1]: systemd 197 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
[    3.075384] systemd[1]: No hostname configured.
[    3.075389] systemd[1]: Set hostname to <localhost>.
[    3.183345] usb 7-2: new full-speed USB device number 3 using uhci_hcd
[    3.489334] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory. See system logs and 'systemctl status display-manager.service' for details.
[    3.489519] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[    3.489566] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    3.489578] systemd[1]: Starting Remote File Systems.
[    3.489705] systemd[1]: Reached target Remote File Systems.
[    3.489714] systemd[1]: Expecting device sys-subsystem-net-devices-eth0.device...
[    3.489805] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[    3.489927] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    3.489936] systemd[1]: Starting Delayed Shutdown Socket.
[    3.490064] systemd[1]: Listening on Delayed Shutdown Socket.
[    3.490072] systemd[1]: Starting Device-mapper event daemon FIFOs.
[    3.490192] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    3.490201] systemd[1]: Starting LVM2 metadata daemon socket.
[    3.490319] systemd[1]: Listening on LVM2 metadata daemon socket.
[    3.490333] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[    3.490369] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    3.490399] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
[    3.490599] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    3.490654] systemd[1]: Starting udev Kernel Socket.
[    3.490765] systemd[1]: Listening on udev Kernel Socket.
[    3.490808] systemd[1]: Starting udev Control Socket.
[    3.490921] systemd[1]: Listening on udev Control Socket.
[    3.490930] systemd[1]: Starting Encrypted Volumes.
[    3.491029] systemd[1]: Reached target Encrypted Volumes.
[    3.491037] systemd[1]: Starting Swap.
[    3.491128] systemd[1]: Reached target Swap.
[    3.491137] systemd[1]: Expecting device dev-disk-by\x2duuid-6590b970\x2dea5c\x2d41b3\x2d8407\x2d21597b27935a.device...
[    3.491243] systemd[1]: Starting Journal Socket.
[    3.491374] systemd[1]: Listening on Journal Socket.
[    3.491389] systemd[1]: Started File System Check on Root Device.
[    3.491398] systemd[1]: Starting Remount Root and Kernel File Systems...
[    3.493587] systemd[1]: Mounting Temporary Directory...
[    3.506777] systemd[1]: Starting udev Kernel Device Manager...
[    3.528936] systemd[1]: Started Set Up Additional Binary Formats.
[    3.530134] systemd[1]: Starting Apply Kernel Variables...
[    3.533551] systemd[1]: Mounting Huge Pages File System...
[    3.536880] systemd[1]: Starting Setup Virtual Console...
[    3.554539] systemd[1]: Starting udev Coldplug all Devices...
[    3.603460] systemd[1]: Started Load Kernel Modules.
[    3.603483] systemd[1]: Mounting Configuration File System...
[    3.606871] systemd[1]: Mounting POSIX Message Queue File System...
[    3.610155] systemd[1]: Mounted FUSE Control File System.
[    3.610182] systemd[1]: Mounting Debug File System...
[    3.623395] systemd[1]: Starting Journal Service...
[    3.633683] systemd[1]: Started Journal Service.
[    3.747389] systemd-udevd[118]: starting version 197
[    4.026379] EXT4-fs (sda3): re-mounted. Opts: data=ordered
[    4.434063] microcode: CPU0 sig=0x6fb, pf=0x80, revision=0xb3
[    4.567217] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    4.567258] ACPI: Lid Switch [LID0]
[    4.567303] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    4.567307] ACPI: Power Button [PWRB]
[    4.567346] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    4.567349] ACPI: Sleep Button [SLPB]
[    4.567413] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    4.567415] ACPI: Power Button [PWRF]
[    4.576044] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    4.576095] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input4
[    4.630162] microcode: CPU1 sig=0x6fb, pf=0x80, revision=0xb3
[    4.630656] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    4.641962] input: PC Speaker as /devices/platform/pcspkr/input/input5
[    4.642841] appletouch 7-2:1.1: Geyser mode initialized.
[    4.642915] input: appletouch as /devices/pci0000:00/0000:00:1d.2/usb7/7-2/7-2:1.1/input/input6
[    4.642969] usbcore: registered new interface driver appletouch
[    4.654671] ACPI: Battery Slot [BAT0] (battery present)
[    4.657595] ACPI: Requesting acpi_cpufreq
[    4.671950] ACPI: AC Adapter [ADP1] (on-line)
[    4.696053] Monitor-Mwait will be used to enter C-1 state
[    4.696060] Monitor-Mwait will be used to enter C-2 state
[    4.696064] Monitor-Mwait will be used to enter C-3 state
[    4.696068] tsc: Marking TSC unstable due to TSC halts in idle
[    4.696102] ACPI: acpi_idle registered with cpuidle
[    4.698355] Switching to clocksource hpet
[    4.710899] sky2: driver version 1.30
[    4.710962] sky2 0000:0c:00.0: enabling device (0000 -> 0003)
[    4.711099] sky2 0000:0c:00.0: Yukon-2 EC Ultra chip revision 3
[    4.711683] sky2 0000:0c:00.0: irq 46 for MSI/MSI-X
[    4.712303] sky2 0000:0c:00.0 eth0: addr 00:1f:f3:d7:09:4c
[    4.720751] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20120913/utaddress-251)
[    4.720757] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    4.720761] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \GPIO 1 (20120913/utaddress-251)
[    4.720764] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    4.720766] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \GPIO 1 (20120913/utaddress-251)
[    4.720769] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    4.720771] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    4.723701] media: Linux media interface: v0.10
[    4.749533] applesmc: key=245 fan=2 temp=14 index=14 acc=1 lux=2 kbd=1
[    4.755137] snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
[    4.755207] snd_hda_intel 0000:00:1b.0: irq 47 for MSI/MSI-X
[    4.804898] iTCO_vendor_support: vendor-support=0
[    4.805728] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
[    4.805761] iTCO_wdt: Found a ICH8M TCO device (Version=2, TCOBASE=0x0460)
[    4.805854] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    4.812052] input: applesmc as /devices/platform/applesmc.768/input/input7
[    4.812792] Registered led device: smc::kbd_backlight
[    4.824016] [drm] Initialized drm 1.1.0 20060810
[    4.849848] systemd-udevd[150]: renamed network interface eth0 to enp12s0
[    4.863938] usbcore: registered new interface driver usbhid
[    4.863943] usbhid: USB HID core driver
[    4.911181] input: HID 05ac:1000 as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1:1.0/input/input8
[    4.911297] hid-generic 0003:05AC:1000.0001: input,hidraw0: USB HID v1.11 Keyboard [HID 05ac:1000] on usb-0000:00:1a.0-1/input0
[    4.911549] input: HID 05ac:1000 as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1:1.1/input/input9
[    4.912149] hid-generic 0003:05AC:1000.0002: input,hidraw1: USB HID v1.11 Mouse [HID 05ac:1000] on usb-0000:00:1a.0-1/input1
[    5.018025] apple 0003:05AC:8242.0003: hiddev0,hidraw2: USB HID v1.11 Device [Apple Computer, Inc. IR Receiver] on usb-0000:00:1d.2-1/input0
[    5.018329] input: Apple Computer Apple Internal Keyboard / Trackpad as /devices/pci0000:00/0000:00:1d.2/usb7/7-2/7-2:1.0/input/input10
[    5.018413] apple 0003:05AC:021B.0004: input,hidraw3: USB HID v1.11 Keyboard [Apple Computer Apple Internal Keyboard / Trackpad] on usb-0000:00:1d.2-2/input0
[    5.019309] wmi: Mapper loaded
[    5.019912] input: Apple Computer Apple Internal Keyboard / Trackpad as /devices/pci0000:00/0000:00:1d.2/usb7/7-2/7-2:1.2/input/input11
[    5.021076] apple 0003:05AC:021B.0005: input,hidraw4: USB HID v1.11 Device [Apple Computer Apple Internal Keyboard / Trackpad] on usb-0000:00:1d.2-2/input2
[    5.105465] Linux video capture interface: v2.00
[    5.120070] uvcvideo: Found UVC 1.00 device Built-in iSight (05ac:8502)
[    5.122878] input: Built-in iSight as /devices/pci0000:00/0000:00:1d.7/usb2/2-4/2-4:1.0/input/input12
[    5.122961] usbcore: registered new interface driver uvcvideo
[    5.122962] USB Video Class driver (1.1.1)
[    5.140511] hda_codec: ALC889A: SKU not ready 0x400000f0
[    5.142595] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input13
[    5.148122] cfg80211: Calling CRDA to update world regulatory domain
[    5.161835] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[    5.161963] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
[    5.162451] i801_smbus 0000:00:1f.3: enabling device (0000 -> 0003)
[    5.162467] ACPI Warning: 0x000000000000efa0-0x000000000000efbf SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 (20120913/utaddress-251)
[    5.162472] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    5.487576] ath9k 0000:0b:00.0: enabling device (0000 -> 0002)
[    5.616802] ath: EEPROM regdomain: 0x37
[    5.616805] ath: EEPROM indicates we should expect a direct regpair map
[    5.616807] ath: Country alpha2 being used: AW
[    5.616808] ath: Regpair used: 0x37
[    5.655579] ieee80211 phy0: Selected rate control algorithm 'ath9k_rate_control'
[    5.655788] Registered led device: ath9k-phy0
[    5.655792] ieee80211 phy0: Atheros AR5418 MAC/BB Rev:2 AR5133 RF Rev:81 mem=0xffffc90007a80000, irq=16
[    5.660188] systemd-udevd[141]: renamed network interface wlan0 to wlp11s0
[    6.081043] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: data=ordered
[    6.147757] systemd-journald[126]: Received SIGUSR1
[    6.822397] systemd-logind[251]: Watching system buttons on /dev/input/event3 (Power Button)
[    6.822539] systemd-logind[251]: Watching system buttons on /dev/input/event4 (Video Bus)
[    6.822670] systemd-logind[251]: Watching system buttons on /dev/input/event1 (Power Button)
[    6.822797] systemd-logind[251]: Watching system buttons on /dev/input/event0 (Lid Switch)
[    6.822926] systemd-logind[251]: Watching system buttons on /dev/input/event2 (Sleep Button)
[  300.336779] mce: [Hardware Error]: Machine check events logged
[  531.219375] IPv6: ADDRCONF(NETDEV_UP): wlp11s0: link is not ready
[  536.441898] IPv6: ADDRCONF(NETDEV_UP): wlp11s0: link is not ready
[  538.221070] wlp11s0: authenticate with 00:1f:9f:12:ce:d5
[  538.224013] wlp11s0: send auth to 00:1f:9f:12:ce:d5 (try 1/3)
[  538.226365] wlp11s0: authenticated
[  538.226584] ath9k 0000:0b:00.0 wlp11s0: disabling HT/VHT due to WEP/TKIP use
[  538.226593] ath9k 0000:0b:00.0 wlp11s0: disabling HT as WMM/QoS is not supported by the AP
[  538.226600] ath9k 0000:0b:00.0 wlp11s0: disabling VHT as WMM/QoS is not supported by the AP
[  538.228048] wlp11s0: associate with 00:1f:9f:12:ce:d5 (try 1/3)
[  538.230762] wlp11s0: RX AssocResp from 00:1f:9f:12:ce:d5 (capab=0x411 status=0 aid=2)
[  538.230854] wlp11s0: associated
[  538.230929] IPv6: ADDRCONF(NETDEV_CHANGE): wlp11s0: link becomes ready

Offline

#18 2013-02-23 09:38:37

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: Problem installing nvidia drivers on 2007 macbook 3,1

If nouveau didn't get picked up, you have an xorg.conf or other conf file around that explicitly loads nvidia. Nouveau won't work without modeset anyway. If you get a black screen without nomodeset, you need to investigate that. For one, make sure the blacklist installed by nvidia isn't still there /usr/lib/modprobe.d/nvidia.conf)

Last edited by Gusar (2013-02-23 10:02:24)

Offline

#19 2013-02-23 16:41:20

s1ln7m4s7r
Member
Registered: 2013-02-22
Posts: 262

Re: Problem installing nvidia drivers on 2007 macbook 3,1

Just like Gusar said if you have problems loading nouveau, then the problem is something else than the driver itself. you may have added something while trying to fix nvidia problems and didn't removed it. in a clean install nouveau should run  out-of-box.

- remove xorg.conf and check xorg.conf.d directory for nvidia related files
- remove any extra kernel modules that you may have in boot manager
- remove any blacklisted kernel modules
- check mkinitcpio for some modules related to nvidia
- etc...

Offline

#20 2013-02-23 17:09:13

s1ln7m4s7r
Member
Registered: 2013-02-22
Posts: 262

Re: Problem installing nvidia drivers on 2007 macbook 3,1

NOTE: Have you checked arch wiki page for macbook : https://wiki.archlinux.org/index.php/Macbook#Xorg

Offline

#21 2013-02-24 16:28:22

anthillsocial
Member
Registered: 2013-02-18
Posts: 129

Re: Problem installing nvidia drivers on 2007 macbook 3,1

OK. I did a complete re-install so as to make sure I got rid of any odd stuff I may have installed.
I then installed nouveau and it still didn't work....
[EDIT] NOTE: Have you checked arch wiki page for macbook
Yes I know that page VERY well smile

Xorg.0.log

[   548.414] 
X.Org X Server 1.13.2
Release Date: 2013-01-24
[   548.415] X Protocol Version 11, Revision 0
[   548.415] Build Operating System: Linux 3.7.4-1-ARCH x86_64 
[   548.415] Current Operating System: Linux localhost 3.7.9-1-ARCH #1 SMP PREEMPT Mon Feb 18 02:13:30 EET 2013 x86_64
[   548.415] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=f223ef2a-535f-48e6-ac90-3c535fb25b25 ro ACPI=noirq nomodeset
[   548.415] Build Date: 25 January 2013  09:33:50AM
[   548.415]  
[   548.415] Current version of pixman: 0.28.2
[   548.415] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   548.415] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   548.415] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Feb 23 01:52:00 2013
[   548.415] (==) Using config file: "/etc/X11/xorg.conf"
[   548.415] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   548.416] (==) ServerLayout "Layout0"
[   548.416] (**) |-->Screen "Screen0" (0)
[   548.416] (**) |   |-->Monitor "Monitor0"
[   548.416] (**) |   |-->Device "Device0"
[   548.416] (**) |-->Input Device "Keyboard0"
[   548.416] (**) |-->Input Device "Mouse0"
[   548.416] (==) Automatically adding devices
[   548.416] (==) Automatically enabling devices
[   548.416] (==) Automatically adding GPU devices
[   548.416] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF/".
[   548.416] 	Entry deleted from font path.
[   548.416] 	(Run 'mkfontdir' on "/usr/share/fonts/OTF/").
[   548.416] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/Type1/".
[   548.416] 	Entry deleted from font path.
[   548.416] 	(Run 'mkfontdir' on "/usr/share/fonts/Type1/").
[   548.416] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[   548.416] (==) ModulePath set to "/usr/lib/xorg/modules"
[   548.416] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[   548.416] (WW) Disabling Keyboard0
[   548.416] (WW) Disabling Mouse0
[   548.416] (II) Loader magic: 0x7fcc40
[   548.416] (II) Module ABI versions:
[   548.416] 	X.Org ANSI C Emulation: 0.4
[   548.416] 	X.Org Video Driver: 13.1
[   548.416] 	X.Org XInput driver : 18.0
[   548.416] 	X.Org Server Extension : 7.0
[   548.418] (--) PCI:*(0:1:0:0) 10de:0407:106b:00a0 rev 161, Mem @ 0x92000000/16777216, 0x80000000/268435456, 0x90000000/33554432, I/O @ 0x00005000/128, BIOS @ 0x????????/131072
[   548.418] (II) Open ACPI successful (/var/run/acpid.socket)
[   548.418] Initializing built-in extension Generic Event Extension
[   548.418] Initializing built-in extension SHAPE
[   548.418] Initializing built-in extension MIT-SHM
[   548.418] Initializing built-in extension XInputExtension
[   548.418] Initializing built-in extension XTEST
[   548.418] Initializing built-in extension BIG-REQUESTS
[   548.418] Initializing built-in extension SYNC
[   548.418] Initializing built-in extension XKEYBOARD
[   548.418] Initializing built-in extension XC-MISC
[   548.418] Initializing built-in extension SECURITY
[   548.418] Initializing built-in extension XINERAMA
[   548.418] Initializing built-in extension XFIXES
[   548.418] Initializing built-in extension RENDER
[   548.418] Initializing built-in extension RANDR
[   548.419] Initializing built-in extension COMPOSITE
[   548.419] Initializing built-in extension DAMAGE
[   548.419] Initializing built-in extension MIT-SCREEN-SAVER
[   548.419] Initializing built-in extension DOUBLE-BUFFER
[   548.419] Initializing built-in extension RECORD
[   548.419] Initializing built-in extension DPMS
[   548.419] Initializing built-in extension X-Resource
[   548.419] Initializing built-in extension XVideo
[   548.419] Initializing built-in extension XVideo-MotionCompensation
[   548.419] Initializing built-in extension XFree86-VidModeExtension
[   548.419] Initializing built-in extension XFree86-DGA
[   548.419] Initializing built-in extension XFree86-DRI
[   548.419] Initializing built-in extension DRI2
[   548.419] (II) LoadModule: "glx"
[   548.419] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   548.419] (II) Module glx: vendor="X.Org Foundation"
[   548.419] 	compiled for 1.13.2, module version = 1.0.0
[   548.419] 	ABI class: X.Org Server Extension, version 7.0
[   548.419] (==) AIGLX enabled
[   548.419] Loading extension GLX
[   548.419] (II) LoadModule: "nvidia"
[   548.420] (WW) Warning, couldn't open module nvidia
[   548.420] (II) UnloadModule: "nvidia"
[   548.420] (II) Unloading nvidia
[   548.420] (EE) Failed to load module "nvidia" (module does not exist, 0)
[   548.420] (EE) No drivers available.
[   548.420] 
Fatal server error:
[   548.420] no screens found
[   548.420] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[   548.422] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[   548.423] (EE) 

demsg

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.7.9-1-ARCH (nobody@foutrelis) (gcc version 4.7.2 (GCC) ) #1 SMP PREEMPT Mon Feb 18 02:13:30 EET 2013
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=f223ef2a-535f-48e6-ac90-3c535fb25b25 ro ACPI=noirq nomodeset
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
[    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-0x000000007eef0fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007eef1000-0x000000007f0f1fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007f0f2000-0x000000007fe53fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007fe54000-0x000000007fe79fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007fe7a000-0x000000007fe88fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007fe89000-0x000000007feb2fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007feb3000-0x000000007feb8fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007feb9000-0x000000007febefff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007febf000-0x000000007fed1fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007fed2000-0x000000007fed3fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007fed4000-0x000000007fed6fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007fed7000-0x000000007fed9fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007feda000-0x000000007fedafff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007fedb000-0x000000007feeefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007feef000-0x000000007fefefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007feff000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f00f8000-0x00000000f00f8fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fffa0000-0x00000000fffcffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v1.10 by Apple
[    0.000000] efi:  ACPI=0x7fefe000  ACPI 2.0=0x7fefe014  SMBIOS=0x7fed3000 
[    0.000000] efi: mem00: type=7, attr=0xf, range=[0x0000000000000000-0x000000000008f000) (0MB)
[    0.000000] efi: mem01: type=10, attr=0xf, range=[0x000000000008f000-0x0000000000090000) (0MB)
[    0.000000] efi: mem02: type=7, attr=0xf, range=[0x0000000000090000-0x00000000000a0000) (0MB)
[    0.000000] efi: mem03: type=2, attr=0xf, range=[0x0000000000100000-0x0000000001002000) (15MB)
[    0.000000] efi: mem04: type=7, attr=0xf, range=[0x0000000001002000-0x0000000002000000) (15MB)
[    0.000000] efi: mem05: type=2, attr=0xf, range=[0x0000000002000000-0x0000000002f02000) (15MB)
[    0.000000] efi: mem06: type=7, attr=0xf, range=[0x0000000002f02000-0x0000000037a42000) (843MB)
[    0.000000] efi: mem07: type=2, attr=0xf, range=[0x0000000037a42000-0x0000000037d19000) (2MB)
[    0.000000] efi: mem08: type=7, attr=0xf, range=[0x0000000037d19000-0x000000005dc80000) (607MB)
[    0.000000] efi: mem09: type=2, attr=0xf, range=[0x000000005dc80000-0x000000007d0a2000) (500MB)
[    0.000000] efi: mem10: type=1, attr=0xf, range=[0x000000007d0a2000-0x000000007d0c0000) (0MB)
[    0.000000] efi: mem11: type=4, attr=0xf, range=[0x000000007d0c0000-0x000000007d32d000) (2MB)
[    0.000000] efi: mem12: type=7, attr=0xf, range=[0x000000007d32d000-0x000000007d341000) (0MB)
[    0.000000] efi: mem13: type=1, attr=0xf, range=[0x000000007d341000-0x000000007d368000) (0MB)
[    0.000000] efi: mem14: type=7, attr=0xf, range=[0x000000007d368000-0x000000007d3aa000) (0MB)
[    0.000000] efi: mem15: type=4, attr=0xf, range=[0x000000007d3aa000-0x000000007eb0e000) (23MB)
[    0.000000] efi: mem16: type=7, attr=0xf, range=[0x000000007eb0e000-0x000000007eb13000) (0MB)
[    0.000000] efi: mem17: type=4, attr=0xf, range=[0x000000007eb13000-0x000000007eb5c000) (0MB)
[    0.000000] efi: mem18: type=7, attr=0xf, range=[0x000000007eb5c000-0x000000007eb5d000) (0MB)
[    0.000000] efi: mem19: type=4, attr=0xf, range=[0x000000007eb5d000-0x000000007ebbb000) (0MB)
[    0.000000] efi: mem20: type=7, attr=0xf, range=[0x000000007ebbb000-0x000000007ebbd000) (0MB)
[    0.000000] efi: mem21: type=4, attr=0xf, range=[0x000000007ebbd000-0x000000007ebc0000) (0MB)
[    0.000000] efi: mem22: type=7, attr=0xf, range=[0x000000007ebc0000-0x000000007ebc1000) (0MB)
[    0.000000] efi: mem23: type=4, attr=0xf, range=[0x000000007ebc1000-0x000000007eef1000) (3MB)
[    0.000000] efi: mem24: type=10, attr=0xf, range=[0x000000007eef1000-0x000000007f0f2000) (2MB)
[    0.000000] efi: mem25: type=4, attr=0xf, range=[0x000000007f0f2000-0x000000007fc73000) (11MB)
[    0.000000] efi: mem26: type=7, attr=0xf, range=[0x000000007fc73000-0x000000007fcd1000) (0MB)
[    0.000000] efi: mem27: type=3, attr=0xf, range=[0x000000007fcd1000-0x000000007fe4b000) (1MB)
[    0.000000] efi: mem28: type=7, attr=0xf, range=[0x000000007fe4b000-0x000000007fe54000) (0MB)
[    0.000000] efi: mem29: type=5, attr=0x800000000000000f, range=[0x000000007fe54000-0x000000007fe7a000) (0MB)
[    0.000000] efi: mem30: type=7, attr=0xf, range=[0x000000007fe7a000-0x000000007fe89000) (0MB)
[    0.000000] efi: mem31: type=6, attr=0x800000000000000f, range=[0x000000007fe89000-0x000000007feb3000) (0MB)
[    0.000000] efi: mem32: type=7, attr=0xf, range=[0x000000007feb3000-0x000000007feb9000) (0MB)
[    0.000000] efi: mem33: type=0, attr=0xf, range=[0x000000007feb9000-0x000000007febf000) (0MB)
[    0.000000] efi: mem34: type=7, attr=0xf, range=[0x000000007febf000-0x000000007fec8000) (0MB)
[    0.000000] efi: mem35: type=2, attr=0xf, range=[0x000000007fec8000-0x000000007fed2000) (0MB)
[    0.000000] efi: mem36: type=10, attr=0xf, range=[0x000000007fed2000-0x000000007fed4000) (0MB)
[    0.000000] efi: mem37: type=9, attr=0xf, range=[0x000000007fed4000-0x000000007fed7000) (0MB)
[    0.000000] efi: mem38: type=10, attr=0xf, range=[0x000000007fed7000-0x000000007feda000) (0MB)
[    0.000000] efi: mem39: type=9, attr=0xf, range=[0x000000007feda000-0x000000007fedb000) (0MB)
[    0.000000] efi: mem40: type=10, attr=0xf, range=[0x000000007fedb000-0x000000007feef000) (0MB)
[    0.000000] efi: mem41: type=9, attr=0xf, range=[0x000000007feef000-0x000000007feff000) (0MB)
[    0.000000] efi: mem42: type=6, attr=0x800000000000000f, range=[0x000000007feff000-0x000000007ff00000) (0MB)
[    0.000000] efi: mem43: type=0, attr=0x8000000000000000, range=[0x00000000000a0000-0x00000000000c0000) (0MB)
[    0.000000] efi: mem44: type=0, attr=0x8000000000000000, range=[0x000000007ff00000-0x0000000080000000) (1MB)
[    0.000000] efi: mem45: type=11, attr=0x8000000000000000, range=[0x00000000f00f8000-0x00000000f00f9000) (0MB)
[    0.000000] efi: mem46: type=11, attr=0x8000000000000000, range=[0x00000000fed1c000-0x00000000fed20000) (0MB)
[    0.000000] efi: mem47: type=11, attr=0x8000000000000000, range=[0x00000000fffa0000-0x00000000fffd0000) (0MB)
[    0.000000] SMBIOS 2.4 present.
[    0.000000] DMI: Apple Inc. MacBookPro3,1/Mac-F4238BC8, BIOS    MBP31.88Z.0070.B07.0803051658 03/05/08
[    0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] No AGP bridge found
[    0.000000] e820: last_pfn = 0x7fed2 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-CFFFF write-protect
[    0.000000]   D0000-DFFFF uncachable
[    0.000000]   E0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0FFE00000 mask FFFE00000 write-protect
[    0.000000]   1 base 000000000 mask F80000000 write-back
[    0.000000]   2 base 07FF00000 mask FFFF00000 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 enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff]
[    0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
[    0.000000] init_memory_mapping: [mem 0x00000000-0x7fed1fff]
[    0.000000]  [mem 0x00000000-0x7fdfffff] page 2M
[    0.000000]  [mem 0x7fe00000-0x7fed1fff] page 4k
[    0.000000] kernel direct mapping tables up to 0x7fed1fff @ [mem 0x1fffc000-0x1fffffff]
[    0.000000] RAMDISK: [mem 0x37a42000-0x37d18fff]
[    0.000000] ACPI: RSDP 000000007fefe014 00024 (v02 APPLE )
[    0.000000] ACPI: XSDT 000000007fefe1c0 0007C (v01 APPLE   Apple00 00000070      01000013)
[    0.000000] ACPI: FACP 000000007fefc000 000F4 (v03 APPLE   Apple00 00000070 Loki 0000005F)
[    0.000000] ACPI: DSDT 000000007fef1000 048A8 (v01 APPLE  MacBookP 00030001 INTL 20061109)
[    0.000000] ACPI: FACS 000000007fedb000 00040
[    0.000000] ACPI: HPET 000000007fefb000 00038 (v01 APPLE   Apple00 00000001 Loki 0000005F)
[    0.000000] ACPI: APIC 000000007fefa000 00068 (v01 APPLE   Apple00 00000001 Loki 0000005F)
[    0.000000] ACPI: MCFG 000000007fef9000 0003C (v01 APPLE   Apple00 00000001 Loki 0000005F)
[    0.000000] ACPI: ASF! 000000007fef8000 000A5 (v32 APPLE   Apple00 00000001 Loki 0000005F)
[    0.000000] ACPI: SBST 000000007fef7000 00030 (v01 APPLE   Apple00 00000001 Loki 0000005F)
[    0.000000] ACPI: ECDT 000000007fef6000 00053 (v01 APPLE   Apple00 00000001 Loki 0000005F)
[    0.000000] ACPI: SSDT 000000007feda000 00137 (v01 APPLE  SataAhci 00001000 INTL 20061109)
[    0.000000] ACPI: SSDT 000000007fed6000 004DC (v01  APPLE    CpuPm 00003000 INTL 20061109)
[    0.000000] ACPI: SSDT 000000007fed5000 0025F (v01  APPLE  Cpu0Tst 00003000 INTL 20061109)
[    0.000000] ACPI: SSDT 000000007fed4000 000A6 (v01  APPLE  Cpu1Tst 00003000 INTL 20061109)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000007fed1fff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x7fed1fff]
[    0.000000]   NODE_DATA [mem 0x7fece000-0x7fed1fff]
[    0.000000]  [ffffea0000000000-ffffea0001ffffff] PMD -> [ffff88007a800000-ffff88007c7fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00010000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00010000-0x0008efff]
[    0.000000]   node   0: [mem 0x00090000-0x0009ffff]
[    0.000000]   node   0: [mem 0x00100000-0x7eef0fff]
[    0.000000]   node   0: [mem 0x7f0f2000-0x7fe53fff]
[    0.000000]   node   0: [mem 0x7fe7a000-0x7fe88fff]
[    0.000000]   node   0: [mem 0x7feb3000-0x7feb8fff]
[    0.000000]   node   0: [mem 0x7febf000-0x7fed1fff]
[    0.000000] On node 0 totalpages: 523274
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 8 pages reserved
[    0.000000]   DMA zone: 3911 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 8124 pages used for memmap
[    0.000000]   DMA32 zone: 511167 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[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 1, 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] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: 000000000008f000 - 0000000000090000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000c0000
[    0.000000] PM: Registered nosave memory: 00000000000c0000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 000000007eef1000 - 000000007f0f2000
[    0.000000] PM: Registered nosave memory: 000000007fe54000 - 000000007fe7a000
[    0.000000] PM: Registered nosave memory: 000000007fe89000 - 000000007feb3000
[    0.000000] PM: Registered nosave memory: 000000007feb9000 - 000000007febf000
[    0.000000] e820: [mem 0x80000000-0xf00f7fff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007ce00000 s84608 r8192 d21888 u1048576
[    0.000000] pcpu-alloc: s84608 r8192 d21888 u1048576 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 515078
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=f223ef2a-535f-48e6-ac90-3c535fb25b25 ro ACPI=noirq nomodeset
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] __ex_table already sorted, skipping sort
[    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: 2002056k/2095944k available (4893k kernel code, 2848k absent, 91040k reserved, 4021k data, 812k init)
[    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	Dump stacks of tasks blocking RCU-preempt GP.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=2.
[    0.000000] NR_IRQS:4352 nr_irqs:512 16
[    0.000000] Extended CMOS year: 2000
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 8388608 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2593.465 MHz processor
[    0.003337] Calibrating delay loop (skipped), value calculated using timer frequency.. 5189.05 BogoMIPS (lpj=8644883)
[    0.003341] pid_max: default: 32768 minimum: 301
[    0.003363] init_memory_mapping: [mem 0x7feff000-0x7fefffff]
[    0.003366]  [mem 0x7feff000-0x7fefffff] page 4k
[    0.003491] init_memory_mapping: [mem 0x7ff00000-0x7fffffff]
[    0.003493]  [mem 0x7ff00000-0x7fffffff] page 4k
[    0.004160] Security Framework initialized
[    0.004174] AppArmor: AppArmor disabled by boot time parameter
[    0.004325] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.007116] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.007629] Mount-cache hash table entries: 256
[    0.007859] Initializing cgroup subsys cpuacct
[    0.007862] Initializing cgroup subsys memory
[    0.007873] Initializing cgroup subsys devices
[    0.007875] Initializing cgroup subsys freezer
[    0.007877] Initializing cgroup subsys net_cls
[    0.007878] Initializing cgroup subsys blkio
[    0.007907] CPU: Physical Processor ID: 0
[    0.007909] CPU: Processor Core ID: 0
[    0.007911] mce: CPU supports 6 MCE banks
[    0.007918] CPU0: Thermal monitoring enabled (TM2)
[    0.007922] process: using mwait in idle threads
[    0.007927] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32
tlb_flushall_shift: -1
[    0.008015] Freeing SMP alternatives: 16k freed
[    0.009125] ACPI: Core revision 20120913
[    0.009484] CPU0: Core temperature above threshold, cpu clock throttled (total events = 1)
[    0.010136] CPU0: Core temperature/speed normal
[    0.014777] ftrace: allocating 18828 entries in 74 pages
[    0.023812] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.057566] smpboot: CPU0: Intel(R) Core(TM)2 Duo CPU     T7800  @ 2.60GHz (fam: 06, model: 0f, stepping: 0b)
[    0.059999] Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
[    0.059999] perf_event_intel: PEBS disabled due to CPU errata
[    0.059999] ... version:                2
[    0.059999] ... bit width:              40
[    0.059999] ... generic registers:      2
[    0.059999] ... value mask:             000000ffffffffff
[    0.059999] ... max period:             000000007fffffff
[    0.059999] ... fixed-purpose events:   3
[    0.059999] ... event mask:             0000000700000003
[    0.083380] smpboot: Booting Node   0, Processors  #1 OK
[    0.096596] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.096610] Brought up 2 CPUs
[    0.096612] smpboot: Total of 2 processors activated (10378.10 BogoMIPS)
[    0.098287] devtmpfs: initialized
[    0.098287] PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
[    0.098287] PM: Registering ACPI NVS region [mem 0x7eef1000-0x7f0f1fff] (2101248 bytes)
[    0.098287] PM: Registering ACPI NVS region [mem 0x7fed2000-0x7fed3fff] (8192 bytes)
[    0.098287] PM: Registering ACPI NVS region [mem 0x7fed7000-0x7fed9fff] (12288 bytes)
[    0.098287] PM: Registering ACPI NVS region [mem 0x7fedb000-0x7feeefff] (81920 bytes)
[    0.098287] RTC time:  1:42:52, date: 02/23/13
[    0.098287] NET: Registered protocol family 16
[    0.098287] ACPI: bus type pci registered
[    0.098287] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xf0000000-0xffffffff] (base 0xf0000000)
[    0.098287] PCI: not using MMCONFIG
[    0.098287] PCI: Using configuration type 1 for base access
[    0.100018] bio: create slab <bio-0> at 0
[    0.100037] ACPI: Added _OSI(Module Device)
[    0.100037] ACPI: Added _OSI(Processor Device)
[    0.100037] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.100037] ACPI: Added _OSI(Processor Aggregator Device)
[    0.100845] ACPI: EC: EC description table is found, configuring boot EC
[    0.100907] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.103590] ACPI: SSDT 000000007fed9c18 00382 (v01  APPLE  Cpu0Ist 00003000 INTL 20061109)
[    0.103782] ACPI: Dynamic OEM Table Load:
[    0.103785] ACPI: SSDT           (null) 00382 (v01  APPLE  Cpu0Ist 00003000 INTL 20061109)
[    0.103866] ACPI: SSDT 000000007fed7c18 002A0 (v01  APPLE  Cpu0Cst 00003001 INTL 20061109)
[    0.104045] ACPI: Dynamic OEM Table Load:
[    0.104048] ACPI: SSDT           (null) 002A0 (v01  APPLE  Cpu0Cst 00003001 INTL 20061109)
[    0.104060] ACPI: SSDT 000000007fed8f18 000C8 (v01  APPLE  Cpu1Ist 00003000 INTL 20061109)
[    0.104060] ACPI: Dynamic OEM Table Load:
[    0.104060] ACPI: SSDT           (null) 000C8 (v01  APPLE  Cpu1Ist 00003000 INTL 20061109)
[    0.104060] ACPI: SSDT 000000007fed7f18 00085 (v01  APPLE  Cpu1Cst 00003000 INTL 20061109)
[    0.104060] ACPI: Dynamic OEM Table Load:
[    0.104060] ACPI: SSDT           (null) 00085 (v01  APPLE  Cpu1Cst 00003000 INTL 20061109)
[    0.104060] ACPI: Interpreter enabled
[    0.104060] ACPI: (supports S0 S3 S4 S5)
[    0.104060] ACPI: Using IOAPIC for interrupt routing
[    0.104060] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xf0000000-0xffffffff] (base 0xf0000000)
[    0.104542] PCI: MMCONFIG at [mem 0xf0000000-0xffffffff] reserved in ACPI motherboard resources
[    0.104545] PCI: MMCONFIG for 0000 [bus00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000) (size reduced!)
[    0.123560] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[    0.123680] ACPI: No dock devices found.
[    0.123684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.123855] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.124061] pci_root PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.124090] PCI host bridge to bus 0000:00
[    0.124093] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.124095] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.124097] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.124099] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.124101] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff]
[    0.124103] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff]
[    0.124105] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff]
[    0.124107] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff]
[    0.124109] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
[    0.124111] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
[    0.124112] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
[    0.124114] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
[    0.124116] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
[    0.124118] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
[    0.124120] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff]
[    0.124122] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff]
[    0.124124] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff]
[    0.124126] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]
[    0.124135] pci 0000:00:00.0: [8086:2a00] type 00 class 0x060000
[    0.124181] pci 0000:00:01.0: [8086:2a01] type 01 class 0x060400
[    0.124223] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.124278] pci 0000:00:1a.0: [8086:2834] type 00 class 0x0c0300
[    0.124334] pci 0000:00:1a.0: reg 20: [io  0x60c0-0x60df]
[    0.124376] pci 0000:00:1a.1: [8086:2835] type 00 class 0x0c0300
[    0.124432] pci 0000:00:1a.1: reg 20: [io  0x60a0-0x60bf]
[    0.124488] pci 0000:00:1a.7: [8086:283a] type 00 class 0x0c0320
[    0.124512] pci 0000:00:1a.7: reg 10: [mem 0x9b504c00-0x9b504fff]
[    0.124618] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.124651] pci 0000:00:1b.0: [8086:284b] type 00 class 0x040300
[    0.124672] pci 0000:00:1b.0: reg 10: [mem 0x9b500000-0x9b503fff 64bit]
[    0.124774] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.124806] pci 0000:00:1c.0: [8086:283f] type 01 class 0x060400
[    0.124913] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.124950] pci 0000:00:1c.2: [8086:2843] type 01 class 0x060400
[    0.125056] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.125092] pci 0000:00:1c.4: [8086:2847] type 01 class 0x060400
[    0.125199] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.125233] pci 0000:00:1c.5: [8086:2849] type 01 class 0x060400
[    0.125341] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.125374] pci 0000:00:1d.0: [8086:2830] type 00 class 0x0c0300
[    0.125430] pci 0000:00:1d.0: reg 20: [io  0x6080-0x609f]
[    0.125472] pci 0000:00:1d.1: [8086:2831] type 00 class 0x0c0300
[    0.125527] pci 0000:00:1d.1: reg 20: [io  0x6060-0x607f]
[    0.125569] pci 0000:00:1d.2: [8086:2832] type 00 class 0x0c0300
[    0.125623] pci 0000:00:1d.2: reg 20: [io  0x6040-0x605f]
[    0.125678] pci 0000:00:1d.7: [8086:2836] type 00 class 0x0c0320
[    0.125702] pci 0000:00:1d.7: reg 10: [mem 0x9b504800-0x9b504bff]
[    0.125807] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.125834] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
[    0.125930] pci 0000:00:1f.0: [8086:2815] type 00 class 0x060100
[    0.126671] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0680 (mask 000f)
[    0.126676] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 1640 (mask 000f)
[    0.126682] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 4 PIO at 0300 (mask 001f)
[    0.126737] pci 0000:00:1f.1: [8086:2850] type 00 class 0x01018f
[    0.126753] pci 0000:00:1f.1: reg 10: [io  0x6108-0x610f]
[    0.126765] pci 0000:00:1f.1: reg 14: [io  0x611c-0x611f]
[    0.126777] pci 0000:00:1f.1: reg 18: [io  0x6100-0x6107]
[    0.126789] pci 0000:00:1f.1: reg 1c: [io  0x6118-0x611b]
[    0.126801] pci 0000:00:1f.1: reg 20: [io  0x60e0-0x60ef]
[    0.126854] pci 0000:00:1f.2: [8086:2829] type 00 class 0x010601
[    0.126880] pci 0000:00:1f.2: reg 10: [io  0x60f8-0x60ff]
[    0.126892] pci 0000:00:1f.2: reg 14: [io  0x6114-0x6117]
[    0.126904] pci 0000:00:1f.2: reg 18: [io  0x60f0-0x60f7]
[    0.126915] pci 0000:00:1f.2: reg 1c: [io  0x6110-0x6113]
[    0.126927] pci 0000:00:1f.2: reg 20: [io  0x6020-0x603f]
[    0.126939] pci 0000:00:1f.2: reg 24: [mem 0x9b504000-0x9b5047ff]
[    0.127004] pci 0000:00:1f.2: PME# supported from D3hot
[    0.127030] pci 0000:00:1f.3: [8086:283e] type 00 class 0x0c0500
[    0.127046] pci 0000:00:1f.3: reg 10: [mem 0x9b505000-0x9b5050ff]
[    0.127088] pci 0000:00:1f.3: reg 20: [io  0xefa0-0xefbf]
[    0.127173] pci 0000:01:00.0: [10de:0407] type 00 class 0x030000
[    0.127188] pci 0000:01:00.0: reg 10: [mem 0x92000000-0x92ffffff]
[    0.127204] pci 0000:01:00.0: reg 14: [mem 0x80000000-0x8fffffff 64bit pref]
[    0.127219] pci 0000:01:00.0: reg 1c: [mem 0x90000000-0x91ffffff 64bit]
[    0.127230] pci 0000:01:00.0: reg 24: [io  0x5000-0x507f]
[    0.127240] pci 0000:01:00.0: reg 30: [mem 0x93000000-0x9301ffff pref]
[    0.127324] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.127327] pci 0000:00:01.0:   bridge window [io  0x5000-0x5fff]
[    0.127330] pci 0000:00:01.0:   bridge window [mem 0x90000000-0x930fffff]
[    0.127334] pci 0000:00:01.0:   bridge window [mem 0x80000000-0x8fffffff 64bit pref]
[    0.127393] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.127401] pci 0000:00:1c.0:   bridge window [mem 0x9b400000-0x9b4fffff]
[    0.127467] pci 0000:00:1c.2: PCI bridge to [bus 03-0a]
[    0.127472] pci 0000:00:1c.2:   bridge window [io  0x4000-0x4fff]
[    0.127477] pci 0000:00:1c.2:   bridge window [mem 0x97400000-0x9b3fffff]
[    0.127485] pci 0000:00:1c.2:   bridge window [mem 0x93100000-0x970fffff 64bit pref]
[    0.127570] pci 0000:0b:00.0: [168c:0024] type 00 class 0x028000
[    0.127601] pci 0000:0b:00.0: reg 10: [mem 0x97300000-0x9730ffff 64bit]
[    0.127760] pci 0000:0b:00.0: supports D1
[    0.127762] pci 0000:0b:00.0: PME# supported from D0 D1 D3hot
[    0.127798] pci 0000:0b:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.127810] pci 0000:00:1c.4: PCI bridge to [bus 0b]
[    0.127817] pci 0000:00:1c.4:   bridge window [mem 0x97300000-0x973fffff]
[    0.128026] pci 0000:0c:00.0: [11ab:436a] type 00 class 0x020000
[    0.128179] pci 0000:0c:00.0: reg 10: [mem 0x97200000-0x97203fff 64bit]
[    0.128256] pci 0000:0c:00.0: reg 18: [io  0x3000-0x30ff]
[    0.128556] pci 0000:0c:00.0: reg 30: [mem 0xfffe0000-0xffffffff pref]
[    0.129024] pci 0000:0c:00.0: supports D1 D2
[    0.129026] pci 0000:0c:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.129243] pci 0000:00:1c.5: PCI bridge to [bus 0c]
[    0.129248] pci 0000:00:1c.5:   bridge window [io  0x3000-0x3fff]
[    0.129252] pci 0000:00:1c.5:   bridge window [mem 0x97200000-0x972fffff]
[    0.129310] pci 0000:0d:03.0: [104c:8025] type 00 class 0x0c0010
[    0.129335] pci 0000:0d:03.0: reg 10: [mem 0x97104000-0x971047ff]
[    0.129350] pci 0000:0d:03.0: reg 14: [mem 0x97100000-0x97103fff]
[    0.129454] pci 0000:0d:03.0: supports D1 D2
[    0.129455] pci 0000:0d:03.0: PME# supported from D0 D1 D2 D3hot
[    0.129519] pci 0000:00:1e.0: PCI bridge to [bus 0d] (subtractive decode)
[    0.129527] pci 0000:00:1e.0:   bridge window [mem 0x97100000-0x971fffff]
[    0.129534] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.129537] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.129539] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.129541] pci 0000:00:1e.0:   bridge window [mem 0x000c0000-0x000c3fff] (subtractive decode)
[    0.129543] pci 0000:00:1e.0:   bridge window [mem 0x000c4000-0x000c7fff] (subtractive decode)
[    0.129545] pci 0000:00:1e.0:   bridge window [mem 0x000c8000-0x000cbfff] (subtractive decode)
[    0.129547] pci 0000:00:1e.0:   bridge window [mem 0x000cc000-0x000cffff] (subtractive decode)
[    0.129549] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
[    0.129551] pci 0000:00:1e.0:   bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
[    0.129553] pci 0000:00:1e.0:   bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
[    0.129555] pci 0000:00:1e.0:   bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
[    0.129557] pci 0000:00:1e.0:   bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
[    0.129559] pci 0000:00:1e.0:   bridge window [mem 0x000e4000-0x000e7fff] (subtractive decode)
[    0.129561] pci 0000:00:1e.0:   bridge window [mem 0x000e8000-0x000ebfff] (subtractive decode)
[    0.129563] pci 0000:00:1e.0:   bridge window [mem 0x000ec000-0x000effff] (subtractive decode)
[    0.129565] pci 0000:00:1e.0:   bridge window [mem 0x000f0000-0x000fffff] (subtractive decode)
[    0.129567] pci 0000:00:1e.0:   bridge window [mem 0x80000000-0xfebfffff] (subtractive decode)
[    0.129601] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.129700] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEGP._PRT]
[    0.129736] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
[    0.129767] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP05._PRT]
[    0.129798] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP06._PRT]
[    0.129846] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
[    0.129961]  pci0000:00: Requesting ACPI _OSC control (0x1d)
[    0.130225]  pci0000:00: ACPI _OSC control (0x1d) granted
[    0.133814] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[    0.133855] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[    0.133895] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[    0.133933] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[    0.133971] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[    0.134009] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[    0.134047] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[    0.134085] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[    0.134141] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
[    0.134141] vgaarb: loaded
[    0.134141] vgaarb: bridge control possible 0000:01:00.0
[    0.134141] PCI: Using ACPI for IRQ routing
[    0.136677] PCI: pci_cache_line_size set to 64 bytes
[    0.136808] e820: reserve RAM buffer [mem 0x0008f000-0x0008ffff]
[    0.136810] e820: reserve RAM buffer [mem 0x7eef1000-0x7fffffff]
[    0.136813] e820: reserve RAM buffer [mem 0x7fe54000-0x7fffffff]
[    0.136815] e820: reserve RAM buffer [mem 0x7fe89000-0x7fffffff]
[    0.136817] e820: reserve RAM buffer [mem 0x7feb9000-0x7fffffff]
[    0.136819] e820: reserve RAM buffer [mem 0x7fed2000-0x7fffffff]
[    0.136908] NetLabel: Initializing
[    0.136910] NetLabel:  domain hash size = 128
[    0.136911] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.136923] NetLabel:  unlabeled traffic allowed by default
[    0.136935] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.136940] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.136944] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    0.150009] Switching to clocksource hpet
[    0.155373] pnp: PnP ACPI init
[    0.155392] ACPI: bus type pnp registered
[    0.155541] pnp 00:00: [bus 00-ff]
[    0.155544] pnp 00:00: [io  0x0000-0x0cf7 window]
[    0.155546] pnp 00:00: [io  0x0cf8-0x0cff]
[    0.155548] pnp 00:00: [io  0x0d00-0xffff window]
[    0.155550] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    0.155552] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[    0.155554] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[    0.155556] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[    0.155558] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[    0.155560] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[    0.155562] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[    0.155564] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[    0.155566] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[    0.155568] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
[    0.155570] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
[    0.155574] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
[    0.155576] pnp 00:00: [mem 0x000ec000-0x000effff window]
[    0.155578] pnp 00:00: [mem 0x000f0000-0x000fffff window]
[    0.155580] pnp 00:00: [mem 0x80000000-0xfebfffff window]
[    0.155623] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[    0.155687] pnp 00:01: [mem 0xfed1c000-0xfed1ffff]
[    0.155689] pnp 00:01: [mem 0xfed14000-0xfed17fff]
[    0.155691] pnp 00:01: [mem 0xfed18000-0xfed18fff]
[    0.155693] pnp 00:01: [mem 0xfed19000-0xfed19fff]
[    0.155695] pnp 00:01: [mem 0xf0000000-0xf3ffffff]
[    0.155696] pnp 00:01: [mem 0xfed20000-0xfed3ffff]
[    0.155698] pnp 00:01: [mem 0xfed45000-0xfed8ffff]
[    0.155747] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.155750] system 00:01: [mem 0xfed14000-0xfed17fff] has been reserved
[    0.155752] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.155754] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.155757] system 00:01: [mem 0xf0000000-0xf3ffffff] could not be reserved
[    0.155759] system 00:01: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.155762] system 00:01: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.155765] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.155914] pnp 00:02: [io  0x0300-0x031f]
[    0.155928] pnp 00:02: [irq 6]
[    0.155955] pnp 00:02: Plug and Play ACPI device, IDs APP0001 (active)
[    0.155986] pnp 00:03: [io  0x0000-0x001f]
[    0.155988] pnp 00:03: [io  0x0081-0x0091]
[    0.155990] pnp 00:03: [io  0x0093-0x009f]
[    0.155992] pnp 00:03: [io  0x00c0-0x00df]
[    0.155994] pnp 00:03: [dma 4]
[    0.156018] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.156025] pnp 00:04: [mem 0xff000000-0xffffffff]
[    0.156051] pnp 00:04: Plug and Play ACPI device, IDs INT0800 (active)
[    0.156104] pnp 00:05: [irq 0 disabled]
[    0.156110] pnp 00:05: [irq 8]
[    0.156112] pnp 00:05: [mem 0xfed00000-0xfed003ff]
[    0.156147] system 00:05: [mem 0xfed00000-0xfed003ff] has been reserved
[    0.156151] system 00:05: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
[    0.156160] pnp 00:06: [io  0x00f0]
[    0.156166] pnp 00:06: [irq 13]
[    0.156193] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.156202] pnp 00:07: [io  0x002e-0x002f]
[    0.156204] pnp 00:07: [io  0x004e-0x004f]
[    0.156206] pnp 00:07: [io  0x0061]
[    0.156208] pnp 00:07: [io  0x0063]
[    0.156210] pnp 00:07: [io  0x0065]
[    0.156211] pnp 00:07: [io  0x0067]
[    0.156213] pnp 00:07: [io  0x0070]
[    0.156215] pnp 00:07: [io  0x0080]
[    0.156216] pnp 00:07: [io  0x0092]
[    0.156218] pnp 00:07: [io  0x00b2-0x00b3]
[    0.156220] pnp 00:07: [io  0x0680-0x069f]
[    0.156222] pnp 00:07: [io  0x0800-0x080f]
[    0.156224] pnp 00:07: [io  0x0810-0x0817]
[    0.156225] pnp 00:07: [io  0x0400-0x047f]
[    0.156227] pnp 00:07: [io  0x0500-0x053f]
[    0.156229] pnp 00:07: [io  0x1640-0x164f]
[    0.156276] system 00:07: [io  0x0680-0x069f] has been reserved
[    0.156279] system 00:07: [io  0x0800-0x080f] has been reserved
[    0.156281] system 00:07: [io  0x0810-0x0817] has been reserved
[    0.156283] system 00:07: [io  0x0400-0x047f] has been reserved
[    0.156285] system 00:07: [io  0x0500-0x053f] has been reserved
[    0.156287] system 00:07: [io  0x1640-0x164f] has been reserved
[    0.156290] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.156300] pnp 00:08: [io  0x0070-0x0077]
[    0.156326] pnp 00:08: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.160749] pnp: PnP ACPI: found 9 devices
[    0.160752] ACPI: ACPI bus type pnp unregistered
[    0.167602] pci 0000:0c:00.0: no compatible bridge window for [mem 0xfffe0000-0xffffffff pref]
[    0.167627] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
[    0.167630] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
[    0.167651] pci 0000:00:1c.4: bridge window [io  0x1000-0x0fff] to [bus 0b] add_size 1000
[    0.167654] pci 0000:00:1c.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 0b] add_size 200000
[    0.167665] pci 0000:00:1c.5: bridge window [mem 0x00100000-0x001fffff pref] to [bus 0c] add_size 200000
[    0.167681] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.167683] pci 0000:00:1c.4: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.167685] pci 0000:00:1c.5: res[15]=[mem 0x00100000-0x001fffff pref] get_res_add_size add_size 200000
[    0.167688] pci 0000:00:1c.0: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.167690] pci 0000:00:1c.4: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.167697] pci 0000:00:1c.0: BAR 15: assigned [mem 0x9b600000-0x9b7fffff 64bit pref]
[    0.167702] pci 0000:00:1c.4: BAR 15: assigned [mem 0x9b800000-0x9b9fffff 64bit pref]
[    0.167707] pci 0000:00:1c.5: BAR 15: assigned [mem 0x9ba00000-0x9bcfffff pref]
[    0.167710] pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x2fff]
[    0.167713] pci 0000:00:1c.4: BAR 13: assigned [io  0x7000-0x7fff]
[    0.167716] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.167719] pci 0000:00:01.0:   bridge window [io  0x5000-0x5fff]
[    0.167722] pci 0000:00:01.0:   bridge window [mem 0x90000000-0x930fffff]
[    0.167725] pci 0000:00:01.0:   bridge window [mem 0x80000000-0x8fffffff 64bit pref]
[    0.167730] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.167733] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    0.167739] pci 0000:00:1c.0:   bridge window [mem 0x9b400000-0x9b4fffff]
[    0.167744] pci 0000:00:1c.0:   bridge window [mem 0x9b600000-0x9b7fffff 64bit pref]
[    0.167751] pci 0000:00:1c.2: PCI bridge to [bus 03-0a]
[    0.167755] pci 0000:00:1c.2:   bridge window [io  0x4000-0x4fff]
[    0.167761] pci 0000:00:1c.2:   bridge window [mem 0x97400000-0x9b3fffff]
[    0.167766] pci 0000:00:1c.2:   bridge window [mem 0x93100000-0x970fffff 64bit pref]
[    0.167773] pci 0000:00:1c.4: PCI bridge to [bus 0b]
[    0.167776] pci 0000:00:1c.4:   bridge window [io  0x7000-0x7fff]
[    0.167783] pci 0000:00:1c.4:   bridge window [mem 0x97300000-0x973fffff]
[    0.167787] pci 0000:00:1c.4:   bridge window [mem 0x9b800000-0x9b9fffff 64bit pref]
[    0.167795] pci 0000:0c:00.0: BAR 6: assigned [mem 0x9ba00000-0x9ba1ffff pref]
[    0.167798] pci 0000:00:1c.5: PCI bridge to [bus 0c]
[    0.167801] pci 0000:00:1c.5:   bridge window [io  0x3000-0x3fff]
[    0.167807] pci 0000:00:1c.5:   bridge window [mem 0x97200000-0x972fffff]
[    0.167812] pci 0000:00:1c.5:   bridge window [mem 0x9ba00000-0x9bcfffff pref]
[    0.167820] pci 0000:00:1e.0: PCI bridge to [bus 0d]
[    0.167826] pci 0000:00:1e.0:   bridge window [mem 0x97100000-0x971fffff]
[    0.167850] pci 0000:00:1c.0: enabling device (0000 -> 0003)
[    0.167860] pci 0000:00:1c.2: enabling device (0000 -> 0003)
[    0.167901] pci 0000:00:1e.0: power state changed by ACPI to D0
[    0.167908] pci 0000:00:1e.0: setting latency timer to 64
[    0.167913] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.167915] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.167917] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.167919] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff]
[    0.167921] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff]
[    0.167923] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff]
[    0.167925] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff]
[    0.167926] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff]
[    0.167928] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff]
[    0.167930] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff]
[    0.167932] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff]
[    0.167934] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff]
[    0.167936] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff]
[    0.167938] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff]
[    0.167939] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff]
[    0.167941] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff]
[    0.167943] pci_bus 0000:00: resource 20 [mem 0x80000000-0xfebfffff]
[    0.167945] pci_bus 0000:01: resource 0 [io  0x5000-0x5fff]
[    0.167947] pci_bus 0000:01: resource 1 [mem 0x90000000-0x930fffff]
[    0.167950] pci_bus 0000:01: resource 2 [mem 0x80000000-0x8fffffff 64bit pref]
[    0.167952] pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
[    0.167954] pci_bus 0000:02: resource 1 [mem 0x9b400000-0x9b4fffff]
[    0.167956] pci_bus 0000:02: resource 2 [mem 0x9b600000-0x9b7fffff 64bit pref]
[    0.167958] pci_bus 0000:03: resource 0 [io  0x4000-0x4fff]
[    0.167960] pci_bus 0000:03: resource 1 [mem 0x97400000-0x9b3fffff]
[    0.167962] pci_bus 0000:03: resource 2 [mem 0x93100000-0x970fffff 64bit pref]
[    0.167964] pci_bus 0000:0b: resource 0 [io  0x7000-0x7fff]
[    0.167966] pci_bus 0000:0b: resource 1 [mem 0x97300000-0x973fffff]
[    0.167968] pci_bus 0000:0b: resource 2 [mem 0x9b800000-0x9b9fffff 64bit pref]
[    0.167970] pci_bus 0000:0c: resource 0 [io  0x3000-0x3fff]
[    0.167972] pci_bus 0000:0c: resource 1 [mem 0x97200000-0x972fffff]
[    0.167974] pci_bus 0000:0c: resource 2 [mem 0x9ba00000-0x9bcfffff pref]
[    0.167976] pci_bus 0000:0d: resource 1 [mem 0x97100000-0x971fffff]
[    0.167978] pci_bus 0000:0d: resource 4 [io  0x0000-0x0cf7]
[    0.167980] pci_bus 0000:0d: resource 5 [io  0x0d00-0xffff]
[    0.167982] pci_bus 0000:0d: resource 6 [mem 0x000a0000-0x000bffff]
[    0.167984] pci_bus 0000:0d: resource 7 [mem 0x000c0000-0x000c3fff]
[    0.167986] pci_bus 0000:0d: resource 8 [mem 0x000c4000-0x000c7fff]
[    0.167988] pci_bus 0000:0d: resource 9 [mem 0x000c8000-0x000cbfff]
[    0.167990] pci_bus 0000:0d: resource 10 [mem 0x000cc000-0x000cffff]
[    0.167991] pci_bus 0000:0d: resource 11 [mem 0x000d0000-0x000d3fff]
[    0.167993] pci_bus 0000:0d: resource 12 [mem 0x000d4000-0x000d7fff]
[    0.167995] pci_bus 0000:0d: resource 13 [mem 0x000d8000-0x000dbfff]
[    0.167997] pci_bus 0000:0d: resource 14 [mem 0x000dc000-0x000dffff]
[    0.167999] pci_bus 0000:0d: resource 15 [mem 0x000e0000-0x000e3fff]
[    0.168001] pci_bus 0000:0d: resource 16 [mem 0x000e4000-0x000e7fff]
[    0.168003] pci_bus 0000:0d: resource 17 [mem 0x000e8000-0x000ebfff]
[    0.168004] pci_bus 0000:0d: resource 18 [mem 0x000ec000-0x000effff]
[    0.168006] pci_bus 0000:0d: resource 19 [mem 0x000f0000-0x000fffff]
[    0.168008] pci_bus 0000:0d: resource 20 [mem 0x80000000-0xfebfffff]
[    0.168045] NET: Registered protocol family 2
[    0.168438] TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
[    0.170222] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.170764] TCP: Hash tables configured (established 262144 bind 65536)
[    0.170850] TCP: reno registered
[    0.170857] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[    0.170877] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[    0.170978] NET: Registered protocol family 1
[    0.171070] pci 0000:00:1a.7: enabling device (0000 -> 0002)
[    0.171196] pci 0000:00:1d.7: enabling device (0000 -> 0002)
[    0.171274] PCI: CLS mismatch (256 != 64), using 64 bytes
[    0.171330] Unpacking initramfs...
[    0.224590] Freeing initrd memory: 2908k freed
[    0.226223] audit: initializing netlink socket (disabled)
[    0.226242] type=2000 audit(1361583772.223:1): initialized
[    0.236816] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.238364] VFS: Disk quotas dquot_6.5.2
[    0.238408] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.238577] msgmni has been set to 4001
[    0.238804] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.238840] io scheduler noop registered
[    0.238842] io scheduler deadline registered
[    0.238869] io scheduler cfq registered (default)
[    0.238993] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
[    0.239124] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
[    0.239280] pcieport 0000:00:1c.2: irq 42 for MSI/MSI-X
[    0.239437] pcieport 0000:00:1c.4: irq 43 for MSI/MSI-X
[    0.239592] pcieport 0000:00:1c.5: irq 44 for MSI/MSI-X
[    0.239712] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
[    0.239714] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[    0.239717] pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
[    0.239737] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[    0.239743] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
[    0.239764] pcieport 0000:00:1c.2: Signaling PME through PCIe PME interrupt
[    0.239769] pcie_pme 0000:00:1c.2:pcie01: service driver pcie_pme loaded
[    0.239789] pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt
[    0.239791] pci 0000:0b:00.0: Signaling PME through PCIe PME interrupt
[    0.239796] pcie_pme 0000:00:1c.4:pcie01: service driver pcie_pme loaded
[    0.239815] pcieport 0000:00:1c.5: Signaling PME through PCIe PME interrupt
[    0.239818] pci 0000:0c:00.0: Signaling PME through PCIe PME interrupt
[    0.239822] pcie_pme 0000:00:1c.5:pcie01: service driver pcie_pme loaded
[    0.239904] efifb: dmi detected MacBookPro3,1 - framebuffer at 0x80030000 (1440x900, stride 8192)
[    0.239925] efifb: probing for efifb
[    0.241074] efifb: framebuffer at 0x80030000, mapped to 0xffffc90004900000, using 7232k, total 7232k
[    0.241076] efifb: mode is 1440x900x32, linelength=8192, pages=1
[    0.241077] efifb: scrolling: redraw
[    0.241079] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.244338] Console: switching to colour frame buffer device 180x56
[    0.247494] fb0: EFI VGA frame buffer device
[    0.247500] intel_idle: does not run on family 6 model 15
[    0.247537] GHES: HEST is not enabled!
[    0.247596] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.247997] Linux agpgart interface v0.103
[    0.248059] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    1.277701] tsc: Refined TSC clocksource calibration: 2593.499 MHz
[    1.277704] Switching to clocksource tsc
[    1.278565] i8042: No controller found
[    1.278650] mousedev: PS/2 mouse device common for all mice
[    1.278698] rtc_cmos 00:08: RTC can wake from S4
[    1.278835] rtc_cmos 00:08: rtc core: registered rtc_cmos as rtc0
[    1.278866] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    1.278872] cpuidle: using governor ladder
[    1.278874] cpuidle: using governor menu
[    1.278876] EFI Variables Facility v0.08 2004-May-17
[    1.342232] drop_monitor: Initializing network drop monitor service
[    1.342299] TCP: cubic registered
[    1.342396] NET: Registered protocol family 10
[    1.342541] NET: Registered protocol family 17
[    1.342553] Key type dns_resolver registered
[    1.342739] PM: Hibernation image not present or could not be loaded.
[    1.342748] registered taskstats version 1
[    1.343350]   Magic number: 1:490:711
[    1.343433] rtc_cmos 00:08: setting system clock to 2013-02-23 01:42:53 UTC (1361583773)
[    1.344667] Freeing unused kernel memory: 812k freed
[    1.344956] Write protecting the kernel read-only data: 8192k
[    1.347981] Freeing unused kernel memory: 1240k freed
[    1.349548] Freeing unused kernel memory: 472k freed
[    1.356092] systemd-udevd[45]: starting version 197
[    1.381461] ACPI: bus type usb registered
[    1.381488] usbcore: registered new interface driver usbfs
[    1.381498] usbcore: registered new interface driver hub
[    1.381551] usbcore: registered new device driver usb
[    1.381906] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.381949] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[    1.381953] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[    1.381958] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    1.381974] ehci_hcd 0000:00:1a.7: debug port 1
[    1.385884] ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
[    1.385905] ehci_hcd 0000:00:1a.7: irq 21, io mem 0x9b504c00
[    1.389278] SCSI subsystem initialized
[    1.390683] ACPI: bus type scsi registered
[    1.390732] libata version 3.00 loaded.
[    1.393371] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    1.393652] hub 1-0:1.0: USB hub found
[    1.393657] hub 1-0:1.0: 4 ports detected
[    1.394086] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    1.394090] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    1.394096] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[    1.394112] ehci_hcd 0000:00:1d.7: debug port 1
[    1.398003] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
[    1.398023] ehci_hcd 0000:00:1d.7: irq 20, io mem 0x9b504800
[    1.406680] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    1.406868] hub 2-0:1.0: USB hub found
[    1.406872] hub 2-0:1.0: 6 ports detected
[    1.407192] ahci 0000:00:1f.2: version 3.0
[    1.407251] ahci 0000:00:1f.2: irq 45 for MSI/MSI-X
[    1.407308] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 3 ports 1.5 Gbps 0x1 impl SATA mode
[    1.407312] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ccc ems 
[    1.407317] ahci 0000:00:1f.2: setting latency timer to 64
[    1.408122] uhci_hcd: USB Universal Host Controller Interface driver
[    1.408135] scsi0 : ahci
[    1.408631] scsi1 : ahci
[    1.408699] scsi2 : ahci
[    1.408745] ata1: SATA max UDMA/133 abar m2048@0x9b504000 port 0x9b504100 irq 45
[    1.408747] ata2: DUMMY
[    1.408749] ata3: DUMMY
[    1.408784] ata_piix 0000:00:1f.1: version 2.13
[    1.408806] ata_piix 0000:00:1f.1: power state changed by ACPI to D0
[    1.408858] ata_piix 0000:00:1f.1: setting latency timer to 64
[    1.409211] scsi3 : ata_piix
[    1.409472] scsi4 : ata_piix
[    1.409521] ata4: PATA max UDMA/100 cmd 0x6108 ctl 0x611c bmdma 0x60e0 irq 21
[    1.409523] ata5: PATA max UDMA/100 cmd 0x6100 ctl 0x6118 bmdma 0x60e8 irq 21
[    1.409558] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[    1.409562] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    1.409569] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    1.409597] uhci_hcd 0000:00:1a.0: irq 20, io base 0x000060c0
[    1.409747] hub 3-0:1.0: USB hub found
[    1.409753] hub 3-0:1.0: 2 ports detected
[    1.409867] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[    1.409871] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    1.409877] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[    1.409913] uhci_hcd 0000:00:1a.1: irq 16, io base 0x000060a0
[    1.410044] hub 4-0:1.0: USB hub found
[    1.410048] hub 4-0:1.0: 2 ports detected
[    1.410155] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    1.410159] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    1.410166] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
[    1.410193] uhci_hcd 0000:00:1d.0: irq 16, io base 0x00006080
[    1.410322] hub 5-0:1.0: USB hub found
[    1.410326] hub 5-0:1.0: 2 ports detected
[    1.410438] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    1.410442] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    1.410449] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
[    1.410483] uhci_hcd 0000:00:1d.1: irq 18, io base 0x00006060
[    1.410614] hub 6-0:1.0: USB hub found
[    1.410618] hub 6-0:1.0: 2 ports detected
[    1.410760] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    1.410763] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    1.410769] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
[    1.410795] uhci_hcd 0000:00:1d.2: irq 21, io base 0x00006040
[    1.410919] hub 7-0:1.0: USB hub found
[    1.410923] hub 7-0:1.0: 2 ports detected
[    1.440081] firewire_ohci 0000:0d:03.0: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x2
[    1.574895] ata4.00: ATAPI: HL-DT-ST DVDRW  GSA-S10N, AP09, max UDMA/33
[    1.586901] ata4.00: configured for UDMA/33
[    1.726685] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.737028] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    1.737255] ata1.00: ATA-8: ST9750420AS, 0001SDM5, max UDMA/133
[    1.737257] ata1.00: 1465149168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    1.738119] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    1.738336] ata1.00: configured for UDMA/133
[    1.738427] scsi 0:0:0:0: Direct-Access     ATA      ST9750420AS      0001 PQ: 0 ANSI: 5
[    1.741579] scsi 3:0:0:0: CD-ROM            HL-DT-ST DVDRW  GSA-S10N  AP09 PQ: 0 ANSI: 5
[    1.738560] ACPI: Invalid Power Resource to register!
[    1.741725] ACPI: Invalid Power Resource to register!
[    1.746173] sd 0:0:0:0: [sda] 1465149168 512-byte logical blocks: (750 GB/698 GiB)
[    1.746177] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    1.746231] sd 0:0:0:0: [sda] Write Protect is off
[    1.746235] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.746254] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.750199] sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda caddy
[    1.750202] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.750466] sr 3:0:0:0: Attached scsi CD-ROM sr0
[    1.806679] usb 2-4: new high-speed USB device number 2 using ehci_hcd
[    1.841674]  sda: sda1 sda2 sda3 sda4
[    1.841974] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.940086] firewire_core 0000:0d:03.0: created device fw0: GUID 001f5bfffe16d514, S800
[    2.366680] usb 3-1: new full-speed USB device number 2 using uhci_hcd
[    2.506899] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
[    2.776680] usb 7-1: new low-speed USB device number 2 using uhci_hcd
[    3.064614] systemd[1]: systemd 197 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
[    3.075384] systemd[1]: No hostname configured.
[    3.075389] systemd[1]: Set hostname to <localhost>.
[    3.183345] usb 7-2: new full-speed USB device number 3 using uhci_hcd
[    3.489334] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory. See system logs and 'systemctl status display-manager.service' for details.
[    3.489519] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[    3.489566] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    3.489578] systemd[1]: Starting Remote File Systems.
[    3.489705] systemd[1]: Reached target Remote File Systems.
[    3.489714] systemd[1]: Expecting device sys-subsystem-net-devices-eth0.device...
[    3.489805] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[    3.489927] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    3.489936] systemd[1]: Starting Delayed Shutdown Socket.
[    3.490064] systemd[1]: Listening on Delayed Shutdown Socket.
[    3.490072] systemd[1]: Starting Device-mapper event daemon FIFOs.
[    3.490192] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    3.490201] systemd[1]: Starting LVM2 metadata daemon socket.
[    3.490319] systemd[1]: Listening on LVM2 metadata daemon socket.
[    3.490333] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[    3.490369] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    3.490399] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
[    3.490599] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    3.490654] systemd[1]: Starting udev Kernel Socket.
[    3.490765] systemd[1]: Listening on udev Kernel Socket.
[    3.490808] systemd[1]: Starting udev Control Socket.
[    3.490921] systemd[1]: Listening on udev Control Socket.
[    3.490930] systemd[1]: Starting Encrypted Volumes.
[    3.491029] systemd[1]: Reached target Encrypted Volumes.
[    3.491037] systemd[1]: Starting Swap.
[    3.491128] systemd[1]: Reached target Swap.
[    3.491137] systemd[1]: Expecting device dev-disk-by\x2duuid-6590b970\x2dea5c\x2d41b3\x2d8407\x2d21597b27935a.device...
[    3.491243] systemd[1]: Starting Journal Socket.
[    3.491374] systemd[1]: Listening on Journal Socket.
[    3.491389] systemd[1]: Started File System Check on Root Device.
[    3.491398] systemd[1]: Starting Remount Root and Kernel File Systems...
[    3.493587] systemd[1]: Mounting Temporary Directory...
[    3.506777] systemd[1]: Starting udev Kernel Device Manager...
[    3.528936] systemd[1]: Started Set Up Additional Binary Formats.
[    3.530134] systemd[1]: Starting Apply Kernel Variables...
[    3.533551] systemd[1]: Mounting Huge Pages File System...
[    3.536880] systemd[1]: Starting Setup Virtual Console...
[    3.554539] systemd[1]: Starting udev Coldplug all Devices...
[    3.603460] systemd[1]: Started Load Kernel Modules.
[    3.603483] systemd[1]: Mounting Configuration File System...
[    3.606871] systemd[1]: Mounting POSIX Message Queue File System...
[    3.610155] systemd[1]: Mounted FUSE Control File System.
[    3.610182] systemd[1]: Mounting Debug File System...
[    3.623395] systemd[1]: Starting Journal Service...
[    3.633683] systemd[1]: Started Journal Service.
[    3.747389] systemd-udevd[118]: starting version 197
[    4.026379] EXT4-fs (sda3): re-mounted. Opts: data=ordered
[    4.434063] microcode: CPU0 sig=0x6fb, pf=0x80, revision=0xb3
[    4.567217] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    4.567258] ACPI: Lid Switch [LID0]
[    4.567303] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    4.567307] ACPI: Power Button [PWRB]
[    4.567346] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    4.567349] ACPI: Sleep Button [SLPB]
[    4.567413] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    4.567415] ACPI: Power Button [PWRF]
[    4.576044] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    4.576095] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input4
[    4.630162] microcode: CPU1 sig=0x6fb, pf=0x80, revision=0xb3
[    4.630656] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    4.641962] input: PC Speaker as /devices/platform/pcspkr/input/input5
[    4.642841] appletouch 7-2:1.1: Geyser mode initialized.
[    4.642915] input: appletouch as /devices/pci0000:00/0000:00:1d.2/usb7/7-2/7-2:1.1/input/input6
[    4.642969] usbcore: registered new interface driver appletouch
[    4.654671] ACPI: Battery Slot [BAT0] (battery present)
[    4.657595] ACPI: Requesting acpi_cpufreq
[    4.671950] ACPI: AC Adapter [ADP1] (on-line)
[    4.696053] Monitor-Mwait will be used to enter C-1 state
[    4.696060] Monitor-Mwait will be used to enter C-2 state
[    4.696064] Monitor-Mwait will be used to enter C-3 state
[    4.696068] tsc: Marking TSC unstable due to TSC halts in idle
[    4.696102] ACPI: acpi_idle registered with cpuidle
[    4.698355] Switching to clocksource hpet
[    4.710899] sky2: driver version 1.30
[    4.710962] sky2 0000:0c:00.0: enabling device (0000 -> 0003)
[    4.711099] sky2 0000:0c:00.0: Yukon-2 EC Ultra chip revision 3
[    4.711683] sky2 0000:0c:00.0: irq 46 for MSI/MSI-X
[    4.712303] sky2 0000:0c:00.0 eth0: addr 00:1f:f3:d7:09:4c
[    4.720751] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20120913/utaddress-251)
[    4.720757] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    4.720761] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \GPIO 1 (20120913/utaddress-251)
[    4.720764] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    4.720766] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \GPIO 1 (20120913/utaddress-251)
[    4.720769] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    4.720771] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    4.723701] media: Linux media interface: v0.10
[    4.749533] applesmc: key=245 fan=2 temp=14 index=14 acc=1 lux=2 kbd=1
[    4.755137] snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
[    4.755207] snd_hda_intel 0000:00:1b.0: irq 47 for MSI/MSI-X
[    4.804898] iTCO_vendor_support: vendor-support=0
[    4.805728] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
[    4.805761] iTCO_wdt: Found a ICH8M TCO device (Version=2, TCOBASE=0x0460)
[    4.805854] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    4.812052] input: applesmc as /devices/platform/applesmc.768/input/input7
[    4.812792] Registered led device: smc::kbd_backlight
[    4.824016] [drm] Initialized drm 1.1.0 20060810
[    4.849848] systemd-udevd[150]: renamed network interface eth0 to enp12s0
[    4.863938] usbcore: registered new interface driver usbhid
[    4.863943] usbhid: USB HID core driver
[    4.911181] input: HID 05ac:1000 as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1:1.0/input/input8
[    4.911297] hid-generic 0003:05AC:1000.0001: input,hidraw0: USB HID v1.11 Keyboard [HID 05ac:1000] on usb-0000:00:1a.0-1/input0
[    4.911549] input: HID 05ac:1000 as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1:1.1/input/input9
[    4.912149] hid-generic 0003:05AC:1000.0002: input,hidraw1: USB HID v1.11 Mouse [HID 05ac:1000] on usb-0000:00:1a.0-1/input1
[    5.018025] apple 0003:05AC:8242.0003: hiddev0,hidraw2: USB HID v1.11 Device [Apple Computer, Inc. IR Receiver] on usb-0000:00:1d.2-1/input0
[    5.018329] input: Apple Computer Apple Internal Keyboard / Trackpad as /devices/pci0000:00/0000:00:1d.2/usb7/7-2/7-2:1.0/input/input10
[    5.018413] apple 0003:05AC:021B.0004: input,hidraw3: USB HID v1.11 Keyboard [Apple Computer Apple Internal Keyboard / Trackpad] on usb-0000:00:1d.2-2/input0
[    5.019309] wmi: Mapper loaded
[    5.019912] input: Apple Computer Apple Internal Keyboard / Trackpad as /devices/pci0000:00/0000:00:1d.2/usb7/7-2/7-2:1.2/input/input11
[    5.021076] apple 0003:05AC:021B.0005: input,hidraw4: USB HID v1.11 Device [Apple Computer Apple Internal Keyboard / Trackpad] on usb-0000:00:1d.2-2/input2
[    5.105465] Linux video capture interface: v2.00
[    5.120070] uvcvideo: Found UVC 1.00 device Built-in iSight (05ac:8502)
[    5.122878] input: Built-in iSight as /devices/pci0000:00/0000:00:1d.7/usb2/2-4/2-4:1.0/input/input12
[    5.122961] usbcore: registered new interface driver uvcvideo
[    5.122962] USB Video Class driver (1.1.1)
[    5.140511] hda_codec: ALC889A: SKU not ready 0x400000f0
[    5.142595] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input13
[    5.148122] cfg80211: Calling CRDA to update world regulatory domain
[    5.161835] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[    5.161963] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
[    5.162451] i801_smbus 0000:00:1f.3: enabling device (0000 -> 0003)
[    5.162467] ACPI Warning: 0x000000000000efa0-0x000000000000efbf SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 (20120913/utaddress-251)
[    5.162472] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    5.487576] ath9k 0000:0b:00.0: enabling device (0000 -> 0002)
[    5.616802] ath: EEPROM regdomain: 0x37
[    5.616805] ath: EEPROM indicates we should expect a direct regpair map
[    5.616807] ath: Country alpha2 being used: AW
[    5.616808] ath: Regpair used: 0x37
[    5.655579] ieee80211 phy0: Selected rate control algorithm 'ath9k_rate_control'
[    5.655788] Registered led device: ath9k-phy0
[    5.655792] ieee80211 phy0: Atheros AR5418 MAC/BB Rev:2 AR5133 RF Rev:81 mem=0xffffc90007a80000, irq=16
[    5.660188] systemd-udevd[141]: renamed network interface wlan0 to wlp11s0
[    6.081043] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: data=ordered
[    6.147757] systemd-journald[126]: Received SIGUSR1
[    6.822397] systemd-logind[251]: Watching system buttons on /dev/input/event3 (Power Button)
[    6.822539] systemd-logind[251]: Watching system buttons on /dev/input/event4 (Video Bus)
[    6.822670] systemd-logind[251]: Watching system buttons on /dev/input/event1 (Power Button)
[    6.822797] systemd-logind[251]: Watching system buttons on /dev/input/event0 (Lid Switch)
[    6.822926] systemd-logind[251]: Watching system buttons on /dev/input/event2 (Sleep Button)
[  300.336779] mce: [Hardware Error]: Machine check events logged
[  531.219375] IPv6: ADDRCONF(NETDEV_UP): wlp11s0: link is not ready
[  536.441898] IPv6: ADDRCONF(NETDEV_UP): wlp11s0: link is not ready
[  538.221070] wlp11s0: authenticate with 00:1f:9f:12:ce:d5
[  538.224013] wlp11s0: send auth to 00:1f:9f:12:ce:d5 (try 1/3)
[  538.226365] wlp11s0: authenticated
[  538.226584] ath9k 0000:0b:00.0 wlp11s0: disabling HT/VHT due to WEP/TKIP use
[  538.226593] ath9k 0000:0b:00.0 wlp11s0: disabling HT as WMM/QoS is not supported by the AP
[  538.226600] ath9k 0000:0b:00.0 wlp11s0: disabling VHT as WMM/QoS is not supported by the AP
[  538.228048] wlp11s0: associate with 00:1f:9f:12:ce:d5 (try 1/3)
[  538.230762] wlp11s0: RX AssocResp from 00:1f:9f:12:ce:d5 (capab=0x411 status=0 aid=2)
[  538.230854] wlp11s0: associated
[  538.230929] IPv6: ADDRCONF(NETDEV_CHANGE): wlp11s0: link becomes ready

Last edited by anthillsocial (2013-02-24 16:29:15)

Offline

#22 2013-02-24 16:37:00

s1ln7m4s7r
Member
Registered: 2013-02-22
Posts: 262

Re: Problem installing nvidia drivers on 2007 macbook 3,1

Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=f223ef2a-535f-48e6-ac90-3c535fb25b25 ro ACPI=noirq nomodeset

If you add nomodeset to boot line you are disabling KMS then its normal than nouveau doesn't work because it need it.

Offline

#23 2013-02-24 16:39:53

anthillsocial
Member
Registered: 2013-02-18
Posts: 129

Re: Problem installing nvidia drivers on 2007 macbook 3,1

The problem is that the machine won't boot without nomodeset - it doesn't get past:
/dev/sda3: clean, 53570/983040 files, 501051/3932160 blocks

Offline

#24 2013-02-24 16:41:43

anthillsocial
Member
Registered: 2013-02-18
Posts: 129

Re: Problem installing nvidia drivers on 2007 macbook 3,1

Though, when the nvidia driver is installed it manages without nomodeset.

Offline

#25 2013-02-24 16:48:15

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: Problem installing nvidia drivers on 2007 macbook 3,1

anthillsocial wrote:

Though, when the nvidia driver is installed it manages without nomodeset.

That makes full sense, nvidia has their own modesetting solution.

Offline

Board footer

Powered by FluxBB