<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <tt><font size="+1">That did the trick! Thanks, David! Once I read
        the logic behind your argument, it made perfect sense, and the
        process went just as you described. <br>
        <br>
        N5ZUA<br>
      </font></tt><br>
    <div class="moz-cite-prefix">On 5/21/2016 6:46 PM, David McGough
      wrote:<br>
    </div>
    <blockquote
      cite="mid:Pine.LNX.4.44.1605211925300.17143-100000@goliath.inttek.net"
      type="cite">
      <pre wrap="">
Steve,

Both usbradio and simpleusb are simultaneously competing for the available 
URI's...So, you have to train both drivers as to which URI to use.

The procedure is straight-forward. This is an example for a 2 node system:

1) Fully setup the usbradio.conf and simpleusb.conf config files, each
with [usb] and [usb1] stanzas.

2) Modify the rpt.conf file to use usbradio for both nodes. Stanzas like:

rpt.conf:

[1998]
rxchannel=Radio/usb
(lots of other config)

[1999]
rxchannel=Radio/usb1
(lots of other config)

3) Start Asterisk with "asterisk -vvvvgc" and save the 
usbradio_tune_xxxx.conf files:

*CLI> radio active usb
Active (command) USB Radio device set to [usb]
*CLI> radio tune save
Saved radio tuning settings to usbradio_tune_usb.conf
*CLI> radio active usb1
Active (command) USB Radio device set to [usb1]
*CLI> radio tune save
Saved radio tuning settings to usbradio_tune_usb1.conf
*CLI> stop now

4) Modify the rpt.conf setup for simpleusb:

rpt.conf (test nodes 1998, 1999):

[1998]
rxchannel=SimpleUSB/usb
(lots of other config)

[1999]
rxchannel=SimpleUSB/usb1
(lots of other config)

5) Start Asterisk with "asterisk -vvvvgc" and save the
simpleusb_tune_xxxx.conf files:

*CLI>
*CLI> susb active usb
*CLI> susb tune save
Saved radio tuning settings to simpleusb_tune_usb.conf
*CLI> susb active usb1
*CLI> susb tune save
Saved radio tuning settings to simpleusb_tune_usb1.conf
*CLI> stop now

6) FINALLY--You're ready! ...Change the rpt.conf to a mix/match of 
usbradio and/or simpleusb:

rpt.conf (test nodes 1998, 1999):

[1998]
rxchannel=SimpleUSB/usb
;rxchannel=Radio/usb
(lots of other config)

(lots of other config)

[1999]
;rxchannel=SimpleUSB/usb1
rxchannel=Radio/usb1
(lots of other config)


7) Start Asterisk and do further setup.


73, David KB4FXC



On Sat, 21 May 2016, Steve Agee wrote:

</pre>
      <blockquote type="cite">
        <pre wrap="">Yes, and already "been there, done that" but the light on the second 
URIx stays solid.

N5ZUA

</pre>
      </blockquote>
      <pre wrap="">
_______________________________________________
App_rpt-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:App_rpt-users@ohnosec.org">App_rpt-users@ohnosec.org</a>
<a class="moz-txt-link-freetext" href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a>

To unsubscribe from this list please visit <a class="moz-txt-link-freetext" href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users">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"
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. 

</pre>
    </blockquote>
    <br>
  </body>
</html>