Dahdi_scan

Home » Asterisk Users » Dahdi_scan
Asterisk Users 3 Comments

lspci | grep Digium
03:05.0 Ethernet controller: Digium, Inc. Wildcard TE122 single-span T1/E1/J1 card (rev 11)

dahdi_scan

So I have a card in a box – lspci shows it… dahdi_scan reports nothing.

Is my card dead?

Jerry

3 thoughts on - Dahdi_scan

  • dahdi_scan (and lsdahdi) shows data reported by the DAHDI kernel modules themselves. lspci shows the PCI device.

    What is the output from dahdi_hardware ? It should show if there’s a module handling this device, and also which module.

  • lsdahdi

    lspci | grep Digium
    03:05.0 Ethernet controller: Digium, Inc. Wildcard TE122 single-span T1/E1/J1 card (rev 11)

    dahdi_hardware pci:0000:03:05.0 wcte12xp- d161:8001 Wildcard TE122

    Jerry

  • So as you can see, there’s no kernel module that handles this device.

    Any change if you run:

    modprobe wcte12xp #?

    Do you have dahdi-linux installed? Properly? If you think it is, what is the output of:

    lsmod | grep dahdi
    modinfo dahdi
    uname -r
    find /lib/modules/`uname -r` -name dahdi.ko
    find /lib/modules -name dahdi.ko