Hi All,
Here is more of what I think you are looking for.
The more I think about this, I think that possibly, a mistake I made
could have been putting in my Ubuntu Administrative password (&
posssibly my system name instead of my isp login name (?)) into the
original scan/initialization (or whatever this was/is) called. If
this is so, how do I rectify the situation. I did put the isp
password into the network parameters.
Henry
- - - - - - - - - - - - >
henry@henry-heron:~$ cat /etc/wvdial.conf
[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 = <Target Phone Number>
; Password = <Your Password>
; Username = <Your Login Name>
henry@henry-heron:~$
< - - - - - - -
At 07:31 PM 7/27/2008, Henry W. Peters wrote:
Oops. Well, not really. Not well versed enough in linux to really
know this. I take it the "cat /etc/wvdial.conf" is the command line
to access the requested item?
Thanks for help,
Henry
At 07:19 PM 7/27/2008, Antonio Olivares wrote:
Henry,
what Marv is asking for is the file /etc/wvdial.conf not the dialing
part or the part where the modem is found, he wants more like
[olivares@localhost ~]$ cat /etc/wvdial.conf
[Dialer Defaults]
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Modem Type = Analog Modem
Phone = 7072000
ISDN = 0
Username = MYUSERNAME
Init1 = ATZ
Password = XXXXXX
Modem = /dev/ttySM0
Baud = 460800
Carrier Check = no
Stupid Mode = 1
Auto DNS = yes
[olivares@localhost ~]$
Regards,
Antonio
On 7/27/08, Henry W. Peters <hwpeters@xxxxxxxxxxxx> wrote:
> Hi,
>
> This below pasted, is the output from wvdial.conf
>
> Thanks much, as always.
>
> Henry
> - - - - - - - - - - - - - ->