<div dir="ltr">Thanks for the tips. I forgot to mention, i did try lsof, and it comes out with no result.<div><br></div><div>There is one thing I see different between the spans:</div><div><br></div><div><div>shell> head /proc/dahdi/1</div>
<div>Span 1: TE2/0/1 "T2XXP (PCI) Card 0 Span 1" B8ZS/ESF LOOP </div><div><br></div><div><span class="" style="white-space:pre">        </span>   1 TE2/0/1/1 Clear Master RED </div><div><span class="" style="white-space:pre">   </span>   2 TE2/0/1/2 Clear RED </div>
<div><span class="" style="white-space:pre">    </span>   3 TE2/0/1/3 Clear RED </div><div><span class="" style="white-space:pre">  </span>   4 TE2/0/1/4 Clear RED </div><div><span class="" style="white-space:pre">  </span>   5 TE2/0/1/5 Clear RED </div>
<div><span class="" style="white-space:pre">    </span>   6 TE2/0/1/6 Clear RED </div><div><span class="" style="white-space:pre">  </span>   7 TE2/0/1/7 Clear RED </div><div><span class="" style="white-space:pre">  </span>   8 TE2/0/1/8 Clear RED </div>
<div>shell> head /proc/dahdi/2</div><div>Span 2: TE2/0/2 "T2XXP (PCI) Card 0 Span 2" (MASTER) B8ZS/ESF LOOP </div><div><span class="" style="white-space:pre">     </span>CRC4 error count: 1</div><div><span class="" style="white-space:pre">        </span>E-bit error count: 1</div>
<div><br></div><div><span class="" style="white-space:pre">   </span>  25 TE2/0/2/1 Clear Master LOOP </div><div><span class="" style="white-space:pre">  </span>  26 TE2/0/2/2 Clear LOOP </div><div><span class="" style="white-space:pre"> </span>  27 TE2/0/2/3 Clear LOOP </div>
<div><span class="" style="white-space:pre">    </span>  28 TE2/0/2/4 Clear LOOP </div><div><span class="" style="white-space:pre"> </span>  29 TE2/0/2/5 Clear LOOP </div><div><span class="" style="white-space:pre"> </span>  30 TE2/0/2/6 Clear LOOP </div>
<div>shell> cat /etc/dahdi/system.conf </div><div>loadzone=us</div><div>defaultzone=us</div><div>span=1,0,0,esf,b8zs</div><div>clear=1-24</div><div>span=2,0,0,esf,b8zs</div><div>clear=25-48</div><div><br></div><div>Note the CRC4 and E-bit lines on span 2.</div>
<div><br></div><div> Right now both ports are in loop mode, no cable attached.</div><div><br></div><div>Maybe you guys @ Digium have seen this before as a symptom of card malfunction?</div></div><div><br></div><div>Thanks.</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jan 14, 2014 at 9:18 PM, Russ Meyerriecks <span dir="ltr"><<a href="mailto:rmeyerriecks@digium.com" target="_blank">rmeyerriecks@digium.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Tue, Jan 14, 2014 at 12:54 PM, Rodrigo Borges Pereira<br>
<<a href="mailto:rodrigoborgespereira@gmail.com">rodrigoborgespereira@gmail.com</a>> wrote:<br>
> Interestingly, span 2 goes into loop mode, but patlooptest can't access it:<br>
><br>
>> patlooptest /dev/dahdi/2 -t 300 -vvvvv<br>
> /dev/dahdi/2: Device or resource busy<br>
><br>
> And I do not have Asterisk running.<br>
</div>You should be able to use "lsof /dev/dahdi/2" to find out what process<br>
has the file open.<br>
<div class="im"><br>
> So I<br>
> am a bit confused in what's the most correct way of doing this kind of<br>
> tests. patlooptest + physical loopback? patlooptest alone? physical loopback<br>
> with some other method?<br>
</div>Physical loopback devices are nice because they encompass the cable<br>
into testing.<br>
Digital loopbacks are nice because you don't have to get up from your<br>
desk and plug something in :-) We use them a lot in our automated<br>
testing.<br>
<br>
One other thing to note. Sometimes patlooptest can be starved by the<br>
process scheduler. When this happens, it won't have enough time to<br>
produce or consume all the sequential bytes that it needs to. Then it<br>
will report errors. You can try increasing the scheduler priority<br>
with:<br>
chrt 99 patlooptest <span> ...<br>
<div class="HOEnZb"><div class="h5"><br>
--<br>
Russ Meyerriecks<br>
Digium, Inc. | Linux Kernel Developer<br>
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA<br>
direct: <a href="tel:%2B1%20256-428-6025" value="+12564286025">+1 256-428-6025</a><br>
Check us out at: <a href="http://www.digium.com" target="_blank">www.digium.com</a> & <a href="http://www.asterisk.org" target="_blank">www.asterisk.org</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>
</div></div></blockquote></div><br></div>