|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/21585/root/usr/share/doc/mgetty-1.1.33/ |
Upload File : |
WARNING: most information in this file is for older versions of policy.h,
some of the definition names have changed, others are used slightly
different. Make sure that you have read *ALL* of the comments in there,
and understand them!
gert
----------------------------------------------------
Modem brand/model: "Dynalink 9624AP"
at+fmfr? EXAR
at+fmdl? 9648,2,E,290X
at+frev? 10, 10, 92 REVISION X 2.0
ati3 ADN-06
ati4 MARROW 2900KSX V2.0B 11-05-1992
tested on: linux 0.99p10
working: sendfax, mgetty(?)
remarks: avoid this cheap and nasty modem if you possibly can. It needs:
delay(500) at the end of fax_open_device(), sendfax.c line 111
delay(500) after the call to fax_send_page(), sendfax.c line 533
"\d\d\d" in all the AT-commands in init_chat_seq, mgetty.c
contributor: a.j.scholl@durham.ac.uk
#define DATA_FLOW FLOW_HARD
#define FAXREC_FLOW FLOW_HARD | FLOW_SOFT
#define FAXSEND_FLOW FLOW_HARD
#define FAX_SEND_BAUD 19200
#define FAX_MODEM_HANDSHAKE ""
#define FAX_SET_CSTOPB 1 /* for when you've added this option :-) */
----------------------------------------------------
Modem brand/model: "Zoltrix Platinum Series 14.4"
at+fmfr? ROCKWELL
at+fmdl? RC32ACL
at+frev? V1.410-AP39
ati3
ati6 RCV144DP; Rev CA
tested on: linux 0.99p7
working: mgetty, sendfax
remarks: great modem! In my uucp network of 16 machines,
this modem averages at 1700 bps, while other
brand name modems such as the Trailblazer PEP
maxes out at about 1570.
contributor: whome!light-house!las@planix.com
#define DATA_FLOW FLOW_HARD
#define FAX_COMMAND_DELAY 50
#define FAXREC_FLOW FLOW_SOFT
#define FAXSEND_FLOW FLOW_SOFT
#define FAX_SEND_BAUD 38400
#define FAX_MODEM_HANDSHAKE "AT&K3"
#define MODEM_INIT_STRING "ATS0=0V1Q0&D3&K3%C1W1"
----------------------------------------------------
Modem brand/model: PCMCIA Modem HOTLINE 960 CC HL9672CC
AT+FMFR? HOTLINE
AT+FMDL? Handy 9672 CC
AT+FREV? Version 1.03H
ATI3 V1.03DP
ATI4 Handy 9672 CC H1_103
AT+FDCC=? (0,1),(0-3),(0-2),(0-2),(0,1),0,0,(0-7)
tested on: OS: Linux, Kernel: 1.0, Distribution: Slackware 1.2.0
Computer: Toshiba T4700C Notebook
working: sendfax, mgetty
contributor: lauther@zfe.siemens.de
remarks: can only do 9600 bps
#define DEFAULT_PORTSPEED 19200
#define MODEM_INIT_STRING "ATS0=0Q0&D3&K3"
#define MODEM_CMD_SUFFIX "\r"
#define DO_CHAT_SEND_DELAY 50
#define FAX_COMMAND_DELAY 50
#define DATA_FLOW FLOW_HARD
#define FAXREC_FLOW FLOW_HARD | FLOW_SOFT
#define FAXSEND_FLOW FLOW_HARD | FLOW_SOFT
#define FAX_SEND_BAUD 19200
#define FAX_MODEM_HANDSHAKE "AT&K3"
----------------------------------------------------
Modem brand/model: Creatix (1&1) Polimedia 14400 voice / fax modem
AT+FMFR? Creatix
AT+FMDL? LC144VF
AT+FREV? V1.41
ATI0 14400
ATI1 007
ATI3 V1.400/T4-DS29F
ATI4 Creatix Polymedia GmbH V1.41 29/11/93
ATI6 RCV144DPi Rev CA
AT+FDCC=? (0,1),(0-5),(0-2),(0-2),(0,1),0,0,(0-7)
tested on: ???
working: sendfax, mgetty
contributor: andreas@malcolm.in-chemnitz.de
#define DEFAULT_PORTSPEED 38400
#define MODEM_INIT_STRING "ATS0=0Q0&D3&K6"
#define MODEM_CMD_SUFFIX "\r"
#define DO_CHAT_SEND_DELAY 50
#define FAX_COMMAND_DELAY 50
#define DATA_FLOW FLOW_HARD
#define FAXREC_FLOW FLOW_HARD | FLOW_SOFT
#define FAXSEND_FLOW FLOW_HARD | FLOW_SOFT
#define FAX_RECV_SWITCHBD 19200
#define FAX_SEND_BAUD 19200
#define FAX_MODEM_HANDSHAKE "AT&K6"
Remark: &K6 is not a good idea on systems supporting RTS/CTS flow control.
Better use &K3 instead. (gert).
----------------------------------------------------
Modem brand/model: Creatix (1&1) Polymedia 14400 voice / fax modem
AT+FMFR? ROCKWELL
AT+FMDL? RC32ACL
AT+FREV? V1.600-DS29F
ATI0 14400
ATI1 007
ATI3 V1.600-DS29F
ATI4 Creatix Polymedia GmbH germ V1.61 14/12/94
ATI6 RCV144DPi Rev CA
AT+FDCC=? (0,1),(0-5),(0-2),(0-2),(0,1),0,0,(0-7)
tested on: Linux 1.2.8, 486/33, 16550A
working: sendfax, mgetty, vgetty (see below), 0.99-Sep23
contributor: jens@physiology.rwth-aachen.de
#define DEFAULT_PORTSPEED 38400
#define MODEM_INIT_STRING "AT&F0S0=0Q0&D3&K6"
#define MODEM_CMD_SUFFIX "\r"
#define DO_CHAT_SEND_DELAY 50
#define FAX_COMMAND_DELAY 50
#define DATA_FLOW FLOW_HARD
#define FAXREC_FLOW FLOW_HARD | FLOW_SOFT
#define FAXSEND_FLOW FLOW_HARD | FLOW_SOFT
#define FAX_RECV_SWITCHBD 19200
#define FAX_SEND_BAUD 38400
#define FAX_MODEM_HANDSHAKE - nothing special given -
Remark: &K6 means RTS/CTS *and* XON/XOFF for that modem.
This version (1.6) doesn't support ADPCM-3 ! AT#VBS=3 -> Error.
In principle the modem works with vgetty, BUT
the modem does not give any DLE-shielded code when recording from
the telefone line. As long as you do fax sending or login-attempts
during the greetin message, everything is fine. But during recording
neither silence nor busy nor data/fax are recognized. So vgetty
records as long as the maximum time given for recording. (jens).
----------------------------------------------------
Modem brand/model: "Practical Peripherals PM14400FXMT"
at+fmfr? 2.30 (c) Practical Peripherals Inc. 1993.
at+fmdl? PM14400FXMT [6R3] 2.30
at+frev? Version 2.30
ati3 PM14400FXMT [6R3] Version 2.30 (c) Practical
Peripherals Inc. 1993.PM14400FXMT [6R3] Version 2.30
(c) Practical Peripherals Inc. 1993.
ati4 a097840F284C6703F
bC60004000
r1001111171012000
r3000111010000000
tested on: HP-UX 9.01
working: mgetty (both fax and dialin)
remarks: Once I got all the settings correct it has
worked very well. It seems to have very
good response even on 'dirty' lines.
contributor: noorder@tac3.vv.hac.com
#define DATA_FLOW FLOW_HARD
#define FAXREC_FLOW FLOW_HARD | FLOW_SOFT
#define FAXSEND_FLOW FLOW_HARD | FLOW_SOFT
#define FAX_SEND_BAUD 38400
#define FAX_MODEM_HANDSHAKE "AT&R0"
#define MODEM_INIT_STRING "ATS0=0&Q9&D3&K4"
#define DEFAULT_PORTSPEED 38400
#define MODEM_CMD_SUFFIX "\r"
#define DO_CHAT_SEND_DELAY 50
#define FAX_COMMAND_DELAY 50
#define FAX_RECV_SWITCHBD 19200
-----------------------------------------------------------------------
Modem brand/model: Practical Peripherals PM14400FXMT
at+fmfr? 2.42 (c) Practical Peripherals Inc. 1993.
at+fmdl? PM14400FMXT [6R4] 2.42
at+frev? Version 2.42
ati3 PM14400FMXT [6R4] Version 2.42 (c) Practical Peripherals Inc. 1993.
ati4 a097840F284C6703F
bC60004000
r1001111171012000
r3000111010000000
tested on: Linux 1.0 (Slackware 1.2.0)
working: sendfax, mgetty
remarks: Good modem; can handle ALL incoming data calls at all
speeds, plus *MOST* incoming FAXes (some paper
machines give +FHNG:100 @ 2400 baud). Good manual,
but (like others, no +F commands listed. My guess is
about 75% Class 2 commands implemented.
contributor: paul@edgewood.portland.or.us
#define DEFAULT_PORTSPEED 38400 /* 57600 w/ 'setserial spd_hi' */
#define FAX_RECV_SWITCHBD 19200
#define FAX_SEND_BAUD 19200
#define DATA_FLOW FLOW_HARD
#define FAXREC_FLOW FLOW_HARD | FLOW_SOFT
#define FAXSEND_FLOW FLOW_HARD | FLOW_SOFT
#define FAX_MODEM_HANDSHAKE ""
#define MODEM_INIT_STRING "\\dATM0S0=0Q0&C1&D2&K3&Q5"
---------------------------------------------------
Modem brand/model: "ZyXEL 1496 E+"
at+fmfr? ZyXEL
at+fmdl? U1496E V 6.12 P
at+frev? U1496E V 6.12 P
ati 1496
tested on: DEC OSF/1 v1.2-hybrid
SCO Unix ODT 3.0
Linux (various)
working: sendfax, mgetty, vgetty
contributor: Marc@Synergytics.Com
#define DATA_FLOW FLOW_HARD
#define FAXREC_FLOW FLOW_HARD | FLOW_SOFT
#define FAXSEND_FLOW FLOW_HARD | FLOW_SOFT
#define FAX_SEND_BAUD 38400
#define FAX_MODEM_HANDSHAKE "AT&H3"
#define MODEM_INIT_STRING "ATS0=0Q0&D3&H3&N0&K4"
---------------------------------------------------
Modem brand/model: ZyXEL U1496EG+
AT+FMFR? ZyXEL
AT+FMDL? U1496EG V 6.12 P
AT+FREV? U1496EG V 6.12 P
ATI3 (OK)
ATI4 (OK)
AT+FDCC=? (0,1),(0-5),(0-2),(0-2),(0-1),(0),(0),(0-7)
tested on: AIX 3.2.5
working: sendfax, mgetty (both 0.20)
contributor: hm@ix.de
remarks:
#define DEFAULT_PORTSPEED 38400
#define MODEM_INIT_STRING "ATL0S0=0Q0&D3&H3&N0&K4"
#define MODEM_CMD_SUFFIX "\r"
#define DO_CHAT_SEND_DELAY 50
#define FAX_COMMAND_DELAY 50
#define DATA_FLOW FLOW_HARD
#define FAXREC_FLOW FLOW_HARD | FLOW_SOFT
#define FAXSEND_FLOW FLOW_SOFT
#define FAX_SEND_BAUD 38400
#define FAX_MODEM_HANDSHAKE "AT&K3"
---------------------------------------------------
Modem brand/model: GVC GM-144VBIS+
AT+FMFR? EXAR
AT+FMDL? 9648,2,E,290X
AT+FREV? GM-144VBIS+; RC9696/14
ATI3 170
ATI4 GM-144VBIS+; RC9696/14
AT+FDCC=? (0-1),(0-3),(0-3),(0-2),(0-2),(0),(0),(0-7)
tested on: AIX 3.2.5
working: mgetty-0.20
contributor: hm@ix.de
remarks: (sendfax is not tested and not intended to)
#define DEFAULT_PORTSPEED 38400
#define MODEM_INIT_STRING "ATL0S0=0Q0&D3\\\\Q3&S0%C\\\\N6"
#define MODEM_CMD_SUFFIX "\r"
#define DO_CHAT_SEND_DELAY 50
#define FAX_COMMAND_DELAY 50
#define DATA_FLOW FLOW_HARD
#define FAXREC_FLOW FLOW_HARD | FLOW_SOFT
#define FAXSEND_FLOW FLOW_SOFT
#define FAX_SEND_BAUD 38400
#define FAX_MODEM_HANDSHAKE "AT\\\\Q3&S0"
----------------------------------------------------
Modem brand/model: "Aceex 1496"
at+fmfr? EXAR
at+fmdl? 9624,2,E,290E
at+frev? Sep-24-1991
ati3
ati6 V.110 APR-30-1993 (ROCKWELL CHIP SET)
DM1414/2A/RC144DP-21/PCB:490-09636-xx
BZT POSTZULASSUNG-FIRMWARE VERSION:V.105
tested on: SVR4.2 (UnixWare 1.1.1)
working: mgetty, sendfax
remarks: fax send / receive with max. 19200 bd
This german telekom approved modem doesn't allow
ATA without an incoming call (real RING). So
kill -USR1 <mgetty-pid> doesn't work.
contributor: 100272.3376@compuserve.com (Achim Buerger)
#define DATA_FLOW FLOW_HARD
#define FAX_COMMAND_DELAY 50
#define FAXREC_FLOW FLOW_HARD | FLOW_SOFT
#define FAXSEND_FLOW FLOW_HARD | FLOW_SOFT
#define DEFAULT_PORTSPEED 19200
#define FAX_SEND_BAUD 19200
#define FAX_MODEM_HANDSHAKE "AT\\Q3&S0"
#define MODEM_INIT_STRING "ATS0=0Q0&D3\\\\Q3%C1&N0&K3"
----------------------------------------------------
Modem brand/model: "Dago Speed" from Speedy Technology, Koenigstein
at+fmfr? ROCKWELL
at+fmdl? RC32AC-W
at+frev? V1.15
ati3 V1.15
ati4 RC144DP
tested on: linux 0.99p15, 486DX50, UART 16550A
mgetty version: 0.21
working: sendfax, mgetty
remarks: sendfax: works perfectly (about 50 multi-page
faxes sent without problems)
mgetty: my Dago does not always recognize
fax calls correctly, especially from some fax
machines, but fax calls from a Creatix modem
are *almost* always recognized correctly.
When a fax call is recognized correctly, mgetty
has no problems. Defining FAX_RECV_SWITCHBD 19200
is necessary with my modem version.
Data calls are always recognized correctly
(tested with Creatix and Zyxel).
contributor: schaefer@dfki.uni-sb.de (Ulrich Schaefer)
#define DEFAULT_PORTSPEED 38400
#define DATA_FLOW FLOW_HARD
#define FAXREC_FLOW FLOW_HARD
#define FAXSEND_FLOW FLOW_HARD
#define DO_CHAT_SEND_DELAY 100
#define FAX_COMMAND_DELAY 100
#define FAX_RECV_SWITCHBD 19200
#define FAX_SEND_BAUD 38400
#define FAX_MODEM_HANDSHAKE "AT&K3"
#define MODEM_INIT_STRING "ATS0=0V1Q0&D3&K3"
mgetty.c: int toggle_dtr_waittime = 2000; /* otherwise reset may fail */
-----------------------------------------------------------------------
Modem: SupraFax v.32bis
System Decstation 5000/200
OS: Ultrix V4.2 (Rev. 96)
#define DEFAULT_PORTSPEED 38400
#define MODEM_INIT_STRING "AT&F2M0L0S0=0V1Q0&D3&K3%C1W1"
#define DEFAULT_MODEMTYPE "auto"
#define DO_CHAT_SEND_DELAY 50
#define FAX_COMMAND_DELAY 50
#define DATA_FLOW FLOW_HARD
#define FAXREC_FLOW FLOW_SOFT
#define FAXSEND_FLOW FLOW_SOFT
#define FAX_RECV_SWITCHBD 19200
#define FAX_SEND_BAUD 19200
#define FAX_MODEM_HANDSHAKE "AT&K4"
at+fmfr? ROCKWELL
at+fmdl? V.32AC
at+frev? V1.71-02 TR14-Jxxx-001
ati3 V1.71-02 TR14-Jxxx-001 225
ati5 (c) 1992,93 Supra Corporation
Remark: see also Chris Junge's entry below
-----------------------------------------------------------------------
Modem brand/model: Holmes Fax'em 96/24
AT+FMFR? EXAR
AT+FMDL? 9648,2,E,290X
AT+FREV? 9/30/91 9.10 E + V.23 REVISION 2.1D3
ATI3 9/30/91 9.10 E + V.23 REVISION 2.1D3
ATI4 9/30/91 9.10 E + V.23 REVISION 2.1D3
AT+FDCC=? (0,1),(0-3),(0-3),(0-2),(0-2),(0),(0),(0-7)
tested on: OS: Linux, Kernel: 0.99pl13, Distribution: Slackware 1.1.2
Computer: Compaq LTE Lite/25c Notebook
remarks: introduce additional delays as mentioned in the
mgetty-documentation
working: sendfax, mgetty
contributor: lauther@zfe.siemens.de
#define DEFAULT_PORTSPEED 19200
#define MODEM_INIT_STRING "ATS0=0Q0&D3&H3&N0&K4"
#define MODEM_CMD_SUFFIX "\r"
#define DO_CHAT_SEND_DELAY 50
#define FAX_COMMAND_DELAY 50
#define DATA_FLOW FLOW_HARD
#define FAXREC_FLOW FLOW_HARD | FLOW_SOFT
#define FAXSEND_FLOW FLOW_HARD | FLOW_SOFT
#define FAX_SEND_BAUD 19200
#define FAX_MODEM_HANDSHAKE ""
-----------------------------------------------------------------------
Modem brand/model: "ESCOM High speed modem 14400"
at+fmfr? EXAR
at+fmdl? ROCKWELL 144DP
at+frev? E.C. Version 7.1 Date code 921118
ati3 E.C. Version 7.1 Date code 921118
ati6 FM-144DHVBIS+/R1 V3.1o
tested on: linux 1.1.20
working: sendfax, (mgetty?)
remarks: sendfax works only after padding blank lines
with zeros, e.g. by means of ..| g3cat -p 20 | ..
If this is not done, the machine at the
other end may hang up irrecoverably.
contributor: nuk111@cvx12.inet.dkfz-heidelberg.de
#define DATA_FLOW FLOW_HARD
#define FAX_COMMAND_DELAY 50
#define FAXREC_FLOW FLOW_SOFT
#define FAXSEND_FLOW FLOW_SOFT
#define FAX_SEND_BAUD 19200 (38400 seems to be o.k., too)
#define FAX_MODEM_HANDSHAKE "AT\\Q3\\N6"
#define MODEM_INIT_STRING "ATS0=0Q0&D3\\Q3\\N6"
-----------------------------------------------------------------------
Modem brand/model: ESCOM Data Hawk 14400
at+fmfr? EXAR
at+fmdl? ROCKWELL 144DP
at+frev? E.C. Version : 7.1
Date code 921118
CURRENT COUNTRY : 5 GERMANY
ati1 122
FM-144DHVBIS+/R1 V3.1o
ati3 CURRENT COUNTRY : 5 GERMANY
ati6 FM-144DHVBIS+/R1 V3.1o
MODEM CHIP : ROCKWELL RC144DP H-CODE
FAX CLASS 2
contributor: stg@gandalf.han.de
-----------------------------------------------------------------------
Modem brand/model: "Boca V.32bis"
at+fmfr? ROCKWELL
at+fmdl? RC32ACL
at+frev? V1.005
ati3 V1.005
ati4 Boca Research, M144GRA
tested on: SINIX-L 5.40 A20N5 MX300I i386
working: sendfax, mgetty/fax receive
remarks: Not really tested, it simply works stable enough for me.
The special condition is that the MX300 on which mgetty runs
has no hardware handshake.
contributor: fte@gecko.de (Frank Tegtmeyer)
#define DEFAULT_PORTSPEED 19200
#define MODEM_INIT_STRING "ATS0=0Q0" all other defined in modem setup
#define DATA_FLOW FLOW_SOFT
#define FAXREC_FLOW FLOW_SOFT
#define FAXSEND_FLOW FLOW_SOFT
#define FAX_SEND_BAUD 19200
#define FAX_MODEM_HANDSHAKE ""
-----------------------------------------------------------------------
Modem brand/model: Supra FAX Modem V.32bis
at+fmfr? ROCKWELL
at+fmdl? V.32AC
at+frev? V1.80-06v TR14-Jxxx-001
ati3 V1.80-06v TR14-Jxxx-001 216
ati4 a007050C08484402F / bC60000000 / r16E5111151012000 / r3000111170000000
tested on: Linux version 1.1.44
working: sendfax, mgetty
contributor: chris@cj.in-berlin.de
remarks: If ATi3 reveals v1.7x and/or you are having faxing problems,
especially with drop-outs between pages. A fix is don't
define &D3 in the MODEM_INIT_STRING. Use &D2 and define
in mg_m_init.c: "\\d\\d\\d+++\\d\\d\\d\r\\dATZQ0V1", "OK"
There is another bug with AT+FCLASS=0: it sets &K3 to &K0
Here is a little patch:
*** mg_m_init.c.orig Sun Aug 14 13:32:48 1994
--- mg_m_init.c Sun Aug 14 10:51:27 1994
***************
*** 135,140 ****
--- 135,145 ----
{
lprintf( L_MESG, "huh? Cannot set +FDCC parameters" );
}
+
+ if ( mdm_command( "AT &K3", fd ) == FAIL )
+ {
+ lprintf( L_MESG, "cannot set &K3 handshake" );
+ }
return SUCCESS;
}
#define DEFAULT_MODEMTYPE "auto"
#define DATA_FLOW FLOW_HARD
#define FAX_COMMAND_DELAY 50
#define FAXREC_FLOW FLOW_HARD
#define FAXSEND_FLOW FLOW_HARD
#define FAX_SEND_BAUD 19200
#define FAX_RECV_SWITCHBD 19200
#define MODEM_INIT_STRING "ATS0=0Q0&D3"
#define FAX_MODEM_HANDSHAKE "AT&K3"
-----------------------------------------------------------------------
Modem brand/model: "Telebit T2500"
ati4 a037800C004420 b100000000
tested on: linux 1.1p62, 486DX50, UART 16450A
mgetty version: 0.21
working: mgetty
remarks: No fax option available with this modem :-c
contributor: frank@gzunda.mayn.sub.de (Stefan Frank (sf))
#define DEFAULT_PORTSPEED 19200
#define DATA_FLOW FLOW_HARD
#define DO_CHAT_SEND_DELAY 500
#define FAX_COMMAND_DELAY 500
#define MODEM_INIT_STRING "ATS0=0V1Q0&D3&K3"
mgetty.c: int toggle_dtr_waittime = 2000; /* otherwise reset may fail */
-----------------------------------------------------------------------
Modem brand/model: U.S. Robotics Courier V.34 Fax
ati0 2886
ati7 Configuration Profile...
Product type US/Canada External
Options V32bis,Terbo,V.FC,V.34
Fax Options Class 1/Class 2.0
Clock Freq 20.16Mhz
Eprom 256k
Ram 32k
Supervisor date 12/02/94
DSP date 12/02/94
Supervisor rev 6.0.5
DSP rev 1.0.6
tested on: linux 1.0.9
working: sendfax, mgetty-0.22
remarks: This "V.Everything" modem connects with V.34, V.FC, and V.32terbo
in addition to the standard lower speeds (but not HST). It has
adaptive speed leveling to dynamically adjust to line conditions.
It supports fax classes 1 and 2.0. I use the linux spd_vhi serial
port setting together with 38400 to lock the modem at 115200 baud.
Note that it does not require the "#define FAX_USRobotics" in
policy.h. I use the default modem switches and all the default
settings obtained by AT&F1 with one exception: I set ATT so that
"ATD" will use tones to dial instead of pulses, by default.
When sending to some older fax machines (Amstrad, Pitney-Bowes,
Sharp) fails, try setting S36=14 for longer timeouts. Thanks to
sbromwic@usr.com for this hint.
contributor: hemphill@alumni.caltech.edu
contributor2: cb@medat.de (Christoph Brinck)
#define DEFAULT_PORTSPEED 38400
#define DATA_FLOW FLOW_HARD
#define FAXREC_FLOW FLOW_HARD
#define FAXSEND_FLOW FLOW_HARD
#define FAX_SEND_BAUD 38400
#define FAX_MODEM_HANDSHAKE "AT&H1"
#define MODEM_INIT_STRING "AT&F1&S4T"
-----------------------------------------------------------------------
Modem brand/model: Intel High-Speed (14400) Internal Faxmodem
AT+FMFR? EXAR
AT+FMDL? ROCKWELL 144DP
AT+FREV? INTEL 14400I V1.7
MODEM CHIP : ROCKWELL RC144DP
FAX CLASS 2
ATI1 046
INTEL 14400I V1.7
ATI3 E.C. Version : 1.6
Date code 930511
ATI4 INTEL 14400I V1.7
MODEM CHIP : ROCKWELL RC144DP
FAX CLASS 2
ATI5 as ATI4
ATI6 as ATI4
AT+FDCC=? (0-1),(0-5),(0-3),(0-2),(0-2),(0),(0),(0-7)
tested on: Linux 1.1.76, mgetty-sendfax v0.22
working: sendfax, mgetty
contributor: jeffrey@thompson.itm.org
remarks: Make sure and use &D2 and not &D3. &D3 is reset to &D0!
#define DEFAULT_PORTSPEED 19200
#define MODEM_INIT_STRING "ATS0=0Q0&D2\\\\Q3\\\\N3\"H3"
#define MODEM_CMD_SUFFIX "\r"
#define DEFAULT_MODEMTYPE "auto"
#define DO_CHAT_SEND_DELAY 50
#define FAX_COMMAND_DELAY 50
#define DATA_FLOW FLOW_HARD
#define FAXREC_FLOW FLOW_HARD | FLOW_SOFT
#define FAXSEND_FLOW FLOW_HARD | FLOW_SOFT
#define FAX_SEND_BAUD 38400
#define FAX_MODEM_HANDSHAKE "AT\\Q3&S0"
#define FAX_MODEM_TTYS "ttyS2" (not cua2)
And an AT&V of my modem settings:
ACTIVE PROFILE:
B1 E1 L2 M0 Q0 T V1 X4 Y0 &C1 &D2 &G0 &P0 &S0 &Y0
\A3 %A013 \C0 %C1 %E1 \G0 \J0 \K5 \N3 \Q3 \T000 \V2 \X0 -J1 "H3
S00:000 S01:000 S02:043 S03:013 S04:010 S05:008 S06:002 S07:120
S08:002 S09:006 S10:014 S11:070 S12:050 S18:255 S23:17H S25:005 S26:001
-----------------------------------------------------------------------
Modem brand/model: Creatix LC 288 FC
at+fmfr? ROCKWELL
at+fmdl? AC/VFC
at+frev? V1.000-DS39 VFC
ati0 28800
ati3 V1.000-DS39 VFC
ati4 Creatix Polymedia GmbH V1.00 18/08/94
ati6 RC288DPi Rev 05BA
at+fdcc=? (0,1),(0-5),(0-2),(0-2),(0,1),0,0,(0-7)
tested on: linux 1.1.54, 486DX50, UART 16550A
mgetty version: 0.21, 0.23
working: sendfax, mgetty
remarks: sendfax and mgetty (fax & logins) work, serving
documents for polling with mgetty works, but polling
with sendfax does not work (yet)
great modem!
contributor: schaefer@dfki.uni-sb.de (Ulrich Schaefer)
#define DEFAULT_PORTSPEED 38400 (115200 effectively)
#define DATA_FLOW FLOW_HARD
#define FAXREC_FLOW FLOW_HARD
#define FAXSEND_FLOW FLOW_HARD
#define DO_CHAT_SEND_DELAY 50
#define FAX_COMMAND_DELAY 50
#define FAX_RECEIVE_SWITCHBD 19200
#define FAX_SEND_BAUD 38400 (115200 effectively)
#define FAX_MODEM_HANDSHAKE "&K3"
#define MODEM_INIT_STRING "ATS0=0V1Q0&D3&K3&C1"
alternatively, leave everything as it is by default, and use
switchbd 19200
speed 38400
init-chat "" \d\d\d+++\d\d\dATQ0E1V1H0 OK ATS0=0&D3&C1&K3 OK
in mgetty.config.
-----------------------------------------------------------------------
Modem brand/model: "TKR Terbo Line"
at+fmfr? FAX TEST CODE
at+fmdl? AT&T
at+frev? FAX Version 3.99
ati3 TKR Terbo Line 19K2/010-Q
ati4 007040C004000
tested on: Linux version 1.2.1, mgetty 0.23
working: sendfax, mgetty/fax receive, dialout
remarks: The Firmware version 010 (ati3) is the first that is able
to decide wether a call is from a modem or fax. Earlier versions
receive only in fax mode. You can get the newest version from the
TKR bbs (+49 431 336199) or by snail-mail (Phone: +49 431 34589).
contributor: fte@impulse.ris.de (Frank Tegtmeyer)
#define DEFAULT_PORTSPEED 19200
/* #define USE_GETTYDEFS */
#define MODEM_INIT_STRING "ATX3S0=0Q0&D2&C1&K3"
#define MODEM_CMD_SUFFIX "\r\n"
#define DEFAULT_MODEMTYPE "cls2"
#define DO_CHAT_SEND_DELAY 50
#define FAX_COMMAND_DELAY 50
#define DATA_FLOW FLOW_HARD
#define FAXREC_FLOW FLOW_HARD | FLOW_SOFT
#define FAXSEND_FLOW FLOW_HARD | FLOW_SOFT
/* #define FAX_RECV_SWITCHBD 19200 */
#define FAX_SEND_BAUD 19200
/* #define FAX_SEND_SWITCHBD 19200 */
/* #define FAX_MODEM_HANDSHAKE "AT&H3" */
/* #define FAXSEND_NO_XON */
-----------------------------------------------------------------------
Modem brand/model: XLink V.34 + V.FC
AT+FMFR? GVC
AT+FMDL? ROCKWELL 144DPI
AT+FREV? KA1131-00
ATI0 288
ATI3 E.C. Version : T
ATI4 F-1128V/R6 (GM) V6.18.4
MODEM CHIP : ROCKWELL RC288DPi
FAX CLASS 1 AND CLASS 2
AT+FDCC=? (0,1),(0-5),(0-3),(0-2),(0),(0),(0),(0-7)
tested on: linux 1.2.6, 486DX40, UART16550A
mgetty version: 0.23 (Dec 23, 1994)
working: mgetty, sendfax
remarks: sendfax and mgetty (fax & logins) work, polling
with sendfax does not work (yet)
contributor: tom@umibox.hanse.de (Thomas Milde, DL1HBT)
#define DEFAULT_PORTSPEED 38400
#define DATA_FLOW FLOW_HARD
#define FAXREC_FLOW FLOW_HARD
#define FAXSEND_FLOW FLOW_HARD
#define DO_CHAT_SEND_DELAY 50
#define FAX_COMMAND_DELAY 50
#define FAX_RECEIVE_SWITCHBD 19200
#define FAX_SEND_BAUD 38400
#define FAX_MODEM_HANDSHAKE "&K3"
#define MODEM_INIT_STRING "ATS0=0V1Q0&D3&K3&C1"
-----------------------------------------------------------------------
Modem brand/model: CPV Stollmann Delta V.34
at+fmfr? GVC
at+fmdl? ROCKWELL 144DPI
at+frev? KA1131-00
ati0 288
ati3 E.C. Version : T
ati4 F-1128V/R6 (GM) V6.18.3
MODEM CHIP : ROCKWELL RC288DPi
FAX CLASS 1 AND CLASS 2
at+fdcc=? (0,1),(0-5),(0-3),(0-2),(0),(0),(0),(0-7)
tested on: linux 1.1.54, 486DX50, UART 16550A
mgetty version: 0.23 of April 10, 1995
working: mgetty and sendfax, no polling available
contributor: schaefer@dfki.uni-sb.de (Ulrich Schaefer)
policy.h:
everything default
mgetty.config:
speed 115200
switchbd 19200
init-chat ATS0=0V1Q0&D3&C1&K3 OK
-----------------------------------------------------------------------
Subject: new entry mgetty+sendfax modem.db
From: Thomas Kuerten <kuerten@informatik.tu-muenchen.de>
To: gert@greenie.muc.de (Gert Doering)
Modem brand/model: USRobotics Sportster V.34 28.800 Fax Modem
AT+FMFR? ???
AT+FMDL? ???
AT+FREV? ???
ATI0 2886
ATI1 05B1
ATI4 USRobotics Sportster 28800 Fax Settings...
B0 E1 F1 M1 Q0 V1 X4
BAUD=115200 PARITY=N WORDLEN=8
[..]
ATI7
Configuration Profile...
Product type Germany External
Options V32bis,V.FC,V.34
Fax Options Class 1/Class 2.0
tested on: Linux 1.0 (Slackware 1.2.0)
Kernel 1.1.59 and 1.2.0
tested on: Solaris 2.5
SunOS 4.1.3 and 4.1.4
working: sendfax, mgetty
remarks: "#define FAX_USRobotics" is NOT intended to use with
this modem, instead all works fine without, and problems
occur IF this is defined.
Best modem I ever had, all works fine for sendfax
and receivefax, different faxes received, multipage
(up to 10) from different countries (Scotland, Italy).
mgetty remote login not yet tested. Modem has great
connects with V.34 28.800 in data mode, giving rates of
4500 cps for uncompressed and 3400 for compressed data.
But only good for stable telefon lines, not very good
at scratchy or analog connections.
If you have caller ID on your phone line, add
AT#CID=1 to your init chat sequence, and mgetty
will be able to write the Caller ID to the log
files.
WARNING: many USR Sportster models are completely unable to send and/or
receive faxes. So, if faxing is important for you, DO NOT GET
AN USR SPORTSTER. (Get an USR Courier, works very good).
contributor: kuerten@informatik.tu-muenchen.de
contributor: rrb@cqs.ch
/* changed values in policy.h: */
#define MODEM_INIT_STRING "ATZ"
#define FAX_MODEM_HANDSHAKE "AT&H3&I2&R2S7=90"
/* unchanged: */
#define DEFAULT_PORTSPEED 38400 /* 115200 w/ 'setserial spd_vhi' */
#define DATA_FLOW FLOW_HARD
#define FAXREC_FLOW FLOW_HARD | FLOW_SOFT
#define FAXSEND_FLOW FLOW_HARD | FLOW_SOFT
#define FAX_SEND_BAUD 38400
#define DEFAULT_MODEMTYPE "auto"
--------------------------------- schnibbel ---------------------------------
Modem: SupraFaxModem 288 V34
tested on: OS: Linux 1.3.28
Computer: 486dx2/66 PCI system with 16450
working: mgetty, sendfax, Version 0.98
contributor: hohndel@aib.com (Dirk H. Hohndel)
at+fmfr? Supra Corporation
at+fmdl? SupraFAXModem 288
at+frev? V1.200-02-V34_DS
ati7 RC288DPi Rev 04BC
#define DEFAULT_PORTSPEED 38400
#define MODEM_INIT_STRING "ATS0=0Q0&D3&C1&K3"
#define DATA_FLOW FLOW_HARD
#define FAXREC_FLOW FLOW_HARD | FLOW_SOFT
#define FAXSEND_FLOW FLOW_HARD | FLOW_SOFT
#define FAX_RECV_SWITCHBD 19200
all other values left at "default".
--------------------------------- schnibbel ---------------------------------
Modem: Dynalink 1414VE
contributor: sakari@picea.hut.fi
#define MODEM_INIT_STRING "ATS0=0N1Q0&D3&K3&Q5"
/*#define FAX_MODEM_HANDSHAKE "AT&H3"*/
all other values left at "default"
-----------------------------------------------------------------------
Modem brand/model: U.S. Robotics Courier High Speed Modem
Dual Standard V.34 Fax with V.Fast Class and
V.32bis
ati0 3366
ati7 Configuration Profile...
Product type Germany External MSK
Options HST,V32bis,Terbo,V.FC,V.34
Fax Options Class 1/Class 2.0
Clock Freq 20.16Mhz
Eprom 256k
Ram 32k
Supervisor date 11/07/95
DSP date 07/05/95
Supervisor rev 049-6.2.2
DSP rev 1.2.2
tested on: linux 1.2.13
working: sendfax, mgetty-0.99 from Feb 25, 1996
remarks: it is very important to specify S9=3,
default value does not work
contributor: vnm@rzbt.fh-hamburg.de
policy.h:
#define DEFAULT_PORTSPEED 115200
#define MODEM_INIT_STRING "AT&F&A3&B1&H1&R2&D2&C1X7S0=0S9=3S7=90"
#define MODEM_CMD_SUFFIX "\r"
#define DEFAULT_MODEMTYPE "auto"
#define DO_CHAT_SEND_DELAY 50
#define FAX_COMMAND_DELAY 50
#define DATA_FLOW FLOW_HARD
#define FAXREC_FLOW FLOW_HARD
#define FAXSEND_FLOW FLOW_HARD
#define FAX_SEND_BAUD 38400
#define FAX_MODEM_HANDSHAKE "AT&H1"
DIP switches:
1 OFF 2 OFF 3 ON 4 OFF 5 OFF 6 OFF 7 OFF 8 ON 9 ON 10 OFF
-----------------------------------------------------------------------
Modem brand/model: "Blatzheim GM-288Vc+ FAX"
at+fmfr? GVC
at+fmdl? ROCKWELL 144DPI
at+frev? KA1131-00
ati3 E.C. Version : R
ati4 GM-288Vc+ FAX V6.23 Blatzheim GmbH, Bonn
MODEM CHIP : ROCKWELL RC288DP/VFC
FAX CLASS 1 AND CLASS 2
AT+FDCC=? (0,1),(0-5),(0-3),(0-2),(0,1),(0),(0),(0-7)
tested on: linux 1.3.95, Pentium 100, UART16550A
working: sendfax, mgetty-0.98
remarks: no FAX polling mode (neither client nor server);
newer V.34 modem not tested (my modem has only
V.fast-class); no FAX Class 2.0 (only Class 2).
policy.h: #define FAX_SEND_INGORE_CARRIER /* required!! */
mgetty.config: speed 38400
switchbd 38400
init-chat "" \d\d\d+++\d\d\dAT OK ATH0 OK AT&FB2E0L1M0S0=0 OK
sendfax.config: modem-init AT&FB2E0L1M0S0=0
switchbd 38400
speed 38400
contributor: thielen@lpr.e-technik.tu-muenchen.de
-----------------------------------------------------------------------
Modem brand/model: "AT&T" (1428VQE) (no-brand manufacturer using AT&T
chipset).
at+fmfr? AT&T
at+fmdl? HSM288xCF
at+frev? V4.00
ati3 DDS-03 9/27/95
ati4 007040C0040000
tested on: linux 1.2.1
working: mgetty (data incoming, login and incoming fax)
remarks: This is the setup for this modem as of
my mgetty.config:
port ttyS1
speed 38400
init-chat "" \d\d\d+++\d\d\d\dAT&F OK ATZ OK ATE0L0 OK
modem-type cls2
switchbd 19200
MAKE SURE ATE0 is selected. This modem defaults to
echo on (ATE1) and that confuses mgetty causing
fax reception to fail.
contributor: rr@mn.village.it (Ruggero Ruberti)
#define DATA_FLOW FLOW_HARD
#define FAXREC_FLOW FLOW_HARD | FLOW_SOFT
-----------------------------------------------------------------------
Modem: MVP288XV Cardinal 28800 ext. voice/fax/modem
OS: Linux 1.3.97 on pentium-120
Init: AT&F
/etc/mgetty.config: switchbd 19200 # No faxes else!
modem-type cls2 # works without this also
All other settings are untouched.
contributor: georgiev@generation.net
-----------------------------------------------------------------------
Modem brand/model: ViVa 14.4/Fax from Computer Peripherals
AT+FMFR? ROCKWELL
AT+FMDL? RC32ACL
AT+FREV? V1.000
ATI0 14400
ATI1 007
ATI4 AT-1414PKM V1.00 STANDARD VERSION 4.7.1993
AT&V
ACTIVE PROFILE:
B0 E1 L1 M1 N1 Q0 T V1 W1 X4 Y0 &C1 &D2 &G0 &J0 &K3 &Q5 &R1 &S0 &T4 &X0 &Y0
tested on: Solaris 2.5
SunOS 4.1.3 and 4.1.4
working: sendfax, mgetty
remarks:
contributor: rrb@cqs.ch
/* changed values in policy.h: */
#define MODEM_INIT_STRING "ATZ"
#define FAX_MODEM_HANDSHAKE "AT&K3"
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Modem brand/model: "1&1 Speedster 14400"
AT+FMFR? CIS
AT+FMDL? CEUSBEXX V1.03 31/01/96
AT+FREV? VERSION 1.03 01-05-01-01
ATI0 144
ATI1 048
ATI3 CEUSBEXX V1.03 31/01/96
ATI4 UMC V.32bis/FAX/VOICE MODEM
ATI6
AT+FDCC=? (0,1),(0-5),(0-3),(0-2),(0),(0),(0),(0-7)
tested on: Sun Solaris 2.5 with Sun C-Compiler
working: sendfax
remarks: mgetty not tested (no need for it at the moment)
contributor: Alexander.Zimmermann@FMI.Uni-Passau.De
#define DEFAULT_PORTSPEED 19200
#define MODEM_INIT_STRING "ATS0=0Q0&D3&C1&K3"
#define FAX_SEND_BAUD 19200
#define FAX_MODEM_HANDSHAKE "AT&K3"
#define FAX_MODEM_TTYS "/dev/term/a"
#define FAXSEND_NO_XON /* does not work without this !! */
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Date: Thu, 12 Sep 1996 15:50:33 +0200 (MET DST)
Thank you Gerd for your marvellous programm. And many thanks to all
others involved in this endeavour. It's all set up and working fine on my
machiene. As you adviced, I got me another modem. The Creatix 144VFi is
sold now for 75DM. I think they are clearing it out. So if anybody likes
it, get it now. By the way, the included software for DOS/win is nice but
it doesn't work.
I have in my Linux Box this modem running with mgetty99-Aug26 and a
Creatix ISDN Card (Baugleich mit Teles 16.0) with vboxgetty.
Since the voice functions work so well with ISDN, I didn't even try to
get them working with the modem. It is used mainly for faxing and
sometimes to call a BBS with no ISDN port. Everything else is done with
the ISDN card.
And here the configuration data for the modem.db:
Modem brand/model: Creatix 144VFi PhoneMaster / fax modem
##############################################################
AT+FMFR? CIS
AT+FMDL? CCUSBIXX V1.10 10/10/95
AT+FREV? VERSION 1.10 01-05-01-01
ATI0 144
ATI1 134
ATI3 CCUSBIXX V1.10 10/10/95
ATI4 UMC V.32bis/FAX/VOICE MODEM
AT+FDCC=? (0,1),(0-5),(0-3),(0-2),(0),(0),(0),(0-7)
tested on: kernel 2.0.15
working: sendfax, mgetty
contributor: weizenkeim@t-online.de
#define DEFAULT_PORTSPEED 38400
#define MODEM_INIT_STRING "ATS0=0Q0&D3&K3"
#define MODEM_CMD_SUFFIX "\r"
#define DEFAULT_MODEMTYPE "cls2"
#define DO_CHAT_SEND_DELAY 50
#define FAX_COMMAND_DELAY 50
#define DATA_FLOW FLOW_HARD
#define FAXREC_FLOW FLOW_HARD | FLOW_SOFT
#define FAXSEND_FLOW FLOW_HARD | FLOW_SOFT
#define FAX_RECV_SWITCHBD 19200
#define FAX_SEND_BAUD 19200
#define FAX_SEND_SWITCHBD 19200
#define FAX_MODEM_HANDSHAKE "AT&K3"
-----------------------------------------------------------------------
Modem brand/model: "Bocamodem 14.4Kbps V.32bis"
at+fmfr? ROCKWELL
at+fmdl? RC32ACL
at+frev? V1.300-AS29
ati3 V1.300-AS29
ati4 14,400 bps
tested on: Linux 2.0.18 - Rocketport 8 port board, comtrol.1.11 driver module
working: sendfax, mgetty
contributor: don@marinelab.sarasota.fl.us
----
#ident "@(#)policy.h 3.6 96/07/09 Copyright (c) Gert Doering"
#define DEFAULT_MODEMTYPE "cls2"
#define DATA_FLOW FLOW_HARD
#define FAXSEND_FLOW FLOW_SOFT
#define FAX_SEND_BAUD 19200
----
# sendfax configuration file
fax-devices ttyR0
port ttyR0
modem-handshake AT&K4
----
# mgetty configuration file
port ttyR0
init-chat "" \d\d\d+++\d\d\dAT&F0\d\dS0=0M0E1X4Q0V1&C1&D2&K OK
speed 19200
data-only n
-----------------------------------------------------------------------
Modem model: TKR TriStar (OEM Version of ELSA 28.8 TQV)
at+fmfr? ""
at+fmdl? "TKR TriStar"
at+frev? "Ver. 1.16 vom 26.04.96"
ati 282
ati1 073
ati2 OK
ati3 Ver. 1.16 vom 26.04.96
Initstring: ATL1V1&D3
tested on: Linux Kernel 2.0.18
working: mgetty, vgetty, Fax, Voice, Data
remarks: No changes in policy.h.
The Company TKR don't know about this Modem, and
Elsa ask for at+fmdl? and answer "call TKR"
Only for Voice-mode changes in voice.conf:
port_speed 38400
port_timeout 15
contributor: Karlo Gross kg@orion.ddorf.rhein-ruhr.de
date: Mon Dec 16 19:52:34 1996
-----------------------------------------------------------------------
Modem brand/model: Creatix (?) 1&1 Speedster 14400U (grün)
AT+FMFR? CIS
AT+FMDL? CEUSBEXX V1.03 31/01/96
AT+FREV? VERSION 1.03 01-05-01-01
ATI3 CEUSBEXX V1.03 31/01/96
ATI4 UMC V.32bis/FAX/VOICE MODEM
AT+FDCC=? (0,1),(0-5),(0-3),(0-2),(0),(0),(0),(0-7)
system: Linux 2.0.18, i486
contributor: martin.stechert@t-online.de
Date: Sun, 12 Jan 1997 19:59:45 +0100 (CET)
#define DEFAULT_PORTSPEED 38400
#define MODEM_INIT_STRING "ATV1Q0"
#define DATA_FLOW FLOW_HARD
#define FAXREC_FLOW FLOW_HARD | FLOW_SOFT
#define FAX_MODEM_HANDSHAKE "AT&K3"
#define FAX_DIAL_PREFIX "ATD"
#define FAXSEND_NO_XON /* !!!!! */
-----------------------------------------------------------------------
Modem brand/model: "IDC-1914BXL 19200 bps FAX-MODEM"
at+fmfr? IDC
at+fmdl? IDC
at+frev? FAX Version 4.02
ati3 IDC-1914BXL V.32terbo/V.42bis firmware by Mike Telis, Ver. 2.21
ati6 Copyright INPRO, 1994-96. Tech support hot line (095) 265-0238.
tested on: FreeBSD 2.1.0
working: mgetty, sendfax (both 0.99.9)
remarks: This modem is very popular with fidonet sysops in
Russia. It is certified by the Russian Ministry of
Communications and has a lot of features to tweak it
so that it works on poor lines where other modems
inevitably fail.
remarks (2): Something very weird is happening when receiving
faxes -- sometimes it just "stops"...!!??
contributor: vas@vas.tomsk.su
date: Mon, 27 Jan 97 19:46:18 +0700
#define DEFAULT_PORTSPEED 38400
#define MODEM_INIT_STRING "ATZ"
#define MODEM_CMD_SUFFIX "\r"
#define DEFAULT_MODEMTYPE "auto"
#define DO_CHAT_SEND_DELAY 50
#define FAX_COMMAND_DELAY 50
#define DATA_FLOW FLOW_HARD
#define FAXREC_FLOW FLOW_SOFT
#define FAXSEND_FLOW FLOW_SOFT
#define FAX_SEND_BAUD 19200
#define FAX_MODEM_HANDSHAKE "AT&K3"
-----------------------------------------------------------------------
Modem brand/model: ELSA Microlink 28.8 TQV
AT+FMFR? "ELSA, Aachen (Germany)"
AT+FMDL? "MicroLink 28.8TQV"
AT+FREV? "Ver. 1.10 vom 19.09.95"
ATI3 Ver. 1.10 vom 19.09.95
AT+FDCC=? (0,1),(0-5),(0-2),(0-2),(0),(0),(0),(0-7)
tested on: OS: Linux, Kernel: 2.0.25, Distribution: Suse 4.4
(mgetty-1.1.1-Jan28)
Computer: Pentium 166
working: sendfax, mgetty
contributor: ai@easy.in-chemnitz.de
remarks: same executable runs with slighly modified
init-chat with ELSA Microlink ISDN/TLV.34
#define DEFAULT_PORTSPEED 38400
#define MODEM_INIT_STRING "\\dATS0=0Q0&D2&K3N1%E1&Q5"
#define DATA_FLOW FLOW_HARD
#define FAXREC_FLOW FLOW_HARD | FLOW_SOFT
#define FAXSEND_FLOW FLOW_HARD | FLOW_SOFT
#define FAX_SEND_BAUD 19200
#define FAX_MODEM_HANDSHAKE "AT\\Q3&S0"
-----------------------------------------------------------------------
Modem brand/model: "Designer Modem (NoName)"
at+fmfr? ACEEX
at+fmdl? 9624,2,E,290E
at+frev? Sep-24-1991
ati3
ati6 V2.7 MAY-27-94
DM1414/2A/RC144DP-21/PCB:490-09636-xx
BZT POSTZULASSUNG-FIRMWARE VERSION:V.105
tested on: Linux 1.2.x and 2.0.x
working: mgetty, sendfax
remarks: Works fine.
contributor: ht@rosenthal.ohz.north.de (Hermann Treu)
date: 21 Mar 97 16:49:30 +0100
#define FAX_COMMAND_DELAY 50
#define FAXREC_FLOW FLOW_HARD | FLOW_SOFT
#define FAXSEND_FLOW FLOW_HARD | FLOW_SOFT
#define DEFAULT_PORTSPEED 38400
#define FAX_SEND_BAUD 19200
#define FAX_RECV_SHWITCHBD 19200
#define FAX_MODEM_HANDSHAKE "AT&K3"
#define MODEM_INIT_STRING "AT%T1S0=0E0Q0V1&C1&D3"
-----------------------------------------------------------------------
Date: Thu, 8 May 1997 08:25:39 +0000 ()
From: Felipe Rivera Marquez <felipe@informador.com.mx>
To: Gert Doering <gert@greenie.muc.de>
Subject: Motorola ModemSURFR entry for modems.db
Modem brand/model: "Motorola ModemSURFR 28.8 External""
at+fmfr? AT&T
at+fmdl? HSM288xCF
at+frev? CL2 V4.00
ati3 Motorola ModemSURFR 28.8
ati4 007040C0040000
at&v STORED PROFILE 0:
B1 E0 L1 M1 Q0 V1 W0 X4 &B1 &C1 &D2 &G0 &L0 &P0 &Q0 &R0 &S0
&X0 %A013 %C1 %G1 \A3 \C0 \G0 \J0 \K5 \N3 \Q3 \T000 \V0
\X0 -J1 "H3 "O032
S00:000 S02:043 S03:013 S04:010 S05:008 S06:002 S07:045
S08:002 S09:006 S10:014 S11:095 S12:050 S18:000 S25:005
S26:001 S37:000 S72:000
tested on: Linux 2.0.18 (Distribution RedHat 4.0)
working: mgetty
remarks: &D2 sould be &D3 in the STORED PROFILE 0 (active
DTR hang and reset modem) but it was easier to set
&D3 in the init-string on mgetty.config
Set toggle-dtr-waittime in mgetty.config to 2000,
it seems that 50 (the default) is not enough for
this modem.
All the modems are working with a Comtrol
Rocketport ISA 32 ports. Maybe you should decrease
DO_CHAT_SEND_DELAY and toggle-dtr-waittime. I just
set them high because i was getting mad and when
the modems stopped going away, i just said to me:
No more changes, don't touch the settings anymore
:).
I use the modems for data only.
Some of the commands in the init-strings are
unnecesary, but, well.... the modems are working
without trouble.
contributor: felipe@informador.com.mx
#define MODEM_CHECK_TIME -1
#define DEFAULT_MODEMTYPE "data"
#define DO_CHAT_SEND_DELAY 1000
-------------- mgetty.config
# global settings
init-chat "" ATZ OK AT OK AT&D3ELS2=255S0=0 OK
force-init-chat "" \\d\\d\\d\\d\\d\\d+++\\d\\d\\dATH OK ATZ OK AT OK
AT&FELS2=255 OK ATS0=0&D3
toggle-dtr-waittime 2000
-----------------------------------------------------------------------
Date: Sun, 1 Jun 1997 20:31:35 +0200 (MET DST)
From: Peter Gerland <peter@peges.central.de>
To: Gert Doering <gert@greenie.muc.de>
Subject: Re: CYBERMOD und mgetty
Modem brand/model: "Dr. Neuhaus CYBERMOD 28.8 V.34"
at+fmfr? Dr. Neuhaus
at+fmdl? LC 28.8 TI DNT 1175
at+frev? V.0.00.0680
ati0 28800
ati1 255
ati8 AT&T V.34 Datapump Version 2.5
ati+FDCC? 28800
1,5,0,2,0,0,00
tested on: Linux 2.0.30
working: mgetty, sendfax
mgetty-version 1.1.6
remarks: Works after comment mg_m_init.c the line with
"/* if ( mdm_command( "AT+FCLASS=0",fd) == FAIL) */"
thanks to Gert Doering
contributor: peter@peges.central.de
date: 21 May 97 22:30
#define FAX_COMMAND_DELAY 50
#define FAXREC_FLOW FLOW_HARD | FLOW_SOFT
#define FAXSEND_FLOW FLOW_HARD | FLOW_SOFT
#define DEFAULT_PORTSPEED 38400
#define FAX_MODEM_HANDSHAKE
#define MODEM_INIT_STRING "AT&FS0=0M0L3\\\\q3\\\\J1"
-----------------------------------------------------------------------
Modem brand/model: "Dr. Neuhaus FURY 14.4 TI"
at+fmfr? Dr. Neuhaus Mikroelektronik GmbH
at+fmdl? FURY (R) 14.4 Ti
at+frev? Version 3.000
ati0 962
ati1 000
ati8 ...
ati9 FURY (R) 14.4 Ti Version 3.000
Data Pump Version 2.200
MNP/V.42 Version 7.000
ati+FDCC? 962
0,3,0,0,0,0,0,5
tested on: Linux 2.0.30
working: mgetty, sendfax
mgetty-version 1.1.9
contributor: bartels@bartels.com
date: 20 Oct 97
#define FAX_COMMAND_DELAY 50 (default)
#define FAXREC_FLOW FLOW_HARD | FLOW_SOFT (default)
#define FAXSEND_FLOW FLOW_HARD | FLOW_SOFT (default)
#define DEFAULT_PORTSPEED 38400 (default)
#define FAX_MODEM_HANDSHAKE (default)
-------------- mgetty.config
# port settings
modem-type cls2
switchbd 19200
-------------- sendfax.config
# port settings
modem-type cls2
ignore-carrier y
switchbd 19200
-----------------------------------------------------------------------
Contributor: Nick Holloway <Nick.Holloway@alfie.demon.co.uk>
Modem: ACCURA 33600, Model 5349GB, Version 6.20
at+fmfr? Copyright 1995, 1996 Hayes Microcomputer Products, Inc.
at+fmdl? ACCURA 33600
at+frev? Version 6.20
tested on: Linux 1.2.30, mgetty 1.0.0
working: mgetty, sendfax
remarks: The setting of S101 is just for distinctive ring.
mgetty.config: speed 115200
switchbd 0
init-chat "" \d\d\d+++\d\d\dATZ OK ATS101=61 OK
answer-chat "" AT+FCLASS=2;A CONNECT \c \r
-----------------------------------------------------------------------
Subject: Re: patch for mgetty
Date: Fri, 01 May 1998 10:11:17 +0200
From: Quercia Michel <quercia@cal.enst.fr>
Modem brand/model: "Kortex Adaptix 56000"
at+fmfr? Venus K56FLEX kfav141 Serial s091097V
at+fmdl? Venus K56FLEX kfav141 Serial s091097V
at+frev? s091097V
ati0 KORTEX ADAPTIX 56K FRANCE V1.00 110 780 00
ati1 0000
ati2
ati3 Venus K56FLEX kfav141 Serial s091097V
ati4 KORTEX ADAPTIX 56K FRANCE V1.00 110 780 00
ati5 s091097V,0,05
ati6
at+fdcc=? (0,1),(0-5),(0),(0-2),(0),(0),(0),(0-7)
at+vcid=? (0-2)
tested on: linux 2.0.29
working: mgetty (fax not tested)
remarks: poor doc, you'll have to phone Kortex (several times) to get info
about AT sequences. To get caller-Id report, send "at+vcid=1"
contributor: quercia@cal.enst.fr
-----------------------------------------------------------------------
Date: Wed, 20 May 1998 21:18:27 +0200
From: Karel Vanthuyne <Karel.Vanthuyne@village.uunet.be>
Subject: Re: latest release of mgetty (1.1.14) solved the problems with my E-tech modem!
Modem brand/model: E-Tech Golden Bullet E336RVP
ATJ E336RVP, 00, Ver 8.00, A75F, RCV336ACF/SP
ATI0 33600
ATI3 V2.050-V34_ACF_DS1
ATI6 RCV336DPFSP Rev 44BC
AT+FCLASS=? 0,1,1.0,80
tested on: Linux 2.0.30 (RedHat 4.2)/UART 16550A
working: vgetty
contributor: Karel.Vanthuyne@village.uunet.be
changes in voice.conf:
port_speed 115200
policy.h:
#define DEFAULT_PORTSPEED 115200
#define MODEM_INIT_STRING "ATV1E1&D3&C1X4&K3Q0W2N1L0S11=100"
#define MODEM_CMD_SUFFIX "\r"
#define DEFAULT_MODEMTYPE "auto"
#define DO_CHAT_SEND_DELAY 50
#define DATA_FLOW FLOW_HARD
Remark:
Note that this modem only supports fax class 1 and 1.0
Setting the modem-type to "auto" is harmless: vgetty doesn't detect fax
class 2/2.0 capability and just disables faxing.
Which is fine if you're only interested in using this modem for incoming
voice calls and data calls.
The modem doesn't seem to automatically distinguish between voice and
data, so I wrote a script to take care of that (caller has to press "0"
to get a data answering tone next time he calls).
However, it seems that work is in progress for fax class 1 support 8-)
I use efax for sending faxes right now.
-----------------------------------------------------------------------
Date: Wed, 22 Jul 1998 19:16:04 -0300
From: Claudemir Todo Bom <allgood@conection.com.br>
To: Gert Doering <gert@greenie.muc.de>, mgetty@muc.de
Subject: Re: Problems on sending to a Toshiba fax machine
Modem brand/modem: "Yanco NetSpeed ESV33.6"
at+fmfr? CIS
at+fmdl? RM-3314E,VERSION 1.10.1a,04-05-02
at+frev? VERSION 1.10.1a,04-05-02
ati3 same as at+fmdl?
tested on: Linux 2.0.33
working: sendfax, faxspool, faxrunq (mgetty not tested)
remarks: Great work with fax transmission, not tested
for incoming faxes and mgetty. Transmits faxes
from Brazil to various european countries.
Probably available only on Brazilian stores.
#define DEFAULT_MODEMTYPE "cls2" /* or auto */
#define FAX_MODEM_HANDSHAKE "AT&K3" /* Rockwell based */
#define FAX_SEND_IGNORE_CARRIER /* only tested with this */
#define FAXSEND_NO_XON /* needed */
-----------------------------------------------------------------------
Date: Tue, 25 Aug 1998 21:22:57 +0300 (EEST)
From: Olli Arnberg <oar@leka.hut.fi>
To: gert@greenie.muc.de
Subject: Thanks for 'modem-quirks' in mgetty-1.1.14 & XLink settings
Modem brand/model: XLink V.34 + V.FC (black enclosure)
at+fmfr?
CIS
OK
at+fmdl?
MC-2814E
VERSION 0.20.6
05-04-03
OK
VERSION 0.20.6
05-04-03
OK
ati0
288
OK
ati3
MC-2814E
VERSION 0.20.6
05-04-03
OK
ati4
OK
at+fdcc=?
(0,1),(0-5),(0-3),(0-2),(0),(0),(0),(0-7)
OK
at&v
ACTIVE PROFILE:
B0 E1 L2 M1 N1 Q0 T V1 X4 Y0 &C1 &D2 &G0 &L0 &M0 &P0 &R0 &S0 &T4 &X0 &Y0
%A000 %B28800 %C1 %D0 %E2 %N0 \A3 \C0 \G0 \J0 \K5 \M0 \N3 \Q3 \T000 \V2 \X0
S00:000 S02:043 S03:013 S04:010 S05:008 S06:002 S07:045 S08:002 S09:006 S10:014
S11:095 S12:050 S13:000 S18:000 S25:005 S26:001 S29:000 S30:000 S91:012
tested on: Debian/GNU/Linux 2.0.0 (hamm), kernel 2.0.27
mgetty version: 1.1.14 (Debian 1.1.14-2)
working: mgetty, sendfax
remarks: sendfax and mgetty (only fax tested) work
contributor: oar@cc.hut.fi (Olli Arnberg)
/etc/mgetty/mgetty.config:
# ----- port specific section -----
# Our XLink Rockwell modem, needs "switchbd 19200" to receive faxes
# properly (otherwise it will fail with "timeout").
port ttyXX
speed 38400
switchbd 19200
/etc/mgetty/sendfax.config:
# ----- port specific section -----
# Our XLink:
port ttyXX
modem-type cls2
ignore-carrier
## NO_XON before sending next fax page although Class 2 modem:
modem-quirks 8
-----------------------------------------------------------------------
Date: Sat, 3 Oct 1998 09:28:44 +0200
From: Ulf Steinberg <ulmo@rz.uni-karlsruhe.de>
Modem brand/model: USRobotics Sportster Message Plus
AT+FMFR? ???
AT+FMDL? ???
AT+FREV? ???
ATI0 5601
ATI1 5D48
ATI4 U.S. Robotics 56K Message Settings...
B0 E1 F1 L1 M1 Q0 V1 X4 Y0
BAUD=115200 PARITY=N WORDLEN=8
DIAL=PULSE ON HOOK
[...]
ATI7
Configuration Profile...
Product type Germany External
Product ID: 02206800
Options V32bis,V.34+,x2,V.90
Fax Options Class 1/Class 2.0
Voice Options Speaker Phone, TAD
Clock Freq 92.0Mhz
EPROM 256k
RAM 32k
FLASH date 2/24/98
FLASH rev 12.1.14
DSP date 2/24/98
DSP rev 12.1.14
tested on: Linux (SuSE 5.2)
Kernel 2.0.33
working: sendfax, mgetty, vgetty
remarks: Fax polling isn't working (due to the modem.)
for vgetty, the AT+MCS=0 command is very important
to "revive" the modem after a voice session.
contributor: ulmo@rz.uni-karlsruhe.de
thanksto: Michael Witschke
Defines in policy.h
#define MODEM_INIT_STRING "AT+MCS=0S0=0Q0&D3&C1" //To turn of the local mode
#define FAX_USRobotics //respectively modem-quirks 0x20 (Error +FHS:25...)
-----------------------------------------------------------------------
From: "Razvan Sandu" <rsandu@go.ro>
Subject: mgetty works fine with DAVICOM modems
Date: Sun, 15 Nov 1998 02:08:20 +0200
[..]
mgetty and sendfax works fine on my Pentium MMX 233 system, equipped
with an internal DAVICOM PnP voice/fax/data modem (an ISA board). So, I
hereby send you my configuration parameters, in order to be included in
modems database, if useful.
Modem information
ATI V3.00
ATI2 TEST OK
ATI3 DAVICOM DATA/FAX MODEM, DATE 97/09/22
ATI4 DAVICOM V.34+/FAX/VOICE/SPEAKERPHONE MODEM/Ver 1.09
ATI5 OK
ATI6 OK
ATI7 OK
AT+FCLASS=? 0,2,8
[..]
/etc/mgetty+sendfax/mgetty.config
debug 9
modem-type cls2
switchbd 19200
speed 115200
init-chat "" ATZ OK ATS0=3D0Q0E1V1&d2&K4 OK
/etc/mgetty+sendfax/sendfax.config
verbose y
debug 9
speed 38400
switchbd 19200
fax-devices ttyS3
modem-type cls2
modem-init ATZ
modem handshake AT&K4
dial-prefix ATDP
-----------------------------------------------------------------------
Date: Wed, 10 Mar 1999 15:06:43 +0800
From: "Peter T. Caffin" <pc@it.net.au>
Message-Id: <199903100706.PAA27593@belgarion.it.net.au>
To: gert@greenie.muc.de (Gert Doering)
Modem brand/model: Dynalink 1428VQE
at+fmfr? ROCKWELL
at+fmdl? AC/V34
at+frev? CRS-02 AST 950921
ati3 CRS-02 AST 950921
ati6 RC288DPi Rev 0
tested on: Linux 2.2.2
working: mgetty, sendfax
mgetty.config: speed 38400
modem-type cls2
switchbd 19200
(INSTALLED FROM A .RPM OF MGETTY-SENDFAX 1.1.14)
remarks: Looking at the Dynalink 9624AP, you'd think that using this
modem would be a doomed exercise. Actually, it was a pretty
easy modem to install and use. It's an older 28.8k model, so
you're more likely to encounter it second-hand.
contributor: Peter Caffin <pc@it.net.au>
date: Wed Mar 10 14:40:35 WST 1999
-----------------------------------------------------------------------