Hello,

I'm trying to use grps with ezx. At least to see if I can connect.

If I use the phone as external modem for my laptop, I can test gprs sending
on /dev/ttyACM0
echo -ne "AT+CGDCONT=1,\"IP\",\"ofnew.fr\"\r" > /dev/ttyACM0
and
echo -ne "ATD*99#\r" > /dev/ttyACM0
then doing a cat /dev/ttyACM0 I can see the ppp flux.

Of course doing it properly with pon/poff and a good script I can establish a
complete connection.

I have tried this directly on the phone. If I do the same but to /dev/mux6, it
does not work.

So I have followed the patch of muromec for qtopia :
that is to send on mux6 :
AT+CGACT=0
OK
AT+CGATT=0
OK
AT+CGATT=1
OK
AT+CGDCONT=1,"IP","ofnew.fr"
OK
AT+CGACT=1,1,0,"orange","orange"
+CME ERROR: 25
AT+CGTACT=1,1,0,"orange","orange"
+CME ERROR: 25
AT+CGTACT=1,1,0,"orange","orange","0.0.0.0","0.0.0.0"
G_CONNECT: 1,"10.39.0.157","194.51.3.56","0.0.0.0"

This seems to work, in the sense I get the G_CONNECT.

But according to the patch it seems that the gprs flux should come to
/dev/mux12. But cat /dev/mux12 gives an error and I cannot see any ppp flux.

Does someone know where is the error ?

Thanks,

Alain

Reply via email to