<br><br><div class="gmail_quote">2008/12/9 Shaun Ruffell <span dir="ltr">&lt;<a href="mailto:sruffell@digium.com">sruffell@digium.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">David fire wrote:<br>
&gt; First zaptel is dahdi now....<br>
&gt; second it isnot in /etc/dahdi or /etc/asterisk....<br>
&gt; i know because i remember one time a guy from digium toldme where to put<br>
&gt; it....<br>
&gt;<br>
<br>
<br>
</div>Hopefully you are now using DAHDI so I&#39;ll just comment about DAHDI loads the<br>
drivers.<br>
<br>
When you run &quot;make config&quot; in the dahdi-tools projects, a couple of different<br>
files are loaded that control the loading of modules.<br>
<br>
/etc/modprobe.d/dahdi.blacklist is used to instruct udev to *not* automatically<br>
load the drivers when the system is booting. &nbsp;All the DAHDI drivers that support<br>
hardware devices are listed there in order to eliminate race conditions when the<br>
register their spans with the core dahdi driver. &nbsp;Even though the wctc4xxp does<br>
not register a span, it is there to remain consistent.<br>
<br>
/etc/init.d/dahdi is the script that should be configured to run on boot to load<br>
your drivers and configure your spans. &nbsp;This script reads /etc/dahdi/modules to<br>
determine which drivers it should load (by default, all the drivers are loaded).<br>
<br>
So you will want to make sure that wctc4xxp</blockquote><div>do you mean wct4xxp ?<br>because wct4xxp is present in my setup while wctc4xxp is not.<br>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
 is in /etc/dahdi/modules, and then<br>
run /etc/init.d/dahdi start to load the driver.<br>
<br>
Cheers,<br>
<font color="#888888">Shaun<br>
</font><div><div></div><div class="Wj3C7c"><br>
<br>
_______________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
 &nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</div></div></blockquote></div><br>