[Bug 444420] Re: USB logitech bluetooth doesn't work

Rolf Leggewie 444420 at bugs.launchpad.net
Wed Jun 17 11:47:43 UTC 2015


lucid has seen the end of its life and is no longer receiving any
updates. Marking the lucid task for this ticket as "Won't Fix".

** Changed in: udev (Ubuntu Lucid)
       Status: Confirmed => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to udev in Ubuntu.
https://bugs.launchpad.net/bugs/444420

Title:
  USB logitech bluetooth doesn't work

Status in udev package in Ubuntu:
  Fix Released
Status in udev source package in Lucid:
  Won't Fix
Status in udev source package in Maverick:
  Fix Released

Bug description:
  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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/udev/+bug/444420/+subscriptions



More information about the foundations-bugs mailing list