Get external bluetooth speaker working

@ms971

Well in general it should work like that:

  1. open a terminal
  2. Install the firmware:
pamac build broadcom-bt-firmware-git
  1. remove/unload the current driver:
sudo modprobe -rfv btusb
  1. add/load it again:
sudo modprobe -v btusb
  1. Check if it is running without errors:
sudo dmesg | grep -i blue
  1. Configure bluetooth configs:
hciconfig --all

:notebook: I did not test that and have no bluetooth devices for testing.

1 Like