View Single Post
Old 12-22-2008, 10:37 PM   #10
zquestz
New Member
 
Join Date: Dec 2008
Model: 8300
PIN: N/A
Carrier: T-Mobile
Posts: 1
Default

There is a solution. However your phone will still crap out and require a restart occasionally.

The solution is inside the XmBlackberry software. You want to look at "gprs_protocol_fix". They describe the problem in detail, and how to fix it in your ppp connect scripts.

Here's the script I use /etc/ppp/peers/curve

debug
nodetach
connect /etc/ppp/peers/gprs-connect-chat
disconnect /etc/ppp/peers/gprs-disconnect-chat
pty "/usr/local/sbin/gprs_protocol_fix /dev/rfcomm0"
115200
noipdefault
defaultroute
nomultilink
ipcp-restart 7
ipcp-accept-local
ipcp-accept-remote
lcp-echo-interval 0
lcp-echo-failure 999
modem
noauth
nocrtscts
usepeerdns
novj
user guest
password guest

I use small connect/disconnect scripts, you can change this on your own, as this is dependent on your provider. =)

My curve only seems to work via bluetooth, no matter what it won't see the modem over usb. Also, on T-Mobile it is terribly slow over EDGE.
Offline   Reply With Quote