diff options
author | bnewbold <bnewbold@robocracy.org> | 2015-01-10 21:28:06 -0800 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2015-01-10 21:53:18 -0800 |
commit | b29393cd36dcb2b885a30d43dd229b3d64f181ae (patch) | |
tree | f24324e3139f47c65af593c4fdf2fb3ff885304a | |
parent | af3cbea56b894b1578053a840c6caf03fda1d1e7 (diff) | |
download | novena-guide-b29393cd36dcb2b885a30d43dd229b3d64f181ae.tar.gz novena-guide-b29393cd36dcb2b885a30d43dd229b3d64f181ae.zip |
quickstart-board: add audio note
-rw-r--r-- | quickstart-board.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/quickstart-board.rst b/quickstart-board.rst index 6b6db71..b84c728 100644 --- a/quickstart-board.rst +++ b/quickstart-board.rst @@ -144,3 +144,16 @@ would be a good time to do:: sudo apt-get install i2c-tools libi2c-dev +**Fixing Audio** + +The version of ``pulseaudio-novena`` that shipped with PVT2 boards (v1.0) has +some known problems that prevent audio from working correctly out of the box. +Later versions (v1.1) fix this, but as of January 10th 2015 have not been +pushed to the Kosagi apt repository as a package update. + +As a work around, one can either build a new .deb and install that, or as a +hack just copy the updated configuration files by hand to the correct paths. +After this the audio will need to be unmuted and turned up using ``alsamixer`` +as usual. ``mplayer`` works fine for playing audio files from the (headless) +command line. + |