Config:FC8, Asterisk 1.4.22-rc5, Zaptel 1.4.12.1, libpri 1.4.5
Digium TDM422E (2fxo, 2fxs, echo cancellation)
Just received and installed my tdm422. Card is recognized but not configured by modules. tdm user manual says lspci should display 8005 for TDM410 series but I get 800b: Any problem there or just outdated docs?
lspci -n | grep d161
01:02.0 0200: d161:800b (rev 11)
My zaptel.conf:
fxoks=1,2
fxsks=3,4
loadzone = us
defaultzone=us
service zaptel restart
Unloading zaptel hardware drivers:.
Loading zaptel framework: [ OK ]
Waiting for zap to come online…OK
Loading zaptel hardware modules: tor2.
wct4xxp. wcte12xp. wct1xxp. wcte11xp. wctdm24xxp. wcfxo. wctdm. wcusb. xpp_usb.
No hardware timing source found in /proc/zaptel, loading ztdummy
Running ztcfg: ZT_CHANCONFIG failed on channel 1: No such device or address (6)
[FAILED]
ztcfg -vv
Zaptel Version: 1.4.12.1
Echo Canceller: MG2
Configuration
Channel map:
Channel 01: FXO Kewlstart (Default) (Slaves: 01)
Channel 02: FXO Kewlstart (Default) (Slaves: 02)
Channel 03: FXS Kewlstart (Default) (Slaves: 03)
Channel 04: FXS Kewlstart (Default) (Slaves: 04)
4 channels to configure.
ZT_CHANCONFIG failed on channel 1: No such device or address (6)
Only troubleshooting I can find on this is to check my fxo/fxs ports are configured properly (fxo port uses fxs signaling). Got that, check. (Actually I tried configuring both ways to make sure, no difference).
I do have power connected directly to the TDM422 card.
Only thing in /proc/zaptel is the ztdummy driver. Nothing in /var/log/messages except for modules loading:
Sep 26 20:02:16 ibm3 kernel: Zapata Telephony Interface Registered on major 196
Sep 26 20:02:16 ibm3 kernel: Zaptel Version: 1.4.12.1
Sep 26 20:02:16 ibm3 kernel: Zaptel Echo Canceller: MG2
Sep 26 20:02:17 ibm3 kernel: Registered Tormenta2 PCI
Sep 26 20:02:17 ibm3 kernel: usbcore: registered new interface driver wcusb
Sep 26 20:02:17 ibm3 kernel: Wildcard USB FXS Interface driver registered
Sep 26 20:02:17 ibm3 kernel: INFO-xpp: revision trunk-r6058 MAX_XPDS=64 (8*8)
Sep 26 20:02:17 ibm3 kernel: INFO-xpp: FEATURE: without BRISTUFF support
Sep 26 20:02:17 ibm3 kernel: INFO-xpp: FEATURE: with PROTOCOL_DEBUG
Sep 26 20:02:17 ibm3 kernel: INFO-xpp: FEATURE: with ECHO_SUPPRESSION
Sep 26 20:02:17 ibm3 kernel: INFO-xpp: FEATURE: without XPP_EC_CHUNK
Sep 26 20:02:17 ibm3 kernel: INFO-xpp: FEATURE: with sync_tick() from ZAPTEL
Sep 26 20:02:17 ibm3 kernel: INFO-xpp_usb: revision trunk-r6058
Sep 26 20:02:17 ibm3 kernel: usbcore: registered new interface driver xpp_usb
Sep 26 20:02:20 ibm3 kernel: ztdummy: High Resolution Timer started, good to go
I appreciate any clues. Thanks.