isdn4k-utils/eicon/eiconctrl.man.in

126 lines
2.9 KiB
Groff
Raw Normal View History

.\" $Id: eiconctrl.man.in,v 1.3 1999/03/29 11:05:25 armin Exp $
.\"
.\" CHECKIN $Date: 1999/03/29 11:05:25 $
.\"
.\" Process this file with
.\" groff -man -Tascii eiconctrl.1 for ASCII output, or
.\" groff -man -Tps eiconctrl.1 for PostScript output
.\"
.TH EICONCTRL 8 "@MANDATE@" isdn4k-utils-@I4LVERSION@ "Linux System Administration"
.SH NAME
eiconctrl \- configure Eicon.Diehl active ISDN adaptor
.SH SYNOPSIS
.B eiconctrl [-v] [-d
.IB Driver-Id ]
.I action options
.B ...
.SH DESCRIPTION
.B eiconctrl
is used to setup the Eicon.Diehl
.SM ISDN
device driver and for downloading the firmware into the
.SM ISDN
card.
.LP
The use of
.I eiconctrl
makes sense, if you are using an active Eicon.Diehl ISDN card only.
.LP
.SH OPTIONS
.TP
.BI -v
verbose during downloading the firmware.
.TP
.BI "-d " Driver-Id
selects the S0/S2M interface named by
.IR Driver-Id .
Driver-Ids are defined during driver initialisation. See
.BR README.eicon
for a description of the syntax to be used for modularised and
monolithic driver versions.
This option
.B must
be used to identify the S0/S2M interface if more than one S0/S2M interface is
existent. If a single card is used, it may be omitted.
If using more than one ISA-Bus-type card, support for the other cards
is enabled with the
.B add
action of eiconctrl. PCI-Bus-type cards will be automatically added
during driver initialisation. Ids may
.B not
start with
.B digits
or small
.BR x ,
because these values are misinterpreted
as numeric parameters by
.BR insmod .
For loading the module, always the
newest
.B modutils
package should be used to avoid problems during load.
.LP
The following
.I actions
may be given to
.BR eiconctrl .
.TP
.BI "irq [" "interrupt" ]
sets the irq number to use (only ISA).
If the interrupt value is omitted, the current setting will be printed.
.TP
.BI "load " protocol " " [options]
Downloads the protocol- and dsp-code into the card and starts operation.
.LP
.RS
.BR protocol
.br
.BR etsi " Euro-ISDN E-DSS1 (default)"
.br
.BR 1tr6 " German ISDN Protocol"
.br
.RE
.LP
.RS
.BR options
.br
.BR -l[channel#] " channel allocation policy"
.br
.BR -c[1|2] " CRC4 Multiframe usage [off|on]"
.br
.BR -tTEI " use the fixed TEI"
.br
.BR -h " no HSCX 30 mode (PRI only)"
.br
.BR -n " NT2 mode"
.br
.BR -p " leased line D channel"
.br
.BR -s[1|2] " LAPD layer 2 session strategy"
.br
.BR -o " allow disordered info elements"
.br
.BR -z " switch to loopback mode"
.br
.RE
.LP
.TP
.BI "manage " [read | exec " " <path>]
Starts Management-Interface.
.LP
.SH EXAMPLE
.TP
.BI eiconctrl " load etsi"
loads and starts S0 type adapter with protocol E-DSS1.
.TP
.BI eiconctrl " load etsi -s2 -n"
loads and starts S2M type adapter with protocol E-DSS1.
.LP
.SH BUGS
No bugs so far.
.SH AUTHOR
1999-03-02 11:35:57 +00:00
\(co 1999 by Armin Schindler <mac@melware.de>
.LP
.SH SEE ALSO
.BR isdnctrl "(8), " isdnctrl "(4), " ttyI "(4), " isdn_cause "(7), " isdninfo (4).