Please post a comment if you find this post helpful (or not), or to ask any question.
Update: A lot of people are asking me to send the GPRS settings to their phone so they can use it to browse. If you are with Vodacom, just dial *111# , select “Device Setup” and follow the instructions. Easy. MTN Users dial 082 173 for GPRS settings and Cell-C users dial 084 140 to speak to an operator to set up their GPRS. Virgin Mobile sims are preloaded with their GPRS settings.
List of network GPRS details:
Notes:
1. Try leaving out DNS addresses first. DNS servers are usually assigned automatically to your device on connect.
2. If you are using Vodacom and GPRS does not want to work, first call customer support and make sure your sim is activated for the “internet” APN.
For windows:
1. Go to Control Panel->Phone and Modem options->Modems tab->Select the correct bluetooth modem->click properties->Select advanced Tab. In the field “Extra Initialization Commands”, enter: AT+cgdcont=1,”IP”,”internet” . Replace “internet” with the correct APN name from the table above.
2. Create a new dialup connection. Dialup number is *99# , and leave username and password fields blank.
For Linux:
You can follow my guide below, but first take a look at GPRS Easy Connect: http://easyconnect.linuxuser.hu/modules/index/
If you can’t get that to work for you, try following this guide:
http://www.iki.fi/mikko.rapeli/linux_gprs.html
I had to make some minor changes:
1. Select bluetooth(/dev/rfcomm0) instead of usb connection to phone
2. Select gprs-connect-chat script instead of wvdial.conf (connect /etc/ppp/peers/gprs-connect-chat)
3. Increased a timeout in gprs-connect-chat since vodacom takes a bit longer to connect.
Make sure to edit the following line correctly according to the table above, replacing “internet” with the correct APN name for your network:
‘AT+CGDCONT=1,”IP”,”internet”,”",0,0′
Here is my config files from /etc/ppp/peers, tested and working with Vodacom&MTN and a Nokia 6600 via bluetooth:
gprs
gprs-connect-chat
gprs-disconnect-chat
Now get your phone’s HW address:
Bind your phone’s HW address:
Dial up:
Update: A lot of people are asking me to send the GPRS settings to their phone so they can use it to browse. If you are with Vodacom, just dial *111# , select “Device Setup” and follow the instructions. Easy. MTN Users dial 082 173 for GPRS settings and Cell-C users dial 084 140 to speak to an operator to set up their GPRS. Virgin Mobile sims are preloaded with their GPRS settings.
List of network GPRS details:
Name | APN | Username | Password | Primary DNS | Seconday DNS |
Cell C | internet | None | None | 168.210.2.2 | 196.14.239.2 |
MTN | internet | None | None | 209.212.96.1 | 209.212.97.1 |
Vodacom | internet | None | None | 196.207.40.165 | 196.43.46.190 |
Virgin Mobile | vdata | None | None | 196.38.218.6 | 168.210.2.2 |
1. Try leaving out DNS addresses first. DNS servers are usually assigned automatically to your device on connect.
2. If you are using Vodacom and GPRS does not want to work, first call customer support and make sure your sim is activated for the “internet” APN.
For windows:
1. Go to Control Panel->Phone and Modem options->Modems tab->Select the correct bluetooth modem->click properties->Select advanced Tab. In the field “Extra Initialization Commands”, enter: AT+cgdcont=1,”IP”,”internet” . Replace “internet” with the correct APN name from the table above.
2. Create a new dialup connection. Dialup number is *99# , and leave username and password fields blank.
For Linux:
You can follow my guide below, but first take a look at GPRS Easy Connect: http://easyconnect.linuxuser.hu/modules/index/
If you can’t get that to work for you, try following this guide:
http://www.iki.fi/mikko.rapeli/linux_gprs.html
I had to make some minor changes:
1. Select bluetooth(/dev/rfcomm0) instead of usb connection to phone
2. Select gprs-connect-chat script instead of wvdial.conf (connect /etc/ppp/peers/gprs-connect-chat)
3. Increased a timeout in gprs-connect-chat since vodacom takes a bit longer to connect.
Make sure to edit the following line correctly according to the table above, replacing “internet” with the correct APN name for your network:
‘AT+CGDCONT=1,”IP”,”internet”,”",0,0′
Here is my config files from /etc/ppp/peers, tested and working with Vodacom&MTN and a Nokia 6600 via bluetooth:
gprs
gprs-connect-chat
gprs-disconnect-chat
Now get your phone’s HW address:
hcitool scan
.Bind your phone’s HW address:
sudo rfcomm bind 0 (phone 's HW address)
Dial up:
sudo pppd call gprs
No comments:
Write comments