Sure. The magix seems to be to have an initial wait (for the 'AT bla ready' 
message) and to accept the ERROR after CFUN, no clue why, but it work. Here 
is my connect script:

#!/bin/sh -e
exec /usr/sbin/chat -v \
        TIMEOUT 10 \
        OK-AT-'' ''\
        ABORT BUSY\
        ABORT DELAYED\
        ABORT "NO ANSWER"\
        ABORT "NO DIALTONE"\
        ABORT VOICE\
        ABORT ERROR\
        ABORT RINGING\
        TIMEOUT 30 \
        '' ATZ\
        OK ATE1\
        OK AT+CFUN=1\
        ERROR AT+CPIN=\"XXXX\"\         << USE YOUR OWN
        OK AT+COPS\
        OK AT+CGDCONT=1,\"IP\",\"internet.eplus.de\"\
        OK 'ATDT*99***1#'\
        CONNECT ''


Michael


Am Mittwoch, 23. Juli 2008 09:45:30 schrieb Timo Jyrinki:
> 2008/7/23 Michael Kluge <[EMAIL PROTECTED]>:
> > Woo-hoo -- I managed to get an GPRS connection:
>
> Could you share this wisdom?-) It seems that instructions at
> http://wiki.openmoko.org/wiki/Manually_using_GPRS do not work for many
> or on FreeRunner.
>
> I get an error after first AT+ command, were it AT+CFUN=1 or
> AT+CGDCONT=1,"IP","internet"
>
> -Timo
>
> _______________________________________________
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community



_______________________________________________
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community

Reply via email to