1ASTRIBANK_TOOL(8) ASTRIBANK_TOOL(8)
2
3
4
6 astribank_tool - Xorcom Astribank (xpp) control tool
7
9 astribank_tool [ options ] [ operation... ] -D device-path
10
11 astribank_tool [-h]
12
13
15 astribank_tool is a tool to control the USB-level functionality of an
16 Astribank. The tool operates on a single Astribank at a time (given as
17 parameter to the -D command line option).
18
19
21 -D device-path
22 Required. The device to read from/write to. This is
23 bus_num/device_num, where bus_num and device_num are the first
24 two numbers in the output of lsusb(8) or dahdi_hardware(8). On
25 older versions of this tool you needed a complete path to the
26 device, which would be /dev/bus/usb/bus_num/device_num, or
27 /proc/bus/usb/bus_num/device_num.
28
29 -p num
30 Set the TwinStar port number. Either 0 or 1.
31
32 (TODO: explain).
33
34 -r type
35 Reset the Astribank and renumerate its USB connection to power
36 on product ID.
37
38 Tyep can be: half or full.
39
40 (TODO: explain those).
41
42 -w 0|1
43 Enable (1) or disable (0) the TwinStar watchdog. When enabled,
44 the Astribank will jump to the second port if this system is
45 "not working" and the system on the second port is available.
46
47 -Q
48 Query astribank properties via MPP protocol.
49
50 -n
51 Renumerate the Astribank product number (e.g: from 1161 to
52 1162).
53
54 -v
55 Increase verbosity. May be used multiple times.
56
57 -d mask
58 Set debug mask to mask. Default is 0, 0xFF is "everything".
59
60 -h
61 Displays usage message.
62
63
65 fxload(8), lsusb(8), astribank_hexload(8)
66
67
69 This manual page was written by Tzafrir Cohen <tzafrir.cohen@xor‐
70 com.com> . Permission is granted to copy, distribute and/or modify
71 this document under the terms of the GNU General Public License, Ver‐
72 sion 2 any later version published by the Free Software Foundation.
73
74 On Debian systems, the complete text of the GNU General Public License
75 can be found in /usr/share/common-licenses/GPL.
76
77
78
79 29 March 2009 ASTRIBANK_TOOL(8)