Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
November 15, 2022 07:46 pm GMT

How to activate Bluetooth on Linux

Hey folks !!

Many peoples have Bluetooth activation problem with their linux distro after first installation.

I had the same issue a couple month ago, i'll show you how i solved it.

  • My distro: kali Linux (2022.3)

  • DE: Gnome42

To activate your Bluetooth go in your terminal and type the command below.
sudo systemctl start bluetooth.service
the terminal will ask you for your MDP as you're working as a #root user

Now go on your settings>bluetooth and you'll see your switch button ON

yeahhhh it works pretty well but every time you turnoff your machine this config will reset (not good )

Here's how to deal with that.

sudo systemctl start bluetooth.service
sudo systemctl enable bluetooth.service

Everything should be okay now, HaveAnAmazingDay


Original Link: https://dev.to/schleidens/how-to-activate-bluetooth-on-linux-2bh6

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To