On Mon, Sep 23, 2002 at 08:14:48AM -0700, Prashanth KS wrote:
> 
> Firstly, wvdialconf actually recognized my modem and
> was able to  communicate with it,  although kppp and
> network configuration still is not able to do so ...
> So I think there is some hope for my modem ...
> 

Step 1:

Forget about kppp for the moment, and do  things  with
wvdial. Make amendments to the section below and place
it at /etc/wvdial.conf.

-------------------<snip>----------------------------
[Dialer Defaults]
Phone = NNNNNNN
Username = somebody
Password = something
Dial Command = ATDP    (or ATDT as appropriate)
New PPPD = yes
Modem = /dev/ttyS0     (or ttyS1)
Baud = 57600           (or higher if you so desire)
Init1 = ATZ
Init2 = AT&F E0 V1 E1 &C1 &D2 S95=47 S10=250 X4 L3 +FCLASS=0
-------------------</snip>----------------------------

Note: this modem string is my guess work  based on the
inputs you have given in other mails ... basically set
things to default, and add some corrections for Indian
telephone lines. It is likely to work for you... amend 
Init2 as per your choice.

Step 2:

Make a file called: /etc/ppp/peers/wvdial. To this add
just 2 lines:

------<snip>-----
noauth
name wvdial
------</snip>----

Step 3:

If your other ppp setup stuff like /etc/resolv.conf is okay,
you should be on line ... merely type "wvdial" :-)

All the best

Bish


--
:
####[ GNU/Linux One Stanza Tip (LOST) ]#######################

Sub : Stripping the kernel                           LOST #054

GNU strip removes all symbols  from object files.  The  kernel
can also be stripped to reduce size, but NOT advocated.  There
is no increase in speed ... OTOH, some utilities depend on the
presence of kernel symbols to operate (ksymoops, modutils etc)

####<[EMAIL PROTECTED]>####################################
:


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to