<br><br>
<div><span class="gmail_quote">On 29/08/2007, <b class="gmail_sendername">Patrick</b> <<a href="mailto:asterisk-list@puzzled.xs4all.nl">asterisk-list@puzzled.xs4all.nl</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">On Tue, 2007-08-28 at 20:51 +0100, Razza wrote:<br>> HI all,<br>> Has anyone succesfully installed an AVM Fritz! card on Fedora 7 using
<br>> the drivers at ATrpms recently? <a href="http://atrpms.net/dist/f7/fcpci/">http://atrpms.net/dist/f7/fcpci/</a><br>> I tried with a clean F7 build on my EPIA 5000 yesterday, after<br>> modifying /etc/capi.conf (removing the coment # in front of fcpci
<br>> line) I received the following error when executing 'capiinit' -<br>><br>> FATAL: Error inserting fcpci<br>> (/lib/modules/2.6.22.4-65.fc7/updates/drivers/isdn/fritz/fcpci.ko):<br>> Unknown symbol in module, or unknown parameter (see dmesg)
<br>> ERROR: failed to load driver fcpci<br>><br>> After some searcing I found this article -<br>> <a href="https://bugs.launchpad.net/ubuntu/+source/linux-restricted-modules-2.6.22/+bug/121978">https://bugs.launchpad.net/ubuntu/+source/linux-restricted-modules-2.6.22/+bug/121978
</a><br>><br>> I am a little stumped however what to do next and indeed if this is<br>> the cause of the problem, can anyone offer some guidance ?<br>> Thanks in advance.<br><br>The solution is at the end of this page:
<br><a href="http://student.physik.uni-mainz.de/~reiffert/fcpci.php">http://student.physik.uni-mainz.de/~reiffert/fcpci.php</a><br>Basically you need to replace pci_module_init with pci_register_driver<br><br>fritz/src/main.c
<br><br>#if defined (__fcpci__)<br> /* if (0 == (err = pci_module_init (&fcpci_driver))) { */<br> if (0 == (err = pci_register_driver (&fcpci_driver))) {<br> LOG("PCI driver registered.\n");
<br><br>Regards,<br>Patrick<br></blockquote></div><br>Within an RPM?