[ubuntu-studio-users] a couple issues with ubuntu studio 16.04.1

Ralf Mardorf ralf.mardorf at alice-dsl.net
Thu Aug 18 15:05:14 UTC 2016


On Thu, 18 Aug 2016 16:51:36 +0200, Ralf Mardorf wrote:
>On Thu, 18 Aug 2016 08:25:38 -0500, Eddie Coffey wrote:
>> here is the output: eddie at eddie-Latitude-E6430s:~$ systemctl status
>>bluetooth.service
>>● bluetooth.service - Bluetooth service
>>   Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled;
>> vendor
>>preset
>>   Active: inactive (dead)
>>     Docs: man:bluetoothd(8)  
>
>Active should be "active", IOW it should look similar to
>
>   Active: active (running) since Wed 2016-08-17 19:56:01 CEST; 20h ago
>     Docs: [snip]
> Main PID: [snip]
>
>I never used bluetooth myself and don't suspend/hibernate.
>
>If you run
>
>sudo systemctl start bluetooth.service
>
>or
>
>sudo systemctl restart bluetooth.service
>
>the status doesn't change to active?
>
>If this should change the status to active, then you could follow this
>hint:
>
>http://askubuntu.com/questions/749406/no-wifi-connection-after-closing-lid
>
>IOW you could try
>
>sudo apt update && sudo apt install pm-utils
>gksudo gedit /usr/lib/pm-utils/sleep.d/97restartbluetooth

Only this is the content of the script:

#!/bin/bash
case "$1" in
  resume)
    systemctl restart bluetooth.service
  ;;
esac

This is a command you should run after you stored the script:

>sudo chmod a+x /usr/lib/pm-utils/sleep.d/97restartbluetooth
>
>>I executed the command to remove laptop mode tools and they had not
>>been installed  
>
>It anyway was just a shot in the dark, since even if the mouse is
>"disabled" and for some reason doesn't wake up, you most likely would
>see a mouse cursor.
>
>Is the mouse a bluetooth device? What are you using Ubuntu Studio for?
>
>Regards,
>Ralf




More information about the ubuntu-studio-users mailing list