I did a fresh install. Still, neither dmesg | grep mouse
nor cat /proc/bus/input/devices
seem to show any input from a touchpad.
I am still looking for a way to fix the touchpad. Any help has been and will be greatly appreciated.
================================================================================ When I initially installed Ubuntu, the touchpad worked just fine. After doing some updates, the touchpad quit working.
I followed these instructions but that failed to fix the problem.
lsmod | grep psmouse
produces psmouse 109109 0
psmouse.conf
does not seem to exist in /etc/modprobe.d
Neither dmesg | grep mouse
nor cat /proc/bus/input/devices
seem to show that the touchpad is a valid input.
The following suggeested solution failed :
sudo modprobe -r psmouse
sudo modprobe psmouse proto=imps
sudo apt-get install xserver-xorg-input-synaptics gpointing-device-settings
and trying the above solution did not work either.
Any help would be greatly appreciated.
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
I could not find "lsmod | grep psmouse"
– tpavelka Aug 13 '14 at 10:18Also, when I executed "synclient TouchpadOff=0" I recieved "Couldn't find synaptics properties. No synaptics driver loaded?"
– tpavelka Aug 13 '14 at 10:37/proc/bus/input/devices
. There is also Alps, not only Elantech and Synaptics, and it isn't necessarily going to list as "touchpad". After you run the modprobe command to stop your mouse, can you move it? If you want you can check through problems I was having with touchpad here : http://unix.stackexchange.com/questions/149049/elantech-mouse-touchpad-not-working-well – No Time Dec 15 '14 at 20:43