<br><br><div class="gmail_quote">2010/7/8 Tzafrir Cohen <span dir="ltr"><<a href="mailto:tzafrir.cohen@xorcom.com">tzafrir.cohen@xorcom.com</a>></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>
> Hi,<br>
><br>
> I'm using Asterisk 1.6.1.18 with latest Dahdi Linux and Tools (rev 8854) and<br>
> libpri 1.4.10.2.<br>
><br>
> During installation, I'm facing this :<br>
> # dahdi_genconf -v system<br>
> Default parameters from /etc/dahdi/genconf_parameters<br>
> Empty configuration -- no spans<br>
<br>
</div>Are there? What's the output of lsdahdi ? Maybe you need to actually<br>
modpprobe wcb4xxp #?<br>
<div class="im"><br>
><br>
> Of course, I've got span descriptions in /etc/dahdi/genconf_parameters :<br>
> ....<br>
> pri_termtype<br>
> SPAN/1 TE<br>
> SPAN/2 TE<br>
> SPAN/3 TE<br>
> SPAN/4 TE<br>
<br>
</div>TE is the default anyway. And it should not be needed for this card, as<br>
"TE"/"NT" should default to the value from the jumpers.<br>
<div class="im"><br>
><br>
><br>
> After installation, I've got :<br>
><br>
> # lspci -vn | grep 1397 -A 7<br>
> 01:09.0 0204: 1397:08b4 (rev 01)<br>
> Subsystem: 1397:b520<br>
> Flags: medium devsel, IRQ 16<br>
> I/O ports at e800 [size=8]<br>
> Memory at dfebf000 (32-bit, non-prefetchable) [disabled] [size=4K]<br>
> Capabilities: [40] Power Management version 2<br>
> Kernel driver in use: hfc4s8s_l1<br>
> Kernel modules: wcb4xxp, hfc4s8s_l1<br>
><br>
> # lsmod | grep dah<br>
> dahdi 187464 3 wcb4xxp<br>
> crc_ccitt 2080 2 dahdi,hisax<br>
><br>
> # lsmod | grep hfc<br>
> hfc4s8s_l1 11716 0<br>
> hisax 397700 1 hfc4s8s_l1<br>
<br>
</div>I suspect you need to blacklist hfc4s8s_l1<br></blockquote><div><br>You're right : blacklisting this module helped !<br><br>I simply did:<br>echo "blacklist hfc4s8s_l1" >> /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>
><br>
> # lsmod | grep wcb<br>
> wcb4xxp 73252 0<br>
> 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>