Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
KDE and systemd, no keyboard or mouse! [SOLVED]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
beguiledfoil
n00b
n00b


Joined: 23 Jan 2011
Posts: 48

PostPosted: Sat Aug 16, 2014 3:55 am    Post subject: KDE and systemd, no keyboard or mouse! [SOLVED] Reply with quote

Hello.

I am (regrettably) attempting to use systemd on my new laptop (macbook air, 2014).

I am able to boot into KDM after following the handbook instructions, but the keyboard and touchpad do not work. An external USB keyboard also is not recognized (either at boot or at runtime).

The *only* clue I have so far is in kdm.log:

Code:
klauncher(1804) kdemain: No DBUS session-bus found. Check if you have started the DBUS server


Incidently, the power button on the keyboard does work.

Edit: Solved, see my last post.. that I have not made it..


Last edited by beguiledfoil on Tue Aug 19, 2014 7:32 am; edited 1 time in total
Back to top
View user's profile Send private message
Sulman
n00b
n00b


Joined: 15 Feb 2014
Posts: 63

PostPosted: Sat Aug 16, 2014 4:02 am    Post subject: Reply with quote

The dbus error is a bit of a red herring, I think. I have KDE 4.12.5 with systemd (but not on Apple hardware) and I also get that error message - it doesn't seem to matter.

What does /var/log/Xorg.0.log output say?

I'm guessing your kernel is missing some Mac config settings for input devices. systemd shouldn't affect input in this scenario, as far as I know.
Back to top
View user's profile Send private message
beguiledfoil
n00b
n00b


Joined: 23 Jan 2011
Posts: 48

PostPosted: Sat Aug 16, 2014 4:17 am    Post subject: Reply with quote

Here is my Xorg.0.log. In my opinion it looks like things are failing at a lower level. But I'm definitely open to more opinions!


Code:
[     6.349]
X.Org X Server 1.16.0
Release Date: 2014-07-16
[     6.349] X Protocol Version 11, Revision 0
[     6.349] Build Operating System: Linux 3.13.0-24-generic x86_64 Gentoo
[     6.349] Current Operating System: Linux localhost 3.16.1-gentoo #2 SMP Fri Aug 15 19:34:31 PDT 2014 x86_64
[     6.349] Kernel command line: root=/dev/sda6 ro init=/usr/lib/systemd/systemd \vmlinuz-gentoo-3.16.1.efi
[     6.349] Build Date: 14 August 2014  11:10:33PM
[     6.350] 
[     6.350] Current version of pixman: 0.32.4
[     6.350]    Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
[     6.350] Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     6.350] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Aug 15 20:42:36 2014
[     6.350] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     6.351] (==) No Layout section.  Using the first Screen section.
[     6.351] (==) No screen section available. Using defaults.
[     6.351] (**) |-->Screen "Default Screen Section" (0)
[     6.351] (**) |   |-->Monitor "<default monitor>"
[     6.352] (==) No monitor specified for screen "Default Screen Section".
   Using a default monitor configuration.
[     6.352] (==) Automatically adding devices
[     6.352] (==) Automatically enabling devices
[     6.352] (==) Automatically adding GPU devices
[     6.353] (WW) The directory "/usr/share/fonts/misc/" does not exist.
[     6.353]    Entry deleted from font path.
[     6.353] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[     6.353]    Entry deleted from font path.
[     6.353] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[     6.353]    Entry deleted from font path.
[     6.353] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[     6.353]    Entry deleted from font path.
[     6.353] (WW) The directory "/usr/share/fonts/100dpi/" does not exist.
[     6.353]    Entry deleted from font path.
[     6.353] (WW) The directory "/usr/share/fonts/75dpi/" does not exist.
[     6.353]    Entry deleted from font path.
[     6.353] (==) FontPath set to:
   
[     6.353] (==) ModulePath set to "/usr/lib64/xorg/modules"
[     6.353] (II) The server relies on udev to provide the list of input devices.
   If no devices become available, reconfigure udev or disable AutoAddDevices.
[     6.353] (II) Loader magic: 0x807d20
[     6.353] (II) Module ABI versions:
[     6.353]    X.Org ANSI C Emulation: 0.4
[     6.353]    X.Org Video Driver: 18.0
[     6.353]    X.Org XInput driver : 21.0
[     6.353]    X.Org Server Extension : 8.0
[     6.355] (EE) systemd-logind: failed to get session: PID 1783 does not belong to any known session
[     6.355] (II) xfree86: Adding drm device (/dev/dri/card0)
[     6.357] (--) PCI:*(0:0:2:0) 8086:0a26:106b:011a rev 9, Mem @ 0xb0000000/4194304, 0xa0000000/268435456, I/O @ 0x00002000/64
[     6.358] (II) LoadModule: "glx"
[     6.360] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[     6.371] (II) Module glx: vendor="X.Org Foundation"
[     6.371]    compiled for 1.16.0, module version = 1.0.0
[     6.371]    ABI class: X.Org Server Extension, version 8.0
[     6.371] (==) AIGLX enabled
[     6.371] (==) Matched intel as autoconfigured driver 0
[     6.371] (==) Matched intel as autoconfigured driver 1
[     6.371] (==) Matched modesetting as autoconfigured driver 2
[     6.371] (==) Matched fbdev as autoconfigured driver 3
[     6.371] (==) Matched vesa as autoconfigured driver 4
[     6.371] (==) Assigned the driver to the xf86ConfigLayout
[     6.371] (II) LoadModule: "intel"
[     6.371] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so
[     6.373] (II) Module intel: vendor="X.Org Foundation"
[     6.373]    compiled for 1.16.0, module version = 2.99.914
[     6.373]    Module class: X.Org Video Driver
[     6.373]    ABI class: X.Org Video Driver, version 18.0
[     6.373] (II) LoadModule: "modesetting"
[     6.373] (WW) Warning, couldn't open module modesetting
[     6.373] (II) UnloadModule: "modesetting"
[     6.373] (II) Unloading modesetting
[     6.373] (EE) Failed to load module "modesetting" (module does not exist, 0)
[     6.373] (II) LoadModule: "fbdev"
[     6.374] (WW) Warning, couldn't open module fbdev
[     6.374] (II) UnloadModule: "fbdev"
[     6.374] (II) Unloading fbdev
[     6.374] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     6.374] (II) LoadModule: "vesa"
[     6.374] (WW) Warning, couldn't open module vesa
[     6.374] (II) UnloadModule: "vesa"
[     6.374] (II) Unloading vesa
[     6.374] (EE) Failed to load module "vesa" (module does not exist, 0)
[     6.374] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
   i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
   915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
   Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
   GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[     6.375] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[     6.375] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[     6.375] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[     6.375] (++) using VT number 7

[     6.380] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20080730
[     6.382] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 5000
[     6.382] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2
[     6.382] (II) intel(0): Creating default Display subsection in Screen section
   "Default Screen Section" for depth/fbbpp 24/32
