Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[Solved] Bluetooth ???

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
User avatar
hawghaven
Posts: 13
Joined: 2022-11-21 17:16
Has thanked: 1 time

[Solved] Bluetooth ???

#1 Post by hawghaven »

Hello All,
I upgraded Debiann11 to Debian12 yesterday, My box does not have any form of Bluetooth on it or in it.
Can I safely remove any Bluetooth software/Firmware from Synaptic Package Manager? without breaking my O/S.
I ran

Code: Select all

$ systemd-analyze blame 
38.766s blueman-mechanism.service came in 1st in the list.

Thanks for any help.
Last edited by hawghaven on 2024-02-22 12:06, edited 1 time in total.

User avatar
bbbhltz
Posts: 166
Joined: 2024-01-10 14:53
Location: Normandy
XMMP/Jabber: bbbhltz@mailbox.org
Has thanked: 49 times
Been thanked: 33 times

Re: Bluetooth ???

#2 Post by bbbhltz »

You could disable the Bluetooth service to start with and then see if anything breaks.

I don't think it will break anything.
bbbhltz
longtime desktop Linux user; eternal newbie

User avatar
hawghaven
Posts: 13
Joined: 2022-11-21 17:16
Has thanked: 1 time

Re: Bluetooth ???

#3 Post by hawghaven »

$ systemctl status blueman-mechanism.services
Unit blueman-mechanism.services.service could not be found.

==== AUTHENTICATION COMPLETE ====
Failed to disable unit: Unit file blueman-mechanism.services.service does not exist.

arzgi
Posts: 1198
Joined: 2008-02-21 17:03
Location: Finland
Been thanked: 32 times

Re: Bluetooth ???

#4 Post by arzgi »

If you use standard package managing programs: apt, aptitude or synaptic, there should be not be any problems.

lindi
Debian Developer
Debian Developer
Posts: 452
Joined: 2022-07-12 14:10
Has thanked: 1 time
Been thanked: 88 times

Re: Bluetooth ???

#5 Post by lindi »

You should not remove the package as that will most likely also remove some task package. But you can systemctl disable --now bluetooth

Post Reply