kernel-packages team mailing list archive
-
kernel-packages team
-
Mailing list archive
-
Message #179362
[Bug 1228684] Re: Logitech Bluetooth Desktop MX5000 Not Working
This is reported against an old version of Ubuntu and many things has
changed since then. Because of that we won't fix this issue however if
this behavior repeats on a modern version please fill a bug report
against it and we will take it from there.
** Changed in: bluez (Ubuntu)
Status: New => Invalid
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1228684
Title:
Logitech Bluetooth Desktop MX5000 Not Working
Status in bluez package in Ubuntu:
Invalid
Bug description:
Symptom:
Upgraded to 13.04, keyboard stopped working
(Same as for 12.10, 12.04, 11.10...)
Cause:
Logitech Bluetooth Desktop MX5000 is not getting the hiddev* treatment
Hardware:
lsusb -d 046d:0b02
Bus 002 Device 017: ID 046d:0b02 Logitech, Inc. BT Mini-Receiver (HID proxy mode)
Get-around:
- add 046d:0b02 to the hiddev* line
sudo nano /lib/udev/rules.d/97-bluetooth-hid2hci.rules
at line 14, add "|0b02" likeso:
diff 130921-c505-lib-udev-rules.d-97-bluetooth-hid2hci.rules /lib/udev/rules.d/97-bluetooth-hid2hci.rules
14c14
< KERNEL=="hiddev*", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c70[345abce]|c71[3bc]", \
---
> KERNEL=="hiddev*", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c70[345abce]|c71[3bc]|0b02", \
$ sudo service udev stop
udev stop/waiting
$ sudo service udev start
udev start/running, process 20209
unplug and replug usb dongle
Keyboard now works!
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1228684/+subscriptions
References