On 2017-07-01 12:51 AM, Richard larson wrote:
Good day, hopefully a quick question. Downloaded the current available img for the RaspberryPI3 from the AllStarLink website, when setting up my node I was attempting to use the rxchannel=Radio/usbxxxxx stanza in rpt.conf.
checking the asterisk console i see this [Jul 1 00:34:22] WARNING[1296]: channel.c:3051 ast_request: No channel type registered for 'Radio' [Jul 1 00:34:26] NOTICE[1271]: app_rpt.c:22032 rpt_master: RPT thread restarted on 27837 [Jul 1 00:34:26] WARNING[1271]: app_rpt.c:22044 rpt_master: -- Re-Loading config for repeater 27837 What am I missing..
<-- Hi Rich: By default, the usbradio channel is disabled in modules.conf; you need to edit your modules.conf file: noload => chan_simpleusb.so and then: load => chan_usbradio.so It is the latter channel driver that provides dsp functionality and what the rxchannel=Radio/.... is looking for. Of course restart asterisk when you have made the above change. Hope that helps. Ramesh, VA3UV 27919, 29109 and a truck load of others!