Actually, I'm using Bluetooth, but then it's just talking to the device 
via /dev/rfcomm0. what I seem to have wrong is the dial string. This is 
what I have:

[code]
TIMEOUT 10
ECHO    ON
ABORT           '\nBUSY\r'
ABORT           '\nERROR\r'
ABORT           '\nNO ANSWER\r'
ABORT           '\nNO CARRIER\r'
ABORT           '\nNO DIALTONE\r'
ABORT           '\nRINGING\r\n\r\nRINGING\r'
''              '\rAT'
TIMEOUT         15
OK              'ATE1'
OK              'AT+CDGCONT=1,"IP","wap.vodafone.com.mt"'
OK              'ATD*99#'
CONNECT
[/code]

...and this is what I get logged:

[code]
Jul 28 15:04:10 expat-d420 chat[9012]: timeout set to 10 seconds
Jul 28 15:04:10 expat-d420 chat[9012]: abort on (\nBUSY\r)
Jul 28 15:04:10 expat-d420 chat[9012]: abort on (\nERROR\r)
Jul 28 15:04:10 expat-d420 chat[9012]: abort on (\nNO ANSWER\r)
Jul 28 15:04:10 expat-d420 chat[9012]: abort on (\nNO CARRIER\r)
Jul 28 15:04:10 expat-d420 chat[9012]: abort on (\nNO DIALTONE\r)
Jul 28 15:04:10 expat-d420 chat[9012]: abort on (\nRINGING\r\n\r\nRINGING\r)
Jul 28 15:04:10 expat-d420 chat[9012]: send (^MAT^M)
Jul 28 15:04:10 expat-d420 chat[9012]: timeout set to 15 seconds
Jul 28 15:04:10 expat-d420 chat[9012]: expect (OK)
Jul 28 15:04:10 expat-d420 chat[9012]: ^M
Jul 28 15:04:10 expat-d420 chat[9012]: ERROR^M
Jul 28 15:04:10 expat-d420 chat[9012]:  -- failed
Jul 28 15:04:10 expat-d420 chat[9012]: Failed ( ERROR^M)
Jul 28 15:04:10 expat-d420 pppd[9009]: Connect script failed
Jul 28 15:04:11 expat-d420 pppd[9009]: Exit.
[/code]

...so I'm wondering if my dial string is wrong.

Regs.

Iain.

James Attard wrote:
> No I think he refers to the PCMCIA interface..
> 
> On Mon, Jul 28, 2008 at 3:29 PM, Anton Xuereb 
> <[EMAIL PROTECTED] 
> <mailto:[EMAIL PROTECTED]>> wrote:
> 
> 
>     you mean the white thing you attach to your laptop via usb ? comes
>     up as a hdcp (or similar) device ?
> 
>     Cos i got that one working on ubuntu np
> 
> 
> 
>     On Mon, Jul 28, 2008 at 3:26 PM, Iain
>     <[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>> wrote:
> 
>         Anyone got a working ppp chat script for Vodafone GPRS service?
> 
>         Regs.
> 
>         Iain.
> 
>         _______________________________________________
>         MLUG-list mailing list
>         [email protected]
>         <mailto:[email protected]>
>         http://linux.org.mt/cgi-bin/mailman/listinfo/mlug-list
> 
> 
> 
>     _______________________________________________
>     MLUG-list mailing list
>     [email protected]
>     <mailto:[email protected]>
>     http://linux.org.mt/cgi-bin/mailman/listinfo/mlug-list
> 
> 
> 
> 
> -- 
> James Attard
> http://www.madvip.net
> http://www.jamesattard.com
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> MLUG-list mailing list
> [email protected]
> http://linux.org.mt/cgi-bin/mailman/listinfo/mlug-list

_______________________________________________
MLUG-list mailing list
[email protected]
http://linux.org.mt/cgi-bin/mailman/listinfo/mlug-list

Reply via email to