Page 1 of 1

Bluetooth hogs cpu time

Posted: Thu Jun 22, 2017 12:26 am
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

Re: Bluetooth hogs cpu time

Posted: Thu Aug 17, 2017 7:59 am
by Grekos
Hello there hello. Same problem with bluetooth and cpu for me. Did you find out why or how to fix it?

Re: Bluetooth hogs cpu time

Posted: Fri Aug 18, 2017 2:59 am
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
.