-
Notifications
You must be signed in to change notification settings - Fork 10
Description
I followed the steps but then it becomes ..... undocumented real fast.
so i found the pokit file in the tree but when I run it as common user on a Raspberry PI 400 it have now access to Bluetooth as far as I can tell.
~/dokit-build/src/cli $ ./dokit info
Detected locale "en_IE@euro" with character encoding "ISO-8859-15", which is not UTF-8.
Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
If this causes problems, reconfigure your locale. See the locale(1) manual
for more information.
qt.bluetooth.bluez: Missing CAP_NET_ADMIN permission. Cannot determine whether a found address is of random or public type.
dokit.cli.command: Looking for first available Pokit device...
pokit.ble.discovery: Pokit device scan error: QBluetoothDeviceDiscoveryAgent::PoweredOffError
dokit.cli.command: Bluetooth discovery error: QBluetoothDeviceDiscoveryAgent::PoweredOffError
I must admin I havn't complied much myself these days. In the old days it was like:
./config;make; sudo make install
So any guidance here will be appriciated.