[Bug 823467] Re: [Latitude 2120] bluetooth is disabled after suspend/resume
Jacques
823467 at bugs.launchpad.net
Sun Dec 18 20:57:40 UTC 2011
Hi,
I have OO 64 bits on a EEEPC 1015PX with the latest updates (bluez
4.96-0ubuntu4) and i still have this bug.
My workaround is to add this file in /etc/pm/sleep.d/ :
cat 99_bluetooth_WA
#!/bin/sh
# Action script that restarts BT on EEE PC
# platform to work around a bug
#
# Copyright: Copyright (c) 2009 Michael Vogt
# License: GPL-2
#
PATH=/sbin:/usr/sbin:/bin:/usr/bin
case "${1}" in
hibernate)
# nothing
;;
resume|thaw)
/etc/init.d/bluetooth restart
;;
esac
--
You received this bug notification because you are a member of
Bluetooth, which is subscribed to gnome-bluetooth in Ubuntu.
https://bugs.launchpad.net/bugs/823467
Title:
[Latitude 2120] bluetooth is disabled after suspend/resume
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/823467/+subscriptions
More information about the Ubuntu-bluetooth
mailing list