Sir, Cable and connection is ok, because it is working fine on a windows box. As this is a FWT (LG LST 250), there is no screen on the phone. However if I use WVDial then it says atdt#777, means its dialing. But there is no activity on the phone or screen of pc while using Rconnect script. I have tried using another Linux Box also. As, I have already mentioned that it worked fine for one day. There are three LED's on terminal. 1. Signal 2.Mode 3.Power.
When it works (on Windows box) Mode LED starts blinking. But now, there is no activity in this LED. Thanks, Vineet -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Prof. Prabhat Ranjan Sent: Wednesday, December 29, 2004 9:58 AM To: [email protected] Subject: Re: [LIH]Rconnect on Linux... Vineet, Are you sure the cable and connection is OK! WHen the script tries to dial out, you should see on the phone screen some activity. It should be dialing 777. - Prabhat Ranjan On Wednesday 29 December 2004 09:54, Vineet Arora wrote: > Hi all, > I have tried using Rconnect on a Linux box. It worked fine for one day. > After that I am unable to connect. The following error is coming in > /VAR/LOG/MESSAGES: > > PPPD 2.4.1 started by root > Connect Script Failed. > Exit > I have tried using WVDIAL also. It detects the Modem properly. Using > WVDIAl I am getting errors like "NO Carrier Detected" or "No Dialtone > Error" > > I am using a Reliance Wireless Local Loop. Model of the same is FWT > LST250. > The Rconnect script I am using is shown below. > > #!/bin/sh > if [ $# -ne 2 ] > then > echo "Error in $0 - Invalid Argument Count" > echo "Usage: rconnect <phone no> <phone no>" > echo "Currently phone no is used for both username and password" > exit > fi > echo user $1 password $2 >$HOME/.ppprc > > route | grep default >/dev/null > if [ $? = 0 ] > then > set `route | grep default` > route del default > echo $2 >$HOME/.routedefault > fi > > pppd /dev/rmodem 115200 debug usepeerdns defaultroute connect > '/usr/sbin/chat -v "" at+ifc=2,2 OK "atdt#777" CONNECT' mtu 264 > > Please help me to resolve the issue. > > > Thanks and Best Regards, > Vineet > > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > linux-india-help mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/linux-india-help -- ******************************************************************** 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 ******************************************************************** ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ linux-india-help mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-india-help ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ linux-india-help mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-india-help
