Article 55GDJ [SOLVED] how to remove bluetooth?

[SOLVED] how to remove bluetooth?

by
linuxUser247
from LinuxQuestions.org on (#55GDJ)
I am using Ubuntu 20.04 Desktop on amd64.

I am receiving the following error message during boot:

Code:pulseaudio[1951]: GetManagedObjects() failed: org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.bluez': timed out (service_start_timeout=25000ms)I wanted to disable bluetooth service to make the error disappear:

Code:sudo "echo 'manual' > /etc/init/bluetooth.override"but the error is still there and the service enabled.

Since my hardware does not have any bluetooth module I want to uninstall it:

Code:apt remove --purge blueman
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package 'blueman' is not installed, so not removed
The following package was automatically installed and is no longer required:
libllvm9
Use 'sudo apt autoremove' to remove it.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.I disabled bluetooth with

Code:sudo systemctl disable bluetooth.service
Synchronizing state of bluetooth.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install disable bluetooth
Removed /etc/systemd/system/dbus-org.bluez.service.
Removed /etc/systemd/system/bluetooth.target.wants/bluetooth.service.latest?d=yIl2AUoC8zA latest?i=DLOA6rlmU68:NWNrVD304VM:F7zBnMy latest?i=DLOA6rlmU68:NWNrVD304VM:V_sGLiP latest?d=qj6IDK7rITs latest?i=DLOA6rlmU68:NWNrVD304VM:gIN9vFwDLOA6rlmU68
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments