Hello everybody,

I have a eeepc 900 with a bluetooth dongle and a bluetooth mouse: I
have set 
----------------------------
HIDD_ENABLED=1
HIDD_OPTIONS="--connect 00:10:C6:50:26:24 --server"
----------------------------
in "/etc/default/bluetooth" and everything is working fine, except after
hibernate/suspend. In fact on resume my mouse does not work anymore and
when I move it kern.log reports this:
----------------------------
Sep  3 16:41:52 cheyenne kernel: [15116.657060] hci_acldata_packet: hci0 ACL 
packet for unknown connection handle 42
Sep  3 16:41:52 cheyenne kernel: [15116.658646] hci_acldata_packet: hci0 ACL 
packet for unknown connection handle 42
Sep  3 16:41:52 cheyenne kernel: [15116.659470] hci_acldata_packet: hci0 ACL 
packet for unknown connection handle 42
Sep  3 16:41:52 cheyenne kernel: [15116.660308] hci_acldata_packet: hci0 ACL 
packet for unknown connection handle 42
----------------------------

After unplug and re-plug the bluetooth dongle or executing "hciconfig
hci0 down && hciconfig hci0 up" everything is working again.

A quick workaround is to add this to the "thaw|resume" part of my
"/etc/pm/sleep.d/local":
----------------------------
if [ "$(hcitool dev | grep hci0)" ]; then
        hciconfig hci0 down
        hciconfig hci0 up
fi
----------------------------
(If someone know a better way to discover if the bluetooth adapter is
present just reply please ;)

Btw, is this a known bug? Should I open a new one on bluez-utils? I
have searched for it but there is nothing similar on bluez-utils's bugs
on bugs.debian.org .

Thanks and bye
InSa

-- 
++ Powered by Sid ++

_______________________________________________
Debian-eeepc-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-eeepc-devel

Reply via email to