Bug 149
Summary: | Laptop with touchpad and "pointer". Pointer never works | ||
---|---|---|---|
Product: | Drivers | Reporter: | Paolo Ciarrocchi (ciarrocchi) |
Component: | Input Devices | Assignee: | Vojtech Pavlik (vojtech) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | bugzilla.kernel.org, tore001 |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | Subsystem: | ||
Regression: | --- | Bisected commit-id: |
Description
Paolo Ciarrocchi
2002-12-08 03:17:17 UTC
what is the output of grep CONFIG_INPUT_ .config ? $ grep CONFIG_INPUT_ config-2.5.50 CONFIG_INPUT_MOUSEDEV=y CONFIG_INPUT_MOUSEDEV_PSAUX=y CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 # CONFIG_INPUT_JOYDEV is not set # CONFIG_INPUT_TSDEV is not set CONFIG_INPUT_EVDEV=y # CONFIG_INPUT_EVBUG is not set CONFIG_INPUT_KEYBOARD=y CONFIG_INPUT_MOUSE=y # CONFIG_INPUT_JOYSTICK is not set # CONFIG_INPUT_TOUCHSCREEN is not set CONFIG_INPUT_MISC=y CONFIG_INPUT_PCSPKR=y CONFIG_INPUT_UINPUT=y $ grep CONFIG_INPUT_ config-2.5.50 CONFIG_INPUT_MOUSEDEV=y CONFIG_INPUT_MOUSEDEV_PSAUX=y CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 # CONFIG_INPUT_JOYDEV is not set # CONFIG_INPUT_TSDEV is not set CONFIG_INPUT_EVDEV=y # CONFIG_INPUT_EVBUG is not set CONFIG_INPUT_KEYBOARD=y CONFIG_INPUT_MOUSE=y # CONFIG_INPUT_JOYSTICK is not set # CONFIG_INPUT_TOUCHSCREEN is not set CONFIG_INPUT_MISC=y CONFIG_INPUT_PCSPKR=y CONFIG_INPUT_UINPUT=y This happens to a bunch of people. I have yet to find out how the two input devices are connected and what to do to enable (or at least not disable) them. I have the same problem: With 2.6.0-test3 my touchpad and the little "joystick" build into my laptop stopped to work. Both do run fine as a PS2-mouse in GPM and XFree on 2.4.21 and older kernels. I made sure I have the same config-settings as given belog. I compiled ps mouse as a module though and whenever I load it a synaptics touchpad is discovered. There are several tries to reset this device which fail. I followed several instructions on how to use that synaptics driver in GPM and XFree and can get neither of them to work. This definitly is a showstopper for me: I can't really use a 2.6-kernel if that breaks the mouse! Feel free to ask for more information or tests. For proper support of the touchpoint (the little joysticky wart in the middle of the keyboard), you either have to disable Synaptics support (use psmouse_noext on the kernel command line) or have Synaptics pass-through support enabled, which I'm going to send to Linus today. Pass through support has been in the kernel for a while, does everything work OK now? I don't have anymore that machine so I cannot test if it works. I'm sorry but I cannot help you anymore on this specific topic. Ok, I'll close it then, since the fix can't be verified. |