Skip to content

Instantly share code, notes, and snippets.

@jspw
Last active May 4, 2024 11:03
Show Gist options
  • Save jspw/63fd4b20b2b932b8f91e035717163e82 to your computer and use it in GitHub Desktop.
Save jspw/63fd4b20b2b932b8f91e035717163e82 to your computer and use it in GitHub Desktop.
Setting up Bluetooth on Kali Linux 2020.1 (Xfce4)

Setting up Bluetooth on Kali Linux

  • Make sure bluetooth is enabled(at boot) and started

    • sudo systemctl enable bluetooth
    • sudo systemctl start bluetooth
  • Install blueman

    • sudo apt install blueman
  • Check the settings and task bar. You should see the bluetooth icon now !

  • Go Menu bar search for bluetooth manager

  • All Done !

Issue:

  • Connection Failed: Protocol not available in Blueman
    • Solution:

      • pactl unload-module module-bluetooth-discover
      • pactl load-module module-bluetooth-discover
@Boog1997
Copy link

when running the apt install blueman , the bluetooth icon appeared once and no more ,I also get 589 not upgrade .trying to up grade now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment