jean-marie.goupil@telintrans.fr
2004-Apr-08 00:28 UTC
[Asterisk-Users] Fritz ISDN PCI v2 and CAPI
Hi, First, here is my config: Kernel version 2.4.25 on a Fedora distro, Asterisk and a Fritz! Isdn PCI Card (v2). I try to make the CAPI drivers deal with Asterisk but I can't try to figure out to get of this issue. As I see, Fritz modules are integrated with the kernel, so I directly loaded the 'hisax_fcpcipnp' module from it. I install also Capi modules by downloading archives of the web (make config - make install - insmod...). When i check loaded modules: # lsmod Module Size Used by Not tainted capi 20864 0 capifs 5424 1 [capi] kernelcapi 34048 1 [capi] capiutil 24864 0 [kernelcapi] i810_audio 25244 1 (autoclean) ac97_codec 17236 0 (autoclean) [i810_audio] e100 55496 1 hisax_fcpcipnp 7968 0 hisax_isac 7800 0 [hisax_fcpcipnp] hisax 131820 0 [hisax_fcpcipnp hisax_isac] isdn 139744 0 [hisax] slhc 6740 0 [isdn] mousedev 5524 0 (unused) keybdev 3140 0 (unused) input 5728 0 [mousedev keybdev] ext3 72896 2 jbd 61996 2 [ext3] I've edited /etc/capi.conf and write 'hisax_fcpcipnp - - - - - -' in it. Anyway, 'capiinit' failed (and so for 'capiinfo'): # capiinit ERROR: failed to load driver hisax_fcpcipnp # capiinfo capi not installed - No such device or address (6) Please, could you explain me how to make CAPI drivers speak with the hisax_fcpcipnp module ? Cheers.
jean-marie.goupil@telintrans.fr wrote:> Hi, > First, here is my config: Kernel version 2.4.25 on a Fedora distro, > Asterisk and a Fritz! Isdn PCI Card (v2).[SNIP]> I've edited /etc/capi.conf and write 'hisax_fcpcipnp - - - - - -' in it.change this to: "fcpci - - - - - -" without the quotes, and all should be well. HTH, Jon
Jean-Marie,>Hi, >First, here is my config: Kernel version 2.4.25 on a Fedora distro, >Asterisk and a Fritz! Isdn PCI Card (v2). I try to make the CAPI drivers >deal with Asterisk but I can't try to figure out to get of this issue. >As I see, Fritz modules are integrated with the kernel, so I directly >loaded the 'hisax_fcpcipnp' module from it. I install also Capi modules by >downloading archives of the web (make config - make install - insmod...).It is my understanding not to use hisax. Use chan_capi instead. http://www.voip-info.org/tiki-index.php?page=Asterisk+How+to+connect+with+CAPI http://www.junghanns.net/asterisk/page1.html I have this working. jakob