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 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20161111/404b7e5e/attachment.html>
On Fri, Nov 11, 2016 at 01:18:48PM -0500, Jerry Geis wrote:> lspci | grep Digium > 03:05.0 Ethernet controller: Digium, Inc. Wildcard TE122 single-span > T1/E1/J1 card (rev 11) > > dahdi_scandahdi_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. -- Tzafrir Cohen icq#16849755 jabber:tzafrir.cohen at xorcom.com +972-50-7952406 mailto:tzafrir.cohen at xorcom.com http://www.xorcom.com
>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 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20161114/089443ab/attachment.html>
On Mon, Nov 14, 2016 at 07:36:40AM -0500, Jerry Geis wrote:> >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 TE122So 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 -- Tzafrir Cohen icq#16849755 jabber:tzafrir.cohen at xorcom.com +972-50-7952406 mailto:tzafrir.cohen at xorcom.com http://www.xorcom.com