Here is a PM conversation I had, see if this works for you:
For GPRS, first try setting it up with the PPP Modem applet under System Tools, and then see if you can dial in with the PPP Dialer under Internet.
For me the dial-in number was *99#, works for most. The username password is:
WAP@CINGULARGPRS.COM
CINGULAR1
(case sensitive)
for Cingular, if you have another carrier, you'll have to dig (google) to find out the settings.
Under modem, the device is /dev/rfcomm0
init string is atz
make sure your phone is discoverable, and hit "search" to find the BT DUN
That should be it, and anything else obviouse that I may have forgotten to point out.
If it won't dial, then try this.
The settings you made are in /etc/ppp/peers/DIALUPNAME (whatever you set it to in the PPP Modem applet
Copy that file to /etc/ppp/options
edit /etc/ppp/options and add these config lines:
usepeerdns
I think that is it.
Then run from the command line:
pppd -d
and it should connect for you.
I may have left something out here. I played for a long time with it, and you know how we forget what we did . . .
Let me know how it goes. If it works for you, I'll post it somewhere so others can use it (and so I can refer back to it later).
___
thanks alot for the help..
i'm using tmobile..so i can dial *9***1# and get an ip but no access.. i've heard they have a free limited internet service...but have to look into that more... so yea, i was able to connect fine through the GUIs
the only thing i had to do before though is
rfcomm bind 0 00:02:EE:60:97:6E 1
i found that out from
http://www.teaparty.net/technotes/blue-gprs.htmlcheers!