From 0e2f512498d1c558b1192c6652c2937f961134a1 Mon Sep 17 00:00:00 2001 From: 0xadam Date: Fri, 1 Mar 2013 22:24:13 -0800 Subject: [PATCH] docs: Append to /etc/modules, not overwrite MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes the snd_bcm2835 module not being loaded and therefore sound output not working --- docs/installation/raspberrypi.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation/raspberrypi.rst b/docs/installation/raspberrypi.rst index fbb07364..da636a06 100644 --- a/docs/installation/raspberrypi.rst +++ b/docs/installation/raspberrypi.rst @@ -113,7 +113,7 @@ squeeze distribution. - Add ``ipv6`` to ``/etc/modules`` to ensure the IPv6 kernel module is loaded on boot:: - echo ipv6 | sudo tee /etc/modules + echo ipv6 | sudo tee -a /etc/modules 8. Installing Mopidy and its dependencies from `apt.mopidy.com `_, as described in :ref:`installation`. In short:: @@ -189,7 +189,7 @@ software packages, as Wheezy is going to be the next release of Debian. - Add ``ipv6`` to ``/etc/modules`` to ensure the IPv6 kernel module is loaded on boot:: - echo ipv6 | sudo tee /etc/modules + echo ipv6 | sudo tee -a /etc/modules 8. Installing Mopidy and its dependencies from `apt.mopidy.com `_, as described in :ref:`installation`. In short::