Joel's dev blog

Using bluetooth on kali linux

September 28, 2017

1 min read

Check bluetooth status

/etc/init.d/bluetooth status

And turn it on:

/etc/init.d/bluetooth start

This way bluetooth is going to work.

stop will stop bluetooth.

Bluetooth is not turned on by default on boot on kali linux.

Another equivalent way is:

service bluetooth start(stop)
service bluetooth status

Written by Joel Mun. Joel likes Typescript, React, Node.js, GoLang, Python, Wasm and more. He also loves to enlarge the boundaries of his knowledge, mainly by reading books and watching lectures on Youtube. Guitar and piano are necessities at his home.

© Joel Mun 2023