<html><body><div style="font-family: times new roman, new york, times, serif; font-size: 12pt; color: #000000"><div>Hi folks<br></div><div><br></div><div>I've been tinkering under the hood with my new 20180417 version allstar repeater, downloaded and installed last week,  and figured out why asl-menu option 3 Run Radio-tune-menu for USBradio configuration is not working on my setup.<br></div><div><br></div><div>In my rpt.conf file my command has "rxchannel = Radio/usb_29966".   Most the rxchannel = Something is Capitalized in the first letter and <br></div><div>the asl-menu is looking for "radio", not "Radio"  <  the capital R is throwing it off.<br></div><div><br></div><div>First of all,  My hat is off to N8THN for crafting such a nifty menu shell!   Just elegant!!<br></div><div>My proposed fix is in /usr/local/sbin/asl-menu<br></div><div>nano the file and find line </div><div>grep '^rxchannel[ \t]*=[ \t]*radio' $CONFIGS/rpt.conf > /dev/null<br></div><div>flag grep to case insensitive by adding the -i option.<br></div><div>grep -i '^rxchannel[ \t]*=[ \t]*radio' $CONFIGS/rpt.conf > /dev/null</div><div>And the menu will work for Radio or radio.<br></div><div><br></div><div>And using the hamtronics rx board with direct discriminator feed to the USB FOB, fixed the "not enough high frequency noise" during radio tune rxnoise command, and also corrected my DTMF 3 not decoding problem that I was seeing last week using de-emphasized HT speaker audio.<br></div><div><br></div><div>73 <br></div><div>Ed N3SDO<br></div><div><br></div><div> <br></div><div><br></div><div><br></div><div> <br></div></div></body></html>