http://www.usr.com/support/gpl/USR9107_release1.1.tar.gz
[bcm963xx.git] / kernel / linux / Documentation / isdn / README.eicon
1 $Id: README.eicon,v 1.10.6.1 2001/02/19 10:04:59 armin Exp $
2
3 (c) 1999,2000 Armin Schindler (mac@melware.de)
4 (c) 1999,2000 Cytronics & Melware (info@melware.de)
5
6 This document describes the eicon driver for the
7 Eicon active ISDN cards.
8
9 It is meant to be used with isdn4linux, an ISDN link-level module for Linux.
10
11     This program is free software; you can redistribute it and/or modify
12     it under the terms of the GNU General Public License as published by
13     the Free Software Foundation; either version 2 of the License, or
14     (at your option) any later version.
15
16     This program is distributed in the hope that it will be useful,
17     but WITHOUT ANY WARRANTY; without even the implied warranty of
18     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19     GNU General Public License for more details.
20
21     You should have received a copy of the GNU General Public License
22     along with this program; if not, write to the Free Software
23     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
24
25
26
27 Supported Cards
28 ===============
29
30 Old ISA type
31 ------------
32 - S-Card ISA
33 - SX-Card ISA
34 - SXn-Card ISA
35 - SCOM-Card ISA
36 - Quadro-Card ISA
37 - S2M-Card ISA
38
39 DIVA Server family
40 ------------------
41 - DIVA Server BRI/PCI 2M
42 - DIVA Server PRI/PCI 2M (9M 23M 30M)
43 - DIVA Server 4BRI/PCI
44         supported functions of onboard DSPs:
45         - analog modem
46         - fax group 2/3 (Fax Class 2 commands)
47         - DTMF detection
48
49
50 ISDN D-Channel Protocols
51 ------------------------
52
53 - ETSI (Euro-DSS1) 
54 - 1TR6 (German ISDN) *not testet*
55 - other protocols exist for the range of DIVA Server cards,
56   but they are not fully testet yet.
57
58
59 You can load the module simply by using the insmod or modprobe function :
60
61   insmod eicon [id=driverid] [membase=<membase>] [irq=<irq>]
62
63
64 The module will automatically probe the PCI-cards. If the id-option
65 is omitted, the driver will assume 'eicon0' for the first pci card and
66 increases the digit with each further card. With a given driver-id
67 the module appends a number starting with '0'.
68
69 For ISA-cards you have to specify membase, irq and id. If id or
70 membase is missing/invalid, the driver will not be loaded except
71 PCI-cards were found. Additional ISA-cards and irq/membase changes
72 can be done with the eiconctrl utility.
73
74 After loading the module, you have to download the protocol and
75 dsp-code by using the eiconctrl utility of isdn4k-utils.
76
77
78 Example for loading and starting a BRI card with E-DSS1 Protocol.
79
80         eiconctrl [-d DriverId] load etsi
81
82 Example for a BRI card with E-DSS1 Protocol with PtP configuration.
83
84         eiconctrl [-d DriverId] load etsi -n -t1 -s1
85
86
87 Example for loading and starting a PRI card with E-DSS1 Protocol.
88
89         eiconctrl [-d DriverId] load etsi -s2 -n
90
91
92 Details about using the eiconctrl utility are in 'man eiconctrl'
93 or will be printed by starting eiconctrl without any parameters.
94
95 ISDNLOG:
96 With eicon driver version 1.77 or newer and the eiconctrl utility
97 of version 1.1 or better, you can use the isdnlog user program
98 with your DIVA Server BRI card.
99 Just use "eiconctrl isdnlog on" and the driver will generate
100 the necessary D-Channel traces for isdnlog.
101
102
103
104 Thanks to 
105         Deutsche Mailbox Saar-Lor-Lux GmbH
106         for sponsoring and testing fax
107         capabilities with Diva Server cards.
108
109
110 Any reports about bugs, errors and even wishes are welcome.
111
112
113 Have fun !
114
115 Armin Schindler
116 mac@melware.de
117 http://www.melware.de
118