Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×
User Journal

Journal egork's Journal: Logitech diNovo Edge keyboad Ubuntu 12.04 precise pangoline

You have to follow the same procedure in the file

97-bluetooth-hid2hci.rules

Command:

sudo gedit /lib/udev/rules.d/97-bluetooth-hid2hci.rules

Here is a sum up:

# Logitech devices

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

AFTER

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

Just change the word hiddev with hidraw.

That's it! Don't forget to reboot the PC and synchronize both peripherals pressing the bouton connect of each device.

This discussion has been archived. No new comments can be posted.

Logitech diNovo Edge keyboad Ubuntu 12.04 precise pangoline

Comments Filter:

FORTRAN is not a flower but a weed -- it is hardy, occasionally blooms, and grows in every computer. -- A.J. Perlis

Working...