#89744
vis81
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.