https://bugs.kde.org/show_bug.cgi?id=372535

            Bug ID: 372535
           Summary: Bluetooth service needs restarting after every
                    suspend/sleep
           Product: Bluedevil
           Version: unspecified
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: daemon
          Assignee: now...@gmail.com
          Reporter: pter...@gmail.com
  Target Milestone: ---

I'm using a bluetooth mouse. Most of the time, I need to restart the bluetooth
service after the laptop comes back from suspension/standby/sleep:

service bluetooth restart 

Restarting the mouse itself does not help. 

Adding the script with the following to /etc/pm/sleep.d/, as suggested in Bug
292165, also doesn't:

case "$1" in
    suspend)
        service bluetooth stop
        ;;
    resume)
        service bluetooth start
        ;;
    *)
        ;;
esac

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to