Xorg recognizes my touchpad under /dev/input/mice , and assigns "mouse" driver to it. When i ask it to use xorg's synaptics driver, it returns, "No synaptics device found. Tried 13 nodes. The synaptics touchpad is showing under /sys/devices/platform/i8042/serio4/input8, which shows a device 'mouse1' but it is not showing in /dev/input which only lists mouse0, mice, event0, event1, event2, ts0 (none of which are returning synaptics driver's probing). I wish to use synaptics driver and hence use double-tap drag-lock etc. Anybody knows what i should be doing? (mouse1 also shows under /sys/devices/virtual/input/mice/subsystem/ and so does mice and mouse0 and whole lot of others.mouse1 also shows under /sys/dev/char/13:33/ which just links it to /sys/devices/platform/i8042/serio4/input8 ...) I mknod a character device mouse1 in /dev/input with major 13 and minor 33 , but that doesn't work, either. Anybody can help me with how to get the synaptics driver work with my touchpad?
Oh i forgot to mention i have a self-compiled kernel 2.6.30.6 ...but it does recognize the synaptics touchpad and assigns it /sys/devices/platform/i8042/serio4/input8 so i figure that should not be a propblem....?
I have the same problem when using 2.6.32.x compiled myself. I suspect there's some kernel modules that is missing. When I used slitaz's default kernel (2.6.30.6) + xorg-xf86-input-synaptics + hal fdi from archlinux (located in /etc/hal/fdi/policy/11-x11-synaptics.fdi), the touchpad works fine.