Comment 5 for bug 79394

Revision history for this message
Jackflap (deriziotis) wrote :

Confirmed on Ubuntu 7.10. bluez-utils 3.19 with both the following usb bluetooth adapters and a MS Intellimouse Explorer:

Edimax EB-DGC2
Trust BT120

My dmesg displays the following messages whenever I move the mouse before running hciconfig hci0 reset:

[ 169.162683] hci_acldata_packet: hci0 ACL packet for unknown connection handle 42
[ 169.173697] hci_acldata_packet: hci0 ACL packet for unknown connection handle 42
[ 169.185666] hci_acldata_packet: hci0 ACL packet for unknown connection handle 42

After running the following, the connection re-establishes:

sudo hciconfig hci0 down
sudo hciconfig hci0 up

I can also run sudo hciconfig hci0 reset in order to get the mouse to reconnect again. I've added the line to a startup script as a temporary fix.