HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
Re: [hylafax-users] Error detecting modem class
On Tue, 18 Mar 2003 13:33:47 +0000, "Mindsweep Support"
<support@mindsweep.ca> wrote:
>Nope, I copied the text faxaddmodem gave me directly, no OK.
>I guess that's where it's freaking out.
> Would that be an issue with the modem itself, with drivers, with the os?
Modem itself. Maybe upgrading firmware would cure it.
You could try this:
1) make a backup of faxaddmodem
2) edit faxaddmodem, look for
...
if [ "$RESULT" = "OK" ]; then
# Looks like a usable fax modem. Get more information.
# Here we build up a MODEMCLASSES string and follow
...
and change first line to be always true, ie
if [ "OK" = "OK" ]; then
this might let it go further. See what happens.
Check that at least it answers OK when instructed to go into class1
AT+FCLASS=1
OK
--
giulioo@pobox.com
____________________ HylaFAX(tm) Users Mailing List _______________________
To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
On UNIX: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null
*To learn about commercial HylaFAX(tm) support, mail sales@hylafax.org.*