Hello everyone, how are you guys? Good? Cool. Quick question, Do you like our new theme? Let us know in the comments. so this article is for you if you are running Linux and your Bluetooth is not working. So I am here to help you fix that. It will be up and running in no time.
And that's it. Now your PC's Bluetooth should be working.
Thanks for reading this article. Like and follow us on social media and subscribe to our newsletters.
Bluetooth Fix
- First of all, open a terminal window.
- then type this command
sudo lsmod | grep blue
- This will search for "blue" in the lsmod. it should return something similar to this
bluetooth 540672 53 btrtl,btintel,bnep,btbcm,rfcomm,btusb
ecdh_generic 24576 1 bluetooth
rfkill 24576 7 bluetooth,dell_laptop,cfg80211
crc16 16384 2 bluetooth,ext
- Now you need to enable bluetooth using
systemctl enable bluetooth.service
- Now start the bluetooth service using
systemctl start bluetooth.service
And that's it. Now your PC's Bluetooth should be working.
Thanks for reading this article. Like and follow us on social media and subscribe to our newsletters.
"felix@Felix ~ $ systemctl enable bluetooth.service
ReplyDeleteSynchronizing state of bluetooth.service with SysV init with /lib/systemd/systemd-sysv-install...
Executing /lib/systemd/systemd-sysv-install enable bluetooth
insserv: fopen(.depend.stop): Permission denied"
Hi, thanks for your article. What can I do in my case?
You need to be root to execute this command.Use sudo
Deleteit works!
ReplyDeletethanks a million.
you are welcome 🥰.
Deleteits working thanks alot
ReplyDeleteMy absolute pleasure.
Deletenot working
ReplyDeleteIs there any error or the command didn't run?
DeleteHow to install it first of all i haven't a bluetooth package
Deleteoh thank you very much
ReplyDeleteMy Pleasure.
Deletegreat,working for me
ReplyDeleteGreat to see it worked for you.
DeleteIt working for me, thanks a lot...
ReplyDeleteI am glad it worked for you.
DeleteThanks a lot man this works for me.
ReplyDeleteWhen I start the service... aeroplane mode on..only turn off option in Bluetooth no turn on
ReplyDelete