You are not logged in.

#1 2011-08-25 13:44:54

the sad clown
Member
From: 192.168.0.X
Registered: 2011-03-20
Posts: 837

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:01: resource 2 [mem 0xf2100000-0xf2afffff 64bit pref]
[    1.320834] pci_bus 0000:02: resource 0 [io  0xc000-0xcfff]
[    1.320836] pci_bus 0000:02: resource 1 [mem 0xf6800000-0xf71fffff]
[    1.320838] pci_bus 0000:02: resource 2 [mem 0xf1600000-0xf1ffffff 64bit pref]
[    1.320841] pci_bus 0000:03: resource 0 [io  0xb000-0xbfff]
[    1.320843] pci_bus 0000:03: resource 1 [mem 0xf5e00000-0xf67fffff]
[    1.320845] pci_bus 0000:03: resource 2 [mem 0xf0b00000-0xf14fffff 64bit pref]
[    1.320847] pci_bus 0000:04: resource 0 [io  0xa000-0xafff]
[    1.320849] pci_bus 0000:04: resource 1 [mem 0xf5400000-0xf5dfffff]
[    1.320851] pci_bus 0000:04: resource 2 [mem 0xf0000000-0xf09fffff 64bit pref]
[    1.320911] NET: Registered protocol family 2
[    1.321112] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    1.322113] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    1.323855] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    1.324070] TCP: Hash tables configured (established 524288 bind 65536)
[    1.324072] TCP reno registered
[    1.324086] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    1.324109] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    1.324387] NET: Registered protocol family 1
[    1.324401] pci 0000:00:02.0: Boot video device
[    1.579990] PCI: CLS 64 bytes, default 64
[    1.580032] Unpacking initramfs...
[    1.611670] Freeing initrd memory: 2176k freed
[    1.611899] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.611901] Placing 64MB software IO TLB between ffff8800d6c1c000 - ffff8800dac1c000
[    1.611904] software IO TLB at phys 0xd6c1c000 - 0xdac1c000
[    1.612524] audit: initializing netlink socket (disabled)
[    1.612533] type=2000 audit(1314275422.389:1): initialized
[    1.619090] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.632372] VFS: Disk quotas dquot_6.5.2
[    1.632506] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.632663] msgmni has been set to 7746
[    1.632874] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    1.632910] io scheduler noop registered
[    1.632912] io scheduler deadline registered
[    1.632955] io scheduler cfq registered (default)
[    1.633373] intel_idle: MWAIT substates: 0x21120
[    1.633375] intel_idle: v0.4 model 0x2A
[    1.633376] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.633423] ERST: Table is not found!
[    1.633474] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    1.851303] Linux agpgart interface v0.103
[    1.851411] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.853085] i8042: Detected active multiplexing controller, rev 1.1
[    1.855110] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.855138] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    1.855160] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    1.855179] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    1.855199] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    1.855271] mousedev: PS/2 mouse device common for all mice
[    1.855337] rtc_cmos 00:06: RTC can wake from S4
[    1.855459] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
[    1.855493] rtc0: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
[    1.855720] cpuidle: using governor ladder
[    1.856087] cpuidle: using governor menu
[    1.856266] TCP cubic registered
[    1.856268] NET: Registered protocol family 17
[    1.856274] Registering the dns_resolver key type
[    1.856350] PM: Hibernation image not present or could not be loaded.
[    1.856355] registered taskstats version 1
[    1.862663] rtc_cmos 00:06: setting system clock to 2011-08-25 12:30:23 UTC (1314275423)
[    1.862742] Initializing network drop monitor service
[    1.864262] Freeing unused kernel memory: 712k freed
[    1.864361] Write protecting the kernel read-only data: 6144k
[    1.864675] Freeing unused kernel memory: 12k freed
[    1.867336] Freeing unused kernel memory: 776k freed
[    1.873973] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    1.881552] udevd[81]: starting version 173
[    1.901810] usbcore: registered new interface driver usbfs
[    1.901845] usbcore: registered new interface driver hub
[    1.902549] usbcore: registered new device driver usb
[    1.904066] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.904102] ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.904139] ehci_hcd 0000:00:1a.0: setting latency timer to 64
[    1.904145] ehci_hcd 0000:00:1a.0: EHCI Host Controller
[    1.904227] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    1.904269] ehci_hcd 0000:00:1a.0: debug port 2
[    1.908164] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
[    1.908191] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xf7c08000
[    1.913505] SCSI subsystem initialized
[    1.918141] libata version 3.00 loaded.
[    1.919474] xhci_hcd 0000:03:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[    1.919522] xhci_hcd 0000:03:00.0: setting latency timer to 64
[    1.919529] xhci_hcd 0000:03:00.0: xHCI Host Controller
[    1.919564] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 2
[    1.919768] xhci_hcd 0000:03:00.0: irq 19, io mem 0xf5e00000
[    1.919859] xhci_hcd 0000:03:00.0: irq 40 for MSI/MSI-X
[    1.919864] xhci_hcd 0000:03:00.0: irq 41 for MSI/MSI-X
[    1.919870] xhci_hcd 0000:03:00.0: irq 42 for MSI/MSI-X
[    1.919873] xhci_hcd 0000:03:00.0: irq 43 for MSI/MSI-X
[    1.919876] xhci_hcd 0000:03:00.0: irq 44 for MSI/MSI-X
[    1.919879] xhci_hcd 0000:03:00.0: irq 45 for MSI/MSI-X
[    1.919882] xhci_hcd 0000:03:00.0: irq 46 for MSI/MSI-X
[    1.919885] xhci_hcd 0000:03:00.0: irq 47 for MSI/MSI-X
[    1.920205] xHCI xhci_add_endpoint called for root hub
[    1.920208] xHCI xhci_check_bandwidth called for root hub
[    1.920303] hub 2-0:1.0: USB hub found
[    1.920314] hub 2-0:1.0: 2 ports detected
[    1.920498] xhci_hcd 0000:03:00.0: xHCI Host Controller
[    1.920511] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 3
[    1.920846] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    1.921241] hub 1-0:1.0: USB hub found
[    1.921248] hub 1-0:1.0: 2 ports detected
[    1.921340] ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    1.921360] ehci_hcd 0000:00:1d.0: setting latency timer to 64
[    1.921363] ehci_hcd 0000:00:1d.0: EHCI Host Controller
[    1.921371] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 4
[    1.921409] ehci_hcd 0000:00:1d.0: debug port 2
[    1.923225] xHCI xhci_add_endpoint called for root hub
[    1.923227] xHCI xhci_check_bandwidth called for root hub
[    1.923251] hub 3-0:1.0: USB hub found
[    1.923259] hub 3-0:1.0: 2 ports detected
[    1.925308] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
[    1.925323] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xf7c07000
[    1.937633] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    1.937811] hub 4-0:1.0: USB hub found
[    1.937818] hub 4-0:1.0: 2 ports detected
[    1.937939] ahci 0000:00:1f.2: version 3.0
[    1.937955] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    1.938055] ahci 0000:00:1f.2: irq 48 for MSI/MSI-X
[    1.938114] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3 impl SATA mode
[    1.938117] ahci 0000:00:1f.2: flags: 64bit ncq sntf led clo pio slum part ems apst 
[    1.938123] ahci 0000:00:1f.2: setting latency timer to 64
[    1.944853] scsi0 : ahci
[    1.944971] scsi1 : ahci
[    1.945041] scsi2 : ahci
[    1.945109] scsi3 : ahci
[    1.945176] scsi4 : ahci
[    1.945246] scsi5 : ahci
[    1.945484] ata1: SATA max UDMA/133 abar m2048@0xf7c06000 port 0xf7c06100 irq 48
[    1.945488] ata2: SATA max UDMA/133 abar m2048@0xf7c06000 port 0xf7c06180 irq 48
[    1.945490] ata3: DUMMY
[    1.945491] ata4: DUMMY
[    1.945492] ata5: DUMMY
[    1.945493] ata6: DUMMY
[    2.230834] usb 1-1: new high speed USB device number 2 using ehci_hcd
[    2.264174] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    2.264213] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    2.265310] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    2.265457] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[    2.265468] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    2.267420] ata2.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[    2.267431] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    2.268490] ata2.00: ACPI cmd ef/90:05:00:00:00:a0 (SET FEATURES) succeeded
[    2.270795] ata2.00: ATAPI: HL-DT-STDVDRAM GT40N, SL02, max UDMA/100
[    2.274507] ata2.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[    2.274519] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    2.275516] ata2.00: ACPI cmd ef/90:05:00:00:00:a0 (SET FEATURES) succeeded
[    2.277771] ata2.00: configured for UDMA/100
[    2.313096] ata1.00: ATA-8: TOSHIBA MK3256GSY, LH013U, max UDMA/100
[    2.313105] ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    2.314315] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    2.314457] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[    2.314468] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    2.315477] ata1.00: configured for UDMA/100
[    2.315729] scsi 0:0:0:0: Direct-Access     ATA      TOSHIBA MK3256GS LH01 PQ: 0 ANSI: 5
[    2.317767] scsi 1:0:0:0: CD-ROM            HL-DT-ST DVDRAM GT40N     SL02 PQ: 0 ANSI: 5
[    2.323332] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
[    2.323390] sd 0:0:0:0: [sda] Write Protect is off
[    2.323395] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.323412] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.327945] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    2.327954] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.328106] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    2.354996] hub 1-1:1.0: USB hub found
[    2.355115] hub 1-1:1.0: 6 ports detected
[    2.381036]  sda: sda1 sda2 sda3 sda4
[    2.381431] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.460783] usb 4-1: new high speed USB device number 2 using ehci_hcd
[    2.591287] hub 4-1:1.0: USB hub found
[    2.591378] hub 4-1:1.0: 6 ports detected
[    2.613958] Refined TSC clocksource calibration: 1995.467 MHz.
[    2.613967] Switching to clocksource tsc
[    2.657382] usb 1-1.1: new high speed USB device number 3 using ehci_hcd
[    2.924688] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
[    3.137413] usb 1-1.2: new full speed USB device number 4 using ehci_hcd
[    4.120292] udevd[273]: starting version 173
[    4.306480] ACPI: acpi_idle yielding to intel_idle
[    4.307527] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[    4.307558] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
[    4.307723] ACPI: AC Adapter [AC0] (on-line)
[    4.310212] ACPI: Lid Switch [LID]
[    4.310290] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2
[    4.310298] ACPI: Sleep Button [SLPB]
[    4.315294] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[    4.315301] ACPI: Battery Slot [BAT0] (battery present)
[    4.315611] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    4.315618] ACPI: Power Button [PWRF]
[    4.343076] thermal LNXTHERM:00: registered as thermal_zone0
[    4.343080] ACPI: Thermal Zone [THRM] (53 C)
[    4.462023] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    4.463441] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    4.463484] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    4.471330] iTCO_vendor_support: vendor-support=0
[    4.486055] input: PC Speaker as /devices/platform/pcspkr/input/input4
[    4.490612] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.06
[    4.490694] iTCO_wdt: Found a Cougar Point TCO device (Version=2, TCOBASE=0x0460)
[    4.490767] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    4.506213] mei: module is from the staging directory, the quality is unknown, you have been warned.
[    4.507082] atl1c 0000:04:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    4.507100] atl1c 0000:04:00.0: setting latency timer to 64
[    4.507672] mei 0000:00:16.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    4.507679] mei 0000:00:16.0: setting latency timer to 64
[    4.510519] cfg80211: Calling CRDA to update world regulatory domain
[    4.517992] wmi: Mapper loaded
[    4.596863] agpgart-intel 0000:00:00.0: Intel Sandybridge Chipset
[    4.597054] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[    4.598683] agpgart-intel 0000:00:00.0: detected 65536K stolen memory
[    4.598788] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xe0000000
[    4.623717] atl1c 0000:04:00.0: version 1.0.1.0-NAPI
[    4.759477] Bluetooth: Core ver 2.16
[    4.759489] NET: Registered protocol family 31
[    4.759490] Bluetooth: HCI device and connection manager initialized
[    4.759492] Bluetooth: HCI socket layer initialized
[    4.759493] Bluetooth: L2CAP socket layer initialized
[    4.759546] Bluetooth: SCO socket layer initialized
[    4.765347] Bluetooth: Generic Bluetooth USB driver ver 0.6
[    4.765521] usbcore: registered new interface driver btusb
[    4.794990] ath9k 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    4.795012] ath9k 0000:02:00.0: setting latency timer to 64
[    4.845574] ath: EEPROM regdomain: 0x60
[    4.845576] ath: EEPROM indicates we should expect a direct regpair map
[    4.845579] ath: Country alpha2 being used: 00
[    4.845580] ath: Regpair used: 0x60
[    4.849038] ieee80211 phy0: Selected rate control algorithm 'ath9k_rate_control'
[    4.849229] Registered led device: ath9k-phy0
[    4.849241] ieee80211 phy0: Atheros AR9285 Rev:2 mem=0xffffc900053a0000, irq=17
[    4.888668] Finger Sensing Pad, hw: 14.2.1, sw: 1.0.0-K, buttons: 4
[    4.903573] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[    4.903673] HDA Intel 0000:00:1b.0: irq 49 for MSI/MSI-X
[    4.903699] HDA Intel 0000:00:1b.0: setting latency timer to 64
[    4.981743] Linux media interface: v0.10
[    4.986834] Linux video capture interface: v2.00
[    4.991793] [drm] Initialized drm 1.1.0 20060810
[    5.015161] uvcvideo: Found UVC 1.00 device USB2.0 UVC 1.3M Webcam (05c8:030d)
[    5.032924] input: USB2.0 UVC 1.3M Webcam as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/input/input5
[    5.032978] usbcore: registered new interface driver uvcvideo
[    5.032980] USB Video Class driver (v1.1.0)
[    5.240191] input: FSPPS/2 Sentelic FingerSensingPad as /devices/platform/i8042/serio2/input/input6
[    5.462705] hda_codec: CX20585: BIOS auto-probing.
[    5.463172] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input7
[    5.470379] HDMI status: Pin=7 Presence_Detect=0 ELD_Valid=0
[    5.471844] input: HDA Intel PCH HDMI/DP as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[    5.472043] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    5.472047] i915 0000:00:02.0: setting latency timer to 64
[    5.545200] i915 0000:00:02.0: irq 50 for MSI/MSI-X
[    5.545205] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    5.545206] [drm] Driver supports precise vblank timestamp query.
[    5.545232] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    5.744706] fbcon: inteldrmfb (fb0) is primary device
[    5.766293] hci_cmd_timer: hci0 command tx timeout
[    5.914353] Console: switching to colour frame buffer device 170x48
[    5.916303] fb0: inteldrmfb frame buffer device
[    5.916304] drm: registered panic notifier
[    5.918028] acpi device:35: registered as cooling_device8
[    5.918111] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input9
[    5.918199] ACPI: Video Device [VGA1] (multi-head: yes  rom: no  post: no)
[    5.918241] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    6.509631] EXT4-fs (sda3): re-mounted. Opts: (null)
[    6.769304] hci_cmd_timer: hci0 command tx timeout
[    6.836071] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)
[    6.911852] Adding 4096568k swap on /dev/sda2.  Priority:-1 extents:1 across:4096568k 
[    7.772326] hci_cmd_timer: hci0 command tx timeout
[    7.862358] coretemp coretemp.0: TjMax is 100 C.
[    7.862373] coretemp coretemp.0: TjMax is 100 C.
[    7.862386] coretemp coretemp.0: TjMax is 100 C.
[    7.862423] coretemp coretemp.0: TjMax is 100 C.
[    8.633181] NET: Registered protocol family 10
[    8.775332] hci_cmd_timer: hci0 command tx timeout
[    9.578529] ehci_hcd 0000:00:1d.0: PCI INT A disabled
[    9.578621] ehci_hcd 0000:00:1d.0: PME# enabled
[    9.613293] xhci_hcd 0000:03:00.0: PME# enabled
[    9.778349] hci_cmd_timer: hci0 command tx timeout
[    9.855011] ehci_hcd 0000:00:1d.0: BAR 0: set to [mem 0xf7c07000-0xf7c073ff] (PCI address [0xf7c07000-0xf7c073ff])
[    9.855064] ehci_hcd 0000:00:1d.0: restoring config space at offset 0xf (was 0x100, writing 0x105)
[    9.855105] ehci_hcd 0000:00:1d.0: restoring config space at offset 0x1 (was 0x2900000, writing 0x2900002)
[    9.855171] ehci_hcd 0000:00:1d.0: PME# disabled
[    9.855189] ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    9.855202] ehci_hcd 0000:00:1d.0: setting latency timer to 64
[    9.951799] xhci_hcd 0000:03:00.0: PME# disabled
[    9.951828] xhci_hcd 0000:03:00.0: setting latency timer to 64
[   10.084542] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   10.781377] hci_cmd_timer: hci0 command tx timeout
[   11.784387] hci_cmd_timer: hci0 command tx timeout
[   12.176291] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   12.787436] hci_cmd_timer: hci0 command tx timeout
[   13.790454] hci_cmd_timer: hci0 command tx timeout
[   14.793432] hci_cmd_timer: hci0 command tx timeout
[   15.459716] wlan0: authenticate with 00:16:01:9a:8a:1f (try 1)
[   15.461737] wlan0: authenticated
[   15.490546] wlan0: associate with 00:16:01:9a:8a:1f (try 1)
[   15.493294] wlan0: RX AssocResp from 00:16:01:9a:8a:1f (capab=0x411 status=0 aid=2)
[   15.493304] wlan0: associated
[   15.494157] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   15.574772] Intel AES-NI instructions are not detected.
[   15.615176] padlock_aes: VIA PadLock not detected.
[   25.683297] wlan0: no IPv6 routers present

Any help in this area would be greatly appreciated.


I laugh, yet the joke is on me

Offline

#2 2011-08-26 23:46:15

the sad clown
Member
From: 192.168.0.X
Registered: 2011-03-20
Posts: 837

Re: Trouble with Sentelic Finger Sensing Pad

The only documentation I could find on Sentelic in the Arch wiki is on the MSI Wind, which apparently has the same touchpad.  However, while I can make the same changes (changing only serio1 to serio2), it has no impact whatsoever on the function of the touchpad.  If anyone can help me figure out the disconnect between the function of the touchpad and the manipulation of these values, that ought to solve my problem.


I laugh, yet the joke is on me

Offline

#3 2011-08-29 18:39:36

the sad clown
Member
From: 192.168.0.X
Registered: 2011-03-20
Posts: 837

Re: Trouble with Sentelic Finger Sensing Pad

Has anyone gotten this touchpad to work?  Perhaps an enumeration of the steps taken might help me figure out how to get my own fully functioning.


I laugh, yet the joke is on me

Offline

#4 2011-08-31 03:21:43

the sad clown
Member
From: 192.168.0.X
Registered: 2011-03-20
Posts: 837

Re: Trouble with Sentelic Finger Sensing Pad

[   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?


I laugh, yet the joke is on me

Offline

#5 2011-08-31 22:38:04

mandos
Member
From: Greece
Registered: 2006-01-23
Posts: 101
Website

Re: Trouble with Sentelic Finger Sensing Pad

My sentellic (MSI WIND U100 here) scroll by tapping the top-right and bottom-right corner. That is for vertical scrolling of course!
It was a pain to get used to it, but there is no other way to scroll with it. Oh, and it works by default, no extra packages (at least in opera).

I don't middle click on my netbook, I can't really help you with that.
I think it middle clicks when you press both buttons, but I've been wrong again in my life...

Offline

#6 2011-08-31 23:07:14

the sad clown
Member
From: 192.168.0.X
Registered: 2011-03-20
Posts: 837

Re: Trouble with Sentelic Finger Sensing Pad

Thanks, Mandos.  Was that on an Arch install that you got the corner scrolling to work?  I was aware that this is how the Sentelic driver was supposed to work, but I haven't been successful in getting it to do even this for me.


I laugh, yet the joke is on me

Offline

#7 2011-09-02 20:37:41

mandos
Member
From: Greece
Registered: 2006-01-23
Posts: 101
Website

Re: Trouble with Sentelic Finger Sensing Pad

Yes, Arch with no special configuration.

I do have the xf86-input-synaptics installed. I can't really remember why I did this, but it works fine! Although it is a sentelic (for sure)

Offline

#8 2011-09-02 20:47:39

the sad clown
Member
From: 192.168.0.X
Registered: 2011-03-20
Posts: 837

Re: Trouble with Sentelic Finger Sensing Pad

I had synaptics installed, but noticed that it wasn't being called upon by the touchpad and removed it.  It ignores synaptics because the touchpad is recognized as a pointer device, and not a touchpad device.

That is really disappointing to hear that you got it to work with no additional configuration.  I have no clue whatsoever why it isn't working for me.

Last edited by the sad clown (2011-09-02 20:49:20)


I laugh, yet the joke is on me

Offline

#9 2011-09-02 21:37:50

mandos
Member
From: Greece
Registered: 2006-01-23
Posts: 101
Website

Re: Trouble with Sentelic Finger Sensing Pad

As a matter of face, because I returned to Linux after a loooong time, I was amased to see it worked without configuring anything.

1) Does it work on windows (or some other live-cd?)
2) Maybe it is a different model that is more stuborn.

Is there any other way I can assist you? I could ran some commands (if there are any) and give you back the apropriate feedback if it helps!

ps: the last resort is to replace it with a synaptics one. I never liked doing something like that, because you'll have to rip your laptop apart, but it is an option.

Offline

#10 2011-09-02 22:07:29

the sad clown
Member
From: 192.168.0.X
Registered: 2011-03-20
Posts: 837

Re: Trouble with Sentelic Finger Sensing Pad

I didn't have a windows disk with this machine to try out.  I bought it with nothing installed since the company discounted the price if I didn't have windows and I was planning to use linux anyway.  It could be a different model, not that this would help me.  I'm not going to open it up for this.  It is minimally functional, I just wanted the full function that a sentelic touchpad is supposed to have, corner-scroll, etc.

I don't really think there is any test you could do, but thank you for the offer.


I laugh, yet the joke is on me

Offline

#11 2011-09-03 00:33:45

mandos
Member
From: Greece
Registered: 2006-01-23
Posts: 101
Website

Re: Trouble with Sentelic Finger Sensing Pad

While we are at it, try this:

add synaptics package and create (if it doesn't exist) a file in xorg.conf.d named 10-synaptics.conf with these inside:

Section "InputClass"
        Identifier "touchpad catchall"
        Driver "synaptics"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Option "TapButton1" "1"
        Option "TapButton2" "2"
        Option "TapButton3" "3"
EndSection

Offline

#12 2011-09-03 01:41:33

the sad clown
Member
From: 192.168.0.X
Registered: 2011-03-20
Posts: 837

Re: Trouble with Sentelic Finger Sensing Pad

OK, I'll give it a try and see if it does anything.


I laugh, yet the joke is on me

Offline

#13 2011-09-03 04:20:05

the sad clown
Member
From: 192.168.0.X
Registered: 2011-03-20
Posts: 837

Re: Trouble with Sentelic Finger Sensing Pad

mandos wrote:

While we are at it, try this:

add synaptics package and create (if it doesn't exist) a file in xorg.conf.d named 10-synaptics.conf with these inside:

Section "InputClass"
        Identifier "touchpad catchall"
        Driver "synaptics"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Option "TapButton1" "1"
        Option "TapButton2" "2"
        Option "TapButton3" "3"
EndSection

I did it.  Nothing changed and Xorg.0.log gave no indication that the synaptic driver was being used.


I laugh, yet the joke is on me

Offline

#14 2011-09-07 20:45:02

the sad clown
Member
From: 192.168.0.X
Registered: 2011-03-20
Posts: 837

Re: Trouble with Sentelic Finger Sensing Pad

I think this thing has defeated me.  I'm posting this so anyone else considering the purchase of a Cyberpower laptop (Xplorer X6-9100) will know that although not specified, that this computer comes with a Sentelic touchpad that is capable of only basic mouse-like functions.  No scrolling or multi-touch capabilities.


I laugh, yet the joke is on me

Offline

#15 2011-09-07 21:01:35

mandos
Member
From: Greece
Registered: 2006-01-23
Posts: 101
Website

Re: Trouble with Sentelic Finger Sensing Pad

I'm sorry that you haven't found an answer with that. Shall I suggest looking in other forums (msi wind u100 maybe?) to see if other people had the same problem and solved it somehow?

Offline

#16 2011-09-07 21:27:00

the sad clown
Member
From: 192.168.0.X
Registered: 2011-03-20
Posts: 837

Re: Trouble with Sentelic Finger Sensing Pad

I've searched those forums and made pretty extensive Google searches.  I found no solution to my problem.


I laugh, yet the joke is on me

Offline

#17 2011-11-11 03:21:10

mtrokic
Member
From: Montreal
Registered: 2009-10-24
Posts: 56
Website

Re: Trouble with Sentelic Finger Sensing Pad

I just opened my UX21e today and it uses the Sentelic Finger Sensing Pad driver. Unfortunately, I am facing the same problems as you are. I have basic functionality such as clicking, however I have no multitouch capability and worse still no scrolling ability. It's driving me nuts! I've been searching the net for hours now trying to figure out what's going on.

Is there really no one out there who can shed some light on this matter???

Offline

#18 2011-11-12 23:51:15

reubenbond
Member
Registered: 2011-11-12
Posts: 5

Re: Trouble with Sentelic Finger Sensing Pad

I wonder what modifications need to be made to sentelic.{c,h} for synaptics to detect it. Thankfully, Documentation/input/sentelic.txt describes the protocol, and gives some detail on putting the device into absolute positioning mode. The driver currently puts the device into intellimouse mode. It would be lovely if we could contribute improvements to the driver.

Last edited by reubenbond (2011-11-13 01:54:05)

Offline

#19 2011-11-14 03:16:50

reubenbond
Member
Registered: 2011-11-12
Posts: 5

Re: Trouble with Sentelic Finger Sensing Pad

Is there anyone experienced with Linux kernel hacking in this thread? It's my first time, but I've got a modified version of the driver running - still no multi-finger support. The hardware appears to only support up to two fingers. I'm trying to enable absolute positioning mode now - the kernel is cooking. I'll report back with any news. If people want to contribute, I can put my (hacky) code up on github.

Edit: I've put my (not-yet-functional) work-in-progress online: https://github.com/ReubenBond/sentelic-multitouch
I didn't put the entire kernel source there, just the sentelic.{c,h} files, which belong in drivers/input/mouse under the Linux kernel tree.

Last edited by reubenbond (2011-11-14 16:31:39)

Offline

#20 2011-11-14 17:50:33

mtrokic
Member
From: Montreal
Registered: 2009-10-24
Posts: 56
Website

Re: Trouble with Sentelic Finger Sensing Pad

reubenbond wrote:

Is there anyone experienced with Linux kernel hacking in this thread? It's my first time, but I've got a modified version of the driver running - still no multi-finger support. The hardware appears to only support up to two fingers. I'm trying to enable absolute positioning mode now - the kernel is cooking. I'll report back with any news. If people want to contribute, I can put my (hacky) code up on github.

Edit: I've put my (not-yet-functional) work-in-progress online: https://github.com/ReubenBond/sentelic-multitouch
I didn't put the entire kernel source there, just the sentelic.{c,h} files, which belong in drivers/input/mouse under the Linux kernel tree.


I have no experience with Linux kernel hacking but I can offer my most sincere thank you and encouragement for your effort! You very well may make a lot of people happy with this!!!

Offline

#21 2011-11-15 20:24:39

SkaveRat
Member
Registered: 2011-11-15
Posts: 7
Website

Re: Trouble with Sentelic Finger Sensing Pad

Just got my UX31 and I'm a little pissed that the touchpad has so crappy support. reubenbond, if you manage to get this running, you'll be my personal hero wink (and I bet of a lot of people)

Offline

#22 2011-11-16 08:48:16

reubenbond
Member
Registered: 2011-11-12
Posts: 5

Re: Trouble with Sentelic Finger Sensing Pad

Thanks for the support. I had to work late tonight, but I hope to get back to it tomorrow evening. If it comes to it, we can reverse engineer the Windows driver, which at least has two-finger input. All assistance welcome smile

Offline

#23 2011-11-16 18:12:28

SkaveRat
Member
Registered: 2011-11-15
Posts: 7
Website

Re: Trouble with Sentelic Finger Sensing Pad

working two-finger scrolling and clicking is all I need wink

As a webdev I sadly have absolutely no clue how to help here hmm

Offline

#24 2011-11-18 23:02:53

SkaveRat
Member
Registered: 2011-11-15
Posts: 7
Website

Re: Trouble with Sentelic Finger Sensing Pad

FYI, I don't know if you've seen this wiki page:
https://wiki.archlinux.org/index.php/Asus_Ux31

Offline

#25 2011-11-30 01:55:16

mtrokic
Member
From: Montreal
Registered: 2009-10-24
Posts: 56
Website

Re: Trouble with Sentelic Finger Sensing Pad

reubenbond, we haven't heard from you in a while... have you made any progress with the drivers? we're counting on you smile

Offline

Board footer

Powered by FluxBB