Originally Posted by
Audi-1
if you have issues with tapping function or scrolling function with your touchpad, then you can type the following in terminal to fix it
Code:
modprobe -r psmouse
modprobe psmouse proto=imps
to make the changes persistant create a file under /etc/modprobe.d with anyname.conf
Code:
options psmouse proto=imps
followed the debian wiki at this link for this fix:
http://wiki.debian.org/SynapticsTouchpad
Thanks, These worked for tapping:
Code:
modprobe -r psmouse
modprobe psmouse proto=imps
But making changes peristant did not work. I made a file synaptics.conf in /etc/modprobe.d then ran the code
Code:
options psmouse proto=imps
but it did not work.
Plus tuchpad scrolling is not working any guidance in that regard?