Re: Is there a document for setting up Bluetooth on a Raspberry Pi 3B?
[email protected] (Michael van Elst)
| Newsgroups | gmane.os.netbsd.ports.arm |
|---|---|
| Organization | Serpens User Group |
| Message-ID | <[email protected]> |
[email protected] (Christopher Hall) writes: >I will try to build tools and a generic kernel to see if it that >include the bth5 code. Hello, The evbarm GENERIC kernel config has the following lines: | # Bluetooth Device Hub | bthub* at bcsp? | bthub* at btuart? | bthub* at bthfive? | bthub* at ubt? | | include "dev/bluetooth/bluetoothdevices.config" and the kernel includes the drivers: | # strings /netbsd | grep -c bth5 | 54 The evbarm GENERIC64 (== aarch64) one does not, so it lacks these drivers, except for: | bthub* at ubt? which is added in sys/dev/usb/usbdevices.config. So the USB adapter is configured. Greetings,