File:  [LON-CAPA] / loncom / html / adm / help / tex / Clicker_Registration.tex
Revision 1.4: download - view: text, annotated - select for diffs
Tue Aug 7 21:29:16 2007 UTC (17 years ago) by albertel
Branches: MAIN
CVS tags: version_2_5_X, version_2_5_2, version_2_5_1, version_2_5_0, version_2_4_99_0, HEAD
- fixing broken \label{} (BUG#5352)

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

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