Quest’uomo è un genio!
A questo link ho trovato finalmente la soluzione al problema hylafax-usrobotic usb modem.
Riporto comunque la soluzione che per me ha funzionato di seguito.
La distro da me usata è lucid server mentre il modem è stato riconosciuto come /dev/ttyACM0
Modificare il file /var/spool/hylafax/etc/config.ttyACM0
ModemFlowControl: rtscts # hardware flow control
ModemSetupDTRCmd: ATs13=1&D3 # setup so DTR drop resets modem
ModemSetupDCDCmd: AT&C1 # setup so DCD reflects carrier (or not)
ModemNoFlowCmd: AT&H0 # setup modem for no flow control
ModemHardFlowCmd: AT&H1 # setup modem for hardware flow control
ModemSoftFlowCmd: AT&H2 # setup modem for software flow control
ModemMfrQueryCmd: !USR5637
ModemModelQueryCmd: ATI3
ModemRevQueryCmd: ATI7 # XXX returns a multi-line result
#
# When AT+FCLASS=1 is issued the modem automatically switches
# to software flow control; these parameters let the fax software
# reset flow control as needed after entering Class 1.
#
Class1NFLOCmd: AT+FLO=0 # setup modem for no flow control
Class1HFLOCmd: AT+FLO=2 # setup modem for hardware flow control
Class1SFLOCmd: AT+FLO=1 # modem does this automatically
Spero sia utile a qualcuno
Contrordine…
Con queste modifiche riesco a spedire fax, ma di ricevere non se ne parla…


