Skip to content

Commit

Permalink
docs: raspbian desktop must set alsasink output
Browse files Browse the repository at this point in the history
  • Loading branch information
kingosticks committed Oct 31, 2019
1 parent f577b96 commit 19db94c
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions docs/installation/raspberrypi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,22 @@ How to for Raspbian
raspi-config``.


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

.. note::

If you used the Raspbian *Desktop* image you may also need to add the
``mopidy`` user to the ``video`` group. Run ``sudo adduser mopidy video``
to do this.
If you used the Raspbian *Desktop* image you will need to add the
``mopidy`` user to the ``video`` group::

sudo adduser mopidy video

Also, if you are *not* using HDMI audio you must set Mopidy's
``audio/output`` config value to ``alsasink``. To do this, add the following
snippet to your :doc:`config </config>` file::

[audio]
output = alsasink

Be sure to edit the correct config file if you are
:doc:`running Mopidy as a service </service>`.


Testing sound output
Expand Down

1 comment on commit 19db94c

@kingosticks
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow. What a screw up. (#1847)

Please sign in to comment.