<br><br>
<div><span class="gmail_quote">On 29/08/2007, <b class="gmail_sendername">Patrick</b> &lt;<a href="mailto:asterisk-list@puzzled.xs4all.nl">asterisk-list@puzzled.xs4all.nl</a>&gt; 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>&gt; HI all,<br>&gt; Has anyone succesfully installed an AVM Fritz! card on Fedora 7 using
<br>&gt; the drivers at ATrpms recently? <a href="http://atrpms.net/dist/f7/fcpci/">http://atrpms.net/dist/f7/fcpci/</a><br>&gt; I tried with a clean F7 build on my EPIA 5000 yesterday, after<br>&gt; modifying /etc/capi.conf (removing the coment # in front of fcpci
<br>&gt; line) I received the following error when executing &#39;capiinit&#39; -<br>&gt;<br>&gt; FATAL: Error inserting fcpci<br>&gt; (/lib/modules/2.6.22.4-65.fc7/updates/drivers/isdn/fritz/fcpci.ko):<br>&gt; Unknown symbol in module, or unknown parameter (see dmesg)
<br>&gt; ERROR: failed to load driver fcpci<br>&gt;<br>&gt; After some searcing I found this article -<br>&gt; <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>&gt;<br>&gt; I am a little stumped however what to do next and indeed if this is<br>&gt; the cause of the problem, can anyone offer some guidance ?<br>&gt; 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>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if (0 == (err = pci_module_init (&amp;fcpci_driver))) { */<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (0 == (err = pci_register_driver (&amp;fcpci_driver))) {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LOG(&quot;PCI driver registered.\n&quot;);
<br><br>Regards,<br>Patrick<br></blockquote></div><br>Within an RPM?