I'm running on a fresh 2018-06-27-raspbian-stretch image, updated apt and firmware today.
I'm running the bluealsa driver and streaming audio to a bluetooth speaker using pure data via jackd, but the problem seems to be at the hardware level, if I wait for it to stop working:
Code: Select all
$ dmesg | grep tooth
... normal setup everything good...
[ 1114.656290] Bluetooth: hci0 hardware error 0x00
[ 1118.877778] Bluetooth: hci0 command 0x1003 tx timeout
[ 1120.957794] Bluetooth: hci0 command 0x1001 tx timeout
...
Code: Select all
$ hciconfig
hci0: Type: Primary Bus: UART
BD Address: B8:27:EB:EA:E9:44 ACL MTU: 1021:8 SCO MTU: 64:1
DOWN
RX bytes:396955 acl:112 sco:0 events:49166 errors:0
TX bytes:33353361 acl:98190 sco:0 commands:70 errors:0
Code: Select all
sudo hciconfig hci0 up
Can't init device hci0: Connection timed out (110)
Should I go buy a bluetooth dongle?