Suggest how to stop a modem from hanging up 'cos

of a CD glitch (or call waiting).
This commit is contained in:
Brian Somers 1997-10-05 11:15:46 +00:00
parent 7925cf5ac9
commit f5acc8505b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=2033

View file

@ -1,12 +1,12 @@
<!DOCTYPE linuxdoc PUBLIC "-//FreeBSD//DTD linuxdoc//EN">
<!-- $Id: FAQ.sgml,v 1.81 1997-10-04 11:16:57 jkh Exp $ -->
<!-- $Id: FAQ.sgml,v 1.82 1997-10-05 11:15:46 brian Exp $ -->
<article>
<title>Frequently Asked Questions for FreeBSD 2.X
<author>Please send submissions to <tt><htmlurl url='mailto:faq@freebsd.org'
name='&lt;faq@freebsd.org&gt;'></tt>
<date>$Date: 1997-10-04 11:16:57 $</date>
<date>$Date: 1997-10-05 11:15:46 $</date>
<abstract>
This is the FAQ for FreeBSD systems version 2.X All entries are
@ -3371,6 +3371,27 @@ MYADDR:
disable lqr
</verb>
<sect2>
<heading>My connection drops after a random amount of time</heading>
<p>
Sometimes, on a noisy phone line or even on a line with
call waiting enabled, your modem may hang up because it
thinks (incorrectly) that it lost carrier.
<p>
There's a setting on most modems for determining how tolerant
it should be to temporary losses of carrier. On a USR
Sportster for example, this is measured by the S10 register in
tenths of a second. To make your modem more forgiving, you could
add the following send-expect sequence to your dial string:
<verb>
set dial "...... ATS10=10 OK ......"
</verb>
<p>
Refer to your modems manual for details.
<sect2>
<heading>Nothing happens after the Login OK! message</heading>