Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › Re-Activate Bluetooth dongle. › Reply To: Re-Activate Bluetooth dongle.
03/28/2015 at 12:09
#92941
Participant
[quote=92830]you can try adding a few lines to crontab s(started every minute with sleep 5, sleep 10, sleep 15, sleep 20 and so on…
the command would look like this:
sudo bluez-test-input connect 65:03:22:B7:04:07
i’m not sure about performance impact though. i havent tried it yet.
[/quote]
Just found out how to set scan all the time so that when your controller times out then you can repair it.
just go to
sudo nano /etc/rc.local
add the following 2 lines right before the “exit 0″ line:
hciconfig device up
hciconfig enable pscan
This should do the trick