I am on FC2 and have upgraded to 2.6.8 - 521
I am trying to get my passive ISDN card - AVM Fritz working with my application - Asterisk.
After some help from Alexander D. I changed /etc/sysconfig/isdncard The line MODULE=hisax is changed to: MODULE='hisax_fcpcipnp' my card now appears to function although it starts two times In the log on boot up I see:-
Oct 15 07:12:36 vigor11 kernel: 0000:02:09.0: 3Com PCI 3c905C Tornado at 0x3400. Vers LK1.1.19
Oct 15 07:12:36 vigor11 kernel: CSLIP: code copyright 1989 Regents of the University of California
Oct 15 07:12:36 vigor11 kernel: ISDN subsystem Rev: 1.1.2.3/1.1.2.3/1.1.2.2/1.1.2.3/1.1.2.2/1.1.2.2 loaded
Oct 15 07:12:36 vigor11 kernel: HiSax: Linux Driver for passive ISDN cards
Oct 15 07:12:36 vigor11 kernel: HiSax: Version 3.5 (module)
Oct 15 07:12:36 vigor11 kernel: HiSax: Layer1 Revision 2.46.2.5
Oct 15 07:12:36 vigor11 kernel: HiSax: Layer2 Revision 2.30.2.4
Oct 15 07:12:36 vigor11 kernel: HiSax: TeiMgr Revision 2.20.2.3
Oct 15 07:12:36 vigor11 kernel: HiSax: Layer3 Revision 2.22.2.3
Oct 15 07:12:36 vigor11 kernel: HiSax: LinkLayer Revision 2.59.2.4
Oct 15 07:12:36 vigor11 kernel: hisax_isac: ISAC-S/ISAC-SX ISDN driver v0.1.0
Oct 15 07:12:36 vigor11 kernel: hisax_fcpcipnp: Fritz!Card PCI/PCIv2/PnP ISDN driver v0.0.1
Oct 15 07:12:36 vigor11 kernel: HiSax: Card 1 Protocol EDSS1 Id=fcpcipnp0 (0)
Oct 15 07:12:36 vigor11 kernel: HiSax: DSS1 Rev. 2.32.2.3
Oct 15 07:12:36 vigor11 kernel: HiSax: 2 channels added
Oct 15 07:12:36 vigor11 kernel: HiSax: MAX_WAITING_CALLS added
Oct 15 07:12:36 vigor11 kernel: ACPI: PCI interrupt 0000:02:05.0[A] -> GSI 5 (level, low) -> IRQ 5
Oct 15 07:12:36 vigor11 kernel: hisax_fcpcipnp: found adapter Fritz!Card PCI v2 at 0000:02:05.0
Oct 15 07:12:36 vigor11 kernel: HiSax module removed
Oct 15 07:12:36 vigor11 kernel: ISDN-subsystem unloaded
Oct 15 07:12:36 vigor11 kernel: ip_tables: (C) 2000-2002 Netfilter core team
Oct 15 07:12:36 vigor11 kernel: CSLIP: code copyright 1989 Regents of the University of California
Oct 15 07:12:36 vigor11 kernel: ISDN subsystem Rev: 1.1.2.3/1.1.2.3/1.1.2.2/1.1.2.3/1.1.2.2/1.1.2.2 loaded
Oct 15 07:12:36 vigor11 kernel: HiSax: Linux Driver for passive ISDN cards
Oct 15 07:12:36 vigor11 kernel: HiSax: Version 3.5 (module)
Oct 15 07:12:36 vigor11 kernel: HiSax: Layer1 Revision 2.46.2.5
Oct 15 07:12:36 vigor11 kernel: HiSax: Layer2 Revision 2.30.2.4
Oct 15 07:12:36 vigor11 kernel: HiSax: TeiMgr Revision 2.20.2.3
Oct 15 07:12:36 vigor11 kernel: HiSax: Layer3 Revision 2.22.2.3
Oct 15 07:12:36 vigor11 kernel: HiSax: LinkLayer Revision 2.59.2.4
Oct 15 07:12:36 vigor11 kernel: hisax_isac: ISAC-S/ISAC-SX ISDN driver v0.1.0
Oct 15 07:12:36 vigor11 kernel: hisax_fcpcipnp: Unknown parameter `type'
Oct 15 07:12:37 vigor11 kernel: hisax_fcpcipnp: Fritz!Card PCI/PCIv2/PnP ISDN driver v0.0.1
Oct 15 07:12:37 vigor11 kernel: HiSax: Card 1 Protocol EDSS1 Id=fcpcipnp0 (0)
Oct 15 07:12:37 vigor11 kernel: HiSax: DSS1 Rev. 2.32.2.3
Oct 15 07:12:37 vigor11 kernel: HiSax: 2 channels added
Oct 15 07:12:37 vigor11 kernel: HiSax: MAX_WAITING_CALLS added
Oct 15 07:12:37 vigor11 kernel: ACPI: PCI interrupt 0000:02:05.0[A] -> GSI 5 (level, low) -> IRQ 5
Oct 15 07:12:37 vigor11 kernel: hisax_fcpcipnp: found adapter Fritz!Card PCI v2 at 0000:02:05.0
Oct 15 07:12:37 vigor11 kernel: Zapata Telephony Interface Registered on major 196
Oct 15 07:12:37 vigor11 kernel: Registered tone zone 0 (United States / North America)
The card functions a little because I see messages in the log:-
Oct 11 20:32:07 vigor11 kernel: isdn_tty: Incoming call without OAD, assuming '0'
Oct 11 20:32:07 vigor11 kernel: isdn_tty: call from 0 -> 693027 ignored
My problem is that I cannot use capi. [root@Vigor11 log]# capiinit ERROR: cannot load module kernelcapi
I then modprobe kernelcapi and capi but still see the same error message
[root@Vigor11 log]# modprobe kernelcapi [root@Vigor11 log]# modprobe capi [root@Vigor11 log]# capiinit ERROR: cannot load module kernelcapi [root@Vigor11 log]# lsmod | grep capi capi 13441 0 capifs 4041 2 capi kernelcapi 39393 1 capi [root@Vigor11 log]#
Can anybody help?
Thanks
Ian