-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Not strictly Asterisk related, but I'm trying to get an AVM Fritz! card to work with Asterisk on a Fedora Core 3 box. I've grabbed the official AVM Fritz CAPI driver from the AVM website and compiled against the current kernel. However, as soon as I modprobe it I get: CAPI Subsystem Rev 1.1.2.8 fcpci: module license 'Proprietary' taints kernel. fcpci: AVM FRITZ!Card PCI driver, revision 0.6.2 fcpci: (fcpci built on Jan 24 2005 at 13:51:46) ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 ACPI: PCI interrupt 0000:00:09.0[A] -> GSI 11 (level, low) -> IRQ 11 fcpci: AVM FRITZ!Card PCI found: port 0x1c00, irq 11 fcpci: Loading... fcpci: Driver 'fcpci' attached to stack. (152) Unable to handle kernel paging request at virtual address ffffff00 printing eip: e0bbe503 *pde = 00002067 Oops: 0000 [#1] Modules linked in: fcpci(U) kernelcapi nfsd exportfs lockd parport_pc lp parport md5 ipv6 autofs4 sunrpc video button battery ac ohci_hcd i2c_amd756 i2c_core crc_ccitt isdn slhc r8169 3c59x floppy dm_snapshot dm_zero dm_mirror ext3 jbd dm_mod CPU: 0 EIP: 0060:[<e0bbe503>] Tainted: P VLI EFLAGS: 00010217 (2.6.10-1.741_FC3) EIP is at memcpy+0x13/0x30 [fcpci] eax: e0bbee4f ebx: dc1a403c ecx: 382efb93 edx: e0c14e54 esi: ffffff00 edi: e0bbe45e ebp: dbb80e90 esp: dbb80e88 ds: 007b es: 007b ss: 0068 Process modprobe (pid: 3995, threadinfo=dbb80000 task=db4bae50) Stack: d995b884 da7224cc 00000000 e0c0d389 e0bbe45e ffffff00 e0bbee4f 00001c02 00001c02 00000246 00000014 dc1a4004 dc1a403c dc1a4004 ffffffed e0c0d64c dc1a4004 e0c0c53f dc1a4058 dc1a4004 e0c0c96d dfc1b000 dfc1b000 ffffffed Call Trace: [<e0c0d389>] lock_init+0x3e/0x5b [fcpci] [<e0bbe45e>] CA_MSEC+0xe/0x10 [fcpci] [<e0bbee4f>] Wait+0x2f/0x40 [fcpci] [<e0c0d64c>] table_init+0x2c/0x3e [fcpci] [<e0c0c53f>] start+0x13/0xa5 [fcpci] [<e0c0c96d>] add_card+0xb4/0x165 [fcpci] [<e0c0c1b2>] fritz_probe+0x9c/0xee [fcpci] [<c01d173a>] kobject_hotplug+0x2f7/0x2ff [<c01da692>] pci_device_probe_static+0x2a/0x3d [<c01da6c0>] __pci_device_probe+0x1b/0x2c [<c01da6ec>] pci_device_probe+0x1b/0x2d [<c0238de5>] driver_probe_device+0x30/0x4d [<c0238ead>] driver_attach+0x37/0x66 [<c0239264>] bus_add_driver+0x7a/0xa4 [<c02396f0>] driver_register+0x51/0x58 [<e08580b2>] fritz_init+0xb2/0xd3 [fcpci] [<c01da8a4>] pci_register_driver+0x8b/0x9e [<e08580bf>] fritz_init+0xbf/0xd3 [fcpci] [<c0135965>] sys_init_module+0x1c4/0x294 [<c010336b>] syscall_call+0x7/0xb Code: 10 c3 e0 ff 50 58 c9 c3 55 89 e5 5d c3 8d 74 26 00 8d bc 27 00 00 00 00 55 89 e5 8b 45 10 57 89 c1 56 c1 e9 02 8b 75 0c 8b 7d 08 <f3> a5 a8 02 74 02 66 a5 a8 01 74 01 a4 5e 5f 8b 45 08 5d c3 89 Does anyone have any suggestions? - Steve Jabber: steve@nexusuk.org Web: http://www.nexusuk.org/ Servatis a periculum, servatis a maleficum - Whisper, Evanescence -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) Comment: Public key available at http://www.nexusuk.org/pubkey.txt iD8DBQFB9SLq5zUOsIV3bqERApGYAKCKilFLFldoDGMk6ymp5C8nieikLACffhVu 8y1i068ds9mxwWOb7vlyBAA=qh6H -----END PGP SIGNATURE-----
On Mon, Jan 24, 2005 at 04:31:33PM +0000, Steve Hill wrote:> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > Not strictly Asterisk related, but I'm trying to get an AVM Fritz! card to > work with Asterisk on a Fedora Core 3 box. I've grabbed the official AVM > Fritz CAPI driver from the AVM website and compiled against the current > kernel. However, as soon as I modprobe it I get: > CAPI Subsystem Rev 1.1.2.8 > fcpci: module license 'Proprietary' taints kernel. > fcpci: AVM FRITZ!Card PCI driver, revision 0.6.2 > fcpci: (fcpci built on Jan 24 2005 at 13:51:46) > ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 > ACPI: PCI interrupt 0000:00:09.0[A] -> GSI 11 (level, low) -> IRQ 11 > fcpci: AVM FRITZ!Card PCI found: port 0x1c00, irq 11 > fcpci: Loading... > fcpci: Driver 'fcpci' attached to stack. (152) > Unable to handle kernel paging request at virtual address ffffff00 > printing eip: > e0bbe503 > *pde = 00002067 > Oops: 0000 [#1] > Modules linked in: fcpci(U) kernelcapi nfsd exportfs lockd parport_pc lp > parport md5 ipv6 autofs4 sunrpc video button battery ac ohci_hcd > i2c_amd756 i2c_core crc_ccitt isdn slhc r8169 3c59x floppy dm_snapshot > dm_zero dm_mirror ext3 jbd dm_mod > CPU: 0 > EIP: 0060:[<e0bbe503>] Tainted: P VLI > EFLAGS: 00010217 (2.6.10-1.741_FC3) > EIP is at memcpy+0x13/0x30 [fcpci] > eax: e0bbee4f ebx: dc1a403c ecx: 382efb93 edx: e0c14e54 > esi: ffffff00 edi: e0bbe45e ebp: dbb80e90 esp: dbb80e88 > ds: 007b es: 007b ss: 0068 > Process modprobe (pid: 3995, threadinfo=dbb80000 task=db4bae50) > Stack: d995b884 da7224cc 00000000 e0c0d389 e0bbe45e ffffff00 e0bbee4f > 00001c02 > 00001c02 00000246 00000014 dc1a4004 dc1a403c dc1a4004 ffffffed > e0c0d64c > dc1a4004 e0c0c53f dc1a4058 dc1a4004 e0c0c96d dfc1b000 dfc1b000 > ffffffed > Call Trace: > [<e0c0d389>] lock_init+0x3e/0x5b [fcpci] > [<e0bbe45e>] CA_MSEC+0xe/0x10 [fcpci] > [<e0bbee4f>] Wait+0x2f/0x40 [fcpci] > [<e0c0d64c>] table_init+0x2c/0x3e [fcpci] > [<e0c0c53f>] start+0x13/0xa5 [fcpci] > [<e0c0c96d>] add_card+0xb4/0x165 [fcpci] > [<e0c0c1b2>] fritz_probe+0x9c/0xee [fcpci] > [<c01d173a>] kobject_hotplug+0x2f7/0x2ff > [<c01da692>] pci_device_probe_static+0x2a/0x3d > [<c01da6c0>] __pci_device_probe+0x1b/0x2c > [<c01da6ec>] pci_device_probe+0x1b/0x2d > [<c0238de5>] driver_probe_device+0x30/0x4d > [<c0238ead>] driver_attach+0x37/0x66 > [<c0239264>] bus_add_driver+0x7a/0xa4 > [<c02396f0>] driver_register+0x51/0x58 > [<e08580b2>] fritz_init+0xb2/0xd3 [fcpci] > [<c01da8a4>] pci_register_driver+0x8b/0x9e > [<e08580bf>] fritz_init+0xbf/0xd3 [fcpci] > [<c0135965>] sys_init_module+0x1c4/0x294 > [<c010336b>] syscall_call+0x7/0xb > Code: 10 c3 e0 ff 50 58 c9 c3 55 89 e5 5d c3 8d 74 26 00 8d bc 27 00 00 00 > 00 55 89 e5 8b 45 10 57 89 c1 56 c1 e9 02 8b 75 0c 8b 7d 08 <f3> a5 a8 02 > 74 02 66 a5 a8 01 74 01 a4 5e 5f 8b 45 08 5d c3 89 > > Does anyone have any suggestions? >Quick shot: SMP, HT? IRQ? Try other slot. Do you modprobe/insmod the module by hand or via <capiinit start>? -- Tho/\/\as