GPRS/UMTS mit Nokia N70 über Bluetooth

Einrichten des lokalen Netzes, Verbindung zu anderen Computern und Diensten.
Antworten
anbaum
Beiträge: 3
Registriert: 13.07.2006 13:23:59

GPRS/UMTS mit Nokia N70 über Bluetooth

Beitrag von anbaum » 13.07.2006 13:35:25

Hallo zusammen!

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
verläuft immer so:

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

/var/log/messages sagt auch nicht mehr:

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.
Meine Dateien:

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"

Antworten