TASIOMIND.DEV — OPERATIONAL▸▸▸FULL STACK DEVELOPER @ GWQ SERVICEPLUS AG▸▸▸FOUNDER — K8SGPT.AI▸▸▸OPEN SOURCE: ACTIVE▸▸▸DISTRIBUTED SYSTEMS / KUBERNETES / AI▸▸▸RUST + GO + PYTHON▸▸▸FIELD TESTED / STATUS — NOMINAL▸▸▸LOCATION: EUROPE/BERLIN▸▸▸TASIOMIND.DEV — OPERATIONAL▸▸▸FULL STACK DEVELOPER @ GWQ SERVICEPLUS AG▸▸▸FOUNDER — K8SGPT.AI▸▸▸OPEN SOURCE: ACTIVE▸▸▸DISTRIBUTED SYSTEMS / KUBERNETES / AI▸▸▸RUST + GO + PYTHON▸▸▸FIELD TESTED / STATUS — NOMINAL▸▸▸LOCATION: EUROPE/BERLIN▸▸▸

Troubleshooting Bluetooth 5.4 dongle on Ubuntu Linux

February 27, 2024

Check if the device is detected

code
lsusb
# detaileed output
lsusb -v

hcitool dev

  • lsusb is a command to list USB devices

  • hcitool is a command to configure bluetooth devices. hcitool dev will display local Bluetooth devices

  • dmesg - print or control the kernel ring buffer

  • hciconfig - Configure Bluetooth devices

  • rfkill - tool for enabling and disabling wireless devices

  • lsmod - Show the status of modules in the Linux Kernel

code
dmesg | egrep -i 'blue|firm'

hciconfig -a

sudo cat /sys/kernel/debug/usb/devices
sudo cat /sys/kernel/debug/usb/devices | grep Vendor=33fa

Bluetooth: hci0: Opcode 0x1005 failed: -110

-110 means timed out or firmware loading problem