Skip to content

Configuration

Alejandro Zeise edited this page Feb 11, 2021 · 9 revisions

Configuration

Configuration files are in the INI format. Sections are notated using brackets ([sectionname]).

Notice: If you're not hearing any audio even though you're paired and playing something over bluetooth, your raspberry pi may be set to put audio through HDMI (which is default). See this.**

Controller/Server Configuration

The controller configuration is located at /etc/raspberrylink-server.conf

If you have a microphone and want to enable call support so calls go over bluetooth audio as well, you'll need to set the call-support-enabled entry to "yes". Make sure to also see the USB Audio page as well since you have a microphone.

You can change various audio settings, such as the pi's output volume, the microphone input volume, and the Bluetooth device name that shows up when pairing.

If you're using a USB soundcard, see this page

If you're using a USB bluetooth adapter you need to tell raspberrylink the bluetooth device's address. You can find this by running bluetoothctl list and find the corresponding device address (looks like a MAC address). Then input that same address into the bt-adapter-address entry in the configuration file.

Agent Configuration

The agent configuration file is stored in /etc/raspberrylink-agent.conf

The out of the box configuration will work just fine.

Clone this wiki locally