isdn4k-utils/eicon/eiconctrl.man.in

128 lines
2.9 KiB
Groff
Raw Normal View History

2000-03-25 13:28:14 +00:00
.\" $Id: eiconctrl.man.in,v 1.7 2000/03/25 13:28:14 armin Exp $
.\"
2000-03-25 13:28:14 +00:00
.\" CHECKIN $Date: 2000/03/25 13:28:14 $
.\"
.\" Process this file with
.\" groff -man -Tascii eiconctrl.1 for ASCII output, or
.\" groff -man -Tps eiconctrl.1 for PostScript output
.\"
2000-03-25 13:28:14 +00:00
.TH EICONCTRL 8 "@MANDATE@" eiconctrl-V2.0 "Linux System Administration"
.SH NAME
eiconctrl \- configure Eicon active ISDN card
.SH SYNOPSIS
.B eiconctrl [-d
.IB Driver-Id ]
.I action options
.B ...
.SH DESCRIPTION
.B eiconctrl
is used to setup the Eicon
.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 ISDN card only.
.LP
.SH OPTIONS
.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 " -f " 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
.BR .... " other protocols are also possible"
.br
.RE
.LP
.RS
.BR options
.br
For options see
.I eiconctrl
without any parameters for ISA cards
and
.I eiconctrl divaload -h
for PCI cards.
.br
.RE
.LP
.TP
.BI "manage " [read | exec " " <path>]
Starts Management-Interface.
1999-08-18 20:20:45 +00:00
.TP
.BI "xlog " [cont | <filename>]
1999-08-18 20:20:45 +00:00
Retrieving XLOG entries of adapter.
With option
.I cont
given, it will be on a continuous cycle.
Using a driver release 1.77 or newer you can specify a
trace-file for the xlog interpreter.
.TP
.BI "isdnlog " [on | off]
Switch trace-information for isdnlog on/off.
.LP
.SH EXAMPLE
.TP
2000-03-25 13:28:14 +00:00
.BI eiconctrl " load etsi"
loads and starts S0 type adapter with protocol E-DSS1.
.TP
2000-03-25 13:28:14 +00:00
.BI eiconctrl " load etsi -t0 -s1 -n"
loads and starts S0 type adapter with protocol E-DSS1 PtP.
.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
\(co 2000 by Armin Schindler <mac@melware.de>
.LP
.SH SEE ALSO
.BR isdnctrl "(8), " isdnctrl "(4), " ttyI "(4), " isdn_cause "(7), " isdninfo (4).