[Asterisk-Users] [Sorta OT] Eicon DIVA with asterisk@home

Armin Schindler armin at melware.de
Sun Oct 2 08:45:59 MST 2005


On Sun, 2 Oct 2005, John Daragon wrote:
> Hi;
> 
> I've got an AAH installation where a customer wants to install an active Eicon
> DIVA BRI card. AAH is built on Centos 3.5 which is currently at kernel
> 2.4.21.37.  Support for Eicon active cards is built-in.
> 
> I've debugged and run the A at H install-Eicondiva script but when I try to run
> divactrl load -c 1 -f ETSI -Debug I get a response :
> 
> A: can't get card type for DIVA adapter number 1
> 
> dmesg reveals that lincfg.c has reported the error :
> 
> DIVA Server Driver - initialising
> DIVA Server Driver - Version 2.0.16
> Divas: DIVA Server BRI (U) Found
> Divas: DIVA I/O Base already in use 0xf1000000-0xf100001f
> Divas: 0 cards detected
> Divas: Not loaded
> 
> (here's the code that produces it ...)
> 
> if (check_region(Card.io_base, 0x20))
> {
>         printk(KERN_WARNING "Divas: DIVA I/O Base already in use 0x%x-0x%x\n",
> Card.io_base, Card.io_base + 0x1F);
> wDeviceIndex++;
> continue;
> }

It seems AAH is using the old driver in kernel. This driver is not 
maintained any more and produce errors. Use the current drivers from
www.melware.net or the source level RPM from Eicon.

Armin




More information about the asterisk-users mailing list