Manually edit the dialup (chat & pppd all in one) script in /etc/ppp/peers/
If you need help, post the script, etc.
Si
Problem solved---- saga outline follows!
I had looked at the files in peers, but had been looking at the wrong part of the file. I was looking at the \"connect delay\" term, which was consistant with what I had changed it to in the GUI app, but changing this term didn\'t do any good.... the connection script wasn\'t getting this far before timing out.
I looked at some of the other scripts, including the options.ttyS3 file, and tried #ing out the \"connect delay\" line in that file (no good), also considered messing with the chat.script.tmp file, but couldn\'t find a good reference to assist me.
I have limited experience in playing with ppp script files (run a pretty automatically set-up RH8 Linux box here), so didn\'t want to get in over my head.
Before I posted the scripts I took one more look at one of the /etc/ppp/peers files and saw the way the script was calling chat. It had:
connect \'/usr/sbin/chat -s -v ABORT \"NO CARRIER\" ......
I did a little research on chat, and added -t 90 to the switches for chat (first line is now:
connect \'/usr/sbin/chat-s -v -t 90 .....)
, which allows 90 seconds for the modems to get their act together and link up. Voila! It works fine. Only problem was that I have to go in and manually edit that file any time I change for example the phone number for the dialup... the script defaults back to the \"switchless\" version.
Anyway, thanks for the offer of help. It\'s been a learning experience!!
Rich