<br><br><div class="gmail_quote">2010/7/8 Tzafrir Cohen <span dir="ltr">&lt;<a href="mailto:tzafrir.cohen@xorcom.com">tzafrir.cohen@xorcom.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="im">On Thu, Jul 08, 2010 at 05:48:53PM +0200, Olivier wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; I&#39;m using Asterisk 1.6.1.18 with latest Dahdi Linux and Tools (rev 8854) and<br>
&gt; libpri 1.4.10.2.<br>
&gt;<br>
&gt; During installation, I&#39;m facing this :<br>
&gt; # dahdi_genconf -v system<br>
&gt; Default parameters from /etc/dahdi/genconf_parameters<br>
&gt; Empty configuration -- no spans<br>
<br>
</div>Are there? What&#39;s the output of lsdahdi ? Maybe you need to actually<br>
modpprobe wcb4xxp #?<br>
<div class="im"><br>
&gt;<br>
&gt; Of course, I&#39;ve got span descriptions in /etc/dahdi/genconf_parameters :<br>
&gt; ....<br>
&gt; pri_termtype<br>
&gt;         SPAN/1          TE<br>
&gt;         SPAN/2          TE<br>
&gt;         SPAN/3          TE<br>
&gt;         SPAN/4          TE<br>
<br>
</div>TE is the default anyway. And it should not be needed for this card, as<br>
&quot;TE&quot;/&quot;NT&quot; should default to the value from the jumpers.<br>
<div class="im"><br>
&gt;<br>
&gt;<br>
&gt; After installation, I&#39;ve got :<br>
&gt;<br>
&gt; # lspci -vn | grep 1397 -A 7<br>
&gt; 01:09.0 0204: 1397:08b4 (rev 01)<br>
&gt;         Subsystem: 1397:b520<br>
&gt;         Flags: medium devsel, IRQ 16<br>
&gt;         I/O ports at e800 [size=8]<br>
&gt;         Memory at dfebf000 (32-bit, non-prefetchable) [disabled] [size=4K]<br>
&gt;         Capabilities: [40] Power Management version 2<br>
&gt;         Kernel driver in use: hfc4s8s_l1<br>
&gt;         Kernel modules: wcb4xxp, hfc4s8s_l1<br>
&gt;<br>
&gt; # lsmod | grep dah<br>
&gt; dahdi                 187464  3 wcb4xxp<br>
&gt; crc_ccitt               2080  2 dahdi,hisax<br>
&gt;<br>
&gt; # lsmod | grep hfc<br>
&gt; hfc4s8s_l1             11716  0<br>
&gt; hisax                 397700  1 hfc4s8s_l1<br>
<br>
</div>I suspect you need to blacklist hfc4s8s_l1<br></blockquote><div><br>You&#39;re right : blacklisting this module helped !<br><br>I simply did:<br>echo &quot;blacklist hfc4s8s_l1&quot; &gt;&gt; /etc/modprobe.d/dahdi.blacklist.conf<br>
reboot<br><br>Would suggest a cleaner way to blacklist this module ?<br>Maybe adding my own dahdi.myfile.conf file into /etc/modprobe.d/ ?<br><br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div class="im"><br>
&gt;<br>
&gt; # lsmod | grep wcb<br>
&gt; wcb4xxp                73252  0<br>
&gt; dahdi                 187464  3 wcb4xxp<br>
<br>
</div>--<br>
               Tzafrir Cohen<br>
icq#16849755              <a href="mailto:jabber%3Atzafrir.cohen@xorcom.com">jabber:tzafrir.cohen@xorcom.com</a><br>
+972-50-7952406           mailto:<a href="mailto:tzafrir.cohen@xorcom.com">tzafrir.cohen@xorcom.com</a><br>
<a href="http://www.xorcom.com" target="_blank">http://www.xorcom.com</a>  <a href="http://iax:guest@local.xorcom.com/tzafrir" target="_blank">iax:guest@local.xorcom.com/tzafrir</a><br>
<br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</blockquote></div><br>