Results 1 to 4 of 4

Thread: how to undo this command

  1. #1
    Join Date
    Dec 2012
    Beans
    9

    Talking how to undo this command

    I'm using ubuntu in my laptop and the right click doesn't work so I was trying to solve it. I execute the command showed below and now my mouse is really slow and some things doesn't work as it used to.

    Code:
    echo options psmouse proto=exps > /etc/modprobe.d/psmouse.modprobe
    how can I undo this?

    Thanks!

  2. #2
    Join Date
    Nov 2006
    Location
    The green
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: how to undo this command

    I believe the default is auto so does this work?
    Code:
    echo options psmouse proto=auto > /etc/modprobe.d/psmouse.modprobe
    What is the content of psmouse.modprobe? If it is just that one option you could also just remove the file.
    #495467 - #35304

    <=> Problem solved? Mark thread solved

  3. #3
    Join Date
    Apr 2008
    Location
    LOCATION=/dev/random
    Beans
    5,767
    Distro
    Ubuntu Development Release

    Re: how to undo this command

    Just delete the file that the command created...
    Code:
    sudo rm /etc/modprobe.d/psmouse.modprobe
    Cheesemill

  4. #4
    Join Date
    Dec 2012
    Beans
    9

    Re: how to undo this command

    Thanks Cheesemill & omeomi!

    There was only that option so I deleted it and is fixed.
    Thanks & Greetings!

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
  •