Trouble with Sentelic Finger Sensing Pad

I read this thread, but found no solution in it (I did not try patching the kernel, however, as I have read that the sentelic fsp driver is already there).  I have basic functionality, tap to click, and can manipulate the cursor, but have no scrolling ability, nor middle click.  I installed the fspc utility from AUR, and it works as far as manipulating the values found in /sys/devices/platform/i8042/serio2/{flags|vscroll|hscroll}, but none of this effects the actual functions of the touchpad.  I am really at a loss as to how to proceed to even get the impaired functionality of sentelics corner-scrolling to work.
I have even attempted to edit xorg.conf with information from the Gentoo wiki on Sentelic.  I never was able to get the "InputDevice" suggested in the wiki to work.  My efforts have resulted in merely maintaining the same functionality of the generic evdev.conf file, even after commenting out the section in evdev.conf for pointers.
/etc/X11/xorg.conf.d/20-sentelic:
Section "InputClass"
Identifier "fsp"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
Option "Name" "FSPPS/2 Sentelic FingerSensingPad"
EndSection
cat /proc/bus/input/devices:
I: Bus=0011 Vendor=0002 Product=000f Version=0000
N: Name="FSPPS/2 Sentelic FingerSensingPad"
P: Phys=isa0060/serio2/input0
S: Sysfs=/devices/platform/i8042/serio2/input/input6
U: Uniq=
H: Handlers=mouse0 event6
B: PROP=0
B: EV=7
B: KEY=670000 0 0 0 0
B: REL=143
Xorg.0.log:
This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.
[ 674.593]
X.Org X Server 1.10.3.901 (1.10.4 RC 1)
Release Date: 2011-07-29
[ 674.596] X Protocol Version 11, Revision 0
[ 674.597] Build Operating System: Linux 3.0.0-ARCH x86_64
[ 674.598] Current Operating System: Linux laptop 3.0-ARCH #1 SMP PREEMPT Wed Aug 17 21:55:57 CEST 2011 x86_64
[ 674.599] Kernel command line: root=/dev/disk/by-uuid/0a5f1177-2566-4781-b550-006322ef79ae acpi_sleep=sci_force_enable ro
[ 674.600] Build Date: 08 August 2011 08:24:13AM
[ 674.600]
[ 674.601] Current version of pixman: 0.22.2
[ 674.601] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 674.602] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 674.603] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Aug 25 07:41:36 2011
[ 674.604] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 674.604] (==) No Layout section. Using the first Screen section.
[ 674.604] (==) No screen section available. Using defaults.
[ 674.604] (**) |-->Screen "Default Screen Section" (0)
[ 674.605] (**) | |-->Monitor "<default monitor>"
[ 674.605] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 674.605] (==) Automatically adding devices
[ 674.605] (==) Automatically enabling devices
[ 674.605] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 674.605] Entry deleted from font path.
[ 674.605] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 674.605] Entry deleted from font path.
[ 674.605] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 674.605] Entry deleted from font path.
[ 674.605] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 674.605] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 674.605] Entry deleted from font path.
[ 674.605] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 674.605] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/
[ 674.605] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 674.605] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 674.605] (II) Loader magic: 0x7d3620
[ 674.605] (II) Module ABI versions:
[ 674.605] X.Org ANSI C Emulation: 0.4
[ 674.605] X.Org Video Driver: 10.0
[ 674.605] X.Org XInput driver : 12.2
[ 674.605] X.Org Server Extension : 5.0
[ 674.605] (--) PCI:*(0:0:2:0) 8086:0116:1b0a:2080 rev 9, Mem @ 0xf5000000/4194304, 0xe0000000/268435456, I/O @ 0x0000e000/64
[ 674.605] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 674.605] (II) LoadModule: "extmod"
[ 674.605] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 674.606] (II) Module extmod: vendor="X.Org Foundation"
[ 674.606] compiled for 1.10.3.901, module version = 1.0.0
[ 674.606] Module class: X.Org Server Extension
[ 674.606] ABI class: X.Org Server Extension, version 5.0
[ 674.606] (II) Loading extension MIT-SCREEN-SAVER
[ 674.606] (II) Loading extension XFree86-VidModeExtension
[ 674.606] (II) Loading extension XFree86-DGA
[ 674.606] (II) Loading extension DPMS
[ 674.606] (II) Loading extension XVideo
[ 674.606] (II) Loading extension XVideo-MotionCompensation
[ 674.606] (II) Loading extension X-Resource
[ 674.606] (II) LoadModule: "dbe"
[ 674.606] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 674.606] (II) Module dbe: vendor="X.Org Foundation"
[ 674.606] compiled for 1.10.3.901, module version = 1.0.0
[ 674.606] Module class: X.Org Server Extension
[ 674.606] ABI class: X.Org Server Extension, version 5.0
[ 674.606] (II) Loading extension DOUBLE-BUFFER
[ 674.606] (II) LoadModule: "glx"
[ 674.606] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 674.606] (II) Module glx: vendor="X.Org Foundation"
[ 674.606] compiled for 1.10.3.901, module version = 1.0.0
[ 674.606] ABI class: X.Org Server Extension, version 5.0
[ 674.606] (==) AIGLX enabled
[ 674.606] (II) Loading extension GLX
[ 674.606] (II) LoadModule: "record"
[ 674.606] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 674.606] (II) Module record: vendor="X.Org Foundation"
[ 674.606] compiled for 1.10.3.901, module version = 1.13.0
[ 674.606] Module class: X.Org Server Extension
[ 674.606] ABI class: X.Org Server Extension, version 5.0
[ 674.606] (II) Loading extension RECORD
[ 674.606] (II) LoadModule: "dri"
[ 674.606] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 674.606] (II) Module dri: vendor="X.Org Foundation"
[ 674.606] compiled for 1.10.3.901, module version = 1.0.0
[ 674.606] ABI class: X.Org Server Extension, version 5.0
[ 674.606] (II) Loading extension XFree86-DRI
[ 674.606] (II) LoadModule: "dri2"
[ 674.606] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 674.606] (II) Module dri2: vendor="X.Org Foundation"
[ 674.606] compiled for 1.10.3.901, module version = 1.2.0
[ 674.606] ABI class: X.Org Server Extension, version 5.0
[ 674.606] (II) Loading extension DRI2
[ 674.606] (==) Matched intel as autoconfigured driver 0
[ 674.606] (==) Matched vesa as autoconfigured driver 1
[ 674.606] (==) Matched fbdev as autoconfigured driver 2
[ 674.606] (==) Assigned the driver to the xf86ConfigLayout
[ 674.606] (II) LoadModule: "intel"
[ 674.606] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 674.606] (II) Module intel: vendor="X.Org Foundation"
[ 674.606] compiled for 1.10.2, module version = 2.15.0
[ 674.606] Module class: X.Org Video Driver
[ 674.606] ABI class: X.Org Video Driver, version 10.0
[ 674.606] (II) LoadModule: "vesa"
[ 674.607] (WW) Warning, couldn't open module vesa
[ 674.607] (II) UnloadModule: "vesa"
[ 674.607] (II) Unloading vesa
[ 674.607] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 674.607] (II) LoadModule: "fbdev"
[ 674.607] (WW) Warning, couldn't open module fbdev
[ 674.607] (II) UnloadModule: "fbdev"
[ 674.607] (II) Unloading fbdev
[ 674.607] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 674.608] (II) intel: Driver for Intel 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, B43, Clarkdale, Arrandale,
Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server
[ 674.608] (--) using VT number 7
[ 674.613] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 674.613] drmOpenDevice: node name is /dev/dri/card0
[ 674.613] drmOpenDevice: open result is 8, (OK)
[ 674.613] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[ 674.613] drmOpenDevice: node name is /dev/dri/card0
[ 674.613] drmOpenDevice: open result is 8, (OK)
[ 674.613] drmOpenByBusid: drmOpenMinor returns 8
[ 674.613] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 674.613] (II) intel(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 674.613] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 674.613] (==) intel(0): RGB weight 888
[ 674.613] (==) intel(0): Default visual is TrueColor
[ 674.613] (II) intel(0): Integrated Graphics Chipset: Intel(R) Sandybridge Mobile (GT2)
[ 674.613] (--) intel(0): Chipset: "Sandybridge Mobile (GT2)"
[ 674.613] (**) intel(0): Relaxed fencing enabled
[ 674.613] (**) intel(0): Framebuffer tiled
[ 674.613] (**) intel(0): Pixmaps tiled
[ 674.613] (**) intel(0): 3D buffers tiled
[ 674.613] (**) intel(0): SwapBuffers wait enabled
[ 674.613] (==) intel(0): video overlay key set to 0x101fe
[ 674.614] (II) intel(0): Output LVDS1 has no monitor section
[ 674.614] (II) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
[ 674.614] (II) intel(0): Output VGA1 has no monitor section
[ 674.639] (II) intel(0): Output HDMI1 has no monitor section
[ 674.676] (II) intel(0): Output DP1 has no monitor section
[ 674.676] (II) intel(0): EDID for output LVDS1
[ 674.676] (II) intel(0): Manufacturer: IVO Model: 61a Serial#: 1
[ 674.676] (II) intel(0): Year: 2010 Week: 6
[ 674.676] (II) intel(0): EDID Version: 1.3
[ 674.676] (II) intel(0): Digital Display Input
[ 674.676] (II) intel(0): Max Image Size [cm]: horiz.: 34 vert.: 19
[ 674.677] (II) intel(0): Gamma: 2.20
[ 674.677] (II) intel(0): No DPMS capabilities specified
[ 674.677] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 674.677] (II) intel(0): First detailed timing is preferred mode
[ 674.677] (II) intel(0): redX: 0.622 redY: 0.351 greenX: 0.336 greenY: 0.573
[ 674.677] (II) intel(0): blueX: 0.147 blueY: 0.053 whiteX: 0.312 whiteY: 0.328
[ 674.677] (II) intel(0): Manufacturer's mask: 0
[ 674.677] (II) intel(0): Supported detailed timing:
[ 674.677] (II) intel(0): clock: 75.4 MHz Image Size: 344 x 193 mm
[ 674.677] (II) intel(0): h_active: 1366 h_sync: 1414 h_sync_end 1446 h_blank_end 1560 h_border: 0
[ 674.677] (II) intel(0): v_active: 768 v_sync: 771 v_sync_end 783 v_blanking: 806 v_border: 0
[ 674.677] (II) intel(0): Unknown vendor-specific block 0
[ 674.677] (II) intel(0): InfoVision
[ 674.677] (II) intel(0): M156NWR2 R0
[ 674.677] (II) intel(0): EDID (in hex):
[ 674.677] (II) intel(0): 00ffffffffffff0026cf1a0601000000
[ 674.677] (II) intel(0): 06140103802213780a73e09f59569225
[ 674.677] (II) intel(0): 0d505400000001010101010101010101
[ 674.677] (II) intel(0): 010101010101781d56c2500026303020
[ 674.677] (II) intel(0): 3c0058c1100000190000000000000000
[ 674.677] (II) intel(0): 00000000000000000001000000fe0049
[ 674.677] (II) intel(0): 6e666f566973696f6e0a2020000000fe
[ 674.677] (II) intel(0): 004d3135364e575232205230200a0038
[ 674.677] (II) intel(0): EDID vendor "IVO", prod id 1562
[ 674.677] (II) intel(0): Printing DDC gathered Modelines:
[ 674.677] (II) intel(0): Modeline "1366x768"x0.0 75.44 1366 1414 1446 1560 768 771 783 806 -hsync -vsync (48.4 kHz)
[ 674.677] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[ 674.677] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 674.677] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 674.677] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[ 674.677] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[ 674.677] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[ 674.677] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[ 674.677] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[ 674.677] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[ 674.678] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[ 674.678] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[ 674.678] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[ 674.678] (II) intel(0): Printing probed modes for output LVDS1
[ 674.678] (II) intel(0): Modeline "1366x768"x60.0 75.44 1366 1414 1446 1560 768 771 783 806 -hsync -vsync (48.4 kHz)
[ 674.678] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 674.678] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 674.678] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[ 674.678] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 674.678] (II) intel(0): EDID for output VGA1
[ 674.702] (II) intel(0): EDID for output HDMI1
[ 674.743] (II) intel(0): EDID for output DP1
[ 674.743] (II) intel(0): Output LVDS1 connected
[ 674.743] (II) intel(0): Output VGA1 disconnected
[ 674.743] (II) intel(0): Output HDMI1 disconnected
[ 674.743] (II) intel(0): Output DP1 disconnected
[ 674.743] (II) intel(0): Using exact sizes for initial modes
[ 674.743] (II) intel(0): Output LVDS1 using initial mode 1366x768
[ 674.743] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 674.743] (II) intel(0): Kernel page flipping support detected, enabling
[ 674.743] (**) intel(0): Display dimensions: (340, 190) mm
[ 674.743] (**) intel(0): DPI set to (102, 102)
[ 674.743] (II) Loading sub module "fb"
[ 674.743] (II) LoadModule: "fb"
[ 674.743] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 674.744] (II) Module fb: vendor="X.Org Foundation"
[ 674.744] compiled for 1.10.3.901, module version = 1.0.0
[ 674.744] ABI class: X.Org ANSI C Emulation, version 0.4
[ 674.744] (II) Loading sub module "dri2"
[ 674.744] (II) LoadModule: "dri2"
[ 674.744] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 674.744] (II) Module dri2: vendor="X.Org Foundation"
[ 674.744] compiled for 1.10.3.901, module version = 1.2.0
[ 674.744] ABI class: X.Org Server Extension, version 5.0
[ 674.744] (==) Depth 24 pixmap format is 32 bpp
[ 674.744] (II) intel(0): [DRI2] Setup complete
[ 674.744] (II) intel(0): [DRI2] DRI driver: i965
[ 674.744] (II) intel(0): Allocated new frame buffer 1408x768 stride 5632, tiled
[ 674.746] (II) UXA(0): Driver registered support for the following operations:
[ 674.747] (II) solid
[ 674.747] (II) copy
[ 674.747] (II) composite (RENDER acceleration)
[ 674.747] (II) put_image
[ 674.747] (II) get_image
[ 674.747] (==) intel(0): Backing store disabled
[ 674.747] (==) intel(0): Silken mouse enabled
[ 674.747] (II) intel(0): Initializing HW Cursor
[ 674.810] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 674.813] (==) intel(0): DPMS enabled
[ 674.813] (==) intel(0): Intel XvMC decoder enabled
[ 674.813] (II) intel(0): Set up textured video
[ 674.813] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[ 674.813] (II) intel(0): direct rendering: DRI2 Enabled
[ 674.814] (==) intel(0): hotplug detection: "enabled"
[ 674.814] (--) RandR disabled
[ 674.814] (II) Initializing built-in extension Generic Event Extension
[ 674.814] (II) Initializing built-in extension SHAPE
[ 674.814] (II) Initializing built-in extension MIT-SHM
[ 674.814] (II) Initializing built-in extension XInputExtension
[ 674.814] (II) Initializing built-in extension XTEST
[ 674.814] (II) Initializing built-in extension BIG-REQUESTS
[ 674.814] (II) Initializing built-in extension SYNC
[ 674.814] (II) Initializing built-in extension XKEYBOARD
[ 674.814] (II) Initializing built-in extension XC-MISC
[ 674.814] (II) Initializing built-in extension SECURITY
[ 674.814] (II) Initializing built-in extension XINERAMA
[ 674.814] (II) Initializing built-in extension XFIXES
[ 674.814] (II) Initializing built-in extension RENDER
[ 674.814] (II) Initializing built-in extension RANDR
[ 674.814] (II) Initializing built-in extension COMPOSITE
[ 674.814] (II) Initializing built-in extension DAMAGE
[ 674.821] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 674.821] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 674.821] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 674.821] (II) AIGLX: enabled GLX_SGI_make_current_read
[ 674.821] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 674.821] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i965_dri.so
[ 674.821] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 674.822] (II) intel(0): Setting screen physical size to 361 x 203
[ 674.872] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 674.872] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 674.872] (**) Power Button: Applying InputClass "Keyboard Defaults"
[ 674.872] (II) LoadModule: "evdev"
[ 674.872] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 674.872] (II) Module evdev: vendor="X.Org Foundation"
[ 674.872] compiled for 1.10.0, module version = 2.6.0
[ 674.872] Module class: X.Org XInput Driver
[ 674.872] ABI class: X.Org XInput driver, version 12.2
[ 674.872] (II) Using input driver 'evdev' for 'Power Button'
[ 674.872] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 674.872] (**) Power Button: always reports core events
[ 674.872] (**) Power Button: Device: "/dev/input/event3"
[ 674.872] (--) Power Button: Found keys
[ 674.872] (II) Power Button: Configuring as keyboard
[ 674.872] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[ 674.872] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 674.872] (**) Option "xkb_rules" "evdev"
[ 674.872] (**) Option "xkb_model" "evdev"
[ 674.872] (**) Option "xkb_layout" "us,gr"
[ 674.872] (**) Option "xkb_variant" ",polytonic,"
[ 674.872] (**) Option "xkb_options" "grp:lwin_toggle"
[ 674.910] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
[ 674.910] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 674.910] (**) Video Bus: Applying InputClass "Keyboard Defaults"
[ 674.910] (II) Using input driver 'evdev' for 'Video Bus'
[ 674.910] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 674.910] (**) Video Bus: always reports core events
[ 674.910] (**) Video Bus: Device: "/dev/input/event9"
[ 674.910] (--) Video Bus: Found keys
[ 674.910] (II) Video Bus: Configuring as keyboard
[ 674.910] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input9/event9"
[ 674.910] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[ 674.910] (**) Option "xkb_rules" "evdev"
[ 674.910] (**) Option "xkb_model" "evdev"
[ 674.910] (**) Option "xkb_layout" "us,gr"
[ 674.910] (**) Option "xkb_variant" ",polytonic,"
[ 674.910] (**) Option "xkb_options" "grp:lwin_toggle"
[ 674.919] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[ 674.919] (II) No input driver/identifier specified (ignoring)
[ 674.919] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[ 674.919] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 674.919] (**) Sleep Button: Applying InputClass "Keyboard Defaults"
[ 674.920] (II) Using input driver 'evdev' for 'Sleep Button'
[ 674.920] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 674.920] (**) Sleep Button: always reports core events
[ 674.920] (**) Sleep Button: Device: "/dev/input/event2"
[ 674.920] (--) Sleep Button: Found keys
[ 674.920] (II) Sleep Button: Configuring as keyboard
[ 674.920] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2/event2"
[ 674.920] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
[ 674.920] (**) Option "xkb_rules" "evdev"
[ 674.920] (**) Option "xkb_model" "evdev"
[ 674.920] (**) Option "xkb_layout" "us,gr"
[ 674.920] (**) Option "xkb_variant" ",polytonic,"
[ 674.920] (**) Option "xkb_options" "grp:lwin_toggle"
[ 674.925] (II) config/udev: Adding input device USB2.0 UVC 1.3M Webcam (/dev/input/event5)
[ 674.925] (**) USB2.0 UVC 1.3M Webcam: Applying InputClass "evdev keyboard catchall"
[ 674.925] (**) USB2.0 UVC 1.3M Webcam: Applying InputClass "Keyboard Defaults"
[ 674.925] (II) Using input driver 'evdev' for 'USB2.0 UVC 1.3M Webcam'
[ 674.925] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 674.925] (**) USB2.0 UVC 1.3M Webcam: always reports core events
[ 674.925] (**) USB2.0 UVC 1.3M Webcam: Device: "/dev/input/event5"
[ 674.925] (--) USB2.0 UVC 1.3M Webcam: Found keys
[ 674.925] (II) USB2.0 UVC 1.3M Webcam: Configuring as keyboard
[ 674.925] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/input/input5/event5"
[ 674.925] (II) XINPUT: Adding extended input device "USB2.0 UVC 1.3M Webcam" (type: KEYBOARD)
[ 674.925] (**) Option "xkb_rules" "evdev"
[ 674.925] (**) Option "xkb_model" "evdev"
[ 674.925] (**) Option "xkb_layout" "us,gr"
[ 674.925] (**) Option "xkb_variant" ",polytonic,"
[ 674.925] (**) Option "xkb_options" "grp:lwin_toggle"
[ 674.928] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event7)
[ 674.928] (II) No input driver/identifier specified (ignoring)
[ 674.929] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP (/dev/input/event8)
[ 674.929] (II) No input driver/identifier specified (ignoring)
[ 674.932] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 674.932] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 674.932] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Defaults"
[ 674.932] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 674.932] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 674.932] (**) AT Translated Set 2 keyboard: always reports core events
[ 674.932] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[ 674.932] (--) AT Translated Set 2 keyboard: Found keys
[ 674.932] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[ 674.932] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 674.932] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[ 674.932] (**) Option "xkb_rules" "evdev"
[ 674.932] (**) Option "xkb_model" "evdev"
[ 674.932] (**) Option "xkb_layout" "us,gr"
[ 674.932] (**) Option "xkb_variant" ",polytonic,"
[ 674.932] (**) Option "xkb_options" "grp:lwin_toggle"
[ 674.933] (II) config/udev: Adding input device FSPPS/2 Sentelic FingerSensingPad (/dev/input/event6)
[ 674.933] (**) FSPPS/2 Sentelic FingerSensingPad: Applying InputClass "fsp"
[ 674.933] (II) Using input driver 'evdev' for 'FSPPS/2 Sentelic FingerSensingPad'
[ 674.933] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 674.933] (**) FSPPS/2 Sentelic FingerSensingPad: always reports core events
[ 674.933] (**) FSPPS/2 Sentelic FingerSensingPad: Device: "/dev/input/event6"
[ 674.933] (--) FSPPS/2 Sentelic FingerSensingPad: Found 11 mouse buttons
[ 674.933] (--) FSPPS/2 Sentelic FingerSensingPad: Found scroll wheel(s)
[ 674.933] (--) FSPPS/2 Sentelic FingerSensingPad: Found relative axes
[ 674.933] (--) FSPPS/2 Sentelic FingerSensingPad: Found x and y relative axes
[ 674.933] (II) FSPPS/2 Sentelic FingerSensingPad: Configuring as mouse
[ 674.933] (II) FSPPS/2 Sentelic FingerSensingPad: Adding scrollwheel support
[ 674.933] (**) FSPPS/2 Sentelic FingerSensingPad: YAxisMapping: buttons 4 and 5
[ 674.933] (**) FSPPS/2 Sentelic FingerSensingPad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 674.933] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio2/input/input6/event6"
[ 674.933] (II) XINPUT: Adding extended input device "FSPPS/2 Sentelic FingerSensingPad" (type: MOUSE)
[ 674.933] (II) FSPPS/2 Sentelic FingerSensingPad: initialized for relative axes.
[ 674.933] (**) FSPPS/2 Sentelic FingerSensingPad: (accel) keeping acceleration scheme 1
[ 674.933] (**) FSPPS/2 Sentelic FingerSensingPad: (accel) acceleration profile 0
[ 674.933] (**) FSPPS/2 Sentelic FingerSensingPad: (accel) acceleration factor: 2.000
[ 674.933] (**) FSPPS/2 Sentelic FingerSensingPad: (accel) acceleration threshold: 4
[ 674.933] (II) config/udev: Adding input device FSPPS/2 Sentelic FingerSensingPad (/dev/input/mouse0)
[ 674.933] (II) No input driver/identifier specified (ignoring)
[ 674.933] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[ 674.933] (II) No input driver/identifier specified (ignoring)
dmesg:
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.0-ARCH (tobias@T-POWA-LX) (gcc version 4.6.1 (GCC) ) #1 SMP PREEMPT Wed Aug 17 21:55:57 CEST 2011
[ 0.000000] Command line: root=/dev/disk/by-uuid/0a5f1177-2566-4781-b550-006322ef79ae acpi_sleep=sci_force_enable ro
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009e800 (usable)
[ 0.000000] BIOS-e820: 000000000009e800 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 0000000020000000 (usable)
[ 0.000000] BIOS-e820: 0000000020000000 - 0000000020200000 (reserved)
[ 0.000000] BIOS-e820: 0000000020200000 - 0000000040000000 (usable)
[ 0.000000] BIOS-e820: 0000000040000000 - 0000000040200000 (reserved)
[ 0.000000] BIOS-e820: 0000000040200000 - 00000000dac1c000 (usable)
[ 0.000000] BIOS-e820: 00000000dac1c000 - 00000000dad2f000 (reserved)
[ 0.000000] BIOS-e820: 00000000dad2f000 - 00000000dad30000 (usable)
[ 0.000000] BIOS-e820: 00000000dad30000 - 00000000dad8e000 (reserved)
[ 0.000000] BIOS-e820: 00000000dad8e000 - 00000000dad8f000 (usable)
[ 0.000000] BIOS-e820: 00000000dad8f000 - 00000000dadb8000 (reserved)
[ 0.000000] BIOS-e820: 00000000dadb8000 - 00000000dadc8000 (usable)
[ 0.000000] BIOS-e820: 00000000dadc8000 - 00000000dade8000 (reserved)
[ 0.000000] BIOS-e820: 00000000dade8000 - 00000000daf28000 (usable)
[ 0.000000] BIOS-e820: 00000000daf28000 - 00000000dafe8000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000dafe8000 - 00000000daffd000 (usable)
[ 0.000000] BIOS-e820: 00000000daffd000 - 00000000db000000 (ACPI data)
[ 0.000000] BIOS-e820: 00000000db000000 - 00000000dfa00000 (reserved)
[ 0.000000] BIOS-e820: 00000000f8000000 - 00000000fc000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed10000 - 00000000fed14000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed18000 - 00000000fed1a000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] BIOS-e820: 00000000ffa00000 - 00000000ffc00000 (reserved)
[ 0.000000] BIOS-e820: 00000000ffe00000 - 0000000100000000 (reserved)
[ 0.000000] BIOS-e820: 0000000100000000 - 000000011fe00000 (usable)
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] DMI 2.6 present.
[ 0.000000] DMI: PEGATRON CORPORATION A15/A15, BIOS 210 05/06/2011
[ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[ 0.000000] No AGP bridge found
[ 0.000000] last_pfn = 0x11fe00 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-CFFFF write-protect
[ 0.000000] D0000-E7FFF uncachable
[ 0.000000] E8000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask F80000000 write-back
[ 0.000000] 1 base 080000000 mask FC0000000 write-back
[ 0.000000] 2 base 0C0000000 mask FE0000000 write-back
[ 0.000000] 3 base 0DC000000 mask FFC000000 uncachable
[ 0.000000] 4 base 0DB000000 mask FFF000000 uncachable
[ 0.000000] 5 base 100000000 mask FE0000000 write-back
[ 0.000000] 6 base 11FE00000 mask FFFE00000 uncachable
[ 0.000000] 7 base 0FFE00000 mask FFFE00000 write-protect
[ 0.000000] 8 disabled
[ 0.000000] 9 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] last_pfn = 0xdaffd max_arch_pfn = 0x400000000
[ 0.000000] found SMP MP-table at [ffff8800000fd940] fd940
[ 0.000000] initial memory mapped : 0 - 20000000
[ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 20480
[ 0.000000] init_memory_mapping: 0000000000000000-00000000daffd000
[ 0.000000] 0000000000 - 00dae00000 page 2M
[ 0.000000] 00dae00000 - 00daffd000 page 4k
[ 0.000000] kernel direct mapping tables up to daffd000 @ daff7000-daffd000
[ 0.000000] init_memory_mapping: 0000000100000000-000000011fe00000
[ 0.000000] 0100000000 - 011fe00000 page 2M
[ 0.000000] kernel direct mapping tables up to 11fe00000 @ 11fdfa000-11fe00000
[ 0.000000] RAMDISK: 1fdd0000 - 1fff0000
[ 0.000000] ACPI: RSDP 00000000000f0430 00024 (v02 PEGA)
[ 0.000000] ACPI: XSDT 00000000daffee18 0005C (v01 PEGA PEGANB 00000001 MSFT 00010013)
[ 0.000000] ACPI: FACP 00000000daf91d98 000F4 (v04 PEGA PEGANB 00000001 MSFT 00010013)
[ 0.000000] ACPI Warning: 32/64 FACS address mismatch in FADT - two FACS tables! (20110413/tbfadt-369)
[ 0.000000] ACPI Warning: 32/64X FACS address mismatch in FADT - 0xDAFDBE40/0x00000000DAFDBD40, using 32 (20110413/tbfadt-489)
[ 0.000000] ACPI: DSDT 00000000daf75018 13765 (v01 PEGA PEGANB 00000001 INTL 20091112)
[ 0.000000] ACPI: FACS 00000000dafdbe40 00040
[ 0.000000] ACPI: APIC 00000000daffdf18 000CC (v02 PEGA PEGANB 00000001 MSFT 00010013)
[ 0.000000] ACPI: ECDT 00000000dafdbb18 000C1 (v01 PEGA PEGANB 00000001 AMI. 00000003)
[ 0.000000] ACPI: HPET 00000000dafdcd18 00038 (v01 PEGA PEGANB 00000001 AMI. 00000003)
[ 0.000000] ACPI: MCFG 00000000dafdcc98 0003C (v01 PEGA PEGANB 00000001 MSFT 00000097)
[ 0.000000] ACPI: SSDT 00000000daf74018 00915 (v01 PmRef Cpu0Ist 00003000 INTL 20091112)
[ 0.000000] ACPI: SSDT 00000000daf73018 00996 (v01 PmRef CpuPm 00003000 INTL 20091112)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at 0000000000000000-000000011fe00000
[ 0.000000] Initmem setup node 0 0000000000000000-000000011fe00000
[ 0.000000] NODE_DATA [000000011fdfb000 - 000000011fdfffff]
[ 0.000000] [ffffea0000000000-ffffea0003ffffff] PMD -> [ffff88011b400000-ffff88011edfffff] on node 0
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] DMA32 0x00001000 -> 0x00100000
[ 0.000000] Normal 0x00100000 -> 0x0011fe00
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[10] active PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x0000009e
[ 0.000000] 0: 0x00000100 -> 0x00020000
[ 0.000000] 0: 0x00020200 -> 0x00040000
[ 0.000000] 0: 0x00040200 -> 0x000dac1c
[ 0.000000] 0: 0x000dad2f -> 0x000dad30
[ 0.000000] 0: 0x000dad8e -> 0x000dad8f
[ 0.000000] 0: 0x000dadb8 -> 0x000dadc8
[ 0.000000] 0: 0x000dade8 -> 0x000daf28
[ 0.000000] 0: 0x000dafe8 -> 0x000daffd
[ 0.000000] 0: 0x00100000 -> 0x0011fe00
[ 0.000000] On node 0 totalpages: 1025809
[ 0.000000] DMA zone: 56 pages used for memmap
[ 0.000000] DMA zone: 5 pages reserved
[ 0.000000] DMA zone: 3921 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 14280 pages used for memmap
[ 0.000000] DMA32 zone: 876987 pages, LIFO batch:31
[ 0.000000] Normal zone: 1785 pages used for memmap
[ 0.000000] Normal zone: 128775 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x08] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x09] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x0a] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x0b] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x0c] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x0d] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x0e] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x0f] disabled)
[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[ 0.000000] SMP: Allowing 16 CPUs, 8 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: 000000000009e000 - 000000000009f000
[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[ 0.000000] PM: Registered nosave memory: 0000000020000000 - 0000000020200000
[ 0.000000] PM: Registered nosave memory: 0000000040000000 - 0000000040200000
[ 0.000000] PM: Registered nosave memory: 00000000dac1c000 - 00000000dad2f000
[ 0.000000] PM: Registered nosave memory: 00000000dad30000 - 00000000dad8e000
[ 0.000000] PM: Registered nosave memory: 00000000dad8f000 - 00000000dadb8000
[ 0.000000] PM: Registered nosave memory: 00000000dadc8000 - 00000000dade8000
[ 0.000000] PM: Registered nosave memory: 00000000daf28000 - 00000000dafe8000
[ 0.000000] PM: Registered nosave memory: 00000000daffd000 - 00000000db000000
[ 0.000000] PM: Registered nosave memory: 00000000db000000 - 00000000dfa00000
[ 0.000000] PM: Registered nosave memory: 00000000dfa00000 - 00000000f8000000
[ 0.000000] PM: Registered nosave memory: 00000000f8000000 - 00000000fc000000
[ 0.000000] PM: Registered nosave memory: 00000000fc000000 - 00000000fec00000
[ 0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
[ 0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fed10000
[ 0.000000] PM: Registered nosave memory: 00000000fed10000 - 00000000fed14000
[ 0.000000] PM: Registered nosave memory: 00000000fed14000 - 00000000fed18000
[ 0.000000] PM: Registered nosave memory: 00000000fed18000 - 00000000fed1a000
[ 0.000000] PM: Registered nosave memory: 00000000fed1a000 - 00000000fed1c000
[ 0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000
[ 0.000000] PM: Registered nosave memory: 00000000fed20000 - 00000000fee00000
[ 0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
[ 0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ffa00000
[ 0.000000] PM: Registered nosave memory: 00000000ffa00000 - 00000000ffc00000
[ 0.000000] PM: Registered nosave memory: 00000000ffc00000 - 00000000ffe00000
[ 0.000000] PM: Registered nosave memory: 00000000ffe00000 - 0000000100000000
[ 0.000000] Allocating PCI resources starting at dfa00000 (gap: dfa00000:18600000)
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:16 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 27 pages/cpu @ffff88011fa00000 s78464 r8192 d23936 u131072
[ 0.000000] pcpu-alloc: s78464 r8192 d23936 u131072 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1009683
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: root=/dev/disk/by-uuid/0a5f1177-2566-4781-b550-006322ef79ae acpi_sleep=sci_force_enable ro
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340
[ 0.000000] Checking aperture...
[ 0.000000] No AGP bridge found
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 3964172k/4716544k available (4064k kernel code, 613308k absent, 139064k reserved, 3304k data, 712k init)
[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] Verbose stalled-CPUs detection is disabled.
[ 0.000000] NR_IRQS:2304
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] allocated 33554432 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] hpet clockevent registered
[ 0.000000] Fast TSC calibration failed
[ 0.006666] TSC: PIT calibration matches HPET. 1 loops
[ 0.006666] Detected 1995.229 MHz processor.
[ 0.000004] Calibrating delay loop (skipped), value calculated using timer frequency.. 3992.72 BogoMIPS (lpj=6650763)
[ 0.000008] pid_max: default: 32768 minimum: 301
[ 0.000135] Security Framework initialized
[ 0.000139] AppArmor: AppArmor disabled by boot time parameter
[ 0.000563] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.001639] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.002094] Mount-cache hash table entries: 256
[ 0.002456] Initializing cgroup subsys cpuacct
[ 0.002487] Initializing cgroup subsys memory
[ 0.002504] Initializing cgroup subsys devices
[ 0.002506] Initializing cgroup subsys freezer
[ 0.002507] Initializing cgroup subsys net_cls
[ 0.002509] Initializing cgroup subsys blkio
[ 0.002562] CPU: Physical Processor ID: 0
[ 0.002564] CPU: Processor Core ID: 0
[ 0.002570] mce: CPU supports 9 MCE banks
[ 0.002586] CPU0: Thermal monitoring enabled (TM1)
[ 0.002593] using mwait in idle threads.
[ 0.003910] ACPI: Core revision 20110413
[ 0.014838] ftrace: allocating 16144 entries in 64 pages
[ 0.022440] Switched APIC routing to physical flat.
[ 0.022794] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.055785] CPU0: Intel(R) Core(TM) i7-2630QM CPU @ 2.00GHz stepping 07
[ 0.159270] Performance Events: PEBS fmt1+, SandyBridge events, Intel PMU driver.
[ 0.159276] ... version: 3
[ 0.159277] ... bit width: 48
[ 0.159278] ... generic registers: 4
[ 0.159280] ... value mask: 0000ffffffffffff
[ 0.159281] ... max period: 000000007fffffff
[ 0.159283] ... fixed-purpose events: 3
[ 0.159284] ... event mask: 000000070000000f
[ 0.179491] NMI watchdog enabled, takes one hw-pmu counter.
[ 0.205946] Booting Node 0, Processors #1
[ 0.205952] smpboot cpu 1: start_ip = 99000
[ 0.319366] NMI watchdog enabled, takes one hw-pmu counter.
[ 0.339266] #2
[ 0.339270] smpboot cpu 2: start_ip = 99000
[ 0.452581] NMI watchdog enabled, takes one hw-pmu counter.
[ 0.472548] #3
[ 0.472552] smpboot cpu 3: start_ip = 99000
[ 0.585959] NMI watchdog enabled, takes one hw-pmu counter.
[ 0.605834] #4
[ 0.605838] smpboot cpu 4: start_ip = 99000
[ 0.719167] NMI watchdog enabled, takes one hw-pmu counter.
[ 0.739131] #5
[ 0.739135] smpboot cpu 5: start_ip = 99000
[ 0.852446] NMI watchdog enabled, takes one hw-pmu counter.
[ 0.872415] #6
[ 0.872419] smpboot cpu 6: start_ip = 99000
[ 0.985829] NMI watchdog enabled, takes one hw-pmu counter.
[ 1.005710] #7
[ 1.005715] smpboot cpu 7: start_ip = 99000
[ 1.119123] NMI watchdog enabled, takes one hw-pmu counter.
[ 1.125635] Brought up 8 CPUs
[ 1.125641] Total of 8 processors activated (31939.39 BogoMIPS).
[ 1.132282] devtmpfs: initialized
[ 1.133157] PM: Registering ACPI NVS region at daf28000 (786432 bytes)
[ 1.133980] print_constraints: dummy:
[ 1.134059] NET: Registered protocol family 16
[ 1.134158] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 1.134161] ACPI: bus type pci registered
[ 1.134314] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[ 1.134317] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[ 1.153274] PCI: Using configuration type 1 for base access
[ 1.153770] bio: create slab <bio-0> at 0
[ 1.156264] ACPI: EC: EC description table is found, configuring boot EC
[ 1.207297] ACPI: Executed 1 blocks of module-level executable AML code
[ 1.229390] ACPI: SSDT 00000000dadcc698 0060C (v01 PmRef Cpu0Cst 00003001 INTL 20091112)
[ 1.229976] ACPI: Dynamic OEM Table Load:
[ 1.229978] ACPI: SSDT (null) 0060C (v01 PmRef Cpu0Cst 00003001 INTL 20091112)
[ 1.239249] ACPI: SSDT 00000000dadcda98 00303 (v01 PmRef ApIst 00003000 INTL 20091112)
[ 1.239859] ACPI: Dynamic OEM Table Load:
[ 1.239862] ACPI: SSDT (null) 00303 (v01 PmRef ApIst 00003000 INTL 20091112)
[ 1.249106] ACPI: SSDT 00000000dadcbd98 00119 (v01 PmRef ApCst 00003000 INTL 20091112)
[ 1.249687] ACPI: Dynamic OEM Table Load:
[ 1.249689] ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20091112)
[ 1.260150] ACPI: Interpreter enabled
[ 1.260153] ACPI: (supports S0 S1 S3 S4 S5)
[ 1.260180] ACPI: Using IOAPIC for interrupt routing
[ 1.275642] ACPI: EC: GPE = 0x1b, I/O: command/status = 0x66, data = 0x62
[ 1.275835] ACPI: No dock devices found.
[ 1.275837] HEST: Table not found.
[ 1.275839] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 1.276075] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[ 1.276507] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
[ 1.276510] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
[ 1.276512] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[ 1.276515] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff]
[ 1.276517] pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff]
[ 1.276519] pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff]
[ 1.276521] pci_root PNP0A08:00: host bridge window [mem 0x000dc000-0x000dffff]
[ 1.276524] pci_root PNP0A08:00: host bridge window [mem 0x000e0000-0x000e3fff]
[ 1.276526] pci_root PNP0A08:00: host bridge window [mem 0x000e4000-0x000e7fff]
[ 1.276528] pci_root PNP0A08:00: host bridge window [mem 0xdfa00000-0xfeafffff]
[ 1.276530] pci_root PNP0A08:00: host bridge window [mem 0xfed40000-0xfed44fff]
[ 1.276543] pci 0000:00:00.0: [8086:0104] type 0 class 0x000600
[ 1.276580] pci 0000:00:02.0: [8086:0116] type 0 class 0x000300
[ 1.276591] pci 0000:00:02.0: reg 10: [mem 0xf5000000-0xf53fffff 64bit]
[ 1.276599] pci 0000:00:02.0: reg 18: [mem 0xe0000000-0xefffffff 64bit pref]
[ 1.276604] pci 0000:00:02.0: reg 20: [io 0xe000-0xe03f]
[ 1.276671] pci 0000:00:16.0: [8086:1c3a] type 0 class 0x000780
[ 1.276705] pci 0000:00:16.0: reg 10: [mem 0xf7c0a000-0xf7c0a00f 64bit]
[ 1.276799] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 1.276804] pci 0000:00:16.0: PME# disabled
[ 1.276851] pci 0000:00:1a.0: [8086:1c2d] type 0 class 0x000c03
[ 1.276882] pci 0000:00:1a.0: reg 10: [mem 0xf7c08000-0xf7c083ff]
[ 1.276992] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[ 1.276997] pci 0000:00:1a.0: PME# disabled
[ 1.277030] pci 0000:00:1b.0: [8086:1c20] type 0 class 0x000403
[ 1.277053] pci 0000:00:1b.0: reg 10: [mem 0xf7c00000-0xf7c03fff 64bit]
[ 1.277140] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 1.277144] pci 0000:00:1b.0: PME# disabled
[ 1.277174] pci 0000:00:1c.0: [8086:1c10] type 1 class 0x000604
[ 1.277269] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 1.277274] pci 0000:00:1c.0: PME# disabled
[ 1.277306] pci 0000:00:1c.1: [8086:1c12] type 1 class 0x000604
[ 1.277401] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 1.277406] pci 0000:00:1c.1: PME# disabled
[ 1.277441] pci 0000:00:1c.3: [8086:1c16] type 1 class 0x000604
[ 1.277537] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 1.277542] pci 0000:00:1c.3: PME# disabled
[ 1.277575] pci 0000:00:1c.5: [8086:1c1a] type 1 class 0x000604
[ 1.277670] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[ 1.277675] pci 0000:00:1c.5: PME# disabled
[ 1.277717] pci 0000:00:1d.0: [8086:1c26] type 0 class 0x000c03
[ 1.277748] pci 0000:00:1d.0: reg 10: [mem 0xf7c07000-0xf7c073ff]
[ 1.277858] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 1.277864] pci 0000:00:1d.0: PME# disabled
[ 1.277895] pci 0000:00:1f.0: [8086:1c49] type 0 class 0x000601
[ 1.278059] pci 0000:00:1f.2: [8086:1c03] type 0 class 0x000106
[ 1.278089] pci 0000:00:1f.2: reg 10: [io 0xe0b0-0xe0b7]
[ 1.278101] pci 0000:00:1f.2: reg 14: [io 0xe0a0-0xe0a3]
[ 1.278113] pci 0000:00:1f.2: reg 18: [io 0xe090-0xe097]
[ 1.278126] pci 0000:00:1f.2: reg 1c: [io 0xe080-0xe083]
[ 1.278138] pci 0000:00:1f.2: reg 20: [io 0xe060-0xe07f]
[ 1.278150] pci 0000:00:1f.2: reg 24: [mem 0xf7c06000-0xf7c067ff]
[ 1.278204] pci 0000:00:1f.2: PME# supported from D3hot
[ 1.278209] pci 0000:00:1f.2: PME# disabled
[ 1.278232] pci 0000:00:1f.3: [8086:1c22] type 0 class 0x000c05
[ 1.278255] pci 0000:00:1f.3: reg 10: [mem 0xf7c05000-0xf7c050ff 64bit]
[ 1.278288] pci 0000:00:1f.3: reg 20: [io 0xe040-0xe05f]
[ 1.278393] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
[ 1.278398] pci 0000:00:1c.0: bridge window [io 0xd000-0xdfff]
[ 1.278403] pci 0000:00:1c.0: bridge window [mem 0xf7200000-0xf7bfffff]
[ 1.278412] pci 0000:00:1c.0: bridge window [mem 0xf2100000-0xf2afffff 64bit pref]
[ 1.278505] pci 0000:02:00.0: [168c:002b] type 0 class 0x000280
[ 1.278541] pci 0000:02:00.0: reg 10: [mem 0xf6800000-0xf680ffff 64bit]
[ 1.278678] pci 0000:02:00.0: supports D1
[ 1.278679] pci 0000:02:00.0: PME# supported from D0 D1 D3hot
[ 1.278686] pci 0000:02:00.0: PME# disabled
[ 1.278735] pci 0000:00:1c.1: PCI bridge to [bus 02-02]
[ 1.278740] pci 0000:00:1c.1: bridge window [io 0xc000-0xcfff]
[ 1.278745] pci 0000:00:1c.1: bridge window [mem 0xf6800000-0xf71fffff]
[ 1.278754] pci 0000:00:1c.1: bridge window [mem 0xf1600000-0xf1ffffff 64bit pref]
[ 1.278898] pci 0000:03:00.0: [1033:0194] type 0 class 0x000c03
[ 1.278938] pci 0000:03:00.0: reg 10: [mem 0xf5e00000-0xf5e01fff 64bit]
[ 1.279080] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[ 1.279086] pci 0000:03:00.0: PME# disabled
[ 1.279152] pci 0000:00:1c.3: PCI bridge to [bus 03-03]
[ 1.279157] pci 0000:00:1c.3: bridge window [io 0xb000-0xbfff]
[ 1.279162] pci 0000:00:1c.3: bridge window [mem 0xf5e00000-0xf67fffff]
[ 1.279171] pci 0000:00:1c.3: bridge window [mem 0xf0b00000-0xf14fffff 64bit pref]
[ 1.279266] pci 0000:04:00.0: [1969:1083] type 0 class 0x000200
[ 1.279302] pci 0000:04:00.0: reg 10: [mem 0xf5400000-0xf543ffff 64bit]
[ 1.279321] pci 0000:04:00.0: reg 18: [io 0xa000-0xa07f]
[ 1.279447] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 1.279454] pci 0000:04:00.0: PME# disabled
[ 1.279505] pci 0000:00:1c.5: PCI bridge to [bus 04-04]
[ 1.279510] pci 0000:00:1c.5: bridge window [io 0xa000-0xafff]
[ 1.279515] pci 0000:00:1c.5: bridge window [mem 0xf5400000-0xf5dfffff]
[ 1.279523] pci 0000:00:1c.5: bridge window [mem 0xf0000000-0xf09fffff 64bit pref]
[ 1.279554] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 1.279684] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
[ 1.279717] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
[ 1.279745] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP06._PRT]
[ 1.279779] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[ 1.279805] pci0000:00: Requesting ACPI _OSC control (0x1d)
[ 1.279809] pci0000:00: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
[ 1.279810] ACPI _OSC control for PCIe not granted, disabling ASPM
[ 1.302258] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12)
[ 1.302305] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 10 12)
[ 1.302353] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 7 10 12)
[ 1.302396] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *10 12)
[ 1.302441] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 12) *0, disabled.
[ 1.302486] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 12) *0, disabled.
[ 1.302532] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 10 12)
[ 1.302578] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 6 7 10 12)
[ 1.302655] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 1.302662] vgaarb: loaded
[ 1.302663] vgaarb: bridge control possible 0000:00:02.0
[ 1.302732] PCI: Using ACPI for IRQ routing
[ 1.305336] PCI: pci_cache_line_size set to 64 bytes
[ 1.305412] reserve RAM buffer: 000000000009e800 - 000000000009ffff
[ 1.305415] reserve RAM buffer: 00000000dac1c000 - 00000000dbffffff
[ 1.305418] reserve RAM buffer: 00000000dad30000 - 00000000dbffffff
[ 1.305421] reserve RAM buffer: 00000000dad8f000 - 00000000dbffffff
[ 1.305424] reserve RAM buffer: 00000000dadc8000 - 00000000dbffffff
[ 1.305427] reserve RAM buffer: 00000000daf28000 - 00000000dbffffff
[ 1.305429] reserve RAM buffer: 00000000daffd000 - 00000000dbffffff
[ 1.305431] reserve RAM buffer: 000000011fe00000 - 000000011fffffff
[ 1.305536] NetLabel: Initializing
[ 1.305537] NetLabel: domain hash size = 128
[ 1.305538] NetLabel: protocols = UNLABELED CIPSOv4
[ 1.305551] NetLabel: unlabeled traffic allowed by default
[ 1.305572] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 1.305578] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 1.307592] Switching to clocksource hpet
[ 1.308907] Switched to NOHz mode on CPU #0
[ 1.308966] Switched to NOHz mode on CPU #5
[ 1.308974] Switched to NOHz mode on CPU #2
[ 1.308978] Switched to NOHz mode on CPU #4
[ 1.309044] Switched to NOHz mode on CPU #1
[ 1.309057] Switched to NOHz mode on CPU #6
[ 1.309063] Switched to NOHz mode on CPU #3
[ 1.309066] Switched to NOHz mode on CPU #7
[ 1.312973] pnp: PnP ACPI init
[ 1.312987] ACPI: bus type pnp registered
[ 1.313234] pnp 00:00: [bus 00-3e]
[ 1.313236] pnp 00:00: [io 0x0000-0x0cf7 window]
[ 1.313238] pnp 00:00: [io 0x0cf8-0x0cff]
[ 1.313240] pnp 00:00: [io 0x0d00-0xffff window]
[ 1.313244] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[ 1.313247] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[ 1.313248] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[ 1.313251] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[ 1.313253] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[ 1.313255] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[ 1.313256] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[ 1.313258] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[ 1.313260] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[ 1.313262] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
[ 1.313264] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
[ 1.313266] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
[ 1.313268] pnp 00:00: [mem 0x000ec000-0x000effff window]
[ 1.313270] pnp 00:00: [mem 0x000f0000-0x000fffff window]
[ 1.313272] pnp 00:00: [mem 0xdfa00000-0xfeafffff window]
[ 1.313274] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
[ 1.313327] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[ 1.313349] pnp 00:01: [io 0x0000-0x001f]
[ 1.313351] pnp 00:01: [io 0x0081-0x0091]
[ 1.313352] pnp 00:01: [io 0x0093-0x009f]
[ 1.313354] pnp 00:01: [io 0x00c0-0x00df]
[ 1.313356] pnp 00:01: [dma 4]
[ 1.313378] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[ 1.313388] pnp 00:02: [mem 0xff000000-0xffffffff]
[ 1.313413] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
[ 1.313496] pnp 00:03: [mem 0xfed00000-0xfed003ff]
[ 1.313518] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
[ 1.313528] pnp 00:04: [io 0x00f0]
[ 1.313536] pnp 00:04: [irq 13]
[ 1.313558] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 1.313568] pnp 00:05: [io 0x002e-0x002f]
[ 1.313570] pnp 00:05: [io 0x004e-0x004f]
[ 1.313572] pnp 00:05: [io 0x0061]
[ 1.313573] pnp 00:05: [io 0x0063]
[ 1.313575] pnp 00:05: [io 0x0065]
[ 1.313576] pnp 00:05: [io 0x0067]
[ 1.313577] pnp 00:05: [io 0x0070]
[ 1.313579] pnp 00:05: [io 0x0080]
[ 1.313580] pnp 00:05: [io 0x0092]
[ 1.313582] pnp 00:05: [io 0x00b2-0x00b3]
[ 1.313584] pnp 00:05: [io 0x0680-0x069f]
[ 1.313585] pnp 00:05: [io 0x1000-0x100f]
[ 1.313587] pnp 00:05: [io 0xffff]
[ 1.313589] pnp 00:05: [io 0xffff]
[ 1.313590] pnp 00:05: [io 0x0400-0x0453]
[ 1.313592] pnp 00:05: [io 0x0458-0x047f]
[ 1.313593] pnp 00:05: [io 0x0500-0x057f]
[ 1.313597] pnp 00:05: [io 0x164e-0x164f]
[ 1.313640] system 00:05: [io 0x0680-0x069f] has been reserved
[ 1.313642] system 00:05: [io 0x1000-0x100f] has been reserved
[ 1.313645] system 00:05: [io 0xffff] has been reserved
[ 1.313647] system 00:05: [io 0xffff] has been reserved
[ 1.313649] system 00:05: [io 0x0400-0x0453] has been reserved
[ 1.313652] system 00:05: [io 0x0458-0x047f] has been reserved
[ 1.313654] system 00:05: [io 0x0500-0x057f] has been reserved
[ 1.313656] system 00:05: [io 0x164e-0x164f] has been reserved
[ 1.313659] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 1.313667] pnp 00:06: [io 0x0070-0x0077]
[ 1.313672] pnp 00:06: [irq 8]
[ 1.313694] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 1.313712] pnp 00:07: [io 0x0454-0x0457]
[ 1.313745] system 00:07: [io 0x0454-0x0457] has been reserved
[ 1.313748] system 00:07: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 1.313794] pnp 00:08: [io 0x0010-0x001f]
[ 1.313796] pnp 00:08: [io 0x0022-0x003f]
[ 1.313797] pnp 00:08: [io 0x0044-0x005f]
[ 1.313799] pnp 00:08: [io 0x0063]
[ 1.313800] pnp 00:08: [io 0x0065]
[ 1.313802] pnp 00:08: [io 0x0067-0x006f]
[ 1.313804] pnp 00:08: [io 0x0072-0x007f]
[ 1.313805] pnp 00:08: [io 0x0080]
[ 1.313807] pnp 00:08: [io 0x0084-0x0086]
[ 1.313808] pnp 00:08: [io 0x0088]
[ 1.313810] pnp 00:08: [io 0x008c-0x008e]
[ 1.313811] pnp 00:08: [io 0x0090-0x009f]
[ 1.313813] pnp 00:08: [io 0x00a2-0x00bf]
[ 1.313815] pnp 00:08: [io 0x00e0-0x00ef]
[ 1.313816] pnp 00:08: [io 0x04d0-0x04d1]
[ 1.313818] pnp 00:08: [io 0x0400-0x047f]
[ 1.313820] pnp 00:08: [io 0x0500-0x057f]
[ 1.313861] system 00:08: [io 0x04d0-0x04d1] has been reserved
[ 1.313863] system 00:08: [io 0x0400-0x047f] could not be reserved
[ 1.313866] system 00:08: [io 0x0500-0x057f] has been reserved
[ 1.313868] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 1.313908] pnp 00:09: [mem 0xfec00000-0xfec00fff]
[ 1.313911] pnp 00:09: [mem 0xfee00000-0xfee00fff]
[ 1.313912] pnp 00:09: [mem 0xfec10000-0xfec17fff]
[ 1.313914] pnp 00:09: [mem 0xfec18000-0xfec1ffff]
[ 1.313916] pnp 00:09: [mem 0xfec28000-0xfec2ffff]
[ 1.313918] pnp 00:09: [mem 0xfec38000-0xfec3ffff]
[ 1.313919] pnp 00:09: [mem 0xff000000-0xffffffff]
[ 1.313921] pnp 00:09: [io 0x025d]
[ 1.313923] pnp 00:09: [io 0x025c]
[ 1.313959] system 00:09: [io 0x025d] has been reserved
[ 1.313961] system 00:09: [io 0x025c] has been reserved
[ 1.313965] system 00:09: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 1.313967] system 00:09: [mem 0xfee00000-0xfee00fff] has been reserved
[ 1.313970] system 00:09: [mem 0xfec10000-0xfec17fff] has been reserved
[ 1.313972] system 00:09: [mem 0xfec18000-0xfec1ffff] has been reserved
[ 1.313975] system 00:09: [mem 0xfec28000-0xfec2ffff] has been reserved
[ 1.313977] system 00:09: [mem 0xfec38000-0xfec3ffff] has been reserved
[ 1.313980] system 00:09: [mem 0xff000000-0xffffffff] could not be reserved
[ 1.313982] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 1.313994] pnp 00:0a: [io 0x0240-0x0259]
[ 1.314029] system 00:0a: [io 0x0240-0x0259] has been reserved
[ 1.314032] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 1.314072] pnp 00:0b: [irq 12]
[ 1.314099] pnp 00:0b: Plug and Play ACPI device, IDs STLc060 SYN1d00 SYN0002 PNP0f13 (active)
[ 1.314122] pnp 00:0c: [io 0x0060]
[ 1.314123] pnp 00:0c: [io 0x0064]
[ 1.314128] pnp 00:0c: [irq 1]
[ 1.314153] pnp 00:0c: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[ 1.314352] pnp 00:0d: [mem 0xfed1c000-0xfed1ffff]
[ 1.314354] pnp 00:0d: [mem 0xfed10000-0xfed17fff]
[ 1.314356] pnp 00:0d: [mem 0xfed18000-0xfed18fff]
[ 1.314357] pnp 00:0d: [mem 0xfed19000-0xfed19fff]
[ 1.314359] pnp 00:0d: [mem 0xf8000000-0xfbffffff]
[ 1.314361] pnp 00:0d: [mem 0xfed20000-0xfed3ffff]
[ 1.314363] pnp 00:0d: [mem 0xfed90000-0xfed93fff]
[ 1.314366] pnp 00:0d: [mem 0xfed45000-0xfed8ffff]
[ 1.314368] pnp 00:0d: [mem 0xff000000-0xffffffff]
[ 1.314370] pnp 00:0d: [mem 0xfee00000-0xfeefffff]
[ 1.314371] pnp 00:0d: [mem 0xdfa00000-0xdfa00fff]
[ 1.314424] system 00:0d: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 1.314426] system 00:0d: [mem 0xfed10000-0xfed17fff] could not be reserved
[ 1.314429] system 00:0d: [mem 0xfed18000-0xfed18fff] has been reserved
[ 1.314431] system 00:0d: [mem 0xfed19000-0xfed19fff] has been reserved
[ 1.314434] system 00:0d: [mem 0xf8000000-0xfbffffff] has been reserved
[ 1.314436] system 00:0d: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 1.314439] system 00:0d: [mem 0xfed90000-0xfed93fff] has been reserved
[ 1.314441] system 00:0d: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 1.314444] system 00:0d: [mem 0xff000000-0xffffffff] could not be reserved
[ 1.314446] system 00:0d: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 1.314448] system 00:0d: [mem 0xdfa00000-0xdfa00fff] has been reserved
[ 1.314451] system 00:0d: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 1.314617] pnp 00:0e: [mem 0x00000000-0x0009ffff]
[ 1.314619] pnp 00:0e: [mem 0x000c0000-0x000dffff]
[ 1.314621] pnp 00:0e: [mem 0x000e0000-0x000fffff]
[ 1.314622] pnp 00:0e: [mem 0x00100000-0xdf9fffff]
[ 1.314674] system 00:0e: [mem 0x00000000-0x0009ffff] could not be reserved
[ 1.314676] system 00:0e: [mem 0x000c0000-0x000dffff] could not be reserved
[ 1.314679] system 00:0e: [mem 0x000e0000-0x000fffff] could not be reserved
[ 1.314681] system 00:0e: [mem 0x00100000-0xdf9fffff] could not be reserved
[ 1.314684] system 00:0e: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 1.314723] pnp: PnP ACPI: found 15 devices
[ 1.314725] ACPI: ACPI bus type pnp unregistered
[ 1.320602] PCI: max bus depth: 1 pci_try_num: 2
[ 1.320648] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
[ 1.320652] pci 0000:00:1c.0: bridge window [io 0xd000-0xdfff]
[ 1.320658] pci 0000:00:1c.0: bridge window [mem 0xf7200000-0xf7bfffff]
[ 1.320664] pci 0000:00:1c.0: bridge window [mem 0xf2100000-0xf2afffff 64bit pref]
[ 1.320673] pci 0000:00:1c.1: PCI bridge to [bus 02-02]
[ 1.320676] pci 0000:00:1c.1: bridge window [io 0xc000-0xcfff]
[ 1.320683] pci 0000:00:1c.1: bridge window [mem 0xf6800000-0xf71fffff]
[ 1.320688] pci 0000:00:1c.1: bridge window [mem 0xf1600000-0xf1ffffff 64bit pref]
[ 1.320696] pci 0000:00:1c.3: PCI bridge to [bus 03-03]
[ 1.320699] pci 0000:00:1c.3: bridge window [io 0xb000-0xbfff]
[ 1.320706] pci 0000:00:1c.3: bridge window [mem 0xf5e00000-0xf67fffff]
[ 1.320711] pci 0000:00:1c.3: bridge window [mem 0xf0b00000-0xf14fffff 64bit pref]
[ 1.320719] pci 0000:00:1c.5: PCI bridge to [bus 04-04]
[ 1.320723] pci 0000:00:1c.5: bridge window [io 0xa000-0xafff]
[ 1.320730] pci 0000:00:1c.5: bridge window [mem 0xf5400000-0xf5dfffff]
[ 1.320735] pci 0000:00:1c.5: bridge window [mem 0xf0000000-0xf09fffff 64bit pref]
[ 1.320753] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 1.320759] pci 0000:00:1c.0: setting latency timer to 64
[ 1.320768] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[ 1.320774] pci 0000:00:1c.1: setting latency timer to 64
[ 1.320783] pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[ 1.320788] pci 0000:00:1c.3: setting latency timer to 64
[ 1.320795] pci 0000:00:1c.5: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[ 1.320800] pci 0000:00:1c.5: setting latency timer to 64
[ 1.320805] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 1.320807] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 1.320809] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 1.320811] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
[ 1.320813] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
[ 1.320815] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
[ 1.320817] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
[ 1.320819] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff]
[ 1.320821] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff]
[ 1.320824] pci_bus 0000:00: resource 13 [mem 0xdfa00000-0xfeafffff]
[ 1.320826] pci_bus 0000:00: resource 14 [mem 0xfed40000-0xfed44fff]
[ 1.320828] pci_bus 0000:01: resource 0 [io 0xd000-0xdfff]
[ 1.320830] pci_bus 0000:01: resource 1 [mem 0xf7200000-0xf7bfffff]
[ 1.320832] pci_bus 0000

