1DAHDI_HARDWARE(8) User Contributed Perl Documentation DAHDI_HARDWARE(8)
2
3
4
6 dahdi_hardware - Shows Dahdi hardware devices.
7
9 dahdi_hardware [-v][-x]
10
12 -v Verbose output - show spans used by each device etc. Currently only
13 implemented for the Xorcom Astribank.
14
15 -x Show disconnected Astribank unit, if any.
16
18 Show all Dahdi hardware devices. Devices are recognized according to
19 lists of PCI and USB IDs in Dahdi::Hardware::PCI.pm and
20 Dahdi::Hardware::USB.pm . For PCI it is possible to detect by sub-
21 vendor and sub-product ID as well.
22
23 The first output column is the connector: a bus specific field that
24 shows where this device is.
25
26 The second field shows which driver should handle the device. a "-"
27 sign marks that the device is not yet handled by this driver. A "+"
28 sign means that the device is handled by the driver.
29
30 For the Xorcom Astribank (and in the future: for other Dahdi devices)
31 some further information is provided from the driver. Those extra lines
32 always begin with spaces.
33
34 Example output:
35
36 Without drivers loaded:
37
38 usb:001/002 xpp_usb- e4e4:1152 Astribank-multi FPGA-firmware
39 usb:001/003 xpp_usb- e4e4:1152 Astribank-multi FPGA-firmware
40 pci:0000:01:0b.0 wctdm- e159:0001 Wildcard TDM400P REV H
41
42 With drivers loaded, without -v:
43 usb:001/002 xpp_usb+ e4e4:1152 Astribank-multi FPGA-
44 firmware
45 usb:001/003 xpp_usb+ e4e4:1152 Astribank-multi FPGA-
46 firmware
47 pci:0000:01:0b.0 wctdm+ e159:0001 Wildcard TDM400P REV E/F
48
49 With drivers loaded, with -v:
50 usb:001/002 xpp_usb+ e4e4:1152 Astribank-multi FPGA-
51 firmware
52 LABEL=[usb:123] CONNECTOR=usb-0000:00:1d.7-1
53 XBUS-00/XPD-00: FXS Span 2
54 XBUS-00/XPD-10: FXS Span 3
55 XBUS-00/XPD-20: FXS Span 4
56 XBUS-00/XPD-30: FXS Span 5
57 usb:001/003 xpp_usb+ e4e4:1152 Astribank-multi FPGA-
58 firmware
59 LABEL=[usb:4567] CONNECTOR=usb-0000:00:1d.7-4
60 XBUS-01/XPD-00: FXS Span 6 XPP-SYNC
61 XBUS-01/XPD-10: FXO Span 7
62 XBUS-01/XPD-20: FXO Span 8
63 XBUS-01/XPD-30: FXO Span 9
64 pci:0000:01:0b.0 wctdm+ e159:0001 Wildcard TDM400P REV E/F
65
66
67
68perl v5.32.1 2021-01-26 DAHDI_HARDWARE(8)