Skip to content

Common Problems

Alejandro Zeise edited this page Jan 14, 2021 · 2 revisions
  • I can't hear any call audio using a USB bluetooth dongle
    • If you're sure you have the call audio support enabled in the config file and you're using a dongle by Plugable, then this might apply to you (it did for me). Follow the steps and then reboot, that should fix the issue.

Ofono Reject SCO: Agent not Registered

  • Symptoms: Call audio doesn't go through at all, on phone it defaults to speaker phone and won't let you select bluetooth as an option
  • In ofonod logs (check using journalctl -u ofono, or in /var/log/messages) you will see "Reject SCO: Agent not registered"
  • TO Solve:
    • Make sure call-support is enabled in /etc/raspberrylink-server.conf
    • If that doesn't fix the problem, edit the file /etc/dbus-1/system.d/ofono.conf
    • Find the line that has the following:
    <policy context="default">
      <deny send_destination="org.ofono"/>
    </policy>
    
    and change deny to allow
Clone this wiki locally