How to activate Bluetooth on Linux
Schleidens.dev

Schleidens.dev @schleidens

About: Enthusiast full-stack developer • Vue/NuxtJs | React/NextJs/Gatsby | Python/Django/DRF #js #vueJs #nuxtJs #react #rails #parrotsec #kalilinux

Location:
Localhost:3000
Joined:
Nov 15, 2019

How to activate Bluetooth on Linux

Publish Date: Nov 15 '22
5 0

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 😊

Comments 0 total

    Add comment