[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]
Re: Unable to Dial From my modem
- Subject: Re: Unable to Dial From my modem
- From: Mrs N P Salaria <nps@xxxxxxxxxxx>
- Date: Mon, 31 May 1999 10:52:16 +0530 (IST)
According to S Chetan Kumar:
>
> On Fri, 28 May 1999, Mrs N P Salaria wrote:
>
> > According to S Chetan Kumar:
> > >
> > Only way is to check the modem with kermit , install kermit and check ,
> > you may have to change the initialisation string in your dialing chat script
> > confirm the com port and irq setting etc all that is possible with kermit.
>
> com port settings, irq are OK. As you say I have change initialisation
> string in my dialing. But what ?? that is the problem. how do I find that.
> Now I have isolated the problem, it is: My modem not being able to
> recognise the DIAL TONE. How to solve ??!!
> Thanks
> -Chetan S
The only way to test it is to use kermit ,
kermit is interactive and you ccan actually gve the initialisation string
and see if the modem resonds ..
Once you know the initialisation script is right , use it in your chat
script and it will work . :-)
are you using chat to connect to vsnl .. use the chat script in verbose mode
and you will know where it fails , you will have too check the right
initialisation string from your modem manual and put it in your chat script
Do you have kermit ..
You can try the following chat script.. if it does not work then
pl download kermit and then test with that ..
#!/bin/sh
/usr/sbin/pppd connect 'chat -v ABORT BUSY ABORT NO-CARRIER ABORT NO-ANSWER ABORT '\nRINGING\r\n\r\nRINGING\r' "" ATDT4404444 CONNECT "" sername: ername assword: password "" ppp' /dev/cua2 38400 debug crtscts modem defaultroute
Here there are no of abort strings so when it does nt connect you know what is
happening
here with the above after invoking you will fine the log in the /var/adm file
and can find out what is happening,
replace the /dev/cua2 and the 38400 paramaters with your correct paramemeters
and also the account , password and ph no.
hope this works , nps
- --
~~*~~*~~*~~*~~~~*~~*~~*~~*~~~~*~~*~~*~~*~~~~*~~*~~*~~*~~~~*~~*~~*~~*~~~~*~~*~~*
Mrs N P Salaria
System Administrator
TERA INFORMATICS
Tel: (022)-8290251
Res: (022)-5770472
Email: nps@xxxxxxxxxxx
~~*~~*~~*~~*~~~~*~~*~~*~~*~~~~*~~*~~*~~*~~~~*~~*~~*~~*~~~~*~~*~~*~~*~~~~*~~*~~*
- --------------------------------------------------------------------
For more information on Linux in India visit http://www.linux-india.org/
To unsubscribe from this list send an email to majordomo@xxxxxxxxx with the
words 'unsubscribe linux-india' (without the quotes) in the body of the
email.
------------------------------