Linux Mint 22.3 Cinnamon

Setting up Hideez USB Bluetooth Dongle on Linux Mint 22.3 Cinnamon

This guide explains how to use a USB Bluetooth dongle on Linux Mint when the computer does not have built-in Bluetooth, the internal Bluetooth adapter is not working properly, or you are using a desktop PC.

1. Insert the Bluetooth Dongle

Plug the USB Bluetooth dongle into an available USB port on the computer.

It is recommended to connect the dongle directly to the PC rather than through a USB hub.

Note: In many cases, Linux Mint automatically detects the USB Bluetooth dongle and shows it in the Bluetooth settings menu immediately after it is connected. If the dongle appears automatically and works correctly, running Terminal commands is not required. Commands such as lsusb, hciconfig, and bluetoothctl are only needed for troubleshooting if the dongle is not detected or does not work properly.

2. Check Whether Linux Detects the Dongle

Open Terminal and run:

lsusb

You should see your Bluetooth dongle listed among the USB devices.

Example:

3. Check Whether the Bluetooth Adapter Is Available

Run:

Example:

4. Open Bluetooth Settings

Open the application menu and go to:

Settings → Bluetooth

Make sure Bluetooth is enabled.

Your USB dongle should appear as the active Bluetooth adapter.

5. Pair a Device

Turn on Bluetooth on the device you want to connect, such as:

  • phone

  • headset

  • speaker

  • mouse

  • keyboard

In Bluetooth settings:

  1. Click Search or Scan.

  1. Select the device from the list.

  1. Click Pair.

  2. Confirm the pairing code if required.

6. Pair Devices Through Terminal (Optional)

To pair a device through Terminal:

Then run:

Wait until your device appears.

Then use:

Replace XX:XX:XX:XX:XX:XX with the Bluetooth MAC address of your device.

Last updated