USB logitech bluetooth doesn't work
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
udev (Ubuntu) |
Fix Released
|
Undecided
|
Martin Pitt | ||
Lucid |
Won't Fix
|
Undecided
|
Unassigned | ||
Maverick |
Fix Released
|
Undecided
|
Martin Pitt |
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://
100 /var/lib/
The problem is that the rule for Logitech devices in the file /lib/udev/
I've had to make a very small change: hidraw to hiddev
# Logitech devices (hidraw)
KERNEL=="hiddraw*", ATTRS{idVendor}
RUN+="hid2hci --method=
to
# Logitech devices (hidraw)
KERNEL=="hiddev*", ATTRS{idVendor}
RUN+="hid2hci --method=
lsrg
Changed in udev (Ubuntu): | |
assignee: | nobody → Martin Pitt (pitti) |
status: | New → Fix Committed |
Changed in udev (Ubuntu Lucid): | |
status: | Fix Released → Confirmed |
Changed in udev (Ubuntu Maverick): | |
status: | Fix Released → Incomplete |
Please run "apport-collect 444420"