[Ilugc] Setting up GPRS in Linux

  • From: base16@xxxxxxxxx (Arvind Kalyan)
  • Date: Thu Jul 21 17:27:12 2005

On 7/21/05, Bharathi Subramanian <sbharathi@xxxxxxxxxxxxx> wrote:

Could u help me in finding the drivers for DCU-11 serial cable and
modem script drivers for sony ericsson K500i mobile.. so that i can
configure it and use linux..

1. Make sure you have kernel version 2.6.9 or above.
2. Compile pl2303 (as built-in or as module), and modprobe it
3. modprobe'ing pl2303 with the cable in place should show your phone
as a USB dev accessible at /dev/tts/USB0 (could be different if you
have a not-so-common setup, you can see which one through dmesg
ofcourse, or /var/log/messages depending on your logging preferences.)
4. You can use wvdial or something similar.

Use these in your init commands after ATZ:

'AT+CGDCONT=1,"IP","airtelgprs",,0,0'
'AT+CGQREQ=1,0,0,0,0,0'
'AT+CGQMIN=1,0,0,0,0,0'

To dial: '
ATD*99***1#'


Ofcourse, the 1 above in the previous line and the CGDCONT 1 should
match, they are the configuration setting index in your phone. If you
have just one setting, the above should suffice. If you have debugged
earlier you are bould to have more than one settings, in that case
either delete all of them and use 1 or specify which (1, 2, 3 4, or..
whatever) configuration is to be used.

I used k700i for airtel gprs about an year back, and i used IrDA. If
you can not proceed, reply with your questions with a clear list of
the steps you had taken to try and get it to work so I can help you
out.

Thanks and regards,

-- 
Arvind Kalyan
http://www.devforge.net/~arv

Other related posts: