<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:16px"><div dir="ltr" id="yui_3_16_0_1_1440610095368_39347"><span id="yui_3_16_0_1_1440610095368_39538">That brings up some questions I have about this- I have 2 interfaces on the Pi2 running Dougs image, sometimes when I reboot it, the two nodes both try to use the same interface even though they are configured in the tune files. Throws up errors in a continuous loop. When I restart asterisks from the command line it then works as it should and the two nodes are using their assigned interfaces. It's almost like the two interfaces are not fully initialized before asterisk starts on bootup. Now this is what lsusb shows:</span></div><div id="yui_3_16_0_1_1440610095368_40168" dir="ltr"><br></div><div id="yui_3_16_0_1_1440610095368_40269" dir="ltr">Bus 001 Device 005: ID 0d8c:000c C-Media Electronics, Inc. Audio Adapter<br class="" id="yui_3_16_0_1_1440610095368_40271">Bus 001 Device 004: ID 0d8c:000c C-Media Electronics, Inc. Audio Adapter</div><div id="yui_3_16_0_1_1440610095368_40511" dir="ltr"><br></div><div id="yui_3_16_0_1_1440610095368_40512" dir="ltr">When I used the tune menu to set the levels it wrote in the devices as follows:</div><div id="yui_3_16_0_1_1440610095368_40360" dir="ltr"><br></div><div id="yui_3_16_0_1_1440610095368_40521" dir="ltr">For node 42051: devstr=1-1.4:1.0<br><span id="yui_3_16_0_1_1440610095368_39538"></span></div><div id="yui_3_16_0_1_1440610095368_40267" dir="ltr"><br><span id="yui_3_16_0_1_1440610095368_39538"></span></div><div id="yui_3_16_0_1_1440610095368_40612" dir="ltr"><span id="yui_3_16_0_1_1440610095368_39538">For node 42078:</span><span id="yui_3_16_0_1_1440610095368_39538"> devstr=1-1.5:1.0</span></div><div id="yui_3_16_0_1_1440610095368_40698" dir="ltr"><br><span id="yui_3_16_0_1_1440610095368_39538"></span></div><div id="yui_3_16_0_1_1440610095368_41253" dir="ltr"><span id="yui_3_16_0_1_1440610095368_39538">Should I change that to 1-4 for node 42051, and 1-5 for node 42078?</span></div><div id="yui_3_16_0_1_1440610095368_39363"> </div><div id="yui_3_16_0_1_1440610095368_39348" class="signature">Andrew.<br></div><br>  <div id="yui_3_16_0_1_1440610095368_41487" style="font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 16px;"> <div id="yui_3_16_0_1_1440610095368_41486" style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 16px;"> <div id="yui_3_16_0_1_1440610095368_41485" dir="ltr"> <hr id="yui_3_16_0_1_1440610095368_41484" size="1">  <font id="yui_3_16_0_1_1440610095368_41488" face="Arial" size="2"> <b><span style="font-weight:bold;">From:</span></b> kk6ecm <kk6ecm@gmail.com><br> <b><span style="font-weight: bold;">To:</span></b> chris <ckw@gci.net> <br><b><span style="font-weight: bold;">Cc:</span></b> "App_rpt-users@ohnosec.org" <App_rpt-users@ohnosec.org> <br> <b><span style="font-weight: bold;">Sent:</span></b> Wednesday, August 26, 2015 10:23 PM<br> <b><span style="font-weight: bold;">Subject:</span></b> Re: [App_rpt-users] Allstar<br> </font> </div> <div id="yui_3_16_0_1_1440610095368_41489" class="y_msg_container"><br>You may have a USB pointing problem between asterisk and Linux.<br clear="none"><br clear="none">On boot up type "service asterisk stop" at the command prompt<br clear="none"><br clear="none">Type lsusb at the command prompt. <br clear="none"><br clear="none">[<a shape="rect" ymailto="mailto:root@Xxxxxx" href="mailto:root@Xxxxxx">root@Xxxxxx</a>~]# lsusb<br clear="none">Bus 004 Device 004: ID 0d8c:013c C-Media Electronics, Inc. CM108 Audio Controller<br clear="none">Bus 004 Device 001: ID 0000:0000  <br clear="none">Bus 004 Device 002: ID 0d8c:013c C-Media Electronics, Inc. CM108 Audio Controller<br clear="none">Bus 001 Device 001: ID 0000:0000  <br clear="none">Bus 003 Device 001: ID 0000:0000  <br clear="none">Bus 002 Device 001: ID 0000:0000  <br clear="none">Bus 005 Device 001: ID 0000:0000  <br clear="none"><br clear="none">Then make sure your tune files ( in /etc/asterisk) properly point to your USB device such as a URI in devstr=  (see below example)<br clear="none"><br clear="none">[<a shape="rect" ymailto="mailto:root@xxxxx" href="mailto:root@xxxxx">root@xxxxx</a> asterisk]# cat usbradio_tune_usb<node#>.conf<br clear="none">[usb27178]<br clear="none">; name=usb<node#><br clear="none">; devicenum=1<br clear="none">devstr=4-2    ; Bus 004 Device 002: ID 0d8c:013c C-Media Electronics, Inc. CM108 Audio Controller<br clear="none">rxmixerset=125<br clear="none">txmixaset=500<br clear="none">txmixbset=500<br clear="none">rxvoiceadj=1.820479<br clear="none">rxctcssadj=0.500000<br clear="none">txctcssadj=0<br clear="none">rxsquelchadj=825<br clear="none"><br clear="none">Correct the tune file then<br clear="none"><br clear="none">At the command prompt type: service asterisk start<br clear="none"><br clear="none">Thanks,<br clear="none">Bob<br clear="none">kk6ecm<br clear="none"><br clear="none">Sent from iPad<br clear="none"><br clear="none"><br clear="none">> On Aug 26, 2015, at 5:48 PM, chris <<a shape="rect" ymailto="mailto:ckw@gci.net" href="mailto:ckw@gci.net">ckw@gci.net</a>> wrote:<br clear="none">> <br clear="none">> Hello Again. I failed to mention The Allstar server is running ACID. After boot up It repeats the following ,<br clear="none">> (asterisk) did not claim interface 3 before use. Forgot where to fix this. Thanks again. <br clear="none">> <br clear="none">> Chris<br clear="none">> Allstar node 42264 <br clear="none">> _______________________________________________<br clear="none">> App_rpt-users mailing list<br clear="none">> <a shape="rect" ymailto="mailto:App_rpt-users@ohnosec.org" href="mailto:App_rpt-users@ohnosec.org">App_rpt-users@ohnosec.org</a><br clear="none">> <a shape="rect" href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users" target="_blank">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a><br clear="none">> <br clear="none">> To unsubscribe from this list please visit <a shape="rect" href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users" target="_blank">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users </a>and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button"<br clear="none">> You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem. <div class="qtdSeparateBR"><br><br></div><div class="yqt3279365465" id="yqtfd87942"><br clear="none">_______________________________________________<br clear="none">App_rpt-users mailing list<br clear="none"><a shape="rect" ymailto="mailto:App_rpt-users@ohnosec.org" href="mailto:App_rpt-users@ohnosec.org">App_rpt-users@ohnosec.org</a><br clear="none"><a shape="rect" href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users" target="_blank">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a><br clear="none"><br clear="none">To unsubscribe from this list please visit <a shape="rect" href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users" target="_blank">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users </a>and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button"<br clear="none">You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem. <br clear="none"></div><br><br></div> </div> </div>  </div></body></html>