Click to See Complete Forum and Search --> : New modem problems


Dirk
03-07-2001, 11:44 AM
I installed a new Elsa Microlink Ext modem on my RH7 box, attached to serial port 1 [ ttys0 ] and using Gnome's Dialup Configuration tool I found the modem. Using kppp configuration I also found the modem.
In kppp the modem is ; ATI: 282 , ATI 1:113,
ATI3: Version 1.77/26.01.2000, ATI4:0 \C0 \D0 \J0 \T0 \V8 :D0, ATI6 Microlink 56k Internet c.
Modem commands are in order.
When I click connect using kppp the pppd daemon died unexpectedly! Details are;
ppd 2.3.11 started by root,uid 0
Using interface ppp1
Connect: ppp1<-->/dev/ttyS0
Peer is not authorized to use remote address 192.108.254.62
Connection terminated
blah ,blah
When I use Gnome Dialup with debug;
Sending:ATZ
ATZ
OK
Sending: ATQ0 V1 E1 S0=0 &C1 &D2 S11=55 +FCLASS=0 ATQ0 V1 E1 S0=0 &C1 &D2 S11=55 +FCLASS=0
OK
Modem initialized
Sending:ATDT 5039722800
Waiting for carrier
ATDT 5039722800
CONNECT 49333/LAPM/V42BIS
ISP blah,blah
apx1.pdxdu Login: Carrier detected. Waiting for prompt.
Looks like login prompt
Sending hapibeli.
hapibeli
Password:
Sending: password

Entering PPP session
IP address is 216.26.61.198
MTU is 1524
Looks like a welcome message
Starting pppd at Wed Mar 7 07:21:33 2001
PPP daemon has died suddenly! {exit code 16}
Disconnecting at Wed Mar 7 07:22:47 2001

What is happening??????? Thanks, Dirk
All my ISP phone , DNS and passwords are correct.
I'm using a windoz box for this post. hapibeli@teleport.com null :(

PLBlaze
03-07-2001, 12:54 PM
Try to append noauth in your /etc/ppp/options file.If you want to increase debugging info stick debug in above file and watch your logs.Hope this helps.