diff options
Diffstat (limited to 'doc/documentation.tex')
-rw-r--r-- | doc/documentation.tex | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex index f099b30..ba9aab3 100644 --- a/doc/documentation.tex +++ b/doc/documentation.tex @@ -210,6 +210,8 @@ busybox-mdev-openrc chrony ffplay iw +lldpd +lldpd-openrc openssh openssl wpa_supplicant' > /etc/apk/world @@ -217,6 +219,19 @@ wpa_supplicant' > /etc/apk/world apk add \end{verbatim} +To make the soundbox device discoverable inside the network the Link Layer +Discovery Protocol (LLDP) is used. With \texttt{echo} a new configuration file +for the \texttt{lldpd} software can be added. After configuration the +\texttt{lldpd} service is enabled to start by default with the next reboot. + +\begin{verbatim} +echo 'configure system hostname soundbox.local +configure lldp agent-type nearest-customer-bridge' \ +> /etc/lldpd.d/soundbox.conf + +rc-update add lldpd default +\end{verbatim} + The only user on a soundbox device is \texttt{root}. Even that super user has to be added to the \texttt{audio} group to be able to play sound via ALSA. This can be achieved with \texttt{addgroup}. |