Comment 13 for bug 32415

Revision history for this message
pdecat (pdecat) wrote : Re: Bluetooth Mouse and Keyboard Broken in Dapper Flight 4 & 6.06 beta 2

Problem confirmed on stock Ubuntu 6.06 and fully updated as of 2006-08-05 (Linux myhost 2.6.15-26-k7 #1 SMP PREEMPT Thu Aug 3 03:40:32 UTC 2006 i686 GNU/Linux)

Fixed by commenting out hid2hci commands in /etc/init.d/bluez-utils :

$ diff /etc/init.d/bluez-utils /etc/init.d/bluez-utils.bak
202c202
< #enable_hci_input || true
---
> enable_hci_input || true
211c211
< #disable_hci_input || true
---
> disable_hci_input || true