sudo gedit /lib/udev/rules.d/97-bluetooth-hid2hci.rulesLook for the folowing lines:
# Logitech devicesSimply change from hiddev to hidraw like:
KERNEL=="hiddev*", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c70[345abce]|c71[34bc]", \ RUN+="hid2hci --method=logitech-hid --devpath=%p"
# Logitech devicesRestart Ubuntu (sudo reboot now). Short-press connect button on both keyboard and dongle. Done.
KERNEL=="hidraw*", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c70[345abce]|c71[34bc]", \ RUN+="hid2hci --method=logitech-hid --devpath=%p"
Same fix also works for Ubuntu 11.10, only use the file 62-bluez-hid2hci.rules file instead:
sudo gedit /lib/udev/rules.d/62-bluez-hid2hci.rules
This comment has been removed by a blog administrator.
ReplyDelete