diff options
| -rw-r--r-- | doc/documentation.tex | 12 | 
1 files changed, 12 insertions, 0 deletions
| diff --git a/doc/documentation.tex b/doc/documentation.tex index 4e50eb0..3d4aa6b 100644 --- a/doc/documentation.tex +++ b/doc/documentation.tex @@ -222,6 +222,18 @@ setup-alpine  These changes are only temporary until they are made persistent as described in  section~\ref{lbu-persistence}. +\subsection{Enabling IPv6} + +While Alpine Linux usually uses IPv4 only \texttt{soundbox} requires IPv6 for +streaming. It can be enabled by adding a line to the related configuration +file. + +\begin{verbatim} +echo 'iface wlan0 inet6 auto' >> /etc/network/interfaces +\end{verbatim} + +The change will take effect after the final reboot. +  \subsection{Package installation}  soundbox requires packages from the Alpine Linux community package repository. | 
