Annotation of loncom/html/adm/help/tex/Clicker_Registration.tex, revision 1.8

1.4       albertel    1: \label{Clicker_Registration}
1.6       riegler     2: 
                      3: 
                      4: 
                      5: LON-CAPA users can register their clickers within LON-CAPA.
                      6: To register your clicker, do the following:
                      7: 
                      8: \begin{enumerate}
                      9: 
                     10: \item Select \textbf{Preferences} on the Inline Menu or 
                     11: \includegraphics[width=0.03\paperwidth]{pref}
                     12: \textbf{Set user preferences} on the Main Menu.
                     13: \item At the \textbf{Set User Preferences} screen, select 
                     14: \includegraphics[width=0.03\paperwidth]{network-workgroup}
1.7       riegler    15: \textbf{Register Response Devices ("Clickers")}. 
1.6       riegler    16: \item Type your clicker ID in the text box.
                     17: Below are instructions on how to find your clicker ID for various clicker models.
                     18: \item Click the \fbox{Save} button.
                     19: 
                     20: \end{enumerate}
                     21: 
                     22: 
1.5       felicia    23: 
1.1       www        24: {\bf i$>$clicker}: on i$>$clicker devices, the clicker ID is located on a sticker on the back.
                     25: 
                     26: \begin{figure}
1.8     ! www        27: \begin{center}\includegraphics[  width=0.30\paperwidth]{iclicker}\end{center}
1.1       www        28: \caption{Location of Label on i>clickers}
                     29: \end{figure}
                     30: 
1.8     ! www        31: {\bf Turning Technology}: on Turning Technology devices, the clicker ID is located on a sticker on the back.
        !            32: 
        !            33: \begin{figure}
        !            34: \begin{center}\includegraphics[  width=0.30\paperwidth]{turning}\end{center}
        !            35: \caption{Location of Label on Turning Technology clickers}
        !            36: \end{figure}
        !            37: 
        !            38: 
        !            39: 
1.1       www        40: {\bf Interwrite RF}: on the RF version of the Interwrite clicker, you need to go through a number of steps. When you first switch it on, it will look for a class. Cancel that by pressing the asterisk key.
                     41: \begin{figure}
                     42: \begin{center}\includegraphics[  width=0.50\paperwidth]{interwrite1}\end{center}
                     43: \caption{Interwrite Step 1}
                     44: \end{figure}
                     45: 
                     46: Next, enter the menu by pressing the Left key.
                     47: \begin{figure}
                     48: \begin{center}\includegraphics[  width=0.50\paperwidth]{interwrite2}\end{center}
                     49: \caption{Interwrite Step 2}
                     50: \end{figure}
                     51: 
                     52: Scroll, using the Down key, to the entry Diagnostics.
                     53: \begin{figure}
                     54: \begin{center}\includegraphics[  width=0.50\paperwidth]{interwrite3}\end{center}
                     55: \caption{Interwrite Step 3}
                     56: \end{figure}
                     57: 
                     58: Press the Enter key to enter Diagnostics.
                     59: \begin{figure}
                     60: \begin{center}\includegraphics[  width=0.50\paperwidth]{interwrite4}\end{center}
                     61: \caption{Interwrite Step 4}
                     62: \end{figure}
                     63: 
                     64: The clicker ID is listed.
                     65: \begin{figure}
                     66: \begin{center}\includegraphics[  width=0.50\paperwidth]{interwrite5}\end{center}
                     67: \caption{Interwrite Step 5}
                     68: \end{figure}
                     69: 
1.2       www        70: {\bf Interwrite IR}: the clicker ID (6 digits) is located on a sticker on the back of the device.
                     71: 
                     72: {\bf Interwrite Virtual}: The clicker ID is the Media Access Control address (``MAC address'') of your network card. MAC addresses look like this
                     73: 
                     74: {\tt 01-23-45-67-89-ab}
                     75: 
                     76: or like this
                     77: 
                     78: {\tt 01:23:45:67:89:ab}
                     79: 
                     80: How to locate this depends on your operating system.
                     81: 
                     82: {\it Windows Vista}
                     83: \begin{itemize}
                     84: \item Click the Start Button and select Start Search.
                     85: \item Type {\tt cmd} in the blank box. Hit Enter.
                     86: \item In the command prompt window, type {\tt ipconfig /all}
                     87: \item Locate the number that goes with the adapter you would use in the lecture hall.
                     88: \end{itemize}
                     89: 
                     90: {\it Windows NT / 2000 or XP}
                     91: \begin{itemize}
                     92: \item After clicking on the Start Button, click on Run.
                     93: \item Type {\it command} in the blank box. Click on OK.
                     94: \item Once a small black window appears, type in {\tt winipcfg}
                     95: \item Locate the number to the right of ``Physical Address.''
                     96: \end{itemize}
                     97: 
                     98: {\it Windows 95/98/ME}
                     99: \begin{itemize}
                    100: \item After clicking on the Start Button, click on Run.
                    101: \item Type in {\tt winipcfg} in the blank box. Click on ``OK.''
                    102: \item Look under the info for the Ethernet adapter you would use in the lecture hall.
                    103: \item Locate the number next to ``Adapter Address.''
                    104: \end{itemize}
                    105: 
                    106: {\it Macintosh (OS X)}
                    107: \begin{itemize} 
                    108: \item Under the Apple menu, select "System Preferences".
                    109: \item Select the "Network" Pane.
                    110: \item Doubleclick on the adapter you are using, for example ``Airport'' or ``Built-in Ethernet'' (use the adapter you would use in the lecture hall).
                    111: \item Click on the ``Airport'' or ``Ethernet'' tab, respectively - the number is displayed.
                    112: \end{itemize}
                    113: 
                    114: {\it Linux}
1.3       www       115: Type {\tt /sbin/ifconfig -a} and look up the relevant info. For example:
1.2       www       116: \begin{verbatim}
                    117: [root@foo bar]# /sbin/ifconfig -a
                    118: eth0 Link encap:Ethernet HWaddr 01:23:45:67:89:AB
                    119: ...
                    120: \end{verbatim}
                    121: The number is the HWaddr.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>