[ 674.933] (II) config/udev: Adding input device FSPPS/2 Sentelic FingerSensingPad (/dev/input/event6)
[ 674.933] (**) FSPPS/2 Sentelic FingerSensingPad: Applying InputClass "fsp"
[ 674.933] (II) Using input driver 'evdev' for 'FSPPS/2 Sentelic FingerSensingPad'
[ 674.933] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 674.933] (**) FSPPS/2 Sentelic FingerSensingPad: always reports core events
[ 674.933] (**) FSPPS/2 Sentelic FingerSensingPad: Device: "/dev/input/event6"
[ 674.933] (--) FSPPS/2 Sentelic FingerSensingPad: Found 11 mouse buttons
[ 674.933] (--) FSPPS/2 Sentelic FingerSensingPad: Found scroll wheel(s)
[ 674.933] (--) FSPPS/2 Sentelic FingerSensingPad: Found relative axes
[ 674.933] (--) FSPPS/2 Sentelic FingerSensingPad: Found x and y relative axes
[ 674.933] (II) FSPPS/2 Sentelic FingerSensingPad: Configuring as mouse
[ 674.933] (II) FSPPS/2 Sentelic FingerSensingPad: Adding scrollwheel support
[ 674.933] (**) FSPPS/2 Sentelic FingerSensingPad: YAxisMapping: buttons 4 and 5
[ 674.933] (**) FSPPS/2 Sentelic FingerSensingPad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 674.933] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio2/input/input6/event6"
[ 674.933] (II) XINPUT: Adding extended input device "FSPPS/2 Sentelic FingerSensingPad" (type: MOUSE)
[ 674.933] (II) FSPPS/2 Sentelic FingerSensingPad: initialized for relative axes.
[ 674.933] (**) FSPPS/2 Sentelic FingerSensingPad: (accel) keeping acceleration scheme 1
[ 674.933] (**) FSPPS/2 Sentelic FingerSensingPad: (accel) acceleration profile 0
[ 674.933] (**) FSPPS/2 Sentelic FingerSensingPad: (accel) acceleration factor: 2.000
[ 674.933] (**) FSPPS/2 Sentelic FingerSensingPad: (accel) acceleration threshold: 4
[ 674.933] (II) config/udev: Adding input device FSPPS/2 Sentelic FingerSensingPad (/dev/input/mouse0)
I was looking through this section of the Xorg.0.log, and I was wondering that since udev did seem to pick up on a scroll wheel and some buttons for the touchpad, if it wasn't working simply because I needed to modify the udev rules for the device.  Does anyone think this might be a fruitful avenue and perhaps some suggestions on how I should do this with Sentelic's touchpad?

