Undetected Logitech MX 5500 Keyboard and Mouse

7,812

Solution 1

This problem also occurs in 16.04 LTS.

The problem is that you can't enter the pin when trying to pair the keyboard/mouse in bluetooth settings.

Found this solution which works for my own MX 5500 Keyboard and mouse

https://bugs.launchpad.net/ubuntu/+source/udev/+bug/872940

On 15.10 Wily Werewolf though, the path to the modified file is:

/lib/udev/rules.d/97-hid2hci.rules

I modified line 14:

From:

KERNEL=="hiddev*", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c70[345abce]|c71[3bc]",

To:

KERNEL=="hidraw*", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c70[345abce]|c71[3bc]",

Thank you for sharing the solution :)

Solution 2

That is part of a bug had been around for a while. Launchpad Bug 870227.

The only fix for now for 12.10 is to have a separate keyboard (or boot in to an OS that can modify your installation) and go in to /lib/udev/rules.d/97-bluetooth-hid2hci.rules and comment out these lines:

# Logitech devices
#KERNEL=="hiddev*", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c70[345abce]|c71[34bc]", \
#RUN+="hid2hci --method=logitech-hid --devpath=%p"

Just put a # at the beginning like in the code above.

Share:
7,812

Related videos on Youtube

Luis Alvarado
Author by

Luis Alvarado

System Engineer Social Engineer Master in Pedagogy Master in Open Source CCNA Certified Linux Foundation Certified Former Askubuntu Moderator Stack Careers | Linkedin | Launchpad | Ubuntu Wiki - Random SE Stuff - Latin American Members | JC Race Award | Human Robot Award 74

Updated on September 18, 2022

Comments

  • Luis Alvarado
    Luis Alvarado over 1 year

    I want to install Ubuntu 12.10 64 bit but I can't since Logitech MX 5500 Combo (Keyboard/Mouse) is not detected. I'm new to Ubuntu.

    • Luis Alvarado
      Luis Alvarado over 11 years
      Hi greapko, can you add what hardware you have and if you have already connected the bluetooth device to the PC.
    • ob2
      ob2 over 11 years
      Can you try to unplug and plug again the small usb stick provided with the keyboard/mouse? Then type dmesg in a terminal and give the 20 latest line.
  • David Foerster
    David Foerster almost 8 years
    @ByteCommander: Sorry, that was accidental. I meant to make this comment on a different answer.
  • Mihai P.
    Mihai P. about 6 years
    This worked for a MX 5000 keyboard using the included dongle too