FS#14046 - [xorg-server] Multiple keyboard problems with evdev on resume/thaw

Attached to Project: Arch Linux
Opened by Adrian C. (anrxc) - Tuesday, 31 March 2009, 18:04 GMT
Last edited by Jan de Groot (JGC) - Saturday, 21 November 2009, 17:52 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Jan de Groot (JGC)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 2
Private No

Details

Description: Hi, with latest xorg and kernel in [testing] there are a few critical problems with the keyboard on my laptop using evdev.

1) Keyboard does not work at all on resume/thaw (X says device has changed and disables it - this bug has already been reported numerous times and nobody seems to be doing anything about it upstream/downstream/whoever is responsible). Until recently I worked around this with a pm-utils hook that would reload the AT keyboard interface (see script below). With latest packages from [testing] this still "works" and keyboard starts working but now it introduces a new bug:

2) If I enable the hook now (with packages specified below) X looses all keyboard settings and maps and none of the keymaps can be loaded nor by X automatically nor by hand with setxkbmap (see log below) until X is restarted.

Notes: Same thing as problem 1 ("device changed, disabling") also causes keyboard to stop working on VT switch. Or, this might be exactly what causes it on suspend too because one of the pm-utils hooks does a VT switch first thing on suspend/hibernate ?


Additional info:
* Packages:
* xorg-server 1.6.0-1, xf86-input-evdev 2.2.0-1, xorg-xkb-utils 7.4, kernel26 2.6.29-4
*
* Files:
* /etc/pm/sleep.d/70input-reset

#!/bin/sh
#
# Reload the AT keyboard interface.

case "$1" in
hibernate|suspend)
echo -n "i8042" > /sys/bus/platform/drivers/i8042/unbind
;;
thaw|resume)
echo -n "i8042" > /sys/bus/platform/drivers/i8042/bind
;;
*)
;;
esac


* /var/log/Xorg.0.log (excerpts after resume/thaw with 70input-reset hook enabled)

(II) config/hal: Adding input device AT Translated Set 2 keyboard
(**) AT Translated Set 2 keyboard: always reports core events
(**) AT Translated Set 2 keyboard: Device: "/dev/input/event1"
(II) AT Translated Set 2 keyboard: Found keys
(II) AT Translated Set 2 keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "hr"
(**) Option "xkb_options" "ctrl:swapcaps"
(EE) XKB: Could not invoke xkbcomp
(EE) XKB: Couldn't compile keymap
(WW) Couldn't load XKB keymap, falling back to pre-XKB keymap

At this point if I try to change the keymap manual with "setxkbmap" it will also fail complaining that the keymap was not found and xkbcomp failed to compile it. I am forced to restart X which then renders suspend/hibernate functionality useless and my alternative is to have a non-working keyboard which then also renders the whole idea useless.


Steps to reproduce:
1) Do a suspend/resume or hibernate/thaw cycle using evdev.
2) Do a suspend/resume or hibernate/thaw cycle using evdev and 70input-reset enabled.

Thank you.
This task depends upon

Closed by  Jan de Groot (JGC)
Saturday, 21 November 2009, 17:52 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed in 2.3.1-1.
Comment by Adrian C. (anrxc) - Friday, 03 April 2009, 00:43 GMT
I think loosing keymaps is connected to this bug http://bugs.archlinux.org/task/13188 I can live with reseting i8042 even though it should not be done. But I can't deal with this xkbcomp sh^H^Hproblem.

As for the 1st problem they claim it fixed in recent versions of evdev with this patch http://bugs.freedesktop.org/show_bug.cgi?id=19819 well I can certainly say that it's still b.r.o.k.e.n.
Comment by Adrian C. (anrxc) - Friday, 03 April 2009, 01:56 GMT
I would like to conclude this. I patched evdev my self, it's ugly but it works for me and solves *my problem*.



Comment by Adrian C. (anrxc) - Saturday, 15 August 2009, 23:34 GMT
Since this report is still open, I can add that this is still a problem with todays update to xf86-input-evdev 2.2.4. Other users on different hardware are reporting the same problem and I pasted my, previously mentioned, patch here: http://bbs.archlinux.org/viewtopic.php?pid=602290#p602290 in case it can help any future readers of this bug report.
Comment by Furkan Cayci (ArchMage) - Wednesday, 07 October 2009, 17:03 GMT
I had this issue for almost a year with my Sony CS190. After a clean install, it still exists. So,
After suspending, the keyboard doesn't work, and unbinding/binding i8042 only helps the touchpad, not the keyboard.

EDIT: PS: Keyboard & Touchpad work fine after hibernate.

cat /var/log/Xorg.0.log
[code]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.

X.Org X Server 1.6.3.901 (1.6.4 RC 1)
Release Date: 2009-8-25
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.30-ARCH i686
Current Operating System: Linux ArchTiger 2.6.30-ARCH #1 SMP PREEMPT Wed Sep 9 12:37:32 UTC 2009 i686
Build Date: 04 September 2009 03:37:03PM

Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sun Oct 4 11:01:41 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) No Layout section. Using the first Screen section.
(**) |-->Screen "Default Screen" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "Card0"
(**) Option "DontZap" "false"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
Entry deleted from font path.
(Run 'mkfontdir' on "/usr/share/fonts/100dpi").
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
Entry deleted from font path.
(Run 'mkfontdir' on "/usr/share/fonts/75dpi").
(==) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/TTF,
/usr/share/fonts/Type1,
built-ins
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Cannot locate a core pointer device.
(II) Cannot locate a core keyboard device.
(II) The server relies on HAL to provide the list of input devices.
If no devices become available, reconfigure HAL or disable AllowEmptyInput.
(II) Loader magic: 0xec0
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 5.0
X.Org XInput driver : 4.0
X.Org Server Extension : 2.0
(II) Loader running on linux
(++) using VT number 7

