[SOLVED] Touchpad detected as keyboard

Since some week back, most probably because of some update my touchpad stopped working correctly. It's like all the extra functions are gone since there is no scrolling, no tapfunction, and it's extremly sensitive.
I've read some of the threads on the forum and tried the solutions but found nothing to work. What I've tried:
1. Comment out the touchpad in /etx/X11/xorg.conf.d/10-evdev.conf
2. Remove /etc/X11/xorg.conf
3. Update udev to 168
4. None of the changes I make to /etc/X11/xorg.conf.d/10-synaptics.conf seem to have any effect at all on the touchpad.
The configuration now is:
/etc/X11/xorg.conf.d/10-evdev.conf
Section "InputClass"
Identifier "evdev pointer catchall"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
EndSection
Section "InputClass"
Identifier "evdev keyboard catchall"
MatchIsKeyboard "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
EndSection
Section "InputClass"
Identifier "evdev touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "synaptic"
EndSection
Section "InputClass"
Identifier "evdev tablet catchall"
MatchIsTablet "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
EndSection
Section "InputClass"
Identifier "evdev touchscreen catchall"
MatchIsTouchscreen "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
EndSection
/etx/X11/xorg.conf.d/10-synaptic.conf
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchDevicePath "/dev/input/event*"
MatchIsTouchpad "on"
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "TapButton3" "3"
Option "VertEdgeScroll" "on"
EndSection
And the lines from xorg log containing synaptic:
[ 705.427] (II) config/udev: Adding input device Sleep Button (/dev/input/event4)
[ 705.427] (**) Sleep Button: Applying InputClass "evdev touchpad catchall"
[ 705.427] (**) Sleep Button: Applying InputClass "touchpad catchall"
[ 705.427] (II) LoadModule: "synaptics"
[ 705.428] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 705.428] (II) Module synaptics: vendor="X.Org Foundation"
[ 705.428] compiled for 1.10.0, module version = 1.4.0
[ 705.428] Module class: X.Org XInput Driver
[ 705.428] ABI class: X.Org XInput driver, version 12.2
[ 705.428] (II) Using input driver 'synaptics' for 'Sleep Button'
[ 705.428] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 705.428] (**) Sleep Button: always reports core events
[ 705.428] (**) Option "Device" "/dev/input/event4"
[ 705.560] (--) Sleep Button: invalid x-axis range. defaulting to 1615 - 5685
[ 705.560] (--) Sleep Button: invalid y-axis range. defaulting to 1729 - 4171
[ 705.560] (--) Sleep Button: invalid pressure range. defaulting to 0 - 256
[ 705.560] (--) Sleep Button: invalid finger width range. defaulting to 0 - 16
[ 705.560] (**) Option "VertEdgeScroll" "on"
[ 705.560] (**) Option "TapButton1" "1"
[ 705.560] (**) Option "TapButton2" "2"
[ 705.560] (**) Option "TapButton3" "3"
[ 705.666] (--) Sleep Button: no supported touchpad found
[ 705.666] (EE) Sleep Button Unable to query/initialize Synaptics hardware.
[ 705.720] (EE) PreInit returned 11 for "Sleep Button"
[ 705.720] (II) UnloadModule: "synaptics"
[ 705.720] (II) Unloading synaptics
[ 705.827] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event7)
[ 705.827] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev keyboard catchall"
[ 705.827] (II) Using input driver 'evdev' for 'SynPS/2 Synaptics TouchPad'
[ 705.827] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 705.827] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 705.827] (**) SynPS/2 Synaptics TouchPad: Device: "/dev/input/event7"
[ 705.853] (--) SynPS/2 Synaptics TouchPad: Found 3 mouse buttons
[ 705.853] (--) SynPS/2 Synaptics TouchPad: Found absolute axes
[ 705.853] (--) SynPS/2 Synaptics TouchPad: Found x and y absolute axes
[ 705.853] (--) SynPS/2 Synaptics TouchPad: Found absolute touchpad.
[ 705.853] (II) SynPS/2 Synaptics TouchPad: Configuring as touchpad
[ 705.853] (**) SynPS/2 Synaptics TouchPad: YAxisMapping: buttons 4 and 5
[ 705.853] (**) SynPS/2 Synaptics TouchPad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 705.853] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event7"
[ 705.853] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
[ 705.853] (II) SynPS/2 Synaptics TouchPad: initialized for absolute axes.
[ 705.853] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[ 705.853] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0
[ 705.853] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 705.853] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 705.854] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[ 705.854] (II) No input driver/identifier specified (ignoring)
[ 705.854] (II) config/udev: Adding input device PC Speaker (/dev/input/event1)
[ 705.854] (II) No input driver/identifier specified (ignoring)
Last edited by Larsson (2011-04-29 12:09:08)

Temporarily solved the problem. It was as I suspected, the touchpad was detected as a keyboard and therefor loaded the evdev driver as seen in xorg.log. So I changed the /etx/X11/xorg.conf.d/10-synaptic.conf to match keyboard instead and only for the specific event named in xorg.log. 
So /etx/X11/xorg.conf.d/10-synaptic.conf:
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsKeyboard "on"
MatchDevicePath "/dev/input/event7"
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "TapButton3" "3
Option "VertEdgeScroll" "on"
EndSection
Last edited by Larsson (2011-04-29 12:08:21)

