Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

loopctrl(8) [redhat man page]

LOOPCTRL(8)						    Linux System Administration 					       LOOPCTRL(8)

NAME
loopctrl - configure isdnloop ISDN driver SYNOPSIS
loopctrl [-d Driver-Id] action options ... DESCRIPTION
loopctrl is used to setup the isdnloop ISDN driver. OPTIONS
-d Driver-Id selects the virtual S0 interface named by Driver-Id. Driver-Ids are defined during driver initialisation. See isdnloop(4) for a description of the syntax to be used for modularised and monolithic driver versions. This option must be used to identify the vir- tual S0 interface if more than one S0 interface is existent. If a single virtual S0 interface is used, it may be omitted. If using more than one virtual card, support for the other cards is enabled with the add action of loopctrl. Ids may not start with digits or small x, because these values are misinterpreted as numeric parameters by insmod. For loading the module, always the newest modu- tils package should be used to avoid problems during load. The following actions may be given to loopctrl. add [id] enables support for an additional virtual card in the driver. If id is missing, adds a card with an id given by the system. with id given, adds a card with an Id given by the user. Ids are checked against conflicts, and if a conflict happens, replaced by the sys- tem in the same manner as if no Id was supplied. leased on|off switches between normal (dialup) and leased-line mode. Leased-line mode is intended for usage with S64K-lines or - if both channels are used - for S02. These lines do not have a D-channel. When leased-line mode is enabled, the driver simulates incoming calls using special "phone-numbers" for calling and called address which are generated as follows: Calling number: LEASEDx where x is the internal slot-number of the S0 interface. This number starts with 0 for the first S0 interface and is incremented by one for every S0 interface configured using the add action. Called number: x where x is equal to the channel number of the calling S0 interface starting with 1. start protocol phone1 [phone2 phone3] starts the driver with the given D-channel protocol. If protocol is 1tr6, only phone1 has to be given. It is meant to be the base number of the virtual S0 interface to which the EAZ is appended. If protocol is dss1, phone1, phone2 and phone3 have to be given and represent the three MSNs of the virtual S0 interface. dump is available if the program is configured using the --enable-dump option only. The contents of internal driver variables is dumped on stdout. BUGS
This program and the isdnloop driver are ALPHA code. The main intention for this driver is for testing the link level and applications. AUTHOR
(C) 1997 by Fritz Elfert <fritz@isdn4linux.de> SEE ALSO
isdnctrl(8), isdnloop(4), isdninfo(4), isdnctrl(4), ttyI(4). isdn4k-utils-3.1pre4 1999/09/06 LOOPCTRL(8)

Check Out this Related Man Page

ACTCTRL(8)						    Linux System Administration 						ACTCTRL(8)

NAME
actctrl - configure IBM Active 2000 ISDN adaptor SYNOPSIS
actctrl [-d Driver-Id] action options ... DESCRIPTION
actctrl is used to setup the IBM Active 2000 ISDN device driver and for downloading the firmware into the ISDN card. The use of actctrl makes sense, if you are using an IBM Active 2000 card only. OPTIONS
-d Driver-Id selects the S0 interface named by Driver-Id. Driver-Ids are defined during driver initialisation. See act2000(4) for a description of the syntax to be used for modularized and monolithic driver versions. This option must be used to identify the S0 interface if more than one S0 interface is existent. If a single IBM Active 2000 is used, it may be omitted. If using more than one card, sup- port for the other cards is enabled with the add action of actctrl. Ids may not start with digits or small x, because these values are misinterpreted as numeric parameters by insmod. For loading the module, always the newest modutils package should be used to avoid problems during load. The following actions may be given to actctrl. add [bus[ port[ irq[ id]]]] enables support for an additional card in the driver. bus is is an integer describing the bus-type of the card. Currently, the only value which is allowed here is 1 meaning ISA-bus. In the future, the values 2 (for MCA) and 3 (for PCMCIA) will be available. port is either an integer describing the base port, or the string auto which enables autoprobing. irq is either an integer describing the IRQ to use, the string auto, which enables grabbing of the next free IRQ or the string none which enables polled mode for this card. id is an arbitrary string for referencing the card at a later time. dproto protocol [msn0,msn1, ... msn9] selects the D-channel protocol and defines MSN's if using Euro protocol. protocol may be either the string 1tr6 or the string euro. If selecting Euro protocol, a comma-separated list of up to 10 MSN's may be appended. For defining an empty entry in this list, use a dash. load firmware downloads the firmware into the card and starts operation. Usually the images are located in '/lib/firmware/isdn'. The firmware is named bip1120.bpl. dump is available if the program is configured using the --enable-dump option only. The contents of internal driver variables is dumped on stdout. FILES
'/lib/firmware/isdn'/bip1120.bpl This is the image of the firmware designed for both the German 1TR6 protocol and Euro ISDN. BUGS
No bugs so far. AUTHOR
(C) 1997 by Fritz Elfert <fritz@isdn4linux.de> SEE ALSO
isdnctrl(8), act2000(4), isdnctrl(4), ttyI(4). isdn4k-utils-3.13 1999/09/06 ACTCTRL(8)
Man Page