Hey guys!
So, it’s my freshly installed Lakka on RPi3 and I want to use my DualShock3 gamepad to play cool games. I’ve read doc section concerning connecting DS3 (this one http://www.lakka.tv/doc/Wireless-Dualshock/) and try to act the same way. I enable and start bluetooth
Lakka:~ # systemctl enable bluetooth
Lakka:~ # systemctl start bluetooth
and then look for its status, when suddenly
Lakka:~ # systemctl status bluetooth
● bluetooth.service - Bluetooth service
Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Fri 2016-05-13 11:27:51 UTC; 13min ago
Main PID: 546 (bluetoothd)
Status: "Running"
CGroup: /system.slice/bluetooth.service
└─546 /usr/lib/bluetooth/bluetoothd
May 13 11:27:51 Lakka systemd[1]: Started Bluetooth service.
May 13 11:27:51 Lakka bluetoothd[546]: Bluetooth daemon 5.37
May 13 11:27:51 Lakka bluetoothd[546]: Starting SDP server
[B]May 13 11:27:51 Lakka bluetoothd[546]: kernel lacks bnep-protocol support[/B]
[B]May 13 11:27:51 Lakka bluetoothd[546]: System does not support network plugin[/B]
[B]May 13 11:27:51 Lakka bluetoothd[546]: Failed to open RFKILL control device[/B]
May 13 11:27:51 Lakka bluetoothd[546]: Bluetooth management interface 1.9 initialized
[B]May 13 11:27:51 Lakka bluetoothd[546]: Failed to obtain handles for "Service Changed" characteristic[/B]
May 13 11:30:17 Lakka systemd[1]: Started Bluetooth service.
As a result, pairing does not succeed.Can I do anything to fix that?