![]() |
2011-10-26
, 11:35
|
Community Council |
Posts: 691 |
Thanked: 1,240 times |
Joined on Sep 2010
@ Mbabane
|
#11
|
![]() |
2012-04-05
, 16:32
|
|
Posts: 97 |
Thanked: 93 times |
Joined on Mar 2012
@ Indonesia
|
#12
|
![]() |
2012-04-28
, 19:24
|
Community Council |
Posts: 691 |
Thanked: 1,240 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 3 Users Say Thank You to sicelo For This Useful Post: | ||
![]() |
2012-05-21
, 09:00
|
|
Posts: 97 |
Thanked: 93 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
![]() |
2013-01-06
, 07:11
|
Posts: 16 |
Thanked: 4 times |
Joined on Oct 2011
@ Yogyakarta
|
#15
|
The Following User Says Thank You to tanpoaran For This Useful Post: | ||
![]() |
2013-09-14
, 20:03
|
Posts: 126 |
Thanked: 160 times |
Joined on Aug 2012
|
#16
|
/home/user # apt-get install wvdial
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package wvdial