Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

RedHat 6.2

(Zoot)

telesctrl(8)


TELESCTRL

TELESCTRL

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
EXAMPLE
AUTHOR
SEE ALSO

NAME

telesctrl − configure HiSax-Module-logging

SYNOPSIS

telesctrl DriverId DebugCmd DebugFlags

DESCRIPTION

telesctrl is used to setup the logging-level of the HiSax-ISDN devicedriver. All logging-output is sent to the device /dev/isdnctrl. So you can show it by executing cat /dev/isdnctrl.

The use of telesctrl makes sense, if you are using the HiSax driver only.

OPTIONS

DriverId

is used to identify the card when using more than one passive card. While loading the hisax module with insmod, or modprobe the DriverId is set by appending id=idstring1%idstring2%... to the commandline.

DebugCmd

is an integer selecting the debug category. The following values are defined:

1 selects generic debugging.
11
selects layer 1 developement debugging.
13
selects layer 3 developement debugging.

DebugFlag

is an integer representing a bitmask. Every bit in this mask switches a debug facility on or off. Depending on the selected category, the following values are defined:

With generic debugging selected:

0x001 Link-level <--> hardware-level communication
0x002
Top state machine
0x004
D-Channel Q.931 (call control messages)
0x008
D-Channel Q.921
0x010
B-Channel X.75
0x020
D-Channel l2
0x040
B-Channel l2
0x080
D-Channel link state debugging
0x100
B-Channel link state debugging
0x200
TEI debug
0x400
LOCK debug in callc.c
0x800
More debug in callc.c (not for normal use)

With layer 1 developement debugging selected:

0x001 Warnings (default: on)
0x002
IRQ status
0x004
ISAC
0x008
ISAC FIFO
0x010
HSCX
0x020
HSCX FIFO (attention: full B-Channel output!)
0x040
D-Channel LAPD frame types

With layer 3 developement debugging selected:

0x001 Warnings (default: on)
0x002
l3 protocol discriptor errors
0x004
l3 state machine
0x008
charge info debugging (1TR6)

EXAMPLE

telesctrl HiSax 1 0x3ff

enables full generic debugging.

AUTHOR

© 1997 by Karten Keil <keil@temic-ech.spacenet.de>

SEE ALSO

isdnctrl(8), hisaxctrl(8), isdn_cause(7), isdninfo(4).



telesctrl(8)