old-www/HOWTO/Motorola-Surfboard-Modem/intro.html

338 lines
6.8 KiB
HTML

<HTML
><HEAD
><TITLE
>Introduction</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="Motorola Surfboard 4100 + 4200 Series USB Cable Modem mini-HOWTO"
HREF="index.html"><LINK
REL="PREVIOUS"
TITLE="Motorola Surfboard 4100 + 4200 Series USB Cable Modem mini-HOWTO"
HREF="index.html"><LINK
REL="NEXT"
TITLE="Prerequisites"
HREF="prerequisites.html"></HEAD
><BODY
CLASS="sect1"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>Motorola Surfboard 4100 + 4200 Series USB Cable Modem mini-HOWTO</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="index.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="prerequisites.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="intro"
></A
>1. Introduction</H1
><P
>&#13;This document was written to assist the Linux user in setting up the
Motorola Surfboard 4100 and 4200 series cable modems, and includes information on configuring
a DHCP client, enabling the device with or without USB support and troubleshooting.
</P
><DIV
CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="copyright"
></A
>1.1. Copyright Information</H2
><P
>&#13;This document is Copyright 2003 by Howard Shane.
</P
><P
>&#13;Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2 or
any later version published by the Free Software Foundation with no Invariant
Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license
can be found in <A
HREF="appendix.html"
>Appendix A</A
>.
</P
></DIV
><DIV
CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="disclaimer"
></A
>1.2. Disclaimer</H2
><P
>&#13;No liability for the contents of this document can be accepted.
Use the concepts, examples and other content entirely at your own risk.
As this is a new edition, there may be technical or other inaccuracies that
may result in the loss of irreplaceable data. In any case, proceed with caution, and realize that although errors are highly unlikely, the author can accept no responsibility for them.
</P
><P
>&#13;All copyrights are held by their by their respective owners, unless
specifically noted otherwise. Use of a term in this document
should not be regarded as affecting the validity of any trademark
or service mark.
</P
><P
>&#13;Naming of particular products or brands should not be seen
as endorsements.
</P
></DIV
><DIV
CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="newversions"
></A
>1.3. New Versions</H2
><P
>&#13;This is the initial release.
</P
><P
>&#13;The latest version number of this document can be found <A
HREF="http://www.hshanemd.net/docs/HOWTOS/SurfBoard/"
TARGET="_top"
>here</A
>.
</P
></DIV
><DIV
CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="credits"
></A
>1.4. Credits</H2
><P
>&#13;I would like to thank Brad Hards, the primary author of the Linux CDCEther kernel driver for graciously volunteering several useful bits of information.
</P
><P
>&#13;Also, I would like to thank Marla, who has cheerily tolerated the time I've spent sifting through documentation and endless typing while completing this and other projects. Without you I'm lost.
</P
></DIV
><DIV
CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="feedback"
></A
>1.5. Feedback</H2
><P
>&#13;Please send any additions or comments pertaining to this document to the following email address: <TT
CLASS="email"
>&#60;<A
HREF="mailto:hshane[AT]austin.rr.com"
>hshane[AT]austin.rr.com</A
>&#62;</TT
>. If you have an earlier (e.g., 3000 series) or later (e.g. 5000) series Surfboard and have it working in linux, please contact me with any model-specific setup information so we can update this document!
</P
></DIV
><DIV
CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="conventions"
></A
>1.6. Conventions Used in this Document</H2
><P
>&#13;The following conventions are used in this document and are outlined here for those who may not yet have a complete understanding of how to access and control the underlying operating system in Linux, which is almost always the bash shell.
</P
><P
>&#13;First, filenames are referenced in a paragraph like so: <TT
CLASS="filename"
>/path/file</TT
>
</P
><P
>&#13;Commands in Linux are executed (or 'called') at the command prompt, otherwise known as the 'command line.' If you are in the non-graphical (text-based) environment you will usually be presented the bash shell prompt which is a dollar sign:
</P
><P
>&#13;<TABLE
BORDER="0"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><FONT
COLOR="#000000"
><PRE
CLASS="screen"
>$</PRE
></FONT
></TD
></TR
></TABLE
>
</P
><P
>&#13;...or the hash mark:
</P
><P
>&#13;<TABLE
BORDER="0"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><FONT
COLOR="#000000"
><PRE
CLASS="screen"
>#</PRE
></FONT
></TD
></TR
></TABLE
>
</P
><P
>&#13;...if you have logged in as root or have acquired root, or 'superuser' privileges. You can also access the bash shell in the X window system, otherwise known as X or X11, with an <A
HREF="http://invisible-island.net/xterm/"
TARGET="_top"
>xterm</A
> or similar X-terminal-emulator. Commands to be performed at the bash prompt, but referenced in a paragraph of this document, usually look like this: <B
CLASS="command"
>do this now</B
>
</P
><P
>&#13;Commands and/or the resulting output of commands may also be outlined with screen output in their own paragraph or heading:
</P
><P
>&#13;<TABLE
BORDER="0"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><FONT
COLOR="#000000"
><PRE
CLASS="screen"
>$ date
Sun Jul 27 22:37:11 CDT 2003</PRE
></FONT
></TD
></TR
></TABLE
>
</P
><P
>When a command is written in front of the bash prompt (e.g. <B
CLASS="command"
>$ date</B
> above), it is assumed the [Return] or [Enter] key has been depressed after the command, possibly followed by the output on a new line (e.g., as in the date in the above example).
</P
></DIV
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="prerequisites.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Motorola Surfboard 4100 + 4200 Series USB Cable Modem mini-HOWTO</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
>&nbsp;</TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Prerequisites</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>