Here Henry you need to add your username, your password and the phone number to connect to your ISP, and remove the ";" Edit the file and put in all the information that is required so that you can connect. If you connect from windows, copy that information over to linux, what is the username that you use? put it where your_username phone, and password as well $ sudo gedit /etc/wvdial.conf [Dialer Defaults] Init1 = ATZ Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 Modem Type = Analog Modem Phone = 1234567 ISDN = 0 Password = your_password_goes_here New PPPD = yes Username = your_username_goes_here Modem = /dev/ttyS1 Baud = 115200 Then try the command $ sudo wvdial again. Does it work? Regards, Antonio --- On Sun, 7/27/08, Henry W. Peters <hwpeters@xxxxxxxxxxxx> wrote: > From: Henry W. Peters <hwpeters@xxxxxxxxxxxx> > Subject: Re: Fwd: kernel 2.6.25 serial port bug [continued] > To: olivares14031@xxxxxxxxx > Cc: discuss@xxxxxxxxxxxxx > Date: Sunday, July 27, 2008, 8:25 PM > 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 > >