1HISAXCTRL(8) Linux System Administration HISAXCTRL(8)
2
3
4
6 hisaxctrl - configure HiSax-Module
7
9 hisaxctrl DriverId command parameters
10
12 hisaxctrl is used to setup the HiSax-ISDN device driver. All logging-
13 output is sent to the device /dev/isdnctrl. So you can show it by exe‐
14 cuting cat /dev/isdnctrl.
15 NOTE: for devfs systems, the program will automatically use
16 /dev/isdn/isdnctrl if available.
17
18 The use of hisaxctrl only makes sense if you are using the HiSax
19 driver.
20
22 DriverId
23 is used to identify the card when using more than one passive
24 card. While loading the hisax module with insmod, or modprobe
25 the DriverId is set by appending id=idstring1%idstring2%... to
26 the commandline.
27
28 command
29 is an integer selecting the setup category. The following values
30 are defined for setting the logging-level of the HiSax-ISDN
31 device driver:
32
33 0 reports card status infos.
34 1 selects generic debugging.
35 11 selects layer 1 development debugging.
36 13 selects layer 3 development debugging.
37
38 the following commands are used to enable special features during run‐
39 time of the HiSax-ISDN device driver.
40
41 2 set B-channel ON delay to parameter (in ms)
42 5 set B-channel in leased mode
43 6 set B-channel in TESTLOOP mode
44 7 set/reset card in Point To Point mode
45 8 set card in FIXED TEI mode
46 9 load firmware for DSP cards
47 10 set B-channel usage limit to 1 or 2 channels
48 12 set echo logging mode (only for some cards)
49 B-channel usage limit needs to be 1 if enabled
50
51 parameter
52 If the command is 9 then the parameter is the full pathname to
53 the file containing the firmware.
54
55 For debug settings this is an integer representing a bitmask.
56 Every bit in this mask switches a debug facility on or off.
57 Depending on the selected category, the following values are
58 defined:
59
60 With generic debugging selected
61 (command 1):
62
63 0x001 Link-level <--> hardware-level communication
64 0x002 Top state machine
65 0x004 D-Channel Q.931 (call control messages)
66 0x008 D-Channel Q.921
67 0x010 B-Channel X.75
68 0x020 D-Channel l2
69 0x040 B-Channel l2
70 0x080 D-Channel link state debugging
71 0x100 B-Channel link state debugging
72 0x200 TEI debug
73 0x400 LOCK debug in callc.c
74 0x800 More debug in callc.c (not for normal use)
75
76 With layer 1 development debugging selected
77 (command 11):
78
79 0x001 Warnings (default: on)
80 0x002 IRQ status
81 0x004 ISAC
82 0x008 ISAC FIFO
83 0x010 HSCX
84 0x020 HSCX FIFO (attention: full B-Channel output!)
85 0x040 D-Channel LAPD frame types
86
87 With layer 3 development debugging selected
88 (command 13):
89
90 0x001 Warnings (default: on)
91 0x002 l3 protocol discriptor errors
92 0x004 l3 state machine
93 0x008 charge info debugging (1TR6)
94
96 hisaxctrl HiSax 1 0x3ff
97 enables full generic debugging.
98
100 © 2000 by Karsten Keil <kkeil@suse.de>
101
103 isdnctrl(8), isdn_cause(7), isdninfo(4).
104
105
106
107isdn4k-utils-3.9 2001/08/09 HISAXCTRL(8)