2020-04-05
The FreeBSD Handbook Bluetooth chapter is, as usual, great but I needed to do a bit more (or perhaps in a more specific way) to get audio from the Broadcom Bluetooth chip in my Lenovo X220 to the Soundblaster Roar SR20 that lives in my kitchen.
Load the user character device driver cuse
and all the netgraph bluetooth modules, this is better done earlier to avoid the annoying (and possibly significant) WARNING: attempt to domain_add(xyz) after domainfinalize()
errors at startup.
cuse_load="YES"
ng_ubt_load="YES" # for most USB bluetooth, for others, refer to the handbook