Skip to content

Commit

Permalink
docs: Make Raspbian audio settings system-wide
Browse files Browse the repository at this point in the history
Changing the audio output using raspi-config only changes it for the pi user. Mopidy as a service can't see that user-only config so make it a system-wide change.

Remove SD card expansion step, it is now automatic.
  • Loading branch information
kingosticks committed Nov 26, 2020
1 parent 8d53ad7 commit 80b9a41
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/installation/raspberrypi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ How to for Raspbian

- Under "Advanced Options":

- A1: Expand the file system to fill th SD card.
- A3: Adjust the memory split.
If you're not going to connect a display to your Pi, you should set the
minimum value here in order to make best use of the available RAM.
Expand All @@ -77,6 +76,9 @@ How to for Raspbian
If you want to change any settings later, you can simply rerun ``sudo
raspi-config``.

#. Ensure the system audio settings match the user audio settings::

sudo ln -s ~/.asoundrc /etc/asound.conf

#. Install Mopidy and any Mopidy extensions you want, as described in
:ref:`debian-install`.
Expand Down

0 comments on commit 80b9a41

Please sign in to comment.