[ltp] Modem init string for Mwave on TP600E
chriz danieli
linux-thinkpad@linux-thinkpad.org
Sun, 1 Feb 2004 15:00:17 +0100
On Sun, 01 Feb 2004 12:33:52 +0000
"S. Anthony Sequeira" <tony@sequeira.com> wrote:
> Hi,
>
> Anyone got an init string that will display the connect speed on
> connection to an ISP please? The modem is working, just no feedback on
> the speed.
>
> Of course anything else that may help.
>
I always use `wvdial' with `pppd' in this case.
This is my conf file ( /etc/wvdial.conf ) with two INIT modem string.
$cat /etc/wvdial.conf
[Dialer Defaults]
Phone = _______
Username = _______
Password = _______
Remote Name = *
New PPPD = yes
Modem = /dev/ttyS1 <-- Note! This could be changed.
Baud = 57600
Init1 = ATZ
Init2 = ATX3
Stupid Mode = 1
ISDN = 0
Modem Type = Analog Modem
I've got a response `connect string` :
CONNECT 33600/ECLC
> Cheers.
> --
> Tony
Hope that helps you.
Saludos.
Chriz.