Ich versuche schon seit Tagen eine GPRS/UMTS Verbindung über Bluetoot mit meinem Nokia N70 herzustellen. Provider ist o2.
Könnt ihr mir weiterhelfen? Googlen brachte bisher nichts
Code: Alles auswählen
pon o2umts
Code: Alles auswählen
# pon o2umts
Serial connection established.
using channel 18
Using interface ppp0
Connect: ppp0 <--> /dev/rfcomm1
sent [LCP ConfReq id=0x1 <asyncmap 0xa0000>]
sent [LCP ConfReq id=0x1 <asyncmap 0xa0000>]
sent [LCP ConfReq id=0x1 <asyncmap 0xa0000>]
sent [LCP ConfReq id=0x1 <asyncmap 0xa0000>]
sent [LCP ConfReq id=0x1 <asyncmap 0xa0000>]
sent [LCP ConfReq id=0x1 <asyncmap 0xa0000>]
sent [LCP ConfReq id=0x1 <asyncmap 0xa0000>]
sent [LCP ConfReq id=0x1 <asyncmap 0xa0000>]
sent [LCP ConfReq id=0x1 <asyncmap 0xa0000>]
sent [LCP ConfReq id=0x1 <asyncmap 0xa0000>]
LCP: timeout sending Config-Requests
Connection terminated.
Sending break to the modem
PDP context detached
Serial link disconnected.
Modem hangup
Code: Alles auswählen
Jul 13 13:29:56 inspiron pppd[11463]: pppd 2.4.4b1 started by andbaum, uid 0
Jul 13 13:29:58 inspiron pppd[11463]: Serial connection established.
Jul 13 13:29:58 inspiron pppd[11463]: Using interface ppp0
Jul 13 13:29:58 inspiron pppd[11463]: Connect: ppp0 <--> /dev/rfcomm1
Jul 13 13:30:29 inspiron pppd[11463]: LCP: timeout sending Config-Requests
Jul 13 13:30:29 inspiron pppd[11463]: Connection terminated.
Jul 13 13:30:29 inspiron pppd[11463]: Serial link disconnected.
Jul 13 13:30:29 inspiron pppd[11463]: Modem hangup
Jul 13 13:30:29 inspiron pppd[11463]: Exit.
Code: Alles auswählen
# cat /etc/ppp/peers/o2umts | grep -v "#"
lcp-echo-failure 10000000
lcp-echo-interval 10000000
nodetach
debug
show-password
connect /etc/ppp/peers/o2umts-connect-chat
disconnect /etc/ppp/peers/o2umts-disconnect-chat
local
:10.0.0.1
noipdefault
ipcp-accept-local
defaultroute
usepeerdns
novj
nobsdcomp
novjccomp
nopcomp
noaccomp
noauth
asyncmap 0xa0000
nomagic
Code: Alles auswählen
# cat /etc/ppp/peers/o2umts-connect-chat | grep -v "#"
exec chat
TIMEOUT 5 \
ECHO ON \
ABORT '\nBUSY\r' \
ABORT '\nERROR\r' \
ABORT '\nNO ANSWER\r' \
ABORT '\nNO CARRIER\r' \
ABORT '\nNO DIALTONE\r' \
ABORT '\nRINGING\r\n\r\nRINGING\r' \
'' \rAT \
TIMEOUT 12 \
SAY "Press CTRL-C to close the connection at any stage!" \ SAY "\ndefining PDP context...\n" \
OK ATZ \
OK AT+cgdcont=1,"IP","o2surf" \
TIMEOUT 22 \
SAY "\nwaiting for connect...\n" \
CONNECT "\c" \
SAY "\nConnected." \
SAY "\nIf the following ppp negotiations fail,\n" \
SAY "try restarting the phone.\n"