[Bug 234672] Re: Bluetooth doesn't work after suspend on a MacBook/MacBook Pro
Dave Vasilevsky
djvasi at gmail.com
Mon May 4 06:26:23 BST 2009
On my MacBook4,1 running Jaunty amd64, bluetooth still goes away after
suspend. A restart of the bluetooth service brings it back.
As a workaround I've added the following to /etc/pm/sleep.d, but this is
obviously not a real fix:
#!/bin/sh
case "$1" in
hibernate|suspend)
;;
thaw|resume)
/etc/init.d/bluetooth restart
;;
*) exit $NA
;;
esac
--
Bluetooth doesn't work after suspend on a MacBook/MacBook Pro
https://bugs.launchpad.net/bugs/234672
You received this bug notification because you are a member of
Bluetooth, which is subscribed to bluez-utils in ubuntu.
More information about the Ubuntu-bluetooth
mailing list