Page 3 of 3 FirstFirst 123
Results 21 to 22 of 22

Thread: 10.04 aspire one touchpad scrolling doesn't work

  1. #21
    Join Date
    Mar 2009
    Location
    Italy
    Beans
    29

    Re: 10.04 aspire one touchpad scrolling doesn't work

    Quote Originally Posted by farbird View Post
    go to terminal
    Code:
    sudo rmmod psmouse
    sudo modprobe psmouse proto=imps
    if proto=imps doesnt work, try proto=exps

    try the touchpad again for scrolling..

    if it works, u need to make it permanent.
    Code:
    sudo nano /etc/modprobe.d/options
    enter these lines in the nano editor

    Code:
    options psmouse proto=imps
    then press CTRL-X and press Y.

    credits here

    reboot PC.
    It solved my touchpad problem on a samsung n145! thanks!

  2. #22
    Join Date
    Mar 2010
    Beans
    1

    Wink Re: 10.04 aspire one touchpad scrolling doesn't work

    Ok, Try this
    1. Open Terminal
    2. cd /etc/modprobe.d/
    3. sudo gedit options.conf
    4. In the text editor, type: options psmouse proto=imps
    5. Save the file and close it.
    6. sudo modprobe -r psmouse
    7. sudo modprobe psmouse

Page 3 of 3 FirstFirst 123

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •