Hi all, I have an AllStar node on Raspbian Stretch installed via apt-get install. It’s been working fine with dahdi as a radioless node but now I want to test with simpleusb using a CM108 and BF888. I have everything connected and there’s a solid red light on the CM108 and it doesn’t seem to be communicating with allstar. I can see it with lsusb –t fine, see below. Also do I need to disable dahdi in modules? If I do that then I get error “No channel type registered for 'DAHDI'” and asterisk quits. Any quick pointers or advice? Thanks. pi@raspberrypi:~ $ sudo lsusb -t /: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=dwc_otg/1p, 480M |__ Port 1: Dev 2, If 0, Class=Audio, Driver=snd-usb-audio, 12M |__ Port 1: Dev 2, If 1, Class=Audio, Driver=snd-usb-audio, 12M |__ Port 1: Dev 2, If 2, Class=Audio, Driver=snd-usb-audio, 12M |__ Port 1: Dev 2, If 3, Class=Human Interface Device, Driver=usbhid, 12M pi@raspberrypi:~ $ -Will KE4IAJ
Here are the first 3 lines of my rpt.conf ;rxchannel=Radio/usb46841 ;rxchannel = dahdi/pseudo rxchannel=SimpleUSB/usb And here are the channel modules from modules.conf ; Channels noload => chan_agent.so ; Agent Proxy Channel noload => chan_alsa.so ; ALSA Console Channel Driver noload => chan_beagle.so ; Beagleboard Radio Interface Channel Driver load => chan_dahdi.so ; DAHDI Telephony noload => chan_echolink.so ; echolink Channel Driver noload => chan_features.so ; Feature Proxy Channel noload => chan_gtalk.so ; Gtalk Channel Driver load => chan_iax2.so ; Inter Asterisk eXchange (Ver 2) load => chan_local.so ; Local Proxy Channel (Note: used internal noload => chan_oss.so ; Channel driver for OSS sound cards noload => chan_phone.so ; Generic Linux Telephony Interface driver noload => chan_pi.so ; DMK Engineering "PITA" Board on Rpi2/3 Channel Driver load => chan_simpleusb.so ; CM1xx USB Cards with Radio Interface Channel Driver (No DSP) noload => chan_sip.so ; Session Initiation Protocol (SIP) noload => chan_tlb.so ; TheLinkBox Channel Driver noload => chan_usbradio.so ; CM1xx USB Cards with Radio Interface Channel Driver (DSP) noload => chan_usrp.so ; GNU Radio interface USRP Channel Driver noload => chan_voter.so ; Radio Voter Channel Driver From: Will Bashlor [mailto:will@bashlor.com] Sent: Tuesday, December 12, 2017 3:11 PM To: 'Users of Asterisk app_rpt' <app_rpt-users@lists.allstarlink.org> Subject: Changing from radioless dahdi to simpleusb Hi all, I have an AllStar node on Raspbian Stretch installed via apt-get install. It’s been working fine with dahdi as a radioless node but now I want to test with simpleusb using a CM108 and BF888. I have everything connected and there’s a solid red light on the CM108 and it doesn’t seem to be communicating with allstar. I can see it with lsusb –t fine, see below. Also do I need to disable dahdi in modules? If I do that then I get error “No channel type registered for 'DAHDI'” and asterisk quits. Any quick pointers or advice? Thanks. pi@raspberrypi:~ $ sudo lsusb -t /: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=dwc_otg/1p, 480M |__ Port 1: Dev 2, If 0, Class=Audio, Driver=snd-usb-audio, 12M |__ Port 1: Dev 2, If 1, Class=Audio, Driver=snd-usb-audio, 12M |__ Port 1: Dev 2, If 2, Class=Audio, Driver=snd-usb-audio, 12M |__ Port 1: Dev 2, If 3, Class=Human Interface Device, Driver=usbhid, 12M pi@raspberrypi:~ $ -Will KE4IAJ
On 12/12/17 3:33 PM, Will Bashlor wrote:
load => chan_dahdi.so ; DAHDI Telephony
You're on a pi. Disable this, you don't have a PCI radio card. -- Bryan Fields 727-409-1194 - Voice http://bryanfields.net
On 12/12/17 3:42 PM, Steve Zingman wrote:
dahdi/pseudo needs chan_dahdi.so
I stand corrected. I forgot about the pseudo driver. -- Bryan Fields 727-409-1194 - Voice http://bryanfields.net
Thanks for the replies. It seems Linux sees the CM108 FOB, but it's like AllStar isn't communicating with it. Is there a setting somewhere to tell it what USB bus and port to use, or does it find it automatically? I also tried to use simpleusb-tune-menu to configure it but I get the error below. pi@raspberrypi:/usr/sbin $ ./simpleusb-tune-menu Error parsing device parameters pi@raspberrypi:/usr/sbin $ -----Original Message----- From: App_rpt-users [mailto:app_rpt-users-bounces@lists.allstarlink.org] On Behalf Of Bryan Fields Sent: Tuesday, December 12, 2017 3:51 PM To: Users of Asterisk app_rpt <app_rpt-users@lists.allstarlink.org> Subject: Re: [App_rpt-users] Changing from radioless dahdi to simpleusb On 12/12/17 3:42 PM, Steve Zingman wrote:
dahdi/pseudo needs chan_dahdi.so
I stand corrected. I forgot about the pseudo driver. -- Bryan Fields 727-409-1194 - Voice <http://bryanfields.net> http://bryanfields.net _______________________________________________ App_rpt-users mailing list <mailto:App_rpt-users@lists.allstarlink.org> App_rpt-users@lists.allstarlink.org <http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users> http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit <http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users> http://lists.allstarlink.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.
Nm, I forgot sudo. Shame on me lol. I get so used to no sudo it’s hard to remember. I’ll go through and see what it will allow me to setup… From: Will Bashlor [mailto:will@bashlor.com] Sent: Wednesday, December 13, 2017 9:12 AM To: 'Users of Asterisk app_rpt' <app_rpt-users@lists.allstarlink.org> Subject: RE: [App_rpt-users] Changing from radioless dahdi to simpleusb Thanks for the replies. It seems Linux sees the CM108 FOB, but it's like AllStar isn't communicating with it. Is there a setting somewhere to tell it what USB bus and port to use, or does it find it automatically? I also tried to use simpleusb-tune-menu to configure it but I get the error below. pi@raspberrypi:/usr/sbin $ ./simpleusb-tune-menu Error parsing device parameters pi@raspberrypi:/usr/sbin $ -----Original Message----- From: App_rpt-users [mailto:app_rpt-users-bounces@lists.allstarlink.org] On Behalf Of Bryan Fields Sent: Tuesday, December 12, 2017 3:51 PM To: Users of Asterisk app_rpt <app_rpt-users@lists.allstarlink.org <mailto:app_rpt-users@lists.allstarlink.org> > Subject: Re: [App_rpt-users] Changing from radioless dahdi to simpleusb On 12/12/17 3:42 PM, Steve Zingman wrote:
dahdi/pseudo needs chan_dahdi.so
I stand corrected. I forgot about the pseudo driver. -- Bryan Fields 727-409-1194 - Voice <http://bryanfields.net> http://bryanfields.net _______________________________________________ App_rpt-users mailing list <mailto:App_rpt-users@lists.allstarlink.org> App_rpt-users@lists.allstarlink.org <http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users> http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit <http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users> http://lists.allstarlink.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.
Ah ha, trying #3 below I get “Device usb currently not active”. There’s a clue… Please enter your selection now: T Transmit Test Tone/Keying is now Enabled active (command) USB Radio device is [usb] 1) Select USB device 2) Set Rx Voice Level (using display) 3) Set Transmit A Level and send test tone 4) Set Transmit B Level and send test tone E) Toggle Echo Mode (currently Disabled) F) Flash (Toggle PTT and Tone output several times) P) Print Current Parameter Values S) Swap Current USB device with another USB device T) Toggle Transmit Test Tone/Keying (currently Enabled) W) Write (Save) Current Parameter Values 0) Exit Menu Please enter your selection now: 3 Device usb currently not active Enter new Tx A Level setting (0-999, or C/R for none): From: Will Bashlor [mailto:will@bashlor.com] Sent: Wednesday, December 13, 2017 9:32 AM To: 'Users of Asterisk app_rpt' <app_rpt-users@lists.allstarlink.org> Subject: RE: [App_rpt-users] Changing from radioless dahdi to simpleusb Nm, I forgot sudo. Shame on me lol. I get so used to no sudo it’s hard to remember. I’ll go through and see what it will allow me to setup… From: Will Bashlor [mailto:will@bashlor.com] Sent: Wednesday, December 13, 2017 9:12 AM To: 'Users of Asterisk app_rpt' <app_rpt-users@lists.allstarlink.org <mailto:app_rpt-users@lists.allstarlink.org> > Subject: RE: [App_rpt-users] Changing from radioless dahdi to simpleusb Thanks for the replies. It seems Linux sees the CM108 FOB, but it's like AllStar isn't communicating with it. Is there a setting somewhere to tell it what USB bus and port to use, or does it find it automatically? I also tried to use simpleusb-tune-menu to configure it but I get the error below. pi@raspberrypi:/usr/sbin $ ./simpleusb-tune-menu Error parsing device parameters pi@raspberrypi:/usr/sbin $ -----Original Message----- From: App_rpt-users [mailto:app_rpt-users-bounces@lists.allstarlink.org] On Behalf Of Bryan Fields Sent: Tuesday, December 12, 2017 3:51 PM To: Users of Asterisk app_rpt <app_rpt-users@lists.allstarlink.org <mailto:app_rpt-users@lists.allstarlink.org> > Subject: Re: [App_rpt-users] Changing from radioless dahdi to simpleusb On 12/12/17 3:42 PM, Steve Zingman wrote:
dahdi/pseudo needs chan_dahdi.so
I stand corrected. I forgot about the pseudo driver. -- Bryan Fields 727-409-1194 - Voice <http://bryanfields.net> http://bryanfields.net _______________________________________________ App_rpt-users mailing list <mailto:App_rpt-users@lists.allstarlink.org> App_rpt-users@lists.allstarlink.org <http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users> http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit <http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users> http://lists.allstarlink.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.
You've still got to have chan_dahdi.so! ....Don't disable! 73, David KB4FXC On Tue, 12 Dec 2017, Bryan Fields wrote:
On 12/12/17 3:33 PM, Will Bashlor wrote: load => chan_dahdi.so ;Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â DAHDI Telephony
You're on a pi. Disable this, you don't have a PCI radio card. -- Bryan Fields 727-409-1194 - Voice http://bryanfields.net _______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://lists.allstarlink.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.
What error do you get? On 12/12/2017 3:33 PM, Will Bashlor wrote:
Here are the first 3 lines of my rpt.conf
;rxchannel=Radio/usb46841
;rxchannel = dahdi/pseudo
rxchannel=SimpleUSB/usb
And here are the channel modules from modules.conf
; Channels
noload => chan_agent.so ; Agent Proxy Channel
noload => chan_alsa.so ; ALSA Console Channel Driver
noload => chan_beagle.so ; Beagleboard Radio Interface Channel Driver
load => chan_dahdi.so ; DAHDI Telephony
noload => chan_echolink.so ; echolink Channel Driver
noload => chan_features.so ; Feature Proxy Channel
noload => chan_gtalk.so ; Gtalk Channel Driver
load => chan_iax2.so ; Inter Asterisk eXchange (Ver 2)
load => chan_local.so ; Local Proxy Channel (Note: used internal
noload => chan_oss.so ; Channel driver for OSS sound cards
noload => chan_phone.so ; Generic Linux Telephony Interface driver
noload => chan_pi.so ; DMK Engineering "PITA" Board on Rpi2/3 Channel Driver
load => chan_simpleusb.so ; CM1xx USB Cards with Radio Interface Channel Driver (No DSP)
noload => chan_sip.so ; Session Initiation Protocol (SIP)
noload => chan_tlb.so ; TheLinkBox Channel Driver
noload => chan_usbradio.so ; CM1xx USB Cards with Radio Interface Channel Driver (DSP)
noload => chan_usrp.so ; GNU Radio interface USRP Channel Driver
noload => chan_voter.so ; Radio Voter Channel Driver
*From:*Will Bashlor [mailto:will@bashlor.com] *Sent:* Tuesday, December 12, 2017 3:11 PM *To:* 'Users of Asterisk app_rpt' <app_rpt-users@lists.allstarlink.org> *Subject:* Changing from radioless dahdi to simpleusb
Hi all,
I have an AllStar node on Raspbian Stretch installed via apt-get install. It’s been working fine with dahdi as a radioless node but now I want to test with simpleusb using a CM108 and BF888. I have everything connected and there’s a solid red light on the CM108 and it doesn’t seem to be communicating with allstar. I can see it with lsusb –t fine, see below.
Also do I need to disable dahdi in modules? If I do that then I get error “No channel type registered for 'DAHDI'” and asterisk quits.
Any quick pointers or advice? Thanks.
pi@raspberrypi:~ $ sudo lsusb -t
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=dwc_otg/1p, 480M
|__ Port 1: Dev 2, If 0, Class=Audio, Driver=snd-usb-audio, 12M
|__ Port 1: Dev 2, If 1, Class=Audio, Driver=snd-usb-audio, 12M
|__ Port 1: Dev 2, If 2, Class=Audio, Driver=snd-usb-audio, 12M
|__ Port 1: Dev 2, If 3, Class=Human Interface Device, Driver=usbhid, 12M
pi@raspberrypi:~ $
-Will
KE4IAJ
_______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://lists.allstarlink.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.
participants (4)
-
Bryan Fields -
David McGough -
Steve Zingman -
Will Bashlor