Upgraded Ubuntu from 15.10 to 16.04 and the touchpad now is not working, before it works normally, when you press button to toogle touchpad on your pc, it always display as disable.

If you type

[pastacode lang=”bash” manual=”less%20%2Fproc%2Fbus%2Finput%2Fdevices%0A” message=”Bash Code” highlight=”” provider=”manual”/] [ad type=”banner”]

If there is no support for your touchpad in the kernel your touchpad is detected then the problem is elsewhere. Typing

[pastacode lang=”bash” manual=”xinput%0A” message=”Bash Code” highlight=”” provider=”manual”/]

It will show X server has detected your touchpad. If your touchpad is in that list it may be possible to modify the X config.

To change grub file,

[pastacode lang=”bash” manual=”sudo%20nano%20%2Fetc%2Fdefault%2Fgrub%0A” message=”Bash Code” highlight=”” provider=”manual”/]

Replace

[pastacode lang=”bash” manual=”GRUB_CMDLINE_LINUX_DEFAULT%3D%22quiet%20splash%22%0A” message=”Bash Code” highlight=”” provider=”manual”/]

By way of

[pastacode lang=”bash” manual=”GRUB_CMDLINE_LINUX_DEFAULT%3D%22i8042.reset%20quiet%20splash%22%0A” message=”Bash Code” highlight=”” provider=”manual”/]

Save the file and then update grub using,

[pastacode lang=”bash” manual=”sudo%20update-grub%0A” message=”Bash Code” highlight=”” provider=”manual”/]

command. and then restart your OS,

[pastacode lang=”bash” manual=”sudo%20shutdown%20-r%20now%0A” message=”Bash Code” highlight=”” provider=”manual”/]

Edit 50-synaptics.conf file :

[pastacode lang=”bash” manual=”sudo%20nano%20%2Fusr%2Fshare%2FX11%2Fxorg.conf.d%2F50-synaptics.conf%0A” message=”Bash Code” highlight=”” provider=”manual”/] [ad type=”banner”]

Add the following lines:

[pastacode lang=”bash” manual=”MatchIsTouchpad%20%22on%22%0AOption%20%22TapButton1%22%20%221%22%0A” message=”Bash Code” highlight=”” provider=”manual”/]

Similar:

[pastacode lang=”bash” manual=”Section%20%22InputClass%22%0A%20%20%20%20Identifier%20%22touchpad%20catchall%22%0A%20%20%20%20Driver%20%22synaptics%22%0A%20%20%20%20MatchIsTouchpad%20%22on%22%0A%20%20%20%20Option%20%22TapButton1%22%20%221%22%0A%20%20%20%20Option%20%22VertEdgeScroll%22%20%221%22%0A” message=”Bash Code” highlight=”” provider=”manual”/]

Save , exit and reboot

Edit the grub file from,

[pastacode lang=”bash” manual=”GRUB_CMDLINE_LINUX%3D%22%22%0A” message=”Bash Code” highlight=”” provider=”manual”/]

To change,

[pastacode lang=”bash” manual=”GRUB_CMDLINE_LINUX%3D%22i8042.reset%20i8042.nomux%20i8042.nopnp%20i8042.noloop%22%0A” message=”Bash Code” highlight=”” provider=”manual”/] [ad type=”banner”]

You have updated from ubuntu 14.04 to 16.04 on a Acer V5 and the touchpad stoped working,
To install,then you solve this problem,

[pastacode lang=”bash” manual=”sudo%20apt-get%20install%20xserver-xorg-input-synaptics%0A” message=”Bash Code” highlight=”” provider=”manual”/]

Categorized in: