kernel-packages team mailing list archive
-
kernel-packages team
-
Mailing list archive
-
Message #16684
[Bug 1228684] [NEW] Logitech Bluetooth Desktop MX5000 Not Working
Public bug reported:
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!
** Affects: bluez (Ubuntu)
Importance: Undecided
Status: New
--
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:
New
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
Follow ups
References