old-www/HOWTO/PCTel-MicroModem-Config/testing.html

190 lines
3.5 KiB
HTML

<HTML
><HEAD
><TITLE
>Testing the drivers</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="PCTel HSP MicroModem Configuration mini-HOWTO"
HREF="index.html"><LINK
REL="PREVIOUS"
TITLE="Compiling and installing the drivers"
HREF="installation.html"><LINK
REL="NEXT"
TITLE="A few other points that must be noted."
HREF="ot.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"
>PCTel HSP MicroModem Configuration mini-HOWTO</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="installation.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="ot.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="SECT1"
><H1
CLASS="SECT1"
><A
NAME="TESTING"
></A
>6. Testing the drivers</H1
><P
>There is only one way to check whether the drivers are working or not. You will have to see if your
modem is recognized or not. The driver makes a node for your modem at <TT
CLASS="FILENAME"
>/dev/ttyS15 </TT
>, no matter
what com port it may be in in M$DOS/M$ Windows. <TT
CLASS="FILENAME"
>/dev/ttyS15 </TT
> is symlinked to <TT
CLASS="FILENAME"
>/dev/modem </TT
> and as
most programs search for a modem at <TT
CLASS="FILENAME"
>/dev/modem </TT
> first, you will not have to fiddle with the settings/configs of those programs. The
program that I use to test my modem in GNU/Linux is minicom. If you have minicom installed, what you have to do is type</P
><P
><B
CLASS="COMMAND"
>bash$
minicom</B
></P
><P
>in a shell prompt or in a terminal emulator window.
If everything is all right, you will see a <EM
>Initializing modem</EM
> message for a few seconds and then a
screen with a blinking cursor.
Just type in <B
CLASS="COMMAND"
>ATZ</B
> in that screen and hit the enter key.
If you see a <EM
>OK</EM
> message, then, congratulations, your modem is working in GNU/Linux.
Type in <B
CLASS="COMMAND"
>ATI 3</B
> and hit enter and you will see a <EM
>PCtel HSP56 MicroModem</EM
> output.
If you get a error message, or if you fail to get any response from minicom proceed to the troubleshooting section.
If everything is all right up to now, you can go ahead to configure your dialer software and connect to
the internet, and please do take some time to submit your modem information to the compatibility database at <A
HREF="http://pctelcompdb.sourceforge.net"
TARGET="_top"
>http://pctelcompdb.sourceforge.net</A
>. Also, you may consider helping out the author.
See <A
HREF="appendix.html#HELPAUTHOR"
> this section </A
> for more information.</P
></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="installation.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="ot.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Compiling and installing the drivers</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
>&nbsp;</TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>A few other points that must be noted.</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>