Touchpad recognized as an ImPS/2 Generic Wheel Mouse
by JYCoret from LinuxQuestions.org on (#53GD9)
Hi, I just installed Slackware 14.2 and completed all updates through slackpkg. Now I usually have double tap over TouchPad set to middle click and when I tried to set this up through synclient it will not recognise my TouchPad.
I tried copying /usr/share/X11/xorg.conf.d/50-synaptics.conf to /etc/X11/xorg.conf.d but this did not do anything.
Here is the output of synclient. All commands are run as root.
Code:#synclient -l
Couldn't find synaptics properties. No synaptics driver loaded?So I checked how the system recognizes the TouchPad and got this:
Code:#cat /proc/bus/input/devices
.
.
.
I: Bus=0011 Vendor=0002 Product=0005 Version=0000
N: Name="ImPS/2 Generic Wheel Mouse"
P: Phys=isa0060/serio1/input0
S: Sysfs=/devices/platform/i8042/serio1/input/input8
U: Uniq=
H: Handlers=mouse0 event7
B: PROP=1
B: EV=7
B: KEY=70000 0 0 0 0
B: REL=103
.
.
.Code:#xinput --list
a Virtual core pointer id=2 [master pointer (3)]
a a^3 Virtual core XTEST pointer id=4 [slave pointer (2)]
a a^3 ImPS/2 Generic Wheel Mouse id=12 [slave pointer (2)]
a Virtual core keyboard id=3 [master keyboard (2)]
a^3 Virtual core XTEST keyboard id=5 [slave keyboard (3)]
a^3 Power Button id=6 [slave keyboard (3)]
a^3 Video Bus id=7 [slave keyboard (3)]
a^3 Power Button id=8 [slave keyboard (3)]
a^3 Sleep Button id=9 [slave keyboard (3)]
a^3 Integrated Webcam id=10 [slave keyboard (3)]
a^3 AT Translated Set 2 keyboard id=11 [slave keyboard (3)]
a^3 Dell WMI hotkeys id=13 [slave keyboard (3)]
a^3 Speakup id=14 [slave keyboard (3)]Can someone help me resolve this. Thanks.


I tried copying /usr/share/X11/xorg.conf.d/50-synaptics.conf to /etc/X11/xorg.conf.d but this did not do anything.
Here is the output of synclient. All commands are run as root.
Code:#synclient -l
Couldn't find synaptics properties. No synaptics driver loaded?So I checked how the system recognizes the TouchPad and got this:
Code:#cat /proc/bus/input/devices
.
.
.
I: Bus=0011 Vendor=0002 Product=0005 Version=0000
N: Name="ImPS/2 Generic Wheel Mouse"
P: Phys=isa0060/serio1/input0
S: Sysfs=/devices/platform/i8042/serio1/input/input8
U: Uniq=
H: Handlers=mouse0 event7
B: PROP=1
B: EV=7
B: KEY=70000 0 0 0 0
B: REL=103
.
.
.Code:#xinput --list
a Virtual core pointer id=2 [master pointer (3)]
a a^3 Virtual core XTEST pointer id=4 [slave pointer (2)]
a a^3 ImPS/2 Generic Wheel Mouse id=12 [slave pointer (2)]
a Virtual core keyboard id=3 [master keyboard (2)]
a^3 Virtual core XTEST keyboard id=5 [slave keyboard (3)]
a^3 Power Button id=6 [slave keyboard (3)]
a^3 Video Bus id=7 [slave keyboard (3)]
a^3 Power Button id=8 [slave keyboard (3)]
a^3 Sleep Button id=9 [slave keyboard (3)]
a^3 Integrated Webcam id=10 [slave keyboard (3)]
a^3 AT Translated Set 2 keyboard id=11 [slave keyboard (3)]
a^3 Dell WMI hotkeys id=13 [slave keyboard (3)]
a^3 Speakup id=14 [slave keyboard (3)]Can someone help me resolve this. Thanks.