Date: Mon, 18 Dec 1995 19:56:29 +0800 (WST) From: Terry Dwyer <tdwyer@netbsd08.dn.itg.telecom.com.au> To: M C Wong <mcw@hpato.aus.hp.com> Cc: freebsd-questions@freefall.freebsd.org Subject: Re: [2.1] Hylafax problem when receiving incoming fax Message-ID: <Pine.BSI.3.90.951218193445.13506B-100000@netbsd08.dn.itg.telecom.com.au> In-Reply-To: <199512180307.AA286436057@relay.hp.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 18 Dec 1995, M C Wong wrote: > -----BEGIN PGP SIGNED MESSAGE----- > > > Ok, > > Installed the HylaFAX package for 2.1R, and it has no problem sending > > fax. But upon receiving fax, I always get the sender's header line (fax ^^^^^^^^^^^^^ This is (in my experience) the major failing with Rockwell chipsets [deleted] > > The fax modem is Netcomm E34F using Rockwell chipset, and configured as ^^^^^^^^^^^^^^^^ > > Any ideas ? > > Ok, the log file detailing the conversation of the session which actually > `received' something but nothing else other than the header info, 8-((( I had a look at your log trace, and it looks similar to mine when I had it configured for rts/cts flow control instead of xon/xoff. > Can some HylaFAX guru please offer some help ? Thanks in advance. I'm not a guru, but I've played with it a bit. (BTW, You might try the flexfax mailing list) [Lots of FAX log deleted.] > Dec 18 13:54:46.43: [ 5885]: RECV: begin page > Dec 18 13:54:46.44: [ 5885]: RECV: send trigger 021 > Dec 18 13:54:46.44: [ 5885]: <-- data [1] > Dec 18 13:55:12.16: [ 5885]: RECV: 1519 bytes of data, 26 total lines ^^^^^^^^^^ There should be many of these lines. (10 to 12 for a 2-D fine receive) This certainly looks like your modem is set for hardware flow control. Oh yeah, make sure you have the interface baud rate locked at 19200 as well. Rockwells insist on it. You may also have to turn off Copy Quality checking if you haven't already. Try this: ModemSetupAACmd: AT+FAA=1+FCLASS=0&K3 # &K3 hardware flow control for default AdaptiveAnswer: YES Class2Cmd: "AT+FCLASS=2<xon>"# Command to set modem to fax class2 Class2NFLOCmd: AT&K0 # Set no flow control in fax class 2 Class2HFLOCmd: AT&K3 # Set to rts/cts in fax class 2 Class2SFLOCmd: AT&K4 # Set to xon/xoff in fax class 2 ModemAnswerFaxBeginCmd: "<19200><xon>" # modem switches on fax receive If you are still having trouble, email me and I'll send you my modem config file for my Spirit Viper 28.8 class2 fax (not 2.0). It may help. Good luck _-_|\ Terry Dwyer E-Mail: tdwyer@netbsd08.dn.itg.telecom.com.au / \ System Administrator Phone: +61 9 491 5161 Fax: +61 9 221 2631 *_.^\_/ Telecom Australia Telstra Corporation MIME capable mailer v Perth WA ( I do not speak for Telstra or Telecom )
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.3.90.951218193445.13506B-100000>