]> jspc29.x-matter.uni-frankfurt.de Git - daqdocu.git/commitdiff
a typo is corrected - cu
authorhadaq <hadaq>
Mon, 23 Jul 2012 13:18:38 +0000 (13:18 +0000)
committerhadaq <hadaq>
Mon, 23 Jul 2012 13:18:38 +0000 (13:18 +0000)
trb3/GbEGettingStarted.tex

index c17997fef5a8a2f074d8da9877c5e24b490e8c77..05595c37b2ca999387f90eb0a59f3d06bfb2c806 100644 (file)
@@ -3,11 +3,13 @@ In order to control TRB3 or a larger system with TRB3 as slow control client via
 \subsubsection{FPGA design}
 The optical link, activated for the Slow Control over GbE is the one labelled SFP8.
 After loading the design, TRB3 will automatically start to send control packets once per second. With any network monitoring tools (ex. Wireshark) one have to capture such packet and check the source MAC address. This address has to be added to the DHCP configuration on Slow Control server PC.
+
 \begin{itemize*}
 \item Open /etc/dhcpd.conf and add an entry specifing hostname and MAC address
 \item Open /etc/hosts and add an etry specifing hostanme and an selected IP address
 \item Restart DHCP daemon
 \end{itemize*}
+
 Now you can reload the central FPGA and it should automatically aquire the IP address from the server. One can verify that by monitoring the network traffic or system log file.
 
 
@@ -15,7 +17,7 @@ Now you can reload the central FPGA and it should automatically aquire the IP ad
 \begin{itemize*}
 \item Download the latest release of {\bf trbcmd} and {\bf libtrbnet} from CVS repository: \begin{verbatim}trbsoft/trbnettools/libtrbnet \end{verbatim}
 \item Compile with appropriate flag: \begin{verbatim} make TRB3=1\end{verbatim}
-\item Set up the environment variable DAQ_SERVER to your TRB3 hostname
+\item Set up the environment variable DAQ\_SERVER to your TRB3 hostname
 \item Make sure that the UDP port 5555 is open in your firewall
 \end{itemize*}