Im using the PPP dialup utility in Gnome.
When i click connect the modem is initialized, dials up then gives me a message saying connection established!
However, after a few seconds i get disconnected and a message pops up saying 'pppd daemon died unexpectedly'.

I have lowered the speed setting of the modem and have uncommented noauth in /etc/ppp/options.

Here is the log from /var/log/messages

Code:
ppp generic driver version 2.4.1 
pppd 2.4.1 started by root, uid 0 
using interface ppp0 
connect: ppp0 <--> /dev/tty1 
connection terminated 
exit
Ive also tried connecting as root but same problem!

Any ideas?

r3b007