Hello,
I have problem with capi, I can't install it. I have putted all info what I
did and what I get :). I think you can suggest me how to solve this
problem.and thanking you in anticipation. I have ISDN Frtiz!Card PCI
v2.1and I want to install it to my ubuntu box (kernel:
2.6.17-10-server). Using command "lspci -vv" , I can see that kernel
finds
this card:
*02:0d.0 Network controller: AVM Audiovisuelles MKTG & Computer System GmbH
Fritz!PCI v2.0 ISDN (rev 02)
Subsystem: AVM Audiovisuelles MKTG & Computer System GmbH Fritz!PCI
v2.0 ISDN
Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR+ FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
<TAbort- <MAbort- >SERR- <PERR-
Interrupt: pin A routed to IRQ 201
Region 0: Memory at ff9fec00 (32-bit, non-prefetchable) [size=32]
Region 1: I/O ports at df80 [size=32]
Capabilities: [40] Power Management version 2
Flags: PMEClk- DSI- D1- D2+ AuxCurrent=55mA
PME(D0-,D1-,D2+,D3hot+,D3cold+)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-*
I found tutorial in http://www.asteriskguru.com/tutorials/avm_b1.html .I
have installed these packages:
*ii capiutils 3.9.20060704-1 Utilities for
CAPI-capable ISDN cards
ii libcapi20-3 3.9.20060704-1 libraries for
CAPI support
ii libcapi20-dev 3.9.20060704-1 libraries for
CAPI support
ii avm-fritz-firmware-2.6.17-10 3.11+2.6.17.7-10.1 Firmware for AVM
Fritz! ISDN hardware*
and downloaded firmaware from *
ftp://ftp.in-berlin.de/pub/capi4linux/firmware/b1/ .*My capi.conf is:
*b1pci /usr/share/isdn/b1.t4 DSS1 - -
- - P2P*
Then I exec command capiinit start, I have noting on output, but it load
modules:
*root@asterisk:~# lsmod
Module Size Used by
b1pci 10624 0
b1dma 17412 1 b1pci
b1 25856 2 b1pci,b1dma
capi 19392 0
kernelcapi 49664 4 b1pci,b1dma,b1,capi
capifs 7176 2 capi
ipv6 271136 12
lp 12964 0
mISDN_l2 44288 0
mISDN_l1 13192 0
avmfritz 25740 0
mISDN_isac 17280 1 avmfritz
mISDN_core 75648 4 mISDN_l2,mISDN_l1,avmfritz,mISDN_isac*
But when I execute command cappinfo, I get :
*root@asterisk:~# capiinfo
capi not installed - No such device or address (6).
*
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.digium.com/pipermail/asterisk-users/attachments/20070307/464807ed/attachment.htm
I think you are mixing something here. The FritzCard is not a "B1", so you don't need the b1 modules, the firmware and the /etc/capi.conf. You can either use the FritzCard driver (binary modules from AVM), or you use mISDN (which is also already loaded according to your lsmod). When using mISDN, you can either use the mISDN-CAPI to really provide a CAPI interface, or just don't use CAPI and use chan_misdn instead. Armin On Wed, 7 Mar 2007, Giedrius Augys wrote:> Hello, > I have problem with capi, I can't install it. I have putted all info what I > did and what I get :). I think you can suggest me how to solve this > problem.and thanking you in anticipation. I have ISDN Frtiz!Card PCI > v2.1and I want to install it to my ubuntu box (kernel: > 2.6.17-10-server). Using command "lspci -vv" , I can see that kernel finds > this card: > *02:0d.0 Network controller: AVM Audiovisuelles MKTG & Computer System GmbH > Fritz!PCI v2.0 ISDN (rev 02) > Subsystem: AVM Audiovisuelles MKTG & Computer System GmbH Fritz!PCI > v2.0 ISDN > Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- > Stepping- SERR+ FastB2B- > Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- > <TAbort- <MAbort- >SERR- <PERR- > Interrupt: pin A routed to IRQ 201 > Region 0: Memory at ff9fec00 (32-bit, non-prefetchable) [size=32] > Region 1: I/O ports at df80 [size=32] > Capabilities: [40] Power Management version 2 > Flags: PMEClk- DSI- D1- D2+ AuxCurrent=55mA > PME(D0-,D1-,D2+,D3hot+,D3cold+) > Status: D0 PME-Enable- DSel=0 DScale=0 PME-* > > > > I found tutorial in http://www.asteriskguru.com/tutorials/avm_b1.html .I > have installed these packages: > *ii capiutils 3.9.20060704-1 Utilities for > CAPI-capable ISDN cards > ii libcapi20-3 3.9.20060704-1 libraries for > CAPI support > ii libcapi20-dev 3.9.20060704-1 libraries for > CAPI support > ii avm-fritz-firmware-2.6.17-10 3.11+2.6.17.7-10.1 Firmware for AVM > Fritz! ISDN hardware* > > and downloaded firmaware from * > ftp://ftp.in-berlin.de/pub/capi4linux/firmware/b1/ .*My capi.conf is: > *b1pci /usr/share/isdn/b1.t4 DSS1 - - > - - P2P* > > Then I exec command capiinit start, I have noting on output, but it load > modules: > *root@asterisk:~# lsmod > Module Size Used by > b1pci 10624 0 > b1dma 17412 1 b1pci > b1 25856 2 b1pci,b1dma > capi 19392 0 > kernelcapi 49664 4 b1pci,b1dma,b1,capi > capifs 7176 2 capi > ipv6 271136 12 > lp 12964 0 > mISDN_l2 44288 0 > mISDN_l1 13192 0 > avmfritz 25740 0 > mISDN_isac 17280 1 avmfritz > mISDN_core 75648 4 mISDN_l2,mISDN_l1,avmfritz,mISDN_isac* > > But when I execute command cappinfo, I get : > *root@asterisk:~# capiinfo > capi not installed - No such device or address (6). > * >