[Bug 1589008] Re: Bluetooth freezing video playback In Ubuntu/Kubuntu 16.04

2017-11-25 Thread anti-ego
Im sure screwing around with fine tuning /etc/default/tlp might yield a
more clarified cause of issue. however I'm happy to disable tlp
completely in the meantime. I might look at this later when I have more
time to screw with options.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1589008

Title:
  Bluetooth freezing video playback In Ubuntu/Kubuntu 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1589008/+subscriptions

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

[Bug 1589008] Re: Bluetooth freezing video playback In Ubuntu/Kubuntu 16.04

2017-11-25 Thread anti-ego
Hi All,

No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 17.10
Release:17.10
Codename:   artful


Spent a few hours trying to resolve the issue; I managed to resolve it by doing 
the following.

ls /etc/ | grep *blue*

if bluetooth folder exists then change IdleTimeout on input.conf to value 0 as 
seen below:
# Set idle timeout (in minutes) before the connection will
# be disconnect (defaults to 0 for no timeout)
IdleTimeout=0

if bluetooth dir does not exist under /etc then execute:
apt get install tlp 

I also disabled TLP (power management) by editing /etc/default/tlp ,
example of change in file below:

# Set to 0 to disable, 1 to enable TLP.
TLP_ENABLE=0


I restarted both Network-manager and bluetooth by executing:
systemctl restart network-manager bluetooth


I of course am under the opinion that running the these two commands resolved 
the issue:
sudo apt get install tlp   #installed tlp
and editing the tlp conf file under /etc/default/ and turning it off.

Let me know what the issue is a result of; it will be interesting to
know root cause or how power management might be affecting bluetooth.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1589008

Title:
  Bluetooth freezing video playback In Ubuntu/Kubuntu 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1589008/+subscriptions

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