[x] Welcome to LinuxSolved.com Linux help forums, here we are a community of Linux users helping each other. It is helpful to both ie. new linux users as well experienced one. We always have our experts to help you and ofcourse members help each other, so you can ask for help any time by Registering.: Click to Register

Welcome, Guest. Please login or register.
Did you miss your activation email?


Login with username, password and session length

Linux Forums - Linux Help,Advice & support community:LinuxSolved.com  |  Forum  |  Linux in General  |  Linux Tutorials & How To's  |  Topic: Using reliance CDMA phone as modem to connect internet
The LinuxSolved.com GNU/Linux User Communit - Forum
Welcome to LinuxCommunity You have just arrived to a friendly linux community which is helping Linux Users from Years.. You can be its part if you have not already joined it. Registration is FREE and is gateway to unlimited help and support to all your linux related needs. If you are an GNU/Linux supporter then you have come to the right place.
Pages: [1]
  Print  
Author Topic: Using reliance CDMA phone as modem to connect internet  (Read 13739 times)
0 Members and 1 Guest are viewing this topic.
Ricky
LST CareTaker
Specially Skilled
*****
Offline Offline

Gender: Male
Posts: 2187


View Profile
« on: July 11, 2004, 11:06:35 AM »

Tutorial :Using Reliance CDMA phone as modem to connect internet ( Using Wvdialer as Internet Dialer) How to, Tutorial
Distro specific : No (Works on almost every standard Linux Distribution)
Skill level: Newbie
Time for procedure : Depends upon machine and user.
Prerequestic : Little knowledge of Linux operating, a reliance phone connected to PC using data cable.

Author's Note:

Earilier I have posted a how to like reply for answering a post but I think due to lots of asking about that I decided to write this detailed tutorial. This tutorial can be used to configure any reliance phone to connect to internet. If you have samsung USB phones then it get first configured automatically by KUDZU in Redhat then you can use following steps further to connect to internet. Most of the time your phone will not be autodetected by such utility if it has serial connectivity but don't worry it will still work. Here we will use Wvdial , which is a command line utility to connect to internet. There is also Kwvdial which is a GUI for same but I havn't used that yet.

Using CDMA phone as Modem to connect to internet
So to connect to internet using CDMA phone you have to use Wvdial. For first time you have to use Wvdialconf, a utility come with wvdial to configure it. To run it just connect your device and then run it using..
Code:
wvdialconf /etc/wvdial.conf
It will show some testing and if it founds modem then will tell the port on which it founds.

Now open your /etc/wvdial.conf

There put following code (there will be few things aleready like modem string and modem port, use those string instead of given here as those are one which your modem or phone support.
Code:

[Modem0]
Modem=/dev/input/ttyS0
Baud=115200
SetVolume=0
Dial Command = ATDT
init1=ATZ
init2=AT+CRM=1          
FlowControl= Hardware (CRTSCTS)
[Dialer reliance]
Username= Ph No.
Password= Ph No.
Phone=#777
Stupid Mode= 1
Inherits = Modem0


Here in above code change /dev/input/ttyS0 to your computer's com port if you are using serial cable other if you are using USB then replace that with ttyACM2 or ttyACMx here x= you USB port.

Now to connect to internet type at console
Code:
wvdial reliance

You should be connected to internet if every thing is fine.

To disconnect you have to use Ctrl+C .

To check it open another terminal and type
Code:
ifconfig ppp0
If it is not connected it will say no such device found. If it gives some info then you are connected to internet.

Finally : I have not tested it all reliance set but it should work. I kindly request you all to share your experience and make it useful.
Logged
gowda
New Member

Offline Offline

Posts: 2


View Profile
« Reply #1 on: April 27, 2005, 02:13:54 PM »

After about 2 weeks of playing around , my LG2130 is now making it possible to go out on the net . just so that everybody knows , the configuration you need ,

LG2130 cdma phone ,
AVON EZ surf USB data cable ,
rconnect1.0 from relianceInfocomm website(Select LG2030 and USB as your model)

-gowda
Logged
knight17
Linux Noob !
*
Offline Offline

Posts: 6


View Profile
« Reply #2 on: December 05, 2006, 09:31:34 AM »

I tried to edit the file /etc/wvdial.conf with the file that you provided.
But it is showing the following error, after I give this command wvdial indicom (I named so instead of reliance)
Quote

--> WvDial: Internet dialer Version 1.55
--> Cannot get information for serial port.
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Modem initialized
--> Sending: ATD#777
--> Waiting for carrier
ATDT#777
NO CARRIER
-->No Carrier! Trying again
-->Sending: STD#777
-->Waiting for Carrier.


This is repeating (like a loop) everytime.
What should I do to fix this ?
Logged
Ricky
LST CareTaker
Specially Skilled
*****
Offline Offline

Gender: Male
Posts: 2187


View Profile
« Reply #3 on: December 06, 2006, 01:50:37 PM »

I have answered you here --> http://www.linuxsolved.com/forums/ftopic2207.html
Logged
knight17
Linux Noob !
*
Offline Offline

Posts: 6


View Profile
« Reply #4 on: December 09, 2006, 08:24:16 AM »

Thanks man,I was able to connect in Ubuntu Smiley
Logged
Ricky
LST CareTaker
Specially Skilled
*****
Offline Offline

Gender: Male
Posts: 2187


View Profile
« Reply #5 on: July 29, 2008, 09:36:50 AM »

I am glad it helped you Smiley
Logged
Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
   

 Logged
Pages: [1]
  Print  
 
Jump to:  

Related Topics
Subject Started by Replies Views Last post
how to install reliance cdma phone as modem for internet Miscellaneous « 1 2 » ganesan 27 24208 Last post June 04, 2005, 03:45:09 AM
by Ricky
Unable to resolve host with reliance cdma phone General Networking Support in Linux dgokhale 1 1469 Last post May 04, 2004, 10:03:28 AM
by Ricky
Problem using Internet on Linux using Reliance phone Other Devices mohitmoudgil 7 3176 Last post September 19, 2004, 09:50:36 AM
by Ricky
tata indicom phone to connect internet act as modem in linux Other Devices taraj 10 8077 Last post March 24, 2006, 12:46:35 AM
by gauravbajaj
Use reliance CDMA phone as modem General Networking Support in Linux huuthanh.ng 3 224 Last post September 11, 2008, 08:39:26 AM
by huuthanh.ng
Welcome, Guest. Please login or register.
Did you miss your activation email?
October 10, 2008, 03:44:05 PM

Login with username, password and session length
Navigation
Recent Discussions
[Today at 03:18:26 PM]

[October 09, 2008, 05:17:47 PM]

[October 08, 2008, 04:32:08 AM]

[October 07, 2008, 05:16:33 AM]

[October 06, 2008, 03:09:51 AM]

[October 04, 2008, 03:33:03 AM]

[October 03, 2008, 06:21:18 AM]

[October 03, 2008, 05:31:19 AM]

[October 03, 2008, 05:28:14 AM]

[October 03, 2008, 05:27:13 AM]
Members
Total Members: 6099
Latest: totwire
Stats
Total Posts: 8203
Total Topics: 2224
Online Today: 12
Online Ever: 111
(June 28, 2007, 06:47:29 AM)
Users Online
Users: 0
Guests: 7
Total: 7
Privacy Policy| Powered by SMF 1.1.4 | SMF © 2006-2007, Simple Machines LLC
Seo4Smf v0.2 © Webmaster's Talks
Theme & TinyPortal v0.9.8 © Bloc