I am trying to establish a PPP connection to my ISP from my Linux box and I get
the following error message in the /var/adm/message file
Connect ppp0<-->/dev/ttyS1
Hangup (SIGHUP)
Modem hangup
Connection terminated
Exit
My options file in /etc/ppp looks like this:
debug
/dev/ttyS1
38400
modem
crtscts
lock
connect /etc/ppp/net-connect
asyncmap 0
defaultroute
My net-connect file in /etc/ppp looks like this:
#!/bin/sh
/usr/sbin/chat -v -t 60 -f /etc/ppp/net-chat
My net-chat file in /etc/ppp looks like this:
ABORT 'BUSY'
ABORT 'ON CARRIER'
'' AT&F\r
OK AT&D2C1\r
OK ATD5555555\r
ogin: username\r
sword: password\r
When I execute /usr/sbin/pppd, I hear the dialing and connection then nothing
happens.
I followed the instruction publiched in Linux Journal (LJ#36: Novice-to-Novice
- A 10-Minute Guide for Using PPP to Connect Linux to the Internet).
Any idea why the phone keeps* up?
Emmanuel Emore