DIAL and radio-tune-menu
Just got dial up and running with a Pi3. Initial setup looks good and it has registered with the Allstar network. Now I'm trying to use the radio-tune-menu command but all I get is this: root@repeater:/etc/asterisk# radio-tune-menu Error parsing device parameters root@repeater:/etc/asterisk# I've checked that the rpt.conf and the usbradio.conf files are aligned in what the USB device (URI) is called (usb28073): rpt.conf: [28073] ; Change this to your assigned node number rxchannel = radio/usb28073 ; Rx audio/signalling channel usbradio.conf: [general] [usb28073] eeprom = 0 ; EEPROM installed: 0,1 ; 0 = no (default) ; 1 = yes What am I missing??? -Joe KA3NAM
No more than 10 minutes after I wrote this email I found a post that outlined the problem I was having... Needed to load usbradio in modules.conf and now all is well... Sorry for the wasted bandwidth... -Joe KA3NAM On 10/23/2016 9:29 PM, Joe Bennett wrote:
Just got dial up and running with a Pi3. Initial setup looks good and it has registered with the Allstar network. Now I'm trying to use the radio-tune-menu command but all I get is this:
root@repeater:/etc/asterisk# radio-tune-menu Error parsing device parameters root@repeater:/etc/asterisk#
I've checked that the rpt.conf and the usbradio.conf files are aligned in what the USB device (URI) is called (usb28073):
rpt.conf:
[28073] ; Change this to your assigned node number
rxchannel = radio/usb28073 ; Rx audio/signalling channel
usbradio.conf:
[general]
[usb28073]
eeprom = 0 ; EEPROM installed: 0,1 ; 0 = no (default) ; 1 = yes
What am I missing???
-Joe
KA3NAM
No more than 10 minutes after I wrote this email I found a post that outlined the problem I was having... Needed to load usbradio in modules.conf and now all is well... Sorry for the wasted bandwidth...
And no more than one minute from when I replied did I receive your post that you already figured it out :-) --- Jeff WN3A --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus
You need to be under the Asterisk CLI to do a radio tune. From the asterisk directory, type asterisk -vvvr (press enter) You will then see the prompt be something like repeater*CLI> Then do your radio tune commands. On 10/23/2016 10:29 PM, Joe Bennett wrote:
Just got dial up and running with a Pi3. Initial setup looks good and it has registered with the Allstar network. Now I'm trying to use the radio-tune-menu command but all I get is this:
root@repeater:/etc/asterisk# radio-tune-menu Error parsing device parameters root@repeater:/etc/asterisk#
I've checked that the rpt.conf and the usbradio.conf files are aligned in what the USB device (URI) is called (usb28073):
rpt.conf:
[28073] ; Change this to your assigned node number
rxchannel = radio/usb28073 ; Rx audio/signalling channel
usbradio.conf:
[general]
[usb28073]
eeprom = 0 ; EEPROM installed: 0,1 ; 0 = no (default) ; 1 = yes
What am I missing???
-Joe
KA3NAM
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users 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.
Are you loading the chan_usbradio module (as opposed to chan_simpleusb)? Edit modules.conf, make sure you have "load => chan_usbradio.so" and "noload => chan_simpleusb.so". Restart asterisk after making the change. --- Jeff WN3A --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus
participants (3)
-
Jeff DePolo -
Joe Bennett -
Kevin Custer