well, for those of you living in indonesia can start surfing through the internet using CDMA phone.
for this though I use flexi.

firstly you need to have DKU cable for your phone so that you can connect your laptop with your phone. for this I use nokia 6275i cdma

plug the DKU cable to your laptop and type this command in your console

jacobian@jacobian-laptop:~$ tail -f /var/log/messages
Feb 5 20:57:06 jacobian-laptop kernel: [ 122.060000] usb 1-1: configuration #1 chosen from 1 choice
Feb 5 20:57:07 jacobian-laptop kernel: [ 122.488000] cdc_acm 1-1:1.1: ttyACM0: USB ACM device
Feb 5 20:57:07 jacobian-laptop kernel: [ 122.504000] usbcore: registered new interface driver cdc_acm
Feb 5 20:57:07 jacobian-laptop kernel: [ 122.504000] /build/buildd/linux-source-2.6.22-2.6.22/drivers/usb/class/cdc-acm.c: v0.25:USB Abstract Control Model driver for USB modems and ISDN adapters
Feb 5 20:57:07 jacobian-laptop kernel: [ 122.944000] usbcore: registered new interface driver cdc_ether
Feb 5 20:57:07 jacobian-laptop kernel: [ 122.956000] usb 1-1: bad CDC descriptors
Feb 5 20:57:07 jacobian-laptop kernel: [ 122.956000] usbcore: registered new interface driver rndis_host
Feb 5 20:58:25 jacobian-laptop kernel: [ 200.576000] PPP generic driver version 2.4.2
Feb 5 20:58:27 jacobian-laptop kernel: [ 202.660000] PPP BSD Compression module registered
Feb 5 20:58:27 jacobian-laptop kernel: [ 202.752000] PPP Deflate Compression module registered

my CDMA modem was detected as ttyACM0, now we do the next configuration

jacobian@jacobian-laptop:~$ sudo gedit /etc/wvdial.conf
##this will open up a file, delete the content of that file and write this configuration into that file

[Dialer cdma]
Modem = /dev/ttyACM0
Baud = 115200
Init1 = AT+crm=1
FlowControl = CRTSCTS
Phone = #777
Username = telkomnet@flexi-time
Password = telkom
Ask Password = 0
Dial Command = ATDT
Stupid Mode = 1
Compuserve = 0
Force Address =
Idle Seconds = 300
DialMessage1 =
DialMessage2 =
ISDN = 0
Auto DNS = 0
New PPPD = yes

close the the file and then type the following command in your konsole

jacobian@jacobian-laptop:~$ wvdial cdma
WvDial: WvDial: Internet dialer version 1.56
WvModem: Cannot get information for serial port.
WvDial: Initializing modem.
WvDial: Sending: AT+crm=1
WvDial Modem: OK
WvDial: Modem initialized.
WvDial: Idle Seconds = 300, disabling automatic reconnect.
WvDial: Sending: ATDT#777
WvDial: Waiting for carrier.
WvDial Modem: CONNECT
WvDial Modem: ~[7f]}#@!}!} } }=}!}$}%\}”}&} } } } }#}%B#}%}%}&%y[17]5}’}”}(}”3$~
WvDial: Carrier detected. Starting PPP immediately.
WvDial: Starting pppd at Tue Feb 5 20:58:25 2008
WvDial: Warning: Could not modify /etc/ppp/pap-secrets: Permission denied
WvDial: –> PAP (Password Authentication Protocol) may be flaky.
WvDial: Warning: Could not modify /etc/ppp/chap-secrets: Permission denied
WvDial: –> CHAP (Challenge Handshake) may be flaky.
WvDial: Pid of pppd: 6318
WvDial: Using interface ppp0
WvDial: local IP address 10.1.1.70
WvDial: remote IP address 2.2.2.2
WvDial: primary DNS address 203.130.193.74
WvDial: secondary DNS address 202.134.0.62

well now you have successfully connected to the internet.


Leave a Reply