Logitech MX5500 keyboard/mouse not detected - ubuntu

Posted: Sunday, June 12, 2016 by Tyler Durden in Labels: ,




http://askubuntu.com/questions/237051/undetected-logitech-mx-5500-keyboard-and-mouse/785968#785968


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


This solution solved my problem with Logitech Wireless MX 5500 on Ubuntu 15.10 Wily Werewolf!
I have keyboard/mouse combo from Logitech named Logitech Wireless MX (Revolution) 5500; this combo has 1 bluetooth dongle to receive input from both mouse and keyboard.
I was using it without problem on Ubuntu 14.04 LTS.
I just switched to Ubuntu 15.10 and keyboard/mouse do not work at all!!! After some search, I found this webpage and tried that solution:
Change: KERNEL=="hiddev*"
To: KERNEL=="hidraw*"
After reboot, MX 5500 Wireless keyb/mouse combo now works on Wily Werewolf.
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 :)


====

Numlock problem
http://ubuntuforums.org/showthread.php?t=890118

===
display

http://home.gna.org/mx5000tools/

0 comments :