<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">From: Arik Funke <a title="[Asterisk-Users] zaphfc syslog flooding" href="mailto:asterisk-users%40lists.digium.com?Subject=%5BAsterisk-Users%5D%20zaphfc%20syslog%20flooding&amp;In-Reply-To=">
arik.funke at gmx.de </a><br>Hi,<br><br>my zaphfc is flooding my syslog with two messages (even without asterisk <br>running). Is this &quot;normal&quot;?:<br>--------------------------------------------------<br>zaphfc: bchan rx fifo not enough bytes to receive! (z1=1360, z2=1353, 
<br>wanted 8 got 7), probably a buffer overrun.<br>zaphfc: dropped audio (z1=2712, z2=2695, wanted 8 got 17, dropped 9).<br><br><br>With Asterisk running (asterisk -vvvvvgc) but without ANY activity it <br>prints these messages. Can anybody explain to me what the problem is? 
<br>Or is there no &quot;problem&quot;?:</blockquote>
<div>&nbsp;</div>
<div>Arik,</div>
<div>&nbsp;</div>
<div>I had the same problem until a few minutes ago. I found out that the device driver for my IDE controller was not compiled in the kernel, nor was it available as loadable module. So my IDE device was working without DMA and in 16 bit mode. That was the cause for my problems. Maybe it is the same cause for your issue.
</div>
<div>&nbsp;</div>
<div>I have&nbsp;recompiled the kernel with via82C (my chipset) support and now the problems are gone.&nbsp;The driver was found under: device drivers -&gt; ATA -&gt; via82cxxx chipset support.</div>
<div>&nbsp;</div>
<div>When I now run hdparm /dev/hda1 it show me that the device is operating in 32bit DMA mode.</div>
<div>&nbsp;</div>
<div>I just thought to let you know in case you still suffer from this issue.</div>
<div>&nbsp;</div>
<div>Regards,</div>
<div>Michel</div>
<div>&nbsp;</div><br>