I am trying to connect to the internet via a cellphone.
I tried with a Nokia 6210 and a Nokia 7650.
I like to use a CSD connection not a GPRS connection.
I tried first with a ATDT initstring. That does not work at all.
Then I tried with empty initstring. That does not worked with the Nokia
7650 at all too. The Nokia 6210 started to dial the number I entered, got a carrier but hangup later. Down there you see the lines from file /etc/ppp/connect-errors:
Nokia 7650 with initstring ATDT:
/tmp/qpe-pppd-log:
Feb 25 14:53:23 localhost pppd[2790]: pppd 2.4.0 started by root, uid 0
Feb 25 14:53:23 localhost pppd[2790]: Removed stale lock on ircomm (pid 2194)
Feb 25 14:53:24 localhost chat[2792]: abort on (NO CARRIER)
Feb 25 14:53:24 localhost chat[2792]: abort on (NO DIALTONE)
Feb 25 14:53:24 localhost chat[2792]: abort on (BUSY)
Feb 25 14:53:24 localhost chat[2792]: send (ATDT^M)
Feb 25 14:53:24 localhost chat[2792]: expect (OK)
Feb 25 14:53:27 localhost chat[2792]: ~^?}#@!}!}!} }4}%}&^Z=}6^E}\"}&} } } } }\'}\"}(}\"N9~~^?}#@!}!}!} }4}%}&^Z=}6^E}\"}&} } } }
Feb 25 14:53:32 localhost pppd[2790]: Hangup (SIGHUP)
Feb 25 14:53:32 localhost pppd[2790]: Connect script failed
Feb 25 14:53:32 localhost chat[2792]: SIGHUP
Feb 25 14:53:32 localhost chat[2792]: Can\'t restore terminal parameters: Input/output error
Feb 25 14:53:33 localhost pppd[2790]: Exit.
without initstring I get
... send(ATDT+49177123100)
not
... send (ATDT)
In /etc/ppp/connect-errors:
abort on (NO CARRIER)
abort on (NO DIALTONE)
abort on (BUSY)
send (ATDT^M)
expect (OK)
~^?}#@!}!}!} }4}%}&^Px3}]}\"}&} } } } }\'}\"}(}\"%^?~~^?}#@!}!}!} }4}%}&^Px3}]}\"}&} } } }
warning: read() on stdin returned 0
Failed
Can\'t restore terminal parameters: Input/output error
or again
... send(ATDT+49177123100) without initstring
The phone did not dial!
Nokia 6210:
initstring ATDT
File /tmp/qpe-pppd-log:
Feb 25 16:30:05 localhost pppd[4161]: pppd 2.4.0 started by root, uid 0
Feb 25 16:30:06 localhost chat[4170]: abort on (NO CARRIER)
Feb 25 16:30:06 localhost chat[4170]: abort on (NO DIALTONE)
Feb 25 16:30:06 localhost chat[4170]: abort on (BUSY)
Feb 25 16:30:06 localhost chat[4170]: send (ATDT^M)
Feb 25 16:30:06 localhost chat[4170]: expect (CONNECT)
Feb 25 16:30:12 localhost chat[4170]: ATDT^M^M
Feb 25 16:30:27 localhost chat[4170]: NO CARRIER
Feb 25 16:30:27 localhost chat[4170]: -- failed
Feb 25 16:30:27 localhost chat[4170]: Failed (NO CARRIER)
Feb 25 16:30:27 localhost pppd[4161]: Connect script failed
Feb 25 16:30:28 localhost pppd[4161]: Exit.
and
/etc/ppp/conect-errors:
abort on (NO CARRIER)
abort on (NO DIALTONE)
abort on (BUSY)
send (ATDt^M)
expect (CONNECT)
ATDT^M^M
NO CARRIER
-- failed
Failed (NO CARRIER)
empty initstring
qpe-ppd-log:
Feb 25 16:30:05 localhost pppd[4161]: pppd 2.4.0 started by root, uid 0
Feb 25 16:30:06 localhost chat[4170]: abort on (NO CARRIER)
Feb 25 16:30:06 localhost chat[4170]: abort on (NO DIALTONE)
Feb 25 16:30:06 localhost chat[4170]: abort on (BUSY)
Feb 25 16:30:06 localhost chat[4170]: send (ATDT+49177123100^M)
Feb 25 16:30:06 localhost chat[4170]: expect (CONNECT)
Feb 25 16:30:12 localhost chat[4170]: ATDT+49177123100^M^M
Feb 25 16:30:12 localhost chat[4170]: CARRIER^M
Feb 25 16:30:27 localhost chat[4170]: ^M
Feb 25 16:30:27 localhost chat[4170]: NO CARRIER
Feb 25 16:30:27 localhost chat[4170]: -- failed
Feb 25 16:30:27 localhost chat[4170]: Failed (NO CARRIER)
Feb 25 16:30:27 localhost pppd[4161]: Connect script failed
Feb 25 16:30:28 localhost pppd[4161]: Exit.
connet-errors:
abort on (NO CARRIER)
abort on (NO DIALTONE)
abort on (BUSY)
send (ATDT+49177123100^M)
expect (CONNECT)
ATDT+49177123100^M^M
CARRIER^M
^M
NO CARRIER
-- failed
Failed (NO CARRIER)
what went wrong?

?