2

since upgrading my vaio notebook to Ubuntu 11.10, I am unable to scroll using my trackpad. Tried all means to no avail. Please suggest a step by step process to solve the problem. This has almost left me regretting the upgrade.

looking forward to replies

fossfreedom
  • 172,746
Sayak K
  • 21

1 Answers1

5

Try this:

sudo modprobe -r psmouse
sudo modprobe psmouse proto=imps

It should works now. It's time to make it permanent:

sudo tee /etc/modprobe.d/psmouse <<< 'options psmouse proto=imps'

That's all.

(That solution was posted here in Ubuntu Jaunty, but it should work in Oneiric)

David Foerster
  • 36,264
  • 56
  • 94
  • 147
reygecko
  • 155
  • Tried this + also "Pointing Device: PS/2 Mouse" but didn't work (right mouse button worked) - solution: Changed Chipset to PIIX3 ..... – hfrmobile Dec 05 '16 at 14:06