Results 1 to 4 of 4

Thread: Logitech M505 on Ubuntu

  1. #1
    Join Date
    Aug 2009
    Beans
    13
    Distro
    Kubuntu 11.04 Natty Narwhal

    Logitech M505 on Ubuntu

    Hello,

    does anybody know, if the Logitech M505 mouse is working on Ubuntu?

  2. #2
    Join Date
    May 2010
    Beans
    8

    Re: Logitech M505 on Ubuntu

    mine doesn't, or ti does, but causes system freezes

  3. #3
    Join Date
    Oct 2009
    Location
    Elgin, IL USA
    Beans
    3,363
    Distro
    Ubuntu 16.10 Yakkety Yak

    Re: Logitech M505 on Ubuntu

    I do not have that mouse, but you might try one or both of the following and confirm if it helps or not. Either resolved issues with my Logitech diNovo Edge keyboard/mousepad.

    Use sudo (or gksu) with your favorite editor to edit /lib/udev/rules.d/70-hid2hci.rules

    Code:
    # Logitech devices
    KERNEL=="hiddev*", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c70[345abce]|c71[34bc]", \
      RUN+="hid2hci --method=logitech-hid --devpath=%p"
    Change "hiddev*" to "hidraw*" or try just commenting out those 2 lines like this:

    Code:
    # Logitech devices
    #KERNEL=="hiddev*", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c70[345abce]|c71[34bc]", \
    #  RUN+="hid2hci --method=logitech-hid --devpath=%p"
    Unplug your USB dongle, plug it back in, and see if it works. If you played around trying to associate them when it was not working, you might need to reassociate the dongle and mouse.

  4. #4
    Join Date
    Aug 2009
    Beans
    13
    Distro
    Kubuntu 11.04 Natty Narwhal

    Re: Logitech M505 on Ubuntu

    Hello,

    I'd posted the question before I've tried if the mouse is working or not because I wanted to know if I could buy this mouse or not.

    So, now I've bought the mouse and it still works on Kubuntu 10.04. There was nothing to do.

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
  •