Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › Sixad breaking bluetooth pscan › Reply To: Sixad breaking bluetooth pscan
03/01/2015 at 21:16
#89744
Participant
Same probem on my setup. After PS3 controller has been connected first time after boot – PSCAN is suddenly disabled.
Once I run “hciconfig hci0 pscan” – it starts to work again (PS3 controller is able to reconnect after being disconnected) until next reboot.
I made a hack to workaround this problem by adding the same command to the end of sixad-sixaxis.cpp main function
system(“hciconfig hci0 pscan”);
But would be good to find the good solution.