Discussion:
pppd and Debian...
(too old to reply)
Piotr Małecki
2003-08-27 14:10:16 UTC
Permalink
I have a problem . My modem is detected by Linux, but when
I try to connect by wvdial, this message is shown on console:



debian:~# wvdial
--> WvDial: Internet dialer version 1.53
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
OK
--> Modem initialized.
--> Sending: ATDT8861122
--> Waiting for carrier.
ATDT8861122
CONNECT 115200
--> Carrier detected. Waiting for prompt.
** Ascend Pipeline Terminal Server **
ascend%
--> Hmm... a prompt. Sending "ppp".
ppp
PPP: Not enabled
ascend%
--> Hmm... a prompt. Sending "ppp".
ppp
PPP: Not enabled
ascend%
--> Hmm... a prompt. Sending "ppp".
ppp
PPP: Not enabled
ascend%
--> Hmm... a prompt. Sending "ppp".
ppp
PPP: Not enabled
ascend%
--> Hmm... a prompt. Sending "ppp".
--> Don't know what to do! Starting pppd and hoping for the best.
--> Starting pppd at Sun Aug 24 00:19:41 2003
--> pid of pppd: 343
--> Disconnecting at Sun Aug 24 00:19:42 2003
--> The PPP daemon has died: Fatal pppd error (exit code = 1)
--> man pppd explains pppd error codes in more detail.
--> Try again and look into /var/log/messages and the wvdial and
--> pppd man pages for more information.
--> Auto Reconnect will be attempted in 5 seconds
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
OK


and so on, but I'm not going to paste.

By kppp I also cannot connect, message show me that pppd has suddenly
finished its operation or something like that

In file /var/log/message (or /var/log/messages - I don't remember now
- but you know what I mean) I have this:


Aug 24 00:50:29 debian pppd[378]: pppd 2.4.1 started by root, uid 0
Aug 24 00:50:29 debian pppd[378]: Exit.
Aug 24 00:51:11 debian pppd[381]: pppd 2.4.1 started by root, uid 0
Aug 24 00:51:11 debian pppd[381]: Exit.
Aug 24 00:52:12 debian pppd[384]: pppd 2.4.1 started by root, uid 0
Aug 24 00:52:12 debian pppd[384]: Exit.
Aug 24 00:53:11 debian pppd[389]: pppd 2.4.1 started by root, uid 0
Aug 24 00:53:11 debian pppd[389]: Exit.
Aug 24 00:54:08 debian pppd[394]: pppd 2.4.1 started by root, uid 0
Aug 24 00:54:18 debian pppd[397]: pppd 2.4.1 started by root, uid 0
Aug 24 00:54:20 debian pppd[400]: pppd 2.4.1 started by root, uid 0
Aug 24 00:55:18 debian pppd[402]: pppd 2.4.1 started by root, uid 0
Aug 24 00:55:18 debian pppd[402]: Exit.
Aug 24 00:55:19 debian pppd[400]: Exit.
Aug 24 00:55:19 debian pppd[397]: Exit.
Aug 24 00:55:19 debian pppd[394]: Exit.
Aug 24 00:56:13 debian pppd[405]: pppd 2.4.1 started by root, uid 0
Aug 24 00:56:13 debian pppd[405]: Exit.
Aug 24 00:57:03 debian pppd[408]: pppd 2.4.1 started by root, uid 0
Aug 24 00:57:03 debian pppd[408]: Exit.



File /etc/ppp/options is that:


asyncmap 0
auth
crtscts
noauth
hide-password
modem
proxyarp
lcp-echo-interval 30
lcp-echo-failure 4
noipx



And file /etc/wvdial.conf is:


[Dialer Defaults]
Phone = 8861122
Username = ppp
Password = ppp
New PPPD = yes
Modem = /dev/modem
Baud = 115200
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ISDN = 0
Modem Type = Analog Modem


Maybe someone can help me ? I want to connect to Internet on Debian -
on Red Hat were not any problems ...

Thanks for any help.
--
To UNSUBSCRIBE, email to debian-user-***@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact ***@lists.debian.org
Shaul Karl
2003-08-27 19:30:21 UTC
Permalink
Post by Piotr Małecki
I have a problem . My modem is detected by Linux, but when
[ ... ]
Post by Piotr Małecki
** Ascend Pipeline Terminal Server **
ascend%
--> Hmm... a prompt. Sending "ppp".
ppp
It is you who is sending the `ppp' string, isn't it? Perhaps this is
not the correct reply? Can you try dialing with minicom and post the
transcript here?
--
Shaul Karl, shaulk @ actcom . net . il
--
To UNSUBSCRIBE, email to debian-user-***@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact ***@lists.debian.org
Continue reading on narkive:
Loading...