Here is what I did... & the results (not good). What the heck is a
"valid" input? I'm connected to the internet with them, right now...
Thanks.
Henry
- - - - - - - - - - -
[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Modem Type = Analog Modem
; Phone = xxxxxxx
ISDN = 0
; Password = xxxxxxxx
New PPPD = yes
; Username = xxxxxxxx
Modem = /dev/ttyS1
Baud = 115200
- - - - - - - - - - -
& then I hit the save button & did:
- - - - - - - - - - - - - - -
henry@henry-heron:~$ sudo wvdial
--> WvDial: Internet dialer version 1.60
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
OK
--> Modem initialized.
--> Configuration does not specify a valid phone number.
--> Configuration does not specify a valid login name.
--> Configuration does not specify a valid password.
henry@henry-heron:~$
At 10:22 PM 7/27/2008, Antonio Olivares wrote:
Henry,
What Marv wants you to do is to
$ sudo gedit /etc/wvdial.conf
when you do that you get the gedit Text Editor, Edit the file
/etc/wvdial.conf to look like
[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Modem Type = Analog Modem
Baud = 115200
New PPPD = yes
Modem = /dev/ttyS1
ISDN = 0
Phone = <--- put the telephone number to dial to your ISP here without spaces
# without dashes or spaces
Username = <--- YourLoginName goes here
Password = <---- put your password here
Save your file, then try to connect with
$ sudo wvdial
after doing that report back if you can connect or not.
Regards,
Antonio