![]() |
I have a USR Courier V.Everything attached to a Digi Portserver TS8, I'm running a new install of Redhat ES4 and Hylafax 4.2.5 (installed using RPM). I cant seem to figure out why faxgetty can't speak to the modem to initialize it. I set logging to 0xfff (output below). I have also tried differnt ports on the portserver with the same result. Probemodem works fine however (output below). I have attached my config.tty407 (output below). Can some one point me in the right direction? Thanks a bunch Jeff [root@server2 etc]# ls -la /dev/tty407 crw-rw-rw- 1 uucp root 251, 7 May 6 15:01 /dev/tty407 [root@server2 ~]# probemodem tty407 Now we are going to probe the tty port. This takes a few seconds, so be patient. Note that if you do not have the modem cabled to the port, or the modem is turned off, this may hang (just go and cable up the modem or turn it on, or whatever). Probing for best speed to talk to modem: 38400 OK. This looks like a Class 1 and 2.0 modem. ATI0 RESULT = "OK" RESPONSE = "5608A" ATI1 RESULT = "E77B" RESPONSE = "E77B" ATI2 RESULT = "OK" RESPONSE = "OK" ATI3 RESULT = "OK" RESPONSE = "USRobotics Courier V.Everything EXT" ATI4 RESULT = "OK" RESPONSE = "USRobotics Courier V.Everything Settings..." ATI5 RESULT = "OK" RESPONSE = "USRobotics Courier V.Everything NVRAM Settings..." ATI6 RESULT = "OK" RESPONSE = "USRobotics Courier V.Everything Link Diagnostics..." ATI7 RESULT = "OK" RESPONSE = "USRobotics Courier V.Everything Configuration Profile..." ATI8 RESULT = "ERROR" RESPONSE = "ERROR" ATI9 RESULT = "OK" RESPONSE = "(1.0USR00BA\MODEM\PNPC107\USRobotics Courier V.Everything EXT)" [root@server2 ~]#tail -f /var/log/messages May 6 15:30:53 server2 FaxGetty[31028]: OPEN /dev/tty407 HylaFAX (tm) Version 4.2.3 May 6 15:30:53 server2 FaxGetty[31028]: Purge stale UUCP lock /var/lock/LCK..tty407 May 6 15:30:54 server2 FaxGetty[31028]: MODEM set DTR OFF May 6 15:30:54 server2 FaxGetty[31028]: DELAY 75 ms May 6 15:30:55 server2 FaxGetty[31028]: MODEM set DTR ON May 6 15:30:55 server2 FaxGetty[31028]: DELAY 2600 ms May 6 15:30:58 server2 FaxGetty[31028]: MODEM set baud rate: 38400 baud, input flow RTS/CTS, output flow RTS/CTS May 6 15:30:58 server2 FaxGetty[31028]: DELAY 10 ms May 6 15:30:58 server2 FaxGetty[31028]: MODEM flush i/o May 6 15:30:58 server2 FaxGetty[31028]: <-- [4:ATZ\r] May 6 15:31:28 server2 FaxGetty[31028]: MODEM TIMEOUT: reading line from modem May 6 15:31:28 server2 FaxGetty[31028]: MODEM <Timeout> May 6 15:31:28 server2 FaxGetty[31028]: MODEM set DTR OFF May 6 15:31:28 server2 FaxGetty[31028]: DELAY 75 ms May 6 15:31:28 server2 FaxGetty[31028]: MODEM set DTR ON May 6 15:31:28 server2 FaxGetty[31028]: DELAY 2600 ms May 6 15:31:47 server2 FaxGetty[31028]: MODEM set baud rate: 38400 baud, input flow RTS/CTS, output flow RTS/CTS May 6 15:31:47 server2 FaxGetty[31028]: DELAY 10 ms May 6 15:31:47 server2 FaxGetty[31028]: MODEM flush i/o May 6 15:31:47 server2 FaxGetty[31028]: <-- [4:ATZ\r] May 6 15:32:17 server2 FaxGetty[31028]: MODEM TIMEOUT: reading line from modem [root@server2 ~]#cat /var/spool/hylafax/etc/config.tty407 # Configuration for using the Class 2.0 command interface # with a USR v.34 Courier or Sporster modem. # # RTS/CTS flow control is used default. # # CountryCode: 1 AreaCode: 859 FAXNumber: +1.859.544.7475 LongDistancePrefix: 1 InternationalPrefix: 011 DialStringRules: etc/dialrules ServerTracing: 0xFFF SessionTracing: 11 RecvFileMode: 0644 LogFileMode: 0644 DeviceMode: 0666 RingsBeforeAnswer: 1 SpeakerVolume: off GettyArgs: "-h %l dx_%s" LocalIdentifier: "KRN Business FAX" TagLineFont: etc/lutRS18.pcf TagLineFormat: "From %%l|%c|Page %%P of %%T" MaxRecvPages: 25 # # # Modem-related stuff: should reflect modem command interface # and hardware connection/cabling (e.g. flow control). # ModemType: Class2.0 # use class 2.0 interface ModemRate: 38400 # DCE-DTE communication rate ModemFlowControl: rtscts # XON/XOFF flow control assumed # ModemNoFlowCmd: AT&H0&I0&R1 # setup modem for no flow control ModemHardFlowCmd: AT&H1&I0&R2 # setup modem for hardware flow control ModemSoftFlowCmd: AT&H2&I2&R1 # setup modem for software flow control # ModemSetupDTRCmd: ATS13=1&D2 # setup so DTR drop resets modem ModemSetupDCDCmd: AT&C1 # setup so DCD reflects carrier (or not) ModemResultCodesCmd: ATQ0X4 # enable extended result codes # # NB: adaptive answer only seems to work properly when # the modem is left idling in Class 2.0 # #ModemSetupAACmd: AT+FAA=1 # # Set modem speaker volume commands: OFF QUIET LOW MEDIUM HIGH. # Note that we both turn the speaker on/off and set volume. # ModemSetVolumeCmd: "ATM0 ATM1 ATM1 ATM1 ATM1" # # Modem does not support HDLC frame tracing; we add this just # to eliminate spurious ERROR results that confuse the naive. # Class2BUGCmd: AT+FBU=0 # # The modem doesn't support copy quality checking, even though it # returns (0-2,0-2) for AT+FCQ=?; therefore we override the query # response so that the server will do copy quality checking. # Class2CQQueryCmd: !(0),(0) # override modem response # # Disables the reporting of bad frames by the modem. This # overcomes a firmware problem in the x2 and V90 Sportsters. # It is not necessary for the Courier modem. # Class2NRCmd: AT+FNR=1,1,1,0 # # USR modems violate Class 2.0 specs and do not send RTC itself # Class2SendRTC: yes # # +FAP=? not supported on this modem, gives ERROR in ServerTracing # Class2APQueryCmd: none __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.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@xxxxxxxxxxx < /dev/null *To learn about commercial HylaFAX(tm) support, mail sales@xxxxxxxxx*