In
Comment 30 - Gentoo Bugzilla Bug Report No. 315749, Pacho Ramos states that you must have udev built with the
extras USE flag. I don't have access to a machine with Entropy installed at the moment, so I am unable to check.
Have you checked that the udev package in Entropy was built with that USE flag enabled?:- Code: Select all
# eix -I udev
Also, according to that Gentoo bug report (Status: RESOLVED FIXED), you need to have the following udev rule configured on your machine in /lib64/udev/rules.d/97-bluetooth-hid2hci.rules:
- Code: Select all
ACTION=="add", ENV{ID_VENDOR}=="413c", ENV{ID_CLASS}=="mouse", ATTRS{bmAttributes}=="e0", KERNEL=="mouse*", RUN+="/usr/sbin/hid2hci --method dell -v $env{ID_VENDOR} -p $env{ID_MODEL} --mode hci"
And, until you next reboot, you need to do:
- Code: Select all
hid2hci --method dell -v 413c -p 8158 --mode hci
(You quoted a product code of 8156 rather than 8158, so try that.)
Did you try all that?