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.