Logitech MX5500 ubuntu 11.10
If the Logitech MX5500 Mouse/Keyboard combo refuses to do the service, try this:
Uncomment this lines in the file /lib/udev/rules.d/62-bluez-hid2hci.rules (or similar):
# Logitech devices
#KERNEL=="hiddev*", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c70[345abce]|c71[34bc]", \
# RUN+="hid2hci --method=logitech-hid --devpath=%p"
#KERNEL=="hiddev*", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c70[345abce]|c71[34bc]", \
# RUN+="hid2hci --method=logitech-hid --devpath=%p"
Helped for me!
Source:
http://ubuntuforums.org/showpost.php?p=9224452&postcount=5

Kommentar hinzufügen