I am trying to build the SVN on CentOS. I can not use an ACiD load on this node because it has other functionality I cannot remove. Zaptel is building fine, but Asterisk throws an error on chan_usbradio. I think I am missing some dependencies, but can not figure out what. Here is the error I get when building asterisk: *********************************************************** The existing menuselect.makeopts file did not specify that 'chan_usbradio' should not be included. However, either some dependencies for this module were not found or a conflict exists. Either run 'make menuselect' or remove the existing menuselect.makeopts file to resolve this issue. *********************************************************** make[1]: *** [menuselect.makeopts] Error 255 make[1]: Leaving directory `/usr/src/astsrc/asterisk' make: *** [llastate/asterisk-installed] Error 2 I do not need chan_usbradio on this box, but would prefer to figure out what dependencies I am missing and build it if possible for future use. Mike kb8zgl
Despite the fact that we really dont support "roll your own" implementations (in other words, if you "roll your own" youre "on your own"), the best thing I can say is look at the phase1.sh and phase2.sh setup scripts in the trunk of the ACID svn. They are the scripts that run after the main Centos install (first and second reboots). Try best to mimic what they do, particularly in what packages they install. JIM WB6NIL
Date: Sat, 24 Dec 2011 10:13:55 -0500 From: wolthui3@msu.edu To: app_rpt-users@ohnosec.org Subject: [App_rpt-users] chan_usbradio.c dependencies?
I am trying to build the SVN on CentOS. I can not use an ACiD load on this node because it has other functionality I cannot remove.
Zaptel is building fine, but Asterisk throws an error on chan_usbradio.
I think I am missing some dependencies, but can not figure out what. Here is the error I get when building asterisk:
*********************************************************** The existing menuselect.makeopts file did not specify that 'chan_usbradio' should not be included. However, either some dependencies for this module were not found or a conflict exists.
Either run 'make menuselect' or remove the existing menuselect.makeopts file to resolve this issue. ***********************************************************
make[1]: *** [menuselect.makeopts] Error 255 make[1]: Leaving directory `/usr/src/astsrc/asterisk' make: *** [llastate/asterisk-installed] Error 2
I do not need chan_usbradio on this box, but would prefer to figure out what dependencies I am missing and build it if possible for future use.
Mike kb8zgl
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
That error message is a bit deceiving; but I'm not really sure why it comes off that way... the last line actually tells you how to resolve the issue. It's easy to miss it (I've done it more than once). Remove the menuselect.makeopts file and re-run "make menuconfig" -- it's always cleared up that issue for me anyhow. While you're in there, if you really want to disable the chan_usbradio driver, you'll have the option. 73 - Jeremy, KD0EAV On 12/24/11 09:13, Michael J. Wolthuis wrote:
I am trying to build the SVN on CentOS. I can not use an ACiD load on this node because it has other functionality I cannot remove.
Zaptel is building fine, but Asterisk throws an error on chan_usbradio.
I think I am missing some dependencies, but can not figure out what. Here is the error I get when building asterisk:
*********************************************************** The existing menuselect.makeopts file did not specify that 'chan_usbradio' should not be included. However, either some dependencies for this module were not found or a conflict exists.
Either run 'make menuselect' or remove the existing menuselect.makeopts file to resolve this issue. ***********************************************************
make[1]: *** [menuselect.makeopts] Error 255 make[1]: Leaving directory `/usr/src/astsrc/asterisk' make: *** [llastate/asterisk-installed] Error 2
I do not need chan_usbradio on this box, but would prefer to figure out what dependencies I am missing and build it if possible for future use.
Mike kb8zgl
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
Hello I have both my LOX boards up and testing at the moment and connected to iaxRPT but Scan doesn't seem to work it lights up but I don't hear any audio out of the none selected call. Is there a way to just have it default monitor any of the connected calls? -- Fredric Moses - W8FSM - WQOG498 fred@moses.bz
participants (4)
-
"Jeremy R. Geeo [KDØEAV]" -
Fredric Moses -
Jim Duuuude -
Michael J. Wolthuis