Open shamitoH opened 6 years ago
Thanks- this was helpful!
I was having trouble connecting after leaving my project for a while (I'm on Jesse but it was working last time I fired it up). Manually restarting the service allowed me to connect once and play music. Then I changed the file /etc/init.d/bluetooth-agent
as advised, rebooted and couldn't connect. No, manually resetting does nothing and I can't connect at all.
So here's my feedback. #102 I'm using raspberry pi 3 with Raspbian Stretch. Installed following the instructions above, so at initialization after first reboot get the message
getting the following:
The raspberry was visible in other devices but unable to connect. The issue can be solved by restarting the service, but you must do it every time the raspberry is restarted.
I realized that bluetooth-agent.service starts before Bluetooth service does. So edited the init.d file for bluetooth-agent. Adding some seconds (5 works fine for me) in the sleep line at the start header, there would be time to bluetooth service to start. So here's my /etc/init.d/bluetooth-agent:
I'm not an english speaker, so sorry if I use inappropriate language or inconsistencies.