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

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}
                     27: \begin{center}\includegraphics[  width=0.50\paperwidth]{iclicker}\end{center}
                     28: \caption{Location of Label on i>clickers}
                     29: \end{figure}
                     30: 
                     31: {\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.
                     32: \begin{figure}
                     33: \begin{center}\includegraphics[  width=0.50\paperwidth]{interwrite1}\end{center}
                     34: \caption{Interwrite Step 1}
                     35: \end{figure}
                     36: 
                     37: Next, enter the menu by pressing the Left key.
                     38: \begin{figure}
                     39: \begin{center}\includegraphics[  width=0.50\paperwidth]{interwrite2}\end{center}
                     40: \caption{Interwrite Step 2}
                     41: \end{figure}
                     42: 
                     43: Scroll, using the Down key, to the entry Diagnostics.
                     44: \begin{figure}
                     45: \begin{center}\includegraphics[  width=0.50\paperwidth]{interwrite3}\end{center}
                     46: \caption{Interwrite Step 3}
                     47: \end{figure}
                     48: 
                     49: Press the Enter key to enter Diagnostics.
                     50: \begin{figure}
                     51: \begin{center}\includegraphics[  width=0.50\paperwidth]{interwrite4}\end{center}
                     52: \caption{Interwrite Step 4}
                     53: \end{figure}
                     54: 
                     55: The clicker ID is listed.
                     56: \begin{figure}
                     57: \begin{center}\includegraphics[  width=0.50\paperwidth]{interwrite5}\end{center}
                     58: \caption{Interwrite Step 5}
                     59: \end{figure}
                     60: 
1.2       www        61: {\bf Interwrite IR}: the clicker ID (6 digits) is located on a sticker on the back of the device.
                     62: 
                     63: {\bf Interwrite Virtual}: The clicker ID is the Media Access Control address (``MAC address'') of your network card. MAC addresses look like this
                     64: 
                     65: {\tt 01-23-45-67-89-ab}
                     66: 
                     67: or like this
                     68: 
                     69: {\tt 01:23:45:67:89:ab}
                     70: 
                     71: How to locate this depends on your operating system.
                     72: 
                     73: {\it Windows Vista}
                     74: \begin{itemize}
                     75: \item Click the Start Button and select Start Search.
                     76: \item Type {\tt cmd} in the blank box. Hit Enter.
                     77: \item In the command prompt window, type {\tt ipconfig /all}
                     78: \item Locate the number that goes with the adapter you would use in the lecture hall.
                     79: \end{itemize}
                     80: 
                     81: {\it Windows NT / 2000 or XP}
                     82: \begin{itemize}
                     83: \item After clicking on the Start Button, click on Run.
                     84: \item Type {\it command} in the blank box. Click on OK.
                     85: \item Once a small black window appears, type in {\tt winipcfg}
                     86: \item Locate the number to the right of ``Physical Address.''
                     87: \end{itemize}
                     88: 
                     89: {\it Windows 95/98/ME}
                     90: \begin{itemize}
                     91: \item After clicking on the Start Button, click on Run.
                     92: \item Type in {\tt winipcfg} in the blank box. Click on ``OK.''
                     93: \item Look under the info for the Ethernet adapter you would use in the lecture hall.
                     94: \item Locate the number next to ``Adapter Address.''
                     95: \end{itemize}
                     96: 
                     97: {\it Macintosh (OS X)}
                     98: \begin{itemize} 
                     99: \item Under the Apple menu, select "System Preferences".
                    100: \item Select the "Network" Pane.
                    101: \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).
                    102: \item Click on the ``Airport'' or ``Ethernet'' tab, respectively - the number is displayed.
                    103: \end{itemize}
                    104: 
                    105: {\it Linux}
1.3       www       106: Type {\tt /sbin/ifconfig -a} and look up the relevant info. For example:
1.2       www       107: \begin{verbatim}
                    108: [root@foo bar]# /sbin/ifconfig -a
                    109: eth0 Link encap:Ethernet HWaddr 01:23:45:67:89:AB
                    110: ...
                    111: \end{verbatim}
                    112: The number is the HWaddr.

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