Similar Messages

  • Just bought a new iPhone and am having trouble with iTunes and App Store. I can log in to Cloud, iTunes, and app store but once I try to download, it says "Youe apple id has been disabled". I've reset my password three times and have no issue on my Pad.

    Just bought a new iPhone and am having trouble with iTunes and App Store. I can log in to Cloud, iTunes, and app store but once I try to download, it says "Youe apple id has been disabled". I've reset my password three times and have no issue on my Pad.

    Hi FuzzyDunlopIsMe,
    Welcome to the Support Communities!
    It's possible that resetting your password multiple times has triggered this security.  Click on the link below for assistance with your Apple ID Account:
    Apple ID: Contacting Apple for help with Apple ID account security
    http://support.apple.com/kb/HT5699
    Here is some additional information regarding your Apple ID:
    Apple ID: 'This Apple ID has been disabled for security reasons' alert appears
    http://support.apple.com/kb/ts2446
    Frequently asked questions about Apple ID
    http://support.apple.com/kb/HT5622
    Click on My Apple ID to access and edit your account.
    Cheers,
    - Judy

  • Just installed Lion and the Magic TrackPad and I am having a problem with one click commands.  I have to hit the pad fairly hard with one finger to get it to accept the command.  Is this normal, is there another way that I am suppose to execute commands?

    Just installed Lion and the Magic TrackPad and I am having a problem with one click commands.  I have to hit the pad fairly hard with one finger to get it to accept the command.  Is this normal, is there another way that I am suppose to execute commands?

    No you just need to turn on Tap to Click. Go into System Preferences - Trackpad and click the Point to Click tab and select the first box which will say Tap to Click and you should be in business.

  • I am having trouble with my i pad it freezes it turns off by itself and the screen turns blue?

    I am having trouble with my i pad it freezes and it turns off by itselfI and screen turns blue?

    Start by rebooting the iPad by holding both the power and home buttons until the apple logo appears and it restart, ignoring the red slider if that appears.  See if that helps.

  • I have an iPhone and just goy I pad but no computer I'm trying to synch them together but having trouble with iCloud and I can't seem to subscribe for iTunes match from either devise

    I have an iPhone and just goy I pad but no computer I'm trying to synch them together but having trouble with iCloud and I can't seem to subscribe for iTunes match from either devise

    You first have to subscribe to iTunes Match through iTunes on your computer and have your music library in iTunes uploaded/matched before you can enable it on your iOS devices (see http://www.apple.com/itunes/itunes-match/).  Without a computer you won't be able to use iTunes Match.

  • Does anyone else have trouble with the button on I pad to access other apps

    Does anyone else have trouble with the button on I pad to access other apps

    Hello, Kevandsheila. 
    Thank you for visiting Apple Support Communities. 
    Here are some troubleshooting steps that I could recommend when experiencing Home button issues.  The article below is labeled for the iPhone, but the steps are the same for your iPad. 
    The Home button is slow to respond
    If the Home button is slow to respond when exiting one application, try another application.
    If the issue exists only in certain applications, try removing and reinstalling those applications. Get further assistance in installing and troubleshooting applications.
    If the issue continues, Try turning iPhone off and then on again. If the iPhone will not restart, try resetting it.
    If the issue is still happening, try to restore the iPhone.
    Seek service is the issue is still occurring.
    The Home button isn't working
    Put the iPhone to sleep.
    Wait a couple of seconds.
    Press the Home button.
    iPhone should wake up.
    If iPhone does not wake up, then iPhone should be serviced.
    If the issue persists after all the steps have been processed see the last section labeled issue not resolved. 
    Hardware troubleshooting
    http://support.apple.com/kb/ts2802
    Cheers,
    Jason H. 

  • Having trouble with the touch pad responding when I click it on the macbook pro I have to click it about 3 to 4 times before it works

    has anyone had trouble with the touch pad on the macbook pro not working properly. I have to click it 3 or 4 times befre it responds. Can these be replaced?

    Your MacBook Pro has enough compute power to do airframe stress analysis modeling or weather forecasting. This is not a computational issue.
    Most USB printers do the imaging on the Mac, then send the stream of bits to the printer. The speed of doing this depends on the Printer driver.
    Some drivers will image the page in "slices", and then pause to image the next slice after the first one completes. This may also depend on whether you have enough RAM memory available to do the imaging for a whole page at a time.
    You have not mentioned what Printer, or whether this is indeed the latest driver for it.

  • Trouble with numerical pad blinking out

    I've recently started having trouble w/ the numerical key pad blinking out when trying to enter info such as bank acct, or even tech support today, brought up the keypad and tried to select #3 for technical support, it would blink out....worse than a computer game trying to tap the correct number at the right time.  A few nights ago, I needed Roadside Assistance (love this service) as I had locked myself out of the car while at a ball game......the more upset i got the worse getting the selection entered in time....
    Calling verizon tech support today, turning the numberical off and on again MIGHT BE A FIX, has anyone had this problem? 
    When I first got my Nexus, I couldn't call in to voicemail w/ speaker phone on....I kept getting wrong pasword message...learned later from Droid Forums, to turn off the speaker function to enter the numerical values, then turn the speaker back on.  I don't think Nexus is interested in fixing this issue (which apparently doesn't involve all Nexus) but it sure did all the ones at Best Buy. Cyn

        cynindesign,
    Hello! Sorry to read that the keypad is giving you trouble! We need to get this fixed ASAP, especially since it hindered you from calling roadside assistance. Were you able to get this resolved when you called tech support? If not, I recommend two steps. First, would be running the phone in safe mode to see if an app is causing the issue. Second, if that is not successful, doing a hard reset on the phone. I will provide the steps below. Let us know if you need anything else.
    Safe Mode:http://bit.ly/vW58PM
    Hard Reset: http://bit.ly/swCYZF
    Thank you!
    Katie H
    VZW Support
    Follow us on Twitter @VZWSupport

  • The trouble with 'expression' -- how to edit that

    I just walked to the corner bodega ( even though its korean sooo bodega is misleading ).. to get some beer...
    ITS BEER THIRTY -- yipee !
    and on way back down the block where I live ( which is suburban ) some boy kid on a bike was riding and playing with a girl kid ( probably was his slightly older sister - these kids probably around 12 years old ) in front of a rental property with some spanish americans hanging out in their cemented yard on hammocks near bar b q...with their own kids...(they have planted another hopeful "veg garden" around the perimeter of their so called yard...tomato plants etc )...so anyway, the picture here is a "neighborhood" of sorts with a somewhat lower middle class family atmosphere in a fairly lower class area on the verge of becoming middle class ( with God's help ).
    And anyway, I passed by the boy kid on the bike and smiled at him cause he seemed to be a decent kid having fun with his friend ( they were sorta laughing about something and having fun before I showed up as the big "adult" and looked at me ). His smile back was like sunshine and true and he immediately recognized he could keep having fun with his friend and I wasn't a "threat" , but instead some sorta "neighbor".  She did the same more or less ( I think she had some devious design re: the game they were playing ... like " OK, you think you're so great on that bike, try to CHASE me ! " or something like that....kid stuff... and fun thank God.  This neighborhood has it's share of bad things going on in the streets at times.  And that leads to my focus on " The trouble with expression".
    A lot of people, like me for example, can't express themselves well in some ways. I didn't say , " Hi there kids !  What's new ? " when I met them on the way back from the bodega.  I didn't stop and ask what the heck they were laughing about.  Nor did I speak to the spanish people adjacent to the kids ...in their "yard" ...with the bar b q and hammock and obvious friday afternoon socializing they were into....
    We in nyc area are typically a mixed bag of races... I'm white, kids were african amer ( black but more like brownish if you ask me ), spanish people like mexicans IMO... who cares.  This is suburbia so you can imagine how more mixed it is in the city.
    Anyway, the reason I don't express myself so well in situations like that ( spontaneously on the street ) is cause I used to stutter real bad as a kid.. couldnt talk... so I clamed up. All my life I've been fighting that disability ( and other "challenges" re: learning, reading , writing, asthma , etc ) in terms of the "repercusions".  Kids like me make fun of me cause I stutter...I can't fight back verbally and lash out physically... become a "maniac".  Get kicked out of city schools etc...  Trouble maker.  Can't express myself, fight back with words....when kids are mean to me. After a while they dont matter much as if they are mean I just keep quiet and keep mouth shut and start "thinking" instead... how to keep on top of this person and not let things get crazy... meet the challenge.
    Turns out I'm not stupid and at some point my being " quiet" becomes a positive thing.. peers start asking my advice.. I'm suddenly a " deep thinker" in their eyes.  I go from being disabled ( stupid ) to being " a deep thinker" about the age of puberty... when nobody knows what they are doing anymore.
    I start thinking about expressing myself some other way than talking.. like maybe draw pictures... paint stuff, do things to have fun with people that doesnt put me in the " limelight".. where I have to talk etc.  More success follows this tendency to socialize and express myself... and I discover that chics like the strong silent type.
    ( I have been into gymnastics thru my fathers infactuation with it since age 2 -- which I think eventually ( inadvertantly ) " cured me " of many of my learning disabilities etc --  (talk to an OT about this and modern child development stuff to know what I mean here )
    Meanwhile I am very fond of dogs as my family has dogs one after the other and I am one of their best friends. I find I can communicate with dogs better than I can communicate with people sometimes.  This seems to be a problem in some cases with some people, but for me it never got crazy... where I " loved dogs " more than I " love people ".  I have never loved any dog more than any person and shudder when I think of those who do.  Those people who do have more problems than I ever had to deal with.
    And now, after all these years ( I am now 60 ), working on movies and tv stuff etc as a crew person with some college fine art schooling ( eventual photo major ) to get me started, I got into this " editing " stuff... A program I can actually " use " on my mousey computer introduces me to a more " final product " than I ever had access to before.
    BUT I don't shoot motion pic stuff, cant afford that - and never could before basically, and now I think about the triple threats and future of movies and tv as a business... as well as the tools ( in this case the editing programs in conjunction with the cameras ( arri, panavision etc ) ) and the desire to express something ...
    This has to be ( if you want an audience ) ... " tell a story ".  You could just put a camera on a rocket ( strap it to the rocket ) and shoot the takeoff etc and show that.. but you need a V.O. saying " well, I just shot off a rocket and this is what it looked like"...to bring the experience to the audience... or else IMO there is no story.
    Which leads to what's going on now in the world of reality tv, episodic tv , some big movies, etc.  Telling a story is more than showing you stuff that you just wouldnt have seen if you hadn't been there yourself. Telling a story is more like saying something that bridges the gap between your own experience of life and its challenges ( of being part of your neighborhood and making sense of your own childhood and being an adult now maybe ).. and what others also have gone through to get to the same conclusions....
    This is the object of " expression" IMO, whether you can talk about it, draw pictures about it, or make music about it...
    And the editing program is a tool to help do that.. it is not the end all or purpose of life or the " personal crusade" in the long run.
    It's one reason scary snakes often shock people out of their desire for comfort and predictable living... makes you think about that one serpent in the garden of eden you create for yourself .... and IMO who cares what editing program you use to write that and shoot it ??

    Steve Grisetti, the MOD of the Premiere Elements forum and co-founder of a video/photo/editing Web site, Muvipix, did a nice article, "Don't just make a movie - tell a story." His audience was more consumer video editors, than the folk that we see around here, but his points were well-made, and were embraced by many in the Muvipix community.
    I think that too many, forget that concept - and I am talking Hollywood and NYC here. It's almost as if, when the story breaks down, they instinctively know to throw in a car chase, or big explosion.
    I know that I cite it too often around The Lounge, but that was what I enjoyed most about the LOR trilogy. It told a story. Now, though I had some exposure to the story, when much younger, I have to admit that I never read Tolkien, though almost everyone, that I knew, was busy with every book. Still, I only knew some of the high points, and not much more. However, almost immediately, I was drawn into the story, and only wished that I did not have to wait so long between episodes. The FX were cool, and I am a technoid sort, but it was the story that hooked me. I had read several articles on the FX production, so WAS looking for some of that, but what I wanted was the story. This is one that I will buy the BD "Director's Cut" of, and do a marathon. I have seen each segment, maybe three times, but never back to back to back. I still need to fill in a few blanks, and an entire day of viewing should do that - no phone, no visitors, nothing but LOR.
    As far as human communications, I can talk, even more than I write here, but only concerning things that I care about. I am horrible at "small talk," and would rather addrss an auditorium of 10,000, on something that matters to me, than talk about the weather to a single person at a fund raiser. Not that long ago, I was seated next to a potential donor at a charity dinner. I was rather dreading it, and when she mentioned that she did not drink (what, no wine?), I was worried. At some point, early in the evening, the subject turned to politics. Now, I usually am very quiet on my feelings, as they are not exaclty politically correct, and worry about hurting feelings, or making a scene. I fielded a question on Senatorial candidates, and just decided to answer from my heart. Her eyes lit up, and I did not notice that the event had ended. Her husband was standing, as was my wife, and we were talking politics, talk-radio, FoxNews, Senator John Kyl, Will Rogers and much more. I found that we were kindred spirits. Finally, our spouses pulled us apart, and we departed. We continued that conversation at 2 - 3 more events during "the season." One day, my wife informed me that she had just given $10M to the foundation - the largest single gift ever. At least she wasn't a screaming liberal, as I would surely have really messed up the deal... However, had it all been small talk, I would have found a reason to excuse myself and hide in the bar for a few hours.
    Also, the way that our society has developed, I will smile, nod, and say "hello" to strangers on the street, but always leave it at that. I am sure that many walk past and think "he wasn't all that friendly." They are probably right, but at least I was pleasant to them and did not rob them! Heck, I will usually tell telemarketers, "No, but thank you for your generous offer on that time-share... "
    Hunt

  • Trouble with "body" images lining up at the top

    Hi, I am having troubles with the #body style in my web page. I have inserted a table into the #body area and the the body editable region will not line up on the top with the sideBar editable region when I add text and apply my css to it. Can you look at the code and let me know what I am doing wrong? Thanks!
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Ram Restaurant &amp; Brewery</title>
    <!-- TemplateEndEditable -->
    <meta name="keywords" content="Ram Restaurant, The Ram restaurant, Ram Restaurant and brewpub, Ram Restaurant Group, Ram International" />
    <meta name="description" content="Welcome to The Ram!  Your stomach wants food.  Your tastebuds want beer.  Satisfy them both at the Ram Restaurant & Brewery." />
    <style type="text/css">
    <!--
    body {
    background-color: #333;
    margin: 0 auto;
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
    .navbar_center {
    text-align: center;
    -->
    </style>
    <link href="/RamWebsite_NEW/cssstyles.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    body,td,th {
    font-family: Arial, Helvetica, sans-serif;
    color: #F00;
    margin: 0px;
    padding: 0px;
    a:link {
    color: #666;
    text-decoration: none;
    h1 {
    font-size: 36px;
    color: #000;
    h2 {
    font-size: 24px;
    color: #000;
    h3 {
    font-size: 18px;
    color: #000;
    h4 {
    font-size: 12px;
    color: #000;
    a:visited {
    text-decoration: none;
    color: #000;
    a:hover {
    text-decoration: underline;
    a:active {
    text-decoration: none;
    -->
    </style>
    <!--[if lte IE 8]>
    <style type="text/css">
    ul.MenuBarHorizontalul  li ul li ul li.MenuBarHorizontal, ul.MenuBarHorizontal li ul li.MenuBarHorizontal {
    width:100px;
    height:23px;
    </style>
    <![endif]-->
    <script src="/RamWebsite_NEW/SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <script type="text/javascript">
    <!--
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    //-->
    </script>
    <link href="/RamWebsite_NEW/SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    </head>
    <body link="#000000" topmargin="0" onload="MM_preloadImages('/RamWebsite_NEW/images/Menu_rollover.jpg','/RamWebsite_NEW/imag es/EventsLink2_rollover.jpg','/RamWebsite_NEW/images/GiftCards_rollover.jpg','/RamWebsite_ NEW/images/BeerLink2_rollover.jpg')">
    <div id="wrapper">
    <div id="header">
        <table width="900" border="0" cellpadding="0" cellspacing="0">
          <tr>
            <th width="200" height="36" rowspan="2" align="center" valign="middle" scope="col"><a href="http://www.theram.com"><img src="/RamWebsite_NEW/images/Ram-Logo-red.gif" alt="Ram Restaurant &amp; Brewery Logo" width="175" height="69" border="0" /></a></th>
            <th width="350" height="50" align="center" valign="middle" scope="col"> </th>
            <th width="200" align="center" valign="middle" scope="col"> </th>
            <th width="150" align="right" valign="middle" scope="col"><a href="http://www.facebook.com/home.php?#!/theramrestaurant?ref=ts"><img src="/RamWebsite_NEW/images/FacebookBox.gif" alt="Becoma a Facebook Fan!" width="40" height="40" border="0" /></a><a href="http://www.twitter.com/theram"><img src="/RamWebsite_NEW/images/TwitterBox.gif" alt="Follow Us on Twitter" width="40" height="40" hspace="30" border="0" /></a></th>
          </tr>
          <tr>
            <th colspan="3" align="right" scope="col"><ul id="MenuBar1" class="MenuBarHorizontal">
              <li><a class="MenuBarItemSubmenu" href="#">MENU</a>
                <ul>
                  <li><a href="#" class="MenuBarItemSubmenu">Idaho</a>
                    <ul>
                      <li><a href="/menus/idaho/boise.shtml">Boise</a></li>
                      <li><a href="/menus/idaho/meridian.shtml">Meridian</a></li>
                    </ul>
                  </li>
                  <li><a href="#" class="MenuBarItemSubmenu">Illinois</a>
                    <ul>
                      <li><a href="/menus/illinois/rosemont.shtml">Rosemont</a></li>
                      <li><a href="/menus/illinois/schaumburg.shtml">Schaumburg</a></li>
                      <li><a href="/menus/illinois/wheeling.shtml">Wheeling</a></li>
                    </ul>
                  </li>
                  <li><a href="#" class="MenuBarItemSubmenu">Indiana</a>
                    <ul>
                      <li><a href="/menus/indiana/fishers.shtml">Fishers</a></li>
                      <li><a href="/menus/indiana/indianapolis.shtml">Indianapolis</a></li>
    </ul>
                  </li>
                  <li><a href="#" class="MenuBarItemSubmenu">Oregon</a>
                    <ul>
                      <li><a href="/menus/oregon/clackamas.shtml">Clackamas</a></li>
                      <li><a href="/menus/oregon/salem.shtml">Salem</a></li>
                    </ul>
                  </li>
                  <li><a href="#" class="MenuBarItemSubmenu">Washington</a>
                    <ul>
                      <li><a href="/menus/washington/kent.shtml">Kent</a></li>
                      <li><a href="/menus/washington/lacey.shtml">Lacey</a></li>
                      <li><a href="/menus/washington/lakewood.shtml">Lakewood</a></li>
                      <li><a href="/menus/washington/puyallup.shtml">Puyallup South Hill Mall</a></li>
                      <li><a href="/menus/washington/puyallup2.shtml">Puyallup Sunrise Village</a></li>
                      <li><a href="/menus/washington/northgate.shtml">Seattle Northgate</a></li>
                      <li><a href="/menus/washington/seattle.shtml">Seattle University Village</a></li>
                      <li><a href="/menus/washington/tacoma.shtml">Tacoma</a></li>
                    </ul>
                  </li>
                </ul>
              </li>
              <li><a href="#" class="MenuBarItemSubmenu">LOCATIONS</a>
                <ul>
                  <li><a href="#" class="MenuBarItemSubmenu">Idaho</a>
                    <ul>
                      <li><a href="/idaho/boiseNew.html">Boise</a></li>
                      <li><a href="/idaho/meridianNew.html">Meridian</a></li>
                    </ul>
                  </li>
                  <li><a href="#" class="MenuBarItemSubmenu">Illinois</a>
                    <ul>
                      <li><a href="/illinois/rosemontNew.html">Rosemont</a></li>
                      <li><a href="/illinois/schaumburgNew.html">Schaumburg</a></li>
                      <li><a href="/illinois/wheelingNew.html">Wheeling</a></li>
                    </ul>
                  </li>
                  <li><a href="#" class="MenuBarItemSubmenu">Indiana</a>
                    <ul>
                      <li><a href="/indiana/fishersNew.html">Fishers</a></li>
                      <li><a href="/indiana/indianapolisNew.html">Indianapolis</a></li>
                    </ul>
                  </li>
                  <li><a href="#" class="MenuBarItemSubmenu">Oregon</a>
                    <ul>
                      <li><a href="/oregon/clackamasNew.html">Clackamas</a></li>
                      <li><a href="/oregon/salemNew.html">Salem</a></li>
                    </ul>
                  </li>
                  <li><a href="#" class="MenuBarItemSubmenu">Washington</a>
                    <ul>
                      <li><a href="/washington/kentNew.html">Kent</a></li>
                      <li><a href="/washington/laceyNew.html">Lacey</a></li>
                      <li><a href="/washington/lakewoodNew.html">Lakewood</a></li>
                      <li><a href="/washington/puyallup-southHill-NEW.html">Puyallup South Hill Mall</a></li>
                      <li><a href="/washington/puyallup-Sunrise-New.html">Puyallup Sunrise Village</a></li>
                      <li><a href="/washington/northgateNew.html">Seattle Northgate</a></li>
                      <li><a href="/washington/seattleNew.html">Seattle University Village</a></li>
                      <li><a href="/washington/tacomaNew.html">Tacoma</a></li>
                    </ul>
                  </li>
                </ul>
              </li>
              <li><a class="MenuBarItemSubmenu" href="#">PROMOS</a>
                <ul>
                  <li><a href="/drink_specials.shtml">Drink Promos</a>              </li>
                  <li><a href="/food_specials.shtml">Food Promos</a></li>
    </ul>
              </li>
              <li><a href="/news.shtml">RAM NEWS</a></li>
              <li><a href="/about.shtml">ABOUT US</a></li>
              <li><a href="#" class="MenuBarItemSubmenu">CONTACT US</a>
                <ul>
                  <li><a href="/contact.shtml">General Info</a></li>
                  <li><a href="/employment.shtml">Careers</a></li>
                  <li><a href="/comments.shtml">Comments</a></li>
                </ul>
              </li>
              <li><a href="/banquets.shtml" class="MenuBarItemSubmenu">BANQUETS</a>
                <ul>
                  <li><a href="/banquets.shtml">Banquets</a></li>
                  <li><a href="/banquets-catering.shtml">Off-Site Catering</a></li>
                </ul>
              </li>
            </ul></th>
          </tr>
          <tr>
            <th colspan="4" align="center" valign="middle" scope="col"><img src="/RamWebsite_NEW/images/redbar.gif" width="900" height="11" /></th>
          </tr>
        </table>
    </div>
    <div id="body">
      <table width="900" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <th height="300" valign="top" scope="col"><table width="900" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <th width="225" align="center" valign="top" bgcolor="#000000" scope="col"><!-- TemplateBeginEditable name="sideBar" -->adfadsfds<!-- TemplateEndEditable --></th>
              <th width="675" align="left" valign="top" bgcolor="#FFFFFF" scope="col"><!-- TemplateBeginEditable name="body" -->
                <p><img src="/images/aboutus2.jpg" width="675" height="300" /></p>
                <p class="foodNameDesc">adfadslkj</p>
              <!-- TemplateEndEditable --></th>
            </tr>
          </table></th>
        </tr>
      </table>
    </div>
    <div id="bottomMenuSubPg">
      <table width="900" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <th width="200" align="center" scope="col"><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Menu','','/RamWebsite_NEW/images/Menu_rollover.jpg',1)"><img src="/RamWebsite_NEW/images/Menu.jpg" alt="Menu" name="Menu" width="212" height="125" hspace="6" border="0" id="Menu" /></a></th>
          <th width="200" align="center" scope="col"><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Big Horn Beer','','/RamWebsite_NEW/images/BeerLink2_rollover.jpg',1)"><img src="/RamWebsite_NEW/images/BeerLink2.jpg" alt="Big Horn Beer" name="Big Horn Beer" width="212" height="125" hspace="6" border="0" id="Big Horn Beer" /></a></th>
          <th width="200" align="center" scope="col"><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Events','','/RamWebsite_NEW/images/EventsLink2_rollover.jpg',1 )"><img src="/RamWebsite_NEW/images/EventsLink2.jpg" alt="Events at the Ram" name="Events" width="212" height="125" hspace="6" border="0" id="Events" /></a></th>
          <th width="200" align="center" scope="col"><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Gift Cards','','/RamWebsite_NEW/images/GiftCards_rollover.jpg',1)"><img src="/RamWebsite_NEW/images/GiftCards.jpg" alt="Gift Cards" name="Gift Cards" width="212" height="125" hspace="6" border="0" id="Gift Cards" /></a></th>
        </tr>
      </table>
    </div>
    <div id="bottommenu2"></div>
    <map name="Map" id="Map">
      <area shape="poly" coords="16,103" href="#" />
      <area shape="poly" coords="49,71,102,58,158,73,191,113,180,141,151,161,109,169,65,162,31,141,18,112" href="http://theram.fbmta.com/members/UpdateProfile.aspx?Action=Subscribe&amp;InputSource=W" target="_blank" />
    </map>
    <script type="text/javascript">
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"/RamWebsite_NEW/SpryAssets/SpryMenuBarDownHover.gif", imgRight:"/RamWebsite_NEW/SpryAssets/SpryMenuBarRightHover.gif"});
    //-->
    </script>
    </div>
    </body>
    </html>

    You have your image in the 'body editable region' wrapped in <p></p> tags (paragraph tags). <p> tags have padding and margin set on them by default.
    <p><img src="/images/aboutus2.jpg" width="675" height="300" /></p>
    You can either just remove the <p></p> tags or you can zero out the padding and margin:
    p {
    padding: 0;
    margin: 0;
    Unfortuanately the above will target every paragraph on your page which might not be desirable so I would just remove the <p> tags as it is not necessary to wrap an image in them.
    If you do want to keep the <p> tags then use some inline css to specifically remove the padding and margin on that particular one:
    <p style="padding: 0; margin: 0;"><img src="/images/aboutus2.jpg" width="675" height="300" /></p>

  • Trouble with Adobe Bridge CS5.5 for Mac Lion Photo downloader

    Hi, I am having trouble with  CS5.5 Bridge's photdownloader when I am trying to choose a folder location.
    Im using Lion / Mac
    When I try to choose say an external drive or another folder location it will freeze up and stay on "Choose" the button flashes on and off but when i try to click it it will not respond or select the desired file location
    The photodownloader does not respond to any other commands..i have to force quit it..yes i have re-booted..re-started and problem remains..
    The only way i can download photos is by choosing the first file option of the pictures file on my harddrive which is not want I wish to do..i have noticed that this started happening after the Raw update..was wondering if this is affecting Photodownloader..
    any suggestions would be greatly appreciated..thank you

    Thank you, SG, for clarifying which OS's this will work with.
    I agree with Jennie - the beauty of "get photos from camera" is that it takes 2 steps out of the workaround you mention above. Personally, I'm okay living with 6.4.1, as I have an older camera. I won't be happy if one of the push updates re-updates me to 6.5 though. I wouldn't want to redo the reinstallation of the new version. This method will not work for any of my clients or students though - they normally can't comfortably follow the technicality of downgrading, and some have newer cameras and would need the 6.5 version. (I don't believe in betas for my clients, and neither do they, for the most part)
    I guess I should thank Adobe - some of my clients have needed tech support to perform the downgrade (SO many people aren't comfortable technically), and some of my clients needed to be retaught the workaround SG mentions. Adobe's flub has actually made me a little money - which I'd rather not have to make this way.
    SG's workaround does work and makes sense - but for my clients with hundreds of images at a time, who have to rename items, add copyright info, & etc., this more than doubles their work-time for the start of their workflow. I hope Adobe gets that GM version out soon.
    BTW - this issue supports an argument I've hadfor years regarding "PUSH" updates. I always tell my clients and students not to do them until they research the update. Because of what I do, I do have to install them personally, but I'm grateful I'm comfortable fixing things myself.

  • Trouble with Time Machine/Time Capsule try Backup instead

    Trouble with Time Machine preparing to download taking hogging your system followed by errors that don't make any sense even if you look at the console logs to try to figure out. Try Backup instead.
    Find the software here:
    http://www.apple.com/downloads/macosx/apple/application_updates/backup312.html
    It allows you to configure when to do back ups and specific data you want, and includes templates for configurations to make it easy. The only catch is you loose the Time Machine benefits of restoring an individual file easily. For me it gets around the issues w/ Time Machine hogging my system resources (Finder at 98% CPU cycles both cores) while "preparing backup", followed by strange failures that can't figure out, followed by more "preparing backup".

    I was running backup instead of time machine until I saw snow leopard had time machine improvements. I'm very happy with the performance so far w/ snow leopard (OS X 10.6) time machine performance.

  • Im having trouble with error 13019 I have read the previous discussions about this matter and have tried to do them except for the fact that under the music tab when clicking on my ipod every thing is frozen. It s not my comp. and i dont wish to restore.

    Im having trouble with error 13019 I have read the previous discussions about this matter and have tried to do them except for the fact that under the music tab when clicking on my ipod every thing is frozen. It s not my comp. and i dont wish to restore. Please help!

    If you are wondering why you are not getting any responses, it is because you have vented a complaint without any details that make any sense or give anyone something to work on.
    If you want help, I suggest actually detailing what has happened, with versions of software etc. Anything that would let us assist.
    As a start I am guessing that you have not really got the hang of "How it all works". Firstly download the Pages09_UserGuide.pdf from under the Help menu. Read that and view the Video Tutorials in the same place. A good addition would be the iWork 09 Missing manual book and something to help you learn how to use your Mac.
    If there are specific tasks you need help with:
    http://www.freeforum101.com/iworktipsntrick/index.php?mforum=iworktipsntrick
    Is a good resource.
    Peter

  • Why am I having so much trouble with my iPad air 2 reading and remembering my fingerprints?

    Why am I having so much trouble with my iPad air 2 reading and remembering my fingerprints? Even if I enter the same finger 5 times, it only works once or twice.

    Try this -> http://m.facebook.com
    which is the mobile optimized page of FaceBook.

  • Anyone having trouble with computer running extremely slow with the color wheel continuously spinning.?

    Updated with Yosemite and think that's when my problems started with my IMac being very slow.  The color wheel keeps popping up and spinning not allowing me to move forward on typing or moving between websites etc.  Extremely slow and never had this problem before Yosemite.  Any real answers to this out there?  I was on the phone with apple support for two and a half hours the other day and it's not made any difference in what the tech had me do to resolve this issue.

    1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve the problem. But with the aid of the test results, the solution may take a few minutes, instead of hours or days.
    The test works on OS X 10.7 ("Lion") and later. I don't recommend running it on older versions of OS X. It will do no harm, but it won't do much good either.
    Don't be put off by the complexity of these instructions. The process is much less complicated than the description. You do harder tasks with the computer all the time.
    2. If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. Backup is always a must, and when you're having any kind of trouble with the computer, you may be at higher than usual risk of losing data, whether you follow these instructions or not.
    There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    3. Below are instructions to run a UNIX shell script, a type of program. As I wrote above, it changes nothing. It doesn't send or receive any data on the network. All it does is to generate a human-readable report on the state of the computer. That report goes nowhere unless you choose to share it. If you prefer, you can act on it yourself without disclosing the contents to me or anyone else.
    You should be wondering whether you can believe me, and whether it's safe to run a program at the behest of a stranger. In general, no, it's not safe and I don't encourage it.
    In this case, however, there are a couple of ways for you to decide whether the program is safe without having to trust me. First, you can read it. Unlike an application that you download and click to run, it's transparent, so anyone with the necessary skill can verify what it does.
    You may not be able to understand the script yourself. But variations of it have been posted on this website thousands of times over a period of years. The site is hosted by Apple, which does not allow it to be used to distribute harmful software. Any one of the millions of registered users could have read the script and raised the alarm if it was harmful. Then I would not be here now and you would not be reading this message. See, for example, this discussion.
    Nevertheless, if you can't satisfy yourself that these instructions are safe, don't follow them. Ask for other options.
    4. Here's a summary of what you need to do, if you choose to proceed:
    ☞ Copy a line of text in this window to the Clipboard.
    ☞ Paste into the window of another application.
    ☞ Wait for the test to run. It usually takes a few minutes.
    ☞ Paste the results, which will have been copied automatically, back into a reply on this page.
    The sequence is: copy, paste, wait, paste again. You don't need to copy a second time. Details follow.
    5. Try to test under conditions that reproduce the problem, as far as possible. For example, if the computer is sometimes, but not always, slow, run the test during a slowdown.
    You may have started up in "safe" mode. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
    6. If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this section doesn’t apply. Don't log in as root.
    7. The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, though you may not see all of it in the browser window, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
    Triple-click anywhere in the line of text below on this page to select it:
    PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/libexec;clear;cd;p=(1266 ' 0.5 0.25 10 1000 15 5120 1000 25000 1 1 0 100 ' 51 25600 4 10 25 5120 102400 1000 25 1 250 40 500 300 85 25 20480 262144 20 2000 524288 604800 5 1024 );k=({Soft,Hard}ware Memory Diagnostics Power FireWire Thunderbolt USB Bluetooth SerialATA Extensions Applications Frameworks PrefPane Fonts Displays PCI UniversalAccess InstallHistory ConfigurationProfile AirPort 'com\.apple\.' -\\t N\\/A 'AES|atr|udit|msa|dnse|ax|ensh|fami|FileS|fing|ft[pw]|gedC|kdu|etS|is\.|alk|ODSA|otp|htt|pace|pcas|ps-lp|rexe|rlo|rsh|smb|snm|teln|upd-[aw]|uuc|vix|webf' OSBundle{Require,AllowUserLoa}d 'Mb/s:Mb/s:ms/s:KiB/s:%:total:MB:total:per sec' 'Net in:Net out:I/O wait time:I/O requests:CPU usage:Open files:Memory:Mach ports:File opens:Forks:Failed forks:System errors' 'tsA|[ST]M[HL]' PlistBuddy{,' 2>&1'}' -c Print' 'Info\.plist' CFBundleIdentifier );f=('\n%s'{': ','\n\n'}'%s\n' '\nRAM details\n%s\n' %s{' ','\n'{"${k[22]}",}}'%s\n' '%.1f GiB: %s\n' '\n    ...and %s more line(s)\n' '\nContents of %s\n    '"${k[22]}"'mod date: %s\n    '"${k[22]}"'checksum: %s\n%s\n' );c=(879294308 4071182229 461455494 3627668074 1083382502 1274181950 1855907737 2758863019 1848501757 464843899 2636415542 3694147963 1233118628 2456546649 2806998573 2778718105 842973933 1383871077 2051385900 3301885676 891055588 998894468 695903914 1443423563 4136085286 3374894509 1051159591 892310726 1707497389 523110921 2883943871 3873345487 );s=(' s/[0-9A-Za-z._]+@[0-9A-Za-z.]+\.[0-9A-Za-z]{2,4}/EMAIL/g;/faceb/s/(at\.)[^.]+/\1NAME/g;/\/Shared/!s/(\/Users\/)[^ /]+/\1USER/g;s/[-0-9A-Fa-f]{22,}/UUID/g;' ' s/^ +//;/de: S|[nst]:/p;' ' {sub(/^ +/,"")};/er:/;/y:/&&$2<'${p[4]} ' s/:$//;3,6d;/[my].+:/d;s/^ {4}//;H;${ g;s/\n$//;/s: (E[^m]|[^EO])|x([^08]|02[^F]|8[^0])/p;} ' ' 5h;6{ H;g;/P/!p;} ' ' ($1~/^Cy/&&$3>'${p[9]}')||($1~/^Cond/&&$2!~/^N/) ' ' /:$/{ N;/:.+:/d;s/ *://;b0'$'\n'' };/^ *(V.+ [0N]|Man).+ /{ s/ 0x.... //;s/[()]//g;s/(.+: )(.+)/ (\2)/;H;};$b0'$'\n'' d;:0'$'\n'' x;s/\n\n//;/Apple[ ,]|Genesy|Intel|SMSC/d;s/\n.*//;/\)$/p;' ' s/^.*C/C/;H;${ g;/No th|pms/!p;} ' '/= [^GO]/p' '{$1=""};1' ' /Of/!{ s/^.+is |\.//g;p;} ' ' BEGIN { FS="\f";if(system("A1 42 83 114")) d="^'"${k[21]}"'launch(d\.peruser\.[0-9]+|ctl\.(Aqua|Background|System))$";} { if($2~/[1-9]/) { $2="status: "$2;printf("'"${f[4]}"'",$1,$2);} else if(!d||$1!~d) print $1;} ' ' $1>1{$NF=$NF" x"$1} /\*/{if(!f)f="\n\t* Code injection"} {$1=""} 1;END{print f} ' ' NR==2&&$4<='${p[7]}'{print $4} ' ' BEGIN{FS=":"} ($1~"wir"&&$2>'${p[22]}') {printf("wired %.1f\n",$2/2^18)} ($1~/P.+ts/&&$2>'${p[19]}') {printf("paged %.1f\n",$2/2^18)} ' '/YLD/s/=/ /p' ' { q=$1;$1="";u=$NF;$NF="";gsub(/ +$/,"");print q"\f"$0"\f"u;} ' ' /^ {6}[^ ]/d;s/:$//;/([^ey]|[^n]e):/d;/e: Y/d;s/: Y.+//g;H;${ g;s/ \n (\n)/\1/g;s/\n +(M[^ ]+)[ -~]+/ (\1)/;s/\n$//;/( {8}[^ ].*){2,}/p;} ' 's:^:/:p;' ' !/, .+:/{print};END{if(NR<'{${p[12]},${p[13]}}')printf("^'"${k[21]}"'.+")} ' '|uniq' ' 1;END { print "/L.+/Scr.+/Templ.+\.app$";print "/L.+/Pri.+\.plugin$";if(NR<'{${p[14]},${p[21]}}') print "^/[Sp].+|'${k[21]}'";} ' ' /\.(framew|lproj)|\):/d;/plist:|:.+(Mach|scrip)/s/:.+//p;' '&&echo On' '/\.(bundle|component|framework|kext|mdimporter|plugin|qlgenerator|saver|wdgt)$/p' '/\.dylib$/p' ' /Temp|emac/{next};/(etc|Preferences|Launch[AD].+)\// { sub(".","");print $0"$";} END { split("'"${c[*]}"'",c);for(i in c) print "\t"c[i]"$";} ' ' /^\/(Ap|Dev|Inc|Prev)/d;/((iTu|ok).+dle|\.(component|mailbundle|mdimporter|plugin|qlgenerator|saver|wdgt))$/p;' ' BEGIN{ FS="= "} $2 { gsub(/[()"]/,"",$2);print $2;} ' ' /^\//!d;s/^.{5}//;s/ [^/]+\//: \//p;' '>&-||echo No' '{print $3"\t"$1}' 's/\'$'\t''.+//p' 's/1/On/p' '/Prox.+: [^0]/p' '$2>'${p[2]}'{$2=$2-1;print}' ' BEGIN { M1='${p[16]}';M2='${p[18]}';M3='${p[8]}';M4='${p[3]}';} !/^A/{next};/%/ { getline;if($5<M1) o["CPU"]="CPU: user "$2"%, system "$4"%";next;} $2~/^disk/&&$4>M2 { o[$2]=$2": "$3" ops/s, "$4" blocks/s";next;} $2~/^(en[0-9]|bridg)/ { if(o[$2]) { e=$3+$4+$5+$6;if(e) o[$2]=o[$2]"; errors "e"/s";next;};if($4>M3||$6>M4) o[$2]=$2": in "int($4/1024)", out "int($6/1024)" (KiB/s)";} END { for(i in o) print o[i];} ' ' /r\[0\] /&&$NF!~/^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./ { print $NF;exit;} ' ' !/^T/ { printf "(static)";exit;} ' '/apsd|BKAg|OpenD/!s/:.+//p' ' (/k:/&&$3!~/(255\.){3}0/)||(/v6:/&&$2!~/A/) ' ' BEGIN{FS=": "} /^ {10}O/ {exit} /^ {0,12}[^ ]/ {next} $1~"Ne"&&$2!~/^In/{print} $1~"Si" { split($2,a," ");if(a[1]-a[4]<'${p[5]}') print;};$1~"T"&&$2<'${p[20]}'{print};$1~"Se"&&$2!~"2"{print};' ' BEGIN { FS="\f";} { n=split($3,a,".");sub(/_2[01].+/,"",$3);print $2" "$3" "a[n]$1;} ' ' BEGIN { split("'"${p[1]}"'",m);FS="\f";} $2<=m[$1]{next} $1<9 { o[$1]=o[$1]"\n    "$3" (UID "$4"): "$2;} $1==9&&$5!~"^/dev" { o[$1]=o[$1]"\n    "$3" (UID "$4") => "$5" (status "$6"): "$2;} $1==10&&$5 { p="ps -c -ocomm -p"$5"|sed 1d";p|getline n;close(p);if(n) $5=n;o[$1]=o[$1]"\n    "$5" => "$3" (UID "$4"): "$2;} $1~/1[12]/ { o[$1]=o[$1]"\n    "$3" (UID "$4", error "$5"): "$2;} END { n=split("'"${k[27]}"'",u,":");for(i=n+1;i<n+4;i++)u[i]=u[n];split("'"${k[28]}"'",l,":");for(i=1;i<13;i++) if(o[i])print "\n"l[i]" ("u[i]")\n"o[i];} ' ' /^ {8}[^ ]/{print} ' ' BEGIN { L='${p[17]}';} !/^[[:space:]]*(#.*)?$/ { l++;if(l<=L) f=f"\n    "$0;} END { F=FILENAME;if(!F) exit;if(!f) f="\n    [N/A]";"cksum "F|getline C;split(C, A);C=A[1];"stat -f%Sm "F|getline D;"file -b "F|getline T;if(T~/^Apple b/) { f="";l=0;while("'"${k[30]}"' "F|getline g) { l++;if(l<=L) f=f"\n    "g;};};if(T!~/^(AS.+ (En.+ )?text(, with v.+)?$|(Bo|PO).+ sh.+ text ex|XM)/) F=F"\n    '"${k[22]}"'"T;printf("'"${f[8]}"'",F,D,C,f);if(l>L) printf("'"${f[7]}"'",l-L);} ' ' s/^ ?n...://p;s/^ ?p...:/-'$'\t''/p;' 's/0/Off/p' 's/^.{52}(.+) <.+/\1/p' ' /id: N|te: Y/{i++} END{print i} ' ' /kext:/ { split($0,a,":");p=a[1];k[S]='${k[25]}';k[U]='${k[26]}';v[S]="Safe";v[U]="true";for(i in k) { s=system("'"${k[30]}"'\\ :"k[i]" \""p"\"/*/I*|grep -qw "v[i]);if(!s) a[1]=a[1]" "i;};if(!a[2]) a[2]="'"${k[23]}"'";printf("'"${f[4]}"'",a[1],a[2]);next;} !/^ *$/ { p="'"${k[31]}"'\\ :'"${k[33]}"' \""$0"\"/*/'${k[32]}'";p|getline b;close(p);if(b~/, .+:/||b=="") b="'"${k[23]}"'";printf("'"${f[4]}"'",$0,b);} ' '/ en/!s/\.//p' ' NR>=13 { gsub(/[^0-9]/,"",$1);print;} ' ' $10~/\(L/&&$9!~"localhost" { sub(/.+:/,"",$9);print $1": "$9|"sort|uniq";} ' '/^ +r/s/.+"(.+)".+/\1/p' 's/(.+\.wdgt)\/(Contents\/)?'${k[32]}'$/\1/p' 's/^.+\/(.+)\.wdgt$/\1/p' ' /l: /{ /DVD/d;s/.+: //;b0'$'\n'' };/s: /{ / [VY]/d;s/^ */- /;H;};$b0'$'\n'' d;:0'$'\n'' x;/APPLE [^:]+$/d;p;' '/^find: /!p;' ' /^p/{ s/.//g;x;s/\nu/'$'\f''/;s/(\n)c/\1'$'\f''/;s/\n\n//;p;};H;' ' BEGIN{FS="= "} /Path/{print $2} ' ' /^ *$/d;s/^ */    /;p;' ' s/^.+ |\(.+\)$//g;p;' '1;END{if(NR<'${p[15]}')printf("^/(S|usr/(X|li))")}' ' /2/{print "WARN"};/4/{print "CRITICAL"};' ' /EVHF|MACR|^s/d;s/^.+: //p;' ' $3~/^[1-9][0-9]{0,2}(\.[1-9][0-9]{0,2}){2}$/ { i++;n=n"\n"$1"\t"$3;} END{ if(i>1)print n} ' s/{'\.|jnl: ','P.+:'}'//;s/ +([0-9]+)(.+)/\2 \1/p' ' /es: ./{ s/^.+://;b0'$'\n'' };/^ +C.+ted: +[NY]/H;/:$/b0'$'\n'' d;:0'$'\n'' x;/: +N/d;s/\n.+//p;' ' 1d;/:$/b0'$'\n'' $b0'$'\n'' /(D|^ *Loc.+): /{ s/^.+: //;H;};/(B2|[my]): /H;d;:0'$'\n'' x;/[my]: [AM]|m: I.+p$|^\/Vo/d;s/(^|\n) [ -~]+//g;s/(.+)\n(.+)/\2:\1/;s/\n//g;/[ -~]/p;' 's/$/'$'\f''(0|-(4[34])?)$/p' '|sort'{'|uniq'{,\ -c},\ -nr} ' s/^/'{5,6,7,8}$'\f''/;s/ *'$'\f'' */'$'\f''/g;p;' '/e:/{print $2}' ' /^[(]/{ s/....//;s/$/:/;N;/: [)]$/d;s/\n.+ ([^ ]+).$/\1/;H;};${ g;p;} ' 's/:.+$//p' '|wc -l' /{\\.{kext,xpc,'(appex|pluginkit)'}'\/(Contents\/)?'Info,'Launch[AD].+'}'\.plist$/p' 's/([-+.?])/\\\1/g;p' 's/, /\'$'\n/g;p' ' BEGIN{FS="\f"} { printf("'"${f[6]}"'",$1/2^30,$2);} ' ' /= D/&&$1!~/'{${k[24]},${k[29]}}'/ { getline d;if(d~"t") print $1;} ' ' BEGIN{FS="\t"} NR>1&&$NF!~/0x|\.([0-9]{3,}|[-0-9A-F]{36})$/ { print $NF"\f"a[split($(NF-1),a," ")];} ' '|tail -n'{${p[6]},${p[10]}} ' s/.+bus /Bus: /;s/,.+[(]/ /;s/,.+//p;' ' { $NF=$NF" Errors: "$1;$1="";} 1 ' ' 1s/^/\'$'\n''/;/^ +(([MNPRSV]|De|Li).+|Bus): .|d: Y/d;s/:$//;$d;p;' ' BEGIN { RS=",";FS=":";} $1~"name" { gsub("\"","",$2);print $2;} ' '|grep -q e:/' '/[^ .]/p' '{ print $1}' ' /^ +N.+: [1-9]/ { i++;} END { if(i) print "system: "i;} ' ' NF { print "'{admin,user}' "$NF;exit;} ' ' /se.+ =/,/[\}]/!d;/[=\}]/!p ' ' 3,4d;/^ +D|Of|Fu| [0B]/d;s/^  |:$//g;$!H;${ x;/:/p;} ' ' BEGIN { FS=": ";} NR==1 { sub(":","");h="\n"$1"\n";} /:$/ { l=$1;next;} $1~"S"&&$2!~3 { getline;next;} /^ {6}I/ { i++;L[i]=l" "$2;if(i=='${p[24]}') nextfile;} END { if(i) print h;for(j=0;j<i;j++) print L[i-j];} ' ' /./H;${ x;s/\n//;s/\n/, /g;/,/p;} ' ' {if(int($6)>'${p[25]}')printf("swap used %.1f\n",$6/1024)} ' ' BEGIN{FS="\""} $3~/ t/&&$2!~/'{${k[24]},${k[29]}}'/{print $2} ' ' int($1)>13 ' p ' BEGIN{FS="DB="} { sub(/\.db.*/,".db",$2);print $2;} ' );c1=(system_profiler pmset\ -g nvram fdesetup find syslog df vm_stat sar ps crontab kextfind top pkgutil "${k[30]}\\" echo cksum kextstat launchctl smcDiagnose sysctl\ -n defaults\ read stat lsbom 'mdfind -onlyin' env pluginkit scutil 'dtrace -q -x aggsortrev -n' security sed\ -En awk 'dscl . -read' networksetup mdutil lsof test osascript\ -e netstat mdls route cat uname );c2=(${k[21]}loginwindow\ LoginHook ' /L*/P*/loginw*' "'tell app \"System Events\" to get properties of login items'" 'L*/Ca*/'${k[21]}'Saf*/E* -d 2 -name '${k[32]} '~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \)' -i '-nl -print' '-F \$Sender -k Level Nle 3 -k Facility Req "'${k[21]}'('{'bird|.*i?clou','lsu|sha'}')"' "-f'%N: %l' Desktop {/,}L*/Keyc*" therm sysload boot-args status " -F '\$Time \$Message' -k Sender kernel -k Message CRne '0xdc008012|(allow|call)ing|Goog|(mplet|nabl)ed|ry HD|safe b|xpm' -k Message CReq 'bad |Can.t l|corru|dead|fail|GPU |hfs: Ru|inval|Limiti|v_c|NVDA[(]|pagin|Purg(ed|in)|error|Refus|TCON|tim(ed? ?|ing )o|trig|WARN' " '-du -n DEV -n EDEV 1 10' 'acrx -o%cpu,comm,ruid' "' syscall::recvfrom:return {@a[execname,uid]=sum(arg0)} syscall::sendto:return {@b[execname,uid]=sum(arg0)} syscall::open*:entry {@c[execname,uid,copyinstr(arg0),errno]=count()} syscall::execve:return, syscall::posix_spawn:return {@d[execname,uid,ppid]=count()} syscall::fork:return, syscall::vfork:return, syscall::posix_spawn:return /arg0<0/ {@e[execname,uid,arg0]=count()} syscall:::return /errno!=0/ {@f[execname,uid,errno]=count()} io:::wait-start {self->t=timestamp} io:::wait-done /self->t/ { this->T=timestamp - self->t;@g[execname,uid]=sum(this->T);self->t=0;} io:::start {@h[execname,uid]=sum(args[0]->b_bcount)} tick-10sec { normalize(@a,2560000);normalize(@b,2560000);normalize(@c,10);normalize(@d,10);normalize(@e,10);normalize(@f,10);normalize(@g,10000000);normalize(@h,10240);printa(\"1\f%@d\f%s\f%d\n\",@a);printa(\"2\f%@d\f%s\f%d\n\",@b);printa(\"9\f%@d\f%s\f%d\f%s\f%d\n\",@c);printa(\"10\f%@d\f%s\f%d\f%d\n\",@d);printa(\"11\f%@d\f%s\f%d\f%d\n\",@e);printa(\"12\f%@d\f%s\f%d\f%d\n\",@f);printa(\"3\f%@d\f%s\f%d\n\",@g);printa(\"4\f%@d\f%s\f%d\n\",@h);exit(0);} '" '-f -pfc /var/db/r*/'${k[21]}'*.{BS,Bas,Es,J,OSXU,Rem,up}*.bom' '{/,}L*/Lo*/Diag* -type f -regex .\*[cght] ! -name .?\* ! -name \*ag \( -exec grep -lq "^Thread c" {} \; -exec printf \* \; -o -true \) -execdir stat -f'$'\f''%Sc'$'\f''%N -t%F {} \;' '/S*/*/Ca*/*xpc*' '-L /{S*/,}L*/StartupItems -type f -exec file {} +' /\ kMDItemContentTypeTree=${k[21]}{bundle,mach-o-dylib} :Label "/p*/e*/{auto*,{cron,fs}tab,hosts,{[lp],sy}*.conf,mach_i*/*,pam.d/*,ssh{,d}_config,*.local} {/p*,/usr/local}/e*/periodic/*/* /L*/P*{,/*}/com.a*.{Bo,sec*.ap}*t {/S*/,/,}L*/Lau*/*t .launchd.conf" list '-F "" -k Sender hidd -k Level Nle 3' /Library/Preferences/${k[21]}alf\ globalstate --proxy '-n get default' vm.swapusage --dns -get{dnsservers,info} dump-trust-settings\ {-s,-d,} -n1 '-R -ce -l1 -n5 -o'{'prt -stats prt','mem -stats mem'}',command,uid' -kl -l -s\ / '--regexp --files '${k[21]}'pkg.*' '+c0 -i4TCP:0-1023' ${k[21]}dashboard\ layer-gadgets '-d /L*/Mana*/$USER' '-app Safari WebKitDNSPrefetchingEnabled' '-Fcu +c0 -l' -m 'L*/{Con*/*/Data/L*/,}Pref* -type f -size 0c -name *.plist.???????' kern.memorystatus_vm_pressure_level '3>&1 >&- 2>&3' '-F \$Message -k Sender kernel -k Message CReq "'{'n Cause: -','(a und|I/O |jnl_io.+)err','USBF:.+bus'}'"' -name\ kMDItem${k[33]} -T\ hfs '-n get default' -listnetworkserviceorder :${k[33]} :CFBundleDisplayName $EUID {'$TMPDIR../C ','/{S*/,}'}'L*/{,Co*/*/*/L*/}{Cache,Log}s -type f -size +'${p[11]}'G -exec stat -f%z'$'\f''%N {} \;' \ /v*/d*/*/*l*d{,.*.$UID}/* '-app Safari UserStyleSheetEnabled' 'L*/A*/Fi*/P*/*/a*.json' users/$USER\ HomeDirectory '{/,}L*/{Con,Pref}* -type f ! -size 0 -name *.plist -exec plutil -s {} \;' ' -F "\$Time \$(Sender): \$Message" -k Sender Rne "launchd|nsurls" -k Level Nle 3 -k Facility R'{'ne "user|','eq "'}'console" -k Message CRne "[{}<>]|asser|commit - no t|deprec|done |fmfd|Goog|ksho|ndum|obso|realp|rned f|sandbox ex|/root" ' getenv '/ "kMDItemDateAdded>=\$time.now(-'${p[23]}')&&kMDItem'${k[33]}'=*"' -m\ / '' ' -F "\$Time \$(RefProc): \$Message" -k Sender Req launchd -k Level Nle 3 -k Message Rne "asse|bug|File ex|hij|Ig|Jet|key is|lid t|Plea|ship" ' print{,-disabled}\ {system,user/$UID} -r ' -F "\$Message" -k Sender nsurlstoraged -k Time ge -1h -k Level Nle 4 -k Message Req "^(ER|IN)" ' );N1=${#c2[@]};for j in {0..20};do c2[N1+j]=SP${k[j]}DataType;done;l=({Restricted\ ,Lock,Pro}files POST Battery {Safari,App,{Bad,Loaded}\ kernel,Firefox}\ extensions System\ load boot\ args FileVault\ {2,1} {Kernel,System,Console,launchd}\ log SMC Login\ hook 'I/O per process' 'High file counts' UID {Daemons,Agents}\ {load,disabl}ed {Admin,Root}\ access Stylesheet Library\ paths{,' ('{shell,launchd}\)} Font\ issues Firewall Proxies DNS TCP/IP Wi-Fi 'Elapsed time (sec)' {Root,User}\ crontab {Global,User}' login items' Spotlight Memory\ pressure Listeners Widgets Parental\ Controls Prefetching Nets Volumes {Continuity,I/O,iCloud,HID,HCI}\ errors {User,System}\ caches/logs XPC\ cache Startup\ items Shutdown\ codes Heat Diagnostic\ reports Bad\ {plist,cache}s 'VM (GiB)' Bundles{,' (new)'} Trust\ settings Activity Free\ space );N3=${#l[@]};for i in {0..8};do l[N3+i]=${k[5+i]};done;F() { local x="${s[$1]}";[[ "$x" =~ ^([\&\|\<\>]|$) ]]&&{ printf "$x";return;};:|${c1[30]} "$x" 2>&-;printf "%s \'%s\'" "|${c1[30+$?]}" "$x";};A0() { Q=6;v[2]=1;id -G|grep -qw 80;v[1]=$?;((v[1]))||{ Q=7;sudo -v;v[2]=$?;((v[2]))||Q=8;};v[3]=`date +%s`;date '+Start time: %T %D%n';printf '\n[Process started]\n\n'>&4;printf 'Revision: %s\n\n' ${p[0]};};A1() { local c="${c1[$1]} ${c2[$2]}";shift 2;c="$c ` while [[ "$1" ]];do F $1;shift;done`";((P2))&&{ c="sudo $c";P2=;};v=`eval "$c"`;[[ "$v" ]];};A2() { local c="${c1[$1]}";[[ "$c" =~ ^(awk|sed ) ]]&&c="$c '${s[$2]}'"||c="$c ${c2[$2]}";shift 2;local d=` while [[ "$1" ]];do F $1;shift;done`;((P2))&&{ c="sudo $c";P2=;};local a;v=` while read a;do eval "$c '$a' $d";done<<<"$v";`;[[ "$v" ]];};A3(){ v=$((`date +%s`-v[3]));};export -f A1 A2;B1() { v=No;! ((v[1]))&&{ v=;P1=1;};};eval "`type -a B1|sed '1d;s/1/2/'`";B3(){ v[$1]="$v";};B4() { local i=$1;local j=$2;shift 2;local c="cat` while [[ "$1" ]];do F $1;shift;done`";v[j]=`eval "{ $c;}"<<<"${v[i]}"`;};B5(){ v="${v[$1]}"$'\n'"${v[$2]}";};B6() { v=` paste -d$'\e' <(printf "${v[$1]}") <(printf "${v[$2]}")|awk -F$'\e' ' {printf("'"${f[$3]}"'",$1,$2)} ' `;};B7(){ v=`egrep -v "${v[$1]}"<<<"$v"|sort`;};eval "`type -a B7|sed '1d;s/7/8/;s/-v //'`";C0() { [[ "$v" ]]&&sed -E "$s"<<<"$v";};C1() { [[ "$v" ]]&&printf "${f[$1]}" "${l[$2]}" "$v"|sed -E "$s";};C2() { v=`echo $v`;[[ "$v" != 0 ]]&&C1 0 $1;};C3() { B4 0 0 63&&C1 1 $1;};C4() { echo $'\t'"Part $((++P)) of $Q done at $((`date +%s`-v[3])) sec">&4;};C5() { sudo -k;pbcopy<<<"$o";printf '\n\tThe test results are on the Clipboard.\n\n\tPlease close this window.\n';exit 2>&-;};for i in 1 2;do eval D$((i-1))'() { A'$i' $@;C0;};';for j in 2 3;do eval D$((i+2*j-3))'() { local x=$1;shift;A'$i' $@;C'$j' $x;};';done;done;trap C5 2;o=$({ A0;D0 0 N1+1 2;D0 0 $N1 1;B1;C2 27;B1&&! B2&&C2 28;D2 22 15 63;D0 0 N1+2 3;D0 0 N1+15 17;D4 3 0 N1+3 4;D4 4 0 N1+4 5;D4 N3+4 0 N1+9 59;D0 0 N1+16 99;for i in 0 1 2;do D4 N3+i 0 N1+5+i 6;done;D4 N3+3 0 N1+8 71;D4 62 1 10 7;D4 10 1 11 8;B2&&D4 18 19 53 67;D2 11 2 12 9;D2 12 3 13 10;D2 13 32 70 101 25;D2 71 6 76 13;D2 45 20 52 66;A1 7 77 14;B3 28;A1 20 31 111;B6 0 28 5;B4 0 0 110;C2 66;D4 70 8 15 38;D0 9 16 16 77 45;C4;B2&&D0 35 49 61 75 76 78 45;B2&&{ D0 28 17 45;C4;};D0 12 40 54 16 79 45;D0 12 39 54 16 80 45;D4 31 25 77 15&&{ B4 0 8 103;B4 8 0;A2 18 74;B6 8 0 3;C3 32;};B2&&D4 19 21 0;B2&&D4 40 10 42;D2 2 0 N1+19 46 84;D2 44 34 43 53;D2 59 22 20 32;D2 33 0 N1+14 51;for i in {0..2};do A1 29 35+i 104+i;B3 25+i;done;B6 25 27 5;B6 0 26 5;B4 0 0 110;C2 69;D2 34 21 28 35;D4 35 27 29 36;A1 40 59 81;B3 18;A1 33 60 82;B8 18;B4 0 19 83;A1 27 32 39&&{ B3 20;B4 19 0;A2 33 33 40;B3 21;B6 20 21 3;};C2 36;D4 50 38 5 68;B4 19 0;D5 37 33 34 42;B2&&D4 46 35 45 55;D4 38 0 N1+20 43;B2&&D4 58 4 65 76 91;D4 63 4 19 44 75 95 12;B1&&{ D4 53 5 55 75 69&&D4 51 6 58 31;D4 56 5 56 97 75 98&&D0 0 N1+7 99;D2 55 5 27 84;D4 61 5 54 75 70;D4 14 5 14 96;D4 15 5 72 96;D4 17 5 78 96;C4;};D4 16 5 73 96;A1 13 44 74 18;C4;B3 4;B4 4 0 85;A2 14 61 89;B4 0 5 19 102;A1 17 41 50;B7 5;C3 8;B4 4 0 88;A2 14 24 89;C4;B4 0 6 19 102;B4 4 0 86;A2 14 61 89;B4 0 7 19 102;B5 6 7;B4 0 11 73 102;A1 42 83 114;j=$?;for i in 0 1;do ((! j))||((i))||B2&&A1 18 $((79+i-(i+53)*j)) 107+8*j 94 74;B7 11;B4 0 0 11;C3 23+2*i;D4 24+2*i 14 66+i 92+i;done;D4 60 4 21 24;D4 42 14 1 62;D4 43 37 2 90 48;D4 41 10 42;D2 48 36 47 25;A1 4 3 60&&{ B3 9;A2 14 61;B4 0 10 21;B4 9 0;A2 14 62;B4 0 0 21;B6 0 10 4;C3 5;};D4 9 41 69 100;D2 29 21 68 35;D2 49 21 48 49;B4 4 22 57 102;A1 21 46 56 74;B7 22;B4 0 0 58;C3 47;D4 54 5 7 75 76 69;D4 52 5 8 75 76 69;D4 57 4 64 76 91;D2 0 4 4 84;D2 1 4 51 84;D4 21 22 9 37;D0 0 N1+17 108;A1 23 18 28 89;B4 0 16 22 102;A1 16 25 33;B7 16;B4 0 0 34;D1 31 47;D4 64 4 71 41;D4 65 5 84 116 74;C4;B4 4 12 26 89 23 102;for i in {0..3};do A1 0 N1+10+i 72 74;B7 12;B4 0 0 52;C3 N3+5+i;((i))||C4;done;A1 24 22 29;B7 12;B3 14;A2 39 57 30;B3 15;B6 14 15 4;C3 67;A1 24 75 74;B3 23;A2 39 57 30;B3 24;B6 23 24 4;C3 68;B4 4 13 27 89 65;A1 24 23;B7 13;C3 30;B4 4 0 87;A2 14 61 89 20;B4 0 17;A1 26 50 64;B7 17;C3 6;D0 0 N1+18 109;D4 7 11 6;A3;C2 39;C4;} 4>&2 2>/dev/null;);C5
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    8. Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    Click anywhere in the Terminal window and paste by pressing command-V. The text you pasted should vanish immediately. If it doesn't, press the return key.
    9. If you see an error message in the Terminal window such as "Syntax error" or "Event not found," enter
    exec bash
    and press return. Then paste the script again.
    10. If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. If you don't know the password, or if you prefer not to enter it, just press return three times at the password prompt. Again, the script will still run.
    If you're not logged in as an administrator, you won't be prompted for a password. The test will still run. It just won't do anything that requires administrator privileges.
    11. The test may take a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. While it's running, a series of lines will appear in the Terminal window like this:
    [Process started]
            Part 1 of 8 done at … sec
            Part 8 of 8 done at … sec
            The test results are on the Clipboard.
            Please close this window.
    [Process completed]
    The intervals between parts won't be exactly equal, but they give a rough indication of progress. The total number of parts may be different from what's shown here.
    Wait for the final message "Process completed" to appear. If you don't see it within about ten minutes, the test probably won't complete in a reasonable time. In that case, press the key combination control-C or command-period to stop it and go to the next step. You'll have incomplete results, but still something.
    12. When the test is complete, or if you stopped it because it was taking too long, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
    At the top of the results, there will be a line that begins with the words "Start time." If you don't see that, but instead see a mass of gibberish, you didn't wait for the "Process completed" message to appear in the Terminal window. Please wait for it and try again.
    If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
    13. When you post the results, you might see an error message on the web page: "You have included content in your post that is not permitted," or "You are not authorized to post." That's a bug in the forum software. Please post the test results on Pastebin, then post a link here to the page you created.
    14. This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I may not agree with them.
    Copyright © 2014, 2015 by Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Use Agreement for the Apple Support Communities website ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

Maybe you are looking for

  • ECC 6.0 integration with Microsoft Dynamics CRM

    Hi All I am working on a ECC 6.0 integration with Microsoft Dynamics CRM. I need to send the customer master data, va01/va02, vl01n/vl02n/ vf01/vf02 to CRM system. One option I have is to send in the form of IDOC with TRFC - TCP/IP. But looks like th

  • FB01 Save user exit

    Hi, Does anyone know of a user exit that gets activated when saving a document using transaction FB01. I need to exit to include structures containg all the information being posted in the financial document. Ive tried looking for enhancement in SMOD

  • OIF Cluster KeyStore Error

    Hello I am trying to setup a second node to my Oracle federation server (11.1.1.5) and in the weblogic startup I am getting the below errors. Do you know what could be causing this error? [2012-02-03T15:52:58.004-05:00] [wls_oif2] [ERROR] [FED-20000]

  • CSA* BDoc Queues that will not dequeue

    Hello, I am trying to solve a problem with queues that will NOT dequeue automatically the BDocs in the Q&A environment (dev is OK). This is the context: NW2004s, Q&A CRM 5.0 BDoc processing When I create a new BP, a BDoc is created. If I go to the SW

  • Oracle Forms Builder 10g release 2 documentation?

    I'm trying to locate a book about Oracle Forms Builder 10g release 2. I'm needing a beginner's guide. I've seen the advanced techniques one, but I can't seem to find one for someone that is just starting out. Does anyone have any suggestions?