RPIZW
Posts: 63
Joined: Sat Sep 28, 2019 5:54 pm

RPI 3B+ bluetooth disabling issues

Mon Jul 13, 2020 8:44 am

Hi all,

I was trying to disable / remove bluetooth and got issues when ever I try to autoremove - RPI crash
so I try to reinstall bluetooth but it crash again

any ideas? :(

sudo apt install bluetooth -y
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
bluez-cups bluez-obexd
The following packages will be REMOVED:
bluealsa
The following NEW packages will be installed:
bluetooth
0 upgraded, 1 newly installed, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 0 B/43.3 kB of archives.
After this operation, 173 kB disk space will be freed.
(Reading database ... 100315 files and directories currently installed.)
Removing bluealsa (0.13) ...

RPIZW
Posts: 63
Joined: Sat Sep 28, 2019 5:54 pm

Re: RPI 3B+ bluetooth disabling issues

Mon Jul 13, 2020 3:53 pm

top

RPIZW
Posts: 63
Joined: Sat Sep 28, 2019 5:54 pm

Re: RPI 3B+ bluetooth disabling issues

Tue Jul 14, 2020 9:12 pm

Someone? please

User avatar
RaspbianUser1
Posts: 257
Joined: Thu Mar 05, 2020 6:34 pm

Re: RPI 3B+ bluetooth disabling issues

Wed Jul 15, 2020 2:19 am

Are you using Desktop or Lite

If Desktop:
Press the bluetooth icon try both left and right and press disable bluetooth or something similar

else:
I can’t help
Running Raspberry Pi OS Full, therefore my comments will be based on that
Using RPI-4B 4GB at 2.1GHz CPU and 700MHz GPU
don't format your sd because someone said so.
Or put your favourite cutlery into your nearest outlet (May result in death) ;)

pidd
Posts: 581
Joined: Fri May 29, 2020 8:29 pm
Location: Birkenhead, Wirral, UK
Contact: Website

Re: RPI 3B+ bluetooth disabling issues

Wed Jul 15, 2020 3:15 am

Bit late now but one way to disable bluetooth is in /boot/config.txt

Code: Select all

dtoverlay=disable-bt
Doing that now (editing on a different computer) may still help in an optimistic sort of way.

RPIZW
Posts: 63
Joined: Sat Sep 28, 2019 5:54 pm

Re: RPI 3B+ bluetooth disabling issues

Wed Jul 15, 2020 5:18 pm

I have the desktop version but it's on remote site and VLC ports currently inaccessible

I tried to add

Code: Select all

dtoverlay=disable-bt

From the beginning, but I geuess I did a big mistake when then I tried to follow this guide https://scribles.net/disabling-bluetoot ... pberry-pi/
steps below:

Code: Select all

sudo apt-get purge bluez -y
sudo apt-get autoremove -y
now, when I try to re-install or even upgrade my Pi, it's just crash :(

Code: Select all

$ sudo apt update -y
Get:1 http://raspbian.raspberrypi.org/raspbian buster InRelease [15.0 kB]
Get:2 http://archive.raspberrypi.org/debian buster InRelease [32.6 kB]
Get:3 http://archive.raspberrypi.org/debian buster/main armhf Packages [330 kB]
Fetched 378 kB in 2s (213 kB/s)
Reading package lists... Done
Building dependency tree       
Reading state information... Done
7 packages can be upgraded. Run 'apt list --upgradable' to see them.
pi@srv1-rpi-rvt:~ $ sudo apt full-upgrade -y
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
  lxplug-bluetooth lxplug-network lxplug-ptbatt lxplug-volume pprompt rp-prefapps rpi-chromium-mods
7 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 9,760 kB of archives.
After this operation, 19.5 kB of additional disk space will be used.
Get:1 http://archive.raspberrypi.org/debian buster/main armhf bluealsa armhf 0.13 [57.8 kB]
Get:2 http://archive.raspberrypi.org/debian buster/main armhf rpi-chromium-mods armhf 20200715 [9,422 kB]
19% [2 rpi-chromium-mods 1,908 kB/9,422 kB 20%]

pidd
Posts: 581
Joined: Fri May 29, 2020 8:29 pm
Location: Birkenhead, Wirral, UK
Contact: Website

Re: RPI 3B+ bluetooth disabling issues

Wed Jul 15, 2020 5:43 pm

This seems reasonably up to date https://linuxhint.com/apt_get_fix_missi ... _packages/

I just checked on my system, using dtoverlay=disable-bt ends up with no bluetooth services running so the only overhead is disc space, its not worth trying to uninstall.

RPIZW
Posts: 63
Joined: Sat Sep 28, 2019 5:54 pm

Re: RPI 3B+ bluetooth disabling issues

Wed Jul 15, 2020 10:56 pm

I finally found the reason for crashes! it was the power supply
it's raspberry pi officially power supply that use to work good for the last 3 months - but anyway, this was the problem cause these crashes!

Thanks everyone

Return to “Troubleshooting”