April 16, 2024, 08:33:21 AM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: how to install reliance cdma phone as modem for internet  (Read 108487 times)

Offline ganesan

  • New Member
  • Posts: 1
how to install reliance cdma phone as modem for internet
« on: March 07, 2004, 08:26:01 PM »
i am facing a problem.. i could not install my reliance india mobile cdma phone for using internet in linux ..redhat..
anybody can tell me how to install..or configure it to connect to internet using it ?

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
how to install reliance cdma phone as modem for internet
« Reply #1 on: March 09, 2004, 02:46:14 PM »
First of Please post your query in right forum!!

Now your solution!!
you have to use wvdial system in linux..  I am assuming that your Reliance mobile phone is detected as "Samsung CDMA technology by Kudzu"
So your next step is to configure wvdial..
Now creat a file in /etc named wvdial.conf with the following contents !!
Code: [Select]
[Modem0]
Modem=/dev/input/ttyS0
Baud=115200
SetVolume=0
Dial Command = ATDT
init1=ATZ
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 dial use..
Code: [Select]
wvdial relianceand you should be up.. if it don't work see whether you are using right ports..
:)

Offline its_deja_vu

  • New Member
  • Posts: 3
    • http://in.geocities.com/miliaggarwal
Relaince as modem did NOT work!!
« Reply #2 on: May 07, 2004, 10:40:34 AM »
I tried the method recommended at this url:

pcquest.com/content/search/showarticle.asp?artid=50099

for using reliance as a modem under linux.I am using PCQlinux that is based on RedHAt 7.1 . But after editing the wvdial.conf file,when I execute the command :

$ wvdial cdma

It gives me the following error:

--->wvdial :Internet dialer version 1.41
--->Cannot open /dev/input/ttyACM0 : Device or resource busy.

I have a samsung handset and I have connected it via USB port.Can you please let me know the solution to the same as my internal Motorola  modem (connected on COM4) is also not detected by the linux.
Quote

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
how to install reliance cdma phone as modem for internet
« Reply #3 on: May 07, 2004, 12:02:17 PM »
It is simply problem that you have not selected right port.. try playing a bit.. ie.. change ACM0 to somehitng else..
also try /dev/usb/ttyACM0 to 3 or 4..

Tell me that was ur samsung phone was detected by kudzu ie.. during boot ? Hey.. that url is mentioning same method..

Also ask "barnamos" b'coz he has done something that working practically..

Offline its_deja_vu

  • New Member
  • Posts: 3
    • http://in.geocities.com/miliaggarwal
how to install reliance cdma phone as modem for internet
« Reply #4 on: May 09, 2004, 06:26:25 AM »
Thanks for the help but unfortunately it did not work....I tried all the ports....And yes..kudzu does detects the modem...I tried removing the configuration and repeated the process from the scratch..but did not work...

Moreover,can you tell me how come my Linux is not detecting the Motorola intenal 56K Modem.it is on COM4.Earlier when I had my modem on COM3 it was detected by linux but not be windows.Then I shifted it to COM4 and the roles reversed  :!: .I have read that winmodems do not work in Linux..is it so?

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
how to install reliance cdma phone as modem for internet
« Reply #5 on: May 09, 2004, 08:19:51 AM »
Internal modem needs lots of software work to function as compared to external modem where physical hardware take care of that..
Now most fo the companies don't disclose info.. which are need to write a device driver and moreover they also donot provide enough resources so that is y few internal modems don't work in Linux.. It has been reported by  "neo" that motorola has stopped linux driver for motoralo interal modem..

BTw. can u give me output of "cat /proc/pci" ?

Offline its_deja_vu

  • New Member
  • Posts: 3
    • http://in.geocities.com/miliaggarwal
content of /proc/pci
« Reply #6 on: May 13, 2004, 09:04:05 AM »
Here is the output of the /proc/pci file.(Sorry for the delay)
Code: [Select]
PCI devices found:
  Bus  0, device   0, function  0:
    Host bridge: Intel Corporation 82810E GMCH [Graphics Memory Controller Hub] (rev 3).
  Bus  0, device   1, function  0:
    VGA compatible controller: Intel Corporation 82810E CGC [Chipset Graphics Controller] (rev 3).
      IRQ 11.
      Prefetchable 32 bit memory at 0xd0000000 [0xd3ffffff].
      Non-prefetchable 32 bit memory at 0xd4200000 [0xd427ffff].
  Bus  0, device  30, function  0:
    PCI bridge: Intel Corporation 82801AA PCI Bridge (rev 2).
      Master Capable.  No bursts.  Min Gnt=6.
  Bus  0, device  31, function  0:
    ISA bridge: Intel Corporation 82801AA ISA Bridge (LPC) (rev 2).
  Bus  0, device  31, function  1:
    IDE interface: Intel Corporation 82801AA IDE (rev 2).
      I/O at 0xf000 [0xf00f].
  Bus  0, device  31, function  5:
    Multimedia audio controller: Intel Corporation 82801AA AC'97 Audio (rev 2).
      IRQ 12.
      I/O at 0xd800 [0xd8ff].
      I/O at 0xdc00 [0xdc3f].
  Bus  1, device   7, function  0:
    Communication controller: PCI device 11d4:1805 (Analog Devices) (rev 0).
      IRQ 5.
      Master Capable.  Latency=32.  Min Gnt=1.Max Lat=255.
      Prefetchable 32 bit memory at 0xd4100000 [0xd41000ff].
  Bus  1, device  10, function  0:
    USB Controller: OPTi Inc. 82C861 (rev 16).
      IRQ 9.
      Master Capable.  Latency=32.  
      Non-prefetchable 32 bit memory at 0xd4000000 [0xd4000fff].

Can you please tell me how will it help...

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
how to install reliance cdma phone as modem for internet
« Reply #7 on: May 13, 2004, 09:46:59 AM »
Quote
Communication controller: PCI device 11d4:1805 (Analog Devices) (rev 0).
      IRQ 5.
     

your internal modem is that..

i am unable to find that your reliance phone is detected .. r u sure.. as u have mentioned above.. that i does detect.. did u removed the config !!

Offline arky

  • Linux Noob !
  • *
  • Posts: 4
how to install reliance cdma phone as modem for internet
« Reply #8 on: June 13, 2004, 07:57:52 PM »
Hi Friends,

    I think the solution for this is best given by Prof. Prabhat Ranjan, the person who's developing the R-connect program for linux.This is what he has to say.

*********************************************************************************************
We have gone live with the second release of R Connect for Linux. Please
find attached the link for the same.

http://www.relianceinfo.com/Infocomm/html/rservices/rservices_linux_rconnect.html

Release Highlights:

Models Supported:

LG (Serial):            RD2030, RD7130, RD2130, RD2230, LST -340E, LSP 250
LG (USB):         RD2030, RD2230, RD7130
Samsung (USB):    SCH-N191, SCH-A563, SCH-A603, SCH-A663
GTran (USB):            GCP 4020
Kyocera (Serial)  7135

Enhancements
         Support for multiple R connect installation on same machine (N
         phones on One machine)
         Automatic port detection while connecting the phone during
         installation
         Menu Driven Command line installation program
         Status screen to reflect R Connect connection statistics
*************************************************************************************************
Thanks,
- Prabhat Ranjan
********************************************************************
Prof. Prabhat Ranjan,
Professor, Ph.D.(UC Berkeley),
Dhirubhai Ambani Institute of Information
and Communication Technology (DA-IICT),
Gandhinagar - 382009 (Gujarat) - India
Web Page : http://www.da-iict.org
Phone : (079) 30510553 (Direct) (079) 30520000 (PBX)
Fax : 91-79-30520010
********************************************************************

HTH
--arky
http://arky.port5.com/

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
how to install reliance cdma phone as modem for internet
« Reply #9 on: June 14, 2004, 05:27:24 AM »
Hey.. arky.. r u prabhat ranjan ?
just thaught. ;)

Offline arky

  • Linux Noob !
  • *
  • Posts: 4
how to install reliance cdma phone as modem for internet
« Reply #10 on: June 14, 2004, 02:50:40 PM »
Quote from: "Ricky"
Hey.. arky.. r u prabhat ranjan ?
just thaught. ;)

:lol: am not prabhat rajan

cheers

--arky
http://arky.port5.com/

Offline Vic

  • New Member
  • Posts: 2
Tata Indicom - LG LSP 340E
« Reply #11 on: July 30, 2004, 11:35:04 AM »
Would appreciate knowing if the same information will work for connecting a fixed line wireless phone through Tata Indicom - and where can one get an RJ45 to USB connector in Mumbai?

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
how to install reliance cdma phone as modem for internet
« Reply #12 on: July 30, 2004, 01:19:27 PM »
RJ45 to USB !!! rather you buy serial to USB connector.. and yes it applies to tata indicom also but you can also try Reliance rconnect software first..
both uses CDMA 1x  technology and almsot same product.. ;)

Offline Vic

  • New Member
  • Posts: 2
RJ45, serial, USB
« Reply #13 on: July 30, 2004, 02:41:17 PM »
The cable suplied by Tata Indicom is RJ45 (phone end) to serial (computer end, 9 pin), but that is not useful to me since my serial connector is used already.

I think you are right, I should get a serial male to USB connector, but at least a RJ45 to USB would be hardwired with less possibility of loose connections.

I have not understood your comment about using the RConnect code? That seems to be the solution suggested in this discussion, or are there any other choices available?

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
how to install reliance cdma phone as modem for internet
« Reply #14 on: July 30, 2004, 03:20:39 PM »
The reliance guys provide a software named reconnect, a command line utitility to configure there phones.. so get that and try that..