bluetoothctl not found
-
Hello,
I'm running an Onion Omega2 on Arduino Dock 2 with a USB Hub that adds a USB drive (successfully mounted, as shown by df -h) and a BLE expansion. I run the standard steps to enable bluetooth but get the following output:
root@Omega-9F38:~# hciconfig -a
hci0: Type: Primary Bus: USB
BD Address: 00:1A:7D:DA:71:13 ACL MTU: 310:10 SCO MTU: 64:8
UP RUNNING PSCAN ISCAN
RX bytes:1160 acl:0 sco:0 events:62 errors:0
TX bytes:744 acl:0 sco:0 commands:62 errors:0
Features: 0xff 0xff 0x8f 0xfe 0xdb 0xff 0x5b 0x87
Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
Link policy: RSWITCH HOLD SNIFF PARK
Link mode: SLAVE ACCEPT
Name: 'CSR8510 A10'
Class: 0x000000
Service Classes: Unspecified
Device Class: Miscellaneous,
HCI Version: 4.0 (0x6) Revision: 0x22bb
LMP Version: 4.0 (0x6) Subversion: 0x22bb
Manufacturer: Cambridge Silicon Radio (10)root@Omega-9F38:~# hciconfig hci0 up
root@Omega-9F38:~# hciconfig hci0 sspmode enable
root@Omega-9F38:~# hciconfig hci0 piscan
root@Omega-9F38:~# bluetoothctl
-ash: bluetoothctl: not foundI had previously installed bluez-utils successfully. Any reason why bluetoothctl should not be found?
Thanks,
A C