bamarni / pi64

A 64-bit OS for the Raspberry Pi 3
712 stars 128 forks source link

How could I enalbe bluetooth in commandline ? #85

Open bao3 opened 6 years ago

bao3 commented 6 years ago

I follow the steps by Raspbian,but some files could not find in pi64, eg. hciuart.services

valerierx commented 5 years ago

Follow this guide https://unix.stackexchange.com/questions/96693/connect-to-a-bluetooth-device-via-terminal It should work

clem844 commented 5 years ago

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?