Vincent
2010-May-26 15:17 UTC
[asterisk-users] [Dahdi] "DAHDI_CHANCONFIG failed on channel 1"?
Hello I'm trying to install Dahdi through source code on a Fedora 13 host to use an OpenVox PCI card with a single FXO port, but dahdi_cfg -vv isn't happy. 1. After successfully running "make all; make install; make config", I edited /etc/dahdi/system.conf thusly: loadzone=fr defaultzone=fr fxsks=1 2. Then ran "dahdi_cfg -vv" which says: ------------- DAHDI Tools Version - 2.3.0 DAHDI Version: 2.3.0 Echo Canceller(s): Configuration ===================== Channel map: Channel 01: FXS Kewlstart (Default) (Echo Canceler: none) (Slaves: 01) 1 channels to configure. DAHDI_CHANCONFIG failed on channel 1: No such device or address (6) ------------- 3. So I ran "lscpi -v": 03:00.0 Communication controller: Tiger Jet Network Inc. Tiger3XX Modem/ISDN interface Subsystem: Device b100:0003 Flags: bus master, medium devsel, latency 64, IRQ 20 I/O ports at a000 [size=256] Memory at e2000000 (32-bit, non-prefetchable) [size=4K] Capabilities: [40] Power Management version 2 Kernel driver in use: netjet Kernel modules: wctdm, hisax, netjet FWIW, when I run "modprobe wctdm" followed by "lsmod": # lsmod Module Size Used by wctdm 31892 0 dahdi 180789 1 wctdm netjet 12563 0 isdnhdlc 3343 1 netjet crc_ccitt 1217 2 dahdi,isdnhdlc mISDNipac 28346 1 netjet mISDN_core 61414 3 netjet,mISDNipac I'm not sure whether I should use the wctdm driver or this "netjet" driver which I've never seen before. Could it be that "dahdi_genconf modules" added some ISDN-related items that I don't need? Thank you.
Vincent
2010-May-26 15:30 UTC
[asterisk-users] [Dahdi] "DAHDI_CHANCONFIG failed on channel 1"?
On Wed, 26 May 2010 17:17:08 +0200, Vincent <codecomplete at free.fr> wrote:> I'm trying to install Dahdi through source code on a Fedora 13 host >to use an OpenVox PCI card with a single FXO port, but dahdi_cfg -vv >isn't happy.More information, as I investigate: # vi /etc/modprobe.d/dahdi.blacklist.conf #blacklist wct4xxp #blacklist wcte12xp #blacklist wct1xxp #blacklist wcte11xp #blacklist wctdm24xxp #blacklist wcfxo blacklist wctdm #blacklist wctc4xxp #blacklist wcb4xxp # /etc/init.d/dahdi stop Unloading DAHDI hardware modules: done # /etc/init.d/dahdi start Loading DAHDI hardware modules: wctdm: [ OK ] /usr/share/dahdi/waitfor_xpds: Missing astribank_is_starting No hardware timing source found in /proc/dahdi, loading dahdi_dummy Running dahdi_cfg: DAHDI_CHANCONFIG failed on channel 1: No such device or address (6) [FAILED]