Amaury BOSSE
2005-Nov-14 09:14 UTC
[Asterisk-Users] Fritz card usb v2.1 - Capi installation problem
Hi all, I am trying to install an AVM Fritz card USB v2.1 on my Asterisk Box. I am using Debian Sarge with 2.6.8 kernel. I have compiled capi last drivers (fcusb2-suse93-3.11-07.tar.gz) and have copied fcusb.ko to /lib/modules/2.6.8/extra/. All modules seems loaded (capi, capifs, kernelcapi, fcusb,.) "Capiinfo" fails and returns : "capi not installed - No such device or address (6)" I have tried to install chan_capi-cm-0.6.1.tar.gz but Asterisk no longer starts. /var/log/asterisk/messages returns : Nov 14 16:40:51 WARNING[4005]: CAPI not installed, CAPI disabled! Nov 14 16:40:51 WARNING[4005]: chan_capi.so: load_module failed, returning -1 Nov 14 16:40:51 WARNING[4005]: Loading module chan_capi.so failed! I have tried to find out a solution from the web but without results. Does someone know where the problem is from? Thanks for your help Amaury -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20051114/eb07d2a4/attachment.htm
Armin Schindler
2005-Nov-14 10:37 UTC
[Asterisk-Users] Fritz card usb v2.1 - Capi installation problem
If 'capiinfo' does not work, chan_capi will fail too. Do you have the node /dev/capi20 with correct permissions? Armin On Mon, 14 Nov 2005, Amaury BOSSE wrote:> Hi all, > > > > I am trying to install an AVM Fritz card USB v2.1 on my Asterisk Box. > > I am using Debian Sarge with 2.6.8 kernel. > > I have compiled capi last drivers (fcusb2-suse93-3.11-07.tar.gz) and have > copied fcusb.ko to /lib/modules/2.6.8/extra/. > > > > All modules seems loaded (capi, capifs, kernelcapi, fcusb,.) > > "Capiinfo" fails and returns : "capi not installed - No such device or > address (6)" > > > > I have tried to install chan_capi-cm-0.6.1.tar.gz but Asterisk no longer > starts. > > /var/log/asterisk/messages returns : > > Nov 14 16:40:51 WARNING[4005]: CAPI not installed, CAPI disabled! > > Nov 14 16:40:51 WARNING[4005]: chan_capi.so: load_module failed, returning > -1 > > Nov 14 16:40:51 WARNING[4005]: Loading module chan_capi.so failed! > > > > I have tried to find out a solution from the web but without results. > > Does someone know where the problem is from? > > > > Thanks for your help > > Amaury > >
amaury BOSSE
2005-Nov-15 01:22 UTC
[Asterisk-Users] Fritz card usb v2.1 - Capi installation problem
Hello, As you can see bellow, the node /dev/capi20 exits and permissions seems to be good (read and write for user and group). Do you have other ideas to help me to resolve this problem? Thanks for your answer. Amaury # ls -l /dev/capi* crw-rw-rw- 1 root dialout 68, 0 2005-11-10 10:18 /dev/capi20 crw-rw---- 1 root dialout 68, 1 2005-11-10 10:18 /dev/capi20.00 crw-rw---- 1 root dialout 68, 2 2005-11-10 10:18 /dev/capi20.01 crw-rw---- 1 root dialout 68, 3 2005-11-10 10:18 /dev/capi20.02 crw-rw---- 1 root dialout 68, 4 2005-11-10 10:18 /dev/capi20.03 crw-rw---- 1 root dialout 68, 5 2005-11-10 10:18 /dev/capi20.04 crw-rw---- 1 root dialout 68, 6 2005-11-10 10:18 /dev/capi20.05 crw-rw---- 1 root dialout 68, 7 2005-11-10 10:18 /dev/capi20.06 crw-rw---- 1 root dialout 68, 8 2005-11-10 10:18 /dev/capi20.07 crw-rw---- 1 root dialout 68, 9 2005-11-10 10:18 /dev/capi20.08 crw-rw---- 1 root dialout 68, 10 2005-11-10 10:18 /dev/capi20.09 crw-rw---- 1 root dialout 68, 11 2005-11-10 10:18 /dev/capi20.10 crw-rw---- 1 root dialout 68, 12 2005-11-10 10:18 /dev/capi20.11 crw-rw---- 1 root dialout 68, 13 2005-11-10 10:18 /dev/capi20.12 crw-rw---- 1 root dialout 68, 14 2005-11-10 10:18 /dev/capi20.13 crw-rw---- 1 root dialout 68, 15 2005-11-10 10:18 /dev/capi20.14 crw-rw---- 1 root dialout 68, 16 2005-11-10 10:18 /dev/capi20.15 crw-rw---- 1 root dialout 68, 17 2005-11-10 10:18 /dev/capi20.16 crw-rw---- 1 root dialout 68, 18 2005-11-10 10:18 /dev/capi20.17 crw-rw---- 1 root dialout 68, 19 2005-11-10 10:18 /dev/capi20.18 crw-rw---- 1 root dialout 68, 20 2005-11-10 10:18 /dev/capi20.19 /dev/capi: total 0 -----Message d'origine----- De?: Armin Schindler [mailto:armin@melware.de] Envoy??: lundi 14 novembre 2005 18:37 ??: Amaury BOSSE Cc?: asterisk-users@lists.digium.com Objet?: Re: [Asterisk-Users] Fritz card usb v2.1 - Capi installation problem If 'capiinfo' does not work, chan_capi will fail too. Do you have the node /dev/capi20 with correct permissions? Armin On Mon, 14 Nov 2005, Amaury BOSSE wrote:> Hi all, > > > > I am trying to install an AVM Fritz card USB v2.1 on my Asterisk Box. > > I am using Debian Sarge with 2.6.8 kernel. > > I have compiled capi last drivers (fcusb2-suse93-3.11-07.tar.gz) and have > copied fcusb.ko to /lib/modules/2.6.8/extra/. > > > > All modules seems loaded (capi, capifs, kernelcapi, fcusb,.) > > "Capiinfo" fails and returns : "capi not installed - No such device or > address (6)" > > > > I have tried to install chan_capi-cm-0.6.1.tar.gz but Asterisk no longer > starts. > > /var/log/asterisk/messages returns : > > Nov 14 16:40:51 WARNING[4005]: CAPI not installed, CAPI disabled! > > Nov 14 16:40:51 WARNING[4005]: chan_capi.so: load_module failed, returning > -1 > > Nov 14 16:40:51 WARNING[4005]: Loading module chan_capi.so failed! > > > > I have tried to find out a solution from the web but without results. > > Does someone know where the problem is from? > > > > Thanks for your help > > Amaury > >
Elmar Haneke
2005-Nov-15 01:35 UTC
[Asterisk-Users] Fritz card usb v2.1 - Capi installation problem
> As you can see bellow, the node /dev/capi20 exits and permissions > seems to be good (read and write for user and group). Do you have > other ideas to help me to resolve this problem?Is user "asterisk" member of group "dialout"? Elmar
Matt Riddell
2005-Nov-15 23:47 UTC
[Asterisk-Users] Fritz card usb v2.1 - Capi installation problem
Amaury BOSSE wrote:> Hi all, > > > > I am trying to install an AVM Fritz card USB v2.1 on my Asterisk Box.Did you remember to remove HiSAX? -- Cheers, Matt Riddell _______________________________________________ http://www.sineapps.com/news.php (Daily Asterisk News - html) http://freevoip.gedameurope.com (Free Asterisk Voip Community) http://www.sineapps.com/rssfeed.php (Daily Asterisk News - rss)