On 30/09/10 00:40  Claer wrote:
> Hello list, 
> 
> I have a minipci umts modem that is reconized fine by OpenBSD (4.7-stable)
> but I'm unable to find the good pppd configuration to establish the 
> configuration to my ISP.
[...]
> 
> The content of /etc/ppp/chat/orange :
> ABORT BUSY
> ABORT 'NO CARRIER'
> ABORT VOICE
> ABORT "NO DIALTONE"
> "" AT
> OK AT+CGDCONT=1,"IP","orange.fr"

No PIN setup?

> OK ATDT*99***1#
> 'CONNECT' '\c'
> 'TIMEOUT' '5'
> 
> In the /var/log/messages I can see these lines :
> Aug 24 02:51:14 fw pppd[14700]: pppd 2.3.5 started by root, uid 0
> Aug 24 02:52:00 fw pppd[14700]: Connect script failed
> 
> Any help appreciated :)

Your connect script failed. Now find out why.
/var/log/daemon is a better place to look for pppd output, maybe you
have to include debug-level messages in syslog.conf to see the chat
stuff.

Or get cu(1) and try to run your chat sequence manually, see where
it breaks.

tilo

Reply via email to