Logitech Performance MX Mouse under Xubuntu
If you Logitech Performance MX Mouse doesn’t work out of box under Xubuntu, there is an easy fix.
Edit the file: /lib/udev/rules.d/97-bluetooth-hid2hci.rules. Change this line:
# Logitech devices KERNEL=="hiddev*", ATTRS{idVendor} =="046d" , ATTRS{idProduct }=="c70[ 345abce] |c71[34bc] ", \ RUN+="hid2hci --method= logitech- hid --devpath=%p" |
to
# Logitech devices KERNEL=="hidraw*", ATTRS{idVendor} =="046d" , ATTRS{idProduct }=="c70[ 345abce] |c71[34bc] ", \ RUN+="hid2hci --method= logitech- hid --devpath=%p" |
Note that you only need to change “hiddev*” to “hidraw*“.
Restart the machine and your Performance MX Mouse should work now.
Categories: Linux, Tips and Tricks