[     6.382] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[     6.382] (==) intel(0): RGB weight 888
[     6.382] (==) intel(0): Default visual is TrueColor
[     6.382] (II) intel(0): Output eDP1 has no monitor section
[     6.382] (--) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[     6.382] (II) intel(0): Output DP1 has no monitor section
[     6.382] (II) intel(0): Output HDMI1 has no monitor section
[     6.382] (II) intel(0): Output DP2 has no monitor section
[     6.382] (II) intel(0): Output HDMI2 has no monitor section
[     6.382] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[     6.382] (II) intel(0): Output VIRTUAL1 has no monitor section
[     6.382] (--) intel(0): Output eDP1 using initial mode 1366x768 on pipe 0
[     6.382] (==) intel(0): TearFree disabled
[     6.382] (==) intel(0): DPI set to (96, 96)
[     6.382] (II) Loading sub module "dri2"
[     6.382] (II) LoadModule: "dri2"
[     6.382] (II) Module "dri2" already built-in
[     6.383] (II) Loading sub module "present"
[     6.383] (II) LoadModule: "present"
[     6.383] (II) Module "present" already built-in
[     6.383] (==) Depth 24 pixmap format is 32 bpp
[     6.385] (II) intel(0): SNA initialized with Haswell (gen7.5, gt3) backend
[     6.385] (==) intel(0): Backing store enabled
[     6.385] (==) intel(0): Silken mouse enabled
[     6.385] (II) intel(0): HW Cursor enabled
[     6.385] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[     6.386] (==) intel(0): DPMS enabled
[     6.386] (II) intel(0): [DRI2] Setup complete
[     6.386] (II) intel(0): [DRI2]   DRI driver: i965
[     6.386] (II) intel(0): [DRI2]   VDPAU driver: i965
[     6.386] (II) intel(0): direct rendering: DRI2 enabled
[     6.386] (II) intel(0): hardware support for Present enabled
[     6.386] (==) intel(0): display hotplug detection enabled
[     6.386] (--) RandR disabled
[     6.430] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[     6.430] (II) AIGLX: enabled GLX_ARB_create_context
[     6.430] (II) AIGLX: enabled GLX_ARB_create_context_profile
[     6.430] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[     6.430] (II) AIGLX: enabled GLX_INTEL_swap_event
[     6.430] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[     6.430] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[     6.430] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[     6.430] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[     6.430] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[     6.430] (II) AIGLX: Loaded and initialized i965
[     6.430] (II) GLX: Initialized DRI2 GL provider for screen 0
[     6.433] (II) intel(0): switch to mode 1366x768@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[     6.440] (II) intel(0): Setting screen physical size to 361 x 203
[     6.485] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[     6.485] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     6.485] (II) LoadModule: "evdev"
[     6.485] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[     6.486] (II) Module evdev: vendor="X.Org Foundation"
[     6.486]    compiled for 1.16.0, module version = 2.8.4
[     6.486]    Module class: X.Org XInput Driver
[     6.486]    ABI class: X.Org XInput driver, version 21.0
[     6.486] (II) Using input driver 'evdev' for 'Power Button'
[     6.486] (**) Power Button: always reports core events
[     6.486] (**) evdev: Power Button: Device: "/dev/input/event3"
[     6.486] (--) evdev: Power Button: Vendor 0 Product 0x1
[     6.486] (--) evdev: Power Button: Found keys
[     6.486] (II) evdev: Power Button: Configuring as keyboard
[     6.486] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[     6.486] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     6.486] (**) Option "xkb_rules" "evdev"
[     6.486] (**) Option "xkb_model" "pc104"
[     6.486] (**) Option "xkb_layout" "us"
[     6.514] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[     6.514] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[     6.514] (II) Using input driver 'evdev' for 'Video Bus'
[     6.514] (**) Video Bus: always reports core events
[     6.514] (**) evdev: Video Bus: Device: "/dev/input/event4"
[     6.514] (--) evdev: Video Bus: Vendor 0 Product 0x6
[     6.514] (--) evdev: Video Bus: Found keys
[     6.514] (II) evdev: Video Bus: Configuring as keyboard
[     6.514] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4/event4"
[     6.514] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     6.514] (**) Option "xkb_rules" "evdev"
[     6.514] (**) Option "xkb_model" "pc104"
[     6.514] (**) Option "xkb_layout" "us"
[     6.515] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[     6.515] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     6.515] (II) Using input driver 'evdev' for 'Power Button'
[     6.515] (**) Power Button: always reports core events
[     6.515] (**) evdev: Power Button: Device: "/dev/input/event1"
[     6.515] (--) evdev: Power Button: Vendor 0 Product 0x1
[     6.515] (--) evdev: Power Button: Found keys
[     6.515] (II) evdev: Power Button: Configuring as keyboard
[     6.515] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[     6.515] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[     6.515] (**) Option "xkb_rules" "evdev"
[     6.515] (**) Option "xkb_model" "pc104"
[     6.515] (**) Option "xkb_layout" "us"
[     6.515] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[     6.515] (II) No input driver specified, ignoring this device.
[     6.515] (II) This device may have been added with another device file.
[     6.516] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[     6.516] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[     6.516] (II) Using input driver 'evdev' for 'Sleep Button'
[     6.516] (**) Sleep Button: always reports core events
[     6.516] (**) evdev: Sleep Button: Device: "/dev/input/event2"
[     6.516] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[     6.516] (--) evdev: Sleep Button: Found keys
[     6.516] (II) evdev: Sleep Button: Config[uring as keyboard
[     6.516] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[     6.516] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[     6.516] (**) Option "xkb_rules" "evdev"
[     6.516] (**) Option "xkb_model" "pc104"
[     6.516] (**) Option "xkb_layout" "us"
[    46.401] (II) evdev: Sleep Button: Close
[    46.401] (II) UnloadModule: "evdev"
[    46.401] (II) evdev: Power Button: Close
[    46.401] (II) UnloadModule: "evdev"
[    46.401] (II) evdev: Video Bus: Close
[    46.401] (II) UnloadModule: "evdev"
[    46.401] (II) evdev: Power Button: Close
[    46.401] (II) UnloadModule: "evdev"
[    47.721] (EE) Server terminated successfully (0). Closing log file.
[/code]
Back to top
View user's profile Send private message
beguiledfoil
n00b
n00b


Joined: 23 Jan 2011
Posts: 48

PostPosted: Sat Aug 16, 2014 4:35 am    Post subject: Reply with quote

An update on some things I've tried:
Code:
revdep-rebuild
(just for kicks),
Code:
emerge --ask @x11-module-rebuild
(pretty sure I've done this already, but... you know.. #1 cause of broken keyboards, right?)
Back to top
View user's profile Send private message
Sulman
n00b
n00b


Joined: 15 Feb 2014
Posts: 63

PostPosted: Sat Aug 16, 2014 4:45 am    Post subject: Reply with quote

I'm guessing it's the Kernel.

HID_APPLE
http://wiki.gentoo.org/wiki/Apple_Keyboard

In make menuconfig have a search ('/' key) for apple things, there's a few. Recompile it and try it out.

Edit: This is for a Macbook Pro Retina but the settings will very likely be similar for the hardware:

http://wiki.gentoo.org/wiki/Apple_Macbook_Pro_Retina
Back to top
View user's profile Send private message
beguiledfoil
n00b
n00b


Joined: 23 Jan 2011
Posts: 48

PostPosted: Sat Aug 16, 2014 4:55 am    Post subject: Reply with quote

Code:
(chroot) ubunut linux # grep -i "apple" /usr/src/linux/.config
# CONFIG_MOUSE_APPLETOUCH is not set
# CONFIG_SENSORS_APPLESMC is not set
CONFIG_BACKLIGHT_APPLE=y
CONFIG_HID_APPLE=y
# CONFIG_HID_APPLEIR is not set
# CONFIG_USB_APPLEDISPLAY is not set
# CONFIG_APPLE_GMUX is not set


I don't think any of the available options are going to help. And I'd really love to determine if this is a driver issue. Trying to figure out how to get the equivalent of /var/log/dmesg out of systemd. Hidden in this journalctl thing, I guess.
Back to top
View user's profile Send private message
Sulman
n00b
n00b


Joined: 15 Feb 2014
Posts: 63

PostPosted: Sat Aug 16, 2014 4:58 am    Post subject: Reply with quote

beguiledfoil wrote:
Code:
(chroot) ubunut linux # grep -i "apple" /usr/src/linux/.config
# CONFIG_MOUSE_APPLETOUCH is not set
# CONFIG_SENSORS_APPLESMC is not set
CONFIG_BACKLIGHT_APPLE=y
CONFIG_HID_APPLE=y
# CONFIG_HID_APPLEIR is not set
# CONFIG_USB_APPLEDISPLAY is not set
# CONFIG_APPLE_GMUX is not set


I don't think any of the available options are going to help. And I'd really love to determine if this is a driver issue. Trying to figure out how to get the equivalent of /var/log/dmesg out of systemd. Hidden in this journalctl thing, I guess.


journalctl -k

journalctl -k -e (gives last 1000 lines).
Back to top
View user's profile Send private message
beguiledfoil
n00b
n00b


Joined: 23 Jan 2011
Posts: 48

PostPosted: Sat Aug 16, 2014 5:08 am    Post subject: Reply with quote

Hm,
Code:
journalctl -k
just displays a bunch of ~'s.

Here's the last bit of journalctl -o short > somefile.log. I tried unplugging a usb mass storage device and the usb keyboard (and plugging them back in) during this period, but I can't find anything related to that action in the log:

Code:

Aug 15 21:32:48 localhost systemd[1]: Detected architecture 'x86-64'.
Aug 15 21:32:48 localhost systemd[1]: No hostname configured.
Aug 15 21:32:48 localhost systemd[1]: Set hostname to <localhost>.
Aug 15 21:32:48 localhost kernel: systemd-fstab-g (1060) used greatest stack depth: 12728 bytes left
Aug 15 21:32:48 localhost kernel: gentoo-local-ge (1061) used greatest stack depth: 12712 bytes left
Aug 15 21:32:48 localhost systemd[1]: Starting Login Prompts.
Aug 15 21:32:48 localhost systemd[1]: Reached target Login Prompts.
Aug 15 21:32:48 localhost systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
Aug 15 21:32:48 localhost systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Aug 15 21:32:48 localhost systemd[1]: Starting Remote File Systems.
Aug 15 21:32:48 localhost systemd[1]: Reached target Remote File Systems.
Aug 15 21:32:48 localhost systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
Aug 15 21:32:48 localhost systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Aug 15 21:32:48 localhost systemd[1]: Starting Paths.
Aug 15 21:32:48 localhost systemd[1]: Reached target Paths.
Aug 15 21:32:48 localhost systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
Aug 15 21:32:48 localhost systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Aug 15 21:32:48 localhost systemd[1]: Expecting device dev-sda7.device...
Aug 15 21:32:48 localhost systemd[1]: Expecting device dev-sda5.device...
Aug 15 21:32:48 localhost systemd[1]: Expecting device dev-sda4.device...
Aug 15 21:32:48 localhost systemd[1]: Starting Root Slice.
Aug 15 21:32:48 localhost systemd[1]: Created slice Root Slice.
Aug 15 21:32:48 localhost systemd[1]: Starting User and Session Slice.
Aug 15 21:32:48 localhost systemd[1]: Created slice User and Session Slice.
Aug 15 21:32:48 localhost systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
Aug 15 21:32:48 localhost systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
Aug 15 21:32:48 localhost systemd[1]: Starting Delayed Shutdown Socket.
Aug 15 21:32:48 localhost systemd[1]: Listening on Delayed Shutdown Socket.
Aug 15 21:32:48 localhost systemd[1]: Starting Journal Socket (/dev/log).
Aug 15 21:32:48 localhost systemd[1]: Listening on Journal Socket (/dev/log).
Aug 15 21:32:48 localhost systemd[1]: Starting udev Control Socket.
Aug 15 21:32:48 localhost systemd[1]: Listening on udev Control Socket.
Aug 15 21:32:48 localhost systemd[1]: Starting udev Kernel Socket.
Aug 15 21:32:48 localhost systemd[1]: Listening on udev Kernel Socket.
Aug 15 21:32:48 localhost systemd[1]: Starting Journal Socket.
Aug 15 21:32:48 localhost systemd[1]: Listening on Journal Socket.
Aug 15 21:32:48 localhost systemd[1]: Starting System Slice.
Aug 15 21:32:48 localhost systemd[1]: Created slice System Slice.
Aug 15 21:32:48 localhost systemd[1]: Starting File System Check on Root Device...
Aug 15 21:32:48 localhost systemd[1]: Starting system-systemd\x2dfsck.slice.
Aug 15 21:32:48 localhost systemd[1]: Created slice system-systemd\x2dfsck.slice.
Aug 15 21:32:48 localhost systemd[1]: Mounting Temporary Directory...
Aug 15 21:32:48 localhost systemd[1]: tmp.mount: Directory /tmp to mount over is not empty, mounting anyway.
Aug 15 21:32:48 localhost systemd[1]: Starting system-getty.slice.
Aug 15 21:32:48 localhost systemd[1]: Created slice system-getty.slice.
Aug 15 21:32:48 localhost kernel: mount (1069) used greatest stack depth: 12664 bytes left
Aug 15 21:32:48 localhost systemd[1]: Starting udev Coldplug all Devices...
Aug 15 21:32:48 localhost systemd[1]: Mounting POSIX Message Queue File System...
Aug 15 21:32:48 localhost systemd[1]: Starting Setup Virtual Console...
Aug 15 21:32:48 localhost systemd[1]: Started Load Kernel Modules.
Aug 15 21:32:48 localhost systemd[1]: Starting Apply Kernel Variables...
Aug 15 21:32:48 localhost systemd[1]: Mounted Configuration File System.
Aug 15 21:32:48 localhost systemd[1]: Mounting Huge Pages File System...
Aug 15 21:32:48 localhost systemd[1]: Mounting Debug File System...
Aug 15 21:32:48 localhost systemd[1]: Starting Create list of required static device nodes for the current kernel...
Aug 15 21:32:48 localhost systemd[1]: Mounted FUSE Control File System.
Aug 15 21:32:48 localhost kernel: fsck (1067) used greatest stack depth: 12616 bytes left
Aug 15 21:32:48 localhost systemd[1]: Started Set Up Additional Binary Formats.
Aug 15 21:32:48 localhost systemd[1]: Starting Journal Service...
Aug 15 21:32:48 localhost systemd[1]: Started Journal Service.
Aug 15 21:32:48 localhost kernel: udevadm (1279) used greatest stack depth: 12512 bytes left
Aug 15 21:32:48 localhost systemd-journal[1227]: Journal started
Aug 15 21:32:48 localhost kernel: EXT4-fs (sda6): re-mounted. Opts: discard
Aug 15 21:32:48 localhost systemd-sysctl[1076]: Overwriting earlier assignment of kernel/sysrq in file '/usr/lib64/sysctl.d/60-gentoo.conf'.
Aug 15 21:32:48 localhost systemd[1]: Starting Slices.
Aug 15 21:32:48 localhost systemd[1]: Reached target Slices.
Aug 15 21:32:48 localhost systemd[1]: Mounted Debug File System.
Aug 15 21:32:48 localhost systemd[1]: Mounted Huge Pages File System.
Aug 15 21:32:48 localhost systemd[1]: Mounted POSIX Message Queue File System.
Aug 15 21:32:48 localhost systemd[1]: Mounted Temporary Directory.
Aug 15 21:32:48 localhost systemd[1]: Started File System Check on Root Device.
Aug 15 21:32:48 localhost systemd[1]: Started Setup Virtual Console.
Aug 15 21:32:48 localhost systemd[1]: Started Apply Kernel Variables.
Aug 15 21:32:48 localhost systemd[1]: Started Create list of required static device nodes for the current kernel.
Aug 15 21:32:48 localhost systemd-fsck[1066]: root: clean, 457567/4440064 files, 2023683/17760256 blocks
Aug 15 21:32:48 localhost systemd[1]: Started udev Coldplug all Devices.
Aug 15 21:32:48 localhost systemd[1]: Started Remount Root and Kernel File Systems.
Aug 15 21:32:48 localhost systemd[1]: Started Rebuild Hardware Database.
Aug 15 21:32:48 localhost systemd[1]: Started Rebuild Dynamic Linker Cache.
Aug 15 21:32:48 localhost systemd[1]: Started Create System Users.
Aug 15 21:32:48 localhost systemd[1]: Starting Create Static Device Nodes in /dev...
Aug 15 21:32:48 localhost systemd[1]: Starting Load/Save Random Seed...
Aug 15 21:32:48 localhost systemd[1]: Started Load/Save Random Seed.
Aug 15 21:32:48 localhost systemd[1]: Started Create Static Device Nodes in /dev.
Aug 15 21:32:48 localhost systemd[1]: Starting udev Kernel Device Manager...
Aug 15 21:32:48 localhost systemd[1]: Starting Local File Systems (Pre).
Aug 15 21:32:48 localhost systemd[1]: Reached target Local File Systems (Pre).
Aug 15 21:32:48 localhost systemd[1]: Mounted Lock Directory.
Aug 15 21:32:48 localhost systemd[1]: Mounted Runtime Directory.
Aug 15 21:32:48 localhost systemd-udevd[1702]: starting version 215
Aug 15 21:32:48 localhost systemd[1]: Started udev Kernel Device Manager.
Aug 15 21:32:48 localhost systemd[1]: Starting system-systemd\x2dbacklight.slice.
Aug 15 21:32:48 localhost systemd[1]: Created slice system-systemd\x2dbacklight.slice.
Aug 15 21:32:48 localhost systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
Aug 15 21:32:48 localhost systemd[1]: Starting Sound Card.
Aug 15 21:32:48 localhost systemd[1]: Reached target Sound Card.
Aug 15 21:32:48 localhost systemd[1]: Started Load/Save Screen Backlight Brightness of backlight:intel_backlight.
Aug 15 21:32:48 localhost kernel: random: nonblocking pool is initialized
Aug 15 21:32:48 localhost systemd-sysctl[1736]: Overwriting earlier assignment of kernel/sysrq in file '/usr/lib64/sysctl.d/60-gentoo.conf'.
Aug 15 21:32:48 localhost kernel: wl: module license 'Mixed/Proprietary' taints kernel.
Aug 15 21:32:48 localhost kernel: Disabling lock debugging due to kernel taint
Aug 15 21:32:48 localhost systemd[1]: Found device APPLE_SSD_TS0256F boot.
Aug 15 21:32:48 localhost kernel: wl 0000:03:00.0: enabling device (0000 -> 0002)
Aug 15 21:32:48 localhost systemd[1]: Found device APPLE_SSD_TS0256F swap.
Aug 15 21:32:48 localhost systemd[1]: Found device APPLE_SSD_TS0256F Data.
Aug 15 21:32:48 localhost systemd[1]: Mounting /mnt/data...
Aug 15 21:32:48 localhost systemd[1]: Activating swap /dev/sda7...
Aug 15 21:32:48 localhost systemd[1]: Starting File System Check on /dev/sda5...
Aug 15 21:32:48 localhost kernel: hfsplus: Filesystem was not cleanly unmounted, running fsck.hfsplus is recommended.  mounting read-only.
Aug 15 21:32:48 localhost kernel: Adding 8191996k swap on /dev/sda7.  Priority:-1 extents:1 across:8191996k SS
Aug 15 21:32:48 localhost kernel: mount (1738) used greatest stack depth: 12136 bytes left
Aug 15 21:32:48 localhost systemd-fsck[1740]: boot: clean, 13/128016 files, 24075/512000 blocks
Aug 15 21:32:48 localhost systemd[1]: Mounted /mnt/data.
Aug 15 21:32:48 localhost systemd[1]: Activated swap /dev/sda7.
Aug 15 21:32:48 localhost systemd[1]: Started File System Check on /dev/sda5.
Aug 15 21:32:48 localhost systemd[1]: Mounting /boot...
Aug 15 21:32:48 localhost systemd[1]: Starting Swap.
Aug 15 21:32:48 localhost systemd[1]: Reached target Swap.
Aug 15 21:32:48 localhost kernel: wlan0: Broadcom BCM43a0 802.11 Hybrid Wireless Controller 6.30.223.248 (r487574)
Aug 15 21:32:48 localhost systemd[1]: Mounted /boot.
Aug 15 21:32:48 localhost systemd[1]: Starting system-systemd\x2drfkill.slice.
Aug 15 21:32:48 localhost systemd[1]: Created slice system-systemd\x2drfkill.slice.
Aug 15 21:32:48 localhost systemd[1]: Starting Load/Save RF Kill Switch Status of rfkill0...
Aug 15 21:32:48 localhost systemd[1]: Starting Local File Systems.
Aug 15 21:32:48 localhost systemd[1]: Reached target Local File Systems.
Aug 15 21:32:48 localhost systemd[1]: Starting Create Volatile Files and Directories...
Aug 15 21:32:48 localhost systemd-udevd[1706]: renamed network interface wlan0 to wlp3s0
Aug 15 21:32:48 localhost systemd-sysctl[1762]: Overwriting earlier assignment of kernel/sysrq in file '/usr/lib64/sysctl.d/60-gentoo.conf'.
Aug 15 21:32:48 localhost systemd[1]: Started Rebuild Journal Catalog.
Aug 15 21:32:48 localhost systemd[1]: Started Update is Completed.
Aug 15 21:32:48 localhost systemd[1]: Starting Trigger Flushing of Journal to Persistent Storage...
Aug 15 21:32:48 localhost systemd[1]: Started Load/Save RF Kill Switch Status of rfkill0.
Aug 15 21:32:48 localhost systemd[1]: Started Create Volatile Files and Directories.
Aug 15 21:32:48 localhost systemd-journal[1227]: Permanent journal is using 16.0M (max allowed 4.0G, trying to leave 4.0G free of 56.6G available → current limit 4.0G).
Aug 15 21:32:48 localhost systemd-journal[1227]: Time spent on flushing to /var is 82.472ms for 1032 entries.
Aug 15 21:32:48 localhost systemd[1]: Started Trigger Flushing of Journal to Persistent Storage.
Aug 15 21:32:48 localhost systemd[1]: Starting Load/Save RF Kill Switch Status of rfkill1...
Aug 15 21:32:48 localhost systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Aug 15 21:32:48 localhost systemd[1]: Started Load/Save RF Kill Switch Status of rfkill1.
Aug 15 21:32:48 localhost systemd[1]: Started Update UTMP about System Boot/Shutdown.
Aug 15 21:32:48 localhost systemd[1]: Starting System Initialization.
Aug 15 21:32:48 localhost systemd[1]: Reached target System Initialization.
Aug 15 21:32:48 localhost systemd[1]: Starting D-Bus System Message Bus Socket.
Aug 15 21:32:48 localhost systemd[1]: Listening on D-Bus System Message Bus Socket.
Aug 15 21:32:48 localhost systemd[1]: Starting Sockets.
Aug 15 21:32:48 localhost systemd[1]: Reached target Sockets.
Aug 15 21:32:48 localhost dbus[1775]: [system] Successfully activated service 'org.freedesktop.systemd1'
Aug 15 21:32:48 localhost systemd[1]: Starting Permit User Sessions...
Aug 15 21:32:48 localhost systemd[1]: Started Restore Sound Card State.
Aug 15 21:32:48 localhost systemd[1]: Started Permit User Sessions.
Aug 15 21:32:48 localhost systemd[1]: Starting KDM Display Manager...
Aug 15 21:32:48 localhost systemd-logind[1774]: New seat seat0.
Aug 15 21:32:48 localhost systemd-logind[1774]: Watching system buttons on /dev/input/event3 (Power Button)
Aug 15 21:32:48 localhost systemd-logind[1774]: Watching system buttons on /dev/input/event4 (Video Bus)
Aug 15 21:32:48 localhost systemd-logind[1774]: Watching system buttons on /dev/input/event1 (Power Button)
Aug 15 21:32:48 localhost systemd-logind[1774]: Watching system buttons on /dev/input/event0 (Lid Switch)
Aug 15 21:32:48 localhost systemd-logind[1774]: Watching system buttons on /dev/input/event2 (Sleep Button)
Aug 15 21:32:48 localhost systemd[1]: Started KDM Display Manager.
Aug 15 21:32:48 localhost systemd[1]: Started Login Service.
Aug 15 21:32:48 localhost systemd[1]: Starting Multi-User System.
Aug 15 21:32:48 localhost systemd[1]: Reached target Multi-User System.
Aug 15 21:32:48 localhost systemd[1]: Starting Graphical Interface.
Aug 15 21:32:48 localhost systemd[1]: Reached target Graphical Interface.
Aug 15 21:32:48 localhost systemd[1]: Startup finished in 4.924s (kernel) + 1.020s (userspace) = 5.944s.
Aug 15 21:32:52 localhost kernel: systemd-udevd (1707) used greatest stack depth: 12064 bytes left
Aug 15 21:33:19 localhost systemd-logind[1774]: Power key pressed.
Aug 15 21:33:19 localhost systemd-logind[1774]: Powering Off...
Aug 15 21:33:19 localhost systemd-logind[1774]: System is powering down.
Aug 15 21:33:19 localhost systemd[1]: Stopping Sound Card.
Aug 15 21:33:19 localhost systemd[1]: Stopped target Sound Card.
Aug 15 21:33:19 localhost systemd[1]: Stopping system-systemd\x2dfsck.slice.
Aug 15 21:33:19 localhost systemd[1]: Removed slice system-systemd\x2dfsck.slice.
Aug 15 21:33:19 localhost systemd[1]: Stopping system-getty.slice.
Aug 15 21:33:19 localhost systemd[1]: Removed slice system-getty.slice.
Aug 15 21:33:19 localhost systemd[1]: Stopping Graphical Interface.
Aug 15 21:33:19 localhost systemd[1]: Stopped target Graphical Interface.
Aug 15 21:33:19 localhost systemd[1]: Stopping Multi-User System.
Aug 15 21:33:19 localhost systemd[1]: Stopped target Multi-User System.
Aug 15 21:33:19 localhost systemd[1]: Stopping Login Service...
Aug 15 21:33:19 localhost systemd[1]: Stopping Login Prompts.
Aug 15 21:33:19 localhost systemd[1]: Stopped target Login Prompts.
Aug 15 21:33:19 localhost systemd[1]: Stopping KDM Display Manager...
Aug 15 21:33:19 localhost systemd[1]: Stopping D-Bus System Message Bus...
Aug 15 21:33:19 localhost systemd[1]: Starting Store Sound Card State...
Aug 15 21:33:19 localhost systemd[1]: Stopped D-Bus System Message Bus.
Aug 15 21:33:19 localhost systemd[1]: Stopped Login Service.
Aug 15 21:33:19 localhost systemd[1]: Started Store Sound Card State.
Aug 15 21:33:20 localhost systemd[1]: Stopped KDM Display Manager.
Aug 15 21:33:20 localhost systemd[1]: Stopping Permit User Sessions...
Aug 15 21:33:20 localhost systemd[1]: Stopped Permit User Sessions.
Aug 15 21:33:20 localhost systemd[1]: Stopping Basic System.
Aug 15 21:33:20 localhost systemd[1]: Stopped target Basic System.
Aug 15 21:33:20 localhost systemd[1]: Stopping Slices.
Aug 15 21:33:20 localhost systemd[1]: Stopped target Slices.
Aug 15 21:33:20 localhost systemd[1]: Stopping User and Session Slice.
Aug 15 21:33:20 localhost systemd[1]: Removed slice User and Session Slice.
Aug 15 21:33:20 localhost systemd[1]: Stopping Paths.
Aug 15 21:33:20 localhost systemd[1]: Stopped target Paths.
Aug 15 21:33:20 localhost systemd[1]: Stopping Forward Password Requests to Wall Directory Watch.
Aug 15 21:33:20 localhost systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
Aug 15 21:33:20 localhost systemd[1]: Stopping Dispatch Password Requests to Console Directory Watch.
Aug 15 21:33:20 localhost systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
Aug 15 21:33:20 localhost systemd[1]: Stopping Timers.
Aug 15 21:33:20 localhost systemd[1]: Stopped target Timers.
Aug 15 21:33:20 localhost systemd[1]: Stopping Daily Cleanup of Temporary Directories.
Aug 15 21:33:20 localhost systemd[1]: Stopped Daily Cleanup of Temporary Directories.
Aug 15 21:33:20 localhost systemd[1]: Stopping Sockets.
Aug 15 21:33:20 localhost systemd[1]: Stopped target Sockets.
Aug 15 21:33:20 localhost systemd[1]: Stopping D-Bus System Message Bus Socket.
Aug 15 21:33:20 localhost systemd[1]: Closed D-Bus System Message Bus Socket.
Aug 15 21:33:20 localhost systemd[1]: Stopping System Initialization.
Aug 15 21:33:20 localhost systemd[1]: Stopped target System Initialization.
Aug 15 21:33:20 localhost systemd[1]: Stopping Load/Save RF Kill Switch Status of rfkill1...
Aug 15 21:33:20 localhost systemd[1]: Stopping Load/Save RF Kill Switch Status of rfkill0...
Aug 15 21:33:20 localhost systemd[1]: Stopping Load/Save Screen Backlight Brightness of backlight:intel_backlight...
Aug 15 21:33:20 localhost systemd[1]: Stopping Apply Kernel Variables...
Aug 15 21:33:20 localhost systemd[1]: Stopped Apply Kernel Variables.
Aug 15 21:33:20 localhost systemd[1]: Stopping Setup Virtual Console...
Aug 15 21:33:20 localhost systemd[1]: Stopped Setup Virtual Console.
Aug 15 21:33:20 localhost systemd[1]: Stopping Update UTMP about System Boot/Shutdown...
Aug 15 21:33:20 localhost systemd[1]: Stopping Load/Save Random Seed...
Aug 15 21:33:20 localhost systemd[1]: Stopping Swap.
Aug 15 21:33:20 localhost systemd[1]: Stopped target Swap.
Aug 15 21:33:20 localhost systemd[1]: Deactivating swap /dev/sda7...
Aug 15 21:33:20 localhost systemd[1]: Deactivating swap /dev/sda7...
Aug 15 21:33:20 localhost systemd[1]: Deactivating swap /dev/sda7...
Aug 15 21:33:20 localhost systemd[1]: Deactivating swap /dev/sda7...
Aug 15 21:33:20 localhost systemd[1]: Deactivating swap /dev/sda7...
Aug 15 21:33:20 localhost systemd[1]: Deactivating swap /dev/sda7...
Aug 15 21:33:20 localhost systemd[1]: Stopping Remote File Systems.
Aug 15 21:33:20 localhost systemd[1]: Stopped target Remote File Systems.
Aug 15 21:33:20 localhost systemd[1]: Deactivated swap /dev/disk/by-uuid/035a316f-b481-4938-a921-9a4fdf43b0be.
Aug 15 21:33:20 localhost systemd[1]: Deactivated swap /dev/disk/by-partuuid/fdc9d5fa-29bb-456f-b14f-347695ccd711.
Aug 15 21:33:20 localhost systemd[1]: Deactivated swap /dev/disk/by-partlabel/Linux\x20Swap.
Aug 15 21:33:20 localhost systemd[1]: Deactivated swap /dev/disk/by-label/swap.
Aug 15 21:33:20 localhost systemd[1]: Deactivated swap /dev/disk/by-id/ata-APPLE_SSD_TS0256F_54IS10GAT8WW-part7.
Aug 15 21:33:20 localhost systemd[1]: Stopped Load/Save RF Kill Switch Status of rfkill1.
Aug 15 21:33:20 localhost systemd[1]: Stopped Load/Save RF Kill Switch Status of rfkill0.
Aug 15 21:33:20 localhost systemd[1]: Stopped Load/Save Screen Backlight Brightness of backlight:intel_backlight.
Aug 15 21:33:20 localhost systemd[1]: Stopped Update UTMP about System Boot/Shutdown.
Aug 15 21:33:20 localhost systemd[1]: Stopped Load/Save Random Seed.
Aug 15 21:33:20 localhost systemd[1]: Deactivated swap /dev/sda7.
Aug 15 21:33:20 localhost systemd[1]: Stopping Create Volatile Files and Directories...
Aug 15 21:33:20 localhost systemd[1]: Stopped Create Volatile Files and Directories.
Aug 15 21:33:20 localhost systemd[1]: Stopping Local File Systems.
Aug 15 21:33:20 localhost systemd[1]: Stopped target Local File Systems.
Aug 15 21:33:20 localhost systemd[1]: Unmounting /mnt/data...
Aug 15 21:33:20 localhost systemd[1]: Unmounting /boot...
Aug 15 21:33:20 localhost systemd[1]: Unmounting Temporary Directory...
Aug 15 21:33:20 localhost systemd[1]: Stopping system-systemd\x2dbacklight.slice.
Aug 15 21:33:20 localhost systemd[1]: Removed slice system-systemd\x2dbacklight.slice.
Aug 15 21:33:20 localhost systemd[1]: Stopping system-systemd\x2drfkill.slice.
Aug 15 21:33:20 localhost systemd[1]: Removed slice system-systemd\x2drfkill.slice.
Aug 15 21:33:20 localhost systemd[1]: Unmounted /mnt/data.
Aug 15 21:33:20 localhost systemd[1]: Unmounted Temporary Directory.
Aug 15 21:33:20 localhost systemd[1]: Unmounted /boot.
Aug 15 21:33:20 localhost systemd[1]: Starting Unmount All Filesystems.
Aug 15 21:33:20 localhost systemd[1]: Reached target Unmount All Filesystems.
Aug 15 21:33:20 localhost systemd[1]: Stopping Local File Systems (Pre).
Aug 15 21:33:20 localhost systemd[1]: Stopped target Local File Systems (Pre).
Aug 15 21:33:20 localhost systemd[1]: Stopping Create Static Device Nodes in /dev...
Aug 15 21:33:20 localhost systemd[1]: Stopped Create Static Device Nodes in /dev.
Aug 15 21:33:20 localhost systemd[1]: Stopping Remount Root and Kernel File Systems...
Aug 15 21:33:20 localhost systemd[1]: Stopped Remount Root and Kernel File Systems.
Aug 15 21:33:20 localhost systemd[1]: Starting Shutdown.
Aug 15 21:33:20 localhost systemd[1]: Reached target Shutdown.
Aug 15 21:33:20 localhost systemd[1]: Starting Final Step.
Aug 15 21:33:20 localhost systemd[1]: Reached target Final Step.
Aug 15 21:33:20 localhost systemd[1]: Starting Power-Off...
Aug 15 21:33:20 localhost systemd[1]: Shutting down.
Aug 15 21:33:20 localhost systemd-shutdown[1]: Sending SIGTERM to remaining processes...
Aug 15 21:33:20 localhost systemd-journal[1227]: Journal stopped
Back to top
View user's profile Send private message
beguiledfoil
n00b
n00b


Joined: 23 Jan 2011
Posts: 48

PostPosted: Sat Aug 16, 2014 5:10 am    Post subject: Reply with quote

BTW, /etc/udev/rules.d/ is completely empty. Is that normal??
Back to top
View user's profile Send private message
Sulman
n00b
n00b


Joined: 15 Feb 2014
Posts: 63

PostPosted: Sat Aug 16, 2014 5:16 am    Post subject: Reply with quote

beguiledfoil wrote:
BTW, /etc/udev/rules.d/ is completely empty. Is that normal??


Yep, it's normal, It's for things like forcing predictable interface names, that kind of thing.
Back to top
View user's profile Send private message
beguiledfoil
n00b
n00b


Joined: 23 Jan 2011
Posts: 48

PostPosted: Sat Aug 16, 2014 6:05 am    Post subject: Reply with quote

So I have both a /etc/udev/udev.conf and a /etc/conf.d/udev. So that's great. /etc/conf.d/udev seems to do nothing (or at least, udev_debug=yes does nothing).

And no, I don't really think udev is at fault here. But It seems like a good place to start if I want to trace up from something working to find something that's broken :)
Back to top
View user's profile Send private message
beguiledfoil
n00b
n00b


Joined: 23 Jan 2011
Posts: 48

PostPosted: Mon Aug 18, 2014 7:46 pm    Post subject: Reply with quote

I feel like my issue has a lot in common with this unresolved issue. Still having a hard time figuring out how to get more information.[/url]
Back to top
View user's profile Send private message
beguiledfoil
n00b
n00b


Joined: 23 Jan 2011
Posts: 48

PostPosted: Tue Aug 19, 2014 1:44 am    Post subject: Reply with quote

Sorry for the spam, but I thought I'd throw up an entire boot up log. This is with udev_log="debug" in /etc/udev/udev.conf.

Code:

-- Reboot --
Aug 18 17:58:06 localhost systemd-journal[1278]: Runtime journal is using 8.0M (max allowed 194.7M, trying to leave 292.0M free of 1.8G available → current limit 194.7M).
Aug 18 17:58:06 localhost systemd-journal[1278]: Runtime journal is using 8.0M (max allowed 194.7M, trying to leave 292.0M free of 1.8G available → current limit 194.7M).
Aug 18 17:58:06 localhost kernel: Initializing cgroup subsys cpuset
Aug 18 17:58:06 localhost kernel: Initializing cgroup subsys cpu
Aug 18 17:58:06 localhost kernel: Initializing cgroup subsys cpuacct
Aug 18 17:58:06 localhost kernel: Linux version 3.16.1-gentoo (root@ubuntu) (gcc version 4.7.3 (Gentoo 4.7.3-r1 p1.4, pie-0.5.5) ) #2 SMP Fri Aug 15 19:34:31 PDT 2014
Aug 18 17:58:06 localhost kernel: Command line: \vmlinuz-gentoo-3.16.1.efi
Aug 18 17:58:06 localhost kernel: e820: BIOS-provided physical RAM map:
Aug 18 17:58:06 localhost kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
Aug 18 17:58:06 localhost kernel: BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
Aug 18 17:58:06 localhost kernel: BIOS-e820: [mem 0x0000000000059000-0x000000000008efff] usable
Aug 18 17:58:06 localhost kernel: BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] reserved
Aug 18 17:58:06 localhost kernel: BIOS-e820: [mem 0x0000000000090000-0x000000000009ffff] usable
Aug 18 17:58:06 localhost kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000bffff] reserved
Aug 18 17:58:06 localhost kernel: BIOS-e820: [mem 0x0000000000100000-0x000000008cd13fff] usable
Aug 18 17:58:06 localhost kernel: BIOS-e820: [mem 0x000000008cd14000-0x000000008cd52fff] ACPI NVS
Aug 18 17:58:06 localhost kernel: BIOS-e820: [mem 0x000000008cd53000-0x000000008cd63fff] usable
Aug 18 17:58:06 localhost kernel: BIOS-e820: [mem 0x000000008cd64000-0x000000008cd8efff] ACPI data
Aug 18 17:58:06 localhost kernel: BIOS-e820: [mem 0x000000008cd8f000-0x000000008ce38fff] usable
Aug 18 17:58:06 localhost kernel: BIOS-e820: [mem 0x000000008ce39000-0x000000008ce8efff] reserved
Aug 18 17:58:06 localhost kernel: BIOS-e820: [mem 0x000000008ce8f000-0x000000008ced0fff] usable
Aug 18 17:58:06 localhost kernel: BIOS-e820: [mem 0x000000008ced1000-0x000000008cefefff] reserved
Aug 18 17:58:06 localhost kernel: BIOS-e820: [mem 0x000000008ceff000-0x000000008cf86fff] usable
Aug 18 17:58:06 localhost kernel: BIOS-e820: [mem 0x000000008cf87000-0x000000008cfeffff] reserved
Aug 18 17:58:06 localhost kernel: BIOS-e820: [mem 0x000000008cff0000-0x000000008cffffff] usable
Aug 18 17:58:06 localhost kernel: BIOS-e820: [mem 0x000000008d000000-0x000000008f9fffff] reserved
Aug 18 17:58:06 localhost kernel: BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
Aug 18 17:58:06 localhost kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
Aug 18 17:58:06 localhost kernel: BIOS-e820: [mem 0x00000000ffe10000-0x00000000ffe3ffff] reserved
Aug 18 17:58:06 localhost kernel: BIOS-e820: [mem 0x0000000100000000-0x000000016f5fffff] usable
Aug 18 17:58:06 localhost kernel: NX (Execute Disable) protection: active
Aug 18 17:58:06 localhost kernel: e820: update [mem 0x8b272190-0x8b2821cf] usable ==> usable
Aug 18 17:58:06 localhost kernel: extended physical RAM map:
Aug 18 17:58:06 localhost kernel: reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable
Aug 18 17:58:06 localhost kernel: reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
Aug 18 17:58:06 localhost kernel: reserve setup_data: [mem 0x0000000000059000-0x000000000008efff] usable
Aug 18 17:58:06 localhost kernel: reserve setup_data: [mem 0x000000000008f000-0x000000000008ffff] reserved
Aug 18 17:58:06 localhost kernel: reserve setup_data: [mem 0x0000000000090000-0x000000000009ffff] usable
Aug 18 17:58:06 localhost kernel: reserve setup_data: [mem 0x00000000000a0000-0x00000000000bffff] reserved
Aug 18 17:58:06 localhost kernel: reserve setup_data: [mem 0x0000000000100000-0x000000008b27218f] usable
Aug 18 17:58:06 localhost kernel: reserve setup_data: [mem 0x000000008b272190-0x000000008b2821cf] usable
Aug 18 17:58:06 localhost kernel: reserve setup_data: [mem 0x000000008b2821d0-0x000000008cd13fff] usable
Aug 18 17:58:06 localhost kernel: reserve setup_data: [mem 0x000000008cd14000-0x000000008cd52fff] ACPI NVS
Aug 18 17:58:06 localhost kernel: reserve setup_data: [mem 0x000000008cd53000-0x000000008cd63fff] usable
Aug 18 17:58:06 localhost kernel: reserve setup_data: [mem 0x000000008cd64000-0x000000008cd8efff] ACPI data
Aug 18 17:58:06 localhost kernel: reserve setup_data: [mem 0x000000008cd8f000-0x000000008ce38fff] usable
Aug 18 17:58:06 localhost kernel: reserve setup_data: [mem 0x000000008ce39000-0x000000008ce8efff] reserved
Aug 18 17:58:06 localhost kernel: reserve setup_data: [mem 0x000000008ce8f000-0x000000008ced0fff] usable
Aug 18 17:58:06 localhost kernel: reserve setup_data: [mem 0x000000008ced1000-0x000000008cefefff] reserved
Aug 18 17:58:06 localhost kernel: reserve setup_data: [mem 0x000000008ceff000-0x000000008cf86fff] usable
Aug 18 17:58:06 localhost kernel: reserve setup_data: [mem 0x000000008cf87000-0x000000008cfeffff] reserved
Aug 18 17:58:06 localhost kernel: reserve setup_data: [mem 0x000000008cff0000-0x000000008cffffff] usable
Aug 18 17:58:06 localhost kernel: reserve setup_data: [mem 0x000000008d000000-0x000000008f9fffff] reserved
Aug 18 17:58:06 localhost kernel: reserve setup_data: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
Aug 18 17:58:06 localhost kernel: reserve setup_data: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
Aug 18 17:58:06 localhost kernel: reserve setup_data: [mem 0x00000000ffe10000-0x00000000ffe3ffff] reserved
Aug 18 17:58:06 localhost kernel: reserve setup_data: [mem 0x0000000100000000-0x000000016f5fffff] usable
Aug 18 17:58:06 localhost kernel: efi: EFI v1.10 by Apple
Aug 18 17:58:06 localhost kernel: efi:  ACPI=0x8cd8e000  ACPI 2.0=0x8cd8e014  SMBIOS=0x8cd15000
Aug 18 17:58:06 localhost kernel: efi: mem00: type=7, attr=0x80000000000000f, range=[0x0000000000000000-0x0000000000001000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem01: type=2, attr=0x80000000000000f, range=[0x0000000000001000-0x0000000000007000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem02: type=7, attr=0x80000000000000f, range=[0x0000000000007000-0x0000000000058000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem03: type=0, attr=0x80000000000000f, range=[0x0000000000058000-0x0000000000059000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem04: type=7, attr=0x80000000000000f, range=[0x0000000000059000-0x000000000008f000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem05: type=0, attr=0x80000000000000f, range=[0x000000000008f000-0x0000000000090000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem06: type=7, attr=0x80000000000000f, range=[0x0000000000090000-0x00000000000a0000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem07: type=7, attr=0xf, range=[0x0000000000100000-0x0000000001000000) (15MB)
Aug 18 17:58:06 localhost kernel: efi: mem08: type=2, attr=0xf, range=[0x0000000001000000-0x0000000002211000) (18MB)
Aug 18 17:58:06 localhost kernel: efi: mem09: type=7, attr=0xf, range=[0x0000000002211000-0x00000000888c7000) (2150MB)
Aug 18 17:58:06 localhost kernel: efi: mem10: type=1, attr=0xf, range=[0x00000000888c7000-0x0000000089ad8000) (18MB)
Aug 18 17:58:06 localhost kernel: efi: mem11: type=7, attr=0xf, range=[0x0000000089ad8000-0x000000008a04b000) (5MB)
Aug 18 17:58:06 localhost kernel: efi: mem12: type=4, attr=0xf, range=[0x000000008a04b000-0x000000008a8e0000) (8MB)
Aug 18 17:58:06 localhost kernel: efi: mem13: type=7, attr=0xf, range=[0x000000008a8e0000-0x000000008a8e1000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem14: type=4, attr=0xf, range=[0x000000008a8e1000-0x000000008a8e2000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem15: type=7, attr=0xf, range=[0x000000008a8e2000-0x000000008a8e4000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem16: type=4, attr=0xf, range=[0x000000008a8e4000-0x000000008a8e5000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem17: type=7, attr=0xf, range=[0x000000008a8e5000-0x000000008a8e8000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem18: type=4, attr=0xf, range=[0x000000008a8e8000-0x000000008ae93000) (5MB)
Aug 18 17:58:06 localhost kernel: efi: mem19: type=7, attr=0xf, range=[0x000000008ae93000-0x000000008af10000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem20: type=4, attr=0xf, range=[0x000000008af10000-0x000000008af3c000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem21: type=7, attr=0xf, range=[0x000000008af3c000-0x000000008af40000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem22: type=4, attr=0xf, range=[0x000000008af40000-0x000000008af8f000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem23: type=7, attr=0xf, range=[0x000000008af8f000-0x000000008af93000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem24: type=4, attr=0xf, range=[0x000000008af93000-0x000000008b269000) (2MB)
Aug 18 17:58:06 localhost kernel: efi: mem25: type=7, attr=0xf, range=[0x000000008b269000-0x000000008b26d000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem26: type=2, attr=0xf, range=[0x000000008b26d000-0x000000008b283000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem27: type=4, attr=0xf, range=[0x000000008b283000-0x000000008b2ae000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem28: type=1, attr=0xf, range=[0x000000008b2ae000-0x000000008b2df000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem29: type=4, attr=0xf, range=[0x000000008b2df000-0x000000008b2f7000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem30: type=3, attr=0xf, range=[0x000000008b2f7000-0x000000008b30b000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem31: type=4, attr=0xf, range=[0x000000008b30b000-0x000000008b90f000) (6MB)
Aug 18 17:58:06 localhost kernel: efi: mem32: type=3, attr=0xf, range=[0x000000008b90f000-0x000000008b919000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem33: type=4, attr=0xf, range=[0x000000008b919000-0x000000008b927000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem34: type=3, attr=0xf, range=[0x000000008b927000-0x000000008b929000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem35: type=4, attr=0xf, range=[0x000000008b929000-0x000000008b92b000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem36: type=3, attr=0xf, range=[0x000000008b92b000-0x000000008b92c000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem37: type=4, attr=0xf, range=[0x000000008b92c000-0x000000008b92f000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem38: type=3, attr=0xf, range=[0x000000008b92f000-0x000000008b930000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem39: type=4, attr=0xf, range=[0x000000008b930000-0x000000008b933000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem40: type=3, attr=0xf, range=[0x000000008b933000-0x000000008b934000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem41: type=4, attr=0xf, range=[0x000000008b934000-0x000000008b936000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem42: type=3, attr=0xf, range=[0x000000008b936000-0x000000008b937000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem43: type=4, attr=0xf, range=[0x000000008b937000-0x000000008b943000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem44: type=3, attr=0xf, range=[0x000000008b943000-0x000000008b956000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem45: type=4, attr=0xf, range=[0x000000008b956000-0x000000008b95f000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem46: type=3, attr=0xf, range=[0x000000008b95f000-0x000000008b960000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem47: type=4, attr=0xf, range=[0x000000008b960000-0x000000008b96c000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem48: type=3, attr=0xf, range=[0x000000008b96c000-0x000000008b970000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem49: type=4, attr=0xf, range=[0x000000008b970000-0x000000008b976000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem50: type=3, attr=0xf, range=[0x000000008b976000-0x000000008b981000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem51: type=4, attr=0xf, range=[0x000000008b981000-0x000000008b983000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem52: type=3, attr=0xf, range=[0x000000008b983000-0x000000008b984000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem53: type=4, attr=0xf, range=[0x000000008b984000-0x000000008b985000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem54: type=3, attr=0xf, range=[0x000000008b985000-0x000000008b986000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem55: type=4, attr=0xf, range=[0x000000008b986000-0x000000008b98a000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem56: type=3, attr=0xf, range=[0x000000008b98a000-0x000000008b98c000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem57: type=4, attr=0xf, range=[0x000000008b98c000-0x000000008b9cf000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem58: type=3, attr=0xf, range=[0x000000008b9cf000-0x000000008b9d8000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem59: type=4, attr=0xf, range=[0x000000008b9d8000-0x000000008b9dd000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem60: type=3, attr=0xf, range=[0x000000008b9dd000-0x000000008b9e0000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem61: type=4, attr=0xf, range=[0x000000008b9e0000-0x000000008ba3c000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem62: type=3, attr=0xf, range=[0x000000008ba3c000-0x000000008ba50000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem63: type=4, attr=0xf, range=[0x000000008ba50000-0x000000008ba56000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem64: type=3, attr=0xf, range=[0x000000008ba56000-0x000000008ba69000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem65: type=4, attr=0xf, range=[0x000000008ba69000-0x000000008ba6c000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem66: type=3, attr=0xf, range=[0x000000008ba6c000-0x000000008ba88000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem67: type=4, attr=0xf, range=[0x000000008ba88000-0x000000008ba8b000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem68: type=3, attr=0xf, range=[0x000000008ba8b000-0x000000008ba8f000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem69: type=4, attr=0xf, range=[0x000000008ba8f000-0x000000008ba93000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem70: type=3, attr=0xf, range=[0x000000008ba93000-0x000000008ba9d000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem71: type=4, attr=0xf, range=[0x000000008ba9d000-0x000000008ba9e000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem72: type=3, attr=0xf, range=[0x000000008ba9e000-0x000000008ba9f000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem73: type=4, attr=0xf, range=[0x000000008ba9f000-0x000000008baa1000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem74: type=3, attr=0xf, range=[0x000000008baa1000-0x000000008baa2000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem75: type=4, attr=0xf, range=[0x000000008baa2000-0x000000008baa4000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem76: type=3, attr=0xf, range=[0x000000008baa4000-0x000000008baa5000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem77: type=4, attr=0xf, range=[0x000000008baa5000-0x000000008baa7000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem78: type=3, attr=0xf, range=[0x000000008baa7000-0x000000008baaa000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem79: type=4, attr=0xf, range=[0x000000008baaa000-0x000000008baad000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem80: type=3, attr=0xf, range=[0x000000008baad000-0x000000008bab5000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem81: type=4, attr=0xf, range=[0x000000008bab5000-0x000000008bab6000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem82: type=3, attr=0xf, range=[0x000000008bab6000-0x000000008bab7000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem83: type=4, attr=0xf, range=[0x000000008bab7000-0x000000008bab9000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem84: type=3, attr=0xf, range=[0x000000008bab9000-0x000000008babf000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem85: type=4, attr=0xf, range=[0x000000008babf000-0x000000008bac1000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem86: type=3, attr=0xf, range=[0x000000008bac1000-0x000000008bac8000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem87: type=4, attr=0xf, range=[0x000000008bac8000-0x000000008bacb000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem88: type=3, attr=0xf, range=[0x000000008bacb000-0x000000008bad1000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem89: type=4, attr=0xf, range=[0x000000008bad1000-0x000000008bae5000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem90: type=3, attr=0xf, range=[0x000000008bae5000-0x000000008bb12000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem91: type=4, attr=0xf, range=[0x000000008bb12000-0x000000008bb15000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem92: type=3, attr=0xf, range=[0x000000008bb15000-0x000000008bb17000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem93: type=4, attr=0xf, range=[0x000000008bb17000-0x000000008bb19000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem94: type=3, attr=0xf, range=[0x000000008bb19000-0x000000008bb2f000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem95: type=4, attr=0xf, range=[0x000000008bb2f000-0x000000008bb33000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem96: type=3, attr=0xf, range=[0x000000008bb33000-0x000000008bb37000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem97: type=4, attr=0xf, range=[0x000000008bb37000-0x000000008bb40000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem98: type=3, attr=0xf, range=[0x000000008bb40000-0x000000008bb43000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem99: type=4, attr=0xf, range=[0x000000008bb43000-0x000000008bb45000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem100: type=3, attr=0xf, range=[0x000000008bb45000-0x000000008bb75000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem101: type=4, attr=0xf, range=[0x000000008bb75000-0x000000008bb7d000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem102: type=3, attr=0xf, range=[0x000000008bb7d000-0x000000008bb7f000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem103: type=4, attr=0xf, range=[0x000000008bb7f000-0x000000008bb80000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem104: type=3, attr=0xf, range=[0x000000008bb80000-0x000000008bb90000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem105: type=4, attr=0xf, range=[0x000000008bb90000-0x000000008bb91000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem106: type=3, attr=0xf, range=[0x000000008bb91000-0x000000008bb98000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem107: type=4, attr=0xf, range=[0x000000008bb98000-0x000000008bb9d000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem108: type=3, attr=0xf, range=[0x000000008bb9d000-0x000000008bba0000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem109: type=4, attr=0xf, range=[0x000000008bba0000-0x000000008bba1000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem110: type=3, attr=0xf, range=[0x000000008bba1000-0x000000008bba4000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem111: type=4, attr=0xf, range=[0x000000008bba4000-0x000000008bba5000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem112: type=3, attr=0xf, range=[0x000000008bba5000-0x000000008bbab000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem113: type=4, attr=0xf, range=[0x000000008bbab000-0x000000008bbad000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem114: type=3, attr=0xf, range=[0x000000008bbad000-0x000000008bbae000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem115: type=4, attr=0xf, range=[0x000000008bbae000-0x000000008bbaf000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem116: type=3, attr=0xf, range=[0x000000008bbaf000-0x000000008bbb0000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem117: type=4, attr=0xf, range=[0x000000008bbb0000-0x000000008bbb6000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem118: type=3, attr=0xf, range=[0x000000008bbb6000-0x000000008bbb8000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem119: type=4, attr=0xf, range=[0x000000008bbb8000-0x000000008bbbb000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem120: type=3, attr=0xf, range=[0x000000008bbbb000-0x000000008bbbc000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem121: type=4, attr=0xf, range=[0x000000008bbbc000-0x000000008bbc0000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem122: type=3, attr=0xf, range=[0x000000008bbc0000-0x000000008bbc5000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem123: type=4, attr=0xf, range=[0x000000008bbc5000-0x000000008bbcd000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem124: type=3, attr=0xf, range=[0x000000008bbcd000-0x000000008bbcf000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem125: type=4, attr=0xf, range=[0x000000008bbcf000-0x000000008bbd2000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem126: type=3, attr=0xf, range=[0x000000008bbd2000-0x000000008bbd6000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem127: type=4, attr=0xf, range=[0x000000008bbd6000-0x000000008bbda000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem128: type=3, attr=0xf, range=[0x000000008bbda000-0x000000008bbdb000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem129: type=4, attr=0xf, range=[0x000000008bbdb000-0x000000008bbe1000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem130: type=3, attr=0xf, range=[0x000000008bbe1000-0x000000008bbe3000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem131: type=4, attr=0xf, range=[0x000000008bbe3000-0x000000008bbe9000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem132: type=3, attr=0xf, range=[0x000000008bbe9000-0x000000008bbea000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem133: type=4, attr=0xf, range=[0x000000008bbea000-0x000000008bbed000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem134: type=3, attr=0xf, range=[0x000000008bbed000-0x000000008bbef000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem135: type=4, attr=0xf, range=[0x000000008bbef000-0x000000008bc01000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem136: type=3, attr=0xf, range=[0x000000008bc01000-0x000000008bc0f000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem137: type=4, attr=0xf, range=[0x000000008bc0f000-0x000000008bc23000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem138: type=3, attr=0xf, range=[0x000000008bc23000-0x000000008bc26000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem139: type=4, attr=0xf, range=[0x000000008bc26000-0x000000008bc58000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem140: type=3, attr=0xf, range=[0x000000008bc58000-0x000000008bc6a000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem141: type=4, attr=0xf, range=[0x000000008bc6a000-0x000000008bc6b000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem142: type=3, attr=0xf, range=[0x000000008bc6b000-0x000000008bc6f000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem143: type=4, attr=0xf, range=[0x000000008bc6f000-0x000000008bc7c000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem144: type=3, attr=0xf, range=[0x000000008bc7c000-0x000000008bc82000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem145: type=4, attr=0xf, range=[0x000000008bc82000-0x000000008bc94000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem146: type=3, attr=0xf, range=[0x000000008bc94000-0x000000008bc96000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem147: type=4, attr=0xf, range=[0x000000008bc96000-0x000000008bc9a000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem148: type=3, attr=0xf, range=[0x000000008bc9a000-0x000000008bca1000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem149: type=4, attr=0xf, range=[0x000000008bca1000-0x000000008bcae000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem150: type=3, attr=0xf, range=[0x000000008bcae000-0x000000008bcb2000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem151: type=4, attr=0xf, range=[0x000000008bcb2000-0x000000008bcb4000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem152: type=3, attr=0xf, range=[0x000000008bcb4000-0x000000008bcb5000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem153: type=4, attr=0xf, range=[0x000000008bcb5000-0x000000008bccd000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem154: type=3, attr=0xf, range=[0x000000008bccd000-0x000000008bcd5000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem155: type=4, attr=0xf, range=[0x000000008bcd5000-0x000000008bcd6000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem156: type=3, attr=0xf, range=[0x000000008bcd6000-0x000000008bcd7000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem157: type=4, attr=0xf, range=[0x000000008bcd7000-0x000000008bcda000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem158: type=3, attr=0xf, range=[0x000000008bcda000-0x000000008bceb000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem159: type=4, attr=0xf, range=[0x000000008bceb000-0x000000008bcf9000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem160: type=3, attr=0xf, range=[0x000000008bcf9000-0x000000008bcfa000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem161: type=4, attr=0xf, range=[0x000000008bcfa000-0x000000008bcfc000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem162: type=3, attr=0xf, range=[0x000000008bcfc000-0x000000008bcfd000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem163: type=4, attr=0xf, range=[0x000000008bcfd000-0x000000008bd00000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem164: type=3, attr=0xf, range=[0x000000008bd00000-0x000000008bd01000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem165: type=4, attr=0xf, range=[0x000000008bd01000-0x000000008c125000) (4MB)
Aug 18 17:58:06 localhost kernel: efi: mem166: type=3, attr=0xf, range=[0x000000008c125000-0x000000008c12b000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem167: type=4, attr=0xf, range=[0x000000008c12b000-0x000000008c12c000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem168: type=3, attr=0xf, range=[0x000000008c12c000-0x000000008c134000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem169: type=4, attr=0xf, range=[0x000000008c134000-0x000000008c13c000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem170: type=3, attr=0xf, range=[0x000000008c13c000-0x000000008c13e000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem171: type=4, attr=0xf, range=[0x000000008c13e000-0x000000008c144000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem172: type=3, attr=0xf, range=[0x000000008c144000-0x000000008c145000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem173: type=4, attr=0xf, range=[0x000000008c145000-0x000000008c14c000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem174: type=3, attr=0xf, range=[0x000000008c14c000-0x000000008c14d000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem175: type=4, attr=0xf, range=[0x000000008c14d000-0x000000008c150000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem176: type=3, attr=0xf, range=[0x000000008c150000-0x000000008c155000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem177: type=4, attr=0xf, range=[0x000000008c155000-0x000000008c157000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem178: type=3, attr=0xf, range=[0x000000008c157000-0x000000008c158000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem179: type=4, attr=0xf, range=[0x000000008c158000-0x000000008c18c000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem180: type=3, attr=0xf, range=[0x000000008c18c000-0x000000008c18d000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem181: type=4, attr=0xf, range=[0x000000008c18d000-0x000000008cd03000) (11MB)
Aug 18 17:58:06 localhost kernel: efi: mem182: type=7, attr=0xf, range=[0x000000008cd03000-0x000000008cd14000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem183: type=10, attr=0xf, range=[0x000000008cd14000-0x000000008cd53000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem184: type=7, attr=0xf, range=[0x000000008cd53000-0x000000008cd64000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem185: type=9, attr=0xf, range=[0x000000008cd64000-0x000000008cd8f000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem186: type=7, attr=0xf, range=[0x000000008cd8f000-0x000000008ce39000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem187: type=6, attr=0x800000000000000f, range=[0x000000008ce39000-0x000000008ce8f000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem188: type=7, attr=0xf, range=[0x000000008ce8f000-0x000000008ced1000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem189: type=5, attr=0x800000000000000f, range=[0x000000008ced1000-0x000000008ceff000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem190: type=7, attr=0xf, range=[0x000000008ceff000-0x000000008cf87000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem191: type=0, attr=0xf, range=[0x000000008cf87000-0x000000008cff0000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem192: type=4, attr=0xf, range=[0x000000008cff0000-0x000000008d000000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem193: type=7, attr=0xf, range=[0x0000000100000000-0x000000016f600000) (1782MB)
Aug 18 17:58:06 localhost kernel: efi: mem194: type=0, attr=0x8000000000000000, range=[0x00000000000a0000-0x00000000000c0000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem195: type=0, attr=0x8000000000000000, range=[0x000000008d000000-0x000000008fa00000) (42MB)
Aug 18 17:58:06 localhost kernel: efi: mem196: type=11, attr=0x8000000000000001, range=[0x00000000e00f8000-0x00000000e00f9000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem197: type=11, attr=0x8000000000000001, range=[0x00000000fed1c000-0x00000000fed20000) (0MB)
Aug 18 17:58:06 localhost kernel: efi: mem198: type=11, attr=0x8000000000000001, range=[0x00000000ffe10000-0x00000000ffe40000) (0MB)
Aug 18 17:58:06 localhost kernel: SMBIOS 2.4 present.
Aug 18 17:58:06 localhost kernel: DMI: Apple Inc. MacBookAir6,1/Mac-35C1E88140C3E6CF, BIOS MBA61.88Z.0099.B12.1405241030 05/24/2014
Aug 18 17:58:06 localhost kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Aug 18 17:58:06 localhost kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Aug 18 17:58:06 localhost kernel: e820: last_pfn = 0x16f600 max_arch_pfn = 0x400000000
Aug 18 17:58:06 localhost kernel: MTRR default type: write-back
Aug 18 17:58:06 localhost kernel: MTRR fixed ranges enabled:
Aug 18 17:58:06 localhost kernel:   00000-9FFFF write-back
Aug 18 17:58:06 localhost kernel:   A0000-BFFFF uncachable
Aug 18 17:58:06 localhost kernel:   C0000-DFFFF write-protect
Aug 18 17:58:06 localhost kernel:   E0000-FFFFF uncachable
Aug 18 17:58:06 localhost kernel: MTRR variable ranges enabled:
Aug 18 17:58:06 localhost kernel:   0 base 00C0000000 mask 7FC0000000 uncachable
Aug 18 17:58:06 localhost kernel:   1 base 00A0000000 mask 7FE0000000 uncachable
Aug 18 17:58:06 localhost kernel:   2 base 0090000000 mask 7FF0000000 uncachable
Aug 18 17:58:06 localhost kernel:   3 base 008E000000 mask 7FFE000000 uncachable
Aug 18 17:58:06 localhost kernel:   4 base 008D800000 mask 7FFF800000 uncachable
Aug 18 17:58:06 localhost kernel:   5 disabled
Aug 18 17:58:06 localhost kernel:   6 disabled
Aug 18 17:58:06 localhost kernel:   7 disabled
Aug 18 17:58:06 localhost kernel:   8 disabled
Aug 18 17:58:06 localhost kernel:   9 disabled
Aug 18 17:58:06 localhost kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
Aug 18 17:58:06 localhost kernel: e820: last_pfn = 0x8d000 max_arch_pfn = 0x400000000
Aug 18 17:58:06 localhost kernel: Scanning 1 areas for low memory corruption
Aug 18 17:58:06 localhost kernel: Base memory trampoline at [ffff880000099000] 99000 size 24576
Aug 18 17:58:06 localhost kernel: Using GB pages for direct mapping
Aug 18 17:58:06 localhost kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
Aug 18 17:58:06 localhost kernel:  [mem 0x00000000-0x000fffff] page 4k
Aug 18 17:58:06 localhost kernel: BRK [0x01ec4000, 0x01ec4fff] PGTABLE
Aug 18 17:58:06 localhost kernel: BRK [0x01ec5000, 0x01ec5fff] PGTABLE
Aug 18 17:58:06 localhost kernel: BRK [0x01ec6000, 0x01ec6fff] PGTABLE
Aug 18 17:58:06 localhost kernel: init_memory_mapping: [mem 0x16f400000-0x16f5fffff]
Aug 18 17:58:06 localhost kernel:  [mem 0x16f400000-0x16f5fffff] page 2M
Aug 18 17:58:06 localhost kernel: BRK [0x01ec7000, 0x01ec7fff] PGTABLE
Aug 18 17:58:06 localhost kernel: init_memory_mapping: [mem 0x16c000000-0x16f3fffff]
Aug 18 17:58:06 localhost kernel:  [mem 0x16c000000-0x16f3fffff] page 2M
Aug 18 17:58:06 localhost kernel: init_memory_mapping: [mem 0x100000000-0x16bffffff]
Aug 18 17:58:06 localhost kernel:  [mem 0x100000000-0x13fffffff] page 1G
Aug 18 17:58:06 localhost kernel:  [mem 0x140000000-0x16bffffff] page 2M
Aug 18 17:58:06 localhost kernel: init_memory_mapping: [mem 0x00100000-0x8cd13fff]
Aug 18 17:58:06 localhost kernel:  [mem 0x00100000-0x001fffff] page 4k
Aug 18 17:58:06 localhost kernel:  [mem 0x00200000-0x3fffffff] page 2M
Aug 18 17:58:06 localhost kernel:  [mem 0x40000000-0x7fffffff] page 1G
Aug 18 17:58:06 localhost kernel:  [mem 0x80000000-0x8cbfffff] page 2M
Aug 18 17:58:06 localhost kernel:  [mem 0x8cc00000-0x8cd13fff] page 4k
Aug 18 17:58:06 localhost kernel: init_memory_mapping: [mem 0x8cd53000-0x8cd63fff]
Aug 18 17:58:06 localhost kernel:  [mem 0x8cd53000-0x8cd63fff] page 4k
Aug 18 17:58:06 localhost kernel: init_memory_mapping: [mem 0x8cd8f000-0x8ce38fff]
Aug 18 17:58:06 localhost kernel:  [mem 0x8cd8f000-0x8ce38fff] page 4k
Aug 18 17:58:06 localhost kernel: BRK [0x01ec8000, 0x01ec8fff] PGTABLE
Aug 18 17:58:06 localhost kernel: init_memory_mapping: [mem 0x8ce8f000-0x8ced0fff]
Aug 18 17:58:06 localhost kernel:  [mem 0x8ce8f000-0x8ced0fff] page 4k
Aug 18 17:58:06 localhost kernel: init_memory_mapping: [mem 0x8ceff000-0x8cf86fff]
Aug 18 17:58:06 localhost kernel:  [mem 0x8ceff000-0x8cf86fff] page 4k
Aug 18 17:58:06 localhost kernel: init_memory_mapping: [mem 0x8cff0000-0x8cffffff]
Aug 18 17:58:06 localhost kernel:  [mem 0x8cff0000-0x8cffffff] page 4k
Aug 18 17:58:06 localhost kernel: ACPI: Early table checksum verification disabled
Aug 18 17:58:06 localhost kernel: ACPI: RSDP 0x000000008CD8E014 000024 (v02 APPLE )
Aug 18 17:58:06 localhost kernel: ACPI: XSDT 0x000000008CD8E1C0 00009C (v01 APPLE  Apple00  00000000      01000013)
Aug 18 17:58:06 localhost kernel: ACPI: FACP 0x000000008CD8C000 0000F4 (v05 APPLE  Apple00  00000000 Loki 0000005F)
Aug 18 17:58:06 localhost kernel: ACPI: DSDT 0x000000008CD7F000 007C21 (v03 APPLE  MacBookA 00060001 INTL 20100915)
Aug 18 17:58:06 localhost kernel: ACPI: FACS 0x000000008CD1C000 000040
Aug 18 17:58:06 localhost kernel: ACPI: HPET 0x000000008CD8B000 000038 (v01 APPLE  Apple00  00000001 Loki 0000005F)
Aug 18 17:58:06 localhost kernel: ACPI: APIC 0x000000008CD8A000 0000BC (v02 APPLE  Apple00  00000001 Loki 0000005F)
Aug 18 17:58:06 localhost kernel: ACPI: SBST 0x000000008CD88000 000030 (v01 APPLE  Apple00  00000001 Loki 0000005F)
Aug 18 17:58:06 localhost kernel: ACPI: ECDT 0x000000008CD87000 000053 (v01 APPLE  Apple00  00000001 Loki 0000005F)
Aug 18 17:58:06 localhost kernel: ACPI: SSDT 0x000000008CD7E000 00010B (v01 APPLE  SataAhci 00001000 INTL 20100915)
Aug 18 17:58:06 localhost kernel: ACPI: SSDT 0x000000008CD7D000 000024 (v01 APPLE  SmcDppt  00001000 INTL 20100915)
Aug 18 17:58:06 localhost kernel: ACPI: SSDT 0x000000008CD77000 000D2C (v01 APPLE  UsbLpt   00001000 INTL 20100915)
Aug 18 17:58:06 localhost kernel: ACPI: SSDT 0x000000008CD76000 000032 (v01 APPLE  SsdtS3   00001000 INTL 20100915)
Aug 18 17:58:06 localhost kernel: ACPI: SSDT 0x000000008CD74000 001EB7 (v01 APPLE  PcieTbt  00001000 INTL 20100915)
Aug 18 17:58:06 localhost kernel: ACPI: SSDT 0x000000008CD67000 0000B8 (v01 APPLE  Sdxc     00001000 INTL 20100915)
Aug 18 17:58:06 localhost kernel: ACPI: SSDT 0x000000008CD66000 0005A5 (v01 PmRef  Cpu0Ist  00003000 INTL 20100915)
Aug 18 17:58:06 localhost kernel: ACPI: SSDT 0x000000008CD65000 000B83 (v01 PmRef  CpuPm    00003000 INTL 20100915)
Aug 18 17:58:06 localhost kernel: ACPI: MCFG 0x000000008CD89000 00003C (v01 APPLE  Apple00  00000001 Loki 0000005F)
Aug 18 17:58:06 localhost kernel: ACPI: DMAR 0x000000008CD64000 000088 (v01 APPLE  HSW      00000001 AAPL 00000001)
Aug 18 17:58:06 localhost kernel: ACPI: Local APIC address 0xfee00000
Aug 18 17:58:06 localhost kernel: No NUMA configuration found
Aug 18 17:58:06 localhost kernel: Faking a node at [mem 0x0000000000000000-0x000000016f5fffff]
Aug 18 17:58:06 localhost kernel: Initmem setup node 0 [mem 0x00000000-0x16f5fffff]
Aug 18 17:58:06 localhost kernel:   NODE_DATA [mem 0x16f5fa000-0x16f5fdfff]
Aug 18 17:58:06 localhost kernel:  [ffffea0000000000-ffffea0005bfffff] PMD -> [ffff88016ac00000-ffff88016ebfffff] on node 0
Aug 18 17:58:06 localhost kernel: Zone ranges:
Aug 18 17:58:06 localhost kernel:   DMA      [mem 0x00001000-0x00ffffff]
Aug 18 17:58:06 localhost kernel:   DMA32    [mem 0x01000000-0xffffffff]
Aug 18 17:58:06 localhost kernel:   Normal   [mem 0x100000000-0x16f5fffff]
Aug 18 17:58:06 localhost kernel: Movable zone start for each node
Aug 18 17:58:06 localhost kernel: Early memory node ranges
Aug 18 17:58:06 localhost kernel:   node   0: [mem 0x00001000-0x00057fff]
Aug 18 17:58:06 localhost kernel:   node   0: [mem 0x00059000-0x0008efff]
Aug 18 17:58:06 localhost kernel:   node   0: [mem 0x00090000-0x0009ffff]
Aug 18 17:58:06 localhost kernel:   node   0: [mem 0x00100000-0x8cd13fff]
Aug 18 17:58:06 localhost kernel:   node   0: [mem 0x8cd53000-0x8cd63fff]
Aug 18 17:58:06 localhost kernel:   node   0: [mem 0x8cd8f000-0x8ce38fff]
Aug 18 17:58:06 localhost kernel:   node   0: [mem 0x8ce8f000-0x8ced0fff]
Aug 18 17:58:06 localhost kernel:   node   0: [mem 0x8ceff000-0x8cf86fff]
Aug 18 17:58:06 localhost kernel:   node   0: [mem 0x8cff0000-0x8cffffff]
Aug 18 17:58:06 localhost kernel:   node   0: [mem 0x100000000-0x16f5fffff]
Aug 18 17:58:06 localhost kernel: On node 0 totalpages: 1033286
Aug 18 17:58:06 localhost kernel:   DMA zone: 64 pages used for memmap
Aug 18 17:58:06 localhost kernel:   DMA zone: 22 pages reserved
Aug 18 17:58:06 localhost kernel:   DMA zone: 3997 pages, LIFO batch:0
Aug 18 17:58:06 localhost kernel:   DMA32 zone: 8955 pages used for memmap
Aug 18 17:58:06 localhost kernel:   DMA32 zone: 573097 pages, LIFO batch:31
Aug 18 17:58:06 localhost kernel:   Normal zone: 7128 pages used for memmap
Aug 18 17:58:06 localhost kernel:   Normal zone: 456192 pages, LIFO batch:31
Aug 18 17:58:06 localhost kernel: Reserving Intel graphics stolen memory at 0x8da00000-0x8f9fffff
Aug 18 17:58:06 localhost kernel: ACPI: PM-Timer IO Port: 0x408
Aug 18 17:58:06 localhost kernel: ACPI: Local APIC address 0xfee00000
Aug 18 17:58:06 localhost kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
Aug 18 17:58:06 localhost kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
Aug 18 17:58:06 localhost kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
Aug 18 17:58:06 localhost kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
Aug 18 17:58:06 localhost kernel: ACPI: LAPIC (acpi_id[0x05] lapic_id[0xff] disabled)
Aug 18 17:58:06 localhost kernel: ACPI: LAPIC (acpi_id[0x06] lapic_id[0xff] disabled)
Aug 18 17:58:06 localhost kernel: ACPI: LAPIC (acpi_id[0x07] lapic_id[0xff] disabled)
Aug 18 17:58:06 localhost kernel: ACPI: LAPIC (acpi_id[0x08] lapic_id[0xff] disabled)
Aug 18 17:58:06 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Aug 18 17:58:06 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Aug 18 17:58:06 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Aug 18 17:58:06 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Aug 18 17:58:06 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Aug 18 17:58:06 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Aug 18 17:58:06 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Aug 18 17:58:06 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Aug 18 17:58:06 localhost kernel: ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
Aug 18 17:58:06 localhost kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-39
Aug 18 17:58:06 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Aug 18 17:58:06 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Aug 18 17:58:06 localhost kernel: ACPI: IRQ0 used by override.
Aug 18 17:58:06 localhost kernel: ACPI: IRQ2 used by override.
Aug 18 17:58:06 localhost kernel: ACPI: IRQ9 used by override.
Aug 18 17:58:06 localhost kernel: Using ACPI (MADT) for SMP configuration information
Aug 18 17:58:06 localhost kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Aug 18 17:58:06 localhost kernel: smpboot: Allowing 8 CPUs, 4 hotplug CPUs
Aug 18 17:58:06 localhost kernel: nr_irqs_gsi: 56
Aug 18 17:58:06 localhost kernel: PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
Aug 18 17:58:06 localhost kernel: PM: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
Aug 18 17:58:06 localhost kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000bffff]
Aug 18 17:58:06 localhost kernel: PM: Registered nosave memory: [mem 0x000c0000-0x000fffff]
Aug 18 17:58:06 localhost kernel: PM: Registered nosave memory: [mem 0x8b272000-0x8b272fff]
Aug 18 17:58:06 localhost kernel: PM: Registered nosave memory: [mem 0x8b282000-0x8b282fff]
Aug 18 17:58:06 localhost kernel: PM: Registered nosave memory: [mem 0x8cd14000-0x8cd52fff]
Aug 18 17:58:06 localhost kernel: PM: Registered nosave memory: [mem 0x8cd64000-0x8cd8efff]
Aug 18 17:58:06 localhost kernel: PM: Registered nosave memory: [mem 0x8ce39000-0x8ce8efff]
Aug 18 17:58:06 localhost kernel: PM: Registered nosave memory: [mem 0x8ced1000-0x8cefefff]
Aug 18 17:58:06 localhost kernel: PM: Registered nosave memory: [mem 0x8cf87000-0x8cfeffff]
Aug 18 17:58:06 localhost kernel: PM: Registered nosave memory: [mem 0x8d000000-0x8f9fffff]
Aug 18 17:58:06 localhost kernel: PM: Registered nosave memory: [mem 0x8fa00000-0xe00f7fff]
Aug 18 17:58:06 localhost kernel: PM: Registered nosave memory: [mem 0xe00f8000-0xe00f8fff]
Aug 18 17:58:06 localhost kernel: PM: Registered nosave memory: [mem 0xe00f9000-0xfed1bfff]
Aug 18 17:58:06 localhost kernel: PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
Aug 18 17:58:06 localhost kernel: PM: Registered nosave memory: [mem 0xfed20000-0xffe0ffff]
Aug 18 17:58:06 localhost kernel: PM: Registered nosave memory: [mem 0xffe10000-0xffe3ffff]
Aug 18 17:58:06 localhost kernel: PM: Registered nosave memory: [mem 0xffe40000-0xffffffff]
Aug 18 17:58:06 localhost kernel: e820: [mem 0x8fa00000-0xe00f7fff] available for PCI devices
Aug 18 17:58:06 localhost kernel: setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:8 nr_node_ids:1
Aug 18 17:58:06 localhost kernel: PERCPU: Embedded 27 pages/cpu @ffff88016f200000 s79424 r8192 d22976 u262144
Aug 18 17:58:06 localhost kernel: pcpu-alloc: s79424 r8192 d22976 u262144 alloc=1*2097152
Aug 18 17:58:06 localhost kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7
Aug 18 17:58:06 localhost kernel: Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1017117
Aug 18 17:58:06 localhost kernel: Policy zone: Normal
Aug 18 17:58:06 localhost kernel: Kernel command line: root=/dev/sda6 ro init=/usr/lib/systemd/systemd \vmlinuz-gentoo-3.16.1.efi
Aug 18 17:58:06 localhost kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
Aug 18 17:58:06 localhost kernel: xsave: enabled xstate_bv 0x7, cntxt size 0x340
Aug 18 17:58:06 localhost kernel: Calgary: detecting Calgary via BIOS EBDA area
Aug 18 17:58:06 localhost kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Aug 18 17:58:06 localhost kernel: Memory: 3940248K/4133144K available (8158K kernel code, 853K rwdata, 2668K rodata, 1044K init, 892K bss, 192896K reserved)
Aug 18 17:58:06 localhost kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Aug 18 17:58:06 localhost kernel: Hierarchical RCU implementation.
Aug 18 17:58:06 localhost kernel:         RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=8.
Aug 18 17:58:06 localhost kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
Aug 18 17:58:06 localhost kernel: NR_IRQS:4352 nr_irqs:1016 16
Aug 18 17:58:06 localhost kernel: Console: colour dummy device 80x25
Aug 18 17:58:06 localhost kernel: console [tty0] enabled
Aug 18 17:58:06 localhost kernel: hpet clockevent registered
Aug 18 17:58:06 localhost kernel: tsc: Fast TSC calibration using PIT
Aug 18 17:58:06 localhost kernel: tsc: Detected 2000.167 MHz processor
Aug 18 17:58:06 localhost kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4000.33 BogoMIPS (lpj=2000167)
Aug 18 17:58:06 localhost kernel: pid_max: default: 32768 minimum: 301
Aug 18 17:58:06 localhost kernel: ACPI: Core revision 20140424
Aug 18 17:58:06 localhost kernel: ACPI: All ACPI Tables successfully acquired
Aug 18 17:58:06 localhost kernel: Security Framework initialized
Aug 18 17:58:06 localhost kernel: SELinux:  Initializing.
Aug 18 17:58:06 localhost kernel: SELinux:  Starting in permissive mode
Aug 18 17:58:06 localhost kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
Aug 18 17:58:06 localhost kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
Aug 18 17:58:06 localhost kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
Aug 18 17:58:06 localhost kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
Aug 18 17:58:06 localhost kernel: Initializing cgroup subsys freezer
Aug 18 17:58:06 localhost kernel: CPU: Physical Processor ID: 0
Aug 18 17:58:06 localhost kernel: CPU: Processor Core ID: 0
Aug 18 17:58:06 localhost kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
                                  ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
Aug 18 17:58:06 localhost kernel: mce: CPU supports 7 MCE banks
Aug 18 17:58:06 localhost kernel: CPU0: Thermal monitoring enabled (TM1)
Aug 18 17:58:06 localhost kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
                                  Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
                                  tlb_flushall_shift: 6
Aug 18 17:58:06 localhost kernel: Freeing SMP alternatives memory: 28K (ffffffff81ddc000 - ffffffff81de3000)
Aug 18 17:58:06 localhost kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Aug 18 17:58:06 localhost kernel: smpboot: CPU0: Intel(R) Core(TM) i5-4260U CPU @ 1.40GHz (fam: 06, model: 45, stepping: 01)
Aug 18 17:58:06 localhost kernel: TSC deadline timer enabled
Aug 18 17:58:06 localhost kernel: Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver.
Aug 18 17:58:06 localhost kernel: ... version:                3
Aug 18 17:58:06 localhost kernel: ... bit width:              48
Aug 18 17:58:06 localhost kernel: ... generic registers:      4
Aug 18 17:58:06 localhost kernel: ... value mask:             0000ffffffffffff
Aug 18 17:58:06 localhost kernel: ... max period:             0000ffffffffffff
Aug 18 17:58:06 localhost kernel: ... fixed-purpose events:   3
Aug 18 17:58:06 localhost kernel: ... event mask:             000000070000000f
Aug 18 17:58:06 localhost kernel: x86: Booting SMP configuration:
Aug 18 17:58:06 localhost kernel: .... node  #0, CPUs:      #1 #2 #3
Aug 18 17:58:06 localhost kernel: x86: Booted up 1 node, 4 CPUs
Aug 18 17:58:06 localhost kernel: smpboot: Total of 4 processors activated (16001.33 BogoMIPS)
Aug 18 17:58:06 localhost kernel: devtmpfs: initialized
Aug 18 17:58:06 localhost kernel: PM: Registering ACPI NVS region [mem 0x8cd14000-0x8cd52fff] (258048 bytes)
Aug 18 17:58:06 localhost kernel: kworker/u16:0 (26) used greatest stack depth: 14760 bytes left
Aug 18 17:58:06 localhost kernel: RTC time:  0:58:01, date: 08/19/14
Aug 18 17:58:06 localhost kernel: NET: Registered protocol family 16
Aug 18 17:58:06 localhost kernel: kworker/u16:0 (28) used greatest stack depth: 13880 bytes left
Aug 18 17:58:06 localhost kernel: cpuidle: using governor ladder
Aug 18 17:58:06 localhost kernel: cpuidle: using governor menu
Aug 18 17:58:06 localhost kernel: ACPI: bus type PCI registered
Aug 18 17:58:06 localhost kernel: PCI: MMCONFIG for domain 0000 [bus 00-9b] at [mem 0xe0000000-0xe9bfffff] (base 0xe0000000)
Aug 18 17:58:06 localhost kernel: PCI: not using MMCONFIG
Aug 18 17:58:06 localhost kernel: PCI: Using configuration type 1 for base access
Aug 18 17:58:06 localhost kernel: ACPI: Added _OSI(Module Device)
Aug 18 17:58:06 localhost kernel: ACPI: Added _OSI(Processor Device)
Aug 18 17:58:06 localhost kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Aug 18 17:58:06 localhost kernel: ACPI: Added _OSI(Processor Aggregator Device)
Aug 18 17:58:06 localhost kernel: ACPI : EC: EC description table is found, configuring boot EC
Aug 18 17:58:06 localhost kernel: [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
Aug 18 17:58:06 localhost kernel: ACPI: Dynamic OEM Table Load:
Aug 18 17:58:06 localhost kernel: ACPI: SSDT 0xFFFF880169D40800 0004F0 (v01 PmRef  Cpu0Cst  00003001 INTL 20100915)
Aug 18 17:58:06 localhost kernel: ACPI: Dynamic OEM Table Load:
Aug 18 17:58:06 localhost kernel: ACPI: SSDT 0xFFFF880169D41000 00067C (v01 PmRef  ApIst    00003000 INTL 20100915)
Aug 18 17:58:06 localhost kernel: ACPI: Dynamic OEM Table Load:
Aug 18 17:58:06 localhost kernel: ACPI: SSDT 0xFFFF880169F38600 000119 (v01 PmRef  ApCst    00003000 INTL 20100915)
Aug 18 17:58:06 localhost kernel: ACPI: Interpreter enabled
Aug 18 17:58:06 localhost kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140424/hwxface-580)
Aug 18 17:58:06 localhost kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140424/hwxface-580)
Aug 18 17:58:06 localhost kernel: ACPI: (supports S0 S3 S4 S5)
Aug 18 17:58:06 localhost kernel: ACPI: Using IOAPIC for interrupt routing
Aug 18 17:58:06 localhost kernel: PCI: MMCONFIG for domain 0000 [bus 00-9b] at [mem 0xe0000000-0xe9bfffff] (base 0xe0000000)
Aug 18 17:58:06 localhost kernel: PCI: MMCONFIG at [mem 0xe0000000-0xe9bfffff] reserved in ACPI motherboard resources
Aug 18 17:58:06 localhost kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Aug 18 17:58:06 localhost kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Aug 18 17:58:06 localhost kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
Aug 18 17:58:06 localhost kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
Aug 18 17:58:06 localhost kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-9b] only partially covers this bridge


Well, it got cut off..
Back to top
View user's profile Send private message
beguiledfoil
n00b
n00b


Joined: 23 Jan 2011
Posts: 48

PostPosted: Tue Aug 19, 2014 7:34 am    Post subject: Reply with quote

As with all things in life I was overthinking this. from lspci -k indicated that I have a usb 3.0 based host controller so I needed to enable XHCI support in my kernel. My touchpad doesn't work yet, but it's probably just more modules that need to be enabled. This is the exact kernel config option I had missed: http://cateee.net/lkddb/web-lkddb/USB_XHCI_HCD.html

I am stupid. Gentoo is smart. Systemd is still a monster.

Edit: if there's one thing google should learn from this to help future versions of myself it's that macbook air => No usb? => XHCI!
Back to top
View user's profile Send private message
Sulman
n00b
n00b


Joined: 15 Feb 2014
Posts: 63

PostPosted: Tue Aug 19, 2014 6:20 pm    Post subject: Reply with quote

beguiledfoil wrote:
As with all things in life I was overthinking this. from lspci -k indicated that I have a usb 3.0 based host controller so I needed to enable XHCI support in my kernel. My touchpad doesn't work yet, but it's probably just more modules that need to be enabled. This is the exact kernel config option I had missed: http://cateee.net/lkddb/web-lkddb/USB_XHCI_HCD.html

I am stupid. Gentoo is smart. Systemd is still a monster.

Edit: if there's one thing google should learn from this to help future versions of myself it's that macbook air => No usb? => XHCI!


I thought it may be Kernel related - the logs didn't seem to be too bothered, but I guess they won't show entries for things the kernel doesn't know about.

I'm sure I've seen entries regarding the Apple mousepad. It'll be in there somewhere.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum