On Thu, Mar 05, 2009 at 09:58:22PM +0100, Didier Wiroth wrote:
> Hello,
> I must admit that I'm a ppp / dialup amateur, and did a copy/paste of the 
> pppd 
> options and chat files bellow. I saw different files in the misc@ archives 
> which I tried too, but all failed with the same error, see below.
> 
> The option & chat files I pasted in this mail used to work with an old 
> siemens 
> gprs card I had running under openbsd.
> 
> Now I'm using a:
> Lenovo W500 4063-34G laptop with the following umts device "Ericsson Ericsson 
> F3507g Mobile Broadband Minicard Composite Device", see the dmesg bellow.
> 
> As I mentioned previously every chat & option file I tried (I also tried 
> different ports cuaU0 & cuaU1 & cuaU2) failed with the same error message, 
> and I was not able to get more debug information.
> 
> I'm using the following command as a member of the network and dialer group:
> pppd call ept
> 
> Error messages are always the same (not more and not less info) .... :
> Mar  5 21:37:22 406334G pppd[9000]: pppd 2.3.5 started by dda, uid 1000
> Mar  5 21:38:08 406334G pppd[9000]: Connect script failed
> Mar  5 21:39:26 406334G pppd[9000]: Connect script failed
> Mar  5 21:40:44 406334G pppd[9000]: Connect script failed

You can debug chat better by passing the -v option:

 connect '/usr/sbin/chat -v -f /etc/ppp/peers/chat/ept.chat'

and possibly redirecting the chat output to a separate log file
for easy viewing. Just uncommment these lines, which should already
be present, in /etc/syslog.conf:

 #!chat
 #*.*                                                   /var/log/chat

and then do a pkill -HUP syslogd.

Stefan

Reply via email to