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 3d4aa6b..a912235 100644 --- a/doc/documentation.tex +++ b/doc/documentation.tex @@ -234,6 +234,18 @@ echo 'iface wlan0 inet6 auto' >> /etc/network/interfaces The change will take effect after the final reboot. +\subsection{Retrieve MAC address}\label{retrieve-mac} + +To be able to connect to the device in a reliable and simple way using IPv6 the +MAC address of the \texttt{wlan0} interface has to be retrieved and noted down. + +\begin{verbatim} +ip link show wlan0 # MAC address right after 'link/ether' +\end{verbatim} + +This MAC address can be converted to the corresponding IPv6 link-local address +used for streaming audio to \texttt{soundbox}. + \subsection{Package installation} soundbox requires packages from the Alpine Linux community package repository. |