You are not logged in.

#1 2010-10-12 00:29:54

wankel
Member
From: Iowa, USA
Registered: 2008-05-30
Posts: 218
Website

touchpad event keep changing after reboot

So I've been having this issue with my laptop since I got it. Whenever I reboot, the event of the touchpad keeps changing. Here are the relevant files i think. I understand the synaptics.conf file points to it being at event12, but thats because it WAS at event12 the last time i booted into arch. Anyone know of a way to lock it in place? Or any other solutions?

[    26.253] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event8)
[    26.253] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[    26.253] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    26.253] (**) SynPS/2 Synaptics TouchPad: Device: "/dev/input/event8"
[    26.280] (--) SynPS/2 Synaptics TouchPad: Found 3 mouse buttons
[    26.280] (--) SynPS/2 Synaptics TouchPad: Found absolute axes
[    26.280] (--) SynPS/2 Synaptics TouchPad: Found x and y absolute axes
[    26.280] (--) SynPS/2 Synaptics TouchPad: Found absolute touchpad.
[    26.280] (II) SynPS/2 Synaptics TouchPad: Configuring as touchpad
[    26.280] (**) SynPS/2 Synaptics TouchPad: YAxisMapping: buttons 4 and 5
[    26.280] (**) SynPS/2 Synaptics TouchPad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    26.280] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
[    26.280] (II) SynPS/2 Synaptics TouchPad: initialized for absolute axes.
[    26.280] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[    26.280] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "disabling synaptic second mouse found"
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/input8
U: Uniq=
H: Handlers=mouse0 event8 
B: EV=b
B: KEY=420 30000 0 0 0 0
B: ABS=11000003
Section "InputClass"
        Identifier "touchpad catchall"
        Driver "synaptics"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event12"
              Option "TapButton1" "1"
              Option "TapButton2" "0"
              Option "TapButton3" "0"       
EndSection

Offline

#2 2010-10-12 01:28:08

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,772

Re: touchpad event keep changing after reboot

I believe this is a udev problem similar to the swapping of disk controllers and network adapters.  This: http://wiki.archlinux.org/index.php/Ude … _Each_Boot describes how to control the order in which modules are loaded, hence the numbers they are assigned.  Otherwise, the modules are loaded asynchronously and can occur in any order -- I think...

Anyway, give it a shot, it won't hurt anything.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

Board footer

Powered by FluxBB