<HTML>
Dave -

<P>If the modem is available and dialing under Seyon, then I think that
it is responding to the Hayes command set. If you issue the command AT&F
and get OK in response, I would next try connecting  to your ISP.
You can do this under Slackware by using a chat script. I will give you
the one that I use below.  The executable chat is located in /usr/sbin
(Slackware 3.6).  Create the chat script with a text editor and then
run it (as root) with the command

<P>/usr/sbin/pppd connect '/usr/sbin/chat -f /path_to_chat_script/chat_script_name'

<P>Of course you need to change the path and script name to match the location
and chat script name.

<P>example chat script

<P>ABORT BUSY
<BR>ABORT 'NO CARRIER'
<BR>'' 'AT&F'
<BR>OK ATDT5555555
<BR>CONNECT ''

<P>replace the 5555555 with your ISP's local access number and check your
modem documentation for the correct string to send to the modem and replace
the 'AT&F' with it if necessary.  You can put PPP options in the
chat script but it is easier to put them the file /etc/ppp/options

<P>example options file

<P>lock
<BR>defaultroute
<BR>crtscts
<BR>noipdefault
<BR>modem
<BR>asyncmap 0
<BR>115200
<BR>/dev/modem
<BR>name "your_ISP_user_name"
<BR> 

<P>I'm suspect that your ISP uses a pap-secrects file for authentication
if they use the PPP (Point to Point Protocol).  You could call your
ISP customer service number if you are not sure but the other PPP authentication
protocol; CHAP is less frequently used even though it is more secure that
PAP. The pap-secrets file has only one line.

<P>example /etc/ppp/pap-secrets

<P>you_ISP_user_name    *    your_ISP_password

<P>Hope this helps. You may find some errors these instructions as I now
use ISDN and haven't been over this ground in quite some time. You should
consult the PPP Howto and the Serial Howto also. Sam's publishing has a
good book "Linux Unleashed" and IDG has another "Linux Secrets". O'Reilly's
"Running Linux" is good but is most useful for Red Hat release (does anyone
else on this list run Alpha?).
<PRE>-- 
Something clever goes here ... LINUX

Mark Rassi
biotech@vcnet.com</PRE>
 </HTML>