[plug] wvdial config
dbuddrige at wasp.net.au
dbuddrige at wasp.net.au
Sun Jul 16 21:24:04 WST 2006
[root at main etc]# cat /etc/wvdial.conf
[Dialer Defaults]
Modem = /dev/modem
Baud = 460800
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ISDN = 0
Modem Type = Analog Modem
Phone = some phone number
Username = some user name
Password = some password
[root at main etc]#
Everything except the lines for the phone, username and password were
auto-generated first linking /dev/modem to the actual device [which is
automatically detected when you plug it into the usb port and appears
as ttyACM0] such that:
[root at main etc]# ls -l /dev/modem
lrwxrwxrwx 1 root root 7 Jul 16 20:15 /dev/modem -> ttyACM0
and then by by running the command:
wvdialconf /etc/wvdial.conf
which auto-interrogates whatever it finds at /dev/modem and creates
your wvdial.conf in the location specified on the command line:
cheers
David.
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
More information about the plug
mailing list