Public bug reported:

Binary package hint: udev

The USB is a HID device that needs to run the hid2hci to activate the bluetooth 
functionality.
~$ lsusb
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 018: ID 046d:c709 Logitech, Inc. BT Mini-Receiver (HCI mode)
Bus 004 Device 017: ID 046d:c70c Logitech, Inc. BT Mini-Receiver (HID proxy 
mode)
Bus 004 Device 016: ID 046d:c70b Logitech, Inc. BT Mini-Receiver (HID proxy 
mode)
Bus 004 Device 015: ID 046d:0b02 Logitech, Inc. BT Mini-Receiver (HID proxy 
mode)

~$ lsb_release -rd
Description:    Ubuntu karmic (development branch)
Release:        9.10

~$ apt-cache policy udev
udev:
  Instal·lat: 147~-5
  Candidat: 147~-5
  Taula de versió:
 *** 147~-5 0
        500 http://archive.ubuntu.com karmic/main Packages
        100 /var/lib/dpkg/status

The problem is that the rule for Logitech devices in the file
/lib/udev/rules.d/70-hid2hci.rules doesn't work.

I've had to make a very small change: hidraw to hiddev

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

to

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

lsrg

** Affects: udev (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: logitech udev

-- 
USB logitech bluetooth doesn't work
https://bugs.launchpad.net/bugs/444420
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to