1
Security and Networking / How-TO: Connet CF GPRS/GSM (AudioVox RTM8000) to internet
« on: February 08, 2009, 05:01:56 pm »
This doesnt work for me, but I found this article useful:
http://tuxmobil.org/pcmcia_cf_anycom_gprs.html
... and now I am connected
I dont know what change take effect, but this:
[div class=\'codetop\']CODE[/div][div class=\'codemain\' style=\'height:200px;white-space:pre;overflow:auto\']noauth
connect "/usr/sbin/chat -v -f /etc/chatscripts/provider"
defaultroute
/dev/ttyS0
115200
nocrtscts
lock
noipdefault
debug
user fasel[/div]
and this:
[div class=\'codetop\']CODE[/div][div class=\'codemain\' style=\'height:200px;white-space:pre;overflow:auto\']ABORT BUSY
ABORT "NO CARRIER"
ABORT VOICE
ABORT "NO DIALTONE"
"" ATZ
OK AT+CPIN="<PIN>"
OK AT+CGDCONT=1,"IP","<APN>"
OK ATDT*99***1#
'CONNECT' '\c'
'TIMEOUT' '5'[/div]
are WORKING on SL-C1000 (pdaXii13 build5.4.9 "Sally" with kkazakov13 libraries and some from pdaXii13v2)
But thanx anyway, because this post inspired me and was the first thing when I was looking where to start.
Hope my post help anybody with same trouble ;-)
http://tuxmobil.org/pcmcia_cf_anycom_gprs.html
... and now I am connected
I dont know what change take effect, but this:
[div class=\'codetop\']CODE[/div][div class=\'codemain\' style=\'height:200px;white-space:pre;overflow:auto\']noauth
connect "/usr/sbin/chat -v -f /etc/chatscripts/provider"
defaultroute
/dev/ttyS0
115200
nocrtscts
lock
noipdefault
debug
user fasel[/div]
and this:
[div class=\'codetop\']CODE[/div][div class=\'codemain\' style=\'height:200px;white-space:pre;overflow:auto\']ABORT BUSY
ABORT "NO CARRIER"
ABORT VOICE
ABORT "NO DIALTONE"
"" ATZ
OK AT+CPIN="<PIN>"
OK AT+CGDCONT=1,"IP","<APN>"
OK ATDT*99***1#
'CONNECT' '\c'
'TIMEOUT' '5'[/div]
are WORKING on SL-C1000 (pdaXii13 build5.4.9 "Sally" with kkazakov13 libraries and some from pdaXii13v2)
But thanx anyway, because this post inspired me and was the first thing when I was looking where to start.
Hope my post help anybody with same trouble ;-)