In this article, I will show you how to connect to the internet with Nokia 5320 express and CA-101 cable data.
Step 1. Connect the cable data
Setting from Nokia mobile
-
Plug in the cable data.
-
Choose ‘PC Suite‘.
“Change USB connection mode?
Memory store may be corrupted if data transfer is ongoing”.
-
Choose ‘yes‘.
Message at Ubuntu Linux.

Step 2. Configure the dial connection
After you connect the cable data, type ‘sudo wvdialconf‘ to configure the dial-up connection.Ubuntu will recognize the Nokia 5320 express music directly.
Open your Linux Terminal (Applications > Accessories > Terminal)
Then type ‘sudo vim /etc/wvdial.conf‘ and press ‘Enter’ to edit the setting connection.
(You can use any text editor that you are familiar to change to configuration. For example gedit).

Below is the setting connection result that I get after I ran the ‘wvdialconf‘ command.
You have to change the setting based on what ‘card‘ that you are using in your mobile. Because the setting will be depend on your ‘mobile card provider‘.

[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Modem Type = USB Modem
; Phone = <Target Phone Number>
ISDN = 0
; Password = <Your Password>
; Username = <Your Login Name>
Modem = /dev/ttyACM0
Baud = 460800
New configuration that I made based on my mobile card provider. I use ‘Halo card’ from Telkomsel. Press ‘INS’ button on your keyboard then type setting configuration.
[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Modem Type = USB Modem
Phone = *99***1#
ISDN = 0
Password = wap123
Username = wap
Init3 = ATZ,”10.1.89.130″,”telkomsel”
Modem = /dev/ttyACM0
Baud = 460800
Press ‘ESC‘ to release the ‘INS’ key and type ‘:wq‘ and press ‘Enter’ to write and quit.

Now let’s try the connection.
Type ‘sudo wvdial‘ and press ‘Enter’.

Seem that we are connected to the internet.
Open your browser and try open any webiste.
Problem
Why I still can’t open any website?
Sometimes this problem occur when we have another active connection protocol.
You can check by open another Linux Terminal (Applications > Accessories > Terminal) and type ‘ifconfig‘.
As you seen below, I still have eth0 protocol active.
Turn it off for temporary. Type ‘sudo ifconfig eth0 down’.

Go back to your wvdial Terminal Screen and press ‘Ctrl-C‘ to stop the connection and re-connect again by type ‘sudo wvdial‘.


Open another Linux Terminal, type ‘dig http://www.google.com‘ and press ‘Enter’ to test the connection.
Done, now you can open your browser and surf with it.






[...] All you have to do is copy the content of wvdial.conf file that you use for ‘internet connection with cable data‘. See, my article about ‘Nokia Express Music 5320 with Linux Ubuntu – Internet Connection with CA-101 cable data‘ [...]
I have some doubts
(1) Which Phone number ???
(2) What does this mean?- mobile card provider.
This is the output of sudo wvdial
–> WvDial: Internet dialer version 1.60
–> Cannot get information for serial port.
–> Initializing modem.
–> Sending: ATZ
ATZ
OK
–> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
OK
–> Sending: ATZ,”192.168.0.102″,”telkomsel”
ATZ,b [1d]192.168.0.102b 3,b [1d]telkomselb [1d]
OK
–> Modem initialized.
–> Sending: ATDT*91*****#
–> Waiting for carrier.
ATDT*91*****#
NO CARRIER
–> No Carrier! Trying again.
–> Sending: ATDT*91*****#
–> Waiting for carrier.
ATDT*91*****#
^CCaught signal 2: Attempting to exit gracefully…
–> Disconnecting at Fri Mar 20 19:56:38 2009
Thank you
[...] All you have to do is copy the content of wvdial.conf file that you use for ‘internet connection with cable data‘. See, my article about ‘Nokia Express Music 5320 with Linux Ubuntu – Internet Connection with CA-101 cable data‘ [...]
[...] Internet connection with Cable Data [...]
[...] [...]