I have Bluetooth working
I have a Modem script that is supposed to work
I can browse the web on the phone - so GPRS (T-Mobile US) seems to work.
But when I try to connect from my Mac, this is what I get in my log file:
Code:
CCLWrite : AT\13
CCLMatched : OK\13\10
CCLWrite : AT&FE0V1&C1S0=0\13
CCLMatched : OK\13\10
CCLWrite : AT+CGDCONT=1,"IP","internet2.voicestream.com",,0,0\13
CCLMatched : OK\13\10
Making GPRS connection
CCLWrite : ATD*99#\13
CCLMatched : CONNECT
Serial connection established.
Terminal connection established.
using link 0
Using interface ppp0
Connect: ppp0 <--> /dev/cu.Bluetooth-Modem
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0xb868d153> <pcomp> <accomp>]
rcvd [LCP ConfAck id=0x1 <asyncmap 0x0> <magic 0xb868d153> <pcomp> <accomp>]
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0xb868d153> <pcomp> <accomp>]
rcvd [LCP ConfAck id=0x1 <asyncmap 0x0> <magic 0xb868d153> <pcomp> <accomp>]
rcvd [LCP ConfReq id=0x1 <mru 1500> <asyncmap 0x0> <auth pap> <magic 0xd0200000> <pcomp> <accomp>]
No auth is possible
lcp_reqci: returning CONFREJ.
sent [LCP ConfRej id=0x1 <auth pap>]
rcvd [LCP TermReq id=0x2 00 00 00 00 00 00]
sent [LCP TermAck id=0x2]
Hangup (SIGHUP)
Modem hangup
Connection terminated.
Any ideas what's going wrong here? I have PPP options set to do no echo packages and not to use TCP header compression as recommended. It seems to reject some authentication, but I don't understand why...
Thanks
/D