I had this problem as well - in case others are still looking for a fix this worked for me
http://ubuntuforums.org/showthread.php?t=1858493 Which suggests making one change to /lib/udev/rules.d/62-bluez-hid2hci.rules i.e. in the Logitech Section change KERNEL=="hiddev*" to KERNEL=="hiddraw*" BEFORE KERNEL=="hiddev*", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c70[345abce]|c71[34bc]", \ RUN+="hid2hci --method=logitech-hid --devpath=%p" AFTER KERNEL=="hiddraw*", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c70[345abce]|c71[34bc]", \ RUN+="hid2hci --method=logitech-hid --devpath=%p" -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/841822 Title: Oneiric 11.10 LiveCD beta can't install To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/841822/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
