khvzak / bluez-tools

A set of tools to manage bluetooth devices for linux
GNU General Public License v2.0
179 stars 51 forks source link

bt-adapter: bluez service is not found #32

Open MALLUJP opened 5 years ago

MALLUJP commented 5 years ago

@khvzak I have built bluez-tools for yocto. when i try to run bt-adapter or any other tools, I am getting the following error:

bt-adapter: bluez service is not found Did you forget to run bluetoothd?

But i can see bluetoothd is running: $ps -elf | grep bluetoothd 4 S root 27445 2350 0 80 0 - 1622 x64_sy 08:00 ttyS0 00:00:00 /usr/libexec/bluetooth/bluetoothd

brianegge commented 4 years ago

Same

ps -elf | grep bluetoothd
4 S root       535     1  0  80   0 -  2452 -      Jan13 ?        00:00:00 /usr/lib/bluetooth/bluetoothd
yelnar commented 3 years ago

Did you guys manage to figure out the solution?

ArturFormella commented 3 years ago

The same problem. What can I do?