|
|
10-26-2011
, 07:35 AM
|
|
Posts: 103 |
Thanked: 52 times |
Joined on Sep 2010
@ Mbabane
|
#11
|
|
|
04-05-2012
, 12:32 PM
|
|
|
Posts: 16 |
Thanked: 2 times |
Joined on Mar 2012
@ Indonesia
|
#12
|
|
|
04-28-2012
, 03:24 PM
|
|
Posts: 103 |
Thanked: 52 times |
Joined on Sep 2010
@ Mbabane
|
#13
|
apt-get install ppp hostmode-gui
/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
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
modprobe usbserial vendor=0x19d2 product=0xfff1 .... use your device's IDs here
pppd call cdma
apt-get install libicd-network-null
| The Following 2 Users Say Thank You to qhubekela For This Useful Post: | ||
|
|
05-21-2012
, 05:00 AM
|
|
|
Posts: 16 |
Thanked: 2 times |
Joined on Mar 2012
@ Indonesia
|
#14
|
My particular cdma modem is the ZTE AC2766.
You can install via HAM if you like.Code:apt-get install ppp hostmode-gui
You will need a working /etc/ppp/peers/cdma, eg
and /etc/chatscripts/cdmaCode:/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
My provider uses CHAP authentication, so i have an /etc/ppp/chap-secrets with the username and passwordCode: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
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
If you look in 'dmesg' you should see a bunch of ttyUSBx interfaces...Code:modprobe usbserial vendor=0x19d2 product=0xfff1 .... use your device's IDs here
Just open a new terminal window and run
To make N900 use this interface,Code:pppd call cdma
as per http://wiki.maemo.org/N900_USB_netwo...o_applicationsCode:apt-get install libicd-network-null
Connecting to the 'Dummy network' should see you happily using your cdma for Internet
|
|
01-06-2013
, 03:11 AM
|
|
Posts: 16 |
Thanked: 4 times |
Joined on Oct 2011
@ Yogyakarta
|
#15
|
| The Following User Says Thank You to tanpoaran For This Useful Post: | ||
![]() |
| Thread Tools | Search this Thread |
|