Re: PPP hangup

2001-07-30 Thread Ade Talabi
[EMAIL PROTECTED],

Sounds like authentication problem...

[EMAIL PROTECTED] ([EMAIL PROTECTED]) said thusly on [30/07/01 at 00:05]:

 Hi, I'm having a problem with PPP. I set up my connection to NetZero using 
 pppconfig, and then type pon NetZero to connect. After it's done connecting, 
 it pauses about 30 seconds, and then hangs up. There's no output to the 
 console. I've tried PAP, CHAP, and CHAT, but none of them work. Does anyone 
 know what I'm doing wrong?
 
 -- Deven
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
 



Re: PPP hangup

2001-07-30 Thread Juergen Stuber
Ade Talabi [EMAIL PROTECTED] writes:

 [EMAIL PROTECTED],
 
 Sounds like authentication problem...
 
 [EMAIL PROTECTED] ([EMAIL PROTECTED]) said thusly on [30/07/01 at 00:05]:
 
  Hi, I'm having a problem with PPP. I set up my connection to NetZero using 
  pppconfig, and then type pon NetZero to connect. After it's done 
  connecting, 
  it pauses about 30 seconds, and then hangs up. There's no output to the 
  console. I've tried PAP, CHAP, and CHAT, but none of them work. Does anyone 
  know what I'm doing wrong?

Write 'debug' on a single line in /etc/ppp/peers/provider,
try to connect and look into /var/log/syslog to see what's going on.

Jürgen

-- 
Jürgen Stuber [EMAIL PROTECTED]
http://www.loria.fr/~stuber/



Re: PPP hangup

2001-07-30 Thread John Hasler
Juergen Stuber writes:
 Write 'debug' on a single line in /etc/ppp/peers/provider,

pppconfig does that by default.

 try to connect and look into /var/log/syslog to see what's going on.

Or /var/log/ppp.log
-- 
John Hasler
[EMAIL PROTECTED] (John Hasler)
Dancing Horse Hill
Elmwood, WI



Re: PPP hangup

2001-07-29 Thread Hereward Matthew Lawrence Cooper

 Hi, I'm having a problem with PPP. I set up my connection to NetZero
 using 
 pppconfig, and then type pon NetZero to connect. After it's done
 connecting, 
 it pauses about 30 seconds, and then hangs up. There's no output to the 
 console. I've tried PAP, CHAP, and CHAT, but none of them work. Does
 anyone 
 know what I'm doing wrong?

what does it say when you do a 'plog'?
It does sound like something that happened to me a while ago, and plog said
I needed ioctl support in the kernel.

Hereward



Re: PPP hangup

2001-07-29 Thread JakeCatfox
It says:
pppd[420]: Connect scipt failed.
pppd[420]: Exit.


In a message dated 7/29/01 6:29:19 PM Eastern Standard Time, 
[EMAIL PROTECTED] writes:

 what does it say when you do a 'plog'?
 It does sound like something that happened to me a while ago, and plog said
 I needed ioctl support in the kernel.
 
 Hereward
  



Re: PPP hangup

2001-07-29 Thread John Hasler
 There's no output to the console. I've tried PAP, CHAP, and CHAT, but
 none of them work. Does anyone know what I'm doing wrong?

Post copies of /etc/chatscripts/NetZero and /etc/ppp/peers/NetZero.
-- 
John Hasler
[EMAIL PROTECTED] (John Hasler)
Dancing Horse Hill
Elmwood, WI



Re: PPP hangup

2001-07-29 Thread Dave Thayer
On Sun, Jul 29, 2001 at 07:13:18PM -0400, [EMAIL PROTECTED] wrote:
 Hi, I'm having a problem with PPP. I set up my connection to NetZero using 
 pppconfig, and then type pon NetZero to connect. After it's done connecting, 
 it pauses about 30 seconds, and then hangs up. There's no output to the 
 console. I've tried PAP, CHAP, and CHAT, but none of them work. Does anyone 
 know what I'm doing wrong?

Are you using the free version of netzero? If so, AFAIK it requires a
specific windows client to show you the banner ads. Maybe the paid
version also requires the windows client and just supresses the ads.

HTH
dave t.

-- 
Dave Thayer   | If trees could scream, would we be so cavalier about
Denver, Colorado USA  | cutting them down? We might, if they screamed all
[EMAIL PROTECTED] | the time, for no good reason. - Jack Handey



Re: ppp hangup question

2000-01-18 Thread Dave Sherohman
Colin Marquardt said:
 Hmm. Do you maybe have knocking on the line enabled? (Sorry, don't
 know the proper word for it. It's just that you can hear that someone
 tries to call you if you already have a connection.) That might
 disturb it.

You mean call waiting?  I used to get bumped offline by incoming calls, but
the error correction on modern modems has gotten good enough that they
recover from the call waiting beeps...

There are a number of (apparently) standalone  devices that have recently
come on the market which will detect incoming calls and let you put a dialup
link on hold for a certain amount of time.  They look like they should just
plug right into the phone line without needing to talk to the computer, which
would make them OS-independent.  Have you looked at any of those?

-- 
Geek Code 3.1:  GCS d- s+: a- C++ UL++$ P L++ E- W--(++) N+ o+ !K
w---$ O M- !V PS+ PE Y+ PGP t 5++ X+ R++ tv- b++ DI D G e* h+ r++ y+


Re: ppp hangup question

2000-01-18 Thread Colin Marquardt
* Dave Sherohman [EMAIL PROTECTED] writes:

 Colin Marquardt said:
 Hmm. Do you maybe have knocking on the line enabled? (Sorry, don't
 know the proper word for it. It's just that you can hear that someone
 tries to call you if you already have a connection.) That might
 disturb it.

 You mean call waiting?  I used to get bumped offline by incoming calls, but

Ah, yes, apparently :-)

 the error correction on modern modems has gotten good enough that they
 recover from the call waiting beeps...

I still have some hangups as well as the original poster, so maybe
it doesn't always succeed. And maybe the beeps are different in
different countries.

 There are a number of (apparently) standalone  devices that have recently
 come on the market which will detect incoming calls and let you put a dialup
 link on hold for a certain amount of time.  They look like they should just
 plug right into the phone line without needing to talk to the computer, which
 would make them OS-independent.  Have you looked at any of those?

No. Don't know whether they are even available in Germany. But I doubt
they would work well with standard timeouts in the apps...

-- 
14. Madcatmachopsychoromantik . . . . . . . . . . . . . . . . . . 09.15


Re: ppp hangup question

2000-01-17 Thread Colin Marquardt
* Jocke  [EMAIL PROTECTED] writes:

 I would like my modem connection to hang up
 as soon as I get an incomming phonecall.

Hmm. Do you maybe have knocking on the line enabled? (Sorry, don't
know the proper word for it. It's just that you can hear that someone
tries to call you if you already have a connection.) That might
disturb it.

-- 
14. Madcatmachopsychoromantik . . . . . . . . . . . . . . . . . . 09.15