second modem
"Chris G. Walter" (cgw@apl.washington.edu)
Sat, 17 May 1997 21:02:01 +0200
This is a multi-part message in MIME format.
--------------B9D323871C46F50168F248F5
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
I have mgetty+sendfax working flawlessly on my first
internal modem (on ttyS2). Now, Im trying to hook up a second external
fax modem (a Practical Peripherals PM14400FXMT) to ttyS1.
I set up the second modem using sendfax.config. And have tried various
init strings
that were suggested in modems.db to set the configuration.
I cannot seem to get sendfax to communicate with the new modem no matter
how I
initialize the external modem. It never recieves the commands "ATV1Q0"
(which seem to
be the first thing sendfax wants to send to the modem.
I _can_ use kermit to communicate with the new modem just fine. I just
cant seem to get sendfax
to.
Here is a listing of the debug log:
--
Chris G. Walter cgw@apl.washington.edu
Phone: 206.543.8506
Applied Physics Laboratory/UofW
1013 NE 40th Street
Seattle, WA 98105-6698
--------------B9D323871C46F50168F248F5
Content-Type: text/plain; charset=us-ascii; name="temp"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="temp"
05/17 11:14:02 sendfax: experimental test release 1.1.0-Jan20
05/17 11:14:02 sendfax.c compiled at May 16 1997, 22:53:54
05/17 11:14:02 sending fax to 542-6952
05/17 11:14:02 checking f1.g3
05/17 11:14:02 makelock(ttyS1) called
05/17 11:14:02 do_makelock: lock='/usr/spool/uucp/LCK..ttyS1'
05/17 11:14:02 lock made
05/17 11:14:02 tss: set speed to 38400 (017)
05/17 11:14:02 tio_set_flow_control( HARD )
05/17 11:14:02 yS1 fax_open_device succeeded, ttyS1 -> 4
05/17 11:14:02 yS1 reading specific data for port 'ttyS1'
05/17 11:14:02 yS1 conf lib: read: 'verbose y'
05/17 11:14:02 yS1 conf lib: read: 'debug 5'
05/17 11:14:02 yS1 conf lib: read: 'fax-devices ttyS1'
05/17 11:14:02 yS1 conf lib: read: 'fax-id 206 524 2059'
05/17 11:14:02 yS1 conf lib: read: 'max-tries 3'
05/17 11:14:02 yS1 conf lib: read: 'max-tries-continue y'
05/17 11:14:02 yS1 conf lib: read: 'port ttyS1'
05/17 11:14:02 yS1 section: port ttyS1, **found**
05/17 11:14:02 yS1 conf lib: read: 'speed 19200'
05/17 11:14:02 yS1 conf lib: read: 'modem-type auto'
05/17 11:14:02 yS1 conf lib: read: 'modem-init \\dATM0S0=0Q0&C1&D2&K3&Q5'
05/17 11:14:02 yS1 conf lib: read: 'modem-handshake ""'
05/17 11:14:02 yS1 key: 'fax-devices', type=1, flags=4, data=(ignored)
05/17 11:14:02 yS1 key: 'modem-init', type=1, flags=3, data=\\dATM0S0=0Q0&C1&D2&K3&Q5
05/17 11:14:02 yS1 key: 'modem-handshake', type=1, flags=3, data=""
05/17 11:14:02 yS1 key: 'modem-type', type=1, flags=3, data=auto
05/17 11:14:02 yS1 key: 'max-tries', type=0, flags=3, data=3
05/17 11:14:02 yS1 key: 'max-tries-continue', type=3, flags=3, data=TRUE
05/17 11:14:02 yS1 key: 'speed', type=0, flags=3, data=19200
05/17 11:14:02 yS1 key: 'switchbd', type=0, flags=1, data=0
05/17 11:14:02 yS1 key: 'ignore-carrier', type=3, flags=1, data=FALSE
05/17 11:14:02 yS1 key: 'dial-prefix', type=1, flags=1, data=ATD
05/17 11:14:02 yS1 key: 'fax-id', type=1, flags=3, data=206 524 2059
05/17 11:14:02 yS1 key: 'poll-dir', type=1, flags=1, data=.
05/17 11:14:02 yS1 key: 'normal-res', type=3, flags=1, data=FALSE
05/17 11:14:02 yS1 key: 'debug', type=0, flags=3, data=5
05/17 11:14:02 yS1 key: 'verbose', type=3, flags=2, data=TRUE
05/17 11:14:02 yS1 key: '', type=3, flags=1, data=FALSE
05/17 11:14:02 yS1 key: 'page-header', type=1, flags=0, data=(empty)
05/17 11:14:02 yS1 key: '', type=3, flags=1, data=FALSE
05/17 11:14:02 yS1 key: '', type=3, flags=1, data=FALSE
05/17 11:14:02 yS1 key: '', type=1, flags=1, data=
05/17 11:14:02 yS1 tss: set speed to 19200 (016)
05/17 11:14:02 yS1 fax_send: 'ATV1Q0'
05/17 11:14:02 yS1 fax_wait_for(OK)
05/17 11:14:02 yS1 fax_wait_for: string '0'
05/17 11:14:19 ##### failed: got signal 2, pid=5981, dev=ttyS1, time=0s, acct=""
05/17 11:14:19 yS1 removing lock file
--------------B9D323871C46F50168F248F5--
.