Hi!<br><br><div class="gmail_quote">On Wed, Sep 1, 2010 at 3:35 PM, giovanni.v <span dir="ltr">&lt;<a href="mailto:iax@keybits.org">iax@keybits.org</a>&gt;</span> wrote:<br><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Firt thing, I want to say a heartfelt *THANK YOU* to Mark for his effort<br>
porting and mantaining the Dahdi freeBSD port.<br>
<br>
I think it&#39;s the right time to revive an old question about setting the<br>
opermode in wcfxs/wcfxo zaptel kernel modules to meet regional pstn<br>
requirements.<br></blockquote><div><br>All device driver parameters are exposed as sysctl&#39;s and it is possible to specify them as tunables via &quot;kenv&quot; or /boot/loader.conf.<br><br>So you can use one of the following methods to specify e.g. opermode parameter for wctdm24xxp driver:<br>
- run &#39;kenv dahdi.wctdm24xxp.opermode=&quot;FCC&quot;&#39;<br>- put &#39;dahdi.wctdm24xxp.opermode=&quot;FCC&quot;&#39; in /boot/loader.conf<br><br>You can use &#39;sysctl -a | grep dahdi.wctdm24xxp&#39; to examine driver parameters after it is loaded.<br>
<br>Max<br><br>PS I&#39;ve just noticed that opermode sysctl is not correctly defined for &quot;wctdm&quot; driver. I&#39;ll fix it in the next rc<br><br></div></div>