old-www/HOWTO/PPP-HOWTO/x761.html

251 lines
4.9 KiB
HTML

<HTML
><HEAD
><TITLE
>Configuring your modem</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.52"><LINK
REL="HOME"
TITLE="Linux PPP HOWTO"
HREF="index.html"><LINK
REL="UP"
TITLE="Configuring your modem and serial port"
HREF="modem.html"><LINK
REL="PREVIOUS"
TITLE="Serial Port Names"
HREF="x753.html"><LINK
REL="NEXT"
TITLE="Note on Serial Flow Control"
HREF="x797.html"></HEAD
><BODY
CLASS="SECT1"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
><A
HREF="http://www.linuxports.com/howto/ppp"
TARGET="_top"
>Linux PPP HOWTO</A
></TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="x753.html"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
>Chapter 12. Configuring your modem and serial port</TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="x797.html"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="SECT1"
><H1
CLASS="SECT1"
><A
NAME="AEN761"
>12.3. Configuring your modem</A
></H1
><P
>You will need to configure your modem correctly for PPP - to do this <I
CLASS="EMPHASIS"
>READ
YOUR MODEM MANUAL</I
>! Most modems come with a <I
CLASS="EMPHASIS"
>factory default setting</I
>
that selects the options required for PPP. The minimum configuration
specifies:-
<P
></P
><UL
><LI
><P
>Hardware flow control (RTS/CTS) (<TT
CLASS="LITERAL"
>&#38;</TT
>K3 on many Hayes modems)</P
></LI
></UL
>&#13;</P
><P
>Other settings (in standard Hayes commands) you should investigate are:
<P
></P
><UL
><LI
><P
>E1 Command/usr/src/linux-2.0.27/include/linux/serial.h Echo ON (required for chat to operate).</P
></LI
><LI
><P
>Q0 Report result codes (required for chat to operate).</P
></LI
><LI
><P
>S0=0 Auto Answer OFF (unless you want your modem to answer the phone).</P
></LI
><LI
><P
><TT
CLASS="LITERAL"
>&#38;</TT
>C1 Carrier Detect ON only after connect.</P
></LI
><LI
><P
><TT
CLASS="LITERAL"
>&#38;</TT
>S0 Data Set Ready (DSR) always ON.</P
></LI
><LI
><P
>(depends) Data Terminal Ready.</P
></LI
></UL
>&#13;</P
><P
>There is a site offering modem setups for a growing variety of modems,
makes and models at <A
HREF="http://www.in.net/info/modems/index.html"
TARGET="_top"
>Modem setup information</A
> which may assist you in this.</P
><P
>It is also worth while investigating how the modem's serial interface
between your computer and modem operates. Most modern modems allow you
to run the serial interface at a FIXED speed whilst allowing the
telephone line interface to change its speed to the highest speed it and
the remote modem can both handle.</P
><P
>This is known as split speed operation. If your modem supports this,
lock the modem's serial interface to its highest available speed
(usually 115,200 baud but maybe 38,400 baud for 14,400 baud modems).</P
><P
>Use your communications software (e.g. minicom or seyon) to find out
about your modem configuration and set it to what is required for PPP.
Many modems report their current settings in response to
AT<TT
CLASS="LITERAL"
>&#38;</TT
>V, but you should consult your modem manual.</P
><P
>If you completely mess up the settings, you can return to sanity
(usually) by issuing an AT<TT
CLASS="LITERAL"
>&#38;</TT
>F - return to factory settings.
(For most modem modems I have encountered, the factory settings include
all you need for PPP - but you should check).</P
><P
>Once you have worked out the modem setup string required, write it down.
You now have a decision: you can store these settings in your modem
non-volatile memory so they can be recalled by issuing the appropriate
AT command, or you can pass the correct settings to your
modem as part of the PPP dialing process.</P
><P
>If you only use your modem from Linux to call into your ISP or corporate
server, the simplest set up will have you save your modem configuration
in non-volatile RAM. </P
><P
>If on the other hand, you modem is used by other applications and
operating systems, it is safest to pass this information to the modem as
each call is made so that the modem is guaranteed to be in the correct
state for the call. (This has the added advantage also of recording the modem
setup string in case the modem looses the contents of its NV-RAM, which
can indeed happen).</P
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="x753.html"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="x797.html"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Serial Port Names</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="modem.html"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Note on Serial Flow Control</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>