PDA

View Full Version : No support for alps touchpad?


Razorblade2000
2nd June 2004, 11:11 PM
I have a Fujitsu-Siemens Amilo 7600D and Fedora Core 2 (DVD) doesn't detect my touchpad (ever since kernel 2.6 I had problems... but SUSE 9.1 and Knoppix detected it, so I thought they had fixed something).

On the installation he tells me that there could no mouse be detected :(

Anyone got a Laptop with an alps touchpad running?

micha
3rd June 2004, 01:09 AM
Yep, I got a Dell Inspiron 8600 with an Alps Touchpad, and it works out of the box.... weird....

hapaet
4th June 2004, 08:52 PM

I have ASUS L45H and it works fine.

jrblevin
5th June 2004, 12:33 AM
Works fine for me too. I just use the normal `mouse' driver:
File: /etc/X11/xorg.conf:
Section "InputDevice"
Identifier "Touchpad"
Driver "mouse"
Option "Protocol" "GlidePointPS/2"
Option "Device" "/dev/input/mouse0"
Option "Emulate3Buttons"
EndSection