How could I enalbe bluetooth in commandline ?
bao3 opened this issue · 2 comments
bao3 commented
I follow the steps by Raspbian,but some files could not find in pi64, eg. hciuart.services
valerierx commented
Follow this guide
https://unix.stackexchange.com/questions/96693/connect-to-a-bluetooth-device-via-terminal
It should work
clem844 commented
Hi,
I have the same issue. The hciuart service doesn't seem to exist when trying to enable it.
sudo dmesg | grep -i bluetooth
[ 241.986099] Bluetooth: Core ver 2.22
[ 241.986383] Bluetooth: HCI device and connection manager initialized
[ 241.986435] Bluetooth: HCI socket layer initialized
[ 241.986464] Bluetooth: L2CAP socket layer initialized
[ 241.986533] Bluetooth: SCO socket layer initialized
[ 247.226090] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 247.226106] Bluetooth: BNEP filters: protocol multicast
[ 247.226137] Bluetooth: BNEP socket layer initialized
pi@raspberrypi:~$ bluetoothctl
Agent registered
[bluetooth]# list
[bluetooth]# power on
No default controller available
bt-device -l
**
ERROR:lib/bluez/adapter.c:165:adapter_get_dbus_object_path: assertion failed: (ADAPTER_IS(self))
Aborted
Did anyone succeed to set up bluetooth on this OS?