UnixAwesome made a little tutorial that allows you to use wireless headphones on NetBSD https://github.com/UnixAwesomes/NetBSD/blob/main/Bluetooth-audio.md
nortonham Thanks for making this. When I try: btconfig ubt0 inquiry it returns: Device not configured Any idea what I am doing wrong?
UnixAwesome nortonham Did you add the bluetooth=YES option to rc.conf? It is also possible that your bluetooth adapter is not supported
kc9udx nortonham I think the amd64 default has Bluetooth but the aarch64 one doesn't. I can't speak for the rest.
JuvenalUrbino nortonham On NetBSD, I use this Bluetooth 4.0 USB adapter, based on the BCM20702A0 chip. It's rather cheap, and it works. https://www.asus.com/networking-iot-servers/adapters/all-series/usbbt400/
nortonham UnixAwesome UnixAwesome Did you add the bluetooth=YES option to rc.conf? Yes It is also possible that your bluetooth adapter is not supported Will have to check it out JuvenalUrbino On NetBSD, I use this Bluetooth 4.0 USB adapter, based on the BCM20702A0 chip. It's rather cheap, and it works. https://www.asus.com/networking-iot-servers/adapters/all-series/usbbt400/ I'll give that a look, thank you.