Hi it's my first time here posting about a solution to correct the not working synaptics touchpad in Kubuntu 15.04 after fresh install.
I fixed it by going to service manager and disabling the touchpad enabler manager, after reboot it stills presents the problem but then I blacklisted the i2c_hid
sudo nano /etc/modprobe.d/blacklist.conf
At the end of the file we should write
blacklist i2c_hid
We should reboot now and the problem should be gone with a fully functional touchpad. Hope I can help.
I fixed it by going to service manager and disabling the touchpad enabler manager, after reboot it stills presents the problem but then I blacklisted the i2c_hid
sudo nano /etc/modprobe.d/blacklist.conf
At the end of the file we should write
blacklist i2c_hid
We should reboot now and the problem should be gone with a fully functional touchpad. Hope I can help.