Hello all, I'm trying to setup a AVM C2 card. I have read the kernel requirements for this card. <M> CAPI2.0 support [*] Verbose reason code reporting (Kernel size +=7K) [*] CAPI2.0 Middleware support (EXPERIMENTAL) <M> CAPI2.0 /dev/capi support [*] CAPI2.0 filesystem support <M> CAPI2.0 capidrv interface support My problem is when I make a "make menuconfig" in /usr/src/linux/, i can't see any reference to CAPI2.0 filesystem support, in my kernel, 2.4.18 (Debian stable). When I make a capiinit, to test the AVM card, it says, debian-asterisk:~# capiinit modprobe: Can't locate module capifs modprobe: Can't locate module capifs WARNING: filesystem capifs not available /lib/modules/2.4.18/kernel/drivers/isdn/avmb1/b1pci.o: init_module: No such device Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters /lib/modules/2.4.18/kernel/drivers/isdn/avmb1/b1pci.o: insmod /lib/modules/2.4.18/kernel/drivers/isdn/avmb1/b1pci.o failed /lib/modules/2.4.18/kernel/drivers/isdn/avmb1/b1pci.o: insmod b1pci failed ERROR: failed to load driver b1pci ERROR: controller 1: firmware file "c4.bin" not found ERROR: controller 2: firmware file "-" not found ERROR: failed to load firmware for controller 1 driver c2 name c2-d400 ERROR: failed to load firmware for controller 2 driver c2 name c2-d400 As you can see, the first error is "can`t locate module capifs". What i am doing wrong? Any clue will be apreciated. Regards Ismael Gil -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040922/5eeb7351/attachment.htm
On Wed, Sep 22, 2004 at 07:15:19PM +0200, igil@itranser.com wrote:> Hello all, > > I'm trying to setup a AVM C2 card. > > I have read the kernel requirements for this card. > > > <M> CAPI2.0 support > [*] Verbose reason code reporting (Kernel size +=7K) > [*] CAPI2.0 Middleware support (EXPERIMENTAL) > <M> CAPI2.0 /dev/capi support > [*] CAPI2.0 filesystem support > <M> CAPI2.0 capidrv interface support > > My problem is when I make a "make menuconfig" in /usr/src/linux/, i can't > see > any reference to CAPI2.0 filesystem support, in my kernel, 2.4.18 (Debian > stable). > > When I make a capiinit, to test the AVM card, it says, > > debian-asterisk:~# capiinit > modprobe: Can't locate module capifs > modprobe: Can't locate module capifs > WARNING: filesystem capifs not availablemount /dev/capi should help but it should be done from the module itself! Are you shure you have all the modules in /lib/modules/kernel-version...? depmod -a might be helpfull too.> /lib/modules/2.4.18/kernel/drivers/isdn/avmb1/b1pci.o: init_module: No > such deviceWell that looks like more probs then just the missing fs.> Hint: insmod errors can be caused by incorrect module parameters, > including invalid IO or IRQ parameters > /lib/modules/2.4.18/kernel/drivers/isdn/avmb1/b1pci.o: insmod > /lib/modules/2.4.18/kernel/drivers/isdn/avmb1/b1pci.o failed > /lib/modules/2.4.18/kernel/drivers/isdn/avmb1/b1pci.o: insmod b1pci failed > ERROR: failed to load driver b1pci > ERROR: controller 1: firmware file "c4.bin" not foundftp.in-berlin.de/pub/capi4linux/firmware/c4...> ERROR: controller 2: firmware file "-" not found > ERROR: failed to load firmware for controller 1 driver c2 name c2-d400 > ERROR: failed to load firmware for controller 2 driver c2 name c2-d400 > > As you can see, the first error is "can`t locate module capifs". > > What i am doing wrong?Missing devices in /dev/...> > > Any clue will be apreciated. > > Regards > > Ismael Gil > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users-- Tho/\/\as
On Wed, Sep 22, 2004 at 07:15:19PM +0200, igil@itranser.com wrote:> Hello all,Sorry for my first mail which answers the 2nd part:(> > I'm trying to setup a AVM C2 card. > > I have read the kernel requirements for this card. > > > <M> CAPI2.0 support > [*] Verbose reason code reporting (Kernel size +=7K)^^^^^^^^^^^^^^^^^^^ No need for that!> [*] CAPI2.0 Middleware support (EXPERIMENTAL) > <M> CAPI2.0 /dev/capi support > [*] CAPI2.0 filesystem support > <M> CAPI2.0 capidrv interface support > > My problem is when I make a "make menuconfig" in /usr/src/linux/, i can't > see > any reference to CAPI2.0 filesystem support, in my kernel, 2.4.18 (Debian > stable).make menuconfig is just to configure How about make modules && make modules_install -- Tho/\/\as