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
-
lsusbis a command to list USB devices -
hcitoolis a command to configure bluetooth devices.hcitool devwill 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