Thanks again Alexander
You are using HiSaX as well as trying CAPI. You can't use both at same time. If you want to use CAPI then you have to avoid the loading of any HiSaX module. You too have to get the CAPI closed source tarball from the AVM ftp server.
I have no Fritz PCI card, so I can't test it myself on FC2. Following is the list of CAPI related modules I have on another system:
capidrv 27188 2 isdn 130048 2 [capidrv] fcclassic 584256 4 capi 19936 6 capifs 5036 1 [capi] kernelcapi 33248 6 [capidrv fcclassic capi] capiutil 24544 0 [capidrv kernelcapi]
You don't need necessarily capidrv, and fcclassic is the module for my old ISA Fritz card.
Alexander
I downloaded the tarball from AVM and ran ./install which reported:- [root@Vigor11 fritz]# ./install
Welcome to the FRITZ!Card PCI driver installation!
Generating FRITZ!Card PCI driver for kernel 2.6.8-1.521... Copying FRITZ!Card PCI driver... src/fcpci.ko to /lib/modules/2.6.8-1.521/extra/fcpci.ko
The driver files have been copied.
Ready
[root@Vigor11 fritz]#
I then changed /etc/sysconf/isdncard to:- RESOURCES='protocol=2 type=27 id=HiSax' NAME='AVM PCI (Fritz!PCI)' MODULE=fcpci VENDOR_ID=1244 FIRMWARE=
I guess that this is not correct - how do I find the correct settings?
When I reboot my log says:-
Oct 17 09:36:20 vigor11 kernel: CAPI Subsystem Rev 1.1.2.8
Oct 17 09:36:20 vigor11 kernel: fcpci: module license 'Proprietary' taints kernel.
Oct 17 09:36:20 vigor11 kernel: fcpci: Unknown parameter `protocol'
Oct 17 09:36:20 vigor11 kernel: fcpci: AVM FRITZ!Card PCI driver, revision 0.6.2
Oct 17 09:36:20 vigor11 kernel: fcpci: (fcpci built on Oct 17 2004 at 09:31:17)
Oct 17 09:36:20 vigor11 kernel: ACPI: PCI interrupt 0000:02:05.0[A] -> GSI 5 (level, low) -> IRQ 5
Oct 17 09:36:20 vigor11 kernel: fcpci: AVM FRITZ!Card PCI found: port 0x3000, irq 5
Oct 17 09:36:20 vigor11 kernel: fcpci: Loading...
Oct 17 09:36:20 vigor11 kernel: fcpci: Driver 'fcpci' attached to stack. (152)
Oct 17 09:36:20 vigor11 kernel: fcpci: Stack version 3.11-02
Oct 17 09:36:20 vigor11 kernel: kcapi: Controller 1: fcpci-3000-05 attached
Oct 17 09:36:20 vigor11 kernel: kcapi: card 1 "fcpci-3000-05" ready.
Oct 17 09:36:20 vigor11 kernel: fcpci: Loaded.
Oct 17 09:36:20 vigor11 kernel: fcpci: Removing...
Oct 17 09:36:20 vigor11 kernel: kcapi: card 1 down.
Oct 17 09:36:21 vigor11 kernel: kcapi: Controller 1: fcpci-3000-05 unregistered
Oct 17 09:36:21 vigor11 kernel: fcpci: Removed.
Oct 17 09:36:21 vigor11 kernel: fcpci: Driver 'fcpci' detached
Any ideas
I also cannot find the capiutil module
Ian