On Fri, 2005-05-27 at 18:43 +1200, Douglas Royds wrote: > >>Where do I configure the init string? > > > > what are you using software-wise to connect with? > > So far just the Gnome "Network Settings" tool. Under Modem Connection > it > says "The interface ppp0 is active". > > In the syslog, there is output from a chat script. > > /etc/ppp/peers/ppp0 contains, amongst other things: > > connect "usr/bin/wvdial --chat ppp0"
from my reading (which is probably faster than yours if you are only connecting at 14k4) you need to indeed amend /etc/wvdial.conf there are four init settings there Init1 to Init4. Init1 is probably ATZ which resets the modem Put the string we found earlier into Init2 It executes them in order, so after resetting (ATZ) it will send the init string we found, then dial. Hopefully. > -- Nick Rout <[EMAIL PROTECTED]>