Similar Messages

  • [Potentially Solved] Touchpad sometimes not detected possible IRQ.

    Edit:
    Potentially solved: since adding the below entries to my bootloader I have not encountered the issue, or it may be just a coincidence.
    append to the boot line: i8042.nomux=1 i8042.reset
    I've been experiencing an issue for the last few years which has bugged me across two different brands of laptop, but has been very hard to debug due to how random the event seems to occur.
    One in every 20 or so boots, the touchpad on my laptop (Lenovo Z500) is not detected; not just by X, but by the system as a whole, it's as if it has been physically disconnected somehow.
    It will take a few good reboots for the system to detect it again, and the problem disappears for another few days/weeks
    One strange thing I have noticed, is that when looking at the listing of interrupts during a 'failed touchpad boot', IRQ 12, which I believe is normally the touchpad, has vanished.
    I'm not very clued up on these matters so I'm not sure how to start debugging this, and working out if the issue is down to my setup of the system or not.
    Any ideas on what could be causing this?
    Thanks.
    Output of /proc/interrupts during a working boot:
    CPU0 CPU1 CPU2 CPU3
    0: 23 0 0 0 IO-APIC-edge timer
    1: 16 723 9 10 IO-APIC-edge i8042
    8: 0 0 0 1 IO-APIC-edge rtc0
    9: 299 118 10 14 IO-APIC-fasteoi acpi
    12: 845 21415 146 77 IO-APIC-edge i8042
    16: 461 8993 74 44 IO-APIC-fasteoi ehci_hcd:usb1
    17: 0 0 0 0 IO-APIC-fasteoi ath9k
    23: 2 25 5 1 IO-APIC-fasteoi ehci_hcd:usb2
    41: 5 22 0 2 PCI-MSI-edge xhci_hcd
    42: 1557 1065 596 500 PCI-MSI-edge ahci
    43: 11 2 0 0 PCI-MSI-edge mei_me
    44: 266 0 0 0 PCI-MSI-edge snd_hda_intel
    46: 4 28 26 1 PCI-MSI-edge i915
    NMI: 0 0 0 0 Non-maskable interrupts
    LOC: 3002 12958 2572 1842 Local timer interrupts
    SPU: 0 0 0 0 Spurious interrupts
    PMI: 0 0 0 0 Performance monitoring interrupts
    IWI: 88 170 115 197 IRQ work interrupts
    RTR: 1 0 0 0 APIC ICR read retries
    RES: 367 332 393 431 Rescheduling interrupts
    CAL: 129 71 24 58 Function call interrupts
    TLB: 99 72 157 892 TLB shootdowns
    TRM: 0 0 0 0 Thermal event interrupts
    THR: 0 0 0 0 Threshold APIC interrupts
    MCE: 0 0 0 0 Machine check exceptions
    MCP: 2 2 2 2 Machine check polls
    THR: 0 0 0 0 Hypervisor callback interrupts
    ERR: 0
    MIS: 0
    Output of /proc/interrupts during a non-working boot:
    CPU0 CPU1 CPU2 CPU3
    0: 23 0 0 0 IO-APIC-edge timer
    1: 9 235 2 11 IO-APIC-edge i8042
    8: 0 0 1 0 IO-APIC-edge rtc0
    9: 217 44 24 40 IO-APIC-fasteoi acpi
    16: 96 2512 38 173 IO-APIC-fasteoi ehci_hcd:usb1
    17: 0 0 0 0 IO-APIC-fasteoi ath9k
    23: 3 25 1 4 IO-APIC-fasteoi ehci_hcd:usb2
    41: 6 23 0 1 PCI-MSI-edge xhci_hcd
    42: 1445 937 649 479 PCI-MSI-edge ahci
    43: 9 3 0 1 PCI-MSI-edge mei_me
    45: 11 10 4 39 PCI-MSI-edge i915
    46: 93 80 94 0 PCI-MSI-edge snd_hda_intel
    NMI: 0 0 0 0 Non-maskable interrupts
    LOC: 1251 3465 1964 692 Local timer interrupts
    SPU: 0 0 0 0 Spurious interrupts
    PMI: 0 0 0 0 Performance monitoring interrupts
    IWI: 76 97 47 79 IRQ work interrupts
    RTR: 1 0 0 0 APIC ICR read retries
    RES: 349 252 190 335 Rescheduling interrupts
    CAL: 110 72 30 69 Function call interrupts
    TLB: 101 52 817 651 TLB shootdowns
    TRM: 0 0 0 0 Thermal event interrupts
    THR: 0 0 0 0 Threshold APIC interrupts
    MCE: 0 0 0 0 Machine check exceptions
    MCP: 2 2 2 2 Machine check polls
    THR: 0 0 0 0 Hypervisor callback interrupts
    ERR: 0
    MIS: 0
    Output of /proc/bus/input/devices during a working boot (touchpad detected at bus 0011):
    I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
    N: Name="AT Translated Set 2 keyboard"
    P: Phys=isa0060/serio0/input0
    S: Sysfs=/devices/platform/i8042/serio0/input/input0
    U: Uniq=
    H: Handlers=kbd event0
    B: PROP=0
    B: EV=120013
    B: KEY=402000000 3803078f800d001 feffffdfffefffff fffffffffffffffe
    B: MSC=10
    B: LED=7
    I: Bus=0019 Vendor=0000 Product=0001 Version=0000
    N: Name="Power Button"
    P: Phys=PNP0C0C/button/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/PNP0C0C:00/input/input2
    U: Uniq=
    H: Handlers=kbd event1
    B: PROP=0
    B: EV=3
    B: KEY=10000000000000 0
    I: Bus=0019 Vendor=0000 Product=0005 Version=0000
    N: Name="Lid Switch"
    P: Phys=PNP0C0D/button/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input3
    U: Uniq=
    H: Handlers=event2
    B: PROP=0
    B: EV=21
    B: SW=1
    I: Bus=0019 Vendor=0000 Product=0001 Version=0000
    N: Name="Power Button"
    P: Phys=LNXPWRBN/button/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    U: Uniq=
    H: Handlers=kbd event3
    B: PROP=0
    B: EV=3
    B: KEY=10000000000000 0
    I: Bus=0019 Vendor=0000 Product=0000 Version=0000
    N: Name="Ideapad extra buttons"
    P: Phys=ideapad/input0
    S: Sysfs=/devices/platform/VPC2004:00/input/input5
    U: Uniq=
    H: Handlers=kbd rfkill event4
    B: PROP=0
    B: EV=13
    B: KEY=1400800100c03 400000000300000 0 0
    B: MSC=10
    I: Bus=0010 Vendor=001f Product=0001 Version=0100
    N: Name="PC Speaker"
    P: Phys=isa0061/input0
    S: Sysfs=/devices/platform/pcspkr/input/input7
    U: Uniq=
    H: Handlers=kbd event5
    B: PROP=0
    B: EV=40001
    B: SND=6
    I: Bus=0003 Vendor=13d3 Product=5170 Version=0730
    N: Name="Lenovo EasyCamera"
    P: Phys=usb-0000:00:14.0-4/button
    S: Sysfs=/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/input/input9
    U: Uniq=
    H: Handlers=kbd event6
    B: PROP=0
    B: EV=3
    B: KEY=100000 0 0 0
    I: Bus=0001 Vendor=10ec Product=0269 Version=0001
    N: Name="HDA Digital PCBeep"
    P: Phys=card0/codec#0/beep0
    S: Sysfs=/devices/pci0000:00/0000:00:1b.0/sound/card0/hdaudioC0D0/input8
    U: Uniq=
    H: Handlers=kbd event7
    B: PROP=0
    B: EV=40001
    B: SND=6
    I: Bus=0000 Vendor=0000 Product=0000 Version=0000
    N: Name="HDA Intel PCH Mic"
    P: Phys=ALSA
    S: Sysfs=/devices/pci0000:00/0000:00:1b.0/sound/card0/input10
    U: Uniq=
    H: Handlers=event8
    B: PROP=0
    B: EV=21
    B: SW=10
    I: Bus=0000 Vendor=0000 Product=0000 Version=0000
    N: Name="HDA Intel PCH Headphone"
    P: Phys=ALSA
    S: Sysfs=/devices/pci0000:00/0000:00:1b.0/sound/card0/input11
    U: Uniq=
    H: Handlers=event9
    B: PROP=0
    B: EV=21
    B: SW=4
    I: Bus=0000 Vendor=0000 Product=0000 Version=0000
    N: Name="HDA Intel PCH HDMI/DP,pcm=3"
    P: Phys=ALSA
    S: Sysfs=/devices/pci0000:00/0000:00:1b.0/sound/card0/input12
    U: Uniq=
    H: Handlers=event10
    B: PROP=0
    B: EV=21
    B: SW=140
    I: Bus=0011 Vendor=0002 Product=0007 Version=01b1
    N: Name="SynPS/2 Synaptics TouchPad"
    P: Phys=isa0060/serio1/input0
    S: Sysfs=/devices/platform/i8042/serio1/input/input6
    U: Uniq=
    H: Handlers=event11 mouse0
    B: PROP=5
    B: EV=b
    B: KEY=e520 10000 0 0 0 0
    B: ABS=660800011000003
    I: Bus=0019 Vendor=0000 Product=0006 Version=0000
    N: Name="Video Bus"
    P: Phys=LNXVIDEO/video/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:35/LNXVIDEO:00/input/input13
    U: Uniq=
    H: Handlers=kbd event12
    B: PROP=0
    B: EV=3
    B: KEY=3e000b00000000 0 0 0
    I: Bus=0019 Vendor=0000 Product=0006 Version=0000
    N: Name="Video Bus"
    P: Phys=LNXVIDEO/video/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:03/input/input14
    U: Uniq=
    H: Handlers=kbd event13
    B: PROP=0
    B: EV=3
    B: KEY=3e000b00000000 0 0 0
    Output of /proc/bus/input/devices during a non-working boot:
    I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
    N: Name="AT Translated Set 2 keyboard"
    P: Phys=isa0060/serio0/input0
    S: Sysfs=/devices/platform/i8042/serio0/input/input2
    U: Uniq=
    H: Handlers=kbd event0
    B: PROP=0
    B: EV=120013
    B: KEY=402000000 3803078f800d001 feffffdfffefffff fffffffffffffffe
    B: MSC=10
    B: LED=7
    I: Bus=0019 Vendor=0000 Product=0001 Version=0000
    N: Name="Power Button"
    P: Phys=PNP0C0C/button/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/PNP0C0C:00/input/input3
    U: Uniq=
    H: Handlers=kbd event1
    B: PROP=0
    B: EV=3
    B: KEY=10000000000000 0
    I: Bus=0019 Vendor=0000 Product=0005 Version=0000
    N: Name="Lid Switch"
    P: Phys=PNP0C0D/button/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input4
    U: Uniq=
    H: Handlers=event2
    B: PROP=0
    B: EV=21
    B: SW=1
    I: Bus=0019 Vendor=0000 Product=0001 Version=0000
    N: Name="Power Button"
    P: Phys=LNXPWRBN/button/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
    U: Uniq=
    H: Handlers=kbd event3
    B: PROP=0
    B: EV=3
    B: KEY=10000000000000 0
    I: Bus=0019 Vendor=0000 Product=0000 Version=0000
    N: Name="Ideapad extra buttons"
    P: Phys=ideapad/input0
    S: Sysfs=/devices/platform/VPC2004:00/input/input6
    U: Uniq=
    H: Handlers=kbd rfkill event4
    B: PROP=0
    B: EV=13
    B: KEY=1400800100c03 400000000300000 0 0
    B: MSC=10
    I: Bus=0010 Vendor=001f Product=0001 Version=0100
    N: Name="PC Speaker"
    P: Phys=isa0061/input0
    S: Sysfs=/devices/platform/pcspkr/input/input7
    U: Uniq=
    H: Handlers=kbd event5
    B: PROP=0
    B: EV=40001
    B: SND=6
    I: Bus=0003 Vendor=13d3 Product=5170 Version=0730
    N: Name="Lenovo EasyCamera"
    P: Phys=usb-0000:00:14.0-4/button
    S: Sysfs=/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/input/input8
    U: Uniq=
    H: Handlers=kbd event6
    B: PROP=0
    B: EV=3
    B: KEY=100000 0 0 0
    I: Bus=0019 Vendor=0000 Product=0006 Version=0000
    N: Name="Video Bus"
    P: Phys=LNXVIDEO/video/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:35/LNXVIDEO:00/input/input9
    U: Uniq=
    H: Handlers=kbd event7
    B: PROP=0
    B: EV=3
    B: KEY=3e000b00000000 0 0 0
    I: Bus=0019 Vendor=0000 Product=0006 Version=0000
    N: Name="Video Bus"
    P: Phys=LNXVIDEO/video/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:03/input/input10
    U: Uniq=
    H: Handlers=kbd event8
    B: PROP=0
    B: EV=3
    B: KEY=3e000b00000000 0 0 0
    I: Bus=0001 Vendor=10ec Product=0269 Version=0001
    N: Name="HDA Digital PCBeep"
    P: Phys=card0/codec#0/beep0
    S: Sysfs=/devices/pci0000:00/0000:00:1b.0/sound/card0/hdaudioC0D0/input11
    U: Uniq=
    H: Handlers=kbd event9
    B: PROP=0
    B: EV=40001
    B: SND=6
    I: Bus=0000 Vendor=0000 Product=0000 Version=0000
    N: Name="HDA Intel PCH Mic"
    P: Phys=ALSA
    S: Sysfs=/devices/pci0000:00/0000:00:1b.0/sound/card0/input12
    U: Uniq=
    H: Handlers=event10
    B: PROP=0
    B: EV=21
    B: SW=10
    I: Bus=0000 Vendor=0000 Product=0000 Version=0000
    N: Name="HDA Intel PCH Headphone"
    P: Phys=ALSA
    S: Sysfs=/devices/pci0000:00/0000:00:1b.0/sound/card0/input13
    U: Uniq=
    H: Handlers=event11
    B: PROP=0
    B: EV=21
    B: SW=4
    I: Bus=0000 Vendor=0000 Product=0000 Version=0000
    N: Name="HDA Intel PCH HDMI/DP,pcm=3"
    P: Phys=ALSA
    S: Sysfs=/devices/pci0000:00/0000:00:1b.0/sound/card0/input14
    U: Uniq=
    H: Handlers=event12
    B: PROP=0
    B: EV=21
    B: SW=140
    Last edited by kYd (2014-07-01 18:11:45)

    Hi gav989,
    welcome to the forums. Please have a look at our forum etiquette, esp. at the "Pasting Pictures and Code" section.
    The image you posted is too big, but only slightly, so I leave it there for now. You may want to look at these screenshot posting rules as well.

  • Take printscreen and detect mouse/keyboard input

    hi guys,
    I'm looking a way to take printsceen and detecting mouse/keyboard input in Adobe Air app using html/ajax .. is it possible ?
    any ideas ..please

    I wrote a blog post on how to do screen capturing using Adobe AIR abnd HTML/JavaScript. Maybe it'll help you out:
    http://www.andymatthews.net/read/2009/11/05/Capture-BitmapData-with-JavaScript-AIR-applica tions
    As for detecting key input, you can add a keydown/keydown event to the document quite easily.
    document.addEventListener('keydown', function(evt){
         // do something

  • Mac Mini 2011 Server Won't Detect Bluetooth Keyboard

    Hi all,
    My new Mac Mini Server (2011) with Lion preinstalled is causing my some headaches and it is barely out of the box. I have an Apple Wireless Keyboard and a third-party bluetooth mouse. I unpaired both from my Macbook Pro and then tried switching the MBP's bluetooth off and even turning off the whole **** machine. In the mean time, the Mac Mini's Setup Assistant could not find my keyboard, but it did find my mouse. I tried putting fresh batteries in my keyboard and everything looks fine since even my iPad can "see" the keyboard is active. However, because Setup Assistant cannot detect the keyboard, I cannot get past the Setup stage (and hopefully try fiddling with the bluetooth settings). I am compleetly stuck on the page where one has to input an Admininstor's password for the server. A mouse alone cannot get me past this part. Can anyone please please help me?
    Denis

    Start the mini looking for the keyboard then turn the keyboard off and on again (worked for me)

  • Macbook can not detect any keyboards or mouses

    My macbook can't detect any keyboards or mouses on the USB-port. USB-sticks or disks are no problem.
    A week ago there was no problem connecting everything. So today I used a USB-hub to connect my devices and mybe this was the problem.
    After connecting, the mac can't decect any keyboards or mouses also without using the hub.
    I tried:
    restart
    battery removal
    PRAM reset
    SMC reset
    But always no result.
    So what can help?
    Tanks.

    I believe it has to do with my Airport Utility on my MacBook (since the problem occers since I upgraded to the latest version). Is there any way to reinstall this App?
    EDIT: Sorry, I believe I need to read this thread http://discussions.apple.com/thread.jspa?threadID=2644274&tstart=0
    Message was edited by: Jaap74

  • How to detect what keyboard is currently active on desktop?

    Hi there, I'm working on a virtual keyboard (window with buttons as keys) for my swing application. When I show keyobard window I would like to adjust the layout of my virtual keyboard to system keyboard that is currently active on desktop. But I don't know how to detect what keyboard is currently active. How to detect this? Thank you.

    I answered my own question - see
    http://forums.ni.com/t5/LabVIEW/Loading-and-Running-a-VI-on-a-cRIO-from-a-PC/td-p/796657
    On the Real-Time CompactRIO Properties > VI Server, you must check the box for TCP/IP protocol, which by default is unchecked.
    Also, when you make a Build Specification for a VI and set it to run on startup, you can still enter the VI name (not c:\ni-rt\startup\startup.rtexe) as the VI Path on the Open VI Reference.

  • Detection of keyboard language in WES 2009

    Hello
    I require information on language detection of the keyboard by the operating system. Without manually selecting the country in System how OS will detect if keyboard of some different country is connected?
    Eg: Swedish keyboard is connected and language in OS is English
    Please reply
    Thank you

    This forum is for POSREady 7. WES 2009 forum is here:
    https://social.msdn.microsoft.com/Forums/en-US/home?forum=embeddedwindowscomponents
    There is no automation that I am aware of. The keyboard simply sends scan codes to the computer. The operating system with local language set translates the scan codes to the local language. In the case of the Swedish keyboard to OS English, the translation
    will be to English. Some of the keys might be in different locations that a English keyboard. Manually setting the language has to be preformed.
    www.annabooks.com / www.seanliming.com / Book Author - Pro Guide to WE8S, Pro Guide to WES 7, Pro Guide to POS for .NET

  • [SOLVED] G602 Gaming mouse extra buttons detected as keyboard keys

    I have a Logitech G602 mouse with a bunch of extra buttons. I am familiar with xmodmap, xinput, xbindkeys, and easystroke.
    If I use xev to test for input events, my back/forward buttons work like most mice- I get values of button 8 and button 9. However, when I use the other extra mouse buttons, I get IDENTICAL values to pressing 1, 2, or 3 on the keyboard respectively.
    As an example, say I open a terminal. I can press these extra mouse buttons and it will "type" 1, 2 or 3 into the terminal just as if I had hit those numbers on my keyboard. If I hit shift, it will "type" !, @, and # just as if I had typed on the keyboard.
    If I change the keycodes, I lose function of my 1, 2, and 3 keys. If I use xbindkeys to bind a command to the extra mouse buttons, pressing 1, 2, and 3 on the keyboard will run those commands!
    The only thing I can think of is using a different keyboard layout, or that the mouse isnt supported at the kernel level (pressing extra mouse keys with X killed again "types" 1, 2, or 3) and I need to file a bug report somewhere. Where upstream do I file a bug report if this isnt fixable?
    Any ideas at all?
    Last edited by GSF1200S (2014-03-12 17:12:47)

    Perfect Gentleman wrote:I got Razer Naga 2014 Left-Hand. It has 12 buttons that are the same with 1-10 buttons of keyboard. You can only re-arrange 1-3 buttons or not, and that's all you can do.
    As I understood remapping of these buttons works fine only in Windows with its windows drivers and software.
    For those with or looking to buy a Logitech G602, the answer is unfortunately Windows for a fix I had figured beforehand that it was some kind of assignment issue as I didnt see it possible for 2 different devices to be assigned the same keysym, but thats apparently due to my lack of understanding how such codes are assigned.
    After reading the above response, I installed the Logitech software on a buddys windows computer and changed the (top 3) buttons to Shift, Alt, and Super- this allows me to use shift/alt/super + left/middle/right click for use within my wm (Openbox). This is a permanent change until you change it again, so at least you only need windows once.
    I had searched around to see if anyone had this mouse working with Linux, but couldnt find any mentions. I can now at least confirm for others all the buttons will work and will be detected if you reprogram the mouse from windows. You can even reassign the battery check G6 button (which I did) and the DPI settings buttons near the left click (I left those alone for gimp work).
    I tried Wine for the software without much hope, and indeed while the software installed fine, the program couldnt detect the mouse with it plugged in. It has been my experience that device detection in wine is a crapshoot at best. Anyways, problem solved..

  • [solved] Touchpad scrolling and tapping stops working after Xorg 1.9

    Hi all,
    My laptop is an Acer Extensa 5630EZ and it has been running for over a year with Arch without problems. However, since the xorg 1.9 upgrade the touchpad edge scrolling just randomly stops working. Everything else continues working fine. I have searched the forums and Googled but haven't found anything that fixes it. Logging out and back into KDE gets the scrolling working again (X restart I guess). I'm pretty much stumped for ideas. Please help!
    [edit]
    - I edited the title for a more accurate description
    - I noticed that tapping also stops working
    - Note that it initially works but then randomly stops... as opposed to others' where it does not work at all.
    /etc/X11/xorg.conf.d/10-synaptics.conf
    $ cat /etc/X11/xorg.conf.d/10-synaptics.conf
    Section "InputClass"
    Identifier "touchpad catchall"
    Driver "synaptics"
    MatchIsTouchpad "on"
    Option "TapButton1" "1"
    Option "TapButton2" "2"
    Option "TapButton3" "3"
    Option "VertEdgeScroll" "on"
    Option "VertTwoFingerScroll" "on"
    Option "CornerCoasting" "1"
    Option "RBCornerButton" "3"
    Option "LTCornerButton" "2"
    Option "CoastingSpeed" "0.5"
    Option "CoastingFriction" "0"
    Option "EmulateTwoFingerMinZ" "40"
    Option "EmulateTwoFingerMinW" "5"
    EndSection
    /etc/X11/xorg.conf.d/10-evdev.conf
    $ cat /etc/X11/xorg.conf.d/10-evdev.conf
    # Catch-all evdev loader for udev-based systems
    # We don't simply match on any device since that also adds accelerometers
    # and other devices that we don't really want to use. The list below
    # matches everything but joysticks.
    Section "InputClass"
    Identifier "evdev pointer catchall"
    MatchIsPointer "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev keyboard catchall"
    MatchIsKeyboard "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev touchpad catchall"
    MatchIsTouchpad "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev tablet catchall"
    MatchIsTablet "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev touchscreen catchall"
    MatchIsTouchscreen "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    touchpad part of X log
    [ 36091.108] (II) config/udev: Adding input device PS/2 Mouse (/dev/input/event5)
    [ 36091.108] (**) PS/2 Mouse: Applying InputClass "evdev pointer catchall"
    [ 36091.108] (**) PS/2 Mouse: always reports core events
    [ 36091.108] (**) PS/2 Mouse: Device: "/dev/input/event5"
    [ 36091.120] (--) PS/2 Mouse: Found 3 mouse buttons
    [ 36091.120] (--) PS/2 Mouse: Found relative axes
    [ 36091.120] (--) PS/2 Mouse: Found x and y relative axes
    [ 36091.120] (II) PS/2 Mouse: Configuring as mouse
    [ 36091.120] (**) PS/2 Mouse: YAxisMapping: buttons 4 and 5
    [ 36091.120] (**) PS/2 Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 36091.120] (II) XINPUT: Adding extended input device "PS/2 Mouse" (type: MOUSE)
    [ 36091.120] (**) PS/2 Mouse: (accel) keeping acceleration scheme 1
    [ 36091.120] (**) PS/2 Mouse: (accel) acceleration profile 0
    [ 36091.120] (**) PS/2 Mouse: (accel) acceleration factor: 2.000
    [ 36091.120] (**) PS/2 Mouse: (accel) acceleration threshold: 4
    [ 36091.120] (II) PS/2 Mouse: initialized for relative axes.
    [ 36091.121] (II) config/udev: Adding input device PS/2 Mouse (/dev/input/mouse0)
    [ 36091.121] (II) No input driver/identifier specified (ignoring)
    [ 36091.121] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/event6)
    [ 36091.121] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "evdev touchpad catchall"
    [ 36091.121] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "touchpad catchall"
    [ 36091.121] (II) LoadModule: "synaptics"
    [ 36091.122] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 36091.130] (II) Module synaptics: vendor="X.Org Foundation"
    [ 36091.130] compiled for 1.9.0, module version = 1.3.0
    [ 36091.130] Module class: X.Org XInput Driver
    [ 36091.130] ABI class: X.Org XInput driver, version 11.0
    [ 36091.130] (II) Synaptics touchpad driver version 1.3.0
    [ 36091.130] (**) Option "Device" "/dev/input/event6"
    [ 36091.249] (--) AlpsPS/2 ALPS GlidePoint: x-axis range 0 - 1023
    [ 36091.249] (--) AlpsPS/2 ALPS GlidePoint: y-axis range 0 - 767
    [ 36091.249] (--) AlpsPS/2 ALPS GlidePoint: pressure range 0 - 127
    [ 36091.249] (--) AlpsPS/2 ALPS GlidePoint: buttons: left right middle
    [ 36091.249] (--) AlpsPS/2 ALPS GlidePoint: invalid finger width range. defaulting to 0 - 16
    [ 36091.249] (**) Option "EmulateTwoFingerMinZ" "40"
    [ 36091.249] (**) Option "EmulateTwoFingerMinW" "5"
    [ 36091.249] (**) Option "VertEdgeScroll" "on"
    [ 36091.249] (**) Option "CornerCoasting" "1"
    [ 36091.250] (**) Option "VertTwoFingerScroll" "on"
    [ 36091.250] (**) Option "RBCornerButton" "3"
    [ 36091.250] (**) Option "LTCornerButton" "2"
    [ 36091.250] (**) Option "TapButton1" "1"
    [ 36091.250] (**) Option "TapButton2" "2"
    [ 36091.250] (**) Option "TapButton3" "3"
    [ 36091.250] (**) Option "CoastingSpeed" "0.5"
    [ 36091.250] (**) Option "CoastingFriction" "0"
    [ 36091.349] (--) AlpsPS/2 ALPS GlidePoint: touchpad found
    [ 36091.349] (**) AlpsPS/2 ALPS GlidePoint: always reports core events
    [ 36091.416] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS GlidePoint" (type: TOUCHPAD)
    [ 36091.416] (**) AlpsPS/2 ALPS GlidePoint: (accel) MinSpeed is now constant deceleration 2.5
    [ 36091.416] (**) AlpsPS/2 ALPS GlidePoint: MaxSpeed is now 1.75
    [ 36091.416] (**) AlpsPS/2 ALPS GlidePoint: AccelFactor is now 0.156
    [ 36091.416] (**) AlpsPS/2 ALPS GlidePoint: (accel) keeping acceleration scheme 1
    [ 36091.416] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration profile 1
    [ 36091.416] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration factor: 2.000
    [ 36091.416] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration threshold: 4
    [ 36091.459] (--) AlpsPS/2 ALPS GlidePoint: touchpad found
    [ 36091.460] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/mouse1)
    [ 36091.460] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "touchpad catchall"
    [ 36091.460] (II) Synaptics touchpad driver version 1.3.0
    [ 36091.856] (EE) AlpsPS/2 ALPS GlidePoint no synaptics event device found
    [ 36091.905] (**) Option "Device" "/dev/input/mouse1"
    [ 36091.916] (--) AlpsPS/2 ALPS GlidePoint: invalid x-axis range. defaulting to 1615 - 5685
    [ 36091.916] (--) AlpsPS/2 ALPS GlidePoint: invalid y-axis range. defaulting to 1729 - 4171
    [ 36091.916] (--) AlpsPS/2 ALPS GlidePoint: invalid pressure range. defaulting to 0 - 256
    [ 36091.916] (--) AlpsPS/2 ALPS GlidePoint: invalid finger width range. defaulting to 0 - 16
    [ 36091.916] (**) Option "EmulateTwoFingerMinZ" "40"
    [ 36091.916] (**) Option "EmulateTwoFingerMinW" "5"
    [ 36091.916] (**) Option "VertEdgeScroll" "on"
    [ 36091.916] (**) Option "CornerCoasting" "1"
    [ 36091.916] (**) Option "VertTwoFingerScroll" "on"
    [ 36091.916] (**) Option "RBCornerButton" "3"
    [ 36091.916] (**) Option "LTCornerButton" "2"
    [ 36091.916] (**) Option "TapButton1" "1"
    [ 36091.916] (**) Option "TapButton2" "2"
    [ 36091.916] (**) Option "TapButton3" "3"
    [ 36091.916] (**) Option "CoastingSpeed" "0.5"
    [ 36091.916] (**) Option "CoastingFriction" "0"
    [ 36091.937] (EE) Query no Synaptics: 6003C8
    [ 36091.937] (--) AlpsPS/2 ALPS GlidePoint: no supported touchpad found
    [ 36091.937] (EE) AlpsPS/2 ALPS GlidePoint Unable to query/initialize Synaptics hardware.
    [ 36091.979] (EE) PreInit failed for input device "AlpsPS/2 ALPS GlidePoint"
    [ 36091.979] (II) UnloadModule: "synaptics"
    [ 36101.679] (II) intel(0): EDID vendor "LGD", prod id 502
    [ 36101.679] (II) intel(0): Printing DDC gathered Modelines:
    [ 36101.679] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [ 36113.812] (II) intel(0): EDID vendor "LGD", prod id 502
    [ 36113.813] (II) intel(0): Printing DDC gathered Modelines:
    [ 36113.813] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    Last edited by drsjlazar (2010-10-13 14:46:44)

    I know about Google's Linux search but I hardly use it... I just add Linux to my search terms. Thanks for the reminder though.
    My laptop is an Acer Extensa 5630EZ with an ALPS 'GlidePoint' touchpad.
    Searching for problems that seem related to mine does not bring up much. Xorg 1.9 being new is probably the reason. I have gone through the updated installation guide and tried to get everything in order. Some pages recommend HAL, Xorg does not. But without HAL, I have no suspend/hibernate option in KDE and VMWare will not work. The problem appears even if I run DBus only without HAL. So I've decided to to just run HAL.
    I have removed all the extra stuff I don't need at startup. Most notable is syndaemon in bashrc (totally forgot I had that). I have to wait for it to stop working since it is unpredictable. Though, I have noticed that it seems to stop working when I use keyboard shortcuts/combinations.
    Here is my entire Xorg log after it stopped working:
    [ 45238.439]
    X.Org X Server 1.9.0
    Release Date: 2010-08-20
    [ 45238.439] X Protocol Version 11, Revision 0
    [ 45238.439] Build Operating System: Linux 2.6.34-ARCH x86_64
    [ 45238.439] Current Operating System: Linux extensa-arch 2.6.35-ARCH #1 SMP PREEMPT Wed Sep 29 08:45:18 CEST 2010 x86_64
    [ 45238.439] Kernel command line: root=/dev/mapper/AllPartitions-ArchRoot ro quiet splash
    [ 45238.439] Build Date: 24 August 2010 01:44:37PM
    [ 45238.439]
    [ 45238.439] Current version of pixman: 0.18.4
    [ 45238.439] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 45238.439] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 45238.439] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Oct 7 11:41:07 2010
    [ 45238.439] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 45238.439] (==) No Layout section. Using the first Screen section.
    [ 45238.439] (==) No screen section available. Using defaults.
    [ 45238.439] (**) |-->Screen "Default Screen Section" (0)
    [ 45238.439] (**) | |-->Monitor "<default monitor>"
    [ 45238.440] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 45238.440] (==) Automatically adding devices
    [ 45238.440] (==) Automatically enabling devices
    [ 45238.440] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 45238.440] Entry deleted from font path.
    [ 45238.440] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 45238.440] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 45238.440] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 45238.440] (II) Loader magic: 0x7d4880
    [ 45238.440] (II) Module ABI versions:
    [ 45238.440] X.Org ANSI C Emulation: 0.4
    [ 45238.440] X.Org Video Driver: 8.0
    [ 45238.440] X.Org XInput driver : 11.0
    [ 45238.440] X.Org Server Extension : 4.0
    [ 45238.441] (--) PCI:*(0:0:2:0) 8086:2a42:1025:013c rev 9, Mem @ 0xf4000000/4194304, 0xd0000000/268435456, I/O @ 0x00001800/8
    [ 45238.441] (--) PCI: (0:0:2:1) 8086:2a43:1025:013c rev 9, Mem @ 0xf4400000/1048576
    [ 45238.441] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 45238.441] (II) LoadModule: "extmod"
    [ 45238.441] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 45238.441] (II) Module extmod: vendor="X.Org Foundation"
    [ 45238.441] compiled for 1.9.0, module version = 1.0.0
    [ 45238.441] Module class: X.Org Server Extension
    [ 45238.441] ABI class: X.Org Server Extension, version 4.0
    [ 45238.441] (II) Loading extension MIT-SCREEN-SAVER
    [ 45238.441] (II) Loading extension XFree86-VidModeExtension
    [ 45238.441] (II) Loading extension XFree86-DGA
    [ 45238.441] (II) Loading extension DPMS
    [ 45238.441] (II) Loading extension XVideo
    [ 45238.441] (II) Loading extension XVideo-MotionCompensation
    [ 45238.441] (II) Loading extension X-Resource
    [ 45238.441] (II) LoadModule: "dbe"
    [ 45238.441] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 45238.441] (II) Module dbe: vendor="X.Org Foundation"
    [ 45238.441] compiled for 1.9.0, module version = 1.0.0
    [ 45238.442] Module class: X.Org Server Extension
    [ 45238.442] ABI class: X.Org Server Extension, version 4.0
    [ 45238.442] (II) Loading extension DOUBLE-BUFFER
    [ 45238.442] (II) LoadModule: "glx"
    [ 45238.442] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 45238.442] (II) Module glx: vendor="X.Org Foundation"
    [ 45238.442] compiled for 1.9.0, module version = 1.0.0
    [ 45238.442] ABI class: X.Org Server Extension, version 4.0
    [ 45238.442] (==) AIGLX enabled
    [ 45238.442] (II) Loading extension GLX
    [ 45238.442] (II) LoadModule: "record"
    [ 45238.442] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 45238.442] (II) Module record: vendor="X.Org Foundation"
    [ 45238.442] compiled for 1.9.0, module version = 1.13.0
    [ 45238.442] Module class: X.Org Server Extension
    [ 45238.442] ABI class: X.Org Server Extension, version 4.0
    [ 45238.442] (II) Loading extension RECORD
    [ 45238.442] (II) LoadModule: "dri"
    [ 45238.442] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 45238.443] (II) Module dri: vendor="X.Org Foundation"
    [ 45238.443] compiled for 1.9.0, module version = 1.0.0
    [ 45238.443] ABI class: X.Org Server Extension, version 4.0
    [ 45238.443] (II) Loading extension XFree86-DRI
    [ 45238.443] (II) LoadModule: "dri2"
    [ 45238.443] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 45238.443] (II) Module dri2: vendor="X.Org Foundation"
    [ 45238.443] compiled for 1.9.0, module version = 1.2.0
    [ 45238.443] ABI class: X.Org Server Extension, version 4.0
    [ 45238.443] (II) Loading extension DRI2
    [ 45238.443] (==) Matched intel as autoconfigured driver 0
    [ 45238.443] (==) Matched vesa as autoconfigured driver 1
    [ 45238.443] (==) Matched fbdev as autoconfigured driver 2
    [ 45238.443] (==) Assigned the driver to the xf86ConfigLayout
    [ 45238.443] (II) LoadModule: "intel"
    [ 45238.443] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 45238.443] (II) Module intel: vendor="X.Org Foundation"
    [ 45238.443] compiled for 1.9.0, module version = 2.12.0
    [ 45238.443] Module class: X.Org Video Driver
    [ 45238.443] ABI class: X.Org Video Driver, version 8.0
    [ 45238.443] (II) LoadModule: "vesa"
    [ 45238.443] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 45238.444] (II) Module vesa: vendor="X.Org Foundation"
    [ 45238.444] compiled for 1.9.0, module version = 2.3.0
    [ 45238.444] Module class: X.Org Video Driver
    [ 45238.444] ABI class: X.Org Video Driver, version 8.0
    [ 45238.444] (II) LoadModule: "fbdev"
    [ 45238.444] (WW) Warning, couldn't open module fbdev
    [ 45238.444] (II) UnloadModule: "fbdev"
    [ 45238.444] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 45238.444] (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, Pineview GM, Pineview G,
    965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
    4 Series, G45/G43, Q45/Q43, G41, B43, Clarkdale, Arrandale
    [ 45238.444] (II) VESA: driver for VESA chipsets: vesa
    [ 45238.444] (++) using VT number 7
    [ 45238.448] (WW) Falling back to old probe method for vesa
    [ 45238.450] drmOpenDevice: node name is /dev/dri/card0
    [ 45238.450] drmOpenDevice: open result is 8, (OK)
    [ 45238.450] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    [ 45238.450] drmOpenDevice: node name is /dev/dri/card0
    [ 45238.450] drmOpenDevice: open result is 8, (OK)
    [ 45238.450] drmOpenByBusid: drmOpenMinor returns 8
    [ 45238.450] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    [ 45238.450] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 45238.450] (==) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 45238.451] (==) intel(0): RGB weight 888
    [ 45238.451] (==) intel(0): Default visual is TrueColor
    [ 45238.451] (II) intel(0): Integrated Graphics Chipset: Intel(R) GM45
    [ 45238.451] (--) intel(0): Chipset: "GM45"
    [ 45238.451] (==) intel(0): video overlay key set to 0x101fe
    [ 45238.472] (II) intel(0): Output VGA1 has no monitor section
    [ 45238.578] (II) intel(0): Output LVDS1 has no monitor section
    [ 45238.578] (II) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
    [ 45238.581] (II) intel(0): Output DP1 has no monitor section
    [ 45238.599] (II) intel(0): EDID for output VGA1
    [ 45238.705] (II) intel(0): EDID for output LVDS1
    [ 45238.705] (II) intel(0): Manufacturer: LGD Model: 1f6 Serial#: 0
    [ 45238.705] (II) intel(0): Year: 2009 Week: 0
    [ 45238.705] (II) intel(0): EDID Version: 1.3
    [ 45238.705] (II) intel(0): Digital Display Input
    [ 45238.705] (II) intel(0): Max Image Size [cm]: horiz.: 33 vert.: 21
    [ 45238.705] (II) intel(0): Gamma: 2.20
    [ 45238.705] (II) intel(0): No DPMS capabilities specified
    [ 45238.705] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 45238.705] (II) intel(0): First detailed timing is preferred mode
    [ 45238.705] (II) intel(0): redX: 0.603 redY: 0.349 greenX: 0.325 greenY: 0.553
    [ 45238.705] (II) intel(0): blueX: 0.157 blueY: 0.144 whiteX: 0.313 whiteY: 0.329
    [ 45238.705] (II) intel(0): Manufacturer's mask: 0
    [ 45238.705] (II) intel(0): Supported detailed timing:
    [ 45238.705] (II) intel(0): clock: 71.0 MHz Image Size: 331 x 207 mm
    [ 45238.705] (II) intel(0): h_active: 1280 h_sync: 1328 h_sync_end 1360 h_blank_end 1440 h_border: 0
    [ 45238.705] (II) intel(0): v_active: 800 v_sync: 803 v_sync_end 809 v_blanking: 823 v_border: 0
    [ 45238.705] (II) intel(0): LG Display
    [ 45238.705] (II) intel(0): LP154WX4-TLB5
    [ 45238.705] (II) intel(0): EDID (in hex):
    [ 45238.706] (II) intel(0): 00ffffffffffff0030e4f60100000000
    [ 45238.706] (II) intel(0): 00130103802115780a56759a59538d28
    [ 45238.706] (II) intel(0): 24505400000001010101010101010101
    [ 45238.706] (II) intel(0): 010101010101bc1b00a0502017303020
    [ 45238.706] (II) intel(0): 36004bcf100000190000000000000000
    [ 45238.706] (II) intel(0): 00000000000000000000000000fe004c
    [ 45238.706] (II) intel(0): 4720446973706c61790a2020000000fe
    [ 45238.706] (II) intel(0): 004c503135345758342d544c423500eb
    [ 45238.706] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [ 45238.706] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 45238.706] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 45238.706] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [ 45238.706] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [ 45238.706] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [ 45238.706] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [ 45238.706] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
    [ 45238.706] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
    [ 45238.706] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
    [ 45238.706] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [ 45238.706] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
    [ 45238.706] (II) intel(0): Printing probed modes for output LVDS1
    [ 45238.706] (II) intel(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [ 45238.706] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 45238.706] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 45238.706] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 45238.706] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 45238.707] (II) intel(0): EDID for output DP1
    [ 45238.707] (II) intel(0): Output VGA1 disconnected
    [ 45238.707] (II) intel(0): Output LVDS1 connected
    [ 45238.707] (II) intel(0): Output DP1 disconnected
    [ 45238.707] (II) intel(0): Using exact sizes for initial modes
    [ 45238.707] (II) intel(0): Output LVDS1 using initial mode 1280x800
    [ 45238.707] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 45238.707] (II) intel(0): Pageflipping enabled in kernel, but disabled in X
    [ 45238.707] (II) intel(0): Don't panic: https://bugzilla.redhat.com/588421
    [ 45238.707] (==) intel(0): DPI set to (96, 96)
    [ 45238.707] (II) Loading sub module "fb"
    [ 45238.707] (II) LoadModule: "fb"
    [ 45238.707] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 45238.707] (II) Module fb: vendor="X.Org Foundation"
    [ 45238.707] compiled for 1.9.0, module version = 1.0.0
    [ 45238.707] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 45238.707] (II) UnloadModule: "vesa"
    [ 45238.708] (II) Unloading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 45238.708] (==) Depth 24 pixmap format is 32 bpp
    [ 45238.708] (II) intel(0): [DRI2] Setup complete
    [ 45238.708] (II) intel(0): [DRI2] DRI driver: i965
    [ 45238.708] (**) intel(0): Tiling enabled
    [ 45238.708] (**) intel(0): SwapBuffers wait enabled
    [ 45238.708] (==) intel(0): VideoRam: 262144 KB
    [ 45238.708] (II) intel(0): Allocated new frame buffer 1280x800 stride 5120, tiled
    [ 45238.719] (II) UXA(0): Driver registered support for the following operations:
    [ 45238.719] (II) solid
    [ 45238.719] (II) copy
    [ 45238.719] (II) composite (RENDER acceleration)
    [ 45238.719] (II) put_image
    [ 45238.719] (II) get_image
    [ 45238.719] (==) intel(0): Backing store disabled
    [ 45238.719] (==) intel(0): Silken mouse enabled
    [ 45238.719] (II) intel(0): Initializing HW Cursor
    [ 45238.745] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 45238.755] (==) intel(0): DPMS enabled
    [ 45238.755] (==) intel(0): Intel XvMC decoder enabled
    [ 45238.755] (II) intel(0): Set up textured video
    [ 45238.755] (II) intel(0): [XvMC] xvmc_vld driver initialized.
    [ 45238.755] (II) intel(0): direct rendering: DRI2 Enabled
    [ 45238.755] (--) RandR disabled
    [ 45238.755] (II) Initializing built-in extension Generic Event Extension
    [ 45238.755] (II) Initializing built-in extension SHAPE
    [ 45238.755] (II) Initializing built-in extension MIT-SHM
    [ 45238.755] (II) Initializing built-in extension XInputExtension
    [ 45238.755] (II) Initializing built-in extension XTEST
    [ 45238.755] (II) Initializing built-in extension BIG-REQUESTS
    [ 45238.755] (II) Initializing built-in extension SYNC
    [ 45238.755] (II) Initializing built-in extension XKEYBOARD
    [ 45238.755] (II) Initializing built-in extension XC-MISC
    [ 45238.755] (II) Initializing built-in extension SECURITY
    [ 45238.755] (II) Initializing built-in extension XINERAMA
    [ 45238.755] (II) Initializing built-in extension XFIXES
    [ 45238.755] (II) Initializing built-in extension RENDER
    [ 45238.755] (II) Initializing built-in extension RANDR
    [ 45238.755] (II) Initializing built-in extension COMPOSITE
    [ 45238.755] (II) Initializing built-in extension DAMAGE
    [ 45238.767] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 45238.767] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 45238.767] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 45238.767] (II) AIGLX: enabled GLX_SGI_make_current_read
    [ 45238.767] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 45238.767] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i965_dri.so
    [ 45238.767] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 45238.768] (II) intel(0): Setting screen physical size to 338 x 211
    [ 45238.886] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 45238.886] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 45238.886] (II) LoadModule: "evdev"
    [ 45238.886] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 45238.886] (II) Module evdev: vendor="X.Org Foundation"
    [ 45238.886] compiled for 1.9.0, module version = 2.5.0
    [ 45238.886] Module class: X.Org XInput Driver
    [ 45238.886] ABI class: X.Org XInput driver, version 11.0
    [ 45238.886] (**) Power Button: always reports core events
    [ 45238.886] (**) Power Button: Device: "/dev/input/event2"
    [ 45238.899] (--) Power Button: Found keys
    [ 45238.899] (II) Power Button: Configuring as keyboard
    [ 45238.899] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 45238.899] (**) Option "xkb_rules" "evdev"
    [ 45238.899] (**) Option "xkb_model" "evdev"
    [ 45238.899] (**) Option "xkb_layout" "us"
    [ 45238.934] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
    [ 45238.934] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 45238.934] (**) Video Bus: always reports core events
    [ 45238.934] (**) Video Bus: Device: "/dev/input/event4"
    [ 45238.943] (--) Video Bus: Found keys
    [ 45238.943] (II) Video Bus: Configuring as keyboard
    [ 45238.943] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    [ 45238.943] (**) Option "xkb_rules" "evdev"
    [ 45238.943] (**) Option "xkb_model" "evdev"
    [ 45238.943] (**) Option "xkb_layout" "us"
    [ 45238.945] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
    [ 45238.945] (II) No input driver/identifier specified (ignoring)
    [ 45238.946] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
    [ 45238.946] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 45238.946] (**) Sleep Button: always reports core events
    [ 45238.946] (**) Sleep Button: Device: "/dev/input/event1"
    [ 45238.953] (--) Sleep Button: Found keys
    [ 45238.953] (II) Sleep Button: Configuring as keyboard
    [ 45238.953] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
    [ 45238.953] (**) Option "xkb_rules" "evdev"
    [ 45238.953] (**) Option "xkb_model" "evdev"
    [ 45238.953] (**) Option "xkb_layout" "us"
    [ 45238.956] (II) config/udev: Adding input device Acer Crystal Eye webcam (/dev/input/event7)
    [ 45238.956] (**) Acer Crystal Eye webcam: Applying InputClass "evdev keyboard catchall"
    [ 45238.956] (**) Acer Crystal Eye webcam: always reports core events
    [ 45238.956] (**) Acer Crystal Eye webcam: Device: "/dev/input/event7"
    [ 45238.963] (--) Acer Crystal Eye webcam: Found keys
    [ 45238.963] (II) Acer Crystal Eye webcam: Configuring as keyboard
    [ 45238.963] (II) XINPUT: Adding extended input device "Acer Crystal Eye webcam" (type: KEYBOARD)
    [ 45238.963] (**) Option "xkb_rules" "evdev"
    [ 45238.963] (**) Option "xkb_model" "evdev"
    [ 45238.963] (**) Option "xkb_layout" "us"
    [ 45238.963] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
    [ 45238.964] (II) No input driver/identifier specified (ignoring)
    [ 45238.971] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
    [ 45238.971] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 45238.971] (**) AT Translated Set 2 keyboard: always reports core events
    [ 45238.972] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event3"
    [ 45238.979] (--) AT Translated Set 2 keyboard: Found keys
    [ 45238.979] (II) AT Translated Set 2 keyboard: Configuring as keyboard
    [ 45238.979] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    [ 45238.979] (**) Option "xkb_rules" "evdev"
    [ 45238.979] (**) Option "xkb_model" "evdev"
    [ 45238.979] (**) Option "xkb_layout" "us"
    [ 45238.980] (II) config/udev: Adding input device PS/2 Mouse (/dev/input/event5)
    [ 45238.980] (**) PS/2 Mouse: Applying InputClass "evdev pointer catchall"
    [ 45238.980] (**) PS/2 Mouse: always reports core events
    [ 45238.980] (**) PS/2 Mouse: Device: "/dev/input/event5"
    [ 45238.993] (--) PS/2 Mouse: Found 3 mouse buttons
    [ 45238.993] (--) PS/2 Mouse: Found relative axes
    [ 45238.993] (--) PS/2 Mouse: Found x and y relative axes
    [ 45238.993] (II) PS/2 Mouse: Configuring as mouse
    [ 45238.993] (**) PS/2 Mouse: YAxisMapping: buttons 4 and 5
    [ 45238.993] (**) PS/2 Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 45238.993] (II) XINPUT: Adding extended input device "PS/2 Mouse" (type: MOUSE)
    [ 45238.993] (**) PS/2 Mouse: (accel) keeping acceleration scheme 1
    [ 45238.993] (**) PS/2 Mouse: (accel) acceleration profile 0
    [ 45238.993] (**) PS/2 Mouse: (accel) acceleration factor: 2.000
    [ 45238.993] (**) PS/2 Mouse: (accel) acceleration threshold: 4
    [ 45238.993] (II) PS/2 Mouse: initialized for relative axes.
    [ 45238.993] (II) config/udev: Adding input device PS/2 Mouse (/dev/input/mouse0)
    [ 45238.993] (II) No input driver/identifier specified (ignoring)
    [ 45238.994] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/event6)
    [ 45238.994] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "touchpad catchall"
    [ 45238.994] (II) LoadModule: "synaptics"
    [ 45238.994] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 45238.994] (II) Module synaptics: vendor="X.Org Foundation"
    [ 45238.994] compiled for 1.9.0, module version = 1.3.0
    [ 45238.994] Module class: X.Org XInput Driver
    [ 45238.994] ABI class: X.Org XInput driver, version 11.0
    [ 45238.994] (II) Synaptics touchpad driver version 1.3.0
    [ 45238.995] (**) Option "Device" "/dev/input/event6"
    [ 45239.033] (--) AlpsPS/2 ALPS GlidePoint: x-axis range 0 - 1023
    [ 45239.033] (--) AlpsPS/2 ALPS GlidePoint: y-axis range 0 - 767
    [ 45239.033] (--) AlpsPS/2 ALPS GlidePoint: pressure range 0 - 127
    [ 45239.033] (--) AlpsPS/2 ALPS GlidePoint: buttons: left right middle
    [ 45239.033] (--) AlpsPS/2 ALPS GlidePoint: invalid finger width range. defaulting to 0 - 16
    [ 45239.033] (**) Option "EmulateTwoFingerMinZ" "40"
    [ 45239.033] (**) Option "EmulateTwoFingerMinW" "5"
    [ 45239.033] (**) Option "VertEdgeScroll" "on"
    [ 45239.033] (**) Option "CornerCoasting" "1"
    [ 45239.033] (**) Option "VertTwoFingerScroll" "on"
    [ 45239.033] (**) Option "RBCornerButton" "3"
    [ 45239.033] (**) Option "LTCornerButton" "2"
    [ 45239.033] (**) Option "TapButton1" "1"
    [ 45239.033] (**) Option "TapButton2" "2"
    [ 45239.033] (**) Option "TapButton3" "3"
    [ 45239.033] (**) Option "CoastingSpeed" "0.5"
    [ 45239.033] (**) Option "CoastingFriction" "0"
    [ 45239.059] (--) AlpsPS/2 ALPS GlidePoint: touchpad found
    [ 45239.059] (**) AlpsPS/2 ALPS GlidePoint: always reports core events
    [ 45239.073] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS GlidePoint" (type: TOUCHPAD)
    [ 45239.073] (**) AlpsPS/2 ALPS GlidePoint: (accel) MinSpeed is now constant deceleration 2.5
    [ 45239.073] (**) AlpsPS/2 ALPS GlidePoint: MaxSpeed is now 1.75
    [ 45239.073] (**) AlpsPS/2 ALPS GlidePoint: AccelFactor is now 0.156
    [ 45239.073] (**) AlpsPS/2 ALPS GlidePoint: (accel) keeping acceleration scheme 1
    [ 45239.073] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration profile 1
    [ 45239.073] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration factor: 2.000
    [ 45239.073] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration threshold: 4
    [ 45239.099] (--) AlpsPS/2 ALPS GlidePoint: touchpad found
    [ 45239.100] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/mouse1)
    [ 45239.100] (II) No input driver/identifier specified (ignoring)
    [ 45242.575] (II) intel(0): EDID vendor "LGD", prod id 502
    [ 45242.575] (II) intel(0): Printing DDC gathered Modelines:
    [ 45242.575] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [ 45243.125] (II) intel(0): EDID vendor "LGD", prod id 502
    [ 45243.125] (II) intel(0): Printing DDC gathered Modelines:
    [ 45243.125] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [ 45245.428] (II) intel(0): EDID vendor "LGD", prod id 502
    [ 45245.428] (II) intel(0): Printing DDC gathered Modelines:
    [ 45245.428] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [ 45248.639] (II) intel(0): EDID vendor "LGD", prod id 502
    [ 45248.639] (II) intel(0): Printing DDC gathered Modelines:
    [ 45248.639] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [ 70602.586] (II) intel(0): EDID vendor "LGD", prod id 502
    [ 70602.586] (II) intel(0): Printing DDC gathered Modelines:
    [ 70602.586] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [ 70602.803] (II) intel(0): EDID vendor "LGD", prod id 502
    [ 70602.803] (II) intel(0): Printing DDC gathered Modelines:
    [ 70602.803] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [ 70603.146] (II) intel(0): EDID vendor "LGD", prod id 502
    [ 70603.146] (II) intel(0): Printing DDC gathered Modelines:
    [ 70603.146] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [ 70603.358] (II) intel(0): EDID vendor "LGD", prod id 502
    [ 70603.358] (II) intel(0): Printing DDC gathered Modelines:
    [ 70603.359] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [ 70603.518] (II) intel(0): EDID vendor "LGD", prod id 502
    [ 70603.518] (II) intel(0): Printing DDC gathered Modelines:
    [ 70603.518] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [ 70603.662] (II) intel(0): EDID vendor "LGD", prod id 502
    [ 70603.662] (II) intel(0): Printing DDC gathered Modelines:
    [ 70603.662] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [ 90776.420] (II) intel(0): EDID vendor "LGD", prod id 502
    [ 90776.420] (II) intel(0): Printing DDC gathered Modelines:
    [ 90776.420] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [122487.594] (II) intel(0): EDID vendor "LGD", prod id 502
    [122487.594] (II) intel(0): Printing DDC gathered Modelines:
    [122487.594] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [122488.139] (II) intel(0): EDID vendor "LGD", prod id 502
    [122488.139] (II) intel(0): Printing DDC gathered Modelines:
    [122488.139] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [122488.784] (II) intel(0): EDID vendor "LGD", prod id 502
    [122488.784] (II) intel(0): Printing DDC gathered Modelines:
    [122488.784] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [122488.980] (II) intel(0): EDID vendor "LGD", prod id 502
    [122488.980] (II) intel(0): Printing DDC gathered Modelines:
    [122488.980] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [122489.174] (II) intel(0): EDID vendor "LGD", prod id 502
    [122489.174] (II) intel(0): Printing DDC gathered Modelines:
    [122489.174] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [122489.321] (II) intel(0): EDID vendor "LGD", prod id 502
    [122489.321] (II) intel(0): Printing DDC gathered Modelines:
    [122489.321] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [122489.470] (II) intel(0): EDID vendor "LGD", prod id 502
    [122489.470] (II) intel(0): Printing DDC gathered Modelines:
    [122489.470] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [122489.617] (II) intel(0): EDID vendor "LGD", prod id 502
    [122489.617] (II) intel(0): Printing DDC gathered Modelines:
    [122489.617] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [122489.756] (II) intel(0): EDID vendor "LGD", prod id 502
    [122489.756] (II) intel(0): Printing DDC gathered Modelines:
    [122489.756] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [122489.903] (II) intel(0): EDID vendor "LGD", prod id 502
    [122489.904] (II) intel(0): Printing DDC gathered Modelines:
    [122489.904] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [122490.054] (II) intel(0): EDID vendor "LGD", prod id 502
    [122490.054] (II) intel(0): Printing DDC gathered Modelines:
    [122490.054] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [165444.489] (II) intel(0): EDID vendor "LGD", prod id 502
    [165444.519] (II) intel(0): Printing DDC gathered Modelines:
    [165444.519] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [165445.260] (II) intel(0): EDID vendor "LGD", prod id 502
    [165445.260] (II) intel(0): Printing DDC gathered Modelines:
    [165445.261] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [165445.519] (II) intel(0): EDID vendor "LGD", prod id 502
    [165445.519] (II) intel(0): Printing DDC gathered Modelines:
    [165445.519] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [165445.682] (II) intel(0): EDID vendor "LGD", prod id 502
    [165445.682] (II) intel(0): Printing DDC gathered Modelines:
    [165445.682] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [165445.827] (II) intel(0): EDID vendor "LGD", prod id 502
    [165445.827] (II) intel(0): Printing DDC gathered Modelines:
    [165445.827] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [165446.027] (II) intel(0): EDID vendor "LGD", prod id 502
    [165446.027] (II) intel(0): Printing DDC gathered Modelines:
    [165446.027] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [165446.234] (II) intel(0): EDID vendor "LGD", prod id 502
    [165446.234] (II) intel(0): Printing DDC gathered Modelines:
    [165446.234] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [165446.409] (II) intel(0): EDID vendor "LGD", prod id 502
    [165446.409] (II) intel(0): Printing DDC gathered Modelines:
    [165446.409] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [165446.638] (II) intel(0): EDID vendor "LGD", prod id 502
    [165446.639] (II) intel(0): Printing DDC gathered Modelines:
    [165446.639] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [165446.798] (II) intel(0): EDID vendor "LGD", prod id 502
    [165446.798] (II) intel(0): Printing DDC gathered Modelines:
    [165446.798] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [165447.035] (II) intel(0): EDID vendor "LGD", prod id 502
    [165447.035] (II) intel(0): Printing DDC gathered Modelines:
    [165447.035] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [165447.227] (II) intel(0): EDID vendor "LGD", prod id 502
    [165447.227] (II) intel(0): Printing DDC gathered Modelines:
    [165447.227] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [165450.227] (II) intel(0): EDID vendor "LGD", prod id 502
    [165450.227] (II) intel(0): Printing DDC gathered Modelines:
    [165450.227] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [edit] I haven't had any problems the since I disabled all the extra stuff. I don't feel like finding the exact cause since I think it was specific to my own setup... though I suspect syndaemon. I'll go ahead and mark this as solved... again. Thanks for the help.
    Last edited by drsjlazar (2010-10-13 14:44:37)

  • Touchpad detected as PS/2 Logitech Wheel Mouse

    Hi,
    The touchpad on my Asus U46SV laptop is being detected as a PS/2 Logitech Wheel Mouse. Therefore no touchpad driver is loaded and all fancy features (two-finger scrolling, disable while typing, etc) are unavailable. How can I fix this?
    $ xinput list
    ⎡ Virtual core pointer id=2 [master pointer (3)]
    ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
    ⎜ ↳ PS/2 Logitech Wheel Mouse id=13 [slave pointer (2)]
    ⎣ Virtual core keyboard id=3 [master keyboard (2)]
    ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
    ↳ Power Button id=6 [slave keyboard (3)]
    ↳ Video Bus id=7 [slave keyboard (3)]
    ↳ Video Bus id=8 [slave keyboard (3)]
    ↳ Sleep Button id=9 [slave keyboard (3)]
    ↳ ASUS USB2.0 WebCam id=10 [slave keyboard (3)]
    ↳ Asus WMI hotkeys id=11 [slave keyboard (3)]
    ↳ AT Translated Set 2 keyboard id=12 [slave keyboard (3)]
    $ 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 Tue Aug 16 08:44:20 CEST 2011
    [ 0.000000] Command line: root=/dev/disk/by-uuid/f3bdc9ce-59f4-42c8-98cd-bacdc7803d59 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 - 00000000aabcc000 (usable)
    [ 0.000000] BIOS-e820: 00000000aabcc000 - 00000000aacdf000 (reserved)
    [ 0.000000] BIOS-e820: 00000000aacdf000 - 00000000aace1000 (usable)
    [ 0.000000] BIOS-e820: 00000000aace1000 - 00000000aacf4000 (reserved)
    [ 0.000000] BIOS-e820: 00000000aacf4000 - 00000000aacf5000 (usable)
    [ 0.000000] BIOS-e820: 00000000aacf5000 - 00000000aade8000 (reserved)
    [ 0.000000] BIOS-e820: 00000000aade8000 - 00000000aaf19000 (usable)
    [ 0.000000] BIOS-e820: 00000000aaf19000 - 00000000aafe8000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 00000000aafe8000 - 00000000aaffd000 (usable)
    [ 0.000000] BIOS-e820: 00000000aaffd000 - 00000000ab000000 (ACPI data)
    [ 0.000000] BIOS-e820: 00000000ab000000 - 00000000afa00000 (reserved)
    [ 0.000000] BIOS-e820: 00000000e0000000 - 00000000e4000000 (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: 00000000ff980000 - 00000000ffc00000 (reserved)
    [ 0.000000] BIOS-e820: 00000000ffd80000 - 0000000100000000 (reserved)
    [ 0.000000] BIOS-e820: 0000000100000000 - 000000014fe00000 (usable)
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] DMI 2.7 present.
    [ 0.000000] DMI: ASUSTeK Computer Inc. U46SV/U46SV, BIOS U46SV.203 06/09/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 = 0x14fe00 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 FE0000000 write-back
    [ 0.000000] 2 base 0A0000000 mask FF8000000 write-back
    [ 0.000000] 3 base 0A8000000 mask FFC000000 write-back
    [ 0.000000] 4 base 0AB000000 mask FFF000000 uncachable
    [ 0.000000] 5 base 100000000 mask FC0000000 write-back
    [ 0.000000] 6 base 140000000 mask FF0000000 write-back
    [ 0.000000] 7 base 14FE00000 mask FFFE00000 uncachable
    [ 0.000000] 8 disabled
    [ 0.000000] 9 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820 update range: 00000000ab000000 - 0000000100000000 (usable) ==> (reserved)
    [ 0.000000] last_pfn = 0xaaffd max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [ffff8800000fcc70] fcc70
    [ 0.000000] initial memory mapped : 0 - 20000000
    [ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 20480
    [ 0.000000] init_memory_mapping: 0000000000000000-00000000aaffd000
    [ 0.000000] 0000000000 - 00aae00000 page 2M
    [ 0.000000] 00aae00000 - 00aaffd000 page 4k
    [ 0.000000] kernel direct mapping tables up to aaffd000 @ aaff8000-aaffd000
    [ 0.000000] init_memory_mapping: 0000000100000000-000000014fe00000
    [ 0.000000] 0100000000 - 014fe00000 page 2M
    [ 0.000000] kernel direct mapping tables up to 14fe00000 @ 14fdf9000-14fe00000
    [ 0.000000] RAMDISK: 1fda0000 - 1fff0000
    [ 0.000000] ACPI: RSDP 00000000000f0430 00024 (v02 _ASUS_)
    [ 0.000000] ACPI: XSDT 00000000aaffee18 00074 (v01 _ASUS_ Notebook 06222004 MSFT 00010013)
    [ 0.000000] ACPI: FACP 00000000aaf9bd98 000F4 (v04 _ASUS_ NoteBook 06222004 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 - 0xAAFE5E40/0x00000000AAFE5D40, using 32 (20110413/tbfadt-489)
    [ 0.000000] ACPI: DSDT 00000000aaf7c018 0DC69 (v01 _ASUS_ NoteBook 00000000 INTL 20091112)
    [ 0.000000] ACPI: FACS 00000000aafe5e40 00040
    [ 0.000000] ACPI: APIC 00000000aaffdf18 000CC (v02 _ASUS_ NoteBook 06222004 MSFT 00010013)
    [ 0.000000] ACPI: HPET 00000000aafe6d18 00038 (v01 _ASUS_ NoteBook 06222004 AMI. 00000003)
    [ 0.000000] ACPI: ECDT 00000000aafe5b18 000C1 (v01 _ASUS_ NoteBook 06222004 AMI 00000000)
    [ 0.000000] ACPI: MCFG 00000000aafe6c98 0003C (v01 _ASUS_ NoteBook 06222004 MSFT 00000097)
    [ 0.000000] ACPI: SSDT 00000000aaf7b818 00799 (v01 PmRef Cpu0Ist 00003000 INTL 20091112)
    [ 0.000000] ACPI: SSDT 00000000aaf7a018 00996 (v01 PmRef CpuPm 00003000 INTL 20091112)
    [ 0.000000] ACPI: SLIC 00000000aaf9cc18 00176 (v01 _ASUS_ Notebook 06222004 ASUS 00000001)
    [ 0.000000] ACPI: SSDT 00000000aaf5ea98 002EF (v01 SataRe SataTabl 00001000 INTL 20091112)
    [ 0.000000] ACPI: ASF! 00000000aafe5a18 000A0 (v32 INTEL HCG568D 00000001 MSFT 000F4240)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at 0000000000000000-000000014fe00000
    [ 0.000000] Initmem setup node 0 0000000000000000-000000014fe00000
    [ 0.000000] NODE_DATA [000000014fdfb000 - 000000014fdfffff]
    [ 0.000000] [ffffea0000000000-ffffea00049fffff] PMD -> [ffff88014b400000-ffff88014edfffff] on node 0
    [ 0.000000] Zone PFN ranges:
    [ 0.000000] DMA 0x00000010 -> 0x00001000
    [ 0.000000] DMA32 0x00001000 -> 0x00100000
    [ 0.000000] Normal 0x00100000 -> 0x0014fe00
    [ 0.000000] Movable zone start PFN for each node
    [ 0.000000] early_node_map[9] active PFN ranges
    [ 0.000000] 0: 0x00000010 -> 0x0000009e
    [ 0.000000] 0: 0x00000100 -> 0x00020000
    [ 0.000000] 0: 0x00020200 -> 0x00040000
    [ 0.000000] 0: 0x00040200 -> 0x000aabcc
    [ 0.000000] 0: 0x000aacdf -> 0x000aace1
    [ 0.000000] 0: 0x000aacf4 -> 0x000aacf5
    [ 0.000000] 0: 0x000aade8 -> 0x000aaf19
    [ 0.000000] 0: 0x000aafe8 -> 0x000aaffd
    [ 0.000000] 0: 0x00100000 -> 0x0014fe00
    [ 0.000000] On node 0 totalpages: 1025699
    [ 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: 680269 pages, LIFO batch:31
    [ 0.000000] Normal zone: 4473 pages used for memmap
    [ 0.000000] Normal zone: 322695 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[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x06] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] disabled)
    [ 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, 12 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: 00000000aabcc000 - 00000000aacdf000
    [ 0.000000] PM: Registered nosave memory: 00000000aace1000 - 00000000aacf4000
    [ 0.000000] PM: Registered nosave memory: 00000000aacf5000 - 00000000aade8000
    [ 0.000000] PM: Registered nosave memory: 00000000aaf19000 - 00000000aafe8000
    [ 0.000000] PM: Registered nosave memory: 00000000aaffd000 - 00000000ab000000
    [ 0.000000] PM: Registered nosave memory: 00000000ab000000 - 00000000afa00000
    [ 0.000000] PM: Registered nosave memory: 00000000afa00000 - 00000000e0000000
    [ 0.000000] PM: Registered nosave memory: 00000000e0000000 - 00000000e4000000
    [ 0.000000] PM: Registered nosave memory: 00000000e4000000 - 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 - 00000000ff980000
    [ 0.000000] PM: Registered nosave memory: 00000000ff980000 - 00000000ffc00000
    [ 0.000000] PM: Registered nosave memory: 00000000ffc00000 - 00000000ffd80000
    [ 0.000000] PM: Registered nosave memory: 00000000ffd80000 - 0000000100000000
    [ 0.000000] Allocating PCI resources starting at afa00000 (gap: afa00000:30600000)
    [ 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 @ffff88014fa00000 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: 1006885
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: root=/dev/disk/by-uuid/f3bdc9ce-59f4-42c8-98cd-bacdc7803d59 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: 3963540k/5502976k available (4064k kernel code, 1400180k absent, 139256k 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 using PIT
    [ 0.003333] Detected 2294.473 MHz processor.
    [ 0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 4590.15 BogoMIPS (lpj=7648243)
    [ 0.000007] pid_max: default: 32768 minimum: 301
    [ 0.000118] Security Framework initialized
    [ 0.000122] AppArmor: AppArmor disabled by boot time parameter
    [ 0.000492] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.001691] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.002141] Mount-cache hash table entries: 256
    [ 0.002461] Initializing cgroup subsys cpuacct
    [ 0.002487] Initializing cgroup subsys memory
    [ 0.002502] Initializing cgroup subsys devices
    [ 0.002504] Initializing cgroup subsys freezer
    [ 0.002505] Initializing cgroup subsys net_cls
    [ 0.002507] Initializing cgroup subsys blkio
    [ 0.002553] CPU: Physical Processor ID: 0
    [ 0.002555] CPU: Processor Core ID: 0
    [ 0.002560] mce: CPU supports 7 MCE banks
    [ 0.002572] CPU0: Thermal monitoring enabled (TM1)
    [ 0.002578] using mwait in idle threads.
    [ 0.003714] ACPI: Core revision 20110413
    [ 0.160380] ftrace: allocating 16144 entries in 64 pages
    [ 0.167075] Switched APIC routing to physical flat.
    [ 0.167426] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.200410] CPU0: Intel(R) Core(TM) i5-2410M CPU @ 2.30GHz stepping 07
    [ 0.304675] Performance Events: PEBS fmt1+, SandyBridge events, Intel PMU driver.
    [ 0.304681] ... version: 3
    [ 0.304682] ... bit width: 48
    [ 0.304683] ... generic registers: 4
    [ 0.304685] ... value mask: 0000ffffffffffff
    [ 0.304686] ... max period: 000000007fffffff
    [ 0.304687] ... fixed-purpose events: 3
    [ 0.304688] ... event mask: 000000070000000f
    [ 0.324897] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.351341] Booting Node 0, Processors #1
    [ 0.351348] smpboot cpu 1: start_ip = 99000
    [ 0.464652] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.484623] #2
    [ 0.484627] smpboot cpu 2: start_ip = 99000
    [ 0.597913] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.617876] #3
    [ 0.617880] smpboot cpu 3: start_ip = 99000
    [ 0.741252] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.747769] Brought up 4 CPUs
    [ 0.747775] Total of 4 processors activated (18364.91 BogoMIPS).
    [ 0.750911] devtmpfs: initialized
    [ 0.751676] PM: Registering ACPI NVS region at aaf19000 (847872 bytes)
    [ 0.752391] print_constraints: dummy:
    [ 0.752459] NET: Registered protocol family 16
    [ 0.752545] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [ 0.752547] ACPI: bus type pci registered
    [ 0.752684] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
    [ 0.752687] PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] reserved in E820
    [ 0.768153] PCI: Using configuration type 1 for base access
    [ 0.768569] bio: create slab <bio-0> at 0
    [ 0.770460] ACPI: EC: EC description table is found, configuring boot EC
    [ 0.770465] ACPI: EC: Look up EC in DSDT
    [ 0.772328] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.784480] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.854764] ACPI: SSDT 00000000aadbc718 00694 (v01 PmRef Cpu0Cst 00003001 INTL 20091112)
    [ 0.855208] ACPI: Dynamic OEM Table Load:
    [ 0.855210] ACPI: SSDT (null) 00694 (v01 PmRef Cpu0Cst 00003001 INTL 20091112)
    [ 0.864674] ACPI: SSDT 00000000aadbda98 00303 (v01 PmRef ApIst 00003000 INTL 20091112)
    [ 0.865144] ACPI: Dynamic OEM Table Load:
    [ 0.865146] ACPI: SSDT (null) 00303 (v01 PmRef ApIst 00003000 INTL 20091112)
    [ 0.874544] ACPI: SSDT 00000000aadbbd98 00119 (v01 PmRef ApCst 00003000 INTL 20091112)
    [ 0.874985] ACPI: Dynamic OEM Table Load:
    [ 0.874987] ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20091112)
    [ 0.894586] ACPI: Interpreter enabled
    [ 0.894589] ACPI: (supports S0 S1 S3 S4 S5)
    [ 0.894611] ACPI: Using IOAPIC for interrupt routing
    [ 0.999159] ACPI: EC: GPE = 0x1b, I/O: command/status = 0x66, data = 0x62
    [ 0.999351] ACPI: No dock devices found.
    [ 0.999352] HEST: Table not found.
    [ 0.999355] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.999558] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
    [ 0.999930] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
    [ 0.999932] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
    [ 0.999934] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
    [ 0.999936] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff]
    [ 0.999938] pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff]
    [ 0.999940] pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff]
    [ 0.999942] pci_root PNP0A08:00: host bridge window [mem 0x000dc000-0x000dffff]
    [ 0.999944] pci_root PNP0A08:00: host bridge window [mem 0x000e0000-0x000e3fff]
    [ 0.999946] pci_root PNP0A08:00: host bridge window [mem 0x000e4000-0x000e7fff]
    [ 0.999948] pci_root PNP0A08:00: host bridge window [mem 0xafa00000-0xfeafffff]
    [ 0.999950] pci_root PNP0A08:00: host bridge window [mem 0xfed40000-0xfed44fff]
    [ 0.999961] pci 0000:00:00.0: [8086:0104] type 0 class 0x000600
    [ 0.999994] pci 0000:00:01.0: [8086:0101] type 1 class 0x000604
    [ 1.000018] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 1.000021] pci 0000:00:01.0: PME# disabled
    [ 1.000038] pci 0000:00:02.0: [8086:0116] type 0 class 0x000300
    [ 1.000048] pci 0000:00:02.0: reg 10: [mem 0xdc400000-0xdc7fffff 64bit]
    [ 1.000055] pci 0000:00:02.0: reg 18: [mem 0xb0000000-0xbfffffff 64bit pref]
    [ 1.000059] pci 0000:00:02.0: reg 20: [io 0xe000-0xe03f]
    [ 1.000109] pci 0000:00:16.0: [8086:1c3a] type 0 class 0x000780
    [ 1.000132] pci 0000:00:16.0: reg 10: [mem 0xdf00b000-0xdf00b00f 64bit]
    [ 1.000195] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 1.000200] pci 0000:00:16.0: PME# disabled
    [ 1.000231] pci 0000:00:1a.0: [8086:1c2d] type 0 class 0x000c03
    [ 1.000253] pci 0000:00:1a.0: reg 10: [mem 0xdf008000-0xdf0083ff]
    [ 1.000326] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [ 1.000331] pci 0000:00:1a.0: PME# disabled
    [ 1.000355] pci 0000:00:1b.0: [8086:1c20] type 0 class 0x000403
    [ 1.000371] pci 0000:00:1b.0: reg 10: [mem 0xdf000000-0xdf003fff 64bit]
    [ 1.000426] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 1.000430] pci 0000:00:1b.0: PME# disabled
    [ 1.000450] pci 0000:00:1c.0: [8086:1c10] type 1 class 0x000604
    [ 1.000513] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 1.000517] pci 0000:00:1c.0: PME# disabled
    [ 1.000540] pci 0000:00:1c.1: [8086:1c12] type 1 class 0x000604
    [ 1.000603] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 1.000607] pci 0000:00:1c.1: PME# disabled
    [ 1.000632] pci 0000:00:1c.3: [8086:1c16] type 1 class 0x000604
    [ 1.000695] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [ 1.000699] pci 0000:00:1c.3: PME# disabled
    [ 1.000723] pci 0000:00:1c.5: [8086:1c1a] type 1 class 0x000604
    [ 1.000785] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
    [ 1.000789] pci 0000:00:1c.5: PME# disabled
    [ 1.000819] pci 0000:00:1d.0: [8086:1c26] type 0 class 0x000c03
    [ 1.000841] pci 0000:00:1d.0: reg 10: [mem 0xdf007000-0xdf0073ff]
    [ 1.000914] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 1.000919] pci 0000:00:1d.0: PME# disabled
    [ 1.000944] pci 0000:00:1f.0: [8086:1c49] type 0 class 0x000601
    [ 1.001066] pci 0000:00:1f.2: [8086:1c03] type 0 class 0x000106
    [ 1.001085] pci 0000:00:1f.2: reg 10: [io 0xe0b0-0xe0b7]
    [ 1.001094] pci 0000:00:1f.2: reg 14: [io 0xe0a0-0xe0a3]
    [ 1.001102] pci 0000:00:1f.2: reg 18: [io 0xe090-0xe097]
    [ 1.001111] pci 0000:00:1f.2: reg 1c: [io 0xe080-0xe083]
    [ 1.001119] pci 0000:00:1f.2: reg 20: [io 0xe060-0xe07f]
    [ 1.001128] pci 0000:00:1f.2: reg 24: [mem 0xdf006000-0xdf0067ff]
    [ 1.001161] pci 0000:00:1f.2: PME# supported from D3hot
    [ 1.001165] pci 0000:00:1f.2: PME# disabled
    [ 1.001183] pci 0000:00:1f.3: [8086:1c22] type 0 class 0x000c05
    [ 1.001199] pci 0000:00:1f.3: reg 10: [mem 0xdf005000-0xdf0050ff 64bit]
    [ 1.001220] pci 0000:00:1f.3: reg 20: [io 0xe040-0xe05f]
    [ 1.001276] pci 0000:01:00.0: [10de:0df4] type 0 class 0x000300
    [ 1.001284] pci 0000:01:00.0: reg 10: [mem 0xdb000000-0xdbffffff]
    [ 1.001292] pci 0000:01:00.0: reg 14: [mem 0xc0000000-0xcfffffff 64bit pref]
    [ 1.001301] pci 0000:01:00.0: reg 1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
    [ 1.001308] pci 0000:01:00.0: reg 24: [io 0xd000-0xd07f]
    [ 1.001314] pci 0000:01:00.0: reg 30: [mem 0xdc000000-0xdc07ffff pref]
    [ 1.001346] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 1.001348] pci 0000:00:01.0: bridge window [io 0xd000-0xdfff]
    [ 1.001351] pci 0000:00:01.0: bridge window [mem 0xdb000000-0xdc0fffff]
    [ 1.001354] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
    [ 1.001399] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
    [ 1.001403] pci 0000:00:1c.0: bridge window [io 0xc000-0xcfff]
    [ 1.001407] pci 0000:00:1c.0: bridge window [mem 0xde600000-0xdeffffff]
    [ 1.001414] pci 0000:00:1c.0: bridge window [mem 0xd4200000-0xd4bfffff 64bit pref]
    [ 1.001480] pci 0000:03:00.0: [168c:002b] type 0 class 0x000280
    [ 1.001508] pci 0000:03:00.0: reg 10: [mem 0xddc00000-0xddc0ffff 64bit]
    [ 1.001612] pci 0000:03:00.0: supports D1
    [ 1.001614] pci 0000:03:00.0: PME# supported from D0 D1 D3hot D3cold
    [ 1.001619] pci 0000:03:00.0: PME# disabled
    [ 1.001657] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
    [ 1.001662] pci 0000:00:1c.1: bridge window [io 0xb000-0xbfff]
    [ 1.001666] pci 0000:00:1c.1: bridge window [mem 0xddc00000-0xde5fffff]
    [ 1.001672] pci 0000:00:1c.1: bridge window [mem 0xd3700000-0xd40fffff 64bit pref]
    [ 1.001743] pci 0000:04:00.0: [1b73:1000] type 0 class 0x000c03
    [ 1.001766] pci 0000:04:00.0: reg 10: [mem 0xdd200000-0xdd20ffff]
    [ 1.001908] pci 0000:04:00.0: PME# supported from D0 D3hot
    [ 1.001914] pci 0000:04:00.0: PME# disabled
    [ 1.001944] pci 0000:00:1c.3: PCI bridge to [bus 04-04]
    [ 1.001948] pci 0000:00:1c.3: bridge window [io 0xa000-0xafff]
    [ 1.001952] pci 0000:00:1c.3: bridge window [mem 0xdd200000-0xddbfffff]
    [ 1.001959] pci 0000:00:1c.3: bridge window [mem 0xd2c00000-0xd35fffff 64bit pref]
    [ 1.002025] pci 0000:05:00.0: [1969:1083] type 0 class 0x000200
    [ 1.002053] pci 0000:05:00.0: reg 10: [mem 0xdc800000-0xdc83ffff 64bit]
    [ 1.002068] pci 0000:05:00.0: reg 18: [io 0x9000-0x907f]
    [ 1.002166] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 1.002171] pci 0000:05:00.0: PME# disabled
    [ 1.002210] pci 0000:00:1c.5: PCI bridge to [bus 05-05]
    [ 1.002214] pci 0000:00:1c.5: bridge window [io 0x9000-0x9fff]
    [ 1.002219] pci 0000:00:1c.5: bridge window [mem 0xdc800000-0xdd1fffff]
    [ 1.002225] pci 0000:00:1c.5: bridge window [mem 0xd2100000-0xd2afffff 64bit pref]
    [ 1.002249] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 1.002373] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
    [ 1.002402] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
    [ 1.002435] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
    [ 1.002467] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP06._PRT]
    [ 1.002510] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEGR._PRT]
    [ 1.002545] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 1.002548] pci0000:00: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
    [ 1.002549] ACPI _OSC control for PCIe not granted, disabling ASPM
    [ 1.700980] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 10 *11 12 14 15)
    [ 1.701022] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 *3 4 5 6 10 11 12 14 15)
    [ 1.701063] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 10 *11 12 14 15)
    [ 1.701104] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 *10 11 12 14 15)
    [ 1.701146] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 1.701186] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 1.701226] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 *5 6 10 11 12 14 15)
    [ 1.701264] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 *4 5 6 10 11 12 14 15)
    [ 1.701338] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 1.701345] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
    [ 1.701347] vgaarb: loaded
    [ 1.701348] vgaarb: bridge control possible 0000:01:00.0
    [ 1.701349] vgaarb: bridge control possible 0000:00:02.0
    [ 1.701410] PCI: Using ACPI for IRQ routing
    [ 1.702943] PCI: pci_cache_line_size set to 64 bytes
    [ 1.703021] reserve RAM buffer: 000000000009e800 - 000000000009ffff
    [ 1.703024] reserve RAM buffer: 00000000aabcc000 - 00000000abffffff
    [ 1.703027] reserve RAM buffer: 00000000aace1000 - 00000000abffffff
    [ 1.703029] reserve RAM buffer: 00000000aacf5000 - 00000000abffffff
    [ 1.703031] reserve RAM buffer: 00000000aaf19000 - 00000000abffffff
    [ 1.703033] reserve RAM buffer: 00000000aaffd000 - 00000000abffffff
    [ 1.703035] reserve RAM buffer: 000000014fe00000 - 000000014fffffff
    [ 1.703130] NetLabel: Initializing
    [ 1.703131] NetLabel: domain hash size = 128
    [ 1.703132] NetLabel: protocols = UNLABELED CIPSOv4
    [ 1.703144] NetLabel: unlabeled traffic allowed by default
    [ 1.703158] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 1.703163] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 1.705180] Switching to clocksource hpet
    [ 1.707228] Switched to NOHz mode on CPU #0
    [ 1.707282] Switched to NOHz mode on CPU #1
    [ 1.707289] Switched to NOHz mode on CPU #2
    [ 1.707371] Switched to NOHz mode on CPU #3
    [ 1.709995] pnp: PnP ACPI init
    [ 1.710009] ACPI: bus type pnp registered
    [ 1.710231] pnp 00:00: [bus 00-3e]
    [ 1.710233] pnp 00:00: [io 0x0000-0x0cf7 window]
    [ 1.710235] pnp 00:00: [io 0x0cf8-0x0cff]
    [ 1.710236] pnp 00:00: [io 0x0d00-0xffff window]
    [ 1.710238] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [ 1.710240] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
    [ 1.710242] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
    [ 1.710243] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
    [ 1.710245] pnp 00:00: [mem 0x000cc000-0x000cffff window]
    [ 1.710247] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
    [ 1.710248] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
    [ 1.710250] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
    [ 1.710252] pnp 00:00: [mem 0x000dc000-0x000dffff window]
    [ 1.710253] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
    [ 1.710255] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
    [ 1.710257] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
    [ 1.710258] pnp 00:00: [mem 0x000ec000-0x000effff window]
    [ 1.710260] pnp 00:00: [mem 0x000f0000-0x000fffff window]
    [ 1.710262] pnp 00:00: [mem 0xafa00000-0xfeafffff window]
    [ 1.710264] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
    [ 1.710335] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
    [ 1.710347] pnp 00:01: [io 0x0000-0x001f]
    [ 1.710349] pnp 00:01: [io 0x0081-0x0091]
    [ 1.710350] pnp 00:01: [io 0x0093-0x009f]
    [ 1.710351] pnp 00:01: [io 0x00c0-0x00df]
    [ 1.710353] pnp 00:01: [dma 4]
    [ 1.710371] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 1.710378] pnp 00:02: [mem 0xff000000-0xffffffff]
    [ 1.710395] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
    [ 1.710466] pnp 00:03: [mem 0xfed00000-0xfed003ff]
    [ 1.710484] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 1.710493] pnp 00:04: [io 0x00f0]
    [ 1.710501] pnp 00:04: [irq 13]
    [ 1.710519] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 1.710528] pnp 00:05: [io 0x002e-0x002f]
    [ 1.710530] pnp 00:05: [io 0x004e-0x004f]
    [ 1.710531] pnp 00:05: [io 0x0061]
    [ 1.710533] pnp 00:05: [io 0x0063]
    [ 1.710534] pnp 00:05: [io 0x0065]
    [ 1.710535] pnp 00:05: [io 0x0067]
    [ 1.710536] pnp 00:05: [io 0x0070]
    [ 1.710538] pnp 00:05: [io 0x0080]
    [ 1.710539] pnp 00:05: [io 0x0092]
    [ 1.710542] pnp 00:05: [io 0x00b2-0x00b3]
    [ 1.710544] pnp 00:05: [io 0x0680-0x069f]
    [ 1.710545] pnp 00:05: [io 0x1000-0x100f]
    [ 1.710546] pnp 00:05: [io 0xffff]
    [ 1.710548] pnp 00:05: [io 0xffff]
    [ 1.710549] pnp 00:05: [io 0x0400-0x0453]
    [ 1.710550] pnp 00:05: [io 0x0458-0x047f]
    [ 1.710552] pnp 00:05: [io 0x0500-0x057f]
    [ 1.710553] pnp 00:05: [io 0x164e-0x164f]
    [ 1.710595] system 00:05: [io 0x0680-0x069f] has been reserved
    [ 1.710598] system 00:05: [io 0x1000-0x100f] has been reserved
    [ 1.710600] system 00:05: [io 0xffff] has been reserved
    [ 1.710601] system 00:05: [io 0xffff] has been reserved
    [ 1.710603] system 00:05: [io 0x0400-0x0453] has been reserved
    [ 1.710605] system 00:05: [io 0x0458-0x047f] has been reserved
    [ 1.710607] system 00:05: [io 0x0500-0x057f] has been reserved
    [ 1.710609] system 00:05: [io 0x164e-0x164f] has been reserved
    [ 1.710612] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 1.710619] pnp 00:06: [io 0x0070-0x0077]
    [ 1.710624] pnp 00:06: [irq 8]
    [ 1.710642] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 1.710658] pnp 00:07: [io 0x0454-0x0457]
    [ 1.710686] system 00:07: [io 0x0454-0x0457] has been reserved
    [ 1.710689] system 00:07: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    [ 1.710714] pnp 00:08: [io 0x0060]
    [ 1.710716] pnp 00:08: [io 0x0064]
    [ 1.710721] pnp 00:08: [irq 1]
    [ 1.710741] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
    [ 1.710775] pnp 00:09: [irq 12]
    [ 1.710798] pnp 00:09: Plug and Play ACPI device, IDs ETD0101 SYN0a00 SYN0002 PNP0f03 PNP0f13 PNP0f12 (active)
    [ 1.758811] pnp 00:0a: [mem 0xfed1c000-0xfed1ffff]
    [ 1.758813] pnp 00:0a: [mem 0xfed10000-0xfed17fff]
    [ 1.758814] pnp 00:0a: [mem 0xfed18000-0xfed18fff]
    [ 1.758816] pnp 00:0a: [mem 0xfed19000-0xfed19fff]
    [ 1.758817] pnp 00:0a: [mem 0xe0000000-0xe3ffffff]
    [ 1.758819] pnp 00:0a: [mem 0xfed20000-0xfed3ffff]
    [ 1.758820] pnp 00:0a: [mem 0xfed90000-0xfed93fff]
    [ 1.758822] pnp 00:0a: [mem 0xfed45000-0xfed8ffff]
    [ 1.758824] pnp 00:0a: [mem 0xff000000-0xffffffff]
    [ 1.758825] pnp 00:0a: [mem 0xfee00000-0xfeefffff]
    [ 1.758827] pnp 00:0a: [mem 0xafa00000-0xafa00fff]
    [ 1.758884] system 00:0a: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 1.758887] system 00:0a: [mem 0xfed10000-0xfed17fff] could not be reserved
    [ 1.758889] system 00:0a: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 1.758891] system 00:0a: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 1.758893] system 00:0a: [mem 0xe0000000-0xe3ffffff] has been reserved
    [ 1.758895] system 00:0a: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 1.758897] system 00:0a: [mem 0xfed90000-0xfed93fff] has been reserved
    [ 1.758900] system 00:0a: [mem 0xfed45000-0xfed8ffff] has been reserved
    [ 1.758902] system 00:0a: [mem 0xff000000-0xffffffff] could not be reserved
    [ 1.758904] system 00:0a: [mem 0xfee00000-0xfeefffff] could not be reserved
    [ 1.758906] system 00:0a: [mem 0xafa00000-0xafa00fff] has been reserved
    [ 1.758909] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 1.758934] pnp 00:0b: [mem 0xafa00000-0xafa00fff]
    [ 1.758981] system 00:0b: [mem 0xafa00000-0xafa00fff] has been reserved
    [ 1.758984] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 1.759078] pnp 00:0c: [mem 0x20000000-0x201fffff]
    [ 1.759080] pnp 00:0c: [mem 0x40000000-0x401fffff]
    [ 1.759131] system 00:0c: [mem 0x20000000-0x201fffff] has been reserved
    [ 1.759133] system 00:0c: [mem 0x40000000-0x401fffff] has been reserved
    [ 1.759136] system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 1.759147] pnp: PnP ACPI: found 13 devices
    [ 1.759148] ACPI: ACPI bus type pnp unregistered
    [ 1.764848] PCI: max bus depth: 1 pci_try_num: 2
    [ 1.764884] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 1.764886] pci 0000:00:01.0: bridge window [io 0xd000-0xdfff]
    [ 1.764889] pci 0000:00:01.0: bridge window [mem 0xdb000000-0xdc0fffff]
    [ 1.764892] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
    [ 1.764896] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
    [ 1.764899] pci 0000:00:1c.0: bridge window [io 0xc000-0xcfff]
    [ 1.764905] pci 0000:00:1c.0: bridge window [mem 0xde600000-0xdeffffff]
    [ 1.764909] pci 0000:00:1c.0: bridge window [mem 0xd4200000-0xd4bfffff 64bit pref]
    [ 1.764916] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
    [ 1.764919] pci 0000:00:1c.1: bridge window [io 0xb000-0xbfff]
    [ 1.764925] pci 0000:00:1c.1: bridge window [mem 0xddc00000-0xde5fffff]
    [ 1.764929] pci 0000:00:1c.1: bridge window [mem 0xd3700000-0xd40fffff 64bit pref]
    [ 1.764936] pci 0000:00:1c.3: PCI bridge to [bus 04-04]
    [ 1.764939] pci 0000:00:1c.3: bridge window [io 0xa000-0xafff]
    [ 1.764944] pci 0000:00:1c.3: bridge window [mem 0xdd200000-0xddbfffff]
    [ 1.764949] pci 0000:00:1c.3: bridge window [mem 0xd2c00000-0xd35fffff 64bit pref]
    [ 1.764956] pci 0000:00:1c.5: PCI bridge to [bus 05-05]
    [ 1.764959] pci 0000:00:1c.5: bridge window [io 0x9000-0x9fff]
    [ 1.764964] pci 0000:00:1c.5: bridge window [mem 0xdc800000-0xdd1fffff]
    [ 1.764969] pci 0000:00:1c.5: bridge window [mem 0xd2100000-0xd2afffff 64bit pref]
    [ 1.764983] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 1.764986] pci 0000:00:01.0: setting latency timer to 64
    [ 1.764993] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 1.764997] pci 0000:00:1c.0: setting latency timer to 64
    [ 1.765005] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 1.765010] pci 0000:00:1c.1: setting latency timer to 64
    [ 1.765018] pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
    [ 1.765022] pci 0000:00:1c.3: setting latency timer to 64
    [ 1.765028] pci 0000:00:1c.5: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 1.765033] pci 0000:00:1c.5: setting latency timer to 64
    [ 1.765037] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 1.765039] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 1.765041] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 1.765042] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
    [ 1.765044] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
    [ 1.765046] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
    [ 1.765048] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
    [ 1.765050] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff]
    [ 1.765051] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff]
    [ 1.765053] pci_bus 0000:00: resource 13 [mem 0xafa00000-0xfeafffff]
    [ 1.765055] pci_bus 0000:00: resource 14 [mem 0xfed40000-0xfed44fff]
    [ 1.765057] pci_bus 0000:01: resource 0 [io 0xd000-0xdfff]
    [ 1.765059] pci_bus 0000:01: resource 1 [mem 0xdb000000-0xdc0fffff]
    [ 1.765061] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
    [ 1.765063] pci_bus 0000:02: resource 0 [io 0xc000-0xcfff]
    [ 1.765064] pci_bus 0000:02: resource 1 [mem 0xde600000-0xdeffffff]
    [ 1.765066] pci_bus 0000:02: resource 2 [mem 0xd4200000-0xd4bfffff 64bit pref]
    [ 1.765068] pci_bus 0000:03: resource 0 [io 0xb000-0xbfff]
    [ 1.765070] pci_bus 0000:03: resource 1 [mem 0xddc00000-0xde5fffff]
    [ 1.765072] pci_bus 0000:03: resource 2 [mem 0xd3700000-0xd40fffff 64bit pref]
    [ 1.765074] pci_bus 0000:04: resource 0 [io 0xa000-0xafff]
    [ 1.765076] pci_bus 0000:04: resource 1 [mem 0xdd200000-0xddbfffff]
    [ 1.765078] pci_bus 0000:04: resource 2 [mem 0xd2c00000-0xd35fffff 64bit pref]
    [ 1.765080] pci_bus 0000:05: resource 0 [io 0x9000-0x9fff]
    [ 1.765081] pci_bus 0000:05: resource 1 [mem 0xdc800000-0xdd1fffff]
    [ 1.765083] pci_bus 0000:05: resource 2 [mem 0xd2100000-0xd2afffff 64bit pref]
    [ 1.765138] NET: Registered protocol family 2
    [ 1.765319] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
    [ 1.766220] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
    [ 1.767965] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 1.768183] TCP: Hash tables configured (established 524288 bind 65536)
    [ 1.768185] TCP reno registered
    [ 1.768194] UDP hash table entries: 2048 (order: 4, 65536 bytes)
    [ 1.768216] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    [ 1.768449] NET: Registered protocol family 1
    [ 1.768464] pci 0000:00:02.0: Boot video device
    [ 2.015314] PCI: CLS 64 bytes, default 64
    [ 2.015352] Unpacking initramfs...
    [ 2.047361] Freeing initrd memory: 2368k freed
    [ 2.047653] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 2.047657] Placing 64MB software IO TLB between ffff8800a6bcc000 - ffff8800aabcc000
    [ 2.047658] software IO TLB at phys 0xa6bcc000 - 0xaabcc000
    [ 2.048060] audit: initializing netlink socket (disabled)
    [ 2.048068] type=2000 audit(1313603670.739:1): initialized
    [ 2.054235] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 2.067195] VFS: Disk quotas dquot_6.5.2
    [ 2.067311] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 2.067454] msgmni has been set to 7745
    [ 2.067640] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [ 2.067672] io scheduler noop registered
    [ 2.067674] io scheduler deadline registered
    [ 2.067711] io scheduler cfq registered (default)
    [ 2.067791] pcieport 0000:00:01.0: setting latency timer to 64
    [ 2.067814] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 2.068084] intel_idle: MWAIT substates: 0x21120
    [ 2.068086] intel_idle: v0.4 model 0x2A
    [ 2.068087] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 2.068117] ERST: Table is not found!
    [ 2.068163] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 2.268759] Linux agpgart interface v0.103
    [ 2.268839] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
    [ 2.270529] i8042: Detected active multiplexing controller, rev 1.1
    [ 2.271297] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 2.271322] serio: i8042 AUX0 port at 0x60,0x64 irq 12
    [ 2.271339] serio: i8042 AUX1 port at 0x60,0x64 irq 12
    [ 2.271357] serio: i8042 AUX2 port at 0x60,0x64 irq 12
    [ 2.271374] serio: i8042 AUX3 port at 0x60,0x64 irq 12
    [ 2.271436] mousedev: PS/2 mouse device common for all mice
    [ 2.271488] rtc_cmos 00:06: RTC can wake from S4
    [ 2.271585] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
    [ 2.271612] rtc0: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
    [ 2.271729] cpuidle: using governor ladder
    [ 2.271883] cpuidle: using governor menu
    [ 2.272040] TCP cubic registered
    [ 2.272042] NET: Registered protocol family 17
    [ 2.272048] Registering the dns_resolver key type
    [ 2.272116] PM: Hibernation image not present or could not be loaded.
    [ 2.272120] registered taskstats version 1
    [ 2.278319] rtc_cmos 00:06: setting system clock to 2011-08-17 17:54:31 UTC (1313603671)
    [ 2.278398] Initializing network drop monitor service
    [ 2.279674] Freeing unused kernel memory: 712k freed
    [ 2.279759] Write protecting the kernel read-only data: 6144k
    [ 2.279988] Freeing unused kernel memory: 12k freed
    [ 2.282266] Freeing unused kernel memory: 776k freed
    [ 2.291723] udevd[55]: starting version 173
    [ 2.304579] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 2.339771] usbcore: registered new interface driver usbfs
    [ 2.339795] usbcore: registered new interface driver hub
    [ 2.341676] usbcore: registered new device driver usb
    [ 2.342076] SCSI subsystem initialized
    [ 2.346410] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 2.346435] ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 2.346439] libata version 3.00 loaded.
    [ 2.346468] ehci_hcd 0000:00:1a.0: setting latency timer to 64
    [ 2.346474] ehci_hcd 0000:00:1a.0: EHCI Host Controller
    [ 2.346533] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
    [ 2.346567] ehci_hcd 0000:00:1a.0: debug port 2
    [ 2.350464] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
    [ 2.350482] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xdf008000
    [ 2.361641] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    [ 2.361880] hub 1-0:1.0: USB hub found
    [ 2.361885] hub 1-0:1.0: 2 ports detected
    [ 2.361969] ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    [ 2.362000] ehci_hcd 0000:00:1d.0: setting latency timer to 64
    [ 2.362005] ehci_hcd 0000:00:1d.0: EHCI Host Controller
    [ 2.362014] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
    [ 2.362042] ehci_hcd 0000:00:1d.0: debug port 2
    [ 2.363294] xhci_hcd 0000:04:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
    [ 2.363343] xhci_hcd 0000:04:00.0: setting latency timer to 64
    [ 2.363348] xhci_hcd 0000:04:00.0: xHCI Host Controller
    [ 2.363358] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 3
    [ 2.365933] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
    [ 2.365956] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xdf007000
    [ 2.378294] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [ 2.378444] hub 2-0:1.0: USB hub found
    [ 2.378448] hub 2-0:1.0: 2 ports detected
    [ 2.378553] ahci 0000:00:1f.2: version 3.0
    [ 2.378566] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    [ 2.378706] ahci 0000:00:1f.2: irq 41 for MSI/MSI-X
    [ 2.378982] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x5 impl SATA mode
    [ 2.378987] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems apst
    [ 2.378993] ahci 0000:00:1f.2: setting latency timer to 64
    [ 2.385587] scsi0 : ahci
    [ 2.385700] scsi1 : ahci
    [ 2.385786] scsi2 : ahci
    [ 2.385871] scsi3 : ahci
    [ 2.385959] scsi4 : ahci
    [ 2.386043] scsi5 : ahci
    [ 2.386296] ata1: SATA max UDMA/133 abar m2048@0xdf006000 port 0xdf006100 irq 41
    [ 2.386298] ata2: DUMMY
    [ 2.386302] ata3: SATA max UDMA/133 abar m2048@0xdf006000 port 0xdf006200 irq 41
    [ 2.386303] ata4: DUMMY
    [ 2.386304] ata5: DUMMY
    [ 2.386305] ata6: DUMMY
    [ 2.499498] xhci_hcd 0000:04:00.0: irq 19, io mem 0xdd200000
    [ 2.499623] xHCI xhci_add_endpoint called for root hub
    [ 2.499625] xHCI xhci_check_bandwidth called for root hub
    [ 2.499650] hub 3-0:1.0: USB hub found
    [ 2.499655] hub 3-0:1.0: 1 port detected
    [ 2.499701] xhci_hcd 0000:04:00.0: xHCI Host Controller
    [ 2.499707] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 4
    [ 2.499773] xHCI xhci_add_endpoint called for root hub
    [ 2.499775] xHCI xhci_check_bandwidth called for root hub
    [ 2.499793] hub 4-0:1.0: USB hub found
    [ 2.499799] hub 4-0:1.0: 1 port detected
    [ 2.668242] usb 1-1: new high speed USB device number 2 using ehci_hcd
    [ 2.704896] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 2.704948] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 2.706090] ata1.00: ACPI cmd ef/90:06:00:00:00:00 (SET FEATURES) succeeded
    [ 2.706102] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    [ 2.706110] ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
    [ 2.706942] ata1.00: ATA-8: ST9500423AS, 0002SDM1, max UDMA/133
    [ 2.706951] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
    [ 2.708085] ata1.00: ACPI cmd ef/90:06:00:00:00:00 (SET FEATURES) succeeded
    [ 2.708096] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    [ 2.708128] ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
    [ 2.708250] ata3.00: ACPI cmd ef/90:06:00:00:00:00 (SET FEATURES) succeeded
    [ 2.708253] ata3.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    [ 2.708256] ata3.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
    [ 2.708955] ata1.00: configured for UDMA/133
    [ 2.709184] scsi 0:0:0:0: Direct-Access ATA ST9500423AS 0002 PQ: 0 ANSI: 5
    [ 2.710001] ata3.00: ATAPI: MATSHITADVD-RAM UJ8A2ASW, 1.00, max UDMA/100
    [ 2.713629] ata3.00: ACPI cmd ef/90:06:00:00:00:00 (SET FEATURES) succeeded
    [ 2.713640] ata3.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    [ 2.713648] ata3.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
    [ 2.715460] ata3.00: configured for UDMA/100
    [ 2.721215] scsi 2:0:0:0: CD-ROM MATSHITA DVD-RAM UJ8A2ASW 1.00 PQ: 0 ANSI: 5
    [ 2.726730] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
    [ 2.726735] sd 0:0:0:0: [sda] 4096-byte physical blocks
    [ 2.726769] sd 0:0:0:0: [sda] Write Protect is off
    [ 2.726772] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 2.726796] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.730604] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 2.730613] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 2.730825] sr 2:0:0:0: Attached scsi CD-ROM sr0
    [ 2.744374] sda: sda1 sda2 sda3 sda4
    [ 2.744800] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 2.792361] hub 1-1:1.0: USB hub found
    [ 2.792438] hub 1-1:1.0: 6 ports detected
    [ 2.898039] usb 2-1: new high speed USB device number 2 using ehci_hcd
    [ 3.022001] hub 2-1:1.0: USB hub found
    [ 3.022058] hub 2-1:1.0: 6 ports detected
    [ 3.047955] Refined TSC clocksource calibration: 2294.788 MHz.
    [ 3.047965] Switching to clocksource tsc
    [ 3.088035] usb 1-1.1: new full speed USB device number 3 using ehci_hcd
    [ 3.154812] usb 1-1.1: device descriptor read/64, error -32
    [ 3.236960] PM: Marking nosave pages: 000000000009e000 - 0000000000100000
    [ 3.236965] PM: Marking nosave pages: 0000000020000000 - 0000000020200000
    [ 3.236973] PM: Marking nosave pages: 0000000040000000 - 0000000040200000
    [ 3.236982] PM: Marking nosave pages: 00000000aabcc000 - 00000000aacdf000
    [ 3.236987] PM: Marking nosave pages: 00000000aace1000 - 00000000aacf4000
    [ 3.236989] PM: Marking nosave pages: 00000000aacf5000 - 00000000aade8000
    [ 3.236994] PM: Marking nosave pages: 00000000aaf19000 - 00000000aafe8000
    [ 3.236998] PM: Marking nosave pages: 00000000aaffd000 - 0000000100000000
    [ 3.238148] PM: Basic memory bitmaps created
    [ 3.256065] PM: Basic memory bitmaps freed
    [ 3.281008] EXT3-fs: barriers not enabled
    [ 3.293754] kjournald starting. Commit interval 5 seconds
    [ 3.293785] EXT3-fs (sda3): mounted filesystem with ordered data mode
    [ 3.408060] usb 1-1.2: new high speed USB device number 4 using ehci_hcd
    [ 4.495259] udevd[256]: starting version 173
    [ 4.578020] ACPI: acpi_idle yielding to intel_idle
    [ 4.627803] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
    [ 4.627906] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    [ 4.628446] ACPI: AC Adapter [AC0] (on-line)
    [ 4.629029] ACPI: Lid Switch [LID]
    [ 4.629597] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2
    [ 4.629603] ACPI: Sleep Button [SLPB]
    [ 4.629654] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    [ 4.629658] ACPI: Power Button [PWRF]
    [ 4.662098] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    [ 4.662105] ACPI: Battery Slot [BAT0] (battery present)
    [ 4.670264] thermal LNXTHERM:00: registered as thermal_zone0
    [ 4.670270] ACPI: Thermal Zone [TZ00] (58 C)
    [ 4.699183] sd 0:0:0:0: Attached scsi generic sg0 type 0
    [ 4.699224] sr 2:0:0:0: Attached scsi generic sg1 type 5
    [ 4.735002] wmi: Mapper loaded
    [ 4.816453] cfg80211: Calling CRDA to update world regulatory domain
    [ 4.837422] Linux media interface: v0.10
    [ 4.865736] Linux video capture interface: v2.00
    [ 4.900747] uvcvideo: Found UVC 1.00 device ASUS USB2.0 WebCam (058f:a014)
    [ 4.903658] input: ASUS USB2.0 WebCam as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input4
    [ 4.903716] usbcore: registered new interface driver uvcvideo
    [ 4.903718] USB Video Class driver (v1.1.0)
    [ 4.911301] ath9k 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    [ 4.911316] ath9k 0000:03:00.0: setting latency timer to 64
    [ 4.919790] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    [ 4.919846] HDA Intel 0000:00:1b.0: irq 42 for MSI/MSI-X
    [ 4.919869] HDA Intel 0000:00:1b.0: setting latency timer to 64
    [ 4.927271] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 4.935157] asus_wmi: ASUS WMI generic driver loaded
    [ 4.941164] mei: module is from the staging directory, the quality is unknown, you have been warned.
    [ 4.943980] asus_wmi: Initialization: 0x1
    [ 4.944133] asus_wmi: SFUN value: 0x1a0af7
    [ 4.945199] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input5
    [ 4.956683] asus_wmi: Backlight controlled by ACPI video driver
    [ 4.956752] input: PC Speaker as /devices/platform/pcspkr/input/input6
    [ 4.960798] ath: EEPROM regdomain: 0x60
    [ 4.960800] ath: EEPROM indicates we should expect a direct regpair map
    [ 4.960802] ath: Country alpha2 being used: 00
    [ 4.960803] ath: Regpair used: 0x60
    [ 4.974078] Bluetooth: Core ver 2.16
    [ 4.974096] NET: Registered protocol family 31
    [ 4.974097] Bluetooth: HCI device and connection manager initialized
    [ 4.974098] Bluetooth: HCI socket layer initialized
    [ 4.974099] Bluetooth: L2CAP socket layer initialized
    [ 4.974302] Bluetooth: SCO socket layer initialized
    [ 4.984561] ieee80211 phy0: Selected rate control algorithm 'ath9k_rate_control'
    [ 4.984762] Registered led device: ath9k-phy0
    [ 4.984768] ieee80211 phy0: Atheros AR9285 Rev:2 mem=0xffffc90005360000, irq=17
    [ 4.999019] iTCO_vendor_support: vendor-support=0
    [ 5.000922] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.06
    [ 5.000993] iTCO_wdt: Found a Cougar Point TCO device (Version=2, TCOBASE=0x0460)
    [ 5.001120] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 5.013874] Bluetooth: Generic Bluetooth USB driver ver 0.6
    [ 5.014040] usbcore: registered new interface driver btusb
    [ 5.026354] atl1c 0000:05:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    [ 5.026365] atl1c 0000:05:00.0: setting latency timer to 64
    [ 5.140660] atl1c 0000:05:00.0: version 1.0.1.0-NAPI
    [ 5.493359] hda_codec: ALC269VB: BIOS auto-probing.
    [ 5.525717] HDMI status: Pin=6 Presence_Detect=0 ELD_Valid=0
    [ 5.528101] input: HDA Intel PCH HDMI/DP as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
    [ 5.528163] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
    [ 5.528222] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
    [ 5.528376] mei 0000:00:16.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 5.528381] mei 0000:00:16.0: setting latency timer to 64
    [ 5.535903] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [ 5.536243] agpgart-intel 0000:00:00.0: Intel Sandybridge Chipset
    [ 5.536438] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
    [ 5.537725] agpgart-intel 0000:00:00.0: detected 65536K stolen memory
    [ 5.537829] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xb0000000
    [ 5.566314] [drm] Initialized drm 1.1.0 20060810
    [ 5.578198] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 5.578202] i915 0000:00:02.0: setting latency timer to 64
    [ 5.616676] input: PS/2 Logitech Wheel Mouse as /devices/platform/i8042/serio4/input/input10
    [ 5.640873] i915 0000:00:02.0: irq 43 for MSI/MSI-X
    [ 5.640878] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 5.640879] [drm] Driver supports precise vblank timestamp query.
    [ 5.640934] [drm:intel_dsm_platform_mux_info] *ERROR* MUX INFO call failed
    [ 5.641035] [drm:intel_dsm_platform_mux_info] *ERROR* MUX INFO call failed
    [ 5.641105] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=none:owns=io+mem
    [ 5.641106] vgaarb: transferring owner from PCI:0000:00:02.0 to PCI:0000:01:00.0
    [ 5.817467] fbcon: inteldrmfb (fb0) is primary device
    [ 5.981060] Console: switching to colour frame buffer device 170x48
    [ 5.982871] fb0: inteldrmfb frame buffer device
    [ 5.982872] drm: registered panic notifier
    [ 6.010757] ACPI Warning: _BQC returned an invalid level (20110413/video-473)
    [ 6.011024] acpi device:4e: registered as cooling_device4
    [ 6.011185] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input11
    [ 6.011212] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
    [ 6.011736] ACPI Warning: _BQC returned an invalid level (20110413/video-473)
    [ 6.011930] acpi device:59: registered as cooling_device5
    [ 6.012005] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:55/LNXVIDEO:01/input/input12
    [ 6.012073] ACPI: Video Device [GFX0] (multi-head: yes rom: yes post: no)
    [ 6.012134] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    [ 6.806806] EXT3-fs (sda3): using internal journal
    [ 7.032629] EXT3-fs: barriers not enabled
    [ 7.033131] kjournald starting. Commit interval 5 seconds
    [ 7.033638] EXT3-fs (sda4): using internal journal
    [ 7.033650] EXT3-fs (sda4): mounted filesystem with ordered data mode
    [ 7.136750] Adding 2097140k swap on /dev/sda2. Priority:-1 extents:1 across:2097140k
    [ 8.830153] NET: Registered protocol family 10
    [ 9.400174] ehci_hcd 0000:00:1d.0: PCI INT A disabled
    [ 9.400249] ehci_hcd 0000:00:1d.0: PME# enabled
    [ 9.413816] xhci_hcd 0000:04:00.0: PCI INT A disabled
    [ 9.413916] xhci_hcd 0000:04:00.0: PME# enabled
    [ 9.644602] ehci_hcd 0000:00:1d.0: BAR 0: set to [mem 0xdf007000-0xdf0073ff] (PCI address [0xdf007000-0xdf0073ff])
    [ 9.644638] ehci_hcd 0000:00:1d.0: restoring config space at offset 0xf (was 0x100, writing 0x104)
    [ 9.644679] ehci_hcd 0000:00:1d.0: restoring config space at offset 0x1 (was 0x2900000, writing 0x2900002)
    [ 9.644796] ehci_hcd 0000:00:1d.0: PME# disabled
    [ 9.644816] ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    [ 9.644828] ehci_hcd 0000:00:1d.0: setting latency timer to 64
    [ 9.754551] xhci_hcd 0000:04:00.0: BAR 0: set to [mem 0xdd200000-0xdd20ffff] (PCI address [0xdd200000-0xdd20ffff])
    [ 9.754699] xhci_hcd 0000:04:00.0: PME# disabled
    [ 9.754721] xhci_hcd 0000:04:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
    [ 9.754736] xhci_hcd 0000:04:00.0: setting latency timer to 64
    [ 9.754760] usb usb3: root hub lost power or was reset
    [ 9.754764] usb usb4: root hub lost power or was reset
    [ 167.112308] atl1c 0000:05:00.0: irq 44 for MSI/MSI-X
    [ 167.112437] atl1c 0000:05:00.0: atl1c: eth0 NIC Link is Up<100 Mbps Full Duplex>
    [ 177.751730] eth0: no IPv6 routers present
    $ dmesg | grep -i input
    [ 2.304579] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 4.627803] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
    [ 4.629597] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2
    [ 4.629654] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    [ 4.903658] input: ASUS USB2.0 WebCam as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input4
    [ 4.945199] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input5
    [ 4.956752] input: PC Speaker as /devices/platform/pcspkr/input/input6
    [ 5.528101] input: HDA Intel PCH HDMI/DP as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
    [ 5.528163] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
    [ 5.528222] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
    [ 5.616676] input: PS/2 Logitech Wheel Mouse as /devices/platform/i8042/serio4/input/input10
    [ 6.011185] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input11
    [ 6.012005] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:55/LNXVIDEO:01/input/input12
    $ cat /sys/class/input/mouse0/device/uevent
    PRODUCT=11/2/1/63
    NAME="PS/2 Logitech Wheel Mouse"
    PHYS="isa0060/serio4/input0"
    PROP=0
    EV=7
    KEY=70000 0 0 0 0
    REL=103
    MODALIAS=input:b0011v0002p0001e0063-e0,1,2,k110,111,112,r0,1,8,amlsfw
    $ cat /var/log/Xorg.0.log
    [ 232.348]
    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.
    [ 232.349]
    X.Org X Server 1.10.3.901 (1.10.4 RC 1)
    Release Date: 2011-07-29
    [ 232.349] X Protocol Version 11, Revision 0
    [ 232.349] Build Operating System: Linux 3.0.0-ARCH x86_64
    [ 232.349] Current Operating System: Linux asdfg 3.0-ARCH #1 SMP PREEMPT Tue Aug 16 08:44:20 CEST 2011 x86_64
    [ 232.350] Kernel command line: root=/dev/disk/by-uuid/f3bdc9ce-59f4-42c8-98cd-bacdc7803d59 ro
    [ 232.350] Build Date: 08 August 2011 08:24:13AM
    [ 232.350]
    [ 232.350] Current version of pixman: 0.22.2
    [ 232.350] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 232.350] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 232.351] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Aug 17 19:58:21 2011
    [ 232.397] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 232.406] (==) No Layout section. Using the first Screen section.
    [ 232.406] (==) No screen section available. Using defaults.
    [ 232.406] (**) |-->Screen "Default Screen Section" (0)
    [ 232.406] (**) | |-->Monitor "<default monitor>"
    [ 232.406] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 232.407] (==) Automatically adding devices
    [ 232.407] (==) Automatically enabling devices
    [ 232.464] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 232.464] Entry deleted from font path.
    [ 232.464] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 232.464] Entry deleted from font path.
    [ 232.464] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 232.465] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 232.465] Entry deleted from font path.
    [ 232.465] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 232.465] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/
    [ 232.465] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 232.465] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 232.465] (II) Loader magic: 0x7d3620
    [ 232.465] (II) Module ABI versions:
    [ 232.465] X.Org ANSI C Emulation: 0.4
    [ 232.465] X.Org Video Driver: 10.0
    [ 232.465] X.Org XInput driver : 12.2
    [ 232.465] X.Org Server Extension : 5.0
    [ 232.466] (--) PCI:*(0:0:2:0) 8086:0116:1043:1662 rev 9, Mem @ 0xdc400000/4194304, 0xb0000000/268435456, I/O @ 0x0000e000/64
    [ 232.466] (--) PCI: (0:1:0:0) 10de:0df4:1043:1662 rev 161, Mem @ 0xdb000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000d000/128, BIOS @ 0x????????/524288
    [ 232.466] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 232.466] (II) LoadModule: "extmod"
    [ 232.498] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 232.500] (II) Module extmod: vendor="X.Org Foundation"
    [ 232.500] compiled for 1.10.3.901, module version = 1.0.0
    [ 232.500] Module class: X.Org Server Extension
    [ 232.500] ABI class: X.Org Server Extension, version 5.0
    [ 232.500] (II) Loading extension MIT-SCREEN-SAVER
    [ 232.500] (II) Loading extension XFree86-VidModeExtension
    [ 232.500] (II) Loading extension XFree86-DGA
    [ 232.500] (II) Loading extension DPMS
    [ 232.500] (II) Loading extension XVideo
    [ 232.500] (II) Loading extension XVideo-MotionCompensation
    [ 232.500] (II) Loading extension X-Resource
    [ 232.500] (II) LoadModule: "dbe"
    [ 232.500] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 232.501] (II) Module dbe: vendor="X.Org Foundation"
    [ 232.501] compiled for 1.10.3.901, module version = 1.0.0
    [ 232.501] Module class: X.Org Server Extension
    [ 232.501] ABI class: X.Org Server Extension, version 5.0
    [ 232.501] (II) Loading extension DOUBLE-BUFFER
    [ 232.501] (II) LoadModule: "glx"
    [ 232.502] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 232.517] (II) Module glx: vendor="X.Org Foundation"
    [ 232.517] compiled for 1.10.3.901, module version = 1.0.0
    [ 232.517] ABI class: X.Org Server Extension, version 5.0
    [ 232.517] (==) AIGLX enabled
    [ 232.517] (II) Loading extension GLX
    [ 232.517] (II) LoadModule: "record"
    [ 232.517] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 232.518] (II) Module record: vendor="X.Org Foundation"
    [ 232.518] compiled for 1.10.3.901, module version = 1.13.0
    [ 232.518] Module class: X.Org Server Extension
    [ 232.518] ABI class: X.Org Server Extension, version 5.0
    [ 232.518] (II) Loading extension RECORD
    [ 232.518] (II) LoadModule: "dri"
    [ 232.519] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 232.536] (II) Module dri: vendor="X.Org Foundation"
    [ 232.536] compiled for 1.10.3.901, module version = 1.0.0
    [ 232

    Interestingly enough, the same thing happens in Windows on my U46E - the Synaptics driver recognizes the touchpad only as a PS/2 mouse and two-finger scroll won't work.
    Edit: The elantech module you posted fixes the problem on the U46E, too. Thanks! Now to fix it for Windows...
    Last edited by kalinatek (2011-08-29 20:13:07)

  • Elantech Touchpad Detected As PS/2 Elantech Mouse (Dell Vostro 3560)

    Dear community,
    I am facing troubles with my Dell Vostro 3560's Elantech Touchpad. It gets detected as PS/2 Elantech mouse.
    [acs@einherij ~]$ xinput list
    ⎡ Virtual core pointer id=2 [master pointer (3)]
    ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
    ⎜ ↳ PS/2 Elantech Mouse id=12 [slave pointer (2)]
    ⎣ Virtual core keyboard id=3 [master keyboard (2)]
    ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
    ↳ Power Button id=6 [slave keyboard (3)]
    ↳ Video Bus id=7 [slave keyboard (3)]
    ↳ Power Button id=8 [slave keyboard (3)]
    ↳ Sleep Button id=9 [slave keyboard (3)]
    ↳ Laptop_Integrated_Webcam_E4HD id=10 [slave keyboard (3)]
    ↳ AT Translated Set 2 keyboard id=11 [slave keyboard (3)]
    ↳ Dell WMI hotkeys id=13 [slave keyboard (3)]
    Testwise. I installed from AUR the "psmouse-elantech" package (as mentioned in the Touchpad Synaptics article). After reboot, no effect at all, xinput gives the same output.
    Can somebody point me in the correct direction please?
    --- snip /var/log/Xorg.0.log ---
    [ 11.978] (II) config/udev: Adding input device PS/2 Elantech Mouse (/dev/input/event11)
    [ 11.978] (**) PS/2 Elantech Mouse: Applying InputClass "evdev pointer catchall"
    [ 11.978] (II) Using input driver 'evdev' for 'PS/2 Elantech Mouse'
    [ 11.978] (**) PS/2 Elantech Mouse: always reports core events
    [ 11.978] (**) evdev: PS/2 Elantech Mouse: Device: "/dev/input/event11"
    [ 11.978] (--) evdev: PS/2 Elantech Mouse: Vendor 0x2 Product 0x1
    [ 11.978] (--) evdev: PS/2 Elantech Mouse: Found 3 mouse buttons
    [ 11.978] (--) evdev: PS/2 Elantech Mouse: Found relative axes
    [ 11.978] (--) evdev: PS/2 Elantech Mouse: Found x and y relative axes
    [ 11.978] (II) evdev: PS/2 Elantech Mouse: Configuring as mouse
    [ 11.978] (**) evdev: PS/2 Elantech Mouse: YAxisMapping: buttons 4 and 5
    [ 11.978] (**) evdev: PS/2 Elantech Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 11.978] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input11/event11"
    [ 11.978] (II) XINPUT: Adding extended input device "PS/2 Elantech Mouse" (type: MOUSE, id 12)
    [ 11.978] (II) evdev: PS/2 Elantech Mouse: initialized for relative axes.
    --- snap ---
    Last edited by sonnyka (2012-08-07 16:58:44)

    also see: https://bbs.archlinux.org/viewtopic.php?id=117109

  • [SOLVED] Touchpad Synaptics not works after last update of xf86-input

    after this packages
    xf86-input-synaptics 1.8.0-2 <<< works
    xf86-input-synaptics 1.8.0-3 << not works
    https://projects.archlinux.org/svntogit … 54796cff46
    dmesg|grep input
    [ 0.866883] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 1.842679] input: HID 04f3:0103 as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/0003:04F3:0103.0001/input/input2
    [ 1.842756] hid-generic 0003:04F3:0103.0001: input,hidraw0: USB HID v1.10 Keyboard [HID 04f3:0103] on usb-0000:00:14.0-1/input0
    [ 1.843934] input: HID 04f3:0103 as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.1/0003:04F3:0103.0002/input/input3
    [ 1.844001] hid-generic 0003:04F3:0103.0002: input,hidraw1: USB HID v1.10 Device [HID 04f3:0103] on usb-0000:00:14.0-1/input1
    [ 2.169742] input: A4TECH USB Device as /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/0003:09DA:9066.0003/input/input4
    [ 2.169933] hid-generic 0003:09DA:9066.0003: input,hiddev0,hidraw2: USB HID v1.11 Keyboard [A4TECH USB Device] on usb-0000:00:14.0-2/input0
    [ 2.171262] input: A4TECH USB Device as /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.1/0003:09DA:9066.0004/input/input5
    [ 2.171357] hid-generic 0003:09DA:9066.0004: input,hidraw3: USB HID v1.11 Mouse [A4TECH USB Device] on usb-0000:00:14.0-2/input1
    [ 10.099521] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input6
    [ 10.099624] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input7
    [ 10.099692] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input8
    [ 10.398671] input: PC Speaker as /devices/platform/pcspkr/input/input9
    [ 11.840489] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input10
    [ 12.211308] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:3a/LNXVIDEO:00/input/input11
    [ 12.212530] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input12
    [ 13.254950] sound hdaudioC0D0: inputs:
    [ 13.580490] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/hdaudioC0D0/input13
    [ 13.580985] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
    [ 13.581106] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
    [ 13.581224] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
    [ 17.274881] input: WebCam SC-13HDL11939N as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input17
    journalctl -b |grep input
    ago 21 09:02:37 drog-laptop kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    ago 21 09:02:37 drog-laptop kernel: input: HID 04f3:0103 as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/0003:04F3:0103.0001/input/input2
    ago 21 09:02:37 drog-laptop kernel: hid-generic 0003:04F3:0103.0001: input,hidraw0: USB HID v1.10 Keyboard [HID 04f3:0103] on usb-0000:00:14.0-1/input0
    ago 21 09:02:37 drog-laptop kernel: input: HID 04f3:0103 as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.1/0003:04F3:0103.0002/input/input3
    ago 21 09:02:37 drog-laptop kernel: hid-generic 0003:04F3:0103.0002: input,hidraw1: USB HID v1.10 Device [HID 04f3:0103] on usb-0000:00:14.0-1/input1
    ago 21 09:02:37 drog-laptop kernel: input: A4TECH USB Device as /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/0003:09DA:9066.0003/input/input4
    ago 21 09:02:37 drog-laptop kernel: hid-generic 0003:09DA:9066.0003: input,hiddev0,hidraw2: USB HID v1.11 Keyboard [A4TECH USB Device] on usb-0000:00:14.0-2/input0
    ago 21 09:02:37 drog-laptop kernel: input: A4TECH USB Device as /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.1/0003:09DA:9066.0004/input/input5
    ago 21 09:02:37 drog-laptop kernel: hid-generic 0003:09DA:9066.0004: input,hidraw3: USB HID v1.11 Mouse [A4TECH USB Device] on usb-0000:00:14.0-2/input1
    ago 21 09:02:40 drog-laptop kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input6
    ago 21 09:02:40 drog-laptop kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input7
    ago 21 09:02:40 drog-laptop kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input8
    ago 21 09:02:41 drog-laptop kernel: input: PC Speaker as /devices/platform/pcspkr/input/input9
    ago 21 09:02:42 drog-laptop kernel: input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input10
    ago 21 09:02:42 drog-laptop kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:3a/LNXVIDEO:00/input/input11
    ago 21 09:02:42 drog-laptop kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input12
    ago 21 09:02:43 drog-laptop kernel: sound hdaudioC0D0: inputs:
    ago 21 09:02:44 drog-laptop kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/hdaudioC0D0/input13
    ago 21 09:02:44 drog-laptop kernel: input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
    ago 21 09:02:44 drog-laptop kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
    ago 21 09:02:44 drog-laptop kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
    ago 21 09:02:47 drog-laptop kernel: input: WebCam SC-13HDL11939N as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input17
    ago 21 09:02:52 drog-laptop acpid[589]: starting up with netlink and the input layer
    ago 21 09:02:53 drog-laptop systemd-logind[585]: Watching system buttons on /dev/input/event7 (Power Button)
    ago 21 09:02:53 drog-laptop systemd-logind[585]: Watching system buttons on /dev/input/event11 (Video Bus)
    ago 21 09:02:53 drog-laptop systemd-logind[585]: Watching system buttons on /dev/input/event10 (Video Bus)
    ago 21 09:02:53 drog-laptop systemd-logind[585]: Watching system buttons on /dev/input/event6 (Power Button)
    ago 21 09:02:53 drog-laptop systemd-logind[585]: Watching system buttons on /dev/input/event5 (Lid Switch)
    cat /usr/share/X11/xorg.conf.d/50-synaptics.conf
    # Example xorg.conf.d snippet that assigns the touchpad driver
    # to all touchpads. See xorg.conf.d(5) for more information on
    # InputClass.
    # DO NOT EDIT THIS FILE, your distribution will likely overwrite
    # it when updating. Copy (and rename) this file into
    # /etc/X11/xorg.conf.d first.
    # Additional options may be added in the form of
    # Option "OptionName" "value"
    Section "InputClass"
    Identifier "touchpad catchall"
    Driver "synaptics"
    MatchIsTouchpad "on"
    Option "TapButton1" "1"
    Option "TapButton2" "2"
    Option "TapButton3" "3"
    # This option is recommend on all Linux systems using evdev, but cannot be
    # enabled by default. See the following link for details:
    # http://who-t.blogspot.com/2010/11/how-to-ignore-configuration-errors.html
    MatchDevicePath "/dev/input/event*"
    EndSection
    Section "InputClass"
    Identifier "touchpad ignore duplicates"
    MatchIsTouchpad "on"
    MatchOS "Linux"
    MatchDevicePath "/dev/input/mouse*"
    Option "Ignore" "on"
    EndSection
    # This option enables the bottom right corner to be a right button on clickpads
    # and the right and middle top areas to be right / middle buttons on clickpads
    # with a top button area.
    # This option is only interpreted by clickpads.
    Section "InputClass"
    Identifier "Default clickpad buttons"
    MatchDriver "synaptics"
    Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
    Option "SecondarySoftButtonAreas" "58% 0 0 8% 42% 58% 0 8%"
    EndSection
    # This option disables software buttons on Apple touchpads.
    # This option is only interpreted by clickpads.
    Section "InputClass"
    Identifier "Disable clickpad buttons on Apple touchpads"
    MatchProduct "Apple|bcm5974"
    MatchDriver "synaptics"
    Option "SoftButtonAreas" "0 0 0 0 0 0 0 0"
    EndSection
    xinput
    ⎡ Virtual core pointer id=2 [master pointer (3)]
    ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
    ⎜ ↳ HID 04f3:0103 id=11 [slave pointer (2)]
    ⎜ ↳ A4TECH USB Device id=12 [slave pointer (2)]
    ⎜ ↳ A4TECH USB Device id=13 [slave pointer (2)]
    ⎜ ↳ SynPS/2 Synaptics TouchPad id=16 [slave pointer (2)]
    ⎣ Virtual core keyboard id=3 [master keyboard (2)]
    ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
    ↳ Power Button id=6 [slave keyboard (3)]
    ↳ Video Bus id=7 [slave keyboard (3)]
    ↳ Video Bus id=8 [slave keyboard (3)]
    ↳ Power Button id=9 [slave keyboard (3)]
    ↳ HID 04f3:0103 id=10 [slave keyboard (3)]
    ↳ WebCam SC-13HDL11939N id=14 [slave keyboard (3)]
    ↳ AT Translated Set 2 keyboard id=15 [slave keyboard (3)]
    synclient
    Couldn't find synaptics properties. No synaptics driver loaded?
    lsmod
    Module Size Used by
    bbswitch 12878 0
    nls_iso8859_1 12461 1
    nls_cp437 16553 1
    vfat 21231 1
    fat 61984 1 vfat
    fuse 87446 5
    uvcvideo 78952 0
    videobuf2_vmalloc 12816 1 uvcvideo
    ath3k 12685 0
    videobuf2_memops 12519 1 videobuf2_vmalloc
    videobuf2_core 47787 1 uvcvideo
    ecb 12737 1
    v4l2_common 12995 1 videobuf2_core
    btusb 25625 0
    bluetooth 394557 3 ath3k,btusb
    videodev 126443 3 uvcvideo,v4l2_common,videobuf2_core
    media 18365 2 uvcvideo,videodev
    6lowpan_iphc 16588 1 bluetooth
    snd_hda_codec_hdmi 45117 1
    snd_hda_codec_realtek 67127 1
    snd_hda_codec_generic 63126 1 snd_hda_codec_realtek
    nvram 13034 0
    joydev 17063 0
    mousedev 17272 0
    ipt_REJECT 12465 1
    xt_comment 12427 2
    arc4 12536 2
    xt_LOG 17156 5
    ath9k 94538 0
    ath9k_common 21746 1 ath9k
    ath9k_hw 403753 2 ath9k_common,ath9k
    ath 26067 3 ath9k_common,ath9k,ath9k_hw
    mac80211 514630 1 ath9k
    r8169 68119 0
    mii 12675 1 r8169
    cfg80211 454161 4 ath,ath9k_common,ath9k,mac80211
    snd_hda_intel 26327 4
    snd_hda_controller 26727 1 snd_hda_intel
    snd_hda_codec 108552 5 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel,snd_hda_controller
    i915 864723 4
    drm_kms_helper 49262 1 i915
    snd_hwdep 17244 1 snd_hda_codec
    snd_pcm 88487 4 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_controller
    iTCO_wdt 12831 0
    iTCO_vendor_support 12649 1 iTCO_wdt
    coretemp 12820 0
    hwmon 12930 1 coretemp
    led_class 12859 1 ath9k
    intel_rapl 17356 0
    rfkill 18867 3 cfg80211,bluetooth
    x86_pkg_temp_thermal 12951 0
    psmouse 102792 0
    drm 258005 6 i915,drm_kms_helper
    intel_powerclamp 17122 0
    kvm_intel 143217 0
    snd_timer 26614 1 snd_pcm
    shpchp 35210 0
    lpc_ich 20768 0
    mei_me 17941 0
    intel_gtt 17848 1 i915
    kvm 413027 1 kvm_intel
    crct10dif_pclmul 13394 0
    crc32_pclmul 12915 0
    crc32c_intel 21809 0
    ghash_clmulni_intel 12978 0
    cryptd 18553 1 ghash_clmulni_intel
    microcode 22061 0
    evdev 21544 29
    pcspkr 12595 0
    mac_hid 12633 0
    i2c_algo_bit 12744 1 i915
    i2c_i801 16965 0
    mei 75033 1 mei_me
    serio_raw 12849 0
    i2c_core 50152 7 drm,i915,i2c_i801,drm_kms_helper,i2c_algo_bit,v4l2_common,videodev
    tpm_tis 17134 0
    thermal 17559 0
    fan 12681 0
    battery 13356 0
    snd 69340 16 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
    soundcore 13031 2 snd,snd_hda_codec
    tpm 31467 1 tpm_tis
    video 17995 1 i915
    button 12909 1 i915
    processor 27777 0
    xt_limit 12601 7
    wmi 17339 0
    ac 12715 0
    xt_tcpudp 12527 11
    xt_addrtype 12557 4
    nf_conntrack_ipv4 17706 7
    nf_defrag_ipv4 12483 1 nf_conntrack_ipv4
    xt_conntrack 12681 7
    ip6_tables 26025 0
    nf_conntrack_netbios_ns 12445 0
    nf_conntrack_broadcast 12365 1 nf_conntrack_netbios_ns
    nf_nat_ftp 12460 0
    nf_nat 22338 1 nf_nat_ftp
    nf_conntrack_ftp 16783 1 nf_nat_ftp
    nf_conntrack 87324 7 nf_nat_ftp,nf_conntrack_netbios_ns,nf_nat,xt_conntrack,nf_conntrack_broadcast,nf_conntrack_ftp,nf_conntrack_ipv4
    iptable_filter 12536 1
    ip_tables 26011 1 iptable_filter
    x_tables 27104 10 xt_comment,ip_tables,xt_tcpudp,xt_limit,xt_conntrack,xt_LOG,iptable_filter,ipt_REJECT,ip6_tables,xt_addrtype
    ext4 497695 2
    crc16 12343 2 ext4,bluetooth
    mbcache 17171 1 ext4
    jbd2 86460 1 ext4
    hid_generic 12393 0
    usbhid 44507 0
    hid 102220 2 hid_generic,usbhid
    sd_mod 44356 5
    sr_mod 21903 0
    cdrom 47479 1 sr_mod
    crc_t10dif 12431 1 sd_mod
    crct10dif_common 12356 2 crct10dif_pclmul,crc_t10dif
    atkbd 22254 0
    libps2 12739 2 atkbd,psmouse
    ahci 29195 4
    libahci 27158 1 ahci
    libata 181553 2 ahci,libahci
    ehci_pci 12512 0
    scsi_mod 142915 3 libata,sd_mod,sr_mod
    xhci_hcd 152990 0
    ehci_hcd 69939 1 ehci_pci
    usbcore 199328 7 ath3k,btusb,uvcvideo,ehci_hcd,ehci_pci,usbhid,xhci_hcd
    usb_common 12440 1 usbcore
    i8042 18002 1 libps2
    serio 18282 6 serio_raw,atkbd,i8042,psmouse
    EDIT:
    cat /var/log/Xorg.0.log| grep Synap
    [ 301.566] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event9)
    [ 301.566] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 301.566] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 301.566] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    [ 301.566] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 301.566] (II) Using input driver 'evdev' for 'SynPS/2 Synaptics TouchPad'
    [ 301.566] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 301.566] (**) evdev: SynPS/2 Synaptics TouchPad: Device: "/dev/input/event9"
    [ 301.566] (--) evdev: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 301.566] (--) evdev: SynPS/2 Synaptics TouchPad: Found 3 mouse buttons
    [ 301.566] (--) evdev: SynPS/2 Synaptics TouchPad: Found absolute axes
    [ 301.566] (--) evdev: SynPS/2 Synaptics TouchPad: Found absolute multitouch axes
    [ 301.566] (--) evdev: SynPS/2 Synaptics TouchPad: Found x and y absolute axes
    [ 301.566] (--) evdev: SynPS/2 Synaptics TouchPad: Found absolute touchpad.
    [ 301.566] (II) evdev: SynPS/2 Synaptics TouchPad: Configuring as touchpad
    [ 301.566] (**) evdev: SynPS/2 Synaptics TouchPad: YAxisMapping: buttons 4 and 5
    [ 301.567] (**) evdev: SynPS/2 Synaptics TouchPad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 301.567] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 16)
    [ 301.567] (II) evdev: SynPS/2 Synaptics TouchPad: initialized for absolute axes.
    [ 301.567] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 301.567] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0
    [ 301.567] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 301.567] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 301.567] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
    [ 301.567] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
    (EE) [dix] SynPS/2 Synaptics TouchPad: unable to find touch point 1
    EDIT2:
    SOLVED!
    just remove /etc/X11/xorg.conf.d/10-evdev.conf
    Last edited by drog (2014-08-21 13:29:49)

    lordheavy wrote:
    X reads first configuration in /usr/share/X11/xorg.conf.d then /etc/X11/xorg.conf.d
    When you copy 10-evdev.conf file into /etc/X11 you completly override previous system configuration. It's the reason copying synaptics configuration file into /etc/X11 fixes the issue
    Defining default system configuration in /etc/X11 with previous xorg was a mistake, now it's fixed.
    Wiki should be fixed. It's not a packaging bug, but a configuration bug.
    @lordheavy
    I agree with you that the new xf86-input-synaptics package is using the right configuration scheme, however it is breaking the functionality on every installed system. It was a packaging bug, which is now fixed, but it has to be handled manually by most users of previous versions. That's why I won't re-open the bug report FS#41589. Instead, I am asking here: shouldn't this change be notified to the users just like it has been done for most breaking changes on archlinux frontpage news?
    By the way, thanks for your great work.

  • Touchpad detected as ImPS/2 Logitech Wheel Mouse

    I have an Asus laptop (not an eee pc), and my touchpad is detected incorrectly.  It thinks it is a "ImPS/2 Logitech Wheel Mouse."  I have tried to use the synaptics driver by configuring /etc/hal/fdi/policy/11-x11-synaptics.fdi
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <deviceinfo version="0.2">
    <device>
    <match key="info.product" contains="ImPS/2 Logitech Wheel Mouse">
    <append key="info.capabilities" type="strlist">input.touchpad</append>
    </match>
    <match key="info.capabilities" contains="input.touchpad">
    <merge key="input.x11_driver" type="string">synaptics</merge>
    <merge key="input.x11_options.SHMConfig" type="string">true</merge>
    <merge key="input.x11_options.TapButton1" type="string">1</merge>
    <merge key="input.x11_options.TapButton2" type="string">2</merge>
    <merge key="input.x11_options.TapButton3" type="string">3</merge>
    </match>
    </device>
    </deviceinfo>
    but this causes the touchpad to stop working entirely.  Here is the relevant section of my Xorg.0.log
    (II) config/hal: Adding input device ImPS/2 Logitech Wheel Mouse
    (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/event7"
    (**) Option "SHMConfig" "true"
    (**) Option "TapButton1" "1"
    (**) Option "TapButton2" "2"
    (**) Option "TapButton3" "3"
    (--) ImPS/2 Logitech Wheel Mouse: no supported touchpad found
    (EE) ImPS/2 Logitech Wheel Mouse Unable to query/initialize Synaptics hardware.
    (EE) PreInit failed for input device "ImPS/2 Logitech Wheel Mouse"
    (II) UnloadModule: "synaptics"
    also here is the incorrect entry from /proc/bus/input/devices
    I: Bus=0011 Vendor=0002 Product=0005 Version=0063
    N: Name="ImPS/2 Logitech Wheel Mouse"
    P: Phys=isa0060/serio4/input0
    S: Sysfs=/devices/platform/i8042/serio4/input/input7
    U: Uniq=
    H: Handlers=mouse1 event7
    B: EV=7
    B: KEY=70000 0 0 0 0
    B: REL=1036
    Is there some way I can let my system know that this is indeed a touchpad so I can configure it properly?

    I can't really gather anything useful from dmesg.  Here's the possibly relevant output:
    $ dmesg | grep -i input
    input: Macintosh mouse button emulation as /devices/virtual/input/input0
    input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
    input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
    input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3
    input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input4
    input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input5
    input: Asus Laptop extra buttons as /devices/virtual/input/input6
    input: ImPS/2 Logitech Wheel Mouse as /devices/platform/i8042/serio4/input/input7
    input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:08.0/input/input8
    $ dmesg | grep -i logitech
    input: ImPS/2 Logitech Wheel Mouse as /devices/platform/i8042/serio4/input/input7
    $ dmesg | grep -i -C 3 touchpad
    asus-laptop: K40IN model detected
    asus-laptop: Brightness ignored, must be controlled by ACPI video driver
    input: Asus Laptop extra buttons as /devices/virtual/input/input6
    Registered led device: asus::touchpad
    usb 1-5: new high speed USB device using ehci_hcd and address 2
    ACPI: Battery Slot [BAT0] (battery present)
    i2c-adapter i2c-0: nForce2 SMBus adapter at 0x4d00
    There's nothing about synaptics anywhere.
    Is there anything potentially useful here?

  • [SOLVED] Touchpad issues with Eee 900A, only with Arch.

    Hi guys, posting here because I'm having a hard time tracking down this issue.
    I recently aquired an Eee PC 900A, which I have running the 2-09 arch build no prob, but I'm having one massively annoying issue with the touchpad under X.
    Whenever I lift my finger and replace it on the touchpad, at anything but super slow speed (and sometimes even then), the cursor will jump, an in or so back..
    Now I thought this might be a hardware issue, so I've tried booting into different distros (after trying tons of configs  for the synaptics driver in xorg.conf), and this dosen't occur in the Xandros distro that ships with the Eee, or in Eeebuntu..
    I'm pretty certain it's not a  config issue, Eeebuntu uses hal, I've tried using hal, and dozens of xorg.confs.. I've also tried the zen-eee kernel for the 1000/901's, which is older, and still has the same issue.
    So I'm sure this is a software issue, but I'm not sure which.. It even happens if I dont have the xf86-input-synaptics driver installed.. I'm not going to post my xorg.conf here, because it's irrelevant.. I've tried using tons, including the one that ships with xandros..they all change aspects of the synaptics driver, but none affect this issue.
    Anyone else having this issue? Fixes, suggestions?
    Thanks.
    Last edited by dissimilation (2009-03-03 14:11:31)

    hi guys,
    I had a similar bug on my netbook with the Elantech touchpad. I have reported a bug to the maintainer of the Elantech driver and I get a patch that fix it.
    description of my bug:
    with two fingers above the touchpad, tap alterrnatively with each finger on the touchpad.
    - expected behaviour: the cursor does not move.
    - actual behaviour: the cursor jumps sometimes to the left or the right.
    this only happens when configuring the touchpad with synaptics (by defaults, mine is detected as a mouse)
    is your bug the same than mine ?
    are you using both the proto=exps option and synaptics ? (I still have the bug in this configuration)
    if it is the same bug, I have submited the patched kernel to AUR

  • [Solved] Accents on US keyboards

    Hello everyone,
    I have already solved this for my laptop, so I post the solution to help someone else.
    My laptop is a Dell Inspiron E1505, with English-us keyboard. And my main language is Spanish, so I normally use accents like áéíóú, and ñ.
    The solution suggested on the wiki was not helpful for me:
    http://wiki.archlinux.org/index.php/Acc … _keyboards
    You may consider adding this other solution to the wiki.
    I have found that the us xkb layout already has an International variant, with all the accents, so, to enable the accents on a us layout you only have to edit /etc/hal/fdi/policy/10-keymap.fdi and correct the following two lines as follows:
    <merge key="input.xkb.layout" type="string">us</merge>
    <merge key="input.xkb.variant" type="string">altgr-intl</merge>
    Save, exit, reboot.
    To use the accents, just press the right Alt + the key you want
    Example: Alt+e = é
    That way you get a lot of special characters (¿µñb®©œæøœïðßáöóíúüþëéåä, etc.)
    That's it.
    There's no need to modify xorg.conf or install extra stuff/config files or scripts to modify the default layout.
    With this solution works perfect.
    Updated - June 30, 2010
    The HAL solution doesn't work any more with Xorg 1.8, so I solved it by adding the keyboard layout and variant to xorg.conf:
    Section "InputClass"
    Identifier "Keyboard Defaults"
    MatchIsKeyboard "yes"
    Option "XkbLayout" "us"
    Option "XkbVariant" "intl"
    EndSection
    Use "intl" variant to get á wit 'a, or "altgr-intl" to get á with AltGr+a
    Last edited by iopo (2010-06-30 21:39:15)

    Hello all,
    Excuse me for the delay,
    For me, the problem with the Xmodmap suggested in the wiki was:
    1- XKeyCaps program was buggy (didn't allowed me to select a keyboard)
    2- The Example xmodmap file doesn't have the same keycodes of my keyoboard, so the solution was to manually create my own keyboard layout.
    If I was going to create my own keyboard layout, I think that the most clear/clean solution is to create a custom layout for HAL. I was going to do that, taking the "us" layout as base, and that's how I found that the us layout already hast the international variant (and there are a few other variants, you can search the one that better fit your needs). The default International variant was good for me, so there was no need to create a new layout
    I think that the Xmodmap solution is more like a patch, and it may create some problem or confusion in a future after several system updates...
    Maybe some Arch expert can give us a better explanation about both solutions.
    Regards.

Maybe you are looking for

  • Is a 10GB "Clickwheel" iPod still supported by iTunes 8+ and OS X 10.4+

    I have a 10GB clickwheel iPod that I've been trying to update just to use for some simple mp3 spoken word files and a handful of songs. Not trying to load entire iTunes library on it. Is the clickwheel not compatible with 10.4.11? I've used disk util

  • Special character in xsl

    I have javascript code in a xsl file <a href="{$href" onMouseOver="Swap( 'image')">link </a> the result in html is <a href="www.yahoo.com" onMouseOver="Swap( " image ")">link </a> how can i get the correct result ? thanks a lot null

  • Mac Mini keeps disappearing from network

    I have a 2009 Mac Mini running 10.9.1 that is serving as a media center computer. Plex Media Server is on this machine along with my collection of movies and TV shows. I frequently access this machine using Plex clients, both on Mac and Roku, and als

  • MacBook pro 13" or MacBook pro 13"

    So the MacBook pro 13" high end model($1499) comes with the i7 processer and more memory. The 13" High end model of the MacBook air costs the same button put as much ram and the i7 processer it will cost more. I do a little video editing plus my HP G

  • Opening files in adobe

    How to open file in adobe from safari