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 Ubuntu
Desktop Bugs, 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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to