View Single Post
supergaban's Avatar
Posts: 97 | Thanked: 93 times | Joined on Mar 2012 @ Indonesia
#14
Originally Posted by qhubekela View Post
My particular cdma modem is the ZTE AC2766.
Code:
apt-get install ppp hostmode-gui
You can install via HAM if you like.

You will need a working /etc/ppp/peers/cdma, eg
Code:
/dev/ttyUSB0
hide-password 
noauth
connect "/usr/sbin/chat -v -f /etc/chatscripts/cdma"
debug
115200
defaultroute
noipdefault 
user "YOUR_NAME@ISP"
usepeerdns
persist
nodetach
and /etc/chatscripts/cdma
Code:
ABORT BUSY ABORT 'NO CARRIER' ABORT VOICE ABORT 'NO DIALTONE' ABORT 'NO DIAL TONE' ABORT 'NO ANSWER' ABORT 
DELAYED
'' ATZ
OK-AT-OK "ATDT#777"
CONNECT \d\c
My provider uses CHAP authentication, so i have an /etc/ppp/chap-secrets with the username and password

The modem will not work on 200mA, so you need a Y-cable as per joerg_rw,
http://talk.maemo.org/showpost.php?p...&postcount=647. Once connected, and
enumerated, run
Code:
modprobe usbserial vendor=0x19d2 product=0xfff1  ....  use your device's IDs here
If you look in 'dmesg' you should see a bunch of ttyUSBx interfaces...
Just open a new terminal window and run
Code:
pppd call cdma
To make N900 use this interface,
Code:
apt-get install libicd-network-null
as per http://wiki.maemo.org/N900_USB_netwo...o_applications
Connecting to the 'Dummy network' should see you happily using your cdma for Internet
------------------------------------
interesting information..! i will try it, since CDMA data service more cheaps than GSM here.
__________________
speak your mind..NOW..!