On Tue, Sep 25, 2001 at 10:41:07AM +0530, veerraghava reddi.tetali wrote:
> friends iam a novice to Linux please clarify my problem
> my modem is d-link dfm-560e, iam using redhat6.1, when
> I run wvdial,
> iam getting the following display
> --------------------------------------------
> -->Wvdial: Internet dialer version 1.40
> -->Initializing modem
> -->sending: ATZ
> ATZ
> OK
> -->sending: ATQ0 V1 E1 S0=0 &C1 &D2 S11=55 +FCLASS=0
> ATQ0 V1 E1 S0=0 &C1 &D2 S11=55 +FCLASS=0
> OK
> --> modem intialized
> --> configuration does not specify a valid phone number
> --> configuration does not specify a valid login name
> --> configuration does not specify a valid password
> --------------------------------------------
> my Wvdial config file is as follows
> --------------------------------------
> [modem 0]
> modem= /dev/ttys1
> baud=115200
> init1=ATZ
> init2=ATQ0 V1 E1 S0=0 &C1 &D2 S11=55 +FCLASS=0
>
> [dialer defaults]
> modem= /dev/ttys1
> baud=115200
> init1=ATZ
> init2=ATQ0 V1 E1 S0=0 &C1 &D2 S11=55 +FCLASS=0
>
> ------------------------------------------
> --__--__--
---end quoted text---
Your wvdial.conf is incomplete. I am writing the minumum
self contained module below for default. Clip it as your
/etc/wvdial.conf and it should work.
Copy this same module, changing the telephone number and
associate details for alternate ISPs/ telephone numbers.
I am using a modem init string which I found good for bad
lines in India. It is set to loud (L3). Amend or omit as
you please ....
Bish
------<clip>----------
[Dialer Defaults]
Phone = NNNNNNN # Your phone number
Username = [EMAIL PROTECTED] # As you log in
Password = xxxxx # Your password
Dial Command = ATDT # ATDP for pulse dial
New PPPD = yes
Modem = /dev/ttySN # 0,1,2 wherever your modem is
Baud = 57600
Init1 = ATZ
Init2 = AT&F E0 V1 E1 &C1 &D2 S95=47 S10=250 X3 L3 +FCLASS=0
------</clip>---------
--
:
####[ Linux One Stanza Tip (LOST) ]###########################
Sub : Linux Commands (#2) LOST #047
No consolidated command list. Use auto-completion. Type a few
letters and press TAB & see what is available that starts with
some "string" ... Try $mo<TAB> OR $add<TAB>
Then to find more out about any of those: $man <command>
To find where a command/ binary is located: $which <command>
####<[EMAIL PROTECTED]>####################################
:
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help