(--) PCI:*(0:0:2:0) 8086:2a42:104d:903f Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller rev 7, Mem @ 0xd0000000/4194304, 0xc0000000/268435456, I/O @ 0x000060f0/8
(--) PCI: (0:0:2:1) 8086:2a43:104d:903f Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller rev 7, Mem @ 0xd3400000/1048576
(II) Open ACPI successful (/var/run/acpid.socket)
(II) System resource ranges:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[5] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.6.3.901, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 1.6.3.901, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 1.6.3.901, module version = 1.0.0
ABI class: X.Org Server Extension, version 2.0
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 1.6.3.901, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 1.6.3.901, module version = 1.0.0
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
compiled for 1.6.3.901, module version = 1.1.0
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "intel"
(II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
compiled for 1.6.3.901, module version = 2.8.1
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 5.0
(II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
E7221 (i915), 915GM, 945G, 945GM, 945GME, IGD_GM, IGD_G, 965G, G35,
965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
Mobile Intel® GM45 Express Chipset,
Intel Integrated Graphics Device, G45/G43, Q45/Q43, G41, IGDNG_D,
IGDNG_M
(II) Primary Device is: PCI 00@00:02:0
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[5] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
(II) resource ranges after probing:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
[5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
[6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
[7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[8] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
[9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
[10] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: drmOpenMinor returns 8
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(==) intel(0): Depth 24, (--) framebuffer bpp 32
(==) intel(0): RGB weight 888
(==) intel(0): Default visual is TrueColor
(**) intel(0): Option "DRI" "false"
(II) intel(0): Integrated Graphics Chipset: Intel(R) Mobile Intel® GM45 Express Chipset
(--) intel(0): Chipset: "Mobile Intel® GM45 Express Chipset"
(II) intel(0): Output VGA1 using monitor section Monitor0
(II) intel(0): Output LVDS1 has no monitor section
(II) intel(0): Output VGA1 disconnected
(II) intel(0): Output LVDS1 connected
(II) intel(0): Using exact sizes for initial modes
(II) intel(0): Output LVDS1 using initial mode 1280x800
(==) intel(0): video overlay key set to 0x101fe
(==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
(==) intel(0): DPI set to (96, 96)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
compiled for 1.6.3.901, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.4
(==) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
[5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
[6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
[7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[8] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
[9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
[10] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
(**) intel(0): Kernel mode setting active, disabling FBC.
(**) intel(0): Framebuffer compression disabled
(**) intel(0): Tiling enabled
(**) intel(0): SwapBuffers wait enabled
(==) intel(0): VideoRam: 262144 KB
(II) intel(0): Attempting memory allocation with tiled buffers.
(II) intel(0): Tiled allocation successful.
(II) UXA(0): Driver registered support for the following operations:
(II) solid
(II) copy
(II) composite (RENDER acceleration)
(==) intel(0): Backing store disabled
(==) intel(0): Silken mouse enabled
(II) intel(0): Initializing HW Cursor
(II) intel(0): No memory allocations
(II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
(**) Option "dpms" "true"
(**) intel(0): DPMS enabled
(==) intel(0): Intel XvMC decoder disabled
(II) intel(0): Set up textured video
(II) intel(0): direct rendering: Disabled
(WW) intel(0): Option "AccelMethod" is not used
(--) RandR disabled
(II) Initializing built-in extension Generic Event Extension
(II) Initializing built-in extension SHAPE
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension BIG-REQUESTS
(II) Initializing built-in extension SYNC
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-MISC
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) AIGLX: Screen 0 is not DRI2 capable
(II) AIGLX: Screen 0 is not DRI capable
(II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/swrast_dri.so
(II) GLX: Initialized DRISWRAST GL provider for screen 0
(II) intel(0): Setting screen physical size to 338 x 211
(II) intel(0): Allocate new frame buffer 1280x800 stride 1280
(II) config/hal: Adding input device Sony Vaio Keys
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
compiled for 1.6.3, module version = 2.2.5
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 4.0
(**) Sony Vaio Keys: always reports core events
(**) Sony Vaio Keys: Device: "/dev/input/event10"
(II) Sony Vaio Keys: Found keys
(II) Sony Vaio Keys: Configuring as keyboard
(II) XINPUT: Adding extended input device "Sony Vaio Keys" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(II) config/hal: Adding input device Macintosh mouse button emulation
(**) Macintosh mouse button emulation: always reports core events
(**) Macintosh mouse button emulation: Device: "/dev/input/event0"
(II) Macintosh mouse button emulation: Found 3 mouse buttons
(II) Macintosh mouse button emulation: Found x and y relative axes
(II) Macintosh mouse button emulation: Configuring as mouse
(**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
(**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
(**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
(**) Macintosh mouse button emulation: (accel) filter chain progression: 2.00
(**) Macintosh mouse button emulation: (accel) filter stage 0: 20.00 ms
(**) Macintosh mouse button emulation: (accel) set acceleration profile 0
(II) Macintosh mouse button emulation: initialized for relative axes.
(II) config/hal: Adding input device PS/2 Generic Mouse
(**) PS/2 Generic Mouse: always reports core events
(**) PS/2 Generic Mouse: Device: "/dev/input/event5"
(II) PS/2 Generic Mouse: Found 3 mouse buttons
(II) PS/2 Generic Mouse: Found x and y relative axes
(II) PS/2 Generic Mouse: Configuring as mouse
(**) PS/2 Generic Mouse: YAxisMapping: buttons 4 and 5
(**) PS/2 Generic Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "PS/2 Generic Mouse" (type: MOUSE)
(**) PS/2 Generic Mouse: (accel) keeping acceleration scheme 1
(**) PS/2 Generic Mouse: (accel) filter chain progression: 2.00
(**) PS/2 Generic Mouse: (accel) filter stage 0: 20.00 ms
(**) PS/2 Generic Mouse: (accel) set acceleration profile 0
(II) PS/2 Generic Mouse: initialized for relative axes.
(II) config/hal: Adding input device Logitech VoIP USB Dual RF Receiver
(**) Logitech VoIP USB Dual RF Receiver: always reports core events
(**) Logitech VoIP USB Dual RF Receiver: Device: "/dev/input/event4"
(II) Logitech VoIP USB Dual RF Receiver: Found 12 mouse buttons
(II) Logitech VoIP USB Dual RF Receiver: Found x and y relative axes
(II) Logitech VoIP USB Dual RF Receiver: Found scroll wheel(s)
(II) Logitech VoIP USB Dual RF Receiver: Found keys
(II) Logitech VoIP USB Dual RF Receiver: Configuring as mouse
(II) Logitech VoIP USB Dual RF Receiver: Configuring as keyboard
(**) Logitech VoIP USB Dual RF Receiver: YAxisMapping: buttons 4 and 5
(**) Logitech VoIP USB Dual RF Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Logitech VoIP USB Dual RF Receiver" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(**) Logitech VoIP USB Dual RF Receiver: (accel) keeping acceleration scheme 1
(**) Logitech VoIP USB Dual RF Receiver: (accel) filter chain progression: 2.00
(**) Logitech VoIP USB Dual RF Receiver: (accel) filter stage 0: 20.00 ms
(**) Logitech VoIP USB Dual RF Receiver: (accel) set acceleration profile 0
(II) Logitech VoIP USB Dual RF Receiver: initialized for relative axes.
(II) config/hal: Adding input device AT Translated Set 2 keyboard
(**) AT Translated Set 2 keyboard: always reports core events
(**) AT Translated Set 2 keyboard: Device: "/dev/input/event1"
(II) AT Translated Set 2 keyboard: Found keys
(II) AT Translated Set 2 keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(II) config/hal: Adding input device Logitech VoIP USB Dual RF Receiver
(**) Logitech VoIP USB Dual RF Receiver: always reports core events
(**) Logitech VoIP USB Dual RF Receiver: Device: "/dev/input/event3"
(II) Logitech VoIP USB Dual RF Receiver: Found keys
(II) Logitech VoIP USB Dual RF Receiver: Configuring as keyboard
(II) XINPUT: Adding extended input device "Logitech VoIP USB Dual RF Receiver" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(II) config/hal: Adding input device UVC Camera (05ca:183f)
(**) UVC Camera (05ca:183f): always reports core events
(**) UVC Camera (05ca:183f): Device: "/dev/input/event2"
(II) UVC Camera (05ca:183f): Found keys
(II) UVC Camera (05ca:183f): Configuring as keyboard
(II) XINPUT: Adding extended input device "UVC Camera (05ca:183f)" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(II) config/hal: Adding input device Power Button
(**) Power Button: always reports core events
(**) Power Button: Device: "/dev/input/event8"
(II) Power Button: Found keys
(II) Power Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(II) config/hal: Adding input device Video Bus
(**) Video Bus: always reports core events
(**) Video Bus: Device: "/dev/input/event13"
(II) Video Bus: Found keys
(II) Video Bus: Configuring as keyboard
(II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(II) config/hal: Adding input device Power Button
(**) Power Button: always reports core events
(**) Power Button: Device: "/dev/input/event7"
(II) Power Button: Found keys
(II) Power Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) intel(0): No memory allocations
(II) Sony Vaio Keys: Device reopened after 1 attempts.
(II) Macintosh mouse button emulation: Device reopened after 1 attempts.
(II) PS/2 Generic Mouse: Device reopened after 1 attempts.
(II) Logitech VoIP USB Dual RF Receiver: Device reopened after 1 attempts.
(II) AT Translated Set 2 keyboard: Device reopened after 1 attempts.
(II) Logitech VoIP USB Dual RF Receiver: Device reopened after 1 attempts.
(II) UVC Camera (05ca:183f): Device reopened after 1 attempts.
(II) Power Button: Device reopened after 1 attempts.
(II) Video Bus: Device reopened after 1 attempts.
(II) Power Button: Device reopened after 1 attempts.
(II) Open ACPI successful (/var/run/acpid.socket)
(II) intel(0): No memory allocations
(II) Sony Vaio Keys: Device reopened after 1 attempts.
(II) Macintosh mouse button emulation: Device reopened after 1 attempts.
(II) PS/2 Generic Mouse: Device reopened after 1 attempts.
(II) Logitech VoIP USB Dual RF Receiver: Device reopened after 1 attempts.
(II) AT Translated Set 2 keyboard: Device reopened after 1 attempts.
(II) Logitech VoIP USB Dual RF Receiver: Device reopened after 1 attempts.
(II) UVC Camera (05ca:183f): Device reopened after 1 attempts.
(II) Power Button: Device reopened after 1 attempts.
(II) Video Bus: Device reopened after 1 attempts.
(II) Power Button: Device reopened after 1 attempts.
(II) intel(0): Allocate new frame buffer 1024x768 stride 1024
(II) intel(0): Allocate new frame buffer 2960x1050 stride 3072
(II) Open ACPI successful (/var/run/acpid.socket)
(II) intel(0): No memory allocations
(II) Sony Vaio Keys: Device reopened after 1 attempts.
(II) Macintosh mouse button emulation: Device reopened after 1 attempts.
(II) PS/2 Generic Mouse: Device reopened after 1 attempts.
(II) Logitech VoIP USB Dual RF Receiver: Device reopened after 1 attempts.
(II) Logitech VoIP USB Dual RF Receiver: Device reopened after 1 attempts.
(II) UVC Camera (05ca:183f): Device reopened after 1 attempts.
(II) Power Button: Device reopened after 1 attempts.
(II) Video Bus: Device reopened after 1 attempts.
(II) Power Button: Device reopened after 1 attempts.
(II) config/hal: removing device AT Translated Set 2 keyboard
(II) AT Translated Set 2 keyboard: Close
(II) UnloadModule: "evdev"
(II) intel(0): Allocate new frame buffer 1280x800 stride 1280
(II) intel(0): Allocate new frame buffer 2960x800 stride 3072
(II) intel(0): Allocate new frame buffer 1280x800 stride 1280
(II) intel(0): Allocate new frame buffer 2960x800 stride 3072
(II) intel(0): Allocate new frame buffer 1280x800 stride 1280
(II) config/hal: removing device PS/2 Generic Mouse
(II) PS/2 Generic Mouse: Close
(II) UnloadModule: "evdev"
(II) config/hal: Adding input device PS/2 Generic Mouse
(**) PS/2 Generic Mouse: always reports core events
(**) PS/2 Generic Mouse: Device: "/dev/input/event1"
(II) PS/2 Generic Mouse: Found 3 mouse buttons
(II) PS/2 Generic Mouse: Found x and y relative axes
(II) PS/2 Generic Mouse: Configuring as mouse
(**) PS/2 Generic Mouse: YAxisMapping: buttons 4 and 5
(**) PS/2 Generic Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "PS/2 Generic Mouse" (type: MOUSE)
(**) PS/2 Generic Mouse: (accel) keeping acceleration scheme 1
(**) PS/2 Generic Mouse: (accel) filter chain progression: 2.00
(**) PS/2 Generic Mouse: (accel) filter stage 0: 20.00 ms
(**) PS/2 Generic Mouse: (accel) set acceleration profile 0
(II) PS/2 Generic Mouse: initialized for relative axes.
(II) config/hal: Adding input device SynPS/2 Synaptics TouchPad
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
compiled for 1.6.3, module version = 1.1.3
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 4.0
(II) Synaptics touchpad driver version 1.1.3
(**) Option "Device" "/dev/input/event5"
(II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
(II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
(II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
(II) SynPS/2 Synaptics TouchPad: finger width range 0 - 0
(II) SynPS/2 Synaptics TouchPad: buttons: left right middle
(**) Option "TapButton1" "1"
(**) Option "TapButton2" "2"
(**) Option "TapButton3" "3"
(--) SynPS/2 Synaptics TouchPad: touchpad found
(**) SynPS/2 Synaptics TouchPad: always reports core events
(II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
(**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
(**) SynPS/2 Synaptics TouchPad: (accel) filter chain progression: 2.00
(**) SynPS/2 Synaptics TouchPad: (accel) filter stage 0: 20.00 ms
(**) SynPS/2 Synaptics TouchPad: (accel) set acceleration profile 0
(--) SynPS/2 Synaptics TouchPad: touchpad found
(II) config/hal: removing device PS/2 Generic Mouse
(II) PS/2 Generic Mouse: Close
(II) UnloadModule: "evdev"
(II) config/hal: removing device SynPS/2 Synaptics TouchPad
(II) UnloadModule: "synaptics"
(II) config/hal: Adding input device PS/2 Generic Mouse
(**) PS/2 Generic Mouse: always reports core events
(**) PS/2 Generic Mouse: Device: "/dev/input/event1"
(II) PS/2 Generic Mouse: Found 3 mouse buttons
(II) PS/2 Generic Mouse: Found x and y relative axes
(II) PS/2 Generic Mouse: Configuring as mouse
(**) PS/2 Generic Mouse: YAxisMapping: buttons 4 and 5
(**) PS/2 Generic Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "PS/2 Generic Mouse" (type: MOUSE)
(**) PS/2 Generic Mouse: (accel) keeping acceleration scheme 1
(**) PS/2 Generic Mouse: (accel) filter chain progression: 2.00
(**) PS/2 Generic Mouse: (accel) filter stage 0: 20.00 ms
(**) PS/2 Generic Mouse: (accel) set acceleration profile 0
(II) PS/2 Generic Mouse: initialized for relative axes.
(II) config/hal: Adding input device SynPS/2 Synaptics TouchPad
(II) Synaptics touchpad driver version 1.1.3
(**) Option "Device" "/dev/input/event5"
(II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
(II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
(II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
(II) SynPS/2 Synaptics TouchPad: finger width range 0 - 0
(II) SynPS/2 Synaptics TouchPad: buttons: left right middle
(**) Option "TapButton1" "1"
(**) Option "TapButton2" "2"
(**) Option "TapButton3" "3"
(--) SynPS/2 Synaptics TouchPad: touchpad found
(**) SynPS/2 Synaptics TouchPad: always reports core events
(II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
(**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
(**) SynPS/2 Synaptics TouchPad: (accel) filter chain progression: 2.00
(**) SynPS/2 Synaptics TouchPad: (accel) filter stage 0: 20.00 ms
(**) SynPS/2 Synaptics TouchPad: (accel) set acceleration profile 0
(--) SynPS/2 Synaptics TouchPad: touchpad found
(II) config/hal: removing device Sony Vaio Keys
(II) Sony Vaio Keys: Close
(II) UnloadModule: "evdev"
(II) config/hal: Adding input device Sony Vaio Keys
(**) Sony Vaio Keys: always reports core events
(**) Sony Vaio Keys: Device: "/dev/input/event10"
(II) Sony Vaio Keys: Found keys
(II) Sony Vaio Keys: Configuring as keyboard
(II) XINPUT: Adding extended input device "Sony Vaio Keys" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(II) config/hal: removing device PS/2 Generic Mouse
(II) PS/2 Generic Mouse: Close
(II) UnloadModule: "evdev"
(II) config/hal: removing device SynPS/2 Synaptics TouchPad
(II) UnloadModule: "synaptics"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) intel(0): No memory allocations
(II) Macintosh mouse button emulation: Device reopened after 1 attempts.
(II) Logitech VoIP USB Dual RF Receiver: Device reopened after 1 attempts.
(II) Logitech VoIP USB Dual RF Receiver: Device reopened after 1 attempts.
(II) UVC Camera (05ca:183f): Device reopened after 1 attempts.
(II) Power Button: Device reopened after 1 attempts.
(II) Video Bus: Device reopened after 1 attempts.
(II) Power Button: Device reopened after 1 attempts.
(II) Sony Vaio Keys: Device reopened after 1 attempts.
(II) config/hal: Adding input device PS/2 Generic Mouse
(**) PS/2 Generic Mouse: always reports core events
(**) PS/2 Generic Mouse: Device: "/dev/input/event1"
(II) PS/2 Generic Mouse: Found 3 mouse buttons
(II) PS/2 Generic Mouse: Found x and y relative axes
(II) PS/2 Generic Mouse: Configuring as mouse
(**) PS/2 Generic Mouse: YAxisMapping: buttons 4 and 5
(**) PS/2 Generic Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "PS/2 Generic Mouse" (type: MOUSE)
(**) PS/2 Generic Mouse: (accel) keeping acceleration scheme 1
(**) PS/2 Generic Mouse: (accel) filter chain progression: 2.00
(**) PS/2 Generic Mouse: (accel) filter stage 0: 20.00 ms
(**) PS/2 Generic Mouse: (accel) set acceleration profile 0
(II) PS/2 Generic Mouse: initialized for relative axes.
(II) config/hal: Adding input device SynPS/2 Synaptics TouchPad
(II) Synaptics touchpad driver version 1.1.3
(**) Option "Device" "/dev/input/event5"
(II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
(II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
(II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
(II) SynPS/2 Synaptics TouchPad: finger width range 0 - 0
(II) SynPS/2 Synaptics TouchPad: buttons: left right middle
(**) Option "TapButton1" "1"
(**) Option "TapButton2" "2"
(**) Option "TapButton3" "3"
(--) SynPS/2 Synaptics TouchPad: touchpad found
(**) SynPS/2 Synaptics TouchPad: always reports core events
(II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
(**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
(**) SynPS/2 Synaptics TouchPad: (accel) filter chain progression: 2.00
(**) SynPS/2 Synaptics TouchPad: (accel) filter stage 0: 20.00 ms
(**) SynPS/2 Synaptics TouchPad: (accel) set acceleration profile 0
(--) SynPS/2 Synaptics TouchPad: touchpad found
(II) config/hal: Adding input device AT Raw Set 2 keyboard
(**) AT Raw Set 2 keyboard: always reports core events
(**) AT Raw Set 2 keyboard: Device: "/dev/input/event12"
(II) AT Raw Set 2 keyboard: Found keys
(II) AT Raw Set 2 keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "AT Raw Set 2 keyboard" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(II) config/hal: removing device AT Raw Set 2 keyboard
(II) AT Raw Set 2 keyboard: Close
(II) UnloadModule: "evdev"
(II) config/hal: removing device PS/2 Generic Mouse
(II) PS/2 Generic Mouse: Close
(II) UnloadModule: "evdev"
(II) config/hal: removing device SynPS/2 Synaptics TouchPad
(II) UnloadModule: "synaptics"
(II) config/hal: removing device Logitech VoIP USB Dual RF Receiver
(II) Logitech VoIP USB Dual RF Receiver: Close
(II) UnloadModule: "evdev"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) intel(0): No memory allocations
(II) Macintosh mouse button emulation: Device reopened after 1 attempts.
(II) UVC Camera (05ca:183f): Device reopened after 1 attempts.
(II) Power Button: Device reopened after 1 attempts.
(II) Video Bus: Device reopened after 1 attempts.
(II) Power Button: Device reopened after 1 attempts.
(II) Sony Vaio Keys: Device reopened after 1 attempts.
(II) config/hal: removing device Logitech VoIP USB Dual RF Receiver
(II) Logitech VoIP USB Dual RF Receiver: Close
(II) UnloadModule: "evdev"
(II) config/hal: Adding input device PS/2 Generic Mouse
(**) PS/2 Generic Mouse: always reports core events
(**) PS/2 Generic Mouse: Device: "/dev/input/event1"
(II) PS/2 Generic Mouse: Found 3 mouse buttons
(II) PS/2 Generic Mouse: Found x and y relative axes
(II) PS/2 Generic Mouse: Configuring as mouse
(**) PS/2 Generic Mouse: YAxisMapping: buttons 4 and 5
(**) PS/2 Generic Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "PS/2 Generic Mouse" (type: MOUSE)
(**) PS/2 Generic Mouse: (accel) keeping acceleration scheme 1
(**) PS/2 Generic Mouse: (accel) filter chain progression: 2.00
(**) PS/2 Generic Mouse: (accel) filter stage 0: 20.00 ms
(**) PS/2 Generic Mouse: (accel) set acceleration profile 0
(II) PS/2 Generic Mouse: initialized for relative axes.
(II) config/hal: Adding input device SynPS/2 Synaptics TouchPad
(II) Synaptics touchpad driver version 1.1.3
(**) Option "Device" "/dev/input/event3"
(II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
(II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
(II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
(II) SynPS/2 Synaptics TouchPad: finger width range 0 - 0
(II) SynPS/2 Synaptics TouchPad: buttons: left right middle
(**) Option "TapButton1" "1"
(**) Option "TapButton2" "2"
(**) Option "TapButton3" "3"
(--) SynPS/2 Synaptics TouchPad: touchpad found
(**) SynPS/2 Synaptics TouchPad: always reports core events
(II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
(**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
(**) SynPS/2 Synaptics TouchPad: (accel) filter chain progression: 2.00
(**) SynPS/2 Synaptics TouchPad: (accel) filter stage 0: 20.00 ms
(**) SynPS/2 Synaptics TouchPad: (accel) set acceleration profile 0
(--) SynPS/2 Synaptics TouchPad: touchpad found
(II) config/hal: Adding input device Logitech VoIP USB Dual RF Receiver
(**) Logitech VoIP USB Dual RF Receiver: always reports core events
(**) Logitech VoIP USB Dual RF Receiver: Device: "/dev/input/event4"
(II) Logitech VoIP USB Dual RF Receiver: Found keys
(II) Logitech VoIP USB Dual RF Receiver: Configuring as keyboard
(II) XINPUT: Adding extended input device "Logitech VoIP USB Dual RF Receiver" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(II) config/hal: Adding input device Logitech VoIP USB Dual RF Receiver
(**) Logitech VoIP USB Dual RF Receiver: always reports core events
(**) Logitech VoIP USB Dual RF Receiver: Device: "/dev/input/event5"
(II) Logitech VoIP USB Dual RF Receiver: Found 12 mouse buttons
(II) Logitech VoIP USB Dual RF Receiver: Found x and y relative axes
(II) Logitech VoIP USB Dual RF Receiver: Found scroll wheel(s)
(II) Logitech VoIP USB Dual RF Receiver: Found keys
(II) Logitech VoIP USB Dual RF Receiver: Configuring as mouse
(II) Logitech VoIP USB Dual RF Receiver: Configuring as keyboard
(**) Logitech VoIP USB Dual RF Receiver: YAxisMapping: buttons 4 and 5
(**) Logitech VoIP USB Dual RF Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Logitech VoIP USB Dual RF Receiver" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(**) Logitech VoIP USB Dual RF Receiver: (accel) keeping acceleration scheme 1
(**) Logitech VoIP USB Dual RF Receiver: (accel) filter chain progression: 2.00
(**) Logitech VoIP USB Dual RF Receiver: (accel) filter stage 0: 20.00 ms
(**) Logitech VoIP USB Dual RF Receiver: (accel) set acceleration profile 0
(II) Logitech VoIP USB Dual RF Receiver: initialized for relative axes.[/code]
cat /var/log/kernel.log
[code]Oct 4 13:33:04 ArchTiger kernel: PM: Syncing filesystems ... done.
Oct 4 13:33:04 ArchTiger kernel: Freezing user space processes ... (elapsed 0.00 seconds) done.
Oct 4 13:33:04 ArchTiger kernel: Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
Oct 4 13:33:04 ArchTiger kernel: Suspending console(s) (use no_console_suspend to debug)
Oct 4 13:33:04 ArchTiger kernel: sd 0:0:0:0: [sda] Synchronizing SCSI cache
Oct 4 13:33:04 ArchTiger kernel: sd 0:0:0:0: [sda] Stopping disk
Oct 4 13:33:04 ArchTiger kernel: ACPI handle has no context!
Oct 4 13:33:04 ArchTiger kernel: sdhci-pci 0000:06:02.1: PME# disabled
Oct 4 13:33:04 ArchTiger kernel: sdhci-pci 0000:06:02.1: PCI INT B disabled
Oct 4 13:33:04 ArchTiger kernel: ACPI handle has no context!
Oct 4 13:33:04 ArchTiger kernel: ACPI handle has no context!
Oct 4 13:33:04 ArchTiger kernel: sky2 0000:02:00.0: PME# disabled
Oct 4 13:33:04 ArchTiger kernel: ehci_hcd 0000:00:1d.7: PCI INT A disabled
Oct 4 13:33:04 ArchTiger kernel: ehci_hcd 0000:00:1d.7: PME# disabled
Oct 4 13:33:04 ArchTiger kernel: uhci_hcd 0000:00:1d.2: PCI INT D disabled
Oct 4 13:33:04 ArchTiger kernel: uhci_hcd 0000:00:1d.1: PCI INT B disabled
Oct 4 13:33:04 ArchTiger kernel: uhci_hcd 0000:00:1d.0: PCI INT A disabled
Oct 4 13:33:04 ArchTiger kernel: HDA Intel 0000:00:1b.0: PCI INT A disabled
Oct 4 13:33:04 ArchTiger kernel: ACPI handle has no context!
Oct 4 13:33:04 ArchTiger kernel: ehci_hcd 0000:00:1a.7: PCI INT D disabled
Oct 4 13:33:04 ArchTiger kernel: ehci_hcd 0000:00:1a.7: PME# disabled
Oct 4 13:33:04 ArchTiger kernel: uhci_hcd 0000:00:1a.1: PCI INT B disabled
Oct 4 13:33:04 ArchTiger kernel: uhci_hcd 0000:00:1a.0: PCI INT A disabled
Oct 4 13:33:04 ArchTiger kernel: [drm:gm45_get_vblank_counter] *ERROR* trying to get vblank count for disabled pipe 0
Oct 4 13:33:04 ArchTiger kernel: ACPI: Preparing to enter system sleep state S3
Oct 4 13:33:04 ArchTiger kernel: Disabling non-boot CPUs ...
Oct 4 13:33:04 ArchTiger kernel: CPU 1 is now offline
Oct 4 13:33:04 ArchTiger kernel: SMP alternatives: switching to UP code
Oct 4 13:33:04 ArchTiger kernel: CPU0 attaching NULL sched-domain.
Oct 4 13:33:04 ArchTiger kernel: CPU1 attaching NULL sched-domain.
Oct 4 13:33:04 ArchTiger kernel: CPU0 attaching NULL sched-domain.
Oct 4 13:33:04 ArchTiger kernel: CPU1 is down
Oct 4 13:33:04 ArchTiger kernel: Extended CMOS year: 2000
Oct 4 13:33:04 ArchTiger kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
Oct 4 13:33:04 ArchTiger kernel: Intel machine check architecture supported.
Oct 4 13:33:04 ArchTiger kernel: Intel machine check reporting enabled on CPU#0.
Oct 4 13:33:04 ArchTiger kernel: Back to C!
Oct 4 13:33:04 ArchTiger kernel: Extended CMOS year: 2000
Oct 4 13:33:04 ArchTiger kernel: Enabling non-boot CPUs ...
Oct 4 13:33:04 ArchTiger kernel: SMP alternatives: switching to SMP code
Oct 4 13:33:04 ArchTiger kernel: Booting processor 1 APIC 0x1 ip 0x6000
Oct 4 13:33:04 ArchTiger kernel: Initializing CPU#1
Oct 4 13:33:04 ArchTiger kernel: Calibrating delay using timer specific routine.. 5059.62 BogoMIPS (lpj=8429792)
Oct 4 13:33:04 ArchTiger kernel: CPU: L1 I cache: 32K, L1 D cache: 32K
Oct 4 13:33:04 ArchTiger kernel: CPU: L2 cache: 6144K
Oct 4 13:33:04 ArchTiger kernel: CPU: Physical Processor ID: 0
Oct 4 13:33:04 ArchTiger kernel: CPU: Processor Core ID: 1
Oct 4 13:33:04 ArchTiger kernel: Intel machine check architecture supported.
Oct 4 13:33:04 ArchTiger kernel: Intel machine check reporting enabled on CPU#1.
Oct 4 13:33:04 ArchTiger kernel: x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
Oct 4 13:33:04 ArchTiger kernel: CPU1: Intel(R) Core(TM)2 Duo CPU T9400 @ 2.53GHz stepping 06
Oct 4 13:33:04 ArchTiger kernel: CPU0 attaching NULL sched-domain.
Oct 4 13:33:04 ArchTiger kernel: Switched to high resolution mode on CPU 1
Oct 4 13:33:04 ArchTiger kernel: CPU0 attaching sched-domain:
Oct 4 13:33:04 ArchTiger kernel: domain 0: span 0-1 level MC
Oct 4 13:33:04 ArchTiger kernel: groups: 0 1
Oct 4 13:33:04 ArchTiger kernel: CPU1 attaching sched-domain:
Oct 4 13:33:04 ArchTiger kernel: domain 0: span 0-1 level MC
Oct 4 13:33:04 ArchTiger kernel: groups: 1 0
Oct 4 13:33:04 ArchTiger kernel: CPU1 is up
Oct 4 13:33:04 ArchTiger kernel: ACPI: Waking up from system sleep state S3
Oct 4 13:33:04 ArchTiger kernel: i915 0000:00:02.0: restoring config space at offset 0x6 (was 0xc, writing 0xc000000c)
Oct 4 13:33:04 ArchTiger kernel: i915 0000:00:02.0: restoring config space at offset 0x1 (was 0x900007, writing 0x900407)
Oct 4 13:33:04 ArchTiger kernel: uhci_hcd 0000:00:1a.0: restoring config space at offset 0x1 (was 0x2900005, writing 0x2900001)
Oct 4 13:33:04 ArchTiger kernel: uhci_hcd 0000:00:1a.1: restoring config space at offset 0x1 (was 0x2900005, writing 0x2900001)
Oct 4 13:33:04 ArchTiger kernel: ehci_hcd 0000:00:1a.7: restoring config space at offset 0x1 (was 0x2900006, writing 0x2900002)
Oct 4 13:33:04 ArchTiger kernel: HDA Intel 0000:00:1b.0: restoring config space at offset 0x1 (was 0x100006, writing 0x100002)
Oct 4 13:33:04 ArchTiger kernel: pcieport-driver 0000:00:1c.0: restoring config space at offset 0xf (was 0x100, writing 0x1ff)
Oct 4 13:33:04 ArchTiger kernel: pcieport-driver 0000:00:1c.0: restoring config space at offset 0x9 (was 0x10001, writing 0xd131d041)
Oct 4 13:33:04 ArchTiger kernel: pcieport-driver 0000:00:1c.0: restoring config space at offset 0x8 (was 0x0, writing 0xd670d570)
Oct 4 13:33:04 ArchTiger kernel: pcieport-driver 0000:00:1c.0: restoring config space at offset 0x7 (was 0x20000000, writing 0x5040)
Oct 4 13:33:04 ArchTiger kernel: pcieport-driver 0000:00:1c.0: restoring config space at offset 0x6 (was 0x0, writing 0x20200)
Oct 4 13:33:04 ArchTiger kernel: pcieport-driver 0000:00:1c.0: restoring config space at offset 0x1 (was 0x100000, writing 0x100407)
Oct 4 13:33:04 ArchTiger kernel: pcieport-driver 0000:00:1c.2: restoring config space at offset 0xf (was 0x300, writing 0x3ff)
Oct 4 13:33:04 ArchTiger kernel: pcieport-driver 0000:00:1c.2: restoring config space at offset 0x9 (was 0x10001, writing 0xd231d141)
Oct 4 13:33:04 ArchTiger kernel: pcieport-driver 0000:00:1c.2: restoring config space at offset 0x8 (was 0x0, writing 0xd560d460)
Oct 4 13:33:04 ArchTiger kernel: pcieport-driver 0000:00:1c.2: restoring config space at offset 0x7 (was 0x20000000, writing 0x3030)
Oct 4 13:33:04 ArchTiger kernel: pcieport-driver 0000:00:1c.2: restoring config space at offset 0x6 (was 0x0, writing 0x30300)
Oct 4 13:33:04 ArchTiger kernel: pcieport-driver 0000:00:1c.2: restoring config space at offset 0x1 (was 0x100000, writing 0x100407)
Oct 4 13:33:04 ArchTiger kernel: pcieport-driver 0000:00:1c.4: restoring config space at offset 0xf (was 0x100, writing 0x1ff)
Oct 4 13:33:04 ArchTiger kernel: pcieport-driver 0000:00:1c.4: restoring config space at offset 0x9 (was 0x10001, writing 0xd331d241)
Oct 4 13:33:04 ArchTiger kernel: pcieport-driver 0000:00:1c.4: restoring config space at offset 0x8 (was 0x0, writing 0xd450d360)
Oct 4 13:33:04 ArchTiger kernel: pcieport-driver 0000:00:1c.4: restoring config space at offset 0x7 (was 0x20000000, writing 0x2020)
Oct 4 13:33:04 ArchTiger kernel: pcieport-driver 0000:00:1c.4: restoring config space at offset 0x6 (was 0x0, writing 0x50400)
Oct 4 13:33:04 ArchTiger kernel: pcieport-driver 0000:00:1c.4: restoring config space at offset 0x1 (was 0x100000, writing 0x100407)
Oct 4 13:33:04 ArchTiger kernel: uhci_hcd 0000:00:1d.0: restoring config space at offset 0x1 (was 0x2900005, writing 0x2900001)
Oct 4 13:33:04 ArchTiger kernel: uhci_hcd 0000:00:1d.1: restoring config space at offset 0x1 (was 0x2900005, writing 0x2900001)
Oct 4 13:33:04 ArchTiger kernel: uhci_hcd 0000:00:1d.2: restoring config space at offset 0x1 (was 0x2900005, writing 0x2900001)
Oct 4 13:33:04 ArchTiger kernel: ehci_hcd 0000:00:1d.7: restoring config space at offset 0x1 (was 0x2900006, writing 0x2900002)
Oct 4 13:33:04 ArchTiger kernel: pci 0000:00:1e.0: restoring config space at offset 0x9 (was 0x10001, writing 0x1fff1)
Oct 4 13:33:04 ArchTiger kernel: pci 0000:00:1e.0: restoring config space at offset 0x8 (was 0x0, writing 0xd350d350)
Oct 4 13:33:04 ArchTiger kernel: pci 0000:00:1e.0: restoring config space at offset 0x7 (was 0x22800000, writing 0x228000f0)
Oct 4 13:33:04 ArchTiger kernel: pci 0000:00:1e.0: restoring config space at offset 0x1 (was 0x100000, writing 0x100007)
Oct 4 13:33:04 ArchTiger kernel: ahci 0000:00:1f.2: restoring config space at offset 0x1 (was 0x2b00007, writing 0x2b00407)
Oct 4 13:33:04 ArchTiger kernel: sky2 0000:02:00.0: restoring config space at offset 0xf (was 0x100, writing 0x10b)
Oct 4 13:33:04 ArchTiger kernel: sky2 0000:02:00.0: restoring config space at offset 0x6 (was 0x1, writing 0x4001)
Oct 4 13:33:04 ArchTiger kernel: sky2 0000:02:00.0: restoring config space at offset 0x4 (was 0x4, writing 0xd5700004)
Oct 4 13:33:04 ArchTiger kernel: sky2 0000:02:00.0: restoring config space at offset 0x1 (was 0x100000, writing 0x100407)
Oct 4 13:33:04 ArchTiger kernel: iwlagn 0000:03:00.0: restoring config space at offset 0xf (was 0x100, writing 0x10b)
Oct 4 13:33:04 ArchTiger kernel: iwlagn 0000:03:00.0: restoring config space at offset 0x4 (was 0x4, writing 0xd4600004)
Oct 4 13:33:04 ArchTiger kernel: iwlagn 0000:03:00.0: restoring config space at offset 0x1 (was 0x100000, writing 0x100406)
Oct 4 13:33:04 ArchTiger kernel: ohci1394 0000:06:02.0: restoring config space at offset 0x3 (was 0x800000, writing 0x804000)
Oct 4 13:33:04 ArchTiger kernel: ohci1394 0000:06:02.0: restoring config space at offset 0x1 (was 0x2100000, writing 0x2100006)
Oct 4 13:33:04 ArchTiger kernel: sdhci-pci 0000:06:02.1: restoring config space at offset 0x4 (was 0x0, writing 0xd3500900)
Oct 4 13:33:04 ArchTiger kernel: sdhci-pci 0000:06:02.1: restoring config space at offset 0x3 (was 0x800000, writing 0x804000)
Oct 4 13:33:04 ArchTiger kernel: sdhci-pci 0000:06:02.1: restoring config space at offset 0x1 (was 0x2100000, writing 0x2100006)
Oct 4 13:33:04 ArchTiger kernel: pci 0000:06:02.2: restoring config space at offset 0x4 (was 0x0, writing 0xd3500800)
Oct 4 13:33:04 ArchTiger kernel: pci 0000:06:02.2: restoring config space at offset 0x1 (was 0x2100000, writing 0x2100006)
Oct 4 13:33:04 ArchTiger kernel: i915 0000:00:02.0: setting latency timer to 64
Oct 4 13:33:04 ArchTiger kernel: pci 0000:00:02.1: PME# disabled
Oct 4 13:33:04 ArchTiger kernel: uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Oct 4 13:33:04 ArchTiger kernel: uhci_hcd 0000:00:1a.0: setting latency timer to 64
Oct 4 13:33:04 ArchTiger kernel: usb usb3: root hub lost power or was reset
Oct 4 13:33:04 ArchTiger kernel: uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
Oct 4 13:33:04 ArchTiger kernel: uhci_hcd 0000:00:1a.1: setting latency timer to 64
Oct 4 13:33:04 ArchTiger kernel: usb usb4: root hub lost power or was reset
Oct 4 13:33:04 ArchTiger kernel: ehci_hcd 0000:00:1a.7: PME# disabled
Oct 4 13:33:04 ArchTiger kernel: ehci_hcd 0000:00:1a.7: PCI INT D -> GSI 19 (level, low) -> IRQ 19
Oct 4 13:33:04 ArchTiger kernel: ehci_hcd 0000:00:1a.7: setting latency timer to 64
Oct 4 13:33:04 ArchTiger kernel: ehci_hcd 0000:00:1a.7: PME# disabled
Oct 4 13:33:04 ArchTiger kernel: HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
Oct 4 13:33:04 ArchTiger kernel: HDA Intel 0000:00:1b.0: setting latency timer to 64
Oct 4 13:33:04 ArchTiger kernel: uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
Oct 4 13:33:04 ArchTiger kernel: uhci_hcd 0000:00:1d.0: setting latency timer to 64
Oct 4 13:33:04 ArchTiger kernel: usb usb5: root hub lost power or was reset
Oct 4 13:33:04 ArchTiger kernel: uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
Oct 4 13:33:04 ArchTiger kernel: uhci_hcd 0000:00:1d.1: setting latency timer to 64
Oct 4 13:33:04 ArchTiger kernel: usb usb6: root hub lost power or was reset
Oct 4 13:33:04 ArchTiger kernel: uhci_hcd 0000:00:1d.2: PCI INT D -> GSI 16 (level, low) -> IRQ 16
Oct 4 13:33:04 ArchTiger kernel: uhci_hcd 0000:00:1d.2: setting latency timer to 64
Oct 4 13:33:04 ArchTiger kernel: usb usb7: root hub lost power or was reset
Oct 4 13:33:04 ArchTiger kernel: ehci_hcd 0000:00:1d.7: PME# disabled
Oct 4 13:33:04 ArchTiger kernel: ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
Oct 4 13:33:04 ArchTiger kernel: ehci_hcd 0000:00:1d.7: setting latency timer to 64
Oct 4 13:33:04 ArchTiger kernel: ehci_hcd 0000:00:1d.7: PME# disabled
Oct 4 13:33:04 ArchTiger kernel: pci 0000:00:1e.0: setting latency timer to 64
Oct 4 13:33:04 ArchTiger kernel: ahci 0000:00:1f.2: setting latency timer to 64
Oct 4 13:33:04 ArchTiger kernel: sky2 0000:02:00.0: PME# disabled
Oct 4 13:33:04 ArchTiger kernel: iwlagn 0000:03:00.0: Radio Frequency Kill Switch is On:
Oct 4 13:33:04 ArchTiger kernel: Kill switch must be turned off for wireless networking to work.
Oct 4 13:33:04 ArchTiger kernel: ohci1394: fw-host0: OHCI-1394 1.0 (PCI): IRQ=[16] MMIO=[d3500000-d35007ff] Max Packet=[2048] IR/IT contexts=[4/4]
Oct 4 13:33:04 ArchTiger kernel: sdhci-pci 0000:06:02.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
Oct 4 13:33:04 ArchTiger kernel: sdhci-pci 0000:06:02.1: Will use DMA mode even though HW doesn't fully claim to support it.
Oct 4 13:33:04 ArchTiger kernel: pci 0000:06:02.2: PME# disabled
Oct 4 13:33:04 ArchTiger kernel: sd 0:0:0:0: [sda] Starting disk
Oct 4 13:33:04 ArchTiger kernel: ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Oct 4 13:33:04 ArchTiger kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0 filtered out
Oct 4 13:33:04 ArchTiger kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0 filtered out
Oct 4 13:33:04 ArchTiger kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Oct 4 13:33:04 ArchTiger kernel: ata1.00: configured for UDMA/133
Oct 4 13:33:04 ArchTiger kernel: ata2.00: ACPI cmd f5/00:00:00:00:00:a0 filtered out
Oct 4 13:33:04 ArchTiger kernel: pm_op(): usb_dev_resume+0x0/0x30 [usbcore] returns -19
Oct 4 13:33:04 ArchTiger kernel: PM: Device 5-1 failed to resume: error -19
Oct 4 13:33:04 ArchTiger kernel: pm_op(): usb_dev_resume+0x0/0x30 [usbcore] returns -19
Oct 4 13:33:04 ArchTiger kernel: PM: Device 5-1.1 failed to resume: error -19
Oct 4 13:33:04 ArchTiger kernel: pm_op(): usb_dev_resume+0x0/0x30 [usbcore] returns -19
Oct 4 13:33:04 ArchTiger kernel: PM: Device 5-1.2 failed to resume: error -19
Oct 4 13:33:04 ArchTiger kernel: Restarting tasks ... <6>usb 5-1: USB disconnect, address 2
Oct 4 13:33:04 ArchTiger kernel: usb 5-1.1: USB disconnect, address 3
Oct 4 13:33:04 ArchTiger kernel: done.
Oct 4 13:33:04 ArchTiger kernel: usb 5-1.2: USB disconnect, address 4
Oct 4 13:33:05 ArchTiger kernel: i8042.c: Detected active multiplexing controller, rev 1.1.
Oct 4 13:33:05 ArchTiger kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Oct 4 13:33:05 ArchTiger kernel: serio: i8042 AUX0 port at 0x60,0x64 irq 12
Oct 4 13:33:05 ArchTiger kernel: serio: i8042 AUX1 port at 0x60,0x64 irq 12
Oct 4 13:33:05 ArchTiger kernel: serio: i8042 AUX2 port at 0x60,0x64 irq 12
Oct 4 13:33:05 ArchTiger kernel: serio: i8042 AUX3 port at 0x60,0x64 irq 12
Oct 4 13:33:05 ArchTiger kernel: sky2 eth0: enabling interface
Oct 4 13:33:05 ArchTiger kernel: ADDRCONF(NETDEV_UP): eth0: link is not ready
Oct 4 13:33:05 ArchTiger kernel: iwlagn 0000:03:00.0: Radio disabled by HW RF Kill switch
Oct 4 13:33:05 ArchTiger kernel: ADDRCONF(NETDEV_UP): wlan0: link is not ready
Oct 4 13:33:05 ArchTiger kernel: wlan0: Failed to config new BSSID to the low-level driver
Oct 4 13:33:05 ArchTiger kernel: wlan0: direct probe to AP 00:22:75:4c:36:15 try 1
Oct 4 13:33:05 ArchTiger kernel: CPU0 attaching NULL sched-domain.
Oct 4 13:33:05 ArchTiger kernel: CPU1 attaching NULL sched-domain.
Oct 4 13:33:05 ArchTiger kernel: CPU0 attaching sched-domain:
Oct 4 13:33:05 ArchTiger kernel: domain 0: span 0-1 level MC
Oct 4 13:33:05 ArchTiger kernel: groups: 0 1
Oct 4 13:33:05 ArchTiger kernel: CPU1 attaching sched-domain:
Oct 4 13:33:05 ArchTiger kernel: domain 0: span 0-1 level MC
Oct 4 13:33:05 ArchTiger kernel: groups: 1 0
Oct 4 13:33:05 ArchTiger kernel: wlan0: direct probe to AP 00:22:75:4c:36:15 try 2
Oct 4 13:33:05 ArchTiger kernel: wlan0: direct probe to AP 00:22:75:4c:36:15 try 3
Oct 4 13:33:05 ArchTiger kernel: wlan0: direct probe to AP 00:22:75:4c:36:15 timed out
Oct 4 13:33:06 ArchTiger kernel: psmouse serio22: ID: 10 00 64
Oct 4 13:33:06 ArchTiger kernel: sky2 eth0: Link is up at 100 Mbps, full duplex, flow control both
Oct 4 13:33:06 ArchTiger kernel: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Oct 4 13:33:07 ArchTiger kernel: input: PS/2 Generic Mouse as /devices/platform/i8042/serio22/input/input23
Oct 4 13:33:07 ArchTiger kernel: Synaptics Touchpad, model: 1, fw: 7.0, id: 0x1c0b1, caps: 0xd04711/0xa00000
Oct 4 13:33:07 ArchTiger kernel: input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio24/input/input24
Oct 4 13:33:08 ArchTiger kernel: ata2.00: qc timeout (cmd 0xef)
Oct 4 13:33:08 ArchTiger kernel: ata2.00: failed to set xfermode (err_mask=0x4)
Oct 4 13:33:09 ArchTiger kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Oct 4 13:33:09 ArchTiger kernel: ata2.00: ACPI cmd f5/00:00:00:00:00:a0 filtered out
Oct 4 13:33:09 ArchTiger kernel: ata2.00: ACPI cmd f5/00:00:00:00:00:a0 filtered out
Oct 4 13:33:09 ArchTiger kernel: ata2.00: configured for UDMA/33
Oct 4 13:33:09 ArchTiger kernel: ata2: exception Emask 0x10 SAct 0x0 SErr 0x0 action 0x18 t4
Oct 4 13:33:09 ArchTiger kernel: ata2: irq_stat 0x40000001
Oct 4 13:33:09 ArchTiger kernel: ata2: EH complete
Oct 4 13:33:10 ArchTiger kernel: psmouse.c: Mouse at isa0060/serio2/input0 lost synchronization, throwing 2 bytes away.
Oct 4 13:33:17 ArchTiger kernel: eth0: no IPv6 routers present
Oct 4 13:33:29 ArchTiger kernel: psmouse.c: Mouse at isa0060/serio2/input0 lost synchronization, throwing 1 bytes away.
Oct 4 13:33:30 ArchTiger kernel: psmouse.c: Mouse at isa0060/serio2/input0 lost synchronization, throwing 2 bytes away.
Oct 4 13:33:32 ArchTiger kernel: psmouse.c: Mouse at isa0060/serio2/input0 lost synchronization, throwing 2 bytes away.
Oct 4 13:34:04 ArchTiger kernel: usb 5-1: new full speed USB device using uhci_hcd and address 5
Oct 4 13:34:04 ArchTiger kernel: usb 5-1: configuration #1 chosen from 1 choice
Oct 4 13:34:04 ArchTiger kernel: hub 5-1:1.0: USB hub found
Oct 4 13:34:04 ArchTiger kernel: hub 5-1:1.0: 2 ports detected
Oct 4 13:34:04 ArchTiger kernel: usb 5-1.1: new full speed USB device using uhci_hcd and address 6
Oct 4 13:34:05 ArchTiger kernel: usb 5-1.1: configuration #1 chosen from 1 choice
Oct 4 13:34:05 ArchTiger kernel: input: Logitech VoIP USB Dual RF Receiver as /devices/pci0000:00/0000:00:1d.0/usb5/5-1/5-1.1/5-1.1:1.0/input/input25
Oct 4 13:34:05 ArchTiger kernel: generic-usb 0003:046D:C51C.0003: input,hidraw0: USB HID v1.11 Keyboard [Logitech VoIP USB Dual RF Receiver] on usb-0000:00:1d.0-1.1/input0
Oct 4 13:34:05 ArchTiger kernel: input: Logitech VoIP USB Dual RF Receiver as /devices/pci0000:00/0000:00:1d.0/usb5/5-1/5-1.1/5-1.1:1.1/input/input26
Oct 4 13:34:05 ArchTiger kernel: generic-usb 0003:046D:C51C.0004: input,hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech VoIP USB Dual RF Receiver] on usb-0000:00:1d.0-1.1/input1
Oct 4 13:34:05 ArchTiger kernel: usb 5-1.2: new full speed USB device using uhci_hcd and address 7
Oct 4 13:34:05 ArchTiger kernel: usb 5-1.2: configuration #1 chosen from 1 choice[/code]
cat /var/log/pm-suspend.log
[code]Initial commandline parameters:
Sun Oct 4 13:34:08 EDT 2009: Running hooks for suspend.
/usr/lib/pm-utils/sleep.d/00auto-quirk suspend suspend: Adding quirks from HAL: --quirk-dpms-on --quirk-dpms-suspend --quirk-vbe-post --quirk-vbemode-restore --quirk-vbestate-restore --quirk-vga-mode-3
success.
/usr/lib/pm-utils/sleep.d/00logging suspend suspend: Linux ArchTiger 2.6.30-ARCH #1 SMP PREEMPT Wed Sep 9 12:37:32 UTC 2009 i686 Intel(R) Core(TM)2 Duo CPU T9400 @ 2.53GHz GenuineIntel GNU/Linux
Module Size Used by
sony_laptop 29520 0
vboxdrv 134376 0
ipv6 277876 14
fuse 60896 2
fan 4392 0
msr 3240 0
cpufreq_ondemand 7672 2
acpi_cpufreq 8624 0
freq_table 3716 2 cpufreq_ondemand,acpi_cpufreq
snd_seq_dummy 2696 0
snd_seq_oss 31168 0
snd_seq_midi_event 7012 1 snd_seq_oss
snd_seq 53744 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
arc4 1732 2
ecb 2788 2
iwlagn 95208 0
sdhci_pci 7300 0
sdhci 17128 1 sdhci_pci
iwlcore 96132 1 iwlagn
mac80211 182976 2 iwlagn,iwlcore
snd_pcm_oss 40352 0
ohci1394 30196 0
mmc_core 52704 1 sdhci
snd_mixer_oss 17540 1 snd_pcm_oss
led_class 3976 2 sdhci,iwlcore
ieee1394 85324 1 ohci1394
battery 10984 0
ac 4360 0
cfg80211 67364 3 iwlagn,iwlcore,mac80211
rfkill 10640 5 sony_laptop,iwlcore
thermal 13888 0
button 5556 0
snd_hda_codec_realtek 206568 1
snd_usb_audio 86304 3
snd_usb_lib 17252 1 snd_usb_audio
snd_rawmidi 21856 1 snd_usb_lib
snd_seq_device 6768 4 snd_seq_dummy,snd_seq_oss,snd_seq,snd_rawmidi
i915 184872 2
processor 35864 3 acpi_cpufreq
joydev 10400 0
drm 154656 2 i915
snd_hda_intel 26664 2
snd_hda_codec 71716 2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep 7656 2 snd_usb_audio,snd_hda_codec
snd_pcm 73512 6 snd_pcm_oss,snd_usb_audio,snd_hda_intel,snd_hda_codec
snd_timer 21100 2 snd_seq,snd_pcm
snd 58436 21 snd_seq_oss,snd_seq,snd_pcm_oss,snd_mixer_oss,snd_hda_codec_realtek,snd_usb_audio,snd_rawmidi,snd_seq_device,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
snd_page_alloc 8876 2 snd_hda_intel,snd_pcm
usbhid 40608 0
hid 42496 1 usbhid
i2c_algo_bit 5864 1 i915
uvcvideo 61040 0
videodev 36544 1 uvcvideo
v4l1_compat 15688 2 uvcvideo,videodev
video 19832 1 i915
btusb 12632 0
bluetooth 56676 1 btusb
output 2884 1 video
psmouse 59644 0
i2c_i801 9656 0
i2c_core 22776 4 i915,drm,i2c_algo_bit,i2c_i801
intel_agp 27484 1
agpgart 32756 2 drm,intel_agp
sg 27928 0
iTCO_wdt 10952 0
iTCO_vendor_support 3080 1 iTCO_wdt
serio_raw 5704 0
bridge 54008 0
sky2 47240 0
evdev 10176 19
stp 2088 1 bridge
llc 5552 2 bridge,stp
tun 13572 0
soundcore 6784 1 snd
rtc_cmos 11212 0
rtc_core 18048 1 rtc_cmos
rtc_lib 2500 1 rtc_core
ext3 134380 3
jbd 48504 1 ext3
mbcache 7080 1 ext3
sr_mod 16612 0
cdrom 36032 1 sr_mod
sd_mod 27328 5
uhci_hcd 23540 0
ehci_hcd 36112 0
usbcore 150160 8 snd_usb_audio,snd_usb_lib,usbhid,uvcvideo,btusb,uhci_hcd,ehci_hcd
ahci 34004 4
libata 168044 1 ahci
scsi_mod 110708 4 sg,sr_mod,sd_mod,libata
total used free shared buffers cached
Mem: 2980024 2880848 99176 0 108764 2400148
-/+ buffers/cache: 371936 2608088
Swap: 1052216 0 1052216
success.[/code]
Let me know, if you need any other output.
Thanks
Comment by Furkan Cayci (ArchMage) - Wednesday, 07 October 2009, 17:10 GMT
Sorry about the mess in my previous comment, I couldn't delete it.
Here is a cleaner version.

I had this issue for almost a year with my Sony CS190. After a clean install, it still exists. So,
After suspending, the keyboard doesn't work, and unbinding/binding i8042 only helps the touchpad, not the keyboard.

EDIT: PS: Keyboard & Touchpad work fine after hibernate.

Let me know if you need any other output.
Thanks,
Furkan
Comment by Jan de Groot (JGC) - Sunday, 08 November 2009, 23:29 GMT
Is this still an issue with 2.6.31 and xorg-server 1.7?
Comment by Adrian C. (anrxc) - Monday, 09 November 2009, 00:32 GMT
I do not know if Furkan Cayci has the exact problem as I have.

I reported multiple problems, most of which were caused by resetting i8042 which should not be a concern now. The focus is on evdev and that it disables the keyboard. That is certainly still valid with last xorg-server (more importantly xf86-input-evdev 2.3.0): keyboard is disabled after resume from suspend, and sometimes on VT switch. With the informative message that evdev reports to Xorg.0.log:
Device has changed - disabling.

This being a laptop I can without a doubt say; device did not change, it is after all integrated into the case.

This time I am attaching a patch that I use ever since the initial report, and as far as I'm concerned this bug can be closed, since it's a problem of the upstream.

Comment by Adrian C. (anrxc) - Saturday, 21 November 2009, 17:35 GMT
Fixed in xf86-input-evdev version 2.3.1, commit 175af93 (Relax checks when reopening devices), more information:
http://cgit.freedesktop.org/xorg/driver/xf86-input-evdev/commit/?h=evdev-2.3-branch&id=175af93

Loading...