--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/97fb7584-2688-4095-8b79-7c3c11390dfb%40googlegroups.com.
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to a topic in the Google Groups "BeagleBoard" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/beagleboard/ZDi-qD7nEAM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to beagleboard...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYhpJWDgJesmnarfjSReyLXJiEjmFrdv9U5-qUXYp5m-Ow%40mail.gmail.com.
debian$ hciconfig
hci0: Type: Primary Bus: SDIO
BD Address: 00:00:00:00:00:00 ACL MTU: 0:0 SCO MTU: 0:0
DOWN
RX bytes:0 acl:0 sco:0 events:0 errors:0
TX bytes:0 acl:0 sco:0 commands:0 errors:0$ sudo hcitool dev
Devices:
$ sudo hcitool lescan
Could not open device: No such device
$ dmesg |grep -i brcm
[ 22.472541] brcmfmac: brcmf_fw_map_chip_to_name: using brcm/brcmfmac43455-sdio.bin for chip 0x004345(17221) rev 0x000006
[ 22.474228] usbcore: registered new interface driver brcmfmac
[ 22.816956] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: Mar 1 2015 07:29:38 version 7.45.18 (r538002) FWID 01-6a2c8ad4
$ dmesg |grep -i blue
[ 24.843545] Bluetooth: Core ver 2.22
[ 24.843753] Bluetooth: HCI device and connection manager initialized
[ 24.849439] Bluetooth: HCI socket layer initialized
[ 24.849474] Bluetooth: L2CAP socket layer initialized
[ 24.849594] Bluetooth: SCO socket layer initialized
[ 24.923314] Bluetooth: Generic Bluetooth SDIO driver ver 0.1
[ 30.630971] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 30.630993] Bluetooth: BNEP filters: protocol multicast
[ 30.631034] Bluetooth: BNEP socket layer initialized
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to a topic in the Google Groups "BeagleBoard" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/beagleboard/ZDi-qD7nEAM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to beagleboard...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/1f4a2c16-f077-4c3f-bb1d-38772b42bfe9%40googlegroups.com.
$ sudo modprobe hci_uart
debian@beaglebone:~$ sudo lsmod |grep hci
hci_uart 69632 0
btqca 16384 1 hci_uart
bluetooth 548864 11 btsdio,hci_uart,btqca,bnepsystemctl enable bluetooth.service
systemctl start bluetooth.service$debian@beaglebone:~$ sudo systemctl status hciuart.serviceUnit hciuart.service could not be found
$ sudo ls /lib/systemd/system/hciuart.service
ls: cannot access '/lib/systemd/system/hciuart.service': No such file or directorydebian@beaglebone:~$ sudo lsmod |grep -i sdio
btsdio 16384 0
bluetooth 548864 9 btsdio,bnepdebian@beaglebone:~$ dmesg |grep -Ei 'blue|firm'[ 23.488304] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: Mar 1 2015 07:29:38 version 7.45.18 (r538002) FWID 01-6a2c8ad4[ 25.046041] vpe 489d0000.vpe: loading firmware vpdma-1b8.bin[ 25.736322] Bluetooth: Core ver 2.22[ 25.736564] Bluetooth: HCI device and connection manager initialized[ 25.736605] Bluetooth: HCI socket layer initialized[ 25.736636] Bluetooth: L2CAP socket layer initialized[ 25.736745] Bluetooth: SCO socket layer initialized[ 25.790364] Bluetooth: Generic Bluetooth SDIO driver ver 0.1[ 30.510745] Bluetooth: BNEP (Ethernet Emulation) ver 1.3[ 30.510768] Bluetooth: BNEP filters: protocol multicast[ 30.510807] Bluetooth: BNEP socket layer initialized[ 1535.224971] Bluetooth: HCI UART driver ver 2.3[ 1535.224998] Bluetooth: HCI UART protocol H4 registered[ 1535.230749] Bluetooth: HCI UART protocol LL registered[ 1535.230779] Bluetooth: HCI UART protocol ATH3K registered[ 1535.230803] Bluetooth: HCI UART protocol Three-wire (H5) registered[ 1535.230821] Bluetooth: HCI UART protocol QCA registered
$ sudo hciconfig -ahci0: Type: Primary Bus: SDIO BD Address: 00:00:00:00:00:00 ACL MTU: 0:0 SCO MTU: 0:0 DOWN RX bytes:0 acl:0 sco:0 events:0 errors:0 TX bytes:0 acl:0 sco:0 commands:0 errors:0 Features: 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 Packet type: DM1 DH1 HV1 Link policy: Link mode: SLAVE ACCEPT debian@beaglebone:~$ sudo bluetoothd -d -n
bluetoothd[1997]: Bluetooth daemon 5.50
bluetoothd[1997]: src/main.c:parse_config() parsing /etc/bluetooth/main.conf
bluetoothd[1997]: src/main.c:parse_config() Key file does not have key “DiscoverableTimeout” in group “General”
bluetoothd[1997]: src/main.c:parse_config() Key file does not have key “PairableTimeout” in group “General”
bluetoothd[1997]: src/main.c:parse_config() Key file does not have key “Privacy” in group “General”
bluetoothd[1997]: src/main.c:parse_config() Key file does not have key “Name” in group “General”
bluetoothd[1997]: src/main.c:parse_config() class=0x020100
bluetoothd[1997]: src/main.c:parse_config() Key file does not have key “DeviceID” in group “General”
bluetoothd[1997]: src/main.c:parse_config() Key file does not have key “ReverseServiceDiscovery” in group “General”
bluetoothd[1997]: src/main.c:parse_config() Key file does not have key “MinEncKeySize” in group “GATT”
D-Bus setup failed: Name already in use
bluetoothd[1997]: Unable to get on D-Busdebian@beaglebone:~$ sudo hciconfig hci0 up
Can't init device hci0: Input/output error (5)debian@beaglebone:~$ sudo bluetoothctl
Agent registered
[bluetooth]# list
[bluetooth]# show
No default controller available
[bluetooth]# power on
No default controller available