Changeset 29f2fbe2 in freewrt for docs


Ignore:
Timestamp:
Dec 26, 2006, 1:14:42 PM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
e80a2f9
Parents:
1e897878
Message:

add html output, remove $, because it breaks html output, need to find a better fix soon

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@1384 afb5a338-a214-0410-bd46-81f09a774fd1

Location:
docs/handbook/user
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • docs/handbook/user/00-allinone.tex

    r1e897878 r29f2fbe2  
    312312\begin{itemize} % TODO: insert \ref's to jump to the appropriate section?
    313313\item via the original firmware's web interface
    314 \item via \texttt{mtd} when reflashing or migrating from another $\star$WRT
     314\item via \texttt{mtd} when reflashing or migrating from another third party distribution
    315315\item via network using a TFTP client
    316316\end{itemize}
     
    341341the flash has been written.
    342342
    343 \begin{center}\fbox{\parbox{30em}{
    344 \textbf{No \texttt{mtd} utility available?} \\
    345 There is one built statically for those situations, so you can just
    346 \texttt{scp} it to the device and use it standalone.
    347 % TODO: describe where to find it/how to build it
    348 }}\end{center}
    349 
    350 Mostly, the sample usage shown in the help output should be all that has to be
     343Mostly, similar to the sample usage shown in the help output should be all that has to be
    351344done to write the firmware to flash:
    352345\begin{Verbatim}
    353 # mtd -r write linux.trx linux
     346# mtd -e linux -r write freewrt.bin linux
    354347\end{Verbatim}
    355348The parameters explained in detail: \\
    356349\begin{tabular}{l|l}
    357 $-r$ & trigger rebooting right after finishing work \\
     350-e linux & erase existing data in flash\\
     351-r & trigger rebooting right after finishing work\\
    358352write & write the firmware image contained in the file given as next parameter
    359                         to flash \\
     353                        to flash\\
    360354linux.trx & the actual image to write - ignore the suffix, it is detected at
    361                                 runtime \\
     355                                runtime\\
    362356linux & this is an abstract identifier for a certain partition in flash, so
    363 don't change this \\
     357don't change this\\
    364358\end{tabular}
    365359
     
    538532
    539533\subsubsection{Basic Settings}
    540 $\star$ with Option means mandatory, $\star$ with Parameter means default.
    541534
    542535\begin{tabular}{l|l|l}
    543536\textbf{Option} & \textbf{Parameter} & \textbf{Description} \\
    544537\hline
    545 type$\star$  & broadcom        & Broadcom based card \\
     538type  & broadcom        & Broadcom based card \\
    546539             & atheros         & Madwifi driver \\
    547 mode$\star$  & ap              & Access point mode \\
     540mode  & ap              & Access point mode \\
    548541             & sta             & Client mode \\
    549542             & adhoc           & Ad-Hoc mode \\
    550543             & wds             & WDS point-to-point link \\
    551544             & monitor         & The node acts as a passive monitor and only receives packets \\
    552 ssid$\star$  & <String>        & Set the SSID (Network Name) \\
     545ssid  & <String>        & Set the SSID (Network Name) \\
    553546country      & {ALL|DE|JP|US|...} & The country code used to determine the regulatory settings. \\
    554547\end{tabular}
     
    558551\textbf{Option} & \textbf{Parameter} & \textbf{Description} \\
    559552\hline
    560 security$\star$ & none            & No authorization \\
     553security & none            & No authorization \\
    561554             & wep             & WEP key \\
    562555             & wpa-psk         & WPA with preshared key \\
    563556             & 8021x           & IEEE 802.1X authentication \\
    564 authorization$\star$ &            & \textbf{wep} \\
     557authorization &            & \textbf{wep} \\
    565558             & open            & Only Open System Authentication \\
    566559             & shared          & Only Shared Key Authentication \\
    567              & open+shared$\star$ & Both Open System and Shared Key Authentication
     560             & open+shared & Both Open System and Shared Key Authentication
    568561                                 \\
    569562             &                 & \textbf{wpa-psk} \\
     
    577570             & wpa2            & WPA2 with RADIUS \\
    578571             & wpa wpa2        & WPA and WPA2 \\
    579 encryption$\star$ &            & \textbf{wep} \\
     572encryption &            & \textbf{wep} \\
    580573             & -               & not needed, automatically by key size \\
    581574             &                 & \textbf{wpa-psk} \\
     
    589582             & aes+tkip        & support both \\
    590583eap-type     &                 & \textbf{8021x} \\
    591              & tls$\star$      & Transport Layer Security \\
     584             & tls      & Transport Layer Security \\
    592585             & ttls            & Tunnelled TLS \\
    593586             & peap            & Protected EAP \\
    594587             & leap            & Cisco Wireless \\
    595588key          &                 & \textbf{wep} \\
    596              & \{1$\star$|2|3|4\}    & Select WEP key to use. \\
     589             & \{1|2|3|4\}    & Select WEP key to use. \\
    597590key[1..4]    &                 & \textbf{wep} \\
    598591             & <String>        & WEP key.  The key must be 5, 13 or 16 bytes
     
    604597                                 up to 63 chars) \\
    605598wpa-gtk-rekey &                & \textbf{wpa-psk}, \textbf{8021x} \\
    606              & <Int> (3600$\star$) & Rekeying interval in seconds. \\
    607 radius-ipaddr$\star$ &             & \textbf{8021x} \\
     599             & <Int> (3600) & Rekeying interval in seconds. \\
     600radius-ipaddr &             & \textbf{8021x} \\
    608601             & <a.b.c.d>       & IP to connect. \\
    609602radius-port  &                 & \textbf{8021x} \\
    610              & <Int> (1812$\star$) & RADIUS-Port no. to connect \\
    611 radius-key$\star$ &                & \textbf{8021x} \\
     603             & <Int> (1812) & RADIUS-Port no. to connect \\
     604radius-key &                & \textbf{8021x} \\
    612605             & <String>        & Shared Secret for connection to the Radius server \\
    613606\end{tabular}
     
    636629channel      & {1-14}          & The wifi channel \\
    637630maxassoc     & {1-255}         & Maximum number of associated clients \\
    638 gmode        & {LegacyB| Auto$\star$| GOnly| BDeferred| Performance| LRS} & Set the 54g Mode \\
    639 frameburst   & {0$\star$|1}        & Disable/Enable frameburst mode. \\
    640 txpower      & {0-255|-1$\star$}   & Set the transmit power in dBm \\
    641 rate         & <Int> (-1$\star$)   & force a fixed rate \\
     631gmode        & {LegacyB| Auto| GOnly| BDeferred| Performance| LRS} & Set the 54g Mode \\
     632frameburst   & {0|1}        & Disable/Enable frameburst mode. \\
     633txpower      & {0-255|-1}   & Set the transmit power in dBm \\
     634rate         & <Int> (-1)   & force a fixed rate \\
    642635             &                 & valid values for 802.11a are (6, 9, 12, 18, 24, 36, 48, 54) \\
    643636             &                 & valid values for 802.11b are (1, 2, 5.5, 11) \\
     
    646639rts          & {0-2347}        & Set the RTS threshhold. \\
    647640frag         & {256-2346}      & Set the fragmentation threshhold. \\
    648 afterburner  & {0$\star$|1}        & Enable Afterburner capability \\
    649 isolate      & {0$\star$|1}        & Hide Clients from each other \\
     641afterburner  & {0|1}        & Enable Afterburner capability \\
     642isolate      & {0|1}        & Hide Clients from each other \\
    650643\end{tabular}
    651644
  • docs/handbook/user/Makefile

    r1e897878 r29f2fbe2  
    1616        pdflatex $(BASEOBJ)
    1717        pdflatex $(BASEOBJ)
     18        latex2html -no_navigation -split 0 -noinfo -noaddress -local_icons $(BASEOBJ)
    1819        echo $(OBJECTS)
    1920
  • docs/handbook/user/handbook.tex

    r1e897878 r29f2fbe2  
    4343%\usepackage{thumbpdf}
    4444\usepackage{cancel}
    45 \usepackage[final, activate, verbose=true]{microtype}
     45%\usepackage[final, activate, verbose=true]{microtype}
    4646\usepackage{ngerman}
    4747%\usepackage{bookman}
Note: See TracChangeset for help on using the changeset viewer.