Bluetooth hogs cpu time

Please post all general support questions for LXDE here.
Locked
hello
Posts: 2
Joined: Tue Apr 25, 2017 3:17 am

Bluetooth hogs cpu time

Post by hello »

Hi,

I was delighted to be able to link to my Bose Soundlink using bluetooth but unfortunately it hogs system resources so I can't use it that much. Once I disconnect things go back to normal.

Is there any fix to this?

Many thanks
Grekos
Posts: 1
Joined: Thu Aug 10, 2017 1:08 pm

Re: Bluetooth hogs cpu time

Post by Grekos »

Hello there hello. Same problem with bluetooth and cpu for me. Did you find out why or how to fix it?
Here are some performance oriented testosterone boosters we've all been waiting for.
seppalta
Posts: 449
Joined: Tue Sep 20, 2011 6:09 am
Location: USA
Contact:

Re: Bluetooth hogs cpu time

Post by seppalta »

Bluetooth is a cpu hog. To shut down bluetooth, run:

Code: Select all

sudo update-rc.d bluetooth remove
.
To restart:

Code: Select all

sudo update-rc.d bluetooth defaults
.
Locked