That's nonsense. The Eicon Diva 2.0 is a passive card and Hisax/mISDN must be used. The 'eicon' drivers are for the active cards 'DIVA Server' only. (I'm not sure if the source level RPM from eicon.com also provides the driver for the passive cards...)
Also, I really would suggest not to use the old chan_capi-0.3.5 from junghanns, it's known to be buggy. Armin On Wed, 21 Dec 2005, Giovanni Miano wrote: > #!/bin/sh > > echo ------------------------------------------- > echo installing Eicon Diva CAPI ISDN support > echo this has not been tested! > echo ------------------------------------------- > > yum -y update > yum -y install isdn4k-utils-devel kernel-unsupported kernel-smp-unsupported > > echo ------------------------------------------- > echo installing chan_capi.so > echo ------------------------------------------- > > cd /usr/src > > wget http://www.junghanns.net/asterisk/downloads/chan_capi.0.3.5.tar.gz > tar xvfz chan_capi.0.3.5.tar.gz > > cd /usr/src/chan_capi-0.3.5 > > make > make config > make install > > cd /usr/src > wget http://isdn4linux.org/%7Earmin/divas/divactrl_2.0.tar.gz > tar xvfz divactrl_2.0.tar.gz > cd /usr/src/divactrl_2.0 > ./configure > make install > > mkdir /usr/share/eicon > cd /usr/share/eicon > wget > ftp://ftp.isdn4linux.org/pub/isdn4linux/utils/eicon/firmware/protocols_dmlt_etsi.tar.bz2 > tar xvjf protocols_dmlt_etsi.tar.bz2 > > if ! grep capiinit /etc/rc.d/rc.local >/dev/null 2>&1; then > echo "capiinit start" >> /etc/rc.d/rc.local > fi > > if ! grep chan_capi /etc/asterisk/modules.conf >/dev/null 2>&1; then > echo "chan_capi.so=yes" >> /etc/asterisk/modules.conf > fi > > > > 2005/12/21, francesco giuliani <[EMAIL PROTECTED]>: > > > > Does anybody know how to configure an ISDN card (Eicon Diva 2.0 S/T PCI)? > > > > _______________________________________________ > > --Bandwidth and Colocation provided by Easynews.com -- > > > > Asterisk-Users mailing list > > To UNSUBSCRIBE or update options visit: > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > > > -- > Giovanni Miano > _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
