I have figured out how to make this work, thanks to the tips provided by Joerg and Shaleh. In case others are having the same problem: the trick is to tell the modem to hang up when DTE goes low. Perhaps most people realized already that the way to do this is in the chatscript /etc/ppp.chatscript. I didn't initialize my modem there at all, assuming it was done somewhere else! (Developers: would it be a good idea to put a default init string with ATZ and possibly AT&D2 in this script?) Here is my chatscript:
ABORT BUSY ABORT "NO CARRIER" ABORT VOICE ABORT "NO DIALTONE" "" ATZ OK AT&D2 OK ATDT4740771 CONNECT '\h\h\h\r\r' sername fsblk word 'fsblk!' UAF-DU-02 "c ppp" Anyway, I hope this is of some use to someone. On Sat, 30 Aug 1997, Joerg Friedrich wrote: > On Sat, 30 Aug 1997, Shaleh wrote: > > > Unless your modem does something odd when it connects, yeah poff should > > send the hang-up command. Try following the files poff calls and see if > > one of them is not doing its job. Most modems hangup on an 'ATH'. > > I think 'poff' lowers dtr. try at&d2 > > --- > Heute ist nicht alle Tage, ich komme wieder, keine Frage!!! > > Joerg > > > -- > TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to > [EMAIL PROTECTED] . Trouble? > e-mail to [EMAIL PROTECTED] . > > -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .