https://github.com/Heather/gentoo-gnome/issues/38
Gelöst
Interessant ist dieser Part hier:
Yes, bluetooth was always off. At least until now, it wasn't required.
And it seem I found a workaround for my problem: completely delete or rename /lib64/udev/rules.d/97-hid2hci.rules with bluez-5
Some explanations:
/lib64/udev/rules.d/97-hid2hci.rules(.bak) it's from bluez 5
/lib64/udev/rules.d/97-hid2hci.rules it's from bluez 4
diff -u /lib64/udev/rules.d/97-bluetooth-hid2hci.rules /lib64/udev/rules.d/97-hid2hci.rules.bak
--- /lib64/udev/rules.d/97-bluetooth-hid2hci.rules 2013-10-30 20:56:08.901286334 +0200
+++ /lib64/udev/rules.d/97-hid2hci.rules.bak 2013-10-30 19:10:52.367943162 +0200
@@ -11,10 +11,7 @@
RUN+="hid2hci --method=dell --devpath=%p", ENV{HID2HCI_SWITCH}="1"
# Logitech devices
-KERNEL=="hiddev*", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c70[345abce]|c71[3bc]", \
RUN+="hid2hci --method=logitech-hid --devpath=%p"
-# Logitech, Inc. diNovo Edge Keyboard
-KERNEL=="hidraw*", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c714", \
+KERNEL=="hiddev*", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c70[345abce]|c71[34bc]", \
RUN+="hid2hci --method=logitech-hid --devpath=%p"
ENV{DEVTYPE}!="usb_device", GOTO="hid2hci_end"
Maybe just backported 0013-work-around-Logitech-diNovo-Edge-keyboard-firmware-i.patch it;s enought to solve the problem ?
The file it's present in bluez-4.101-patches.tar.xz