On Wed, 7 Jul 1999, Kush Desai wrote:
=>1)When i open kppp and try to dial i can hear the dial tone....then the
=>modem seems to pick up the line to dial
=>then drops the line and says that there was no carrier.i then tried putting
=>atx1( this command makes the modem dial without waiting for detecting the
=>dial tone). in this case it dials and after terminal window comes up nothing
=>happens.but after a 1 or 2 minutes the modem disconnects the line and says
=>that there is NO CARRIER......
if u are dialing using script based method, check the script. also check
what is happening by opening the log window - to check whether the script
is running as desired. if not, try terminal based dialing where u will
have to manually give your loginname and password.
=>2) when i use mincom to dial my isp i am able to log in and then it gives me
=>my MTU and other gibberish.
=>now if i try to open netscape and give it an address it does not go
=>anywhere.....why is this?also like in kppp it disconnects automatically
=>after 2 minutes and gives me the NO CARRIER message......why is this?
if u want to use minicom to dial, after the gibberish starts, exit minicom
without resetting the modem (Alt-q). then, as root run pppd. now netscape
should work properly.
=>anyway i can dial to my ISP without bliand dialling coz i think that might
=>be the problem for my modem hanging up........also someone told me that
=>minicom is only to be used for shell account and not for tcp/ip...is that
=>so??
no. u can also use a script to connect. copy the following to a file and
name it vsnl or something. then make it executable using 'chmod +x vsnl'.
then run it using './vsnl'. u should get connected.
---start-----
#/bin/sh
/usr/sbin/pppd connect 'chat -v "" atdt4404444 CONNECT "" sername: yourusername word:
yourpassword "" ppp' /dev/cua0 115200 debug crtscts modem defaultroute
----end------
HTH.
-amit
------------------------------------------------------------------------------
.. The prejudices people feel about each other disappear when then get
to know each other.
-- Kirk, "Elaan of Troyius", stardate 4372.5
------------------------------------------------------------------------------