Koozali.org: home of the SME Server

Problems to install DIGIUM TDM 410

Offline Funkenschuster

  • *
  • 16
  • +0/-0
Problems to install DIGIUM TDM 410
« on: July 12, 2011, 08:32:18 PM »
Good evening!
I hope you can help me:

When I try to install my new Digium TDM 410P card ( 1 FXO and 1 FXS) this message appears:

Code: [Select]
Found following card...
02:03.0 Ethernet controller: Digium, Inc. Wildcard TDM410 4-port analog card (rev 11)
Subsystem: Digium, Inc. Wildcard TDM410 4-port analog card
Flags: medium devsel, IRQ 209
I/O ports at 4400 [size=256]
Memory at c6fbfc00 (32-bit, non-prefetchable) [size=1K]
Capabilities: [c0] Power Management version 2

Database requested /lib/modules/2.6.9-89.31.1.EL/extra/wctdm24xxp.ko ...
Load module wctdm24xxp not found - ignoring card (perhaps it uses mISDN?)


No Telephony Boards found on second pass ...

Signalling asterisk daemon to load ZTDUMMY for timing purposes


Code: [Select]
uname -r
2.6.9-89.31.1.EL

Code: [Select]
[root@ghega ~]# rpm -qa  | grep zaptel
Warnung: only V3 signatures can be verified, skipping V4 signature
Warnung: only V3 signatures can be verified, skipping V4 signature
Warnung: only V3 signatures can be verified, skipping V4 signature
zaptel-kmdl-2.6.9-89.31.1.EL-1.4.12.1-56.el4
Warnung: only V3 signatures can be verified, skipping V4 signature
Warnung: only V3 signatures can be verified, skipping V4 signature
Warnung: only V3 signatures can be verified, skipping V4 signature
Warnung: only V3 signatures can be verified, skipping V4 signature
Warnung: only V3 signatures can be verified, skipping V4 signature
Warnung: only V3 signatures can be verified, skipping V4 signature
Warnung: only V3 signatures can be verified, skipping V4 signature
Warnung: only V3 signatures can be verified, skipping V4 signature
Warnung: only V3 signatures can be verified, skipping V4 signature
Warnung: only V3 signatures can be verified, skipping V4 signature
Warnung: only V3 signatures can be verified, skipping V4 signature
Warnung: only V3 signatures can be verified, skipping V4 signature
Warnung: only V3 signatures can be verified, skipping V4 signature
Warnung: only V3 signatures can be verified, skipping V4 signature
Warnung: only V3 signatures can be verified, skipping V4 signature
zaptel-1.4.12.1-56.el4
Warnung: only V3 signatures can be verified, skipping V4 signature
Warnung: only V3 signatures can be verified, skipping V4 signature
Warnung: only V3 signatures can be verified, skipping V4 signature
[root@ghega ~]#

Thank you!

Offline SARK devs

  • *****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
Re: Problems to install DIGIUM TDM 410
« Reply #1 on: July 13, 2011, 01:36:40 AM »
Hi there

Does /lib/modules/2.6.9-89.31.1.EL/extra/wctdm24xxp.ko exist on your system?

Kind Regards

S


Offline Funkenschuster

  • *
  • 16
  • +0/-0
Re: Problems to install DIGIUM TDM 410
« Reply #2 on: July 13, 2011, 07:53:37 PM »
This data is in /lib/modules/2.6.9-89.31.1.EL:

Code: [Select]
[root@ghega 2.6.9-89.31.1.EL]# ls -la
insgesamt 756
drwxr-xr-x  5 root root    4096 12. Jul 00:12 .
drwxr-xr-x  6 root root    4096  3. Mai 14:24 ..
drwxr-xr-x  9 root root    4096  3. Mai 14:24 kernel
-rw-r--r--  1 root root  146263 12. Jul 00:12 modules.alias
-rw-r--r--  1 root root      69 12. Jul 00:12 modules.ccwmap
-rw-r--r--  1 root root  155083 12. Jul 00:12 modules.dep
-rw-r--r--  1 root root      73 12. Jul 00:12 modules.ieee1394map
-rw-r--r--  1 root root     357 12. Jul 00:12 modules.inputmap
-rw-r--r--  1 root root     235 12. Jul 00:12 modules.isapnpmap
-rw-r--r--  1 root root  156437 12. Jul 00:12 modules.pcimap
-rw-r--r--  1 root root   87544 12. Jul 00:12 modules.symbols
-rw-r--r--  1 root root  162908 12. Jul 00:12 modules.usbmap
drwxr-xr-x  3 root root    4096 13. Mai 23:47 updates
drwxr-xr-x  5 root admin   4096  3. Mai 14:24 weak-updates
There is no folder extra.

Offline SARK devs

  • *****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
Re: Problems to install DIGIUM TDM 410
« Reply #3 on: July 14, 2011, 01:26:34 AM »
It doesn't look like the driver exists on your system.  However, just to be sure you can try to probe it

Code: [Select]
modprobe wctdm24xxp
...or just locate it

Code: [Select]
updatedb
locate wctdm24xxp.ko

If that doesn't find it then it isn't there.

Kind Regards

S
« Last Edit: July 14, 2011, 01:29:21 AM by SARK devs »

Offline Funkenschuster

  • *
  • 16
  • +0/-0
Re: Problems to install DIGIUM TDM 410
« Reply #4 on: July 14, 2011, 07:29:06 AM »
After
Code: [Select]
modprobe wctdm24xxpI tried do probe the card and the card was found.
After work i will test it in the evening.
Thank you very much for your fast help.
Kind regards
Martin

Offline Funkenschuster

  • *
  • 16
  • +0/-0
Re: Problems to install DIGIUM TDM 410
« Reply #5 on: July 19, 2011, 10:55:55 PM »
Because I'm not able to get asterisk to work I want to deinstall it from my server.
What steps are required to get a clean system?