From zlscanners at yahoo.co.nz Tue Mar 1 04:53:16 2011 From: zlscanners at yahoo.co.nz (Kiely ZL1 KILO MIKE) Date: Tue, 01 Mar 2011 17:53:16 +1300 Subject: [App_rpt-users] Registration Weirdness In-Reply-To: <9053C1A1-6E52-43D0-B918-E92F109AC9A9@charter.net> References: <9053C1A1-6E52-43D0-B918-E92F109AC9A9@charter.net> Message-ID: <4D6C7BBC.20103@yahoo.co.nz> And I'm in line behind your XYL, I did a mistake the first time by registered my day to day callsign should have registered my IRLP/echolink call. So did a re register still waiting for it to be validated been 7 days now So if there's anyone on this list that can help I would be grateful. Kiely ZL1KM/ZL1KIWI On 01-Mar-11 9:16 AM, Michael Kaufman wrote: > Hi Group: > > My XYL also an amateur radio operator has registered for the allstar > network several times and has not received any confirmation of > registration, (last time about a week ago). Two of our local club > members registered recently and were confirmed almost instantly. Is > there a specific contact that can help my XYL with her registration. > > Mike > > WB9SLI > > Node 27558 > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > From george at dyb.com Tue Mar 1 08:37:12 2011 From: george at dyb.com (George Csahanin) Date: Tue, 1 Mar 2011 02:37:12 -0600 Subject: [App_rpt-users] errors in compileing sources Message-ID: <201103010237.13033.george@dyb.com> Scratching my head on this, can anyone help me with what to look for that is missing? What is net_device "priv"? Here's the tail end of teh compiler out: /usr/trunk/zaptel/kernel/wctc4xxp/base.c:63:1: warning: "WARN" redefined In file included from /usr/src/linux-2.6.29.6/arch/x86/include/asm/bug.h:38, from include/linux/kernel.h:21, from /usr/trunk/zaptel/kernel/wctc4xxp/base.c:23: include/asm-generic/bug.h:81:1: warning: this is the location of the previous definition /usr/trunk/zaptel/kernel/wctc4xxp/base.c: In function 'wctc4xxp_net_set_multi': /usr/trunk/zaptel/kernel/wctc4xxp/base.c:611: error: 'struct net_device' has no member named 'priv' /usr/trunk/zaptel/kernel/wctc4xxp/base.c: In function 'wctc4xxp_net_up': /usr/trunk/zaptel/kernel/wctc4xxp/base.c:619: error: 'struct net_device' has no member named 'priv' /usr/trunk/zaptel/kernel/wctc4xxp/base.c: In function 'wctc4xxp_net_down': /usr/trunk/zaptel/kernel/wctc4xxp/base.c:634: error: 'struct net_device' has no member named 'priv' /usr/trunk/zaptel/kernel/wctc4xxp/base.c: In function 'wctc4xxp_net_hard_start_xmit': /usr/trunk/zaptel/kernel/wctc4xxp/base.c:651: error: 'struct net_device' has no member named 'priv' /usr/trunk/zaptel/kernel/wctc4xxp/base.c: In function 'wctc4xxp_poll': /usr/trunk/zaptel/kernel/wctc4xxp/base.c:712: warning: passing argument 1 of 'netif_rx_complete' from incompatible pointer type /usr/trunk/zaptel/kernel/wctc4xxp/base.c:712: error: too many arguments to function 'netif_rx_complete' /usr/trunk/zaptel/kernel/wctc4xxp/base.c: In function 'wctc4xxp_net_get_stats': /usr/trunk/zaptel/kernel/wctc4xxp/base.c:721: error: 'struct net_device' has no member named 'priv' /usr/trunk/zaptel/kernel/wctc4xxp/base.c: In function 'wctc4xxp_net_ioctl': /usr/trunk/zaptel/kernel/wctc4xxp/base.c:758: error: 'struct net_device' has no member named 'priv' /usr/trunk/zaptel/kernel/wctc4xxp/base.c: In function 'wctc4xxp_net_register': /usr/trunk/zaptel/kernel/wctc4xxp/base.c:794: error: 'struct net_device' has no member named 'priv' /usr/trunk/zaptel/kernel/wctc4xxp/base.c: In function 'wctc4xxp_net_capture_cmd': /usr/trunk/zaptel/kernel/wctc4xxp/base.c:886: warning: passing argument 1 of 'netif_rx_schedule' from incompatible pointer type /usr/trunk/zaptel/kernel/wctc4xxp/base.c:886: error: too many arguments to function 'netif_rx_schedule' make[4]: *** [/usr/trunk/zaptel/kernel/wctc4xxp/base.o] Error 1 make[3]: *** [/usr/trunk/zaptel/kernel/wctc4xxp] Error 2 make[2]: *** [_module_/usr/trunk/zaptel/kernel] Error 2 make[2]: Leaving directory `/usr/src/linux-2.6.29.6' make[1]: *** [modules] Error 2 make[1]: Leaving directory `/usr/trunk/zaptel' make: *** [all] Error 2 From telesistant at hotmail.com Tue Mar 1 14:43:48 2011 From: telesistant at hotmail.com (Jim Duuuude) Date: Tue, 1 Mar 2011 06:43:48 -0800 Subject: [App_rpt-users] errors in compileing sources In-Reply-To: <201103010237.13033.george@dyb.com> References: <201103010237.13033.george@dyb.com> Message-ID: Looks like youre trying to compile it on some new kernel version. Yoiu really dont need support for the built-in network interface support in Zaptel. If you remove it as a compile flag, I bet it will be perfectly happy. JIM > From: george at dyb.com > To: app_rpt-users at ohnosec.org > Date: Tue, 1 Mar 2011 02:37:12 -0600 > Subject: [App_rpt-users] errors in compileing sources > > Scratching my head on this, can anyone help me with what to look for that is > missing? > > What is net_device "priv"? > > Here's the tail end of teh compiler out: > > > > /usr/trunk/zaptel/kernel/wctc4xxp/base.c:63:1: warning: "WARN" redefined > In file included from /usr/src/linux-2.6.29.6/arch/x86/include/asm/bug.h:38, > from include/linux/kernel.h:21, > from /usr/trunk/zaptel/kernel/wctc4xxp/base.c:23: > include/asm-generic/bug.h:81:1: warning: this is the location of the previous > definition > /usr/trunk/zaptel/kernel/wctc4xxp/base.c: In function > 'wctc4xxp_net_set_multi': > /usr/trunk/zaptel/kernel/wctc4xxp/base.c:611: error: 'struct net_device' has > no member named 'priv' > /usr/trunk/zaptel/kernel/wctc4xxp/base.c: In function 'wctc4xxp_net_up': > /usr/trunk/zaptel/kernel/wctc4xxp/base.c:619: error: 'struct net_device' has > no member named 'priv' > /usr/trunk/zaptel/kernel/wctc4xxp/base.c: In function 'wctc4xxp_net_down': > /usr/trunk/zaptel/kernel/wctc4xxp/base.c:634: error: 'struct net_device' has > no member named 'priv' > /usr/trunk/zaptel/kernel/wctc4xxp/base.c: In function > 'wctc4xxp_net_hard_start_xmit': > /usr/trunk/zaptel/kernel/wctc4xxp/base.c:651: error: 'struct net_device' has > no member named 'priv' > /usr/trunk/zaptel/kernel/wctc4xxp/base.c: In function 'wctc4xxp_poll': > /usr/trunk/zaptel/kernel/wctc4xxp/base.c:712: warning: passing argument 1 of > 'netif_rx_complete' from incompatible pointer type > /usr/trunk/zaptel/kernel/wctc4xxp/base.c:712: error: too many arguments to > function 'netif_rx_complete' > /usr/trunk/zaptel/kernel/wctc4xxp/base.c: In function > 'wctc4xxp_net_get_stats': > /usr/trunk/zaptel/kernel/wctc4xxp/base.c:721: error: 'struct net_device' has > no member named 'priv' > /usr/trunk/zaptel/kernel/wctc4xxp/base.c: In function 'wctc4xxp_net_ioctl': > /usr/trunk/zaptel/kernel/wctc4xxp/base.c:758: error: 'struct net_device' has > no member named 'priv' > /usr/trunk/zaptel/kernel/wctc4xxp/base.c: In function 'wctc4xxp_net_register': > /usr/trunk/zaptel/kernel/wctc4xxp/base.c:794: error: 'struct net_device' has > no member named 'priv' > /usr/trunk/zaptel/kernel/wctc4xxp/base.c: In function > 'wctc4xxp_net_capture_cmd': > /usr/trunk/zaptel/kernel/wctc4xxp/base.c:886: warning: passing argument 1 of > 'netif_rx_schedule' from incompatible pointer type > /usr/trunk/zaptel/kernel/wctc4xxp/base.c:886: error: too many arguments to > function 'netif_rx_schedule' > make[4]: *** [/usr/trunk/zaptel/kernel/wctc4xxp/base.o] Error 1 > make[3]: *** [/usr/trunk/zaptel/kernel/wctc4xxp] Error 2 > make[2]: *** [_module_/usr/trunk/zaptel/kernel] Error 2 > make[2]: Leaving directory `/usr/src/linux-2.6.29.6' > make[1]: *** [modules] Error 2 > make[1]: Leaving directory `/usr/trunk/zaptel' > make: *** [all] Error 2 > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users -------------- next part -------------- An HTML attachment was scrubbed... URL: From tom.km5vy at gmail.com Tue Mar 1 15:17:08 2011 From: tom.km5vy at gmail.com (Tom Russo) Date: Tue, 1 Mar 2011 08:17:08 -0700 Subject: [App_rpt-users] errors in compileing sources In-Reply-To: References: <201103010237.13033.george@dyb.com> Message-ID: On Tue, Mar 1, 2011 at 07:43, Jim Duuuude wrote: > Looks like youre trying to compile it on some new kernel version. > > Yoiu really dont need support for the built-in network interface support > in Zaptel. If you remove it as a compile flag, I bet it will be perfectly > happy. The wctc4xxp module uses some functions that no longer work in newer kernels. There's a bug fix in the upstream asterisk svn that could possibly be backported. When I was cobbling together the patches for mantis bug 0000072 (http://ohnosec.org/mantis/view.php?id=72) I stumbled on the upstream fixes to wctc4xxp in a google search, but they looked more involved than I had time for, and since I didn't need wctc4xxp support I didn't bother. >> From: george at dyb.com >> To: app_rpt-users at ohnosec.org >> Date: Tue, 1 Mar 2011 02:37:12 -0600 >> Subject: [App_rpt-users] errors in compileing sources >> >> Scratching my head on this, can anyone help me with what to look for that >> is >> missing? >> >> What is net_device "priv"? >> >> Here's the tail end of teh compiler out: [SNIP] -- Tom Russo? ? KM5VY?? SAR502?? DM64ux? ? ? ? ? http://www.swcp.com/~russo/ Tijeras, NM? QRPL#1592 K2#398? SOC#236 http://kevan.org/brain.cgi?DDTNM ?"The truth will set you free, but first it will piss you off." From telesistant at hotmail.com Tue Mar 1 15:18:37 2011 From: telesistant at hotmail.com (Jim Duuuude) Date: Tue, 1 Mar 2011 07:18:37 -0800 Subject: [App_rpt-users] errors in compileing sources In-Reply-To: References: <201103010237.13033.george@dyb.com> , Message-ID: Yeah, exactly. Do you really need support for a quad-T1 card??? :-) > From: tom.km5vy at gmail.com > Date: Tue, 1 Mar 2011 08:17:08 -0700 > Subject: Re: [App_rpt-users] errors in compileing sources > To: telesistant at hotmail.com > CC: george at dyb.com; app_rpt-users at ohnosec.org > > On Tue, Mar 1, 2011 at 07:43, Jim Duuuude wrote: > > Looks like youre trying to compile it on some new kernel version. > > > > Yoiu really dont need support for the built-in network interface support > > in Zaptel. If you remove it as a compile flag, I bet it will be perfectly > > happy. > > The wctc4xxp module uses some functions that no longer work in newer > kernels. There's a bug fix in the upstream asterisk svn that could > possibly be backported. When I was cobbling together the patches for > mantis bug 0000072 (http://ohnosec.org/mantis/view.php?id=72) I > stumbled on the upstream fixes to wctc4xxp in a google search, but > they looked more involved than I had time for, and since I didn't need > wctc4xxp support I didn't bother. > > >> From: george at dyb.com > >> To: app_rpt-users at ohnosec.org > >> Date: Tue, 1 Mar 2011 02:37:12 -0600 > >> Subject: [App_rpt-users] errors in compileing sources > >> > >> Scratching my head on this, can anyone help me with what to look for that > >> is > >> missing? > >> > >> What is net_device "priv"? > >> > >> Here's the tail end of teh compiler out: > [SNIP] > > > > -- > Tom Russo KM5VY SAR502 DM64ux http://www.swcp.com/~russo/ > Tijeras, NM QRPL#1592 K2#398 SOC#236 http://kevan.org/brain.cgi?DDTNM > "The truth will set you free, but first it will piss you off." -------------- next part -------------- An HTML attachment was scrubbed... URL: From brennanma at gmail.com Tue Mar 1 15:23:42 2011 From: brennanma at gmail.com (Matt Brennan) Date: Tue, 1 Mar 2011 10:23:42 -0500 Subject: [App_rpt-users] Recording Message-ID: Good Morning, I have a system currently running app_rpt which has had some minor abuse issues in the recent past. As a result we would like to start recording (preferably as an MP3) all audio that passes through the controller. Has anyone done this before? I couldn't seem to find anything suggesting the best way to implement this... Thanks for any help, Matt Brennan, NM1B From telesistant at hotmail.com Tue Mar 1 15:29:31 2011 From: telesistant at hotmail.com (Jim Duuuude) Date: Tue, 1 Mar 2011 07:29:31 -0800 Subject: [App_rpt-users] Recording In-Reply-To: References: Message-ID: In the clause for the node in rpt.conf, add : archivedir=/some/directory Each transmission will be recorded, along with keying, connection and DTMF events. A cool utility to deal with this stuff is NodeShark: http://www.arizuni.com/NodeShark/ JIM WB6NIL > Date: Tue, 1 Mar 2011 10:23:42 -0500 > From: brennanma at gmail.com > To: app_rpt-users at ohnosec.org > Subject: [App_rpt-users] Recording > > Good Morning, > > I have a system currently running app_rpt which has had some minor > abuse issues in the recent past. As a result we would like to start > recording (preferably as an MP3) all audio that passes through the > controller. Has anyone done this before? I couldn't seem to find > anything suggesting the best way to implement this... > > Thanks for any help, > Matt Brennan, NM1B > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users -------------- next part -------------- An HTML attachment was scrubbed... URL: From george at dyb.com Tue Mar 1 17:19:04 2011 From: george at dyb.com (George Csahanin) Date: Tue, 1 Mar 2011 11:19:04 -0600 Subject: [App_rpt-users] errors in compileing sources References: <201103010237.13033.george@dyb.com> , Message-ID: Nope, don't need that, didn't know that was what it is. Thanks, guys will try it tonight. GeorgeC W2DB ----- Original Message ----- From: Jim Duuuude To: tom.km5vy at gmail.com Cc: george at dyb.com ; app_rpt mailing list Sent: Tuesday, March 01, 2011 9:18 AM Subject: RE: [App_rpt-users] errors in compileing sources Yeah, exactly. Do you really need support for a quad-T1 card??? :-) > From: tom.km5vy at gmail.com > Date: Tue, 1 Mar 2011 08:17:08 -0700 > Subject: Re: [App_rpt-users] errors in compileing sources > To: telesistant at hotmail.com > CC: george at dyb.com; app_rpt-users at ohnosec.org > > On Tue, Mar 1, 2011 at 07:43, Jim Duuuude wrote: > > Looks like youre trying to compile it on some new kernel version. > > > > Yoiu really dont need support for the built-in network interface support > > in Zaptel. If you remove it as a compile flag, I bet it will be perfectly > > happy. > > The wctc4xxp module uses some functions that no longer work in newer > kernels. There's a bug fix in the upstream asterisk svn that could > possibly be backported. When I was cobbling together the patches for > mantis bug 0000072 (http://ohnosec.org/mantis/view.php?id=72) I > stumbled on the upstream fixes to wctc4xxp in a google search, but > they looked more involved than I had time for, and since I didn't need > wctc4xxp support I didn't bother. > > >> From: george at dyb.com > >> To: app_rpt-users at ohnosec.org > >> Date: Tue, 1 Mar 2011 02:37:12 -0600 > >> Subject: [App_rpt-users] errors in compileing sources > >> > >> Scratching my head on this, can anyone help me with what to look for that > >> is > >> missing? > >> > >> What is net_device "priv"? > >> > >> Here's the tail end of teh compiler out: > [SNIP] > > > > -- > Tom Russo KM5VY SAR502 DM64ux http://www.swcp.com/~russo/ > Tijeras, NM QRPL#1592 K2#398 SOC#236 http://kevan.org/brain.cgi?DDTNM > "The truth will set you free, but first it will piss you off." -------------- next part -------------- An HTML attachment was scrubbed... URL: From ki6psp at gmail.com Tue Mar 1 18:01:47 2011 From: ki6psp at gmail.com (KI6PSP (Ed)) Date: Tue, 1 Mar 2011 10:01:47 -0800 Subject: [App_rpt-users] Updating Echolink Message-ID: How do I go about updating just the Echolink section. I know I can download and re-compile everything, but I would rather not. It overwrites all of my custom audio files everytime I do that. This is what I currently do to update my system: cd /usr/src rm -rf astsrc wget http://allstarlink.org/svn-trunk.tar.gz -O- | tar xzv mv trunk astsrc cd astsrc make upgrade-acid cd /tmp/ wget http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-addons-1.4.13.tar.gz tar -xf asterisk-addons-1.4.13.tar.gz cd asterisk-addons-1.4.13 make clean ./config make install service asterisk restart -- KI6PSP (Ed) -------------- next part -------------- An HTML attachment was scrubbed... URL: From ke2n at cs.com Tue Mar 1 18:08:12 2011 From: ke2n at cs.com (Ken) Date: Tue, 1 Mar 2011 13:08:12 -0500 (EST) Subject: [App_rpt-users] Recording In-Reply-To: References: Message-ID: <8CDA652C356EBA0-1E90-2655@webmail-m010.sysops.aol.com> Matt you just put in a line archivedir = some-directory in the node stanza and everything that node does will be recorded into that directory (gsm files if I recall) you will find this in some of the sample config files - http://www.voip-info.org/wiki/index.php?page=Asterisk+config+rpt.conf it is not documented in the web site http://209.159.155.200/drupal/node/148 GL Ken KE2N -----Original Message----- From: Matt Brennan To: app_rpt-users Sent: Tue, Mar 1, 2011 10:23 am Subject: [App_rpt-users] Recording Good Morning, I have a system currently running app_rpt which has had some minor buse issues in the recent past. As a result we would like to start ecording (preferably as an MP3) all audio that passes through the ontroller. Has anyone done this before? I couldn't seem to find nything suggesting the best way to implement this... Thanks for any help, att Brennan, NM1B ______________________________________________ pp_rpt-users mailing list pp_rpt-users at ohnosec.org ttp://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users -------------- next part -------------- An HTML attachment was scrubbed... URL: From wd0ekr at msn.com Thu Mar 3 13:43:53 2011 From: wd0ekr at msn.com (James H Vernetti) Date: Thu, 3 Mar 2011 06:43:53 -0700 Subject: [App_rpt-users] new node setup Message-ID: I have the interface built and the Acid disk installed on the computer, and it has come up with TEST LOGIN. Where do I go from here? I was expecting it to recognize the URI and take me to a setup screen but it is not doing it. Jim wd0ekr Node 27620 -------------- next part -------------- An HTML attachment was scrubbed... URL: From ki6psp at gmail.com Thu Mar 3 19:14:18 2011 From: ki6psp at gmail.com (KI6PSP (Ed)) Date: Thu, 3 Mar 2011 11:14:18 -0800 Subject: [App_rpt-users] Auto Patch Gain Question Message-ID: How can I change the auto patch gain. When I open the auto patch, the dial tone over deviates on the radio. I attempted to add in rxgain=-9.0 and txgain=-9.0 in the channels stanza of zapata.conf but I still have the over deviation on the dial tone. KI6PSP (Ed) -------------- next part -------------- An HTML attachment was scrubbed... URL: From telesistant at hotmail.com Thu Mar 3 19:52:54 2011 From: telesistant at hotmail.com (Jim Duuuude) Date: Thu, 3 Mar 2011 11:52:54 -0800 Subject: [App_rpt-users] Auto Patch Gain Question In-Reply-To: References: Message-ID: Unless you have some level SERIOUSLY messed up, its not possible to "overdeviate" the radio. The generated dial-tone when you access the autopatch is well within reasonable level. I think you need to check out your audio levels. JIM WB6NIL Date: Thu, 3 Mar 2011 11:14:18 -0800 From: ki6psp at gmail.com To: app_rpt-users at ohnosec.org Subject: [App_rpt-users] Auto Patch Gain Question How can I change the auto patch gain. When I open the auto patch, the dial tone over deviates on the radio. I attempted to add in rxgain=-9.0 and txgain=-9.0 in the channels stanza of zapata.conf but I still have the over deviation on the dial tone. KI6PSP (Ed) _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users -------------- next part -------------- An HTML attachment was scrubbed... URL: From gordon.hewit at gmail.com Thu Mar 3 22:02:35 2011 From: gordon.hewit at gmail.com (VE3GIH Gord Hewit) Date: Thu, 3 Mar 2011 17:02:35 -0500 Subject: [App_rpt-users] new node setup In-Reply-To: References: Message-ID: Jim; I'm only about four months ahead of you on this learning curve, but I think I can help. Can I assume that when you followed the on screen installation instructions, that you told the internet connected PC to go to the Allstarlink website and download the configuration for node 27620 from there? In terms of troubleshooting the URI...When you say it didn't recognize the URI, do you mean that the green LED on the URI is lit, but not flashing?? If so, you may have it in the wrong USB port. -From your login prompt, enter 'root', and then enter the password you entered during configuration. You should see a # prompt. -Enter the command 'lsusb'. This will give you a list of USB ports on the computer. One of them will be the CM103 URI. Write down that port number. -Enter the command 'cd /etc/asterisk' -Enter the command 'nano usbradio_tune_usb27620.conf' -You are now in an editor. Look for the line 'devstr=', and change it to your USB port. My file is shown below as an example. [usb27465] ; VHF Repeater ; name=usb27465 ; devicenum=0 devstr=2-1 rxmixerset=250 txmixaset=500 txmixbset=500 rxvoiceadj=1.621496 rxctcssadj=4.147342 txctcssadj=400 rxsquelchadj=875 -Press "Cntl O", then Enter, then "Cntl X" to save an exit the nano editor -At the # prompt, type these commands service asterisk stop service asterisk start If all has gone well, the green LED on the URI will begin to flash. If you get that far, I can give you the instructions to transmit in a second email. Gord Hewit 289-800-1473 -----Original Message----- Message: 1 Date: Thu, 3 Mar 2011 06:43:53 -0700 From: "James H Vernetti" To: "App_rpt-users" Subject: [App_rpt-users] new node setup I have the interface built and the Acid disk installed on the computer, and it has come up with TEST LOGIN. Where do I go from here? I was expecting it to recognize the URI and take me to a setup screen but it is not doing it. Jim wd0ekr Node 27620 From gary.k7ek at gmail.com Fri Mar 4 00:04:37 2011 From: gary.k7ek at gmail.com (Gary - K7EK) Date: Thu, 3 Mar 2011 16:04:37 -0800 Subject: [App_rpt-users] Has anyone tried a Seagate Dockstar? Message-ID: I just discovered the Seagate Dockstar: http://www.seagate.com/www/en-us/products/network_storage/freeagent_dockstar/ and how to put Debian on it: http://www.jeff.doozan.com/debian/ Has anyone put a Asterisk ham node on Dockstar yet? -- Best regards, Gary E. Kohtala - K7EK / AFF0WA /? AFA0IU / AFE0DM From anthcp at gmail.com Fri Mar 4 00:22:38 2011 From: anthcp at gmail.com (Anthony Percy) Date: Fri, 4 Mar 2011 11:22:38 +1100 Subject: [App_rpt-users] Split repeated? Message-ID: <03D53E6A-7120-46FB-8427-B5DB1FE6146C@gmail.com> Hi all, We are experimenting with a split repeater on 10m. The idea is to have tx and Rx on separate all-star boxes separated by 10kms so we don't need any cavities etc but connected via the Internet. What would be the best node config? Simplex on each? Regards Anthony VK2ACP Sent from my iPhone From ckraly at gmail.com Fri Mar 4 00:29:08 2011 From: ckraly at gmail.com (Chuck Kraly) Date: Thu, 3 Mar 2011 18:29:08 -0600 Subject: [App_rpt-users] Split repeated? In-Reply-To: <03D53E6A-7120-46FB-8427-B5DB1FE6146C@gmail.com> References: <03D53E6A-7120-46FB-8427-B5DB1FE6146C@gmail.com> Message-ID: why not just put a basic cor between the rcv and link tx and the asterisk box between link rcv and main tx? Chuck K0XM On Thu, Mar 3, 2011 at 6:22 PM, Anthony Percy wrote: > Hi all, > We are experimenting with a split repeater on 10m. The idea is to have tx > and Rx on separate all-star boxes separated by 10kms so we don't need any > cavities etc but connected via the Internet. What would be the best node > config? Simplex on each? > > Regards > Anthony VK2ACP > > Sent from my iPhone > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: From kb8pmy at kb8pmy.net Fri Mar 4 01:17:13 2011 From: kb8pmy at kb8pmy.net (Ryan Collier) Date: Thu, 3 Mar 2011 20:17:13 -0500 Subject: [App_rpt-users] connected to stations Message-ID: <1299201433716224700@kb8pmy.net> ?Does anyone know how I can block the telemetry from the stations I am connected to but I can still keep mine? 73 Ryan KB8PMY 27130 27540 -------------- next part -------------- An HTML attachment was scrubbed... URL: From telesistant at hotmail.com Fri Mar 4 12:50:36 2011 From: telesistant at hotmail.com (Jim Duuuude) Date: Fri, 4 Mar 2011 04:50:36 -0800 Subject: [App_rpt-users] Split repeated? In-Reply-To: <03D53E6A-7120-46FB-8427-B5DB1FE6146C@gmail.com> References: <03D53E6A-7120-46FB-8427-B5DB1FE6146C@gmail.com> Message-ID: The Tx side really doesnt matter. The Rx side should be "full duplex" (with no transmitter connected). JIM WB6NIL > From: anthcp at gmail.com > Date: Fri, 4 Mar 2011 11:22:38 +1100 > To: app_rpt-users at ohnosec.org > Subject: [App_rpt-users] Split repeated? > > Hi all, > We are experimenting with a split repeater on 10m. The idea is to have tx and Rx on separate all-star boxes separated by 10kms so we don't need any cavities etc but connected via the Internet. What would be the best node config? Simplex on each? > > Regards > Anthony VK2ACP > > Sent from my iPhone > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users -------------- next part -------------- An HTML attachment was scrubbed... URL: From gordon.hewit at gmail.com Fri Mar 4 13:16:37 2011 From: gordon.hewit at gmail.com (VE3GIH Gord Hewit) Date: Fri, 4 Mar 2011 08:16:37 -0500 Subject: [App_rpt-users] Solid Tx after boot Message-ID: <4B2DA497AC234F2AA23058A5E0A77381@p900> We have a server that's been working well for several months, and it has developed a new problem. Every time the PC is booted, or asterisk is restarted, we get constant transmit on all nodes. The URI's show their red Tx light, and when I stop Asterisk, the transmissions stop. That indicates that the tx signal is coming from Asterisk. We can disconnect various receivers from the repeaters, and we still get solid Tx, so I doubt this is a signal breaking squelch. If we unplug the URI's while this is happening, the Tx stops, but the node won't work after that. I've restored an old working configuration, so I don't think it's anything I've changed recently. Suggestions for troubleshooting this would be welcomed. VE3GIH Gord Hewit 416-779-3740 (mobile) From kb2ear at kb2ear.net Fri Mar 4 18:08:41 2011 From: kb2ear at kb2ear.net (Scott Weis) Date: Fri, 4 Mar 2011 13:08:41 -0500 Subject: [App_rpt-users] Solid Tx after boot In-Reply-To: <4B2DA497AC234F2AA23058A5E0A77381@p900> References: <4B2DA497AC234F2AA23058A5E0A77381@p900> Message-ID: <011b01cbda97$315fcd30$941f6790$@kb2ear.net> Are the green lights on the URIs blinking? -----Original Message----- From: app_rpt-users-bounces at ohnosec.org [mailto:app_rpt-users-bounces at ohnosec.org] On Behalf Of VE3GIH Gord Hewit Sent: Friday, March 04, 2011 8:17 AM To: app_rpt-users at ohnosec.org Subject: [App_rpt-users] Solid Tx after boot We have a server that's been working well for several months, and it has developed a new problem. Every time the PC is booted, or asterisk is restarted, we get constant transmit on all nodes. The URI's show their red Tx light, and when I stop Asterisk, the transmissions stop. That indicates that the tx signal is coming from Asterisk. We can disconnect various receivers from the repeaters, and we still get solid Tx, so I doubt this is a signal breaking squelch. If we unplug the URI's while this is happening, the Tx stops, but the node won't work after that. I've restored an old working configuration, so I don't think it's anything I've changed recently. Suggestions for troubleshooting this would be welcomed. VE3GIH Gord Hewit 416-779-3740 (mobile) _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users From n9udo at yellowthunder.org Sat Mar 5 14:25:05 2011 From: n9udo at yellowthunder.org (Steve Schulze) Date: Sat, 05 Mar 2011 08:25:05 -0600 Subject: [App_rpt-users] Stopping of Playback Message-ID: <4D7247C1.9040509@yellowthunder.org> I'm using Ed's, KI6PSP, script to download and convert the ARRL audio news. This works great! I was wondering if anyone knows who to stop the playback of an audio file once it's starts? In my rpt.conf under the [functions27616] we have added (per KI6PSP instructions) the following: ; ; For ARRL News program Playback 926=playback,rpt/news/news ; So *926 DTMF will fire up the playback of the audio file, no problem. What would be the command I could assign to a DTMF code to stop this playback? On another note, is there a DTMF kill code to turn off Asterisk until another code is given to turn it back on? Thanks! Node 27616 -- Steve Schulze - Radio Amateur, General Class - N9UDO Administrator, Baraboo, Wisconsin D-Star System - WB9FDZ Administrator, Baraboo, Wisconsin AllStar Link Systems - N9UDO / WB9FDZ Treasurer, Badgerland Amateur Television Society - KB9SFS http://yellowthunder.org/dstar.html From ki6psp at gmail.com Sat Mar 5 14:27:34 2011 From: ki6psp at gmail.com (KI6PSP (Ed)) Date: Sat, 5 Mar 2011 06:27:34 -0800 Subject: [App_rpt-users] Echolink Crashing Message-ID: What would be a fix for the Echolink side of a node to crash? Here is what I have observed. Startup system, and all is good, Auto Patch, Echolink. During startup I have a script to announce the time, this way I know when Asterisk completes a reboot. I can connect to the Echolink side, and everything works, but after several hours, non predictable, Asterisk reboots, and I loose the Echolink side. Auto Patch still works, so its not the internet connection. Example, the other day, it worked just fine all day long, then at 0230 in the morning, I heard my system announce the time, and I lost Echolink again. I was thinking about updating my system, but I would rather just update the Echolink side. I have a bunch of custom audio files that get overwritten when I update. KI6PSP (Ed) -------------- next part -------------- An HTML attachment was scrubbed... URL: From george at dyb.com Sat Mar 5 08:47:19 2011 From: george at dyb.com (George Csahanin) Date: Sat, 5 Mar 2011 02:47:19 -0600 Subject: [App_rpt-users] limey build issue Message-ID: <201103050247.19232.george@dyb.com> I'm getting back to building my own limey cf image, but found one issue in the Makefile that could be hanging some people up. So, FY'alls I... This line: SYSLINUX_SITE:=http://www.kernel.org/pub/linux/utils/boot/syslinux/Old/$(SYSLINUX_PACKAGE) isn't valid. The correct one is: SYSLINUX_SITE:=http://www.kernel.org/pub/linux/utils/boot/syslinux/3.xx/$(SYSLINUX_PACKAGE) Just FYI if anyone is banging head into walls. Next to figure why svastbin called from the makefile doesn't work... GeorgeC W2DB Allstar 2360 EchoLink 424532 From n9udo at yellowthunder.org Sat Mar 5 15:13:10 2011 From: n9udo at yellowthunder.org (Steve Schulze) Date: Sat, 05 Mar 2011 09:13:10 -0600 Subject: [App_rpt-users] Stopping of Playback In-Reply-To: <5F1AD121-8F48-4B2A-8D71-EABB81A86CFA@mac.com> References: <4D7247C1.9040509@yellowthunder.org> <5F1AD121-8F48-4B2A-8D71-EABB81A86CFA@mac.com> Message-ID: <4D725306.9050708@yellowthunder.org> Thanks Tim! That works great. Any insight on the shutting down or putting into stand by Asterisk by DTMF? Steve Schulze - Radio Amateur, General Class - N9UDO Administrator, Baraboo, Wisconsin D-Star System - WB9FDZ Administrator, Baraboo, Wisconsin AllStar Link System - N9UDO / WB9FDZ Treasurer, Badgerland Amateur Television Society - KB9SFS http://yellowthunder.org/dstar.html On 3/5/2011 08:46, Tim Sawyer wrote: > cop,24 (flush all telemetry) will stop playback. > --- > TIS > > > On Mar 5, 2011, at 6:25 AM, Steve Schulze wrote: > > I'm using Ed's, KI6PSP, script to download and convert the ARRL audio news. This works great! > > I was wondering if anyone knows who to stop the playback of an audio file once it's starts? > > In my rpt.conf under the [functions27616] we have added (per KI6PSP instructions) the following: > > ; > ; For ARRL News program Playback > 926=playback,rpt/news/news > ; > > So *926 DTMF will fire up the playback of the audio file, no problem. What would be the command I could assign to a DTMF code to stop this playback? > > > On another note, is there a DTMF kill code to turn off Asterisk until another code is given to turn it back on? > > > > Thanks! > > Node 27616 > From hwstar at rodgers.sdcoxmail.com Sat Mar 5 18:51:41 2011 From: hwstar at rodgers.sdcoxmail.com (Stephen Rodgers) Date: Sat, 05 Mar 2011 10:51:41 -0800 Subject: [App_rpt-users] limey build issue In-Reply-To: <201103050247.19232.george@dyb.com> References: <201103050247.19232.george@dyb.com> Message-ID: <4D72863D.3020902@rodgers.sdcoxmail.com> On 03/05/2011 12:47 AM, George Csahanin wrote: > I'm getting back to building my own limey cf image, but found one issue in the > Makefile that could be hanging some people up. > > So, FY'alls I... > > This line: > > SYSLINUX_SITE:=http://www.kernel.org/pub/linux/utils/boot/syslinux/Old/$(SYSLINUX_PACKAGE) > > isn't valid. The correct one is: > > SYSLINUX_SITE:=http://www.kernel.org/pub/linux/utils/boot/syslinux/3.xx/$(SYSLINUX_PACKAGE) > > Just FYI if anyone is banging head into walls. > > Next to figure why svastbin called from the makefile doesn't work... > > GeorgeC > W2DB > Allstar 2360 > EchoLink 424532 > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > SVN has been updated with the correct URL. Thanks for pointing this out. Steve WA6ZFT From george at dyb.com Sat Mar 5 14:47:42 2011 From: george at dyb.com (George Csahanin) Date: Sat, 5 Mar 2011 08:47:42 -0600 Subject: [App_rpt-users] help needed with Limey-Linux Message-ID: <201103050847.42587.george@dyb.com> Any Limey Linus gurus out there? Having lots of problems making it work. I worked fine about 2 years back, tried 1.0.7, it had major issues, just tried 1.0.8 and looks like, except the already notes syslinux url being wrong and this change that was needed in the Makefile: DLSAVE?=buildroot/dl #DLSAVE?=../dlsave dslave/ directory didn't exist, so pointed all at buildroot/dl/ where I put syslinux too. Is it picky on exactly where it lives? I have it in /usr/src/limey1-0-8 Had no luck with the asterisk sources, either. Have those in /usr/src/limey- asterisk Then this was where is all stopped after a long time: echo Makefile.SH cflags.SH | tr ' ' '\n' >.shlist make[5]: Leaving directory `/usr/src/limey1-0-8/buildroot/build_i686/perl-5.8.8/x2p' Updating makefile... make[4]: Leaving directory `/usr/src/limey1-0-8/buildroot/build_i686/perl-5.8.8/x2p' make[3]: Leaving directory `/usr/src/limey1-0-8/buildroot/build_i686/perl-5.8.8' make[2]: Leaving directory `/usr/src/limey1-0-8/buildroot/build_i686/perl-5.8.8' make[2]: Entering directory `/usr/src/limey1-0-8/buildroot/build_i686/perl-5.8.8' make[2]: *** No rule to make target `', needed by `miniperlmain.o'. Stop. make[2]: Leaving directory `/usr/src/limey1-0-8/buildroot/build_i686/perl-5.8.8' An error is expected on make touch /usr/src/limey1-0-8/buildroot/build_i686/perl-5.8.8/.host_make /usr/bin/make -j1 -C /usr/src/limey1-0-8/buildroot/build_i686/perl-5.8.8 test || echo "An error is expected on make test" make[2]: Entering directory `/usr/src/limey1-0-8/buildroot/build_i686/perl-5.8.8' make[2]: *** No rule to make target `', needed by `miniperlmain.o'. Stop. make[2]: Leaving directory `/usr/src/limey1-0-8/buildroot/build_i686/perl-5.8.8' An error is expected on make test touch /usr/src/limey1-0-8/buildroot/build_i686/perl-5.8.8/.host_make_fixed # we need to build a perl for the host just for Errno.pm (cd /usr/src/limey1-0-8/buildroot/build_i686/perl-5.8.8; \ chmod a+x ext/util/make_ext; \ ext/util/make_ext nonxs Errno MAKE="/usr/bin/make" \ ) Making Errno (nonxs) ext/util/make_ext: line 122: ../../miniperl: No such file or directory Warning: No Makefile! make[2]: Entering directory `/usr/src/limey1-0-8/buildroot/build_i686/perl-5.8.8/ext/Errno' make[2]: *** No rule to make target `config'. Stop. make[2]: Leaving directory `/usr/src/limey1-0-8/buildroot/build_i686/perl-5.8.8/ext/Errno' /usr/bin/make config failed, continuing anyway... make[2]: Entering directory `/usr/src/limey1-0-8/buildroot/build_i686/perl-5.8.8/ext/Errno' make[2]: *** No rule to make target `all'. Stop. make[2]: Leaving directory `/usr/src/limey1-0-8/buildroot/build_i686/perl-5.8.8/ext/Errno' make[1]: *** [/usr/src/limey1-0-8/buildroot/build_i686/perl-5.8.8/.configured] Error 2 make[1]: Leaving directory `/usr/src/limey1-0-8/buildroot' make: *** [buildstate/buildroot_made] Error 2 GeorgeC W2DB Allstar 2360 EchoLink 424532 From phil.n6tct at gmail.com Sat Mar 5 23:37:17 2011 From: phil.n6tct at gmail.com (Phil N6TCT) Date: Sat, 5 Mar 2011 15:37:17 -0800 Subject: [App_rpt-users] Beagleboard URI issue: "device usb27674 currently not active" Message-ID: Gang, I would love whatever help your collective brains and experience can provide on the following newbie problem. I recently brought up a generic PC running ACID and a USB URI fob and made it all work. Yay! Emboldened by my success :-) I thought I would try getting my beagleboard running in a similar configuration ... and so far, failed. The URI green LED blinks like it should when asterisk starts. But asterisk CLI "radio key" and "radio unkey" don't do anything (i.e., they do not turn on or off the URI fob's red LED). Attempting to run "radio tune txvoice 500" generates the error "Device usb27674 currently not active". (27674, of course, is the node number for this system.) Running "radio active usb27674" does not give an error but does not change anything (i.e., radio tune still fails with the same error message). I suspect it is just some simple configuration thing I have overlooked and would greatly appreciate any thoughts. --Phil, N6TCT Details: Beagleboard hardware is a beagleboard-xM, assy rev B, at 1 GHz. OS is pickle linux: Linux version 2.6.35.4 (root at pickle) (gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) ) #5 PREEMPT Wed Dec 29 04:03:36 UTC 2010 () URI is a DMK URI; I have two of them and have tried both of them, same behavior. Both work fine on my PC system. Asterisk configuration: I first downloaded files from the allstar link network and then modified by hand to use the simpleusb channel. I have included my usbradio.conf, simpleusb.conf, and rpt.conf below. (Is it true that I actually need both usbradio.conf and simpleusb.conf?) When the system boots it finds the URI: [ 68.294250] generic-usb 0003:0D8C:013C.0002: input: USB HID v1.00 Device [C-Media Electronics Inc. USB PnP Sound Device ] on usb-ehci-omap.0-2.4/input3 When asterisk starts it logs messages I would expect (esp. since I can't tune the radio): [Mar 5 23:14:00] NOTICE[775] app_rpt.c: Normal Repeater Init 27674 [Mar 5 23:14:00] NOTICE[793] chan_simpleusb.c: Assigned USB device 1-2.4:1.0 to simpleusb channel usb27674 [Mar 5 23:14:00] WARNING[793] chan_simpleusb.c: File simpleusb_tune_usb27674.co nf not found, device usb27674 using default parameters. As mentioned, radio key and radio unkey do not give errors but neither do they do anything on the URI fob. Radio tune gives an error: peekskill*CLI> radio active Active (command) USB Radio device is [usb27674] peekskill*CLI> radio key <-- note no error peekskill*CLI> radio unkey <-- note no error peekskill*CLI> radio tune txvoice 500 Device usb27674 currently not active peekskill*CLI> radio active Active (command) USB Radio device is [usb27674] peekskill*CLI> radio active usb27674 Active (command) USB Radio device set to [usb27674] peekskill*CLI> radio tune txvoice 500 Device usb27674 currently not active The start of my rpt.conf file: [27674] ; Change this to your assigned node number rxchannel=SimpleUSB/usb27674 duplex=2 erxgain=-3 etxgain=3 ;controlstates=controlstates [...] My usbradio.conf: ; ; Usbradio channel driver Configuration File ; [general] [usb27674] hdwtype=0 rxboost=1 txboost=1 rxctcssrelax=1 txctcssdefault=100.0 rxctcssfreqs=100.0 txctcssfreqs=100.0 ;rxctcssoverride=0 carrierfrom=usbinvert ctcssfrom=no rxdemod=speaker txprelim=no txlimonly=no txtoctype=notone txmixa=voice txmixb=no invertptt=0 duplex=1 rxondelay=0 rxnoisefiltype=0 eeprom=0 #includeifexists custom/usbradio.conf My simpleusb.conf: ; ; SimpleUSB configuration ; [general] [usb27674] eeprom=0 hdwtype=0 ; Leave this set to 0 for USB sound fobs modified using ; the instructions from usbfob.pdf. Use a setting of ; 1 is for Dingotel/Sph interfaces. rxboost=1 ; 0 = 20db attenuator inserted, 1= 20db attenuator remov ed ; Set to 1 for additonal gain if using a low-level receiv er output carrierfrom=usbinvert ; no,usb,usbinvert ; no - no carrier detection at all ; usb - from the COR line on the modified USB sound fob ; usbinvert - from the inverted COR line on the modified USB sound fob ctcssfrom=no ; no,usb,usbinvert ; no - CTCSS decoding, system will be carrier squelch ; usb - CTCSS decoding using input from USB FOB ; usbinvert - from the inverted CTCSS line on the modifie d USB sound fob txmixa=voice ; Left channel output: no,voice,tone,composite,auxvoice ; no - Do not output anything ; voice - output voice only txmixb=no ; Right channel output: no,voice,tone,composite, auxvoic e ; See txmixa above. invertptt=0 ; Invert PTT 0 = ground to transmit, 1 = open to transmi t ; This is the collector lead of the 2n4401 on the modifie d ; usb sound fob. ; please refer to the howto for the procedure to do this. duplex=1 ; Full Duplex plfilter=yes ; enable PL filter deemphasis=no ; enable de-emphasis (input from discriminator) Thanks! Phil, N6TCT From telesistant at hotmail.com Sat Mar 5 23:41:15 2011 From: telesistant at hotmail.com (Jim Duuuude) Date: Sat, 5 Mar 2011 15:41:15 -0800 Subject: [App_rpt-users] Beagleboard URI issue: "device usb27674 currently not active" In-Reply-To: References: Message-ID: Dont run chan_usbradio on Pickle. Dont even have a usbradio.conf file in your directory. Try "susb active" and "susb tune." .. etc JIM > Date: Sat, 5 Mar 2011 15:37:17 -0800 > From: phil.n6tct at gmail.com > To: app_rpt-users at ohnosec.org > Subject: [App_rpt-users] Beagleboard URI issue: "device usb27674 currently not active" > > Gang, I would love whatever help your collective brains and experience > can provide on the following newbie problem. > > I recently brought up a generic PC running ACID and a USB URI fob and > made it all work. Yay! Emboldened by my success :-) I thought I > would try getting my beagleboard running in a similar configuration > ... and so far, failed. The URI green LED blinks like it should when > asterisk starts. But asterisk CLI "radio key" and "radio unkey" don't > do anything (i.e., they do not turn on or off the URI fob's red LED). > Attempting to run "radio tune txvoice 500" generates the error "Device > usb27674 currently not active". (27674, of course, is the node number > for this system.) Running "radio active usb27674" does not give an > error but does not change anything (i.e., radio tune still fails with > the same error message). > > I suspect it is just some simple configuration thing I have overlooked > and would greatly appreciate any thoughts. --Phil, N6TCT > > Details: > > Beagleboard hardware is a beagleboard-xM, assy rev B, at 1 GHz. > > OS is pickle linux: Linux version 2.6.35.4 (root at pickle) (gcc version > 4.4.3 (Ubuntu 4.4.3-4ubuntu5) ) #5 PREEMPT Wed Dec 29 04:03:36 UTC > 2010 () > > URI is a DMK URI; I have two of them and have tried both of them, same > behavior. Both work fine on my PC system. > > Asterisk configuration: I first downloaded files from the allstar link > network and then modified by hand to use the simpleusb channel. I > have included my usbradio.conf, simpleusb.conf, and rpt.conf below. > (Is it true that I actually need both usbradio.conf and > simpleusb.conf?) > > When the system boots it finds the URI: > > [ 68.294250] generic-usb 0003:0D8C:013C.0002: input: USB HID v1.00 > Device [C-Media Electronics Inc. USB PnP Sound Device ] > on usb-ehci-omap.0-2.4/input3 > > When asterisk starts it logs messages I would expect (esp. since I > can't tune the radio): > > [Mar 5 23:14:00] NOTICE[775] app_rpt.c: Normal Repeater Init 27674 > [Mar 5 23:14:00] NOTICE[793] chan_simpleusb.c: Assigned USB device 1-2.4:1.0 to > simpleusb channel usb27674 > [Mar 5 23:14:00] WARNING[793] chan_simpleusb.c: File simpleusb_tune_usb27674.co > nf not found, device usb27674 using default parameters. > > As mentioned, radio key and radio unkey do not give errors but neither > do they do anything on the URI fob. Radio tune gives an error: > > peekskill*CLI> radio active > Active (command) USB Radio device is [usb27674] > peekskill*CLI> radio key <-- note no error > peekskill*CLI> radio unkey <-- note no error > peekskill*CLI> radio tune txvoice 500 > Device usb27674 currently not active > peekskill*CLI> radio active > Active (command) USB Radio device is [usb27674] > peekskill*CLI> radio active usb27674 > Active (command) USB Radio device set to [usb27674] > peekskill*CLI> radio tune txvoice 500 > Device usb27674 currently not active > > The start of my rpt.conf file: > > [27674] ; Change this to your assigned > node number > > rxchannel=SimpleUSB/usb27674 > duplex=2 > erxgain=-3 > etxgain=3 > ;controlstates=controlstates > [...] > > My usbradio.conf: > > ; > ; Usbradio channel driver Configuration File > ; > > [general] > > [usb27674] > > hdwtype=0 > rxboost=1 > txboost=1 > rxctcssrelax=1 > txctcssdefault=100.0 > rxctcssfreqs=100.0 > txctcssfreqs=100.0 > ;rxctcssoverride=0 > carrierfrom=usbinvert > ctcssfrom=no > rxdemod=speaker > txprelim=no > txlimonly=no > txtoctype=notone > txmixa=voice > txmixb=no > invertptt=0 > duplex=1 > rxondelay=0 > rxnoisefiltype=0 > eeprom=0 > #includeifexists custom/usbradio.conf > > My simpleusb.conf: > > > ; > ; SimpleUSB configuration > ; > [general] > > [usb27674] > > eeprom=0 > > hdwtype=0 ; Leave this set to 0 for USB sound fobs modified using > ; the instructions from usbfob.pdf. Use a setting of > ; 1 is for Dingotel/Sph interfaces. > > rxboost=1 ; 0 = 20db attenuator inserted, 1= 20db attenuator remov > ed > ; Set to 1 for additonal gain if using a low-level receiv > er output > > carrierfrom=usbinvert ; no,usb,usbinvert > ; no - no carrier detection at all > ; usb - from the COR line on the modified USB sound fob > ; usbinvert - from the inverted COR line on the modified > USB sound fob > > ctcssfrom=no ; no,usb,usbinvert > ; no - CTCSS decoding, system will be carrier squelch > ; usb - CTCSS decoding using input from USB FOB > ; usbinvert - from the inverted CTCSS line on the modifie > d USB sound fob > > txmixa=voice ; Left channel output: no,voice,tone,composite,auxvoice > ; no - Do not output anything > ; voice - output voice only > > txmixb=no ; Right channel output: no,voice,tone,composite, auxvoic > e > ; See txmixa above. > > invertptt=0 ; Invert PTT 0 = ground to transmit, 1 = open to transmi > t > ; This is the collector lead of the 2n4401 on the modifie > d > ; usb sound fob. > ; please refer to the howto for the procedure to do this. > duplex=1 ; Full Duplex > > plfilter=yes ; enable PL filter > > deemphasis=no ; enable de-emphasis (input from discriminator) > > Thanks! > > Phil, N6TCT > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users -------------- next part -------------- An HTML attachment was scrubbed... URL: From phil.n6tct at gmail.com Sat Mar 5 23:56:03 2011 From: phil.n6tct at gmail.com (Phil N6TCT) Date: Sat, 5 Mar 2011 15:56:03 -0800 Subject: [App_rpt-users] Beagleboard URI issue: "device usb27674 currently not active" In-Reply-To: References: Message-ID: That did it! Thanks! Phil, N6TCT On Sat, Mar 5, 2011 at 3:41 PM, Jim Duuuude wrote: > Dont run chan_usbradio on Pickle. Dont even have a usbradio.conf file in > your directory. > > Try "susb active" > and "susb tune." .. etc > > JIM > >> Date: Sat, 5 Mar 2011 15:37:17 -0800 >> From: phil.n6tct at gmail.com >> To: app_rpt-users at ohnosec.org >> Subject: [App_rpt-users] Beagleboard URI issue: "device usb27674 currently >> not active" >> >> Gang, I would love whatever help your collective brains and experience >> can provide on the following newbie problem. >> >> I recently brought up a generic PC running ACID and a USB URI fob and >> made it all work. Yay! Emboldened by my success :-) I thought I >> would try getting my beagleboard running in a similar configuration >> ... and so far, failed. The URI green LED blinks like it should when >> asterisk starts. But asterisk CLI "radio key" and "radio unkey" don't >> do anything (i.e., they do not turn on or off the URI fob's red LED). >> Attempting to run "radio tune txvoice 500" generates the error "Device >> usb27674 currently not active". (27674, of course, is the node number >> for this system.) Running "radio active usb27674" does not give an >> error but does not change anything (i.e., radio tune still fails with >> the same error message). From phil.n6tct at gmail.com Sun Mar 6 01:13:53 2011 From: phil.n6tct at gmail.com (Phil N6TCT) Date: Sat, 5 Mar 2011 17:13:53 -0800 Subject: [App_rpt-users] Transmit tuning with susb tune? Message-ID: Ok, so much progress has been made now that Jim has me using "susb" instead of "radio" commands when using the simpleusb channel. :-) I really like "susb tune rxdisplay" for receive audio level tuning. But: what is the recommend equivalent to"radio tune txvoice " command, the one that would generate a 1 kHz tone at a what should be 3 kHz deviation so that I could use a service monitor to adjust the txgain appropriately? susb tune txa and txb just set the levels, they don't actually transmit. Thanks! Phil, N6TCT From telesistant at hotmail.com Sun Mar 6 01:30:22 2011 From: telesistant at hotmail.com (Jim Duuuude) Date: Sat, 5 Mar 2011 17:30:22 -0800 Subject: [App_rpt-users] Transmit tuning with susb tune? In-Reply-To: References: Message-ID: susb tune txa (or txb).. i dont remember whether it generates tone susb tune rx for rx and dont forget about susb tune rxdisplay > Date: Sat, 5 Mar 2011 17:13:53 -0800 > From: phil.n6tct at gmail.com > To: app_rpt-users at ohnosec.org > Subject: [App_rpt-users] Transmit tuning with susb tune? > > Ok, so much progress has been made now that Jim has me using "susb" > instead of "radio" commands when using the simpleusb channel. :-) I > really like "susb tune rxdisplay" for receive audio level tuning. > > But: what is the recommend equivalent to"radio tune txvoice " > command, the one that would generate a 1 kHz tone at a what should be > 3 kHz deviation so that I could use a service monitor to adjust the > txgain appropriately? susb tune txa and txb just set the levels, > they don't actually transmit. > > Thanks! > > Phil, N6TCT > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users -------------- next part -------------- An HTML attachment was scrubbed... URL: From phil.n6tct at gmail.com Sun Mar 6 02:20:42 2011 From: phil.n6tct at gmail.com (Phil N6TCT) Date: Sat, 5 Mar 2011 18:20:42 -0800 Subject: [App_rpt-users] Transmit tuning with susb tune? In-Reply-To: References: Message-ID: Thanks, Jim. But no, "susb tuna txa" (or txb) does not generate tone -- that was my question: what should I use to generate tone to get things calibrated? Thanks! Phi, N6TCT On Sat, Mar 5, 2011 at 5:30 PM, Jim Duuuude wrote: > susb tune txa (or txb).. i dont remember whether it generates tone > susb tune rx for rx > and dont forget about susb tune rxdisplay > > > >> Date: Sat, 5 Mar 2011 17:13:53 -0800 >> From: phil.n6tct at gmail.com >> To: app_rpt-users at ohnosec.org >> Subject: [App_rpt-users] Transmit tuning with susb tune? >> >> Ok, so much progress has been made now that Jim has me using "susb" >> instead of "radio" commands when using the simpleusb channel. :-) I >> really like "susb tune rxdisplay" for receive audio level tuning. >> >> But: what is the recommend equivalent to"radio tune txvoice " >> command, the one that would generate a 1 kHz tone at a what should be >> 3 kHz deviation so that I could use a service monitor to adjust the >> txgain appropriately? susb tune txa and txb just set the levels, >> they don't actually transmit. >> >> Thanks! >> >> Phil, N6TCT >> _______________________________________________ >> App_rpt-users mailing list >> App_rpt-users at ohnosec.org >> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > From tim.sawyer at me.com Sun Mar 6 05:54:31 2011 From: tim.sawyer at me.com (Tim Sawyer) Date: Sat, 05 Mar 2011 21:54:31 -0800 Subject: [App_rpt-users] Transmit tuning with susb tune? In-Reply-To: References: Message-ID: <23FD44A9-F6A5-4216-9C1E-14AD789DF555@me.com> Use *989 (cop,4) to generate a 1Khz tone at 3Khz dev. Use *989 to toggle it off again. -- Tim :wq On Mar 5, 2011, at 6:20 PM, Phil N6TCT wrote: > Thanks, Jim. But no, "susb tuna txa" (or txb) does not generate tone > -- that was my question: what should I use to generate tone to get > things calibrated? > > Thanks! > > Phi, N6TCT > > On Sat, Mar 5, 2011 at 5:30 PM, Jim Duuuude wrote: >> susb tune txa (or txb).. i dont remember whether it generates tone >> susb tune rx for rx >> and dont forget about susb tune rxdisplay >> >> >> >>> Date: Sat, 5 Mar 2011 17:13:53 -0800 >>> From: phil.n6tct at gmail.com >>> To: app_rpt-users at ohnosec.org >>> Subject: [App_rpt-users] Transmit tuning with susb tune? >>> >>> Ok, so much progress has been made now that Jim has me using "susb" >>> instead of "radio" commands when using the simpleusb channel. :-) I >>> really like "susb tune rxdisplay" for receive audio level tuning. >>> >>> But: what is the recommend equivalent to"radio tune txvoice " >>> command, the one that would generate a 1 kHz tone at a what should be >>> 3 kHz deviation so that I could use a service monitor to adjust the >>> txgain appropriately? susb tune txa and txb just set the levels, >>> they don't actually transmit. >>> >>> Thanks! >>> >>> Phil, N6TCT >>> _______________________________________________ >>> App_rpt-users mailing list >>> App_rpt-users at ohnosec.org >>> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >> > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users From ka6oij at arrl.net Sun Mar 6 08:31:52 2011 From: ka6oij at arrl.net (Mike Hugo) Date: Sun, 06 Mar 2011 00:31:52 -0800 Subject: [App_rpt-users] Unable to connect to some nodes ? Message-ID: <1299400312.15467.40.camel@snap.m3h.com> I'm unable to connect to some nodes and most likely am doing something silly. Node has been running for ages. It is running limely linux. It appears to properly registers on the stats page. I can connect to some nodes just fine other nodes I get this error: [Mar 5 23:42:07] NOTICE[1240]: chan_iax2.c:4071 __auto_congest: Auto-congesting call due to slow response To other nodes I get the error: [Mar 5 23:53:56] WARNING[1236]: chan_iax2.c:9438 socket_process: I don't know how to authenticate radio to xxx.xxx.xxx.xxx I haven't changed anything since I migrated the node to the new system months ago. Actually today I tried to upgrade the software in an attempt to fix it. The troubleshooting steps on http://ohnosec.org/drupal/node/65 all test fine. Hints? thanks Mike From phil.n6tct at gmail.com Sun Mar 6 15:27:03 2011 From: phil.n6tct at gmail.com (Phil N6TCT) Date: Sun, 6 Mar 2011 07:27:03 -0800 Subject: [App_rpt-users] Transmit tuning with susb tune? In-Reply-To: <23FD44A9-F6A5-4216-9C1E-14AD789DF555@me.com> References: <23FD44A9-F6A5-4216-9C1E-14AD789DF555@me.com> Message-ID: Doh! :-) Of course. Thanks, Tim. --phil On Sat, Mar 5, 2011 at 9:54 PM, Tim Sawyer wrote: > Use *989 (cop,4) to generate a 1Khz tone at 3Khz dev. Use *989 to toggle it off again. > -- > Tim > :wq From ve3ei at iescomm.ca Sun Mar 6 19:56:21 2011 From: ve3ei at iescomm.ca (Eric Meth - ve3ei) Date: Sun, 6 Mar 2011 14:56:21 -0500 Subject: [App_rpt-users] Echolink stops working on Node 2344 Message-ID: I operate 3 nodes and I have 1 node where the Echolink App stops working. There seems to be an error in the program probably causes by something not configured correctly. Here is the printout [Mar 6 10:58:00] NOTICE[27395] chan_echolink.c: Received OK from Echolink server server1.echolink.org [Mar 6 10:58:00] NOTICE[27397] chan_echolink.c: Directory pgm done downloading(partial,compressed), 109 records [Mar 6 10:59:27] ERROR[27396] chan_echolink.c: Error in select() [Mar 6 10:59:27] ERROR[27396] chan_echolink.c: Exiting chan_echolink, FATAL ERROR!! [Mar 6 10:59:27] NOTICE[27395] chan_echolink.c: Echolink registration thread exited. [Mar 6 10:59:28] NOTICE[27397] chan_echolink.c: Echolink directory thread exited. [Mar 6 10:59:28] WARNING[27389] app_rpt.c: rpt_thread restarted on node 2344 [Mar 6 10:59:28] WARNING[28625] chan_usbradio.c: Loaded parameters from usbradio_tune_usb2344.conf for device usb2344 . [Mar 6 10:59:28] WARNING[28625] chan_usbradio.c: Unable to re-open DSP device 1 (usb2344): Device or resource busy [Mar 6 10:59:28] WARNING[28625] chan_usbradio.c: Loaded parameters from usbradio_tune_usb2344.conf for device usb2344 . [Mar 6 10:59:29] WARNING[28624] chan_usbradio.c: Possibly stuck USB read channel. [usb2344] [Mar 6 10:59:29] WARNING[28624] chan_usbradio.c: Nope, USB read channel [usb2344] wasn't stuck after all. [root at Asterisk-ve3yyz asterisk]# [Mar 6 10:59:27] ERROR[27396] chan_echolink.c: Error in select() It looks like the error is in the select portion of chan_echolink.c Anyone run into this error before? Eric Meth - ve3ei Node 2344, 2425, 2579, 2593, 27135 -------------- next part -------------- An HTML attachment was scrubbed... URL: From telesistant at hotmail.com Sun Mar 6 21:09:28 2011 From: telesistant at hotmail.com (Jim Duuuude) Date: Sun, 6 Mar 2011 13:09:28 -0800 Subject: [App_rpt-users] Echolink stops working on Node 2344 In-Reply-To: References: Message-ID: Are you running app_gps??? If so, I seem to remember a similar problem which I believe can be cured with an upgrade to latest SVN JIM From: ve3ei at iescomm.ca To: app_rpt-users at ohnosec.org Date: Sun, 6 Mar 2011 14:56:21 -0500 Subject: [App_rpt-users] Echolink stops working on Node 2344 I operate 3 nodes and I have 1 node where the Echolink App stops working. There seems to be an error in the program probably causes by something not configured correctly. Here is the printout [Mar 6 10:58:00] NOTICE[27395] chan_echolink.c: Received OK from Echolink server server1.echolink.org [Mar 6 10:58:00] NOTICE[27397] chan_echolink.c: Directory pgm done downloading(partial,compressed), 109 records [Mar 6 10:59:27] ERROR[27396] chan_echolink.c: Error in select() [Mar 6 10:59:27] ERROR[27396] chan_echolink.c: Exiting chan_echolink, FATAL ERROR!! [Mar 6 10:59:27] NOTICE[27395] chan_echolink.c: Echolink registration thread exited. [Mar 6 10:59:28] NOTICE[27397] chan_echolink.c: Echolink directory thread exited. [Mar 6 10:59:28] WARNING[27389] app_rpt.c: rpt_thread restarted on node 2344 [Mar 6 10:59:28] WARNING[28625] chan_usbradio.c: Loaded parameters from usbradio_tune_usb2344.conf for device usb2344 . [Mar 6 10:59:28] WARNING[28625] chan_usbradio.c: Unable to re-open DSP device 1 (usb2344): Device or resource busy [Mar 6 10:59:28] WARNING[28625] chan_usbradio.c: Loaded parameters from usbradio_tune_usb2344.conf for device usb2344 . [Mar 6 10:59:29] WARNING[28624] chan_usbradio.c: Possibly stuck USB read channel. [usb2344] [Mar 6 10:59:29] WARNING[28624] chan_usbradio.c: Nope, USB read channel [usb2344] wasn't stuck after all. [root at Asterisk-ve3yyz asterisk]# [Mar 6 10:59:27] ERROR[27396] chan_echolink.c: Error in select() It looks like the error is in the select portion of chan_echolink.c Anyone run into this error before? Eric Meth - ve3ei Node 2344, 2425, 2579, 2593, 27135 _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users -------------- next part -------------- An HTML attachment was scrubbed... URL: From ve3ei at iescomm.ca Sun Mar 6 22:20:31 2011 From: ve3ei at iescomm.ca (Eric Meth - ve3ei) Date: Sun, 6 Mar 2011 17:20:31 -0500 Subject: [App_rpt-users] Echolink stops working on Node 2344 In-Reply-To: References: Message-ID: <25E3BC93B17646B2AE6C48357299898A@EricHPLaptop> Yes. All 3 nodes are running app_gps but it is only this one that is dying. I am not sure which SVN I am running? Is there an easy way to tell? Eric - ve3ei ----- Original Message ----- From: Jim Duuuude To: ve3ei at iescomm.ca ; app_rpt mailing list Sent: Sunday, March 06, 2011 4:09 PM Subject: RE: [App_rpt-users] Echolink stops working on Node 2344 Are you running app_gps??? If so, I seem to remember a similar problem which I believe can be cured with an upgrade to latest SVN JIM ------------------------------------------------------------------------------ From: ve3ei at iescomm.ca To: app_rpt-users at ohnosec.org Date: Sun, 6 Mar 2011 14:56:21 -0500 Subject: [App_rpt-users] Echolink stops working on Node 2344 I operate 3 nodes and I have 1 node where the Echolink App stops working. There seems to be an error in the program probably causes by something not configured correctly. Here is the printout [Mar 6 10:58:00] NOTICE[27395] chan_echolink.c: Received OK from Echolink server server1.echolink.org [Mar 6 10:58:00] NOTICE[27397] chan_echolink.c: Directory pgm done downloading(partial,compressed), 109 records [Mar 6 10:59:27] ERROR[27396] chan_echolink.c: Error in select() [Mar 6 10:59:27] ERROR[27396] chan_echolink.c: Exiting chan_echolink, FATAL ERROR!! [Mar 6 10:59:27] NOTICE[27395] chan_echolink.c: Echolink registration thread exited. [Mar 6 10:59:28] NOTICE[27397] chan_echolink.c: Echolink directory thread exited. [Mar 6 10:59:28] WARNING[27389] app_rpt.c: rpt_thread restarted on node 2344 [Mar 6 10:59:28] WARNING[28625] chan_usbradio.c: Loaded parameters from usbradio_tune_usb2344.conf for device usb2344 . [Mar 6 10:59:28] WARNING[28625] chan_usbradio.c: Unable to re-open DSP device 1 (usb2344): Device or resource busy [Mar 6 10:59:28] WARNING[28625] chan_usbradio.c: Loaded parameters from usbradio_tune_usb2344.conf for device usb2344 . [Mar 6 10:59:29] WARNING[28624] chan_usbradio.c: Possibly stuck USB read channel. [usb2344] [Mar 6 10:59:29] WARNING[28624] chan_usbradio.c: Nope, USB read channel [usb2344] wasn't stuck after all. [root at Asterisk-ve3yyz asterisk]# [Mar 6 10:59:27] ERROR[27396] chan_echolink.c: Error in select() It looks like the error is in the select portion of chan_echolink.c Anyone run into this error before? Eric Meth - ve3ei Node 2344, 2425, 2579, 2593, 27135 _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users -------------- next part -------------- An HTML attachment was scrubbed... URL: From rpt2 at chuck.midlandsnetworking.com Mon Mar 7 04:19:16 2011 From: rpt2 at chuck.midlandsnetworking.com (Chuck Henderson) Date: Sun, 6 Mar 2011 22:19:16 -0600 Subject: [App_rpt-users] login request for http://ohnosec.org/drupal/ Message-ID: I would like to have a login to the http://ohnosec.org/drupal/ site. Chuck Henderson, WB9UUS -------------- next part -------------- An HTML attachment was scrubbed... URL: From ki6psp at gmail.com Mon Mar 7 15:07:27 2011 From: ki6psp at gmail.com (KI6PSP (Ed)) Date: Mon, 7 Mar 2011 07:07:27 -0800 Subject: [App_rpt-users] Echolink Crashing In-Reply-To: References: Message-ID: I didn't get a response on this one, but I was looking at the output console of Asterisk and I observed that I couldn't resolve to socal.aprs2.net. Like any good network guy, I pulled up NSLOOKUP, and wouldn't ya know it, I couldn't even find Google.com. I have removed the router IP address from resolv.conf and only pointed the system to the openDNS servers. I think this will fix my echolink crashing issue. Ed KI6PSP On Sat, Mar 5, 2011 at 6:27 AM, KI6PSP (Ed) wrote: > What would be a fix for the Echolink side of a node to crash? > > Here is what I have observed. Startup system, and all is good, Auto Patch, > Echolink. During startup I have a script to announce the time, this way I > know when Asterisk completes a reboot. I can connect to the Echolink side, > and everything works, but after several hours, non predictable, Asterisk > reboots, and I loose the Echolink side. Auto Patch still works, so its not > the internet connection. Example, the other day, it worked just fine all day > long, then at 0230 in the morning, I heard my system announce the time, and > I lost Echolink again. > > I was thinking about updating my system, but I would rather just update the > Echolink side. I have a bunch of custom audio files that get overwritten > when I update. > > KI6PSP (Ed) > -- KI6PSP (Ed) -------------- next part -------------- An HTML attachment was scrubbed... URL: From wb5nfc at yahoo.com Mon Mar 7 19:24:11 2011 From: wb5nfc at yahoo.com (John (WB5NFC)) Date: Mon, 7 Mar 2011 11:24:11 -0800 (PST) Subject: [App_rpt-users] Node Monitoring with iPhone/Softphone? Message-ID: <2533.9895.qm@web113509.mail.gq1.yahoo.com> Looking for information on configuration and use of an iPhone with softphone to monitor node activity. Has anyone put anything together on the subject? John / wb5nfc -------------- next part -------------- An HTML attachment was scrubbed... URL: From bdboyle at bdboyle.com Mon Mar 7 19:52:39 2011 From: bdboyle at bdboyle.com (Bryan D. Boyle) Date: Mon, 07 Mar 2011 14:52:39 -0500 Subject: [App_rpt-users] Node Monitoring with iPhone/Softphone? In-Reply-To: <2533.9895.qm@web113509.mail.gq1.yahoo.com> References: <2533.9895.qm@web113509.mail.gq1.yahoo.com> Message-ID: <4D753787.3010102@bdboyle.com> On 3/7/11 2:24 PM, John (WB5NFC) wrote: > Looking for information on configuration and use of an iPhone with > softphone to monitor node activity. Has anyone put anything together > on the subject? > Do you want to just monitor or interact? If just for monitoring, I took the speaker output of my micor (which is on a separate board that was installed by the builder...for local monitoring...), padded it down and feed it into a pc that's serving some shoutcast streams for my internet radio network feeds on an oddball port that I listen to with a free iPhone app. Seems to work ok. There's about a 15-30 second buffer lag, but, the quality is pretty good. Oh, yeah, the shoutcast stream is password protected, btw, so, it's pretty much only myself that uses it (and now you all know...;)) If you have your node configured with Echolink, the iPhone echolink app works a treat; if you don't use a proxy, remember to wait for a couple minutes between starting the app up and trying to connect so the app_rpt node gets the updated list of authenticated systems...otherwise, go thru a proxy, which are probably already in the app_rpt echo database, from what I can see. I'm sure there's other ways...the first came to mind quickly when I was setting up some other things...and I use Echolink on an occasional basis...others may have their own favorite ways of doing so... HTH -- Bryan WB0YLE Allstar 27294 27295 27673 27710 Echolink WB0YLE-R In this world, you must be oh so smart or oh so pleasant. Well, for years I was smart. I recommend pleasant. You may quote me. -------------- next part -------------- An HTML attachment was scrubbed... URL: From dshaw at ke6upi.com Tue Mar 8 02:31:52 2011 From: dshaw at ke6upi.com (David KE6UPI) Date: Mon, 7 Mar 2011 18:31:52 -0800 Subject: [App_rpt-users] Node Monitoring with iPhone/Softphone? In-Reply-To: <2533.9895.qm@web113509.mail.gq1.yahoo.com> References: <2533.9895.qm@web113509.mail.gq1.yahoo.com> Message-ID: You could use a SIP client to call your node to talk and monitor. Then you could make a phone call if you want. I do it with my android. If you have a VoIP service you could just call you node. But for a IAX app-rpt client I haven't heard of one. David On Mon, Mar 7, 2011 at 11:24 AM, John (WB5NFC) wrote: > Looking for information on configuration and use of an iPhone with > softphone to monitor node activity. Has anyone put anything together on the > subject? > > John / wb5nfc > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ve3ei at iescomm.ca Tue Mar 8 13:12:36 2011 From: ve3ei at iescomm.ca (Eric Meth - ve3ei) Date: Tue, 8 Mar 2011 08:12:36 -0500 Subject: [App_rpt-users] Echolink stops working on Node 2344 In-Reply-To: References: Message-ID: <386BB3C35F8D46EBB8E055F80CF78164@EricHPLaptop> The problem seemed to be solved with the update of the SVN. Thank you Jim. Eric Meth - ve3ei ----- Original Message ----- From: Jim Duuuude To: ve3ei at iescomm.ca ; app_rpt mailing list Sent: Sunday, March 06, 2011 4:09 PM Subject: RE: [App_rpt-users] Echolink stops working on Node 2344 Are you running app_gps??? If so, I seem to remember a similar problem which I believe can be cured with an upgrade to latest SVN JIM ------------------------------------------------------------------------------ From: ve3ei at iescomm.ca To: app_rpt-users at ohnosec.org Date: Sun, 6 Mar 2011 14:56:21 -0500 Subject: [App_rpt-users] Echolink stops working on Node 2344 I operate 3 nodes and I have 1 node where the Echolink App stops working. There seems to be an error in the program probably causes by something not configured correctly. Here is the printout [Mar 6 10:58:00] NOTICE[27395] chan_echolink.c: Received OK from Echolink server server1.echolink.org [Mar 6 10:58:00] NOTICE[27397] chan_echolink.c: Directory pgm done downloading(partial,compressed), 109 records [Mar 6 10:59:27] ERROR[27396] chan_echolink.c: Error in select() [Mar 6 10:59:27] ERROR[27396] chan_echolink.c: Exiting chan_echolink, FATAL ERROR!! [Mar 6 10:59:27] NOTICE[27395] chan_echolink.c: Echolink registration thread exited. [Mar 6 10:59:28] NOTICE[27397] chan_echolink.c: Echolink directory thread exited. [Mar 6 10:59:28] WARNING[27389] app_rpt.c: rpt_thread restarted on node 2344 [Mar 6 10:59:28] WARNING[28625] chan_usbradio.c: Loaded parameters from usbradio_tune_usb2344.conf for device usb2344 . [Mar 6 10:59:28] WARNING[28625] chan_usbradio.c: Unable to re-open DSP device 1 (usb2344): Device or resource busy [Mar 6 10:59:28] WARNING[28625] chan_usbradio.c: Loaded parameters from usbradio_tune_usb2344.conf for device usb2344 . [Mar 6 10:59:29] WARNING[28624] chan_usbradio.c: Possibly stuck USB read channel. [usb2344] [Mar 6 10:59:29] WARNING[28624] chan_usbradio.c: Nope, USB read channel [usb2344] wasn't stuck after all. [root at Asterisk-ve3yyz asterisk]# [Mar 6 10:59:27] ERROR[27396] chan_echolink.c: Error in select() It looks like the error is in the select portion of chan_echolink.c Anyone run into this error before? Eric Meth - ve3ei Node 2344, 2425, 2579, 2593, 27135 _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users -------------- next part -------------- An HTML attachment was scrubbed... URL: From wa5jxy at gmail.com Tue Mar 8 16:53:26 2011 From: wa5jxy at gmail.com (Neil Addis (WA5JXY)) Date: Tue, 8 Mar 2011 09:53:26 -0700 Subject: [App_rpt-users] savenode error Message-ID: When I run savenode.sh, I get the following error; Saving Asterisk node configuration to register.allstarlink.org Error: Archive file is too large (9627578 bytes). 2000000 bytes max I wonder if it is trying to save my /qso directory as well (which is huge) ? Neil From wa5jxy at gmail.com Tue Mar 8 17:07:23 2011 From: wa5jxy at gmail.com (Neil Addis (WA5JXY)) Date: Tue, 8 Mar 2011 10:07:23 -0700 Subject: [App_rpt-users] savenode error (fix) Message-ID: Yep, the issue is it is trying to save everything under/etc/asterisk which (if you have it enabled) will also include your qso directory and files. Don't know why you would want to back those up, but it would be nice to be able to exclude that directory in the savenode.sh script. Thanks Jim for the quick response! From bdboyle at bdboyle.com Tue Mar 8 17:29:26 2011 From: bdboyle at bdboyle.com (Bryan D. Boyle) Date: Tue, 08 Mar 2011 12:29:26 -0500 Subject: [App_rpt-users] savenode error (fix) In-Reply-To: References: Message-ID: <4D766776.7040309@bdboyle.com> On 3/8/11 12:07 PM, Neil Addis (WA5JXY) wrote: > Yep, the issue is it is trying to save everything under/etc/asterisk > which (if you have it enabled) will also include your qso directory > and files. > Don't know why you would want to back those up, but it would be nice > to be able to exclude that directory in the savenode.sh script. > > Thanks Jim for the quick response! > I don't save my qsos...maybe I should...but, if you define a different directory (say, under /tmp) ourside the etc/asterisk hierarchy...that would be another way to do it. -- Bryan In this world, you must be oh so smart or oh so pleasant. Well, for years I was smart. I recommend pleasant. You may quote me. From telesistant at hotmail.com Tue Mar 8 17:37:33 2011 From: telesistant at hotmail.com (Jim Duuuude) Date: Tue, 8 Mar 2011 09:37:33 -0800 Subject: [App_rpt-users] just a thought Message-ID: I just felt the need to express my appreciation for all of you that take the time and effort to help each other with various issues on this list. Its great to have a helpful and encouraging environment like this to work in. JIM WB6NIL -------------- next part -------------- An HTML attachment was scrubbed... URL: From bdboyle at bdboyle.com Tue Mar 8 17:50:07 2011 From: bdboyle at bdboyle.com (Bryan D. Boyle) Date: Tue, 08 Mar 2011 12:50:07 -0500 Subject: [App_rpt-users] just a thought In-Reply-To: References: Message-ID: <4D766C4F.6020408@bdboyle.com> On 3/8/11 12:37 PM, Jim Duuuude wrote: > I just felt the need to express my appreciation for all of you that > take the time > and effort to help each other with various issues on this list. > > Its great to have a helpful and encouraging environment like this to > work in. > Ditto; as a noob, I echo the appreciation... (personally not having really contributed anything, being relatively new...and still digging thru coming to a complete understanding of how this does what it does...) -- Bryan In this world, you must be oh so smart or oh so pleasant. Well, for years I was smart. I recommend pleasant. You may quote me. -------------- next part -------------- An HTML attachment was scrubbed... URL: From szingman at msgstor.com Tue Mar 8 17:55:42 2011 From: szingman at msgstor.com (Steve Zingman) Date: Tue, 08 Mar 2011 12:55:42 -0500 Subject: [App_rpt-users] Node Monitoring with iPhone/Softphone? In-Reply-To: References: Message-ID: <4D766D9E.4060900@msgstor.com> > Message: 1 > Date: Mon, 7 Mar 2011 11:24:11 -0800 (PST) > From: "John \(WB5NFC\)" > To: app_rpt list > Subject: [App_rpt-users] Node Monitoring with iPhone/Softphone? > Message-ID:<2533.9895.qm at web113509.mail.gq1.yahoo.com> > Content-Type: text/plain; charset="us-ascii" > > Looking for information on configuration and use of an iPhone with softphone to > monitor node activity. Has anyone put anything together on the subject? > > John / wb5nfc John, I use Siphon on a jailbroken iPhone to monitor / control a node. Works great. Steve N4IRS From phil.n6tct at gmail.com Wed Mar 9 00:29:14 2011 From: phil.n6tct at gmail.com (Phil N6TCT) Date: Tue, 8 Mar 2011 16:29:14 -0800 Subject: [App_rpt-users] just a thought In-Reply-To: <4D766C4F.6020408@bdboyle.com> References: <4D766C4F.6020408@bdboyle.com> Message-ID: Let me (re)echo that echo. :-) As a first-timer who has just brought up two app_rpt systems over the last month or so, the help from members of this list has been invaluable. I hope to be in a position to return the favor in the not too distant future. Thanks! Phil, N6TCT On Tue, Mar 8, 2011 at 9:50 AM, Bryan D. Boyle wrote: > On 3/8/11 12:37 PM, Jim Duuuude wrote: > > I just felt the need to express my appreciation for all of you that take the > time > and effort to help each other with various issues on this list. > > Its great to have a helpful and encouraging environment like this to work > in. > > > Ditto; as a noob, I echo the appreciation... > > (personally not having really contributed anything, being relatively > new...and still digging thru coming to a complete understanding of how this > does what it does...) From yokshs at sbcglobal.net Wed Mar 9 00:40:25 2011 From: yokshs at sbcglobal.net (K&R Yoksh) Date: Tue, 8 Mar 2011 18:40:25 -0600 Subject: [App_rpt-users] Node Monitoring with iPhone/Softphone? References: Message-ID: <003801cbddf2$94e21620$d502a8c0@main> ----- Original Message ----- > Looking for information on configuration and use of an iPhone with > softphone to > monitor node activity. Has anyone put anything together on the subject? > > John / wb5nfc Hi John, I'm using a free app called IaxDialer. The trouble is, it goes into transmit from the moment I connect, until I hit the # key. After that, I can issue commands, but cannot figure out how to toggle PTT. It's a useful app, but will not work via 3G, FYI.. 73, Kyle K0KN From wa4zlw at backwoodswireless.net Wed Mar 9 00:41:49 2011 From: wa4zlw at backwoodswireless.net (Leon Zetekoff) Date: Tue, 08 Mar 2011 19:41:49 -0500 Subject: [App_rpt-users] Node Monitoring with iPhone/Softphone? In-Reply-To: <003801cbddf2$94e21620$d502a8c0@main> References: <003801cbddf2$94e21620$d502a8c0@main> Message-ID: <4D76CCCD.6030808@backwoodswireless.net> On 3/8/2011 7:40 PM, K&R Yoksh wrote: > > ----- Original Message ----- > > Hi John, > > I'm using a free app called IaxDialer. The trouble is, it goes into > transmit from the moment I connect, until I hit the # key. > > After that, I can issue commands, but cannot figure out how to toggle > PTT. > > It's a useful app, but will not work via 3G, FYI.. I've tried to make it connect with my * box and doesnt connect. any pointers? 73 leon From g7ltt at g7ltt.com Wed Mar 9 20:49:13 2011 From: g7ltt at g7ltt.com (Mark Phillips) Date: Wed, 09 Mar 2011 15:49:13 -0500 Subject: [App_rpt-users] How much space does an install of Limey comsume? Message-ID: <4D77E7C9.1000707@g7ltt.com> Hi Folks, How much disc space does an install of Limey consume? I bought a diskless work station based upon an Atom 230 chip with 1GB of RAM and a 1GB built in flash card (removeable). I'm wondering if I can get away with installing Limey on the 1GB flash and thus not have to splurge on an HDD. Thanks Mark -- /\/\ark Phillips From g7ltt at g7ltt.com Wed Mar 9 20:51:32 2011 From: g7ltt at g7ltt.com (Mark Phillips) Date: Wed, 09 Mar 2011 15:51:32 -0500 Subject: [App_rpt-users] How much space does an install of Limey comsume? In-Reply-To: <4D77E7C9.1000707@g7ltt.com> References: <4D77E7C9.1000707@g7ltt.com> Message-ID: <4D77E854.8020207@g7ltt.com> Think I just answered my own question .... From the limeylinux FAQ How much space does the distribution take up on the Compact Flash? The current version takes up 80 MB of the total compact flash storage area. On 03/09/2011 03:49 PM, Mark Phillips wrote: > Hi Folks, > > How much disc space does an install of Limey consume? I bought a > diskless work station based upon an Atom 230 chip with 1GB of RAM and a > 1GB built in flash card (removeable). > > I'm wondering if I can get away with installing Limey on the 1GB flash > and thus not have to splurge on an HDD. > > Thanks > > Mark > -- /\/\ark Phillips From n3fe at repeater.net Wed Mar 9 21:11:13 2011 From: n3fe at repeater.net (Corey Dean) Date: Wed, 9 Mar 2011 16:11:13 -0500 Subject: [App_rpt-users] How much space does an install of Limey comsume? In-Reply-To: <4D77E854.8020207@g7ltt.com> References: <4D77E7C9.1000707@g7ltt.com> <4D77E854.8020207@g7ltt.com> Message-ID: <4BCC91CBCFD66C4489B4BD3233140C3E422A743247@exchange.mail.repeater.net> Something I have been doing on these systems and some other friends have done is to remove the hard drive all together and use a USB memory stick. I have just seen too many hard drive failures in the past. Haven't lost a USB memory stick yet... Corey N3FE -----Original Message----- From: app_rpt-users-bounces at ohnosec.org [mailto:app_rpt-users-bounces at ohnosec.org] On Behalf Of Mark Phillips Sent: Wednesday, March 09, 2011 3:52 PM To: app_rpt-users at ohnosec.org Subject: Re: [App_rpt-users] How much space does an install of Limey comsume? Think I just answered my own question .... From the limeylinux FAQ How much space does the distribution take up on the Compact Flash? The current version takes up 80 MB of the total compact flash storage area. On 03/09/2011 03:49 PM, Mark Phillips wrote: > Hi Folks, > > How much disc space does an install of Limey consume? I bought a > diskless work station based upon an Atom 230 chip with 1GB of RAM and a > 1GB built in flash card (removeable). > > I'm wondering if I can get away with installing Limey on the 1GB flash > and thus not have to splurge on an HDD. > > Thanks > > Mark > -- /\/\ark Phillips _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users -- This message was scanned and is believed to be clean. Click here to report this message as spam. http://simba.repeater.net/cgi-bin/learn-msg.cgi?id=48AF72F99C.A93DA From jrorke at cogeco.ca Wed Mar 9 21:28:25 2011 From: jrorke at cogeco.ca (Jon Rorke) Date: Wed, 09 Mar 2011 16:28:25 -0500 Subject: [App_rpt-users] How much space does an install of Limey comsume? In-Reply-To: <4BCC91CBCFD66C4489B4BD3233140C3E422A743247@exchange.mail.repeater.net> References: <4D77E7C9.1000707@g7ltt.com> <4D77E854.8020207@g7ltt.com> <4BCC91CBCFD66C4489B4BD3233140C3E422A743247@exchange.mail.repeater.net> Message-ID: <4D77F0F9.9020909@cogeco.ca> Well how do you go about setting that up on a usb drive? Are you using limey or acid??? I would like to do that too. Jon VA3RQ On 3/9/2011 4:11 PM, Corey Dean wrote: > Something I have been doing on these systems and some other friends have done is to remove the hard drive all together and use a USB memory stick. I have just seen too many hard drive failures in the past. Haven't lost a USB memory stick yet... > > Corey N3FE > > -----Original Message----- > From: app_rpt-users-bounces at ohnosec.org [mailto:app_rpt-users-bounces at ohnosec.org] On Behalf Of Mark Phillips > Sent: Wednesday, March 09, 2011 3:52 PM > To: app_rpt-users at ohnosec.org > Subject: Re: [App_rpt-users] How much space does an install of Limey comsume? > > Think I just answered my own question .... > > From the limeylinux FAQ > > How much space does the distribution take up on the Compact Flash? > > The current version takes up 80 MB of the total compact flash storage area. > > > > > On 03/09/2011 03:49 PM, Mark Phillips wrote: >> Hi Folks, >> >> How much disc space does an install of Limey consume? I bought a >> diskless work station based upon an Atom 230 chip with 1GB of RAM and a >> 1GB built in flash card (removeable). >> >> I'm wondering if I can get away with installing Limey on the 1GB flash >> and thus not have to splurge on an HDD. >> >> Thanks >> >> Mark >> From g4rky at yahoo.co.uk Wed Mar 9 21:30:56 2011 From: g4rky at yahoo.co.uk (Matt Beasant) Date: Wed, 9 Mar 2011 21:30:56 +0000 Subject: [App_rpt-users] How much space does an install of Limey comsume? In-Reply-To: <4D77F0F9.9020909@cogeco.ca> References: <4D77E7C9.1000707@g7ltt.com> <4D77E854.8020207@g7ltt.com> <4BCC91CBCFD66C4489B4BD3233140C3E422A743247@exchange.mail.repeater.net> <4D77F0F9.9020909@cogeco.ca> Message-ID: Yes me too! I've tried to build ACID on a USB stick and come unstuck! :-P I gave a up a few months ago so cant remember what the issues were now... I also tried to build Limey but I think the builds that were available were not compatible with my motherboard which is an embedded system. The installer would run but just freeze at a point where it was "freeing up unused ram" and that was that. Its a shame as I have loads of these embedded things in my shed waiting for a use! Matt. G4RKY On 9 March 2011 21:28, Jon Rorke wrote: > Well how do you go about setting that up on a usb drive? Are you using > limey or acid??? > > I would like to do that too. > > Jon VA3RQ > > > On 3/9/2011 4:11 PM, Corey Dean wrote: > >> Something I have been doing on these systems and some other friends have >> done is to remove the hard drive all together and use a USB memory stick. I >> have just seen too many hard drive failures in the past. Haven't lost a USB >> memory stick yet... >> >> Corey N3FE >> >> -----Original Message----- >> From: app_rpt-users-bounces at ohnosec.org [mailto: >> app_rpt-users-bounces at ohnosec.org] On Behalf Of Mark Phillips >> Sent: Wednesday, March 09, 2011 3:52 PM >> To: app_rpt-users at ohnosec.org >> Subject: Re: [App_rpt-users] How much space does an install of Limey >> comsume? >> >> Think I just answered my own question .... >> >> From the limeylinux FAQ >> >> How much space does the distribution take up on the Compact Flash? >> >> The current version takes up 80 MB of the total compact flash storage >> area. >> >> >> >> >> On 03/09/2011 03:49 PM, Mark Phillips wrote: >> >>> Hi Folks, >>> >>> How much disc space does an install of Limey consume? I bought a >>> diskless work station based upon an Atom 230 chip with 1GB of RAM and a >>> 1GB built in flash card (removeable). >>> >>> I'm wondering if I can get away with installing Limey on the 1GB flash >>> and thus not have to splurge on an HDD. >>> >>> Thanks >>> >>> Mark >>> >>> _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tom.km5vy at gmail.com Wed Mar 9 21:37:08 2011 From: tom.km5vy at gmail.com (Tom Russo) Date: Wed, 9 Mar 2011 14:37:08 -0700 Subject: [App_rpt-users] LOX board ETA? Message-ID: There was talk some time ago that the LOX daughterboard for the Beagleboard would be available in late Feb. Is there an updated estimate for when they might be available? -- Tom Russo? ? KM5VY?? SAR502?? DM64ux? ? ? ? ? http://www.swcp.com/~russo/ Tijeras, NM? QRPL#1592 K2#398? SOC#236 http://kevan.org/brain.cgi?DDTNM ?"The truth will set you free, but first it will piss you off." From n3fe at repeater.net Thu Mar 10 02:31:35 2011 From: n3fe at repeater.net (Corey Dean) Date: Wed, 9 Mar 2011 21:31:35 -0500 Subject: [App_rpt-users] How much space does an install of Limey comsume? In-Reply-To: <4D77F0F9.9020909@cogeco.ca> References: <4D77E7C9.1000707@g7ltt.com> <4D77E854.8020207@g7ltt.com> <4BCC91CBCFD66C4489B4BD3233140C3E422A743247@exchange.mail.repeater.net> <4D77F0F9.9020909@cogeco.ca> Message-ID: <4BCC91CBCFD66C4489B4BD3233140C3E422A74324B@exchange.mail.repeater.net> Using Acid. Just have to have a computer that the bios support USB boot and a USB Memory stick bigger than 4 gig. Remove the hard drive put in the memory stick and boot up the cd. It will find the USB stick as the hard drive. Thanks,,, Corey -----Original Message----- From: app_rpt-users-bounces at ohnosec.org [mailto:app_rpt-users-bounces at ohnosec.org] On Behalf Of Jon Rorke Sent: Wednesday, March 09, 2011 4:28 PM To: APP_RPT_Users Subject: Re: [App_rpt-users] How much space does an install of Limey comsume? Well how do you go about setting that up on a usb drive? Are you using limey or acid??? I would like to do that too. Jon VA3RQ On 3/9/2011 4:11 PM, Corey Dean wrote: > Something I have been doing on these systems and some other friends have done is to remove the hard drive all together and use a USB memory stick. I have just seen too many hard drive failures in the past. Haven't lost a USB memory stick yet... > > Corey N3FE > > -----Original Message----- > From: app_rpt-users-bounces at ohnosec.org > [mailto:app_rpt-users-bounces at ohnosec.org] On Behalf Of Mark Phillips > Sent: Wednesday, March 09, 2011 3:52 PM > To: app_rpt-users at ohnosec.org > Subject: Re: [App_rpt-users] How much space does an install of Limey comsume? > > Think I just answered my own question .... > > From the limeylinux FAQ > > How much space does the distribution take up on the Compact Flash? > > The current version takes up 80 MB of the total compact flash storage area. > > > > > On 03/09/2011 03:49 PM, Mark Phillips wrote: >> Hi Folks, >> >> How much disc space does an install of Limey consume? I bought a >> diskless work station based upon an Atom 230 chip with 1GB of RAM and >> a 1GB built in flash card (removeable). >> >> I'm wondering if I can get away with installing Limey on the 1GB >> flash and thus not have to splurge on an HDD. >> >> Thanks >> >> Mark >> _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users -- This message was scanned and is believed to be clean. Click here to report this message as spam. http://simba.repeater.net/cgi-bin/learn-msg.cgi?id=77FF52F99C.A9EBE From hwstar at rodgers.sdcoxmail.com Thu Mar 10 03:38:31 2011 From: hwstar at rodgers.sdcoxmail.com (Stephen Rodgers) Date: Wed, 09 Mar 2011 19:38:31 -0800 Subject: [App_rpt-users] How much space does an install of Limey comsume? In-Reply-To: <4BCC91CBCFD66C4489B4BD3233140C3E422A74324B@exchange.mail.repeater.net> References: <4D77E7C9.1000707@g7ltt.com> <4D77E854.8020207@g7ltt.com> <4BCC91CBCFD66C4489B4BD3233140C3E422A743247@exchange.mail.repeater.net> <4D77F0F9.9020909@cogeco.ca> <4BCC91CBCFD66C4489B4BD3233140C3E422A74324B@exchange.mail.repeater.net> Message-ID: <4D7847B7.1020002@rodgers.sdcoxmail.com> On 03/09/2011 06:31 PM, Corey Dean wrote: > Using Acid. Just have to have a computer that the bios support USB boot and a USB Memory stick bigger than 4 gig. Remove the hard drive put in the memory stick and boot up the cd. It will find the USB stick as the hard drive. > > > Thanks,,, Corey > > > -----Original Message----- > From: app_rpt-users-bounces at ohnosec.org [mailto:app_rpt-users-bounces at ohnosec.org] On Behalf Of Jon Rorke > Sent: Wednesday, March 09, 2011 4:28 PM > To: APP_RPT_Users > Subject: Re: [App_rpt-users] How much space does an install of Limey comsume? > > Well how do you go about setting that up on a usb drive? Are you using limey or acid??? > > I would like to do that too. > > Jon VA3RQ > > On 3/9/2011 4:11 PM, Corey Dean wrote: >> Something I have been doing on these systems and some other friends have done is to remove the hard drive all together and use a USB memory stick. I have just seen too many hard drive failures in the past. Haven't lost a USB memory stick yet... >> >> Corey N3FE >> >> -----Original Message----- >> From: app_rpt-users-bounces at ohnosec.org >> [mailto:app_rpt-users-bounces at ohnosec.org] On Behalf Of Mark Phillips >> Sent: Wednesday, March 09, 2011 3:52 PM >> To: app_rpt-users at ohnosec.org >> Subject: Re: [App_rpt-users] How much space does an install of Limey comsume? >> >> Think I just answered my own question .... >> >> From the limeylinux FAQ >> >> How much space does the distribution take up on the Compact Flash? >> >> The current version takes up 80 MB of the total compact flash storage area. >> >> >> >> >> On 03/09/2011 03:49 PM, Mark Phillips wrote: >>> Hi Folks, >>> >>> How much disc space does an install of Limey consume? I bought a >>> diskless work station based upon an Atom 230 chip with 1GB of RAM and >>> a 1GB built in flash card (removeable). >>> >>> I'm wondering if I can get away with installing Limey on the 1GB >>> flash and thus not have to splurge on an HDD. >>> >>> Thanks >>> >>> Mark >>> > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > -- > This message was scanned and is believed to be clean. > Click here to report this message as spam. > http://simba.repeater.net/cgi-bin/learn-msg.cgi?id=77FF52F99C.A9EBE > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > One drawback to doing this is the files in the /var directory are overwritten quite often. Your Flash-based USB stick may not hold up to such abuse because each flash sector can only withstand a limited number of rewrites before it corrupts the data. For ACID, you are better off using a true Solid State Disk which is designed to tolerate such abuse. SSD's have wear leveling which makes them last longer than straight USB sticks. Unfortunately they also cost more. This is the main reason why Limey runs off a ramdisk instead of continuing to use the CF. Steve WA6ZFT From jd0 at broadsci.com Thu Mar 10 06:31:40 2011 From: jd0 at broadsci.com (Jeff DePolo) Date: Thu, 10 Mar 2011 01:31:40 -0500 Subject: [App_rpt-users] How much space does an install of Limey comsume? In-Reply-To: <4D77F0F9.9020909@cogeco.ca> References: <4D77E7C9.1000707@g7ltt.com> <4D77E854.8020207@g7ltt.com><4BCC91CBCFD66C4489B4BD3233140C3E422A743247@exchange.mail.repeater.net> <4D77F0F9.9020909@cogeco.ca> Message-ID: I prefer compact flash cards and IDE (or SATA) to CF adapters. CF cards cost a little more than thumb drives, but IMHO, are more reliable. I can't tell you how many thumb drives I've thrown away over the years that just quit working, whereas I can't recall ever having a CF act up. --- Jeff WN3A > -----Original Message----- > From: app_rpt-users-bounces at ohnosec.org > [mailto:app_rpt-users-bounces at ohnosec.org] On Behalf Of Jon Rorke > Sent: Wednesday, March 09, 2011 4:28 PM > To: APP_RPT_Users > Subject: Re: [App_rpt-users] How much space does an install > of Limey comsume? > > Well how do you go about setting that up on a usb drive? Are > you using > limey or acid??? > > I would like to do that too. > > Jon VA3RQ > > On 3/9/2011 4:11 PM, Corey Dean wrote: > > Something I have been doing on these systems and some other > friends have done is to remove the hard drive all together > and use a USB memory stick. I have just seen too many hard > drive failures in the past. Haven't lost a USB memory stick yet... > > > > Corey N3FE > > > > -----Original Message----- > > From: app_rpt-users-bounces at ohnosec.org > [mailto:app_rpt-users-bounces at ohnosec.org] On Behalf Of Mark Phillips > > Sent: Wednesday, March 09, 2011 3:52 PM > > To: app_rpt-users at ohnosec.org > > Subject: Re: [App_rpt-users] How much space does an install > of Limey comsume? > > > > Think I just answered my own question .... > > > > From the limeylinux FAQ > > > > How much space does the distribution take up on the Compact Flash? > > > > The current version takes up 80 MB of the total compact > flash storage area. > > > > > > > > > > On 03/09/2011 03:49 PM, Mark Phillips wrote: > >> Hi Folks, > >> > >> How much disc space does an install of Limey consume? I bought a > >> diskless work station based upon an Atom 230 chip with 1GB > of RAM and a > >> 1GB built in flash card (removeable). > >> > >> I'm wondering if I can get away with installing Limey on > the 1GB flash > >> and thus not have to splurge on an HDD. > >> > >> Thanks > >> > >> Mark > >> > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > From n3fe at repeater.net Thu Mar 10 14:11:22 2011 From: n3fe at repeater.net (Corey Dean) Date: Thu, 10 Mar 2011 09:11:22 -0500 Subject: [App_rpt-users] How much space does an install of Limey comsume? In-Reply-To: <4D7847B7.1020002@rodgers.sdcoxmail.com> References: <4D77E7C9.1000707@g7ltt.com> <4D77E854.8020207@g7ltt.com> <4BCC91CBCFD66C4489B4BD3233140C3E422A743247@exchange.mail.repeater.net> <4D77F0F9.9020909@cogeco.ca> <4BCC91CBCFD66C4489B4BD3233140C3E422A74324B@exchange.mail.repeater.net> <4D7847B7.1020002@rodgers.sdcoxmail.com> Message-ID: <4BCC91CBCFD66C4489B4BD3233140C3E422A74324E@exchange.mail.repeater.net> Totally understandable... The reason I went this way was because I was doing a lot of testing with other asterisk related projects that were work related. I still have 2 systems running with 8 gig usb memory sticks and they have been up for almost 6 years now. The scsi drives in some of our raid 5 setups haven't even lasted that long... -----Original Message----- From: app_rpt-users-bounces at ohnosec.org [mailto:app_rpt-users-bounces at ohnosec.org] On Behalf Of Stephen Rodgers Sent: Wednesday, March 09, 2011 10:39 PM To: app_rpt-users at ohnosec.org Subject: Re: [App_rpt-users] How much space does an install of Limey comsume? On 03/09/2011 06:31 PM, Corey Dean wrote: > Using Acid. Just have to have a computer that the bios support USB boot and a USB Memory stick bigger than 4 gig. Remove the hard drive put in the memory stick and boot up the cd. It will find the USB stick as the hard drive. > > > Thanks,,, Corey > > > -----Original Message----- > From: app_rpt-users-bounces at ohnosec.org [mailto:app_rpt-users-bounces at ohnosec.org] On Behalf Of Jon Rorke > Sent: Wednesday, March 09, 2011 4:28 PM > To: APP_RPT_Users > Subject: Re: [App_rpt-users] How much space does an install of Limey comsume? > > Well how do you go about setting that up on a usb drive? Are you using limey or acid??? > > I would like to do that too. > > Jon VA3RQ > > On 3/9/2011 4:11 PM, Corey Dean wrote: >> Something I have been doing on these systems and some other friends have done is to remove the hard drive all together and use a USB memory stick. I have just seen too many hard drive failures in the past. Haven't lost a USB memory stick yet... >> >> Corey N3FE >> >> -----Original Message----- >> From: app_rpt-users-bounces at ohnosec.org >> [mailto:app_rpt-users-bounces at ohnosec.org] On Behalf Of Mark Phillips >> Sent: Wednesday, March 09, 2011 3:52 PM >> To: app_rpt-users at ohnosec.org >> Subject: Re: [App_rpt-users] How much space does an install of Limey comsume? >> >> Think I just answered my own question .... >> >> From the limeylinux FAQ >> >> How much space does the distribution take up on the Compact Flash? >> >> The current version takes up 80 MB of the total compact flash storage area. >> >> >> >> >> On 03/09/2011 03:49 PM, Mark Phillips wrote: >>> Hi Folks, >>> >>> How much disc space does an install of Limey consume? I bought a >>> diskless work station based upon an Atom 230 chip with 1GB of RAM and >>> a 1GB built in flash card (removeable). >>> >>> I'm wondering if I can get away with installing Limey on the 1GB >>> flash and thus not have to splurge on an HDD. >>> >>> Thanks >>> >>> Mark >>> > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > -- > This message was scanned and is believed to be clean. > Click here to report this message as spam. > http://simba.repeater.net/cgi-bin/learn-msg.cgi?id=77FF52F99C.A9EBE > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > One drawback to doing this is the files in the /var directory are overwritten quite often. Your Flash-based USB stick may not hold up to such abuse because each flash sector can only withstand a limited number of rewrites before it corrupts the data. For ACID, you are better off using a true Solid State Disk which is designed to tolerate such abuse. SSD's have wear leveling which makes them last longer than straight USB sticks. Unfortunately they also cost more. This is the main reason why Limey runs off a ramdisk instead of continuing to use the CF. Steve WA6ZFT _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users -- This message was scanned and is believed to be clean. Click here to report this message as spam. http://simba.repeater.net/cgi-bin/learn-msg.cgi?id=A017C2F9E4.AA250 From g7ltt at g7ltt.com Thu Mar 10 14:28:34 2011 From: g7ltt at g7ltt.com (Mark Phillips) Date: Thu, 10 Mar 2011 09:28:34 -0500 Subject: [App_rpt-users] GPSD feature request Message-ID: <4D78E012.7070901@g7ltt.com> Hi, Can we add support for GPS positioning to be pulled from GPSD? Many of us use GPS for all sorts of jobs around the shack and GPSD is the perfect tool to make our GPS info available on the LAN for other apps to pick up. A single GPS RX could feed multiple services (AllStar, D-RATS, SDR logging etc) from a single GPSD instance. Thanks Mark G7LTT/NI2O -- /\/\ark Phillips From g7ltt at g7ltt.com Thu Mar 10 14:29:12 2011 From: g7ltt at g7ltt.com (Mark Phillips) Date: Thu, 10 Mar 2011 09:29:12 -0500 Subject: [App_rpt-users] GPS error message Message-ID: <4D78E038.6070604@g7ltt.com> I have not got the GPS enabled per the WWW config page but I _do_ have the static APRS enabled. I realise that the same app that controls the APRS also controls the GPS but why am I getting this message? [Mar 10 06:22:04] WARNING[2355]: app_gps.c:364 gpsthread: GPS timeout Thanks -- /\/\ark Phillips From g7ltt at g7ltt.com Thu Mar 10 18:49:35 2011 From: g7ltt at g7ltt.com (Mark Phillips) Date: Thu, 10 Mar 2011 13:49:35 -0500 Subject: [App_rpt-users] Not showing up on Echolink Message-ID: <4D791D3F.1090505@g7ltt.com> Hi Folks, I rebuilt my node yesterday onto a 1.6GHz platform (up from a 500MHz Alix box) and all seems to be well except that I don't seem to be showing up on Echolink. I've enabled Echolink in the web server gui and can see my settings reflected in the echolink.conf file - so why am I not there? -- /\/\ark Phillips From ajp26 at buffalo.edu Thu Mar 10 19:02:56 2011 From: ajp26 at buffalo.edu (Pawlowski, Adam) Date: Thu, 10 Mar 2011 14:02:56 -0500 Subject: [App_rpt-users] DMK URI and Segfault In-Reply-To: References: Message-ID: <06F4A0AECDEB8248951A4CFAF9044EDB024E82FA607A@MBCCR3.itorg.ad.buffalo.edu> Afternoon, I've been working on setting up a simplex node using a DMK URI and a HTX-212, and I have many things I need to iron out. I've found I have some sort of trouble going on, when the PTT is keyed, in a varying but, often short period of time, the unit shuts off. The cable is still open and unshielded, so I imagine this to probably be the source of that problem. Outside of this, I can't see any good way to reset the device without hanging the system. If I pull the unit, it recognizes that it is gone, but, re-attaching it causes the machine to lock hard with some display on the screen that seems to be in reference to this device or USB something-or-other. This is on my desktop, ACID Linux, i7 870, Intel Extreme motherboard. Has anyone had this one happen? Obviously, I'd prefer not to unplug it anyways, but, with the troubleshooting, it seems I must do so. Adam KC2YQF Also, it seems the kickstart script looks for /dev/hda to start with, mine are all sXX drives, which seemed to work out anyways, it picked "sdd" using some process I'm not sure of. It also did me the favor of eliminating the partition table on all of my other drives, which, while recoverable, wasn't particularly thrilling. From g7ltt at g7ltt.com Thu Mar 10 19:03:06 2011 From: g7ltt at g7ltt.com (Mark Phillips) Date: Thu, 10 Mar 2011 14:03:06 -0500 Subject: [App_rpt-users] Not showing up on Echolink In-Reply-To: <4D791D3F.1090505@g7ltt.com> References: <4D791D3F.1090505@g7ltt.com> Message-ID: <4D79206A.1080703@g7ltt.com> OK, forget me. Helps if I leave it a little longer than 5 minutes! On 03/10/2011 01:49 PM, Mark Phillips wrote: > Hi Folks, > > I rebuilt my node yesterday onto a 1.6GHz platform (up from a 500MHz > Alix box) and all seems to be well except that I don't seem to be > showing up on Echolink. > > I've enabled Echolink in the web server gui and can see my settings > reflected in the echolink.conf file - so why am I not there? > > -- /\/\ark Phillips From specialq.que at ntlworld.com Thu Mar 10 19:24:47 2011 From: specialq.que at ntlworld.com (Doug Hutchison) Date: Thu, 10 Mar 2011 19:24:47 +0000 Subject: [App_rpt-users] DMK URI and Segfault Message-ID: <4D79257F.9020300@ntlworld.com> Hello Adam, Would be tempted to suggest time out timer on the HTX but with a varying time probably not. When you say shuts down, do you mean the transmitter? If so is the PTT led on the URI still on? D On 10/03/2011 19:02:56, Pawlowski, Adam (ajp26 at buffalo.edu) wrote: > Afternoon, > > I've been working on setting up a simplex node using a DMK URI and a HTX-212, and I have many things I need to iron out. I've found I have some sort of trouble going on, when the PTT is keyed, in a varying but, often short period of time, the unit shuts off. The cable is still open and unshielded, so I imagine this to probably be the source of that problem. Outside of this, I can't see any good way to reset the device without hanging the system. If I pull the unit, it recognizes that it is gone, but, re-attaching it causes the machine to lock hard with some display on the screen that seems to be in reference to this device or USB something-or-other. This is on my desktop, ACID Linux, i7 870, Intel Extreme motherboard. > > Has anyone had this one happen? Obviously, I'd prefer not to unplug it anyways, but, with the troubleshooting, it seems I must do so. > > Adam > KC2YQF > > Also, it seems the kickstart script looks for /dev/hda to start with, mine are all sXX drives, which seemed to work out anyways, it picked "sdd" using some process I'm not sure of. It also did me the favor of eliminating the partition table on all of my other drives, which, while recoverable, wasn't particularly thrilling. > > > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users From telesistant at hotmail.com Thu Mar 10 19:34:06 2011 From: telesistant at hotmail.com (Jim Duuuude) Date: Thu, 10 Mar 2011 11:34:06 -0800 Subject: [App_rpt-users] DMK URI and Segfault In-Reply-To: <06F4A0AECDEB8248951A4CFAF9044EDB024E82FA607A@MBCCR3.itorg.ad.buffalo.edu> References: , <06F4A0AECDEB8248951A4CFAF9044EDB024E82FA607A@MBCCR3.itorg.ad.buffalo.edu> Message-ID: Im not quite sure how to put this politically correctly, so I wont even attempt it. USB SUCKS! Okay.. I said it :-) (I feel better now) Under most conditions experienced by users of chan_usbradio and chan_simpleusb, the USB interface in the Linux kernel works well and reliably. And when it works, it works consistently. HOWEVER, there are cases where its just plain and simply broken. Newer kernels have made attempts to fix some problems, and have, in fact, made things even more broken. Whatever you do, dont try using chan_usbradio with a Muilti-TT hub. Its not a pretty picture. Many people in many instances use this stuff on a regular basis with no problems. Unfortunately, that experience is not able to be shared by everyone. As is typical, the world continues to be broken. :-) JIM WB6NIL > From: ajp26 at buffalo.edu > To: app_rpt-users at ohnosec.org > Date: Thu, 10 Mar 2011 14:02:56 -0500 > Subject: [App_rpt-users] DMK URI and Segfault > > Afternoon, > > I've been working on setting up a simplex node using a DMK URI and a HTX-212, and I have many things I need to iron out. I've found I have some sort of trouble going on, when the PTT is keyed, in a varying but, often short period of time, the unit shuts off. The cable is still open and unshielded, so I imagine this to probably be the source of that problem. Outside of this, I can't see any good way to reset the device without hanging the system. If I pull the unit, it recognizes that it is gone, but, re-attaching it causes the machine to lock hard with some display on the screen that seems to be in reference to this device or USB something-or-other. This is on my desktop, ACID Linux, i7 870, Intel Extreme motherboard. > > Has anyone had this one happen? Obviously, I'd prefer not to unplug it anyways, but, with the troubleshooting, it seems I must do so. > > Adam > KC2YQF > > Also, it seems the kickstart script looks for /dev/hda to start with, mine are all sXX drives, which seemed to work out anyways, it picked "sdd" using some process I'm not sure of. It also did me the favor of eliminating the partition table on all of my other drives, which, while recoverable, wasn't particularly thrilling. > > > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users -------------- next part -------------- An HTML attachment was scrubbed... URL: From ajp26 at buffalo.edu Fri Mar 11 20:30:21 2011 From: ajp26 at buffalo.edu (Pawlowski, Adam) Date: Fri, 11 Mar 2011 15:30:21 -0500 Subject: [App_rpt-users] App_rpt-users Digest, Vol 25, Issue 14 In-Reply-To: References: Message-ID: <06F4A0AECDEB8248951A4CFAF9044EDB024E82FA6089@MBCCR3.itorg.ad.buffalo.edu> The shutdown is the URI itself, it simply shuts off. No LEDs, no audio, no activity. Adam > > Message: 4 > Date: Thu, 10 Mar 2011 19:24:47 +0000 > From: Doug Hutchison > To: App_rpt-users at ohnosec.org > Subject: Re: [App_rpt-users] DMK URI and Segfault > Message-ID: <4D79257F.9020300 at ntlworld.com> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Hello Adam, > > Would be tempted to suggest time out timer on the HTX but with a > varying > time probably not. > > When you say shuts down, do you mean the transmitter? If so is the PTT > led on the URI still on? > > D > > > On 10/03/2011 19:02:56, Pawlowski, Adam (ajp26 at buffalo.edu) wrote: > > Afternoon, > > > > I've been working on setting up a simplex node using a DMK URI and a > HTX-212, and I have many things I need to iron out. I've found I have > some sort of trouble going on, when the PTT is keyed, in a varying but, > often short period of time, the unit shuts off. The cable is still open > and unshielded, so I imagine this to probably be the source of that > problem. Outside of this, I can't see any good way to reset the device > without hanging the system. If I pull the unit, it recognizes that it > is > gone, but, re-attaching it causes the machine to lock hard with some > display on the screen that seems to be in reference to this device or > USB something-or-other. This is on my desktop, ACID Linux, i7 870, > Intel > Extreme motherboard. > > > > Has anyone had this one happen? Obviously, I'd prefer not to unplug > it anyways, but, with the troubleshooting, it seems I must do so. > > > > Adam > > KC2YQF > > > > Also, it seems the kickstart script looks for /dev/hda to start > with, > mine are all sXX drives, which seemed to work out anyways, it picked > "sdd" using some process I'm not sure of. It also did me the favor of > eliminating the partition table on all of my other drives, which, while > recoverable, wasn't particularly thrilling. > > > > > > > > > > _______________________________________________ > > App_rpt-users mailing list > > App_rpt-users at ohnosec.org > > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > From specialq.que at ntlworld.com Fri Mar 11 20:51:12 2011 From: specialq.que at ntlworld.com (Doug Hutchison) Date: Fri, 11 Mar 2011 20:51:12 +0000 Subject: [App_rpt-users] App_rpt-users Digest, Vol 25, Issue 14 In-Reply-To: <06F4A0AECDEB8248951A4CFAF9044EDB024E82FA6089@MBCCR3.itorg.ad.buffalo.edu> References: <06F4A0AECDEB8248951A4CFAF9044EDB024E82FA6089@MBCCR3.itorg.ad.buffalo.edu> Message-ID: <4D7A8B40.2040305@ntlworld.com> Ok, when you start the system, does the led on the URI blink? At what point does the URI stop...what steps are required to get it to the 'shutdown' state? D On 11/03/2011 8:30 PM, Pawlowski, Adam wrote: > The shutdown is the URI itself, it simply shuts off. No LEDs, no audio, no activity. > > Adam > > >> Message: 4 >> Date: Thu, 10 Mar 2011 19:24:47 +0000 >> From: Doug Hutchison >> To: App_rpt-users at ohnosec.org >> Subject: Re: [App_rpt-users] DMK URI and Segfault >> Message-ID:<4D79257F.9020300 at ntlworld.com> >> Content-Type: text/plain; charset=ISO-8859-1; format=flowed >> >> Hello Adam, >> >> Would be tempted to suggest time out timer on the HTX but with a >> varying >> time probably not. >> >> When you say shuts down, do you mean the transmitter? If so is the PTT >> led on the URI still on? >> >> D >> >> >> On 10/03/2011 19:02:56, Pawlowski, Adam (ajp26 at buffalo.edu) wrote: >> > Afternoon, >> > >> > I've been working on setting up a simplex node using a DMK URI and a >> HTX-212, and I have many things I need to iron out. I've found I have >> some sort of trouble going on, when the PTT is keyed, in a varying but, >> often short period of time, the unit shuts off. The cable is still open >> and unshielded, so I imagine this to probably be the source of that >> problem. Outside of this, I can't see any good way to reset the device >> without hanging the system. If I pull the unit, it recognizes that it >> is >> gone, but, re-attaching it causes the machine to lock hard with some >> display on the screen that seems to be in reference to this device or >> USB something-or-other. This is on my desktop, ACID Linux, i7 870, >> Intel >> Extreme motherboard. >> > >> > Has anyone had this one happen? Obviously, I'd prefer not to unplug >> it anyways, but, with the troubleshooting, it seems I must do so. >> > >> > Adam >> > KC2YQF >> > >> > Also, it seems the kickstart script looks for /dev/hda to start >> with, >> mine are all sXX drives, which seemed to work out anyways, it picked >> "sdd" using some process I'm not sure of. It also did me the favor of >> eliminating the partition table on all of my other drives, which, while >> recoverable, wasn't particularly thrilling. >> > >> > >> > >> > >> > _______________________________________________ >> > App_rpt-users mailing list >> > App_rpt-users at ohnosec.org >> > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >> >> >> > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > From yokshs at sbcglobal.net Sat Mar 12 01:20:59 2011 From: yokshs at sbcglobal.net (K&R Yoksh) Date: Fri, 11 Mar 2011 19:20:59 -0600 Subject: [App_rpt-users] node monitoring with iPhone/Softphone? Message-ID: <001c01cbe053$beed20f0$6402a8c0@main> --- Original Message ---Here's a help page that's already written:http://ohnosec.org/drupal/node/58n 3/8/2011 7:40 PM, K&R Yoksh wrote: > > ----- Original Message ----- > > Hi John, > > I'm using a free app called IaxDialer. The trouble is, it goes into > transmit from the moment I connect, until I hit the # key. > > After that, I can issue commands, but cannot figure out how to toggle > PTT. > > It's a useful app, but will not work via 3G, FYI.. I've tried to make it connect with my * box and doesnt connect. any pointers? 73 leon From yokshs at sbcglobal.net Sat Mar 12 01:22:44 2011 From: yokshs at sbcglobal.net (K&R Yoksh) Date: Fri, 11 Mar 2011 19:22:44 -0600 Subject: [App_rpt-users] Node Monitoring with iPhone/Softphone? Message-ID: <002201cbe053$fd50cef0$6402a8c0@main> http://ohnosec.org/drupal/node/58 -------------- next part -------------- An HTML attachment was scrubbed... URL: From wa4zlw at backwoodswireless.net Sat Mar 12 01:43:49 2011 From: wa4zlw at backwoodswireless.net (Leon Zetekoff) Date: Fri, 11 Mar 2011 20:43:49 -0500 Subject: [App_rpt-users] node monitoring with iPhone/Softphone? In-Reply-To: <001c01cbe053$beed20f0$6402a8c0@main> References: <001c01cbe053$beed20f0$6402a8c0@main> Message-ID: <4D7ACFD5.7040205@backwoodswireless.net> On 3/11/2011 8:20 PM, K&R Yoksh wrote: > --- Original Message ---Here's a help page that's already > written:http://ohnosec.org/drupal/node/58n 3/8/2011 7:40 PM, K&R Yoksh > wrote: > I've tried to make it connect with my * box and doesnt connect. any > pointers? that link up above is broken? please try again? thanks leon From wa4zlw at backwoodswireless.net Sat Mar 12 02:15:10 2011 From: wa4zlw at backwoodswireless.net (Leon Zetekoff) Date: Fri, 11 Mar 2011 21:15:10 -0500 Subject: [App_rpt-users] node monitoring with iPhone/Softphone? In-Reply-To: <4D7ACFD5.7040205@backwoodswireless.net> References: <001c01cbe053$beed20f0$6402a8c0@main> <4D7ACFD5.7040205@backwoodswireless.net> Message-ID: <4D7AD72E.6010209@backwoodswireless.net> On 3/11/2011 8:43 PM, Leon Zetekoff wrote: > On 3/11/2011 8:20 PM, K&R Yoksh wrote: > that link up above is broken? > > please try again? > > thanks leon just saw your other post which was in my junk folder that's for iaxrpt not iaxdialer which is an iphone app i've got an iax extension setup in freepbx; i've got iax intrapbx connections to another pbx so i know that works. iaxdialer just refuses to do anything. leon From keith at handscombe.co.uk Sat Mar 12 18:25:52 2011 From: keith at handscombe.co.uk (keith handscombe) Date: Sat, 12 Mar 2011 18:25:52 -0000 Subject: [App_rpt-users] Logon /Authentication Message-ID: <000001cbe0e2$eb474ba0$c1d5e2e0$@co.uk> I have 2 Allstar nodes 2498 & 27333. They work well and all is great. I have a router that allows the ports required for translation and I can ping www.google.com no problems. I logged onto the Allstar site and can see my nodes are in green. I have to wait 10-15 minutes once my nodes are on for any node to connect. If I try a connection with in this 10-15 minute window I get a failed connection. I have set DNS a 2 static addresses both with live TTL addresses and on boot can ping both IP addresses. Any ideas please Cheers Keith G7DNT Ipswich UK K Handscombe www.handscombe.co.uk -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.jpg Type: image/jpeg Size: 12516 bytes Desc: not available URL: From jrorke at cogeco.ca Sat Mar 12 18:35:30 2011 From: jrorke at cogeco.ca (REDBUTTON_CTRL) Date: Sat, 12 Mar 2011 13:35:30 -0500 Subject: [App_rpt-users] Logon /Authentication In-Reply-To: <000001cbe0e2$eb474ba0$c1d5e2e0$@co.uk> References: <000001cbe0e2$eb474ba0$c1d5e2e0$@co.uk> Message-ID: <4D7BBCF2.908@cogeco.ca> When you restart your nodes, they may show up on the Allstar stats page fairly quickly. However, it does seem to take a good 10 min or so before your nodes' addresses get pushed out to all the nodes to update the "/var/lib/asterisk/rpt_extnodes" file. If they are not showing up in that file, other nodes can't connect to you or you can't connect to any one else. I don't know why it takes so long for that file to get updated. Just have to be patient I guess. Jon VA3RQ On 3/12/2011 1:25 PM, keith handscombe wrote: > > I have 2 Allstar nodes 2498 & 27333. They work well and all is great. > I have a router that allows the ports required for translation and I > can ping www.google.com no problems. I logged > onto the Allstar site and can see my nodes are in green. I have to > wait 10-15 minutes once my nodes are on for any node to connect. If I > try a connection with in this 10-15 minute window I get a failed > connection. > > I have set DNS a 2 static addresses both with live TTL addresses and > on boot can ping both IP addresses. > > Any ideas please > > Cheers > > Keith G7DNT Ipswich UK > > K Handscombe > > www.handscombe.co.uk > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/jpeg Size: 12516 bytes Desc: not available URL: From ke2n at cs.com Sat Mar 12 18:38:13 2011 From: ke2n at cs.com (Ken) Date: Sat, 12 Mar 2011 13:38:13 -0500 Subject: [App_rpt-users] Logon /Authentication In-Reply-To: <000001cbe0e2$eb474ba0$c1d5e2e0$@co.uk> References: <000001cbe0e2$eb474ba0$c1d5e2e0$@co.uk> Message-ID: <000f01cbe0e4$a52bfd80$ef83f880$@com> That's about right. Your node numbers have to get into the database on your computer and the other guys' and, depending when you hit in the update cycle, it can take that long. Look for the file /var/lib/asterisk/rpt_extnodes to update If you are just connecting 2498 to 27333 you can short cut that process by putting your internal IP addresses in the [nodes] stanza (both of them in each node). It will check there first, before looking at the external nodes. 73 Ken From: app_rpt-users-bounces at ohnosec.org [mailto:app_rpt-users-bounces at ohnosec.org] On Behalf Of keith handscombe Sent: Saturday, March 12, 2011 1:26 PM To: app_rpt-users at ohnosec.org Subject: [App_rpt-users] Logon /Authentication I have 2 Allstar nodes 2498 & 27333. They work well and all is great. I have a router that allows the ports required for translation and I can ping www.google.com no problems. I logged onto the Allstar site and can see my nodes are in green. I have to wait 10-15 minutes once my nodes are on for any node to connect. If I try a connection with in this 10-15 minute window I get a failed connection. I have set DNS a 2 static addresses both with live TTL addresses and on boot can ping both IP addresses. Any ideas please Cheers Keith G7DNT Ipswich UK K Handscombe www.handscombe.co.uk -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.jpg Type: image/jpeg Size: 12516 bytes Desc: not available URL: From wd0ekr at msn.com Sun Mar 13 14:10:04 2011 From: wd0ekr at msn.com (James H Vernetti) Date: Sun, 13 Mar 2011 08:10:04 -0600 Subject: [App_rpt-users] Node 27620 courtesy tone Message-ID: Can one of you experts out there point me to the file I need to edit to turn off the courtesy tone? I turned it off in the Allstar link VOIP portal several days ago and have rebooted several times but the tone is still there. I have been searching the files with WINSCP3 but have not seen anything about the courtesy tone. Thanks Jim wd0ekr -------------- next part -------------- An HTML attachment was scrubbed... URL: From ki6psp at gmail.com Sun Mar 13 14:37:13 2011 From: ki6psp at gmail.com (KI6PSP (Ed)) Date: Sun, 13 Mar 2011 07:37:13 -0700 Subject: [App_rpt-users] Node 27620 courtesy tone Message-ID: Look under /etc/asterisk/rpt.conf nounkeyct= Submitted by hwstar on Sat, 06/13/2009 - 15:07 The nounkeyct node stanza key completely disables the courtesy tone. This is useful for eliminating TX time in applications using simplex uplinks to repeaters on the repeater pair itself (a practice which which should be strongly discouraged). Ref: http://ohnosec.org/drupal/node/109 -- KI6PSP (Ed) Can one of you experts out there point me to the file I need to edit to turn off the courtesy tone? I turned it off in the Allstar link VOIP portal several days ago and have rebooted several times but the tone is still there. I have been searching the files with WINSCP3 but have not seen anything about the courtesy tone. Thanks Jim wd0ekr -------------- next part -------------- An HTML attachment was scrubbed... URL: From tim.sawyer at me.com Sun Mar 13 15:00:08 2011 From: tim.sawyer at me.com (Tim Sawyer) Date: Sun, 13 Mar 2011 08:00:08 -0700 Subject: [App_rpt-users] Node 27620 courtesy tone In-Reply-To: References: Message-ID: <0252615E-B557-45CC-A9F9-45BFB5DEB9AA@me.com> If you have a portal configured node you'll want to turn the CT off on the portal. You may not want to mess around with WinSCP because making changes locally with WinSCP will conflict with portal changes. So on the portal you turn off the CT on by selecting from the menu across the top select Node... Node Configuration... select server... select node... Repeater Settings... Courtesy Tone, select no. Then you have to write the change to your server/node. From the top menu select Server... then press the Initiate button. I think (don't remember for sure) the download script will restart your node. If you want to customize your courtesy tone you'll need to edit /etc/asterisk/rpt.conf. Under your node stanza look for unlinkedct and linkunkeyct. See http://209.159.155.200/drupal/node/96 -- Tim :wq On Mar 13, 2011, at 7:10 AM, James H Vernetti wrote: > Can one of you experts out there point me to the file I need to edit to turn off the courtesy tone? I turned it off in the Allstar link VOIP portal several days ago and have rebooted several times but the tone is still there. I have been searching the files with WINSCP3 but have not seen anything about the courtesy tone. > > Thanks > Jim wd0ekr > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users -------------- next part -------------- An HTML attachment was scrubbed... URL: From n9udo at yellowthunder.org Sun Mar 13 17:58:52 2011 From: n9udo at yellowthunder.org (Steve Schulze) Date: Sun, 13 Mar 2011 12:58:52 -0500 Subject: [App_rpt-users] Network Driver Message-ID: <4D7D05DC.1010001@yellowthunder.org> I'm installing a new node (27727) onto a new PC. I thought I would try a Shuttle XS35-704. Nice little machine with the 1.66 Atom processor, 2GB ram and 320GB HDD. Using the ISO I used to build node 27616, I run the setup on the new machine. When it got to the first reboot, it indicated that it did not have internet connectivity and could not continue. Used interactive startup and didn't load 'firstboot' and 'local' so I could get a prompt. Logged in as root and run setup to take a look at the network settings. Low and behold the network card was not there. After many hours searching the internet for answers for loading drivers from the command prompt, I was able to find the driver for the built-in NIC. A JMC260 PCI Express Fast Ethernet Controller. Of course, I found many suggestions on how to load this driver however, I'm not having any luck. I downloaded the driver JME-1.0.7.1.tbz2 and did the following: # tar xjvf jme-1.0.7.1.tbz2 ;worked fine, no problem. Changed to the directory where the decompression took place and then # make install ;this is where it failed. I get the following error: make: *** /lib2/modules/2.6.18-194.el5/build: No such file or directory. Stop. make: *** [all] Error 2 Would this be a result of not having a complete install of the OS at this stage? Looking for some insight on how to install this driver. BTW, prior to installing the Acid ISO, I had installed the XIPPR ISO 'xosipt_20100518_1438.iso' and the network card worked fine. I wanted to evaluate the XIPPR before installing ACID. Thanks! -- Steve Schulze - Radio Amateur, General Class - N9UDO Administrator, Baraboo, Wisconsin D-Star System - WB9FDZ Administrator, Baraboo, Wisconsin AllStar Link - 27616, 27727 Treasurer, Badgerland Amateur Television Society - KB9SFS http://yellowthunder.org/dstar.html From tim.sawyer at me.com Sun Mar 13 18:37:38 2011 From: tim.sawyer at me.com (Tim Sawyer) Date: Sun, 13 Mar 2011 11:37:38 -0700 Subject: [App_rpt-users] Node 27620 courtesy tone In-Reply-To: References: <0252615E-B557-45CC-A9F9-45BFB5DEB9AA@me.com> Message-ID: I can't see your screen captures. Maybe you have some Windows only screen capture thing going on there. Anyway, maybe you have not set up your node for portal management. I forget how to do that... I think it can only happen at install time. I'm posting this thread back on the list so someone can correct me or shed some light on the subject. You may have to manually edit your config files after all. -- Tim :wq On Mar 13, 2011, at 11:30 AM, James H Vernetti wrote: > No it is not there > > <2D0.jpg> > ----- Original Message ----- > From: Tim Sawyer > To: James H Vernetti > Sent: Sunday, March 13, 2011 11:57 AM > Subject: Re: [App_rpt-users] Node 27620 courtesy tone > > Should look similar to this... > > > -- > Tim > :wq > > On Mar 13, 2011, at 10:12 AM, James H Vernetti wrote: > >> I hate to be a pain in the A_ _ but I can not find the initiate button >> ----- Original Message ----- >> From: Tim Sawyer >> To: app_rpt list >> Sent: Sunday, March 13, 2011 9:00 AM >> Subject: Re: [App_rpt-users] Node 27620 courtesy tone >> >> If you have a portal configured node you'll want to turn the CT off on the portal. You may not want to mess around with WinSCP because making changes locally with WinSCP will conflict with portal changes. >> >> So on the portal you turn off the CT on by selecting from the menu across the top select Node... Node Configuration... select server... select node... Repeater Settings... Courtesy Tone, select no. Then you have to write the change to your server/node. From the top menu select Server... then press the Initiate button. I think (don't remember for sure) the download script will restart your node. >> >> If you want to customize your courtesy tone you'll need to edit /etc/asterisk/rpt.conf. Under your node stanza look for unlinkedct and linkunkeyct. See http://209.159.155.200/drupal/node/96 >> >> -- >> Tim >> :wq >> >> On Mar 13, 2011, at 7:10 AM, James H Vernetti wrote: >> >>> Can one of you experts out there point me to the file I need to edit to turn off the courtesy tone? I turned it off in the Allstar link VOIP portal several days ago and have rebooted several times but the tone is still there. I have been searching the files with WINSCP3 but have not seen anything about the courtesy tone. >>> >>> Thanks >>> Jim wd0ekr >>> _______________________________________________ >>> App_rpt-users mailing list >>> App_rpt-users at ohnosec.org >>> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >> >> _______________________________________________ >> App_rpt-users mailing list >> App_rpt-users at ohnosec.org >> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tim.sawyer at me.com Sun Mar 13 18:39:59 2011 From: tim.sawyer at me.com (Tim Sawyer) Date: Sun, 13 Mar 2011 11:39:59 -0700 Subject: [App_rpt-users] Fwd: Node 27620 courtesy tone References: Message-ID: Oh wait. I can see your screen capture now. What happens when you select "Download Configuration"? -- Tim :wq Begin forwarded message: > From: Tim Sawyer > Date: March 13, 2011 11:37:38 AM PDT > To: app_rpt list > Subject: Re: [App_rpt-users] Node 27620 courtesy tone > > I can't see your screen captures. Maybe you have some Windows only screen capture thing going on there. Anyway, maybe you have not set up your node for portal management. I forget how to do that... I think it can only happen at install time. I'm posting this thread back on the list so someone can correct me or shed some light on the subject. You may have to manually edit your config files after all. > -- > Tim > :wq > > On Mar 13, 2011, at 11:30 AM, James H Vernetti wrote: > >> No it is not there >> >> <2D0.jpg> >> ----- Original Message ----- >> From: Tim Sawyer >> To: James H Vernetti >> Sent: Sunday, March 13, 2011 11:57 AM >> Subject: Re: [App_rpt-users] Node 27620 courtesy tone >> >> Should look similar to this... >> >> >> -- >> Tim >> :wq >> >> On Mar 13, 2011, at 10:12 AM, James H Vernetti wrote: >> >>> I hate to be a pain in the A_ _ but I can not find the initiate button >>> ----- Original Message ----- >>> From: Tim Sawyer >>> To: app_rpt list >>> Sent: Sunday, March 13, 2011 9:00 AM >>> Subject: Re: [App_rpt-users] Node 27620 courtesy tone >>> >>> If you have a portal configured node you'll want to turn the CT off on the portal. You may not want to mess around with WinSCP because making changes locally with WinSCP will conflict with portal changes. >>> >>> So on the portal you turn off the CT on by selecting from the menu across the top select Node... Node Configuration... select server... select node... Repeater Settings... Courtesy Tone, select no. Then you have to write the change to your server/node. From the top menu select Server... then press the Initiate button. I think (don't remember for sure) the download script will restart your node. >>> >>> If you want to customize your courtesy tone you'll need to edit /etc/asterisk/rpt.conf. Under your node stanza look for unlinkedct and linkunkeyct. See http://209.159.155.200/drupal/node/96 >>> >>> -- >>> Tim >>> :wq >>> >>> On Mar 13, 2011, at 7:10 AM, James H Vernetti wrote: >>> >>>> Can one of you experts out there point me to the file I need to edit to turn off the courtesy tone? I turned it off in the Allstar link VOIP portal several days ago and have rebooted several times but the tone is still there. I have been searching the files with WINSCP3 but have not seen anything about the courtesy tone. >>>> >>>> Thanks >>>> Jim wd0ekr >>>> _______________________________________________ >>>> App_rpt-users mailing list >>>> App_rpt-users at ohnosec.org >>>> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >>> >>> _______________________________________________ >>> App_rpt-users mailing list >>> App_rpt-users at ohnosec.org >>> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >> >> > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users -------------- next part -------------- An HTML attachment was scrubbed... URL: From kd8b at thebades.net Sun Mar 13 18:47:32 2011 From: kd8b at thebades.net (Doug Bade) Date: Sun, 13 Mar 2011 14:47:32 -0400 Subject: [App_rpt-users] Network Driver In-Reply-To: <4D7D05DC.1010001@yellowthunder.org> References: <4D7D05DC.1010001@yellowthunder.org> Message-ID: <4D7D1144.8010305@thebades.net> Steve; I would suspect you need a lot of support files to do the make that are not on the computer to compile it.. The quickest fix I found for Atom boards that do not have ethernet chips that are recognized by the CentOS install is to buy a Linksys USB ethernet dongle from your local staples, best buy or whatever and plug it in. CentOS recognizes it and after you finish the build, your on-board will also be recognized. You can then remove the usb and configure the on-board as needed.. It is a $30.00 fix but if you play in Linux, it is not unusual the new motherboards have network chipsets that will be supported but many times are not in the installation CD's.. Your alternate plan is install all the build resources needed to be able to run make... but that will probably require a working network connection to download all that :-) You can bring them all in via usb thumb drive or such.. but I think the usb network device will get the job done most painlessly !! Albeit at addition hardware cost. Doug KD8B On 3/13/2011 1:58 PM, Steve Schulze wrote: > I'm installing a new node (27727) onto a new PC. I thought I would try > a Shuttle XS35-704. Nice little machine with the 1.66 Atom processor, > 2GB ram and 320GB HDD. > > Using the ISO I used to build node 27616, I run the setup on the new > machine. > > When it got to the first reboot, it indicated that it did not have > internet connectivity and could not continue. > > Used interactive startup and didn't load 'firstboot' and 'local' so I > could get a prompt. Logged in as root and run setup to take a look at > the network settings. Low and behold the network card was not there. > > After many hours searching the internet for answers for loading > drivers from the command prompt, I was able to find the driver for the > built-in NIC. A JMC260 PCI Express Fast Ethernet Controller. > > Of course, I found many suggestions on how to load this driver > however, I'm not having any luck. > > I downloaded the driver JME-1.0.7.1.tbz2 and did the following: > > # tar xjvf jme-1.0.7.1.tbz2 ;worked fine, no problem. > > > Changed to the directory where the decompression took place and then > > # make install ;this is where it failed. I get the following error: > > make: *** /lib2/modules/2.6.18-194.el5/build: No such file or > directory. Stop. > make: *** [all] Error 2 > > > Would this be a result of not having a complete install of the OS at > this stage? > > > Looking for some insight on how to install this driver. > > > BTW, prior to installing the Acid ISO, I had installed the XIPPR ISO > 'xosipt_20100518_1438.iso' and the network card worked fine. I wanted > to evaluate the XIPPR before installing ACID. > > > > Thanks! > From n9udo at yellowthunder.org Sun Mar 13 22:15:09 2011 From: n9udo at yellowthunder.org (Steve Schulze) Date: Sun, 13 Mar 2011 17:15:09 -0500 Subject: [App_rpt-users] Network Driver In-Reply-To: <4D7D1144.8010305@thebades.net> References: <4D7D05DC.1010001@yellowthunder.org> <4D7D1144.8010305@thebades.net> Message-ID: <4D7D41ED.40105@yellowthunder.org> Well.....That didn't work. Seems the Linksys device is discontinued at Staples. Stopped by the local Rad-Shack and got a TrendNet TU2-ET100. Tried a fresh install of Acid and same story. If I do the interactive startup and don't start firstboot and local I can go in at the command prompt and configure the adapter using setup, the system does see it. If I do a DHCP or static IP address, I get the same result. I have verified that the adapter works and my Ethernet cable is good. I'm just stuck. Thanks! Steve Schulze - Radio Amateur, General Class - N9UDO Administrator, Baraboo, Wisconsin D-Star System - WB9FDZ Administrator, Baraboo, Wisconsin AllStar Link - 27616, 27727 Treasurer, Badgerland Amateur Television Society - KB9SFS http://yellowthunder.org/dstar.html On 3/13/2011 13:47, Doug Bade wrote: > Steve; > I would suspect you need a lot of support files to do the make that > are not on the computer to compile it.. > > The quickest fix I found for Atom boards that do not have ethernet > chips that are recognized by the CentOS install is to buy a Linksys > USB ethernet dongle from your local staples, best buy or whatever and > plug it in. CentOS recognizes it and after you finish the build, your > on-board will also be recognized. You can then remove the usb and > configure the on-board as needed.. It is a $30.00 fix but if you play > in Linux, it is not unusual the new motherboards have network chipsets > that will be supported but many times are not in the installation CD's.. > > Your alternate plan is install all the build resources needed to be > able to run make... but that will probably require a working network > connection to download all that :-) You can bring them all in via usb > thumb drive or such.. but I think the usb network device will get the > job done most painlessly !! Albeit at addition hardware cost. > > Doug > KD8B > > > > > On 3/13/2011 1:58 PM, Steve Schulze wrote: >> I'm installing a new node (27727) onto a new PC. I thought I would >> try a Shuttle XS35-704. Nice little machine with the 1.66 Atom >> processor, 2GB ram and 320GB HDD. >> >> Using the ISO I used to build node 27616, I run the setup on the new >> machine. >> >> When it got to the first reboot, it indicated that it did not have >> internet connectivity and could not continue. >> >> Used interactive startup and didn't load 'firstboot' and 'local' so I >> could get a prompt. Logged in as root and run setup to take a look at >> the network settings. Low and behold the network card was not there. >> >> After many hours searching the internet for answers for loading >> drivers from the command prompt, I was able to find the driver for >> the built-in NIC. A JMC260 PCI Express Fast Ethernet Controller. >> >> Of course, I found many suggestions on how to load this driver >> however, I'm not having any luck. >> >> I downloaded the driver JME-1.0.7.1.tbz2 and did the following: >> >> # tar xjvf jme-1.0.7.1.tbz2 ;worked fine, no problem. >> >> >> Changed to the directory where the decompression took place and then >> >> # make install ;this is where it failed. I get the following error: >> >> make: *** /lib2/modules/2.6.18-194.el5/build: No such file or >> directory. Stop. >> make: *** [all] Error 2 >> >> >> Would this be a result of not having a complete install of the OS at >> this stage? >> >> >> Looking for some insight on how to install this driver. >> >> >> BTW, prior to installing the Acid ISO, I had installed the XIPPR ISO >> 'xosipt_20100518_1438.iso' and the network card worked fine. I wanted >> to evaluate the XIPPR before installing ACID. >> >> >> >> Thanks! >> > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > > From kd8b at thebades.net Sun Mar 13 23:03:03 2011 From: kd8b at thebades.net (Doug Bade) Date: Sun, 13 Mar 2011 19:03:03 -0400 Subject: [App_rpt-users] Network Driver In-Reply-To: <4D7D41ED.40105@yellowthunder.org> References: <4D7D05DC.1010001@yellowthunder.org> <4D7D1144.8010305@thebades.net> <4D7D41ED.40105@yellowthunder.org> Message-ID: <4D7D4D27.1000402@thebades.net> I can only speak from my problems with some of my atom 230 330 D410 boards all having similar issues as the NIC chip is newer than CentOS can accurately identify. It sees it and uses the wrong driver. It is an issue with other distro's I have messed with too. The Linksys route has always fixed it up... You may be able to temporarily plug a PCI NIC into the empty slot ( I assume there is one as there is on most Atoms) by removing the shield... Maybe better luck that way... Doug KD8B On 3/13/2011 6:15 PM, Steve Schulze wrote: > Well.....That didn't work. > > Seems the Linksys device is discontinued at Staples. Stopped by the > local Rad-Shack and got a TrendNet TU2-ET100. > > Tried a fresh install of Acid and same story. > > If I do the interactive startup and don't start firstboot and local I > can go in at the command prompt and configure the adapter using setup, > the system does see it. If I do a DHCP or static IP address, I get the > same result. > > I have verified that the adapter works and my Ethernet cable is good. > > I'm just stuck. > > > Thanks! > > Steve Schulze - Radio Amateur, General Class - N9UDO > Administrator, Baraboo, Wisconsin D-Star System - WB9FDZ > Administrator, Baraboo, Wisconsin AllStar Link - 27616, 27727 > Treasurer, Badgerland Amateur Television Society - KB9SFS > > http://yellowthunder.org/dstar.html > > > On 3/13/2011 13:47, Doug Bade wrote: >> Steve; >> I would suspect you need a lot of support files to do the make that >> are not on the computer to compile it.. >> >> The quickest fix I found for Atom boards that do not have ethernet >> chips that are recognized by the CentOS install is to buy a Linksys >> USB ethernet dongle from your local staples, best buy or whatever and >> plug it in. CentOS recognizes it and after you finish the build, your >> on-board will also be recognized. You can then remove the usb and >> configure the on-board as needed.. It is a $30.00 fix but if you play >> in Linux, it is not unusual the new motherboards have network >> chipsets that will be supported but many times are not in the >> installation CD's.. >> >> Your alternate plan is install all the build resources needed to be >> able to run make... but that will probably require a working network >> connection to download all that :-) You can bring them all in via >> usb thumb drive or such.. but I think the usb network device will get >> the job done most painlessly !! Albeit at addition hardware cost. >> >> Doug >> KD8B >> >> >> >> >> On 3/13/2011 1:58 PM, Steve Schulze wrote: >>> I'm installing a new node (27727) onto a new PC. I thought I would >>> try a Shuttle XS35-704. Nice little machine with the 1.66 Atom >>> processor, 2GB ram and 320GB HDD. >>> >>> Using the ISO I used to build node 27616, I run the setup on the new >>> machine. >>> >>> When it got to the first reboot, it indicated that it did not have >>> internet connectivity and could not continue. >>> >>> Used interactive startup and didn't load 'firstboot' and 'local' so >>> I could get a prompt. Logged in as root and run setup to take a look >>> at the network settings. Low and behold the network card was not there. >>> >>> After many hours searching the internet for answers for loading >>> drivers from the command prompt, I was able to find the driver for >>> the built-in NIC. A JMC260 PCI Express Fast Ethernet Controller. >>> >>> Of course, I found many suggestions on how to load this driver >>> however, I'm not having any luck. >>> >>> I downloaded the driver JME-1.0.7.1.tbz2 and did the following: >>> >>> # tar xjvf jme-1.0.7.1.tbz2 ;worked fine, no problem. >>> >>> >>> Changed to the directory where the decompression took place and then >>> >>> # make install ;this is where it failed. I get the following error: >>> >>> make: *** /lib2/modules/2.6.18-194.el5/build: No such file or >>> directory. Stop. >>> make: *** [all] Error 2 >>> >>> >>> Would this be a result of not having a complete install of the OS at >>> this stage? >>> >>> >>> Looking for some insight on how to install this driver. >>> >>> >>> BTW, prior to installing the Acid ISO, I had installed the XIPPR ISO >>> 'xosipt_20100518_1438.iso' and the network card worked fine. I >>> wanted to evaluate the XIPPR before installing ACID. >>> >>> >>> >>> Thanks! >>> >> >> _______________________________________________ >> App_rpt-users mailing list >> App_rpt-users at ohnosec.org >> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >> >> >> > > > From n9udo at yellowthunder.org Mon Mar 14 01:00:58 2011 From: n9udo at yellowthunder.org (Steve Schulze) Date: Sun, 13 Mar 2011 20:00:58 -0500 Subject: [App_rpt-users] Network Driver In-Reply-To: <4D7D4D27.1000402@thebades.net> References: <4D7D05DC.1010001@yellowthunder.org> <4D7D1144.8010305@thebades.net> <4D7D41ED.40105@yellowthunder.org> <4D7D4D27.1000402@thebades.net> Message-ID: <4D7D68CA.10507@yellowthunder.org> Thanks for all your help Doug however, the Atom D510 MB does not have any PCI slots. Maybe I'll have to find a Linksys dongle. Thanks! Steve Schulze - Radio Amateur, General Class - N9UDO Administrator, Baraboo, Wisconsin D-Star System - WB9FDZ Administrator, Baraboo, Wisconsin AllStar Link - 27616, 27727 Treasurer, Badgerland Amateur Television Society - KB9SFS http://yellowthunder.org/dstar.html On 3/13/2011 18:03, Doug Bade wrote: > I can only speak from my problems with some of my atom 230 330 > D410 boards all having similar issues as the NIC chip is newer than > CentOS can accurately identify. It sees it and uses the wrong driver. > It is an issue with other distro's I have messed with too. > > The Linksys route has always fixed it up... You may be able to > temporarily plug a PCI NIC into the empty slot ( I assume there is one > as there is on most Atoms) by removing the shield... Maybe better luck > that way... > > Doug > KD8B > > On 3/13/2011 6:15 PM, Steve Schulze wrote: >> Well.....That didn't work. >> >> Seems the Linksys device is discontinued at Staples. Stopped by the >> local Rad-Shack and got a TrendNet TU2-ET100. >> >> Tried a fresh install of Acid and same story. >> >> If I do the interactive startup and don't start firstboot and local I >> can go in at the command prompt and configure the adapter using >> setup, the system does see it. If I do a DHCP or static IP address, I >> get the same result. >> >> I have verified that the adapter works and my Ethernet cable is good. >> >> I'm just stuck. >> >> >> Thanks! >> >> Steve Schulze - Radio Amateur, General Class - N9UDO >> Administrator, Baraboo, Wisconsin D-Star System - WB9FDZ >> Administrator, Baraboo, Wisconsin AllStar Link - 27616, 27727 >> Treasurer, Badgerland Amateur Television Society - KB9SFS >> >> http://yellowthunder.org/dstar.html >> >> >> On 3/13/2011 13:47, Doug Bade wrote: >>> Steve; >>> I would suspect you need a lot of support files to do the make that >>> are not on the computer to compile it.. >>> >>> The quickest fix I found for Atom boards that do not have ethernet >>> chips that are recognized by the CentOS install is to buy a Linksys >>> USB ethernet dongle from your local staples, best buy or whatever >>> and plug it in. CentOS recognizes it and after you finish the build, >>> your on-board will also be recognized. You can then remove the usb >>> and configure the on-board as needed.. It is a $30.00 fix but if you >>> play in Linux, it is not unusual the new motherboards have network >>> chipsets that will be supported but many times are not in the >>> installation CD's.. >>> >>> Your alternate plan is install all the build resources needed to be >>> able to run make... but that will probably require a working network >>> connection to download all that :-) You can bring them all in via >>> usb thumb drive or such.. but I think the usb network device will >>> get the job done most painlessly !! Albeit at addition hardware cost. >>> >>> Doug >>> KD8B >>> >>> >>> >>> >>> On 3/13/2011 1:58 PM, Steve Schulze wrote: >>>> I'm installing a new node (27727) onto a new PC. I thought I would >>>> try a Shuttle XS35-704. Nice little machine with the 1.66 Atom >>>> processor, 2GB ram and 320GB HDD. >>>> >>>> Using the ISO I used to build node 27616, I run the setup on the >>>> new machine. >>>> >>>> When it got to the first reboot, it indicated that it did not have >>>> internet connectivity and could not continue. >>>> >>>> Used interactive startup and didn't load 'firstboot' and 'local' so >>>> I could get a prompt. Logged in as root and run setup to take a >>>> look at the network settings. Low and behold the network card was >>>> not there. >>>> >>>> After many hours searching the internet for answers for loading >>>> drivers from the command prompt, I was able to find the driver for >>>> the built-in NIC. A JMC260 PCI Express Fast Ethernet Controller. >>>> >>>> Of course, I found many suggestions on how to load this driver >>>> however, I'm not having any luck. >>>> >>>> I downloaded the driver JME-1.0.7.1.tbz2 and did the following: >>>> >>>> # tar xjvf jme-1.0.7.1.tbz2 ;worked fine, no problem. >>>> >>>> >>>> Changed to the directory where the decompression took place and then >>>> >>>> # make install ;this is where it failed. I get the following >>>> error: >>>> >>>> make: *** /lib2/modules/2.6.18-194.el5/build: No such file or >>>> directory. Stop. >>>> make: *** [all] Error 2 >>>> >>>> >>>> Would this be a result of not having a complete install of the OS >>>> at this stage? >>>> >>>> >>>> Looking for some insight on how to install this driver. >>>> >>>> >>>> BTW, prior to installing the Acid ISO, I had installed the XIPPR >>>> ISO 'xosipt_20100518_1438.iso' and the network card worked fine. I >>>> wanted to evaluate the XIPPR before installing ACID. >>>> >>>> >>>> >>>> Thanks! >>>> >>> >>> _______________________________________________ >>> App_rpt-users mailing list >>> App_rpt-users at ohnosec.org >>> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >>> >>> >>> >> >> >> > > > > From ajp26 at buffalo.edu Mon Mar 14 02:57:53 2011 From: ajp26 at buffalo.edu (Pawlowski, Adam) Date: Sun, 13 Mar 2011 22:57:53 -0400 Subject: [App_rpt-users] DMK URI Troubles Message-ID: <06F4A0AECDEB8248951A4CFAF9044EDB024E834EA317@MBCCR3.itorg.ad.buffalo.edu> Sorry, I'm not seeing this cause it came back in the list digest. When the system is started the green light starts flashing. Receive audio does come through. If I key transmit, say, by calling in and dialing my node, or opening the tuning wizard, it will key for a variable amount of time, from almost 0 to maybe 3 or 4 seconds, then it goes dead, no lights. I'm re-installing ACID on a different machine, which, thus far, isn't segfaulting, so I'll see how it goes from there as well. Adam ---- Message: 2 Date: Fri, 11 Mar 2011 20:51:12 +0000 From: Doug Hutchison To: "app_rpt-users at ohnosec.org" Subject: Re: [App_rpt-users] App_rpt-users Digest, Vol 25, Issue 14 Message-ID: <4D7A8B40.2040305 at ntlworld.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Ok, when you start the system, does the led on the URI blink? At what point does the URI stop...what steps are required to get it to the 'shutdown' state? D From kb4fxc at inttek.net Mon Mar 14 03:18:42 2011 From: kb4fxc at inttek.net (David McGough) Date: Sun, 13 Mar 2011 23:18:42 -0400 (EDT) Subject: [App_rpt-users] DMK URI Troubles In-Reply-To: <06F4A0AECDEB8248951A4CFAF9044EDB024E834EA317@MBCCR3.itorg.ad.buffalo.edu> Message-ID: Hi Adam, I'm not sure if this may have anything to do with your situation, but, I've encountered RFI issues in the past where the transmitter was clobbering the URI, USB, PC, etc....I resolved with careful cable layouts and clamp on ferrite chokes. The URI "going nuts" when you transmit sounds suspiciously familiar- 73, David kb4fxc On Sun, 13 Mar 2011, Pawlowski, Adam wrote: > Sorry, I'm not seeing this cause it came back in the list digest. > > When the system is started the green light starts fla shing. Receive audio does come through. If I key transmit, say, by call ing in and dialing my node, or opening the tuning wizard, it will ke y for a variable amount of time, from almost 0 to maybe 3 or 4 seconds, then it goes dead, no lights. > > I'm re-installing ACID on a different machine, which, thus far, isn't segfaulting, so I'll see how it goes from there as well. > > Adam > > ---- > > Message: 2 > Date: Fri, 11 Mar 2011 20:51:12 +0000 > From: Doug Hutchison > To: "app_rpt-users at ohnosec.org" > Subject: Re: [App_rpt-users] App_rpt-users Digest, Vol 25, Issue 14 > Message-ID: <4D7A8B40.2040305 at ntlworld.com> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Ok, when you start the system, does the led on the URI blink? > > At what point does the URI stop...what steps are required to get it to > the 'shutdown' state? > > D > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > From rpt2 at chuck.midlandsnetworking.com Mon Mar 14 05:01:03 2011 From: rpt2 at chuck.midlandsnetworking.com (Chuck Henderson) Date: Mon, 14 Mar 2011 00:01:03 -0500 Subject: [App_rpt-users] Network Driver In-Reply-To: <4D7D68CA.10507@yellowthunder.org> References: <4D7D05DC.1010001@yellowthunder.org> <4D7D1144.8010305@thebades.net> <4D7D41ED.40105@yellowthunder.org> <4D7D4D27.1000402@thebades.net> <4D7D68CA.10507@yellowthunder.org> Message-ID: I use the D510MO board and it does have one PCI slot. It also installs fine with the ACID.iso using DHCP. No Ethernet issues with the built in Ethernet. On Sun, Mar 13, 2011 at 8:00 PM, Steve Schulze wrote: > Thanks for all your help Doug however, the Atom D510 MB does not have any > PCI slots. > > Maybe I'll have to find a Linksys dongle. > > > > > Thanks! > > Steve Schulze - Radio Amateur, General Class - N9UDO > Administrator, Baraboo, Wisconsin D-Star System - WB9FDZ > Administrator, Baraboo, Wisconsin AllStar Link - 27616, 27727 > Treasurer, Badgerland Amateur Television Society - KB9SFS > > http://yellowthunder.org/dstar.html > > > On 3/13/2011 18:03, Doug Bade wrote: > >> I can only speak from my problems with some of my atom 230 330 D410 >> boards all having similar issues as the NIC chip is newer than CentOS can >> accurately identify. It sees it and uses the wrong driver. It is an issue >> with other distro's I have messed with too. >> >> The Linksys route has always fixed it up... You may be able to >> temporarily plug a PCI NIC into the empty slot ( I assume there is one as >> there is on most Atoms) by removing the shield... Maybe better luck that >> way... >> >> Doug >> KD8B >> >> On 3/13/2011 6:15 PM, Steve Schulze wrote: >> >>> Well.....That didn't work. >>> >>> Seems the Linksys device is discontinued at Staples. Stopped by the local >>> Rad-Shack and got a TrendNet TU2-ET100. >>> >>> Tried a fresh install of Acid and same story. >>> >>> If I do the interactive startup and don't start firstboot and local I can >>> go in at the command prompt and configure the adapter using setup, the >>> system does see it. If I do a DHCP or static IP address, I get the same >>> result. >>> >>> I have verified that the adapter works and my Ethernet cable is good. >>> >>> I'm just stuck. >>> >>> >>> Thanks! >>> >>> Steve Schulze - Radio Amateur, General Class - N9UDO >>> Administrator, Baraboo, Wisconsin D-Star System - WB9FDZ >>> Administrator, Baraboo, Wisconsin AllStar Link - 27616, 27727 >>> Treasurer, Badgerland Amateur Television Society - KB9SFS >>> >>> http://yellowthunder.org/dstar.html >>> >>> >>> On 3/13/2011 13:47, Doug Bade wrote: >>> >>>> Steve; >>>> I would suspect you need a lot of support files to do the make that are >>>> not on the computer to compile it.. >>>> >>>> The quickest fix I found for Atom boards that do not have ethernet chips >>>> that are recognized by the CentOS install is to buy a Linksys USB ethernet >>>> dongle from your local staples, best buy or whatever and plug it in. CentOS >>>> recognizes it and after you finish the build, your on-board will also be >>>> recognized. You can then remove the usb and configure the on-board as >>>> needed.. It is a $30.00 fix but if you play in Linux, it is not unusual the >>>> new motherboards have network chipsets that will be supported but many times >>>> are not in the installation CD's.. >>>> >>>> Your alternate plan is install all the build resources needed to be able >>>> to run make... but that will probably require a working network connection >>>> to download all that :-) You can bring them all in via usb thumb drive or >>>> such.. but I think the usb network device will get the job done most >>>> painlessly !! Albeit at addition hardware cost. >>>> >>>> Doug >>>> KD8B >>>> >>>> >>>> >>>> >>>> On 3/13/2011 1:58 PM, Steve Schulze wrote: >>>> >>>>> I'm installing a new node (27727) onto a new PC. I thought I would try >>>>> a Shuttle XS35-704. Nice little machine with the 1.66 Atom processor, 2GB >>>>> ram and 320GB HDD. >>>>> >>>>> Using the ISO I used to build node 27616, I run the setup on the new >>>>> machine. >>>>> >>>>> When it got to the first reboot, it indicated that it did not have >>>>> internet connectivity and could not continue. >>>>> >>>>> Used interactive startup and didn't load 'firstboot' and 'local' so I >>>>> could get a prompt. Logged in as root and run setup to take a look at the >>>>> network settings. Low and behold the network card was not there. >>>>> >>>>> After many hours searching the internet for answers for loading drivers >>>>> from the command prompt, I was able to find the driver for the built-in NIC. >>>>> A JMC260 PCI Express Fast Ethernet Controller. >>>>> >>>>> Of course, I found many suggestions on how to load this driver however, >>>>> I'm not having any luck. >>>>> >>>>> I downloaded the driver JME-1.0.7.1.tbz2 and did the following: >>>>> >>>>> # tar xjvf jme-1.0.7.1.tbz2 ;worked fine, no problem. >>>>> >>>>> >>>>> Changed to the directory where the decompression took place and then >>>>> >>>>> # make install ;this is where it failed. I get the following error: >>>>> >>>>> make: *** /lib2/modules/2.6.18-194.el5/build: No such file or >>>>> directory. Stop. >>>>> make: *** [all] Error 2 >>>>> >>>>> >>>>> Would this be a result of not having a complete install of the OS at >>>>> this stage? >>>>> >>>>> >>>>> Looking for some insight on how to install this driver. >>>>> >>>>> >>>>> BTW, prior to installing the Acid ISO, I had installed the XIPPR ISO >>>>> 'xosipt_20100518_1438.iso' and the network card worked fine. I wanted to >>>>> evaluate the XIPPR before installing ACID. >>>>> >>>>> >>>>> >>>>> Thanks! >>>>> >>>>> >>>> _______________________________________________ >>>> App_rpt-users mailing list >>>> App_rpt-users at ohnosec.org >>>> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >>>> >>>> >>>> >>>> >>> >>> >>> >> >> >> >> > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: From n9udo at yellowthunder.org Mon Mar 14 12:36:29 2011 From: n9udo at yellowthunder.org (Steve Schulze) Date: Mon, 14 Mar 2011 07:36:29 -0500 Subject: [App_rpt-users] Network Driver In-Reply-To: References: <4D7D05DC.1010001@yellowthunder.org> <4D7D1144.8010305@thebades.net> <4D7D41ED.40105@yellowthunder.org> <4D7D4D27.1000402@thebades.net> <4D7D68CA.10507@yellowthunder.org> Message-ID: <4D7E0BCD.2090002@yellowthunder.org> Thanks Chuck. It's strange that it can't even find the Ethernet controller. When I do a 'setup' from the command prompt to look at the network settings, it's not there. If I attach the TrendNet Ethernet dongle and reboot and go back into setup, it sees that one but not the built-in one. And for some strange reason with DHCP or static IP the system will not continue to load. I would assume (maybe a bad idea) that the ACID distro on the site is the latest and hasn't been updated in a while? I downloaded it a few months ago when I was building 27616. Maybe I need to d/l the latest version. Thanks for your help. Steve Schulze - Radio Amateur, General Class - N9UDO Administrator, Baraboo, Wisconsin D-Star System - WB9FDZ Administrator, Baraboo, Wisconsin AllStar Link - 27616, 27727 Treasurer, Badgerland Amateur Television Society - KB9SFS http://yellowthunder.org/dstar.html On 3/14/2011 00:01, Chuck Henderson wrote: > I use the D510MO board and it does have one PCI slot. It also > installs fine with the ACID.iso using DHCP. No Ethernet issues with > the built in Ethernet. > > On Sun, Mar 13, 2011 at 8:00 PM, Steve Schulze > > wrote: > > Thanks for all your help Doug however, the Atom D510 MB does not > have any PCI slots. > > Maybe I'll have to find a Linksys dongle. > > > > > Thanks! > > Steve Schulze - Radio Amateur, General Class - N9UDO > Administrator, Baraboo, Wisconsin D-Star System - WB9FDZ > Administrator, Baraboo, Wisconsin AllStar Link - 27616, 27727 > Treasurer, Badgerland Amateur Television Society - KB9SFS > > http://yellowthunder.org/dstar.html > > > On 3/13/2011 18:03, Doug Bade wrote: > > I can only speak from my problems with some of my atom 230 > 330 D410 boards all having similar issues as the NIC chip is > newer than CentOS can accurately identify. It sees it and uses > the wrong driver. It is an issue with other distro's I have > messed with too. > > The Linksys route has always fixed it up... You may be able > to temporarily plug a PCI NIC into the empty slot ( I assume > there is one as there is on most Atoms) by removing the > shield... Maybe better luck that way... > > Doug > KD8B > > On 3/13/2011 6:15 PM, Steve Schulze wrote: > > Well.....That didn't work. > > Seems the Linksys device is discontinued at Staples. > Stopped by the local Rad-Shack and got a TrendNet TU2-ET100. > > Tried a fresh install of Acid and same story. > > If I do the interactive startup and don't start firstboot > and local I can go in at the command prompt and configure > the adapter using setup, the system does see it. If I do a > DHCP or static IP address, I get the same result. > > I have verified that the adapter works and my Ethernet > cable is good. > > I'm just stuck. > > > Thanks! > > Steve Schulze - Radio Amateur, General Class - N9UDO > Administrator, Baraboo, Wisconsin D-Star System - WB9FDZ > Administrator, Baraboo, Wisconsin AllStar Link - 27616, 27727 > Treasurer, Badgerland Amateur Television Society - KB9SFS > > http://yellowthunder.org/dstar.html > > > On 3/13/2011 13:47, Doug Bade wrote: > > Steve; > I would suspect you need a lot of support files to do > the make that are not on the computer to compile it.. > > The quickest fix I found for Atom boards that do not > have ethernet chips that are recognized by the CentOS > install is to buy a Linksys USB ethernet dongle from > your local staples, best buy or whatever and plug it > in. CentOS recognizes it and after you finish the > build, your on-board will also be recognized. You can > then remove the usb and configure the on-board as > needed.. It is a $30.00 fix but if you play in Linux, > it is not unusual the new motherboards have network > chipsets that will be supported but many times are not > in the installation CD's.. > > Your alternate plan is install all the build resources > needed to be able to run make... but that will > probably require a working network connection to > download all that :-) You can bring them all in via > usb thumb drive or such.. but I think the usb network > device will get the job done most painlessly !! Albeit > at addition hardware cost. > > Doug > KD8B > > > > > On 3/13/2011 1:58 PM, Steve Schulze wrote: > > I'm installing a new node (27727) onto a new PC. I > thought I would try a Shuttle XS35-704. Nice > little machine with the 1.66 Atom processor, 2GB > ram and 320GB HDD. > > Using the ISO I used to build node 27616, I run > the setup on the new machine. > > When it got to the first reboot, it indicated that > it did not have internet connectivity and could > not continue. > > Used interactive startup and didn't load > 'firstboot' and 'local' so I could get a prompt. > Logged in as root and run setup to take a look at > the network settings. Low and behold the network > card was not there. > > After many hours searching the internet for > answers for loading drivers from the command > prompt, I was able to find the driver for the > built-in NIC. A JMC260 PCI Express Fast Ethernet > Controller. > > Of course, I found many suggestions on how to load > this driver however, I'm not having any luck. > > I downloaded the driver JME-1.0.7.1.tbz2 and did > the following: > > # tar xjvf jme-1.0.7.1.tbz2 ;worked fine, no > problem. > > > Changed to the directory where the decompression > took place and then > > # make install ;this is where it failed. I get > the following error: > > make: *** /lib2/modules/2.6.18-194.el5/build: No > such file or directory. Stop. > make: *** [all] Error 2 > > > Would this be a result of not having a complete > install of the OS at this stage? > > > Looking for some insight on how to install this > driver. > > > BTW, prior to installing the Acid ISO, I had > installed the XIPPR ISO 'xosipt_20100518_1438.iso' > and the network card worked fine. I wanted to > evaluate the XIPPR before installing ACID. > > > > Thanks! > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > > > > > > > > > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jrorke at cogeco.ca Mon Mar 14 13:11:59 2011 From: jrorke at cogeco.ca (Jon Rorke) Date: Mon, 14 Mar 2011 09:11:59 -0400 Subject: [App_rpt-users] Network Driver In-Reply-To: <4D7E0BCD.2090002@yellowthunder.org> References: <4D7D05DC.1010001@yellowthunder.org> <4D7D1144.8010305@thebades.net> <4D7D41ED.40105@yellowthunder.org> <4D7D4D27.1000402@thebades.net> <4D7D68CA.10507@yellowthunder.org> <4D7E0BCD.2090002@yellowthunder.org> Message-ID: <4D7E141F.2040700@cogeco.ca> The Intel D510 MO I have has a Realtek ethernet chipset. The ACID distro had no problem with that. The Shuttle XS35-704 seems to have the same micro but has a different ethernet chipset (JME) according to the spec sheet. Acid has no driver for it and that is the problem. On 3/14/2011 8:36 AM, Steve Schulze wrote: > Thanks Chuck. > > It's strange that it can't even find the Ethernet controller. > > When I do a 'setup' from the command prompt to look at the network > settings, it's not there. If I attach the TrendNet Ethernet dongle and > reboot and go back into setup, it sees that one but not the built-in > one. And for some strange reason with DHCP or static IP the system > will not continue to load. > > I would assume (maybe a bad idea) that the ACID distro on the site is > the latest and hasn't been updated in a while? > I downloaded it a few months ago when I was building 27616. Maybe I > need to d/l the latest version. > > Thanks for your help. > Steve Schulze - Radio Amateur, General Class - N9UDO > Administrator, Baraboo, Wisconsin D-Star System - WB9FDZ > Administrator, Baraboo, Wisconsin AllStar Link - 27616, 27727 > Treasurer, Badgerland Amateur Television Society - KB9SFS > > http://yellowthunder.org/dstar.html > > On 3/14/2011 00:01, Chuck Henderson wrote: >> I use the D510MO board and it does have one PCI slot. It also >> installs fine with the ACID.iso using DHCP. No Ethernet issues with >> the built in Ethernet. >> >> On Sun, Mar 13, 2011 at 8:00 PM, Steve Schulze >> > wrote: >> >> Thanks for all your help Doug however, the Atom D510 MB does not >> have any PCI slots. >> >> Maybe I'll have to find a Linksys dongle. >> >> >> >> >> Thanks! >> >> Steve Schulze - Radio Amateur, General Class - N9UDO >> Administrator, Baraboo, Wisconsin D-Star System - WB9FDZ >> Administrator, Baraboo, Wisconsin AllStar Link - 27616, 27727 >> Treasurer, Badgerland Amateur Television Society - KB9SFS >> >> http://yellowthunder.org/dstar.html >> >> >> On 3/13/2011 18:03, Doug Bade wrote: >> >> I can only speak from my problems with some of my atom 230 >> 330 D410 boards all having similar issues as the NIC chip is >> newer than CentOS can accurately identify. It sees it and >> uses the wrong driver. It is an issue with other distro's I >> have messed with too. >> >> The Linksys route has always fixed it up... You may be >> able to temporarily plug a PCI NIC into the empty slot ( I >> assume there is one as there is on most Atoms) by removing >> the shield... Maybe better luck that way... >> >> Doug >> KD8B >> >> On 3/13/2011 6:15 PM, Steve Schulze wrote: >> >> Well.....That didn't work. >> >> Seems the Linksys device is discontinued at Staples. >> Stopped by the local Rad-Shack and got a TrendNet TU2-ET100. >> >> Tried a fresh install of Acid and same story. >> >> If I do the interactive startup and don't start firstboot >> and local I can go in at the command prompt and configure >> the adapter using setup, the system does see it. If I do >> a DHCP or static IP address, I get the same result. >> >> I have verified that the adapter works and my Ethernet >> cable is good. >> >> I'm just stuck. >> >> >> Thanks! >> >> Steve Schulze - Radio Amateur, General Class - N9UDO >> Administrator, Baraboo, Wisconsin D-Star System - WB9FDZ >> Administrator, Baraboo, Wisconsin AllStar Link - 27616, 27727 >> Treasurer, Badgerland Amateur Television Society - KB9SFS >> >> http://yellowthunder.org/dstar.html >> >> >> On 3/13/2011 13:47, Doug Bade wrote: >> >> Steve; >> I would suspect you need a lot of support files to do >> the make that are not on the computer to compile it.. >> >> The quickest fix I found for Atom boards that do not >> have ethernet chips that are recognized by the CentOS >> install is to buy a Linksys USB ethernet dongle from >> your local staples, best buy or whatever and plug it >> in. CentOS recognizes it and after you finish the >> build, your on-board will also be recognized. You can >> then remove the usb and configure the on-board as >> needed.. It is a $30.00 fix but if you play in Linux, >> it is not unusual the new motherboards have network >> chipsets that will be supported but many times are >> not in the installation CD's.. >> >> Your alternate plan is install all the build >> resources needed to be able to run make... but that >> will probably require a working network connection to >> download all that :-) You can bring them all in via >> usb thumb drive or such.. but I think the usb network >> device will get the job done most painlessly !! >> Albeit at addition hardware cost. >> >> Doug >> KD8B >> >> >> >> >> On 3/13/2011 1:58 PM, Steve Schulze wrote: >> >> I'm installing a new node (27727) onto a new PC. >> I thought I would try a Shuttle XS35-704. Nice >> little machine with the 1.66 Atom processor, 2GB >> ram and 320GB HDD. >> >> Using the ISO I used to build node 27616, I run >> the setup on the new machine. >> >> When it got to the first reboot, it indicated >> that it did not have internet connectivity and >> could not continue. >> >> Used interactive startup and didn't load >> 'firstboot' and 'local' so I could get a prompt. >> Logged in as root and run setup to take a look at >> the network settings. Low and behold the network >> card was not there. >> >> After many hours searching the internet for >> answers for loading drivers from the command >> prompt, I was able to find the driver for the >> built-in NIC. A JMC260 PCI Express Fast Ethernet >> Controller. >> >> Of course, I found many suggestions on how to >> load this driver however, I'm not having any luck. >> >> I downloaded the driver JME-1.0.7.1.tbz2 and did >> the following: >> >> # tar xjvf jme-1.0.7.1.tbz2 ;worked fine, no >> problem. >> >> >> Changed to the directory where the decompression >> took place and then >> >> # make install ;this is where it failed. I >> get the following error: >> >> make: *** /lib2/modules/2.6.18-194.el5/build: No >> such file or directory. Stop. >> make: *** [all] Error 2 >> >> >> Would this be a result of not having a complete >> install of the OS at this stage? >> >> >> Looking for some insight on how to install this >> driver. >> >> >> BTW, prior to installing the Acid ISO, I had >> installed the XIPPR ISO >> 'xosipt_20100518_1438.iso' and the network card >> worked fine. I wanted to evaluate the XIPPR >> before installing ACID. >> >> >> >> Thanks! >> >> >> _______________________________________________ >> App_rpt-users mailing list >> App_rpt-users at ohnosec.org >> >> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >> >> >> >> >> >> >> >> >> >> >> >> _______________________________________________ >> App_rpt-users mailing list >> App_rpt-users at ohnosec.org >> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >> >> > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users -------------- next part -------------- An HTML attachment was scrubbed... URL: From kb2ear at kb2ear.net Mon Mar 14 15:00:27 2011 From: kb2ear at kb2ear.net (Scott Weis) Date: Mon, 14 Mar 2011 11:00:27 -0400 Subject: [App_rpt-users] Network Driver In-Reply-To: <4D7E0BCD.2090002@yellowthunder.org> References: <4D7D05DC.1010001@yellowthunder.org> <4D7D1144.8010305@thebades.net> <4D7D41ED.40105@yellowthunder.org> <4D7D4D27.1000402@thebades.net> <4D7D68CA.10507@yellowthunder.org> <4D7E0BCD.2090002@yellowthunder.org> Message-ID: <091a01cbe258$8e2b6880$aa823980$@kb2ear.net> I have used this adapter for this sort of problem: http://www.amazon.com/Cisco-Linksys-USB200M-EtherFast-Network-Adapter/dp/B00 0085ZKV/ From: app_rpt-users-bounces at ohnosec.org [mailto:app_rpt-users-bounces at ohnosec.org] On Behalf Of Steve Schulze Sent: Monday, March 14, 2011 8:36 AM To: Chuck Henderson Cc: app_rpt-users at ohnosec.org Subject: Re: [App_rpt-users] Network Driver Thanks Chuck. It's strange that it can't even find the Ethernet controller. When I do a 'setup' from the command prompt to look at the network settings, it's not there. If I attach the TrendNet Ethernet dongle and reboot and go back into setup, it sees that one but not the built-in one. And for some strange reason with DHCP or static IP the system will not continue to load. I would assume (maybe a bad idea) that the ACID distro on the site is the latest and hasn't been updated in a while? I downloaded it a few months ago when I was building 27616. Maybe I need to d/l the latest version. Thanks for your help. Steve Schulze - Radio Amateur, General Class - N9UDO Administrator, Baraboo, Wisconsin D-Star System - WB9FDZ Administrator, Baraboo, Wisconsin AllStar Link - 27616, 27727 Treasurer, Badgerland Amateur Television Society - KB9SFS http://yellowthunder.org/dstar.html On 3/14/2011 00:01, Chuck Henderson wrote: I use the D510MO board and it does have one PCI slot. It also installs fine with the ACID.iso using DHCP. No Ethernet issues with the built in Ethernet. On Sun, Mar 13, 2011 at 8:00 PM, Steve Schulze wrote: Thanks for all your help Doug however, the Atom D510 MB does not have any PCI slots. Maybe I'll have to find a Linksys dongle. Thanks! Steve Schulze - Radio Amateur, General Class - N9UDO Administrator, Baraboo, Wisconsin D-Star System - WB9FDZ Administrator, Baraboo, Wisconsin AllStar Link - 27616, 27727 Treasurer, Badgerland Amateur Television Society - KB9SFS http://yellowthunder.org/dstar.html On 3/13/2011 18:03, Doug Bade wrote: I can only speak from my problems with some of my atom 230 330 D410 boards all having similar issues as the NIC chip is newer than CentOS can accurately identify. It sees it and uses the wrong driver. It is an issue with other distro's I have messed with too. The Linksys route has always fixed it up... You may be able to temporarily plug a PCI NIC into the empty slot ( I assume there is one as there is on most Atoms) by removing the shield... Maybe better luck that way... Doug KD8B On 3/13/2011 6:15 PM, Steve Schulze wrote: Well.....That didn't work. Seems the Linksys device is discontinued at Staples. Stopped by the local Rad-Shack and got a TrendNet TU2-ET100. Tried a fresh install of Acid and same story. If I do the interactive startup and don't start firstboot and local I can go in at the command prompt and configure the adapter using setup, the system does see it. If I do a DHCP or static IP address, I get the same result. I have verified that the adapter works and my Ethernet cable is good. I'm just stuck. Thanks! Steve Schulze - Radio Amateur, General Class - N9UDO Administrator, Baraboo, Wisconsin D-Star System - WB9FDZ Administrator, Baraboo, Wisconsin AllStar Link - 27616, 27727 Treasurer, Badgerland Amateur Television Society - KB9SFS http://yellowthunder.org/dstar.html On 3/13/2011 13:47, Doug Bade wrote: Steve; I would suspect you need a lot of support files to do the make that are not on the computer to compile it.. The quickest fix I found for Atom boards that do not have ethernet chips that are recognized by the CentOS install is to buy a Linksys USB ethernet dongle from your local staples, best buy or whatever and plug it in. CentOS recognizes it and after you finish the build, your on-board will also be recognized. You can then remove the usb and configure the on-board as needed.. It is a $30.00 fix but if you play in Linux, it is not unusual the new motherboards have network chipsets that will be supported but many times are not in the installation CD's.. Your alternate plan is install all the build resources needed to be able to run make... but that will probably require a working network connection to download all that :-) You can bring them all in via usb thumb drive or such.. but I think the usb network device will get the job done most painlessly !! Albeit at addition hardware cost. Doug KD8B On 3/13/2011 1:58 PM, Steve Schulze wrote: I'm installing a new node (27727) onto a new PC. I thought I would try a Shuttle XS35-704. Nice little machine with the 1.66 Atom processor, 2GB ram and 320GB HDD. Using the ISO I used to build node 27616, I run the setup on the new machine. When it got to the first reboot, it indicated that it did not have internet connectivity and could not continue. Used interactive startup and didn't load 'firstboot' and 'local' so I could get a prompt. Logged in as root and run setup to take a look at the network settings. Low and behold the network card was not there. After many hours searching the internet for answers for loading drivers from the command prompt, I was able to find the driver for the built-in NIC. A JMC260 PCI Express Fast Ethernet Controller. Of course, I found many suggestions on how to load this driver however, I'm not having any luck. I downloaded the driver JME-1.0.7.1.tbz2 and did the following: # tar xjvf jme-1.0.7.1.tbz2 ;worked fine, no problem. Changed to the directory where the decompression took place and then # make install ;this is where it failed. I get the following error: make: *** /lib2/modules/2.6.18-194.el5/build: No such file or directory. Stop. make: *** [all] Error 2 Would this be a result of not having a complete install of the OS at this stage? Looking for some insight on how to install this driver. BTW, prior to installing the Acid ISO, I had installed the XIPPR ISO 'xosipt_20100518_1438.iso' and the network card worked fine. I wanted to evaluate the XIPPR before installing ACID. Thanks! _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users -------------- next part -------------- An HTML attachment was scrubbed... URL: From george at dyb.com Tue Mar 15 03:42:47 2011 From: george at dyb.com (George Csahanin) Date: Mon, 14 Mar 2011 22:42:47 -0500 Subject: [App_rpt-users] Broken link in LimeyLinux Message-ID: <201103142242.47389.george@dyb.com> Using getsrc in limey yo're directed by wget to http://limeylinux.org/downloads/astsrc-vers-1.0.6.tar.gz That redirects to: http://stats.allstarlink.org/limeylinuxdownloads/astsrc-vers-1.0.6.tar.gz That's missing a "/" between the x and d , then it works. Failed output shown below: --2011-03-14 22:07:37-- http://limeylinux.org/downloads/astsrc- vers-1.0.6.tar.gz Resolving limeylinux.org... 209.159.155.200 Connecting to limeylinux.org|209.159.155.200|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: http://stats.allstarlink.org/limeylinuxdownloads/astsrc- vers-1.0.6.tar.gz [following] --2011-03-14 22:07:41-- http://stats.allstarlink.org/limeylinuxdownloads/astsrc-vers-1.0.6.tar.gz Anybody know how to have the kernel recognize the cf as hda rather than sda? I have a "pre-built" D945 image, and exact same kernel version I made, mine has the CF as scsi, yours shows it as hda. Mine also doesn't show mounts usinf "df"...can't figure that out. Also, in the Makefile, "mount /mnt/cf" does nothing Also, with all of eth broken URL's getting packages for buildroot, I actually downloaded and made a tgz file of them all. Including added wireless tools, as my whole goal was to make this work with a RTL8187 USB wireless ethernet adapter. Any LL users out there can get me pointed the right way? I can start modifying scripts and Makefiles, but something tells me I'm just doing something wrong. Help!! GeorgeC W2DB 2360 From yokshs at sbcglobal.net Thu Mar 17 04:36:47 2011 From: yokshs at sbcglobal.net (K&R Yoksh) Date: Wed, 16 Mar 2011 23:36:47 -0500 Subject: [App_rpt-users] Crude Fan Script Message-ID: <003f01cbe45c$edabe220$6402a8c0@main> Hello all, I've come up with a crude fan control script for my simplex nodes. The idea was to utilize the connpgm and discpgm features in rpt.conf, to run the fan only when my node was connected to another node. Of course, I'd love to have something more sophisticated, using the Event Management System, but this is a start! connpgm=/home/kyle/pport 2211 4 1 discpgm=/home/kyle/pport 2211 4 0 #!/bin/bash # Script to control PLRI Aux ports from prompt # by Kyle Yoksh January 2011 # # # Usage: pport [node no] [parallel port pin] [logic state] # # Example, pport 2211 4 1 turns pp pin 4 on # asterisk -r -x "rpt cmd $1 cop 61,PP$2"="$3 0" From n9udo at yellowthunder.org Sat Mar 19 12:05:34 2011 From: n9udo at yellowthunder.org (Steve Schulze) Date: Sat, 19 Mar 2011 07:05:34 -0500 Subject: [App_rpt-users] Network Driver In-Reply-To: <091a01cbe258$8e2b6880$aa823980$@kb2ear.net> References: <4D7D05DC.1010001@yellowthunder.org> <4D7D1144.8010305@thebades.net> <4D7D41ED.40105@yellowthunder.org> <4D7D4D27.1000402@thebades.net> <4D7D68CA.10507@yellowthunder.org> <4D7E0BCD.2090002@yellowthunder.org> <091a01cbe258$8e2b6880$aa823980$@kb2ear.net> Message-ID: <4D849C0E.9040601@yellowthunder.org> Well, I'm still stuck. Got the Linksys USB-200M. Tried a fresh install of ACID. It almost looked like it was going to work. When the boot got to starting interface for eth2, it pauses and says determining IP information and cable unplugged? Well, tried a few different known good cables and no luck. Able to see the device in setup and configure for DHCP or Static but still no luck. My first install for 27616 went off without a hitch on an IBM NetVista 1.8gHz P4. Does anybody else have any other ideas? Thanks for all of your help. Steve Schulze - Radio Amateur, General Class - N9UDO Administrator, Baraboo, Wisconsin D-Star System - WB9FDZ Administrator, Baraboo, Wisconsin AllStar Link - 27616, 27727 Treasurer, Badgerland Amateur Television Society - KB9SFS http://yellowthunder.org/dstar.html On 3/14/2011 10:00, Scott Weis wrote: > > I have used this adapter for this sort of problem: > http://www.amazon.com/Cisco-Linksys-USB200M-EtherFast-Network-Adapter/dp/B000085ZKV/ > > *From:*app_rpt-users-bounces at ohnosec.org > [mailto:app_rpt-users-bounces at ohnosec.org] *On Behalf Of *Steve Schulze > *Sent:* Monday, March 14, 2011 8:36 AM > *To:* Chuck Henderson > *Cc:* app_rpt-users at ohnosec.org > *Subject:* Re: [App_rpt-users] Network Driver > > Thanks Chuck. > > It's strange that it can't even find the Ethernet controller. > > When I do a 'setup' from the command prompt to look at the network > settings, it's not there. If I attach the TrendNet Ethernet dongle and > reboot and go back into setup, it sees that one but not the built-in > one. And for some strange reason with DHCP or static IP the system > will not continue to load. > > I would assume (maybe a bad idea) that the ACID distro on the site is > the latest and hasn't been updated in a while? > I downloaded it a few months ago when I was building 27616. Maybe I > need to d/l the latest version. > > Thanks for your help. > > Steve Schulze - Radio Amateur, General Class - N9UDO > Administrator, Baraboo, Wisconsin D-Star System - WB9FDZ > Administrator, Baraboo, Wisconsin AllStar Link - 27616, 27727 > Treasurer, Badgerland Amateur Television Society - KB9SFS > > http://yellowthunder.org/dstar.html > > > On 3/14/2011 00:01, Chuck Henderson wrote: > > I use the D510MO board and it does have one PCI slot. It also > installs fine with the ACID.iso using DHCP. No Ethernet issues with > the built in Ethernet. > > On Sun, Mar 13, 2011 at 8:00 PM, Steve Schulze > > wrote: > > Thanks for all your help Doug however, the Atom D510 MB does not have > any PCI slots. > > Maybe I'll have to find a Linksys dongle. > > > > > > Thanks! > > Steve Schulze - Radio Amateur, General Class - N9UDO > Administrator, Baraboo, Wisconsin D-Star System - WB9FDZ > Administrator, Baraboo, Wisconsin AllStar Link - 27616, 27727 > Treasurer, Badgerland Amateur Television Society - KB9SFS > > http://yellowthunder.org/dstar.html > > On 3/13/2011 18:03, Doug Bade wrote: > > I can only speak from my problems with some of my atom 230 330 D410 > boards all having similar issues as the NIC chip is newer than CentOS > can accurately identify. It sees it and uses the wrong driver. It is > an issue with other distro's I have messed with too. > > The Linksys route has always fixed it up... You may be able to > temporarily plug a PCI NIC into the empty slot ( I assume there is one > as there is on most Atoms) by removing the shield... Maybe better luck > that way... > > Doug > KD8B > > On 3/13/2011 6:15 PM, Steve Schulze wrote: > > Well.....That didn't work. > > Seems the Linksys device is discontinued at Staples. Stopped by the > local Rad-Shack and got a TrendNet TU2-ET100. > > Tried a fresh install of Acid and same story. > > If I do the interactive startup and don't start firstboot and local I > can go in at the command prompt and configure the adapter using setup, > the system does see it. If I do a DHCP or static IP address, I get the > same result. > > I have verified that the adapter works and my Ethernet cable is good. > > I'm just stuck. > > > Thanks! > > Steve Schulze - Radio Amateur, General Class - N9UDO > Administrator, Baraboo, Wisconsin D-Star System - WB9FDZ > Administrator, Baraboo, Wisconsin AllStar Link - 27616, 27727 > Treasurer, Badgerland Amateur Television Society - KB9SFS > > http://yellowthunder.org/dstar.html > > > On 3/13/2011 13:47, Doug Bade wrote: > > Steve; > I would suspect you need a lot of support files to do the make that > are not on the computer to compile it.. > > The quickest fix I found for Atom boards that do not have ethernet > chips that are recognized by the CentOS install is to buy a Linksys > USB ethernet dongle from your local staples, best buy or whatever and > plug it in. CentOS recognizes it and after you finish the build, your > on-board will also be recognized. You can then remove the usb and > configure the on-board as needed.. It is a $30.00 fix but if you play > in Linux, it is not unusual the new motherboards have network chipsets > that will be supported but many times are not in the installation CD's.. > > Your alternate plan is install all the build resources needed to be > able to run make... but that will probably require a working network > connection to download all that :-) You can bring them all in via usb > thumb drive or such.. but I think the usb network device will get the > job done most painlessly !! Albeit at addition hardware cost. > > Doug > KD8B > > > > > On 3/13/2011 1:58 PM, Steve Schulze wrote: > > I'm installing a new node (27727) onto a new PC. I thought I would try > a Shuttle XS35-704. Nice little machine with the 1.66 Atom processor, > 2GB ram and 320GB HDD. > > Using the ISO I used to build node 27616, I run the setup on the new > machine. > > When it got to the first reboot, it indicated that it did not have > internet connectivity and could not continue. > > Used interactive startup and didn't load 'firstboot' and 'local' so I > could get a prompt. Logged in as root and run setup to take a look at > the network settings. Low and behold the network card was not there. > > After many hours searching the internet for answers for loading > drivers from the command prompt, I was able to find the driver for the > built-in NIC. A JMC260 PCI Express Fast Ethernet Controller. > > Of course, I found many suggestions on how to load this driver > however, I'm not having any luck. > > I downloaded the driver JME-1.0.7.1.tbz2 and did the following: > > # tar xjvf jme-1.0.7.1.tbz2 ;worked fine, no problem. > > > Changed to the directory where the decompression took place and then > > # make install ;this is where it failed. I get the following error: > > make: *** /lib2/modules/2.6.18-194.el5/build: No such file or > directory. Stop. > make: *** [all] Error 2 > > > Would this be a result of not having a complete install of the OS at > this stage? > > > Looking for some insight on how to install this driver. > > > BTW, prior to installing the Acid ISO, I had installed the XIPPR ISO > 'xosipt_20100518_1438.iso' and the network card worked fine. I wanted > to evaluate the XIPPR before installing ACID. > > > > Thanks! > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > > > > > > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users -------------- next part -------------- An HTML attachment was scrubbed... URL: From kd8b at thebades.net Sat Mar 19 14:00:35 2011 From: kd8b at thebades.net (Doug Bade) Date: Sat, 19 Mar 2011 10:00:35 -0400 Subject: [App_rpt-users] Network Driver In-Reply-To: <4D849C0E.9040601@yellowthunder.org> References: <4D7D05DC.1010001@yellowthunder.org> <4D7D1144.8010305@thebades.net> <4D7D41ED.40105@yellowthunder.org> <4D7D4D27.1000402@thebades.net> <4D7D68CA.10507@yellowthunder.org> <4D7E0BCD.2090002@yellowthunder.org> <091a01cbe258$8e2b6880$aa823980$@kb2ear.net> <4D849C0E.9040601@yellowthunder.org> Message-ID: <4D84B703.8060606@thebades.net> Steve; I sent a reply to you personally although I wanted it to go to the group.. I really dislike reflectors that pre-suppose that answers should be private... but anyhow..... I had an additional though to that email... You may need to disable the onboard NIC temporarily in bios to get through install, then re-enable it.. The chip for the onboard NIC is still probably the issue ... make it invisible for now....If you STILL have an issue at that point, it would seem that I would be looking at a local cabling/switch/DHCP port issue... but that does seem a lot less likely.. I have used my USB-200M to do at least a dozen or 2 CentOS builds of one form or another on my Atoms.. Doug On 3/19/2011 8:05 AM, Steve Schulze wrote: > Well, I'm still stuck. > > Got the Linksys USB-200M. Tried a fresh install of ACID. > > It almost looked like it was going to work. When the boot got to > starting interface for eth2, it pauses and says determining IP > information and cable unplugged? > > Well, tried a few different known good cables and no luck. > > Able to see the device in setup and configure for DHCP or Static but > still no luck. > > My first install for 27616 went off without a hitch on an IBM NetVista > 1.8gHz P4. > > > Does anybody else have any other ideas? > > > Thanks for all of your help. > > Steve Schulze - Radio Amateur, General Class - N9UDO > Administrator, Baraboo, Wisconsin D-Star System - WB9FDZ > Administrator, Baraboo, Wisconsin AllStar Link - 27616, 27727 > Treasurer, Badgerland Amateur Television Society - KB9SFS > > http://yellowthunder.org/dstar.html > > On 3/14/2011 10:00, Scott Weis wrote: >> >> I have used this adapter for this sort of problem: >> http://www.amazon.com/Cisco-Linksys-USB200M-EtherFast-Network-Adapter/dp/B000085ZKV/ >> >> *From:*app_rpt-users-bounces at ohnosec.org >> [mailto:app_rpt-users-bounces at ohnosec.org] *On Behalf Of *Steve Schulze >> *Sent:* Monday, March 14, 2011 8:36 AM >> *To:* Chuck Henderson >> *Cc:* app_rpt-users at ohnosec.org >> *Subject:* Re: [App_rpt-users] Network Driver >> >> Thanks Chuck. >> >> It's strange that it can't even find the Ethernet controller. >> >> When I do a 'setup' from the command prompt to look at the network >> settings, it's not there. If I attach the TrendNet Ethernet dongle >> and reboot and go back into setup, it sees that one but not the >> built-in one. And for some strange reason with DHCP or static IP the >> system will not continue to load. >> >> I would assume (maybe a bad idea) that the ACID distro on the site is >> the latest and hasn't been updated in a while? >> I downloaded it a few months ago when I was building 27616. Maybe I >> need to d/l the latest version. >> >> Thanks for your help. >> >> Steve Schulze - Radio Amateur, General Class - N9UDO >> Administrator, Baraboo, Wisconsin D-Star System - WB9FDZ >> Administrator, Baraboo, Wisconsin AllStar Link - 27616, 27727 >> Treasurer, Badgerland Amateur Television Society - KB9SFS >> >> http://yellowthunder.org/dstar.html >> >> >> On 3/14/2011 00:01, Chuck Henderson wrote: >> >> I use the D510MO board and it does have one PCI slot. It also >> installs fine with the ACID.iso using DHCP. No Ethernet issues with >> the built in Ethernet. >> >> On Sun, Mar 13, 2011 at 8:00 PM, Steve Schulze >> > wrote: >> >> Thanks for all your help Doug however, the Atom D510 MB does not have >> any PCI slots. >> >> Maybe I'll have to find a Linksys dongle. >> >> >> >> >> >> Thanks! >> >> Steve Schulze - Radio Amateur, General Class - N9UDO >> Administrator, Baraboo, Wisconsin D-Star System - WB9FDZ >> Administrator, Baraboo, Wisconsin AllStar Link - 27616, 27727 >> Treasurer, Badgerland Amateur Television Society - KB9SFS >> >> http://yellowthunder.org/dstar.html >> >> On 3/13/2011 18:03, Doug Bade wrote: >> >> I can only speak from my problems with some of my atom 230 330 >> D410 boards all having similar issues as the NIC chip is newer than >> CentOS can accurately identify. It sees it and uses the wrong driver. >> It is an issue with other distro's I have messed with too. >> >> The Linksys route has always fixed it up... You may be able to >> temporarily plug a PCI NIC into the empty slot ( I assume there is >> one as there is on most Atoms) by removing the shield... Maybe better >> luck that way... >> >> Doug >> KD8B >> >> On 3/13/2011 6:15 PM, Steve Schulze wrote: >> >> Well.....That didn't work. >> >> Seems the Linksys device is discontinued at Staples. Stopped by the >> local Rad-Shack and got a TrendNet TU2-ET100. >> >> Tried a fresh install of Acid and same story. >> >> If I do the interactive startup and don't start firstboot and local I >> can go in at the command prompt and configure the adapter using >> setup, the system does see it. If I do a DHCP or static IP address, I >> get the same result. >> >> I have verified that the adapter works and my Ethernet cable is good. >> >> I'm just stuck. >> >> >> Thanks! >> >> Steve Schulze - Radio Amateur, General Class - N9UDO >> Administrator, Baraboo, Wisconsin D-Star System - WB9FDZ >> Administrator, Baraboo, Wisconsin AllStar Link - 27616, 27727 >> Treasurer, Badgerland Amateur Television Society - KB9SFS >> >> http://yellowthunder.org/dstar.html >> >> >> On 3/13/2011 13:47, Doug Bade wrote: >> >> Steve; >> I would suspect you need a lot of support files to do the make that >> are not on the computer to compile it.. >> >> The quickest fix I found for Atom boards that do not have ethernet >> chips that are recognized by the CentOS install is to buy a Linksys >> USB ethernet dongle from your local staples, best buy or whatever and >> plug it in. CentOS recognizes it and after you finish the build, your >> on-board will also be recognized. You can then remove the usb and >> configure the on-board as needed.. It is a $30.00 fix but if you play >> in Linux, it is not unusual the new motherboards have network >> chipsets that will be supported but many times are not in the >> installation CD's.. >> >> Your alternate plan is install all the build resources needed to be >> able to run make... but that will probably require a working network >> connection to download all that :-) You can bring them all in via >> usb thumb drive or such.. but I think the usb network device will get >> the job done most painlessly !! Albeit at addition hardware cost. >> >> Doug >> KD8B >> >> >> >> >> On 3/13/2011 1:58 PM, Steve Schulze wrote: >> >> I'm installing a new node (27727) onto a new PC. I thought I would >> try a Shuttle XS35-704. Nice little machine with the 1.66 Atom >> processor, 2GB ram and 320GB HDD. >> >> Using the ISO I used to build node 27616, I run the setup on the new >> machine. >> >> When it got to the first reboot, it indicated that it did not have >> internet connectivity and could not continue. >> >> Used interactive startup and didn't load 'firstboot' and 'local' so I >> could get a prompt. Logged in as root and run setup to take a look at >> the network settings. Low and behold the network card was not there. >> >> After many hours searching the internet for answers for loading >> drivers from the command prompt, I was able to find the driver for >> the built-in NIC. A JMC260 PCI Express Fast Ethernet Controller. >> >> Of course, I found many suggestions on how to load this driver >> however, I'm not having any luck. >> >> I downloaded the driver JME-1.0.7.1.tbz2 and did the following: >> >> # tar xjvf jme-1.0.7.1.tbz2 ;worked fine, no problem. >> >> >> Changed to the directory where the decompression took place and then >> >> # make install ;this is where it failed. I get the following error: >> >> make: *** /lib2/modules/2.6.18-194.el5/build: No such file or >> directory. Stop. >> make: *** [all] Error 2 >> >> >> Would this be a result of not having a complete install of the OS at >> this stage? >> >> >> Looking for some insight on how to install this driver. >> >> >> BTW, prior to installing the Acid ISO, I had installed the XIPPR ISO >> 'xosipt_20100518_1438.iso' and the network card worked fine. I wanted >> to evaluate the XIPPR before installing ACID. >> >> >> >> Thanks! >> >> >> _______________________________________________ >> App_rpt-users mailing list >> App_rpt-users at ohnosec.org >> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >> >> >> >> >> >> >> >> >> _______________________________________________ >> App_rpt-users mailing list >> App_rpt-users at ohnosec.org >> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >> >> >> _______________________________________________ >> App_rpt-users mailing list >> App_rpt-users at ohnosec.org >> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users -------------- next part -------------- An HTML attachment was scrubbed... URL: From kt9ac at ameritech.net Sat Mar 19 22:32:56 2011 From: kt9ac at ameritech.net (Tony KT9AC) Date: Sat, 19 Mar 2011 17:32:56 -0500 Subject: [App_rpt-users] Access List for chan_echolink Message-ID: <4D852F18.1090908@ameritech.net> Does anyone have a simple way to create an access list for chan_echolink? I get a lot of quick connect/disconnects and want to block the random drifters. Thanks, Tony From ke2n at cs.com Sat Mar 19 23:28:42 2011 From: ke2n at cs.com (Ken) Date: Sat, 19 Mar 2011 19:28:42 -0400 Subject: [App_rpt-users] Access List for chan_echolink In-Reply-To: <4D852F18.1090908@ameritech.net> References: <4D852F18.1090908@ameritech.net> Message-ID: <000601cbe68d$629350f0$27b9f2d0$@com> On the same topic ... has anyone figured out how to play a connect message to Echolink? I am guessing that the reason they disappear is that they do not hear anything. The ID and tail-message do not come out on E/L Ken > -----Original Message----- > From: app_rpt-users-bounces at ohnosec.org [mailto:app_rpt-users- > bounces at ohnosec.org] On Behalf Of Tony KT9AC > Sent: Saturday, March 19, 2011 6:33 PM > To: app_rpt mailing list > Subject: [App_rpt-users] Access List for chan_echolink > > Does anyone have a simple way to create an access list for > chan_echolink? I get a lot of quick connect/disconnects and want to > block the random drifters. > > Thanks, > Tony > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users From k6kya at hokeynet.net Sun Mar 20 01:01:45 2011 From: k6kya at hokeynet.net (Steve Passmore) Date: Sat, 19 Mar 2011 18:01:45 -0700 Subject: [App_rpt-users] Access List for chan_echolink In-Reply-To: <4D852F18.1090908@ameritech.net> References: <4D852F18.1090908@ameritech.net> Message-ID: <4D8551F9.8040705@hokeynet.net> From http://ohnosec.org/drupal/node/56 /Denying incoming connections from selected Echolink nodes/ / Echolink connections may be denied on a per-callsign basis. This is done by using the deny and permit key values in the above [el0] stanza. The default is to allow all connections if the permit and deny keywords are not present. If a permit is specified, then only the callsigns specified in the permit statement will be allowed to connect. If deny is specified, then the callsign(s) specified will be denied access and the connection will be terminated. Commas are used to delimit multiple callsigns for permit and deny keys. Wildcards are supported so that whole classes of connections can be rejected. Examples:/ * /To deny w6xxx you would add the statement: deny=w6xxx / * /To prohibit computer-based connections you would write: permit=*-* / * /To allow access to only a select group of callsigns: permit=w6abc,w6def,... / On 3/19/2011 15:32, Tony KT9AC wrote: > Does anyone have a simple way to create an access list for > chan_echolink? I get a lot of quick connect/disconnects and want to > block the random drifters. > > Thanks, > Tony > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users -------------- next part -------------- An HTML attachment was scrubbed... URL: From kt9ac at ameritech.net Sun Mar 20 01:22:41 2011 From: kt9ac at ameritech.net (KT9AC) Date: Sat, 19 Mar 2011 20:22:41 -0500 Subject: [App_rpt-users] Access List for chan_echolink In-Reply-To: <4D8551F9.8040705@hokeynet.net> References: <4D852F18.1090908@ameritech.net> <4D8551F9.8040705@hokeynet.net> Message-ID: <4D8556E1.4010509@ameritech.net> Perfect! Thank you Steve. Steve Passmore wrote: > From http://ohnosec.org/drupal/node/56 > > > /Denying incoming connections from selected Echolink nodes/ > > / > Echolink connections may be denied on a per-callsign basis. This is > done by using the deny and permit key values in the above [el0] > stanza. The default is to allow all connections if the permit and deny > keywords are not present. If a permit is specified, then only the > callsigns specified in the permit statement will be allowed to > connect. If deny is specified, then the callsign(s) specified will be > denied access and the connection will be terminated. Commas are used > to delimit multiple callsigns for permit and deny keys. Wildcards are > supported so that whole classes of connections can be rejected. > Examples:/ > > * /To deny w6xxx you would add the statement: deny=w6xxx / > * /To prohibit computer-based connections you would write: > permit=*-* / > * /To allow access to only a select group of callsigns: > permit=w6abc,w6def,... / > > > > On 3/19/2011 15:32, Tony KT9AC wrote: >> Does anyone have a simple way to create an access list for >> chan_echolink? I get a lot of quick connect/disconnects and want to >> block the random drifters. >> >> Thanks, >> Tony >> _______________________________________________ >> App_rpt-users mailing list >> App_rpt-users at ohnosec.org >> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > ------------------------------------------------------------------------ > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > From phil.n6tct at gmail.com Sun Mar 20 17:27:56 2011 From: phil.n6tct at gmail.com (Phil N6TCT) Date: Sun, 20 Mar 2011 10:27:56 -0700 Subject: [App_rpt-users] Pickle linux, Beagleboard, and MicroSD flash longevity Message-ID: I am building a remote, solar-powered, mountaintop repeater based around the BeagleBoard and app_rpt running the Pickle distribution. The mountaintop is not vehicle accessible and is a significant hike to get to -- oh, and it's an eight-hour drive from where I live just to get to the base of the mountain -- so we'd like to minimize equipment failures and resulting truck rolls. :-) Two questions for the group: 1. Does anyone have any experience with the longevity of the MicroSD flash memory card used on the Beagleboard with Pickle Linux? Flash memory has a limited number of write cycles and, although the flash cards include some wear leveling, I'm wondering what the implications are for flash card replacement. Obviously, this will depend on how much writing is being done, but any real-world data, experience, or anecdotes would be welcome. 2. Is there an easy way to set up a ram disk, even a small ram disk (a few megabytes), under Pickle? The majority of writing we're going to be doing will be log files, and we have a network connection from the mountaintop to civilization -- but the network connection is not guaranteed to be up all the time. If we could write to ram disk and then copy to civilization when the network is up, that would avoid having to write to flash at all. Thanks! Phil, N6TCT From telesistant at hotmail.com Sun Mar 20 17:53:05 2011 From: telesistant at hotmail.com (Jim Duuuude) Date: Sun, 20 Mar 2011 10:53:05 -0700 Subject: [App_rpt-users] Pickle linux, Beagleboard, and MicroSD flash longevity In-Reply-To: References: Message-ID: I think that you will find that the pickle distro already does that. It has the typically 'volatile' files in a ram disk (like /var/log , /var/run, etc) for exactly that reason. JIM WB6NIL > Date: Sun, 20 Mar 2011 10:27:56 -0700 > From: phil.n6tct at gmail.com > To: app_rpt-users at ohnosec.org > Subject: [App_rpt-users] Pickle linux, Beagleboard, and MicroSD flash longevity > > I am building a remote, solar-powered, mountaintop repeater based > around the BeagleBoard and app_rpt running the Pickle distribution. > The mountaintop is not vehicle accessible and is a significant hike to > get to -- oh, and it's an eight-hour drive from where I live just to > get to the base of the mountain -- so we'd like to minimize equipment > failures and resulting truck rolls. :-) Two questions for the group: > > 1. Does anyone have any experience with the longevity of the MicroSD > flash memory card used on the Beagleboard with Pickle Linux? Flash > memory has a limited number of write cycles and, although the flash > cards include some wear leveling, I'm wondering what the implications > are for flash card replacement. Obviously, this will depend on how > much writing is being done, but any real-world data, experience, or > anecdotes would be welcome. > > 2. Is there an easy way to set up a ram disk, even a small ram disk (a > few megabytes), under Pickle? The majority of writing we're going to > be doing will be log files, and we have a network connection from the > mountaintop to civilization -- but the network connection is not > guaranteed to be up all the time. If we could write to ram disk and > then copy to civilization when the network is up, that would avoid > having to write to flash at all. > > Thanks! > > Phil, N6TCT > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users -------------- next part -------------- An HTML attachment was scrubbed... URL: From phil.n6tct at gmail.com Sun Mar 20 18:31:23 2011 From: phil.n6tct at gmail.com (Phil N6TCT) Date: Sun, 20 Mar 2011 11:31:23 -0700 Subject: [App_rpt-users] Pickle linux, Beagleboard, and MicroSD flash longevity In-Reply-To: References: Message-ID: Doesn't look like that to me, at least not out of the box. "df" shows: root at peekskill:/var/log# df -h Filesystem Size Used Avail Use% Mounted on /dev/mmcblk0p2 3.6G 1.4G 2.0G 41% / none 244M 180K 244M 1% /dev none 245M 0 245M 0% /dev/shm none 245M 40K 245M 1% /var/run none 245M 0 245M 0% /var/lock none 245M 0 245M 0% /lib/init/rw So yes, /var/run and /var/lock appear to be something special (though not clear to me they are ram disks), but /var/log (which is where most of the writing takes place) is definitely on the micro-sd card: root at peekskill:/# cd /var/log/asterisk root at peekskill:/var/log/asterisk# df -h . Filesystem Size Used Avail Use% Mounted on /dev/mmcblk0p2 3.6G 1.4G 2.0G 41% / Phil On Sun, Mar 20, 2011 at 10:53 AM, Jim Duuuude wrote: > I think that you will find that the pickle distro already does that. It has > the typically > 'volatile' files in a ram disk (like /var/log , /var/run, etc) for exactly > that reason. > > JIM WB6NIL > >> Date: Sun, 20 Mar 2011 10:27:56 -0700 >> From: phil.n6tct at gmail.com >> To: app_rpt-users at ohnosec.org >> Subject: [App_rpt-users] Pickle linux, Beagleboard, and MicroSD flash >> longevity >> >> I am building a remote, solar-powered, mountaintop repeater based >> around the BeagleBoard and app_rpt running the Pickle distribution. >> The mountaintop is not vehicle accessible and is a significant hike to >> get to -- oh, and it's an eight-hour drive from where I live just to >> get to the base of the mountain -- so we'd like to minimize equipment >> failures and resulting truck rolls. :-) Two questions for the group: >> >> 1. Does anyone have any experience with the longevity of the MicroSD >> flash memory card used on the Beagleboard with Pickle Linux? Flash >> memory has a limited number of write cycles and, although the flash >> cards include some wear leveling, I'm wondering what the implications >> are for flash card replacement. Obviously, this will depend on how >> much writing is being done, but any real-world data, experience, or >> anecdotes would be welcome. >> >> 2. Is there an easy way to set up a ram disk, even a small ram disk (a >> few megabytes), under Pickle? The majority of writing we're going to >> be doing will be log files, and we have a network connection from the >> mountaintop to civilization -- but the network connection is not >> guaranteed to be up all the time. If we could write to ram disk and >> then copy to civilization when the network is up, that would avoid >> having to write to flash at all. >> >> Thanks! >> >> Phil, N6TCT >> _______________________________________________ >> App_rpt-users mailing list >> App_rpt-users at ohnosec.org >> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > From tom.km5vy at gmail.com Mon Mar 21 00:29:25 2011 From: tom.km5vy at gmail.com (Tom Russo) Date: Sun, 20 Mar 2011 18:29:25 -0600 Subject: [App_rpt-users] Pickle linux, Beagleboard, and MicroSD flash longevity In-Reply-To: References: Message-ID: On Sun, Mar 20, 2011 at 11:27, Phil N6TCT wrote: > I am building a remote, solar-powered, mountaintop repeater based > around the BeagleBoard and app_rpt running the Pickle distribution. > Are you using a LOX board for this, or are you using USB dongles? I'm keen to find out when LOX boards will be available for sale, as the local repeater club is looking at a big asterisk project that might be a good use for the Beagle and Lox (and capers and onions and tomato?) solution. -- Tom Russo KM5VY SAR502 DM64ux http://www.swcp.com/~russo/ Tijeras, NM QRPL#1592 K2#398 SOC#236 http://kevan.org/brain.cgi?DDTNM "The truth will set you free, but first it will piss you off." -------------- next part -------------- An HTML attachment was scrubbed... URL: From telesistant at hotmail.com Mon Mar 21 00:49:05 2011 From: telesistant at hotmail.com (Jim Duuuude) Date: Sun, 20 Mar 2011 17:49:05 -0700 Subject: [App_rpt-users] Pickle linux, Beagleboard, and MicroSD flash longevity In-Reply-To: References: , Message-ID: there should be an announce about availability shortly From: tom.km5vy at gmail.com Date: Sun, 20 Mar 2011 18:29:25 -0600 To: phil.n6tct at gmail.com CC: app_rpt-users at ohnosec.org Subject: Re: [App_rpt-users] Pickle linux, Beagleboard, and MicroSD flash longevity On Sun, Mar 20, 2011 at 11:27, Phil N6TCT wrote: I am building a remote, solar-powered, mountaintop repeater based around the BeagleBoard and app_rpt running the Pickle distribution. Are you using a LOX board for this, or are you using USB dongles? I'm keen to find out when LOX boards will be available for sale, as the local repeater club is looking at a big asterisk project that might be a good use for the Beagle and Lox (and capers and onions and tomato?) solution. -- Tom Russo KM5VY SAR502 DM64ux http://www.swcp.com/~russo/ Tijeras, NM QRPL#1592 K2#398 SOC#236 http://kevan.org/brain.cgi?DDTNM "The truth will set you free, but first it will piss you off." _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users -------------- next part -------------- An HTML attachment was scrubbed... URL: From phil.n6tct at gmail.com Mon Mar 21 04:59:54 2011 From: phil.n6tct at gmail.com (Phil N6TCT) Date: Sun, 20 Mar 2011 21:59:54 -0700 Subject: [App_rpt-users] Pickle linux, Beagleboard, and MicroSD flash longevity In-Reply-To: References: Message-ID: We're using a USB URI dongle, since lox isn't available as yet ... phil On Sun, Mar 20, 2011 at 5:29 PM, Tom Russo wrote: > > On Sun, Mar 20, 2011 at 11:27, Phil N6TCT wrote: >> >> I am building a remote, solar-powered, mountaintop repeater based >> around the BeagleBoard and app_rpt running the Pickle distribution. > > Are you using a LOX board for this, or are you using USB dongles? From telesistant at hotmail.com Mon Mar 21 05:04:09 2011 From: telesistant at hotmail.com (Jim Duuuude) Date: Sun, 20 Mar 2011 22:04:09 -0700 Subject: [App_rpt-users] more echolink "joy" Message-ID: If any of you have experienced choppiness and/or dropouts in audio coming from echolink users that are using the iphone/ipad appication for echolink, there is a change (I really dont want to call it a fix, as it was never broken). The application on the iphone/ipad COMPLETELY digresses from any sort of reasonable timing standards/consistency in audio packet delivery, and most of the echolink conference software just passes on whatever packets it gets whenever, so the problem gets propagated to chan_echolink, which until recently, expected the packets with reasonable timing and consistency as echolink always has done in the past (silly us!! :-) ). Please download the new version of chan_echolink.c from SVN if this problem is troubling you. JIM WB6NIL -------------- next part -------------- An HTML attachment was scrubbed... URL: From k1lnx at k1lnx.net Tue Mar 22 23:47:29 2011 From: k1lnx at k1lnx.net (Stephen - K1LNX) Date: Tue, 22 Mar 2011 19:47:29 -0400 Subject: [App_rpt-users] IAX registration problems Message-ID: Ok... where am I going wrong? Running ACID, self managed server (not portal managed) and I can not get Asterisk to register to the registration server correctly. I am attempting to use port 4570 and set bindport=4570 in iax.conf. If I do an iax2 show registry: allstar*CLI> iax2 show registry Host dnsmgr Username Perceived Refresh State 67.215.233.178:4569 N 2335 70.90.228.195:4569 60 Registered It show registered, but not on the correct port ??? I also show the entry in /var/lib/asterisk/rpt_extnodes to be incorrect, it shows the IP I was previously using: [root at allstar asterisk]# cat /var/lib/asterisk/rpt_extnodes | grep 2335 2335=radio at 70.90.228.196:4570/2335,70.90.228.196 Anyone have any ideas? I've been off the air for a while due to hardware issues, and these configs were working previously, but it's probably been a year or more..... tnx and 73, Stephen -- **************************************** Stephen Brown - ARS K1LNX Johnson City, TN EM86 http://www.k1lnx.net Allstar Link: 2335 IRLP: 4829 PSTN: 423-665-9367 SIP: k1lnx at k1lnx.net **************************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: From dshaw at ke6upi.com Wed Mar 23 00:10:46 2011 From: dshaw at ke6upi.com (David KE6UPI) Date: Tue, 22 Mar 2011 20:10:46 -0400 Subject: [App_rpt-users] IAX registration problems In-Reply-To: References: Message-ID: Well the server you are connected too is using port 4569. I bet if a node connect to you they would use port 4570. David On Tue, Mar 22, 2011 at 7:47 PM, Stephen - K1LNX wrote: > Ok... where am I going wrong? Running ACID, self managed server (not portal > managed) and I can not get Asterisk to register to the registration server > correctly. I am attempting to use port 4570 and set bindport=4570 in > iax.conf. > > If I do an iax2 show registry: > allstar*CLI> iax2 show registry > Host dnsmgr Username Perceived Refresh > State > 67.215.233.178:4569 N 2335 70.90.228.195:4569 60 > Registered > > It show registered, but not on the correct port ??? > > I also show the entry in /var/lib/asterisk/rpt_extnodes to be incorrect, it > shows the IP I was previously using: > [root at allstar asterisk]# cat /var/lib/asterisk/rpt_extnodes | grep 2335 > 2335=radio at 70.90.228.196:4570/2335,70.90.228.196 > > Anyone have any ideas? I've been off the air for a while due to hardware > issues, and these configs were working previously, but it's probably been a > year or more..... > > tnx and 73, > Stephen > > -- > **************************************** > Stephen Brown - ARS K1LNX > Johnson City, TN EM86 > http://www.k1lnx.net > Allstar Link: 2335 > IRLP: 4829 > PSTN: 423-665-9367 > SIP: k1lnx at k1lnx.net > **************************************** > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From k1lnx at k1lnx.net Wed Mar 23 00:18:59 2011 From: k1lnx at k1lnx.net (Stephen - K1LNX) Date: Tue, 22 Mar 2011 20:18:59 -0400 Subject: [App_rpt-users] IAX registration problems In-Reply-To: References: Message-ID: That's part of my issue, my 70.90.228.196 address is on an entirely different router, I am attempting to use 70.90.228.195 as my registered address, and unless I'm not looking at it correctly it is using port 4569 instead of 4570. If someone attempts to connect to me it will fail in it's current state. On Tue, Mar 22, 2011 at 8:10 PM, David KE6UPI wrote: > Well the server you are connected too is using port 4569. I bet if a node > connect to you they would use port 4570. > > David > > On Tue, Mar 22, 2011 at 7:47 PM, Stephen - K1LNX wrote: > >> Ok... where am I going wrong? Running ACID, self managed server (not >> portal managed) and I can not get Asterisk to register to the registration >> server correctly. I am attempting to use port 4570 and set bindport=4570 in >> iax.conf. >> >> If I do an iax2 show registry: >> allstar*CLI> iax2 show registry >> Host dnsmgr Username Perceived Refresh >> State >> 67.215.233.178:4569 N 2335 70.90.228.195:4569 60 >> Registered >> >> It show registered, but not on the correct port ??? >> >> I also show the entry in /var/lib/asterisk/rpt_extnodes to be incorrect, >> it shows the IP I was previously using: >> [root at allstar asterisk]# cat /var/lib/asterisk/rpt_extnodes | grep 2335 >> 2335=radio at 70.90.228.196:4570/2335,70.90.228.196 >> >> Anyone have any ideas? I've been off the air for a while due to hardware >> issues, and these configs were working previously, but it's probably been a >> year or more..... >> >> tnx and 73, >> Stephen >> >> -- >> **************************************** >> Stephen Brown - ARS K1LNX >> Johnson City, TN EM86 >> http://www.k1lnx.net >> Allstar Link: 2335 >> IRLP: 4829 >> PSTN: 423-665-9367 >> SIP: k1lnx at k1lnx.net >> **************************************** >> >> _______________________________________________ >> App_rpt-users mailing list >> App_rpt-users at ohnosec.org >> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >> >> > -- **************************************** Stephen Brown - ARS K1LNX Johnson City, TN EM86 http://www.k1lnx.net Allstar Link: 2335 IRLP: 4829 PSTN: 423-665-9367 SIP: k1lnx at k1lnx.net **************************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: From k6kya at hokeynet.net Wed Mar 23 00:29:56 2011 From: k6kya at hokeynet.net (Steve Passmore) Date: Tue, 22 Mar 2011 17:29:56 -0700 Subject: [App_rpt-users] IAX registration problems In-Reply-To: References: Message-ID: <4D893F04.1010401@hokeynet.net> I may be completely wrong here but I seem to recall you still need to set the port in the network section of the server settings on allstarlink.org even though it is not portal managed. Steve On 3/22/2011 16:47, Stephen - K1LNX wrote: > Ok... where am I going wrong? Running ACID, self managed server (not > portal managed) and I can not get Asterisk to register to the > registration server correctly. I am attempting to use port 4570 and > set bindport=4570 in iax.conf. > > If I do an iax2 show registry: > allstar*CLI> iax2 show registry > Host dnsmgr Username Perceived > Refresh State > 67.215.233.178:4569 N 2335 > 70.90.228.195:4569 60 Registered > > It show registered, but not on the correct port ??? > > I also show the entry in /var/lib/asterisk/rpt_extnodes to be > incorrect, it shows the IP I was previously using: > [root at allstar asterisk]# cat /var/lib/asterisk/rpt_extnodes | grep 2335 > 2335=radio at 70.90.228.196:4570/2335,70.90.228.196 > > > Anyone have any ideas? I've been off the air for a while due to > hardware issues, and these configs were working previously, but it's > probably been a year or more..... > > tnx and 73, > Stephen > > -- > **************************************** > Stephen Brown - ARS K1LNX > Johnson City, TN EM86 > http://www.k1lnx.net > Allstar Link: 2335 > IRLP: 4829 > PSTN: 423-665-9367 > SIP: k1lnx at k1lnx.net > **************************************** > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users -------------- next part -------------- An HTML attachment was scrubbed... URL: From dshaw at ke6upi.com Wed Mar 23 00:34:56 2011 From: dshaw at ke6upi.com (David KE6UPI) Date: Tue, 22 Mar 2011 20:34:56 -0400 Subject: [App_rpt-users] IAX registration problems In-Reply-To: References: Message-ID: As for the public router address that would something to take up with your ISP. I would check it by using http://whatismyip.com. Here is my registry. I do use 4570. Did you configure the allstarlink server that you are using 4570? asl2063*CLI> iax2 show registry Host dnsmgr Username Perceived Refresh State 67.215.233.178:4569 N 2081 72.67.127.136:4570 60 Registered 67.215.233.178:4569 N 2080 72.67.127.136:4570 60 Registered 67.215.233.178:4569 N 2064 72.67.127.136:4570 60 Registered 67.215.233.178:4569 N 2063 72.67.127.136:4570 60 Registered David On Tue, Mar 22, 2011 at 8:18 PM, Stephen - K1LNX wrote: > That's part of my issue, my 70.90.228.196 address is on an entirely > different router, I am attempting to use 70.90.228.195 as my registered > address, and unless I'm not looking at it correctly it is using port 4569 > instead of 4570. If someone attempts to connect to me it will fail in it's > current state. > > > > On Tue, Mar 22, 2011 at 8:10 PM, David KE6UPI wrote: > >> Well the server you are connected too is using port 4569. I bet if a node >> connect to you they would use port 4570. >> >> David >> >> On Tue, Mar 22, 2011 at 7:47 PM, Stephen - K1LNX wrote: >> >>> Ok... where am I going wrong? Running ACID, self managed server (not >>> portal managed) and I can not get Asterisk to register to the registration >>> server correctly. I am attempting to use port 4570 and set bindport=4570 in >>> iax.conf. >>> >>> If I do an iax2 show registry: >>> allstar*CLI> iax2 show registry >>> Host dnsmgr Username Perceived Refresh >>> State >>> 67.215.233.178:4569 N 2335 70.90.228.195:4569 60 >>> Registered >>> >>> It show registered, but not on the correct port ??? >>> >>> I also show the entry in /var/lib/asterisk/rpt_extnodes to be incorrect, >>> it shows the IP I was previously using: >>> [root at allstar asterisk]# cat /var/lib/asterisk/rpt_extnodes | grep 2335 >>> 2335=radio at 70.90.228.196:4570/2335,70.90.228.196 >>> >>> Anyone have any ideas? I've been off the air for a while due to hardware >>> issues, and these configs were working previously, but it's probably been a >>> year or more..... >>> >>> tnx and 73, >>> Stephen >>> >>> -- >>> **************************************** >>> Stephen Brown - ARS K1LNX >>> Johnson City, TN EM86 >>> http://www.k1lnx.net >>> Allstar Link: 2335 >>> IRLP: 4829 >>> PSTN: 423-665-9367 >>> SIP: k1lnx at k1lnx.net >>> **************************************** >>> >>> _______________________________________________ >>> App_rpt-users mailing list >>> App_rpt-users at ohnosec.org >>> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >>> >>> >> > > > -- > **************************************** > Stephen Brown - ARS K1LNX > Johnson City, TN EM86 > http://www.k1lnx.net > Allstar Link: 2335 > IRLP: 4829 > PSTN: 423-665-9367 > SIP: k1lnx at k1lnx.net > **************************************** > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From k1lnx at k1lnx.net Wed Mar 23 00:45:39 2011 From: k1lnx at k1lnx.net (Stephen - K1LNX) Date: Tue, 22 Mar 2011 20:45:39 -0400 Subject: [App_rpt-users] IAX registration problems In-Reply-To: References: Message-ID: Thanks... for clarification, I have 5 static IP's from my provider. 4 of them live on one router (an atom based server running pfSense), the .196 sits on a seperate wireless router, completely isolated from everything else. It was cabled to that previously, but I moved it off of there as it was only there for temporary testing. > Did you configure the allstarlink server that you are using 4570? Yes, in the networking config section of the portal the port is set to 4570 and I have "custom (IP config set on VoIP server)" set in the dropdown menu. My theory is that once I have registered on the new IP it should have updated accordingly, I have restarted asterisk, rebooted, etc. and no luck :/ My guess at this point is maybe that it's cached at the allstar server end and expires after a pre-determined length of time when an IP changes. Still can't put a finger on the port thing though... On Tue, Mar 22, 2011 at 8:34 PM, David KE6UPI wrote: > As for the public router address that would something to take up with your > ISP. I would check it by using http://whatismyip.com. > Here is my registry. I do use 4570. Did you configure the allstarlink > server that you are using 4570? > > asl2063*CLI> iax2 show registry > > Host dnsmgr Username Perceived Refresh > State > 67.215.233.178:4569 N 2081 72.67.127.136:4570 60 > Registered > 67.215.233.178:4569 N 2080 72.67.127.136:4570 60 > Registered > 67.215.233.178:4569 N 2064 72.67.127.136:4570 60 > Registered > 67.215.233.178:4569 N 2063 72.67.127.136:4570 60 > Registered > > David > > > On Tue, Mar 22, 2011 at 8:18 PM, Stephen - K1LNX wrote: > >> That's part of my issue, my 70.90.228.196 address is on an entirely >> different router, I am attempting to use 70.90.228.195 as my registered >> address, and unless I'm not looking at it correctly it is using port 4569 >> instead of 4570. If someone attempts to connect to me it will fail in it's >> current state. >> >> >> >> On Tue, Mar 22, 2011 at 8:10 PM, David KE6UPI wrote: >> >>> Well the server you are connected too is using port 4569. I bet if a node >>> connect to you they would use port 4570. >>> >>> David >>> >>> On Tue, Mar 22, 2011 at 7:47 PM, Stephen - K1LNX wrote: >>> >>>> Ok... where am I going wrong? Running ACID, self managed server (not >>>> portal managed) and I can not get Asterisk to register to the registration >>>> server correctly. I am attempting to use port 4570 and set bindport=4570 in >>>> iax.conf. >>>> >>>> If I do an iax2 show registry: >>>> allstar*CLI> iax2 show registry >>>> Host dnsmgr Username Perceived Refresh >>>> State >>>> 67.215.233.178:4569 N 2335 70.90.228.195:4569 >>>> 60 Registered >>>> >>>> It show registered, but not on the correct port ??? >>>> >>>> I also show the entry in /var/lib/asterisk/rpt_extnodes to be incorrect, >>>> it shows the IP I was previously using: >>>> [root at allstar asterisk]# cat /var/lib/asterisk/rpt_extnodes | grep 2335 >>>> 2335=radio at 70.90.228.196:4570/2335,70.90.228.196 >>>> >>>> Anyone have any ideas? I've been off the air for a while due to hardware >>>> issues, and these configs were working previously, but it's probably been a >>>> year or more..... >>>> >>>> tnx and 73, >>>> Stephen >>>> >>>> -- >>>> **************************************** >>>> Stephen Brown - ARS K1LNX >>>> Johnson City, TN EM86 >>>> http://www.k1lnx.net >>>> Allstar Link: 2335 >>>> IRLP: 4829 >>>> PSTN: 423-665-9367 >>>> SIP: k1lnx at k1lnx.net >>>> **************************************** >>>> >>>> _______________________________________________ >>>> App_rpt-users mailing list >>>> App_rpt-users at ohnosec.org >>>> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >>>> >>>> >>> >> >> >> -- >> **************************************** >> Stephen Brown - ARS K1LNX >> Johnson City, TN EM86 >> http://www.k1lnx.net >> Allstar Link: 2335 >> IRLP: 4829 >> PSTN: 423-665-9367 >> SIP: k1lnx at k1lnx.net >> **************************************** >> >> _______________________________________________ >> App_rpt-users mailing list >> App_rpt-users at ohnosec.org >> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >> >> > -- **************************************** Stephen Brown - ARS K1LNX Johnson City, TN EM86 http://www.k1lnx.net Allstar Link: 2335 IRLP: 4829 PSTN: 423-665-9367 SIP: k1lnx at k1lnx.net **************************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: From dshaw at ke6upi.com Wed Mar 23 00:48:47 2011 From: dshaw at ke6upi.com (David KE6UPI) Date: Tue, 22 Mar 2011 20:48:47 -0400 Subject: [App_rpt-users] IAX registration problems In-Reply-To: References: Message-ID: I show you using port 4570 and IP address .195. [root at asl2063 ~]# cat /var/lib/asterisk/rpt_extnodes | grep 2335 2335=radio at 70.90.228.195:4570/2335,70.90.228.195 So it looks good now? David On Tue, Mar 22, 2011 at 8:45 PM, Stephen - K1LNX wrote: > Thanks... for clarification, I have 5 static IP's from my provider. 4 of > them live on one router (an atom based server running pfSense), the .196 > sits on a seperate wireless router, completely isolated from everything > else. It was cabled to that previously, but I moved it off of there as it > was only there for temporary testing. > > > Did you configure the allstarlink server that you are using 4570? > > Yes, in the networking config section of the portal the port is set to 4570 > and I have "custom (IP config set on VoIP server)" set in the dropdown menu. > My theory is that once I have registered on the new IP it should have > updated accordingly, I have restarted asterisk, rebooted, etc. and no luck > :/ > > My guess at this point is maybe that it's cached at the allstar server end > and expires after a pre-determined length of time when an IP changes. Still > can't put a finger on the port thing though... > > > On Tue, Mar 22, 2011 at 8:34 PM, David KE6UPI wrote: > >> As for the public router address that would something to take up with your >> ISP. I would check it by using http://whatismyip.com. >> Here is my registry. I do use 4570. Did you configure the allstarlink >> server that you are using 4570? >> >> asl2063*CLI> iax2 show registry >> >> Host dnsmgr Username Perceived Refresh >> State >> 67.215.233.178:4569 N 2081 72.67.127.136:4570 60 >> Registered >> 67.215.233.178:4569 N 2080 72.67.127.136:4570 60 >> Registered >> 67.215.233.178:4569 N 2064 72.67.127.136:4570 60 >> Registered >> 67.215.233.178:4569 N 2063 72.67.127.136:4570 60 >> Registered >> >> David >> >> >> On Tue, Mar 22, 2011 at 8:18 PM, Stephen - K1LNX wrote: >> >>> That's part of my issue, my 70.90.228.196 address is on an entirely >>> different router, I am attempting to use 70.90.228.195 as my registered >>> address, and unless I'm not looking at it correctly it is using port 4569 >>> instead of 4570. If someone attempts to connect to me it will fail in it's >>> current state. >>> >>> >>> >>> On Tue, Mar 22, 2011 at 8:10 PM, David KE6UPI wrote: >>> >>>> Well the server you are connected too is using port 4569. I bet if a >>>> node connect to you they would use port 4570. >>>> >>>> David >>>> >>>> On Tue, Mar 22, 2011 at 7:47 PM, Stephen - K1LNX wrote: >>>> >>>>> Ok... where am I going wrong? Running ACID, self managed server (not >>>>> portal managed) and I can not get Asterisk to register to the registration >>>>> server correctly. I am attempting to use port 4570 and set bindport=4570 in >>>>> iax.conf. >>>>> >>>>> If I do an iax2 show registry: >>>>> allstar*CLI> iax2 show registry >>>>> Host dnsmgr Username Perceived >>>>> Refresh State >>>>> 67.215.233.178:4569 N 2335 70.90.228.195:4569 >>>>> 60 Registered >>>>> >>>>> It show registered, but not on the correct port ??? >>>>> >>>>> I also show the entry in /var/lib/asterisk/rpt_extnodes to be >>>>> incorrect, it shows the IP I was previously using: >>>>> [root at allstar asterisk]# cat /var/lib/asterisk/rpt_extnodes | grep >>>>> 2335 >>>>> 2335=radio at 70.90.228.196:4570/2335,70.90.228.196 >>>>> >>>>> Anyone have any ideas? I've been off the air for a while due to >>>>> hardware issues, and these configs were working previously, but it's >>>>> probably been a year or more..... >>>>> >>>>> tnx and 73, >>>>> Stephen >>>>> >>>>> -- >>>>> **************************************** >>>>> Stephen Brown - ARS K1LNX >>>>> Johnson City, TN EM86 >>>>> http://www.k1lnx.net >>>>> Allstar Link: 2335 >>>>> IRLP: 4829 >>>>> PSTN: 423-665-9367 >>>>> SIP: k1lnx at k1lnx.net >>>>> **************************************** >>>>> >>>>> _______________________________________________ >>>>> App_rpt-users mailing list >>>>> App_rpt-users at ohnosec.org >>>>> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >>>>> >>>>> >>>> >>> >>> >>> -- >>> **************************************** >>> Stephen Brown - ARS K1LNX >>> Johnson City, TN EM86 >>> http://www.k1lnx.net >>> Allstar Link: 2335 >>> IRLP: 4829 >>> PSTN: 423-665-9367 >>> SIP: k1lnx at k1lnx.net >>> **************************************** >>> >>> _______________________________________________ >>> App_rpt-users mailing list >>> App_rpt-users at ohnosec.org >>> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >>> >>> >> > > > -- > **************************************** > Stephen Brown - ARS K1LNX > Johnson City, TN EM86 > http://www.k1lnx.net > Allstar Link: 2335 > IRLP: 4829 > PSTN: 423-665-9367 > SIP: k1lnx at k1lnx.net > **************************************** > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From k1lnx at k1lnx.net Wed Mar 23 00:50:43 2011 From: k1lnx at k1lnx.net (Stephen - K1LNX) Date: Tue, 22 Mar 2011 20:50:43 -0400 Subject: [App_rpt-users] IAX registration problems In-Reply-To: References: Message-ID: Weird.... ok rather than second guess it, I'm going to blow away that file and reboot to get a fresh copy. It's undoubtedly making it to the rest of the nodes :) On Tue, Mar 22, 2011 at 8:48 PM, David KE6UPI wrote: > I show you using port 4570 and IP address .195. > > [root at asl2063 ~]# cat /var/lib/asterisk/rpt_extnodes | grep 2335 > 2335=radio at 70.90.228.195:4570/2335,70.90.228.195 > > So it looks good now? > > David > > > On Tue, Mar 22, 2011 at 8:45 PM, Stephen - K1LNX wrote: > >> Thanks... for clarification, I have 5 static IP's from my provider. 4 of >> them live on one router (an atom based server running pfSense), the .196 >> sits on a seperate wireless router, completely isolated from everything >> else. It was cabled to that previously, but I moved it off of there as it >> was only there for temporary testing. >> >> > Did you configure the allstarlink server that you are using 4570? >> >> Yes, in the networking config section of the portal the port is set to >> 4570 and I have "custom (IP config set on VoIP server)" set in the dropdown >> menu. My theory is that once I have registered on the new IP it should have >> updated accordingly, I have restarted asterisk, rebooted, etc. and no luck >> :/ >> >> My guess at this point is maybe that it's cached at the allstar server end >> and expires after a pre-determined length of time when an IP changes. Still >> can't put a finger on the port thing though... >> >> >> On Tue, Mar 22, 2011 at 8:34 PM, David KE6UPI wrote: >> >>> As for the public router address that would something to take up with >>> your ISP. I would check it by using http://whatismyip.com. >>> Here is my registry. I do use 4570. Did you configure the allstarlink >>> server that you are using 4570? >>> >>> asl2063*CLI> iax2 show registry >>> >>> Host dnsmgr Username Perceived Refresh >>> State >>> 67.215.233.178:4569 N 2081 72.67.127.136:4570 60 >>> Registered >>> 67.215.233.178:4569 N 2080 72.67.127.136:4570 60 >>> Registered >>> 67.215.233.178:4569 N 2064 72.67.127.136:4570 60 >>> Registered >>> 67.215.233.178:4569 N 2063 72.67.127.136:4570 60 >>> Registered >>> >>> David >>> >>> >>> On Tue, Mar 22, 2011 at 8:18 PM, Stephen - K1LNX wrote: >>> >>>> That's part of my issue, my 70.90.228.196 address is on an entirely >>>> different router, I am attempting to use 70.90.228.195 as my registered >>>> address, and unless I'm not looking at it correctly it is using port 4569 >>>> instead of 4570. If someone attempts to connect to me it will fail in it's >>>> current state. >>>> >>>> >>>> >>>> On Tue, Mar 22, 2011 at 8:10 PM, David KE6UPI wrote: >>>> >>>>> Well the server you are connected too is using port 4569. I bet if a >>>>> node connect to you they would use port 4570. >>>>> >>>>> David >>>>> >>>>> On Tue, Mar 22, 2011 at 7:47 PM, Stephen - K1LNX wrote: >>>>> >>>>>> Ok... where am I going wrong? Running ACID, self managed server (not >>>>>> portal managed) and I can not get Asterisk to register to the registration >>>>>> server correctly. I am attempting to use port 4570 and set bindport=4570 in >>>>>> iax.conf. >>>>>> >>>>>> If I do an iax2 show registry: >>>>>> allstar*CLI> iax2 show registry >>>>>> Host dnsmgr Username Perceived >>>>>> Refresh State >>>>>> 67.215.233.178:4569 N 2335 70.90.228.195:4569 >>>>>> 60 Registered >>>>>> >>>>>> It show registered, but not on the correct port ??? >>>>>> >>>>>> I also show the entry in /var/lib/asterisk/rpt_extnodes to be >>>>>> incorrect, it shows the IP I was previously using: >>>>>> [root at allstar asterisk]# cat /var/lib/asterisk/rpt_extnodes | grep >>>>>> 2335 >>>>>> 2335=radio at 70.90.228.196:4570/2335,70.90.228.196 >>>>>> >>>>>> Anyone have any ideas? I've been off the air for a while due to >>>>>> hardware issues, and these configs were working previously, but it's >>>>>> probably been a year or more..... >>>>>> >>>>>> tnx and 73, >>>>>> Stephen >>>>>> >>>>>> -- >>>>>> **************************************** >>>>>> Stephen Brown - ARS K1LNX >>>>>> Johnson City, TN EM86 >>>>>> http://www.k1lnx.net >>>>>> Allstar Link: 2335 >>>>>> IRLP: 4829 >>>>>> PSTN: 423-665-9367 >>>>>> SIP: k1lnx at k1lnx.net >>>>>> **************************************** >>>>>> >>>>>> _______________________________________________ >>>>>> App_rpt-users mailing list >>>>>> App_rpt-users at ohnosec.org >>>>>> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >>>>>> >>>>>> >>>>> >>>> >>>> >>>> -- >>>> **************************************** >>>> Stephen Brown - ARS K1LNX >>>> Johnson City, TN EM86 >>>> http://www.k1lnx.net >>>> Allstar Link: 2335 >>>> IRLP: 4829 >>>> PSTN: 423-665-9367 >>>> SIP: k1lnx at k1lnx.net >>>> **************************************** >>>> >>>> _______________________________________________ >>>> App_rpt-users mailing list >>>> App_rpt-users at ohnosec.org >>>> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >>>> >>>> >>> >> >> >> -- >> **************************************** >> Stephen Brown - ARS K1LNX >> Johnson City, TN EM86 >> http://www.k1lnx.net >> Allstar Link: 2335 >> IRLP: 4829 >> PSTN: 423-665-9367 >> SIP: k1lnx at k1lnx.net >> **************************************** >> >> _______________________________________________ >> App_rpt-users mailing list >> App_rpt-users at ohnosec.org >> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >> >> > -- **************************************** Stephen Brown - ARS K1LNX Johnson City, TN EM86 http://www.k1lnx.net Allstar Link: 2335 IRLP: 4829 PSTN: 423-665-9367 SIP: k1lnx at k1lnx.net **************************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: From dshaw at ke6upi.com Wed Mar 23 00:52:09 2011 From: dshaw at ke6upi.com (David KE6UPI) Date: Tue, 22 Mar 2011 20:52:09 -0400 Subject: [App_rpt-users] IAX registration problems In-Reply-To: References: Message-ID: I tried to connect and no go. Maybe it was rebooting? asl2063*CLI> rpt fun 2063 *32335 == Parsing '/var/lib/asterisk/rpt_extnodes': Found == Parsing '/var/lib/asterisk/rpt_extnodes': Found == Parsing '/var/lib/asterisk/rpt_extnodes': Found == Parsing '/var/lib/asterisk/rpt_extnodes': Found == Parsing '/var/lib/asterisk/rpt_extnodes': Found -- Call accepted by 70.90.228.195 (format ulaw) -- Format for call is ulaw -- Hungup 'IAX2/70.90.228.195:4570-747' -- Hungup 'Zap/pseudo-2145599652' -- Hungup 'Zap/pseudo-1922206398' -- Playing 'rpt/node' (language 'en') -- Playing 'digits/2' (language 'en') -- Playing 'digits/3' (language 'en') -- Playing 'digits/3' (language 'en') -- Playing 'digits/5' (language 'en') -- Playing 'rpt/connection_failed' (language 'en') -- Hungup 'Zap/pseudo-103960313' On Tue, Mar 22, 2011 at 8:50 PM, Stephen - K1LNX wrote: > Weird.... ok rather than second guess it, I'm going to blow away that file > and reboot to get a fresh copy. It's undoubtedly making it to the rest of > the nodes :) > > On Tue, Mar 22, 2011 at 8:48 PM, David KE6UPI wrote: > >> I show you using port 4570 and IP address .195. >> >> [root at asl2063 ~]# cat /var/lib/asterisk/rpt_extnodes | grep 2335 >> 2335=radio at 70.90.228.195:4570/2335,70.90.228.195 >> >> So it looks good now? >> >> David >> >> >> On Tue, Mar 22, 2011 at 8:45 PM, Stephen - K1LNX wrote: >> >>> Thanks... for clarification, I have 5 static IP's from my provider. 4 of >>> them live on one router (an atom based server running pfSense), the .196 >>> sits on a seperate wireless router, completely isolated from everything >>> else. It was cabled to that previously, but I moved it off of there as it >>> was only there for temporary testing. >>> >>> > Did you configure the allstarlink server that you are using 4570? >>> >>> Yes, in the networking config section of the portal the port is set to >>> 4570 and I have "custom (IP config set on VoIP server)" set in the dropdown >>> menu. My theory is that once I have registered on the new IP it should have >>> updated accordingly, I have restarted asterisk, rebooted, etc. and no luck >>> :/ >>> >>> My guess at this point is maybe that it's cached at the allstar server >>> end and expires after a pre-determined length of time when an IP changes. >>> Still can't put a finger on the port thing though... >>> >>> >>> On Tue, Mar 22, 2011 at 8:34 PM, David KE6UPI wrote: >>> >>>> As for the public router address that would something to take up with >>>> your ISP. I would check it by using http://whatismyip.com. >>>> Here is my registry. I do use 4570. Did you configure the allstarlink >>>> server that you are using 4570? >>>> >>>> asl2063*CLI> iax2 show registry >>>> >>>> Host dnsmgr Username Perceived Refresh >>>> State >>>> 67.215.233.178:4569 N 2081 72.67.127.136:4570 >>>> 60 Registered >>>> 67.215.233.178:4569 N 2080 72.67.127.136:4570 >>>> 60 Registered >>>> 67.215.233.178:4569 N 2064 72.67.127.136:4570 >>>> 60 Registered >>>> 67.215.233.178:4569 N 2063 72.67.127.136:4570 >>>> 60 Registered >>>> >>>> David >>>> >>>> >>>> On Tue, Mar 22, 2011 at 8:18 PM, Stephen - K1LNX wrote: >>>> >>>>> That's part of my issue, my 70.90.228.196 address is on an entirely >>>>> different router, I am attempting to use 70.90.228.195 as my registered >>>>> address, and unless I'm not looking at it correctly it is using port 4569 >>>>> instead of 4570. If someone attempts to connect to me it will fail in it's >>>>> current state. >>>>> >>>>> >>>>> >>>>> On Tue, Mar 22, 2011 at 8:10 PM, David KE6UPI wrote: >>>>> >>>>>> Well the server you are connected too is using port 4569. I bet if a >>>>>> node connect to you they would use port 4570. >>>>>> >>>>>> David >>>>>> >>>>>> On Tue, Mar 22, 2011 at 7:47 PM, Stephen - K1LNX wrote: >>>>>> >>>>>>> Ok... where am I going wrong? Running ACID, self managed server (not >>>>>>> portal managed) and I can not get Asterisk to register to the registration >>>>>>> server correctly. I am attempting to use port 4570 and set bindport=4570 in >>>>>>> iax.conf. >>>>>>> >>>>>>> If I do an iax2 show registry: >>>>>>> allstar*CLI> iax2 show registry >>>>>>> Host dnsmgr Username Perceived >>>>>>> Refresh State >>>>>>> 67.215.233.178:4569 N 2335 70.90.228.195:4569 >>>>>>> 60 Registered >>>>>>> >>>>>>> It show registered, but not on the correct port ??? >>>>>>> >>>>>>> I also show the entry in /var/lib/asterisk/rpt_extnodes to be >>>>>>> incorrect, it shows the IP I was previously using: >>>>>>> [root at allstar asterisk]# cat /var/lib/asterisk/rpt_extnodes | grep >>>>>>> 2335 >>>>>>> 2335=radio at 70.90.228.196:4570/2335,70.90.228.196 >>>>>>> >>>>>>> Anyone have any ideas? I've been off the air for a while due to >>>>>>> hardware issues, and these configs were working previously, but it's >>>>>>> probably been a year or more..... >>>>>>> >>>>>>> tnx and 73, >>>>>>> Stephen >>>>>>> >>>>>>> -- >>>>>>> **************************************** >>>>>>> Stephen Brown - ARS K1LNX >>>>>>> Johnson City, TN EM86 >>>>>>> http://www.k1lnx.net >>>>>>> Allstar Link: 2335 >>>>>>> IRLP: 4829 >>>>>>> PSTN: 423-665-9367 >>>>>>> SIP: k1lnx at k1lnx.net >>>>>>> **************************************** >>>>>>> >>>>>>> _______________________________________________ >>>>>>> App_rpt-users mailing list >>>>>>> App_rpt-users at ohnosec.org >>>>>>> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >>>>>>> >>>>>>> >>>>>> >>>>> >>>>> >>>>> -- >>>>> **************************************** >>>>> Stephen Brown - ARS K1LNX >>>>> Johnson City, TN EM86 >>>>> http://www.k1lnx.net >>>>> Allstar Link: 2335 >>>>> IRLP: 4829 >>>>> PSTN: 423-665-9367 >>>>> SIP: k1lnx at k1lnx.net >>>>> **************************************** >>>>> >>>>> _______________________________________________ >>>>> App_rpt-users mailing list >>>>> App_rpt-users at ohnosec.org >>>>> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >>>>> >>>>> >>>> >>> >>> >>> -- >>> **************************************** >>> Stephen Brown - ARS K1LNX >>> Johnson City, TN EM86 >>> http://www.k1lnx.net >>> Allstar Link: 2335 >>> IRLP: 4829 >>> PSTN: 423-665-9367 >>> SIP: k1lnx at k1lnx.net >>> **************************************** >>> >>> _______________________________________________ >>> App_rpt-users mailing list >>> App_rpt-users at ohnosec.org >>> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >>> >>> >> > > > -- > **************************************** > Stephen Brown - ARS K1LNX > Johnson City, TN EM86 > http://www.k1lnx.net > Allstar Link: 2335 > IRLP: 4829 > PSTN: 423-665-9367 > SIP: k1lnx at k1lnx.net > **************************************** > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From k1lnx at k1lnx.net Wed Mar 23 01:43:07 2011 From: k1lnx at k1lnx.net (Stephen - K1LNX) Date: Tue, 22 Mar 2011 21:43:07 -0400 Subject: [App_rpt-users] IAX registration problems In-Reply-To: References: Message-ID: Still not making any progress on this, two questions: 1. I blew away rpt_extnodes on the premise that it would return upon reboot, is that not the case? I did save a copy just in case... 2. When I issue an iax2 reload, I see this in the console: [Mar 22 18:32:07] NOTICE[2241]: chan_iax2.c:11430 set_config: Ignoring bindport on reload Googling suggests this may be normal, but wasn't sure. Nonetheless, I still am coming up on 4569, even after Asterisk restarts and reboots: allstar*CLI> iax2 show registry Host dnsmgr Username Perceived Refresh State 67.215.233.178:4569 N 2335 70.90.228.195:4569 60 Registered tnx Stephen K1LNX On Tue, Mar 22, 2011 at 8:50 PM, Stephen - K1LNX wrote: > Weird.... ok rather than second guess it, I'm going to blow away that file > and reboot to get a fresh copy. It's undoubtedly making it to the rest of > the nodes :) > > On Tue, Mar 22, 2011 at 8:48 PM, David KE6UPI wrote: > >> I show you using port 4570 and IP address .195. >> >> [root at asl2063 ~]# cat /var/lib/asterisk/rpt_extnodes | grep 2335 >> 2335=radio at 70.90.228.195:4570/2335,70.90.228.195 >> >> So it looks good now? >> >> David >> >> >> On Tue, Mar 22, 2011 at 8:45 PM, Stephen - K1LNX wrote: >> >>> Thanks... for clarification, I have 5 static IP's from my provider. 4 of >>> them live on one router (an atom based server running pfSense), the .196 >>> sits on a seperate wireless router, completely isolated from everything >>> else. It was cabled to that previously, but I moved it off of there as it >>> was only there for temporary testing. >>> >>> > Did you configure the allstarlink server that you are using 4570? >>> >>> Yes, in the networking config section of the portal the port is set to >>> 4570 and I have "custom (IP config set on VoIP server)" set in the dropdown >>> menu. My theory is that once I have registered on the new IP it should have >>> updated accordingly, I have restarted asterisk, rebooted, etc. and no luck >>> :/ >>> >>> My guess at this point is maybe that it's cached at the allstar server >>> end and expires after a pre-determined length of time when an IP changes. >>> Still can't put a finger on the port thing though... >>> >>> >>> On Tue, Mar 22, 2011 at 8:34 PM, David KE6UPI wrote: >>> >>>> As for the public router address that would something to take up with >>>> your ISP. I would check it by using http://whatismyip.com. >>>> Here is my registry. I do use 4570. Did you configure the allstarlink >>>> server that you are using 4570? >>>> >>>> asl2063*CLI> iax2 show registry >>>> >>>> Host dnsmgr Username Perceived Refresh >>>> State >>>> 67.215.233.178:4569 N 2081 72.67.127.136:4570 >>>> 60 Registered >>>> 67.215.233.178:4569 N 2080 72.67.127.136:4570 >>>> 60 Registered >>>> 67.215.233.178:4569 N 2064 72.67.127.136:4570 >>>> 60 Registered >>>> 67.215.233.178:4569 N 2063 72.67.127.136:4570 >>>> 60 Registered >>>> >>>> David >>>> >>>> >>>> On Tue, Mar 22, 2011 at 8:18 PM, Stephen - K1LNX wrote: >>>> >>>>> That's part of my issue, my 70.90.228.196 address is on an entirely >>>>> different router, I am attempting to use 70.90.228.195 as my registered >>>>> address, and unless I'm not looking at it correctly it is using port 4569 >>>>> instead of 4570. If someone attempts to connect to me it will fail in it's >>>>> current state. >>>>> >>>>> >>>>> >>>>> On Tue, Mar 22, 2011 at 8:10 PM, David KE6UPI wrote: >>>>> >>>>>> Well the server you are connected too is using port 4569. I bet if a >>>>>> node connect to you they would use port 4570. >>>>>> >>>>>> David >>>>>> >>>>>> On Tue, Mar 22, 2011 at 7:47 PM, Stephen - K1LNX wrote: >>>>>> >>>>>>> Ok... where am I going wrong? Running ACID, self managed server (not >>>>>>> portal managed) and I can not get Asterisk to register to the registration >>>>>>> server correctly. I am attempting to use port 4570 and set bindport=4570 in >>>>>>> iax.conf. >>>>>>> >>>>>>> If I do an iax2 show registry: >>>>>>> allstar*CLI> iax2 show registry >>>>>>> Host dnsmgr Username Perceived >>>>>>> Refresh State >>>>>>> 67.215.233.178:4569 N 2335 70.90.228.195:4569 >>>>>>> 60 Registered >>>>>>> >>>>>>> It show registered, but not on the correct port ??? >>>>>>> >>>>>>> I also show the entry in /var/lib/asterisk/rpt_extnodes to be >>>>>>> incorrect, it shows the IP I was previously using: >>>>>>> [root at allstar asterisk]# cat /var/lib/asterisk/rpt_extnodes | grep >>>>>>> 2335 >>>>>>> 2335=radio at 70.90.228.196:4570/2335,70.90.228.196 >>>>>>> >>>>>>> Anyone have any ideas? I've been off the air for a while due to >>>>>>> hardware issues, and these configs were working previously, but it's >>>>>>> probably been a year or more..... >>>>>>> >>>>>>> tnx and 73, >>>>>>> Stephen >>>>>>> >>>>>>> -- >>>>>>> **************************************** >>>>>>> Stephen Brown - ARS K1LNX >>>>>>> Johnson City, TN EM86 >>>>>>> http://www.k1lnx.net >>>>>>> Allstar Link: 2335 >>>>>>> IRLP: 4829 >>>>>>> PSTN: 423-665-9367 >>>>>>> SIP: k1lnx at k1lnx.net >>>>>>> **************************************** >>>>>>> >>>>>>> _______________________________________________ >>>>>>> App_rpt-users mailing list >>>>>>> App_rpt-users at ohnosec.org >>>>>>> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >>>>>>> >>>>>>> >>>>>> >>>>> >>>>> >>>>> -- >>>>> **************************************** >>>>> Stephen Brown - ARS K1LNX >>>>> Johnson City, TN EM86 >>>>> http://www.k1lnx.net >>>>> Allstar Link: 2335 >>>>> IRLP: 4829 >>>>> PSTN: 423-665-9367 >>>>> SIP: k1lnx at k1lnx.net >>>>> **************************************** >>>>> >>>>> _______________________________________________ >>>>> App_rpt-users mailing list >>>>> App_rpt-users at ohnosec.org >>>>> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >>>>> >>>>> >>>> >>> >>> >>> -- >>> **************************************** >>> Stephen Brown - ARS K1LNX >>> Johnson City, TN EM86 >>> http://www.k1lnx.net >>> Allstar Link: 2335 >>> IRLP: 4829 >>> PSTN: 423-665-9367 >>> SIP: k1lnx at k1lnx.net >>> **************************************** >>> >>> _______________________________________________ >>> App_rpt-users mailing list >>> App_rpt-users at ohnosec.org >>> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >>> >>> >> > > > -- > **************************************** > Stephen Brown - ARS K1LNX > Johnson City, TN EM86 > http://www.k1lnx.net > Allstar Link: 2335 > IRLP: 4829 > PSTN: 423-665-9367 > SIP: k1lnx at k1lnx.net > **************************************** > -- **************************************** Stephen Brown - ARS K1LNX Johnson City, TN EM86 http://www.k1lnx.net Allstar Link: 2335 IRLP: 4829 PSTN: 423-665-9367 SIP: k1lnx at k1lnx.net **************************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: From njgarbenis at gmail.com Wed Mar 23 02:54:10 2011 From: njgarbenis at gmail.com (Neal Garbenis) Date: Tue, 22 Mar 2011 19:54:10 -0700 Subject: [App_rpt-users] off allstarlink node Message-ID: <000001cbe905$969fe280$c3dfa780$@com> I want to link a couple of repeater together with app-rpt/asterisk. I want to do this off the allstar network. My plan is to only have one repeater available to link in to the allstar network and the others on a private network. I am just diving into this so I need some help. I know I will have to have them on static ips or use dydns. The big question is how do I set up the iax.config file to make this happen? Would I make up a node number for these, would I need to dial a *3XXX to dial the node, and is there anything else I will need to do? Any pointers would be great. Thank for any help Neal NG8Y -------------- next part -------------- An HTML attachment was scrubbed... URL: From jd0 at broadsci.com Wed Mar 23 03:06:08 2011 From: jd0 at broadsci.com (Jeff DePolo) Date: Tue, 22 Mar 2011 23:06:08 -0400 Subject: [App_rpt-users] IAX registration problems In-Reply-To: References: Message-ID: Does your router support source-port preservation? If not, my guess is that when the registration hits the Allstar server, it assumes you're on 4569 by default. If you want to force it to another port, one of the portal administrators has to do it for you. The "ignoring bindport" is normal. rpt_extnodes gets downloaded every 10 minutes. --- Jeff WN3A > -----Original Message----- > From: app_rpt-users-bounces at ohnosec.org > [mailto:app_rpt-users-bounces at ohnosec.org] On Behalf Of > Stephen - K1LNX > Sent: Tuesday, March 22, 2011 9:43 PM > To: app_rpt list > Subject: Re: [App_rpt-users] IAX registration problems > > Still not making any progress on this, two questions: > > 1. I blew away rpt_extnodes on the premise that it would > return upon reboot, is that not the case? I did save a copy > just in case... > 2. When I issue an iax2 reload, I see this in the console: > [Mar 22 18:32:07] NOTICE[2241]: chan_iax2.c:11430 set_config: > Ignoring bindport on reload > > Googling suggests this may be normal, but wasn't sure. > Nonetheless, I still am coming up on 4569, even after > Asterisk restarts and reboots: > > allstar*CLI> iax2 show registry > Host dnsmgr Username Perceived > Refresh State > 67.215.233.178:4569 N 2335 70.90.228.195:4569 > 60 Registered > > tnx > Stephen > K1LNX > > > On Tue, Mar 22, 2011 at 8:50 PM, Stephen - K1LNX > wrote: > > > Weird.... ok rather than second guess it, I'm going to > blow away that file and reboot to get a fresh copy. It's > undoubtedly making it to the rest of the nodes :) > > > On Tue, Mar 22, 2011 at 8:48 PM, David KE6UPI > wrote: > > > I show you using port 4570 and IP address .195. > > [root at asl2063 ~]# cat > /var/lib/asterisk/rpt_extnodes | grep 2335 > 2335=radio at 70.90.228.195:4570/2335,70.90.228.195 > > So it looks good now? > > David > > > On Tue, Mar 22, 2011 at 8:45 PM, Stephen - > K1LNX wrote: > > > Thanks... for clarification, I have 5 > static IP's from my provider. 4 of them live on one router > (an atom based server running pfSense), the .196 sits on a > seperate wireless router, completely isolated from everything > else. It was cabled to that previously, but I moved it off of > there as it was only there for temporary testing. > > > > Did you configure the allstarlink > server that you are using 4570? > > > Yes, in the networking config section > of the portal the port is set to 4570 and I have "custom (IP > config set on VoIP server)" set in the dropdown menu. My > theory is that once I have registered on the new IP it should > have updated accordingly, I have restarted asterisk, > rebooted, etc. and no luck :/ > > My guess at this point is maybe that > it's cached at the allstar server end and expires after a > pre-determined length of time when an IP changes. Still can't > put a finger on the port thing though... > > > > On Tue, Mar 22, 2011 at 8:34 PM, David > KE6UPI wrote: > > > As for the public router > address that would something to take up with your ISP. I > would check it by using http://whatismyip.com. > Here is my registry. I do use > 4570. Did you configure the allstarlink server that you are > using 4570? > > asl2063*CLI> iax2 show registry > > Host dnsmgr > Username Perceived Refresh State > > 67.215.233.178:4569 N > 2081 72.67.127.136:4570 60 Registered > 67.215.233.178:4569 N > 2080 72.67.127.136:4570 60 Registered > 67.215.233.178:4569 N > 2064 72.67.127.136:4570 60 Registered > 67.215.233.178:4569 N > 2063 72.67.127.136:4570 60 Registered > > David > > > On Tue, Mar 22, 2011 at 8:18 > PM, Stephen - K1LNX wrote: > > > That's part of my > issue, my 70.90.228.196 address is on an entirely different > router, I am attempting to use 70.90.228.195 as my registered > address, and unless I'm not looking at it correctly it is > using port 4569 instead of 4570. If someone attempts to > connect to me it will fail in it's current state. > > > > > On Tue, Mar 22, 2011 at > 8:10 PM, David KE6UPI wrote: > > > Well the server > you are connected too is using port 4569. I bet if a node > connect to you they would use port 4570. > > David > > > On Tue, Mar 22, > 2011 at 7:47 PM, Stephen - K1LNX wrote: > > > Ok... > where am I going wrong? Running ACID, self managed server > (not portal managed) and I can not get Asterisk to register > to the registration server correctly. I am attempting to use > port 4570 and set bindport=4570 in iax.conf. > > If I do > an iax2 show registry: > > allstar*CLI> iax2 show registry > Host > dnsmgr Username Perceived Refresh State > > 67.215.233.178:4569 N 2335 70.90.228.195:4569 > 60 Registered > > It show > registered, but not on the correct port ??? > > I also > show the entry in /var/lib/asterisk/rpt_extnodes to be > incorrect, it shows the IP I was previously using: > > [root at allstar asterisk]# cat /var/lib/asterisk/rpt_extnodes | > grep 2335 > > 2335=radio at 70.90.228.196:4570/2335,70.90.228.196 > > Anyone > have any ideas? I've been off the air for a while due to > hardware issues, and these configs were working previously, > but it's probably been a year or more..... > > tnx and 73, > Stephen > > -- > > **************************************** > Stephen > Brown - ARS K1LNX > Johnson > City, TN EM86 > > http://www.k1lnx.net > Allstar > Link: 2335 > IRLP: 4829 > PSTN: > 423-665-9367 > SIP: > k1lnx at k1lnx.net > > **************************************** > > > > _______________________________________________ > > App_rpt-users mailing list > > App_rpt-users at ohnosec.org > > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > > > > > > > -- > > **************************************** > Stephen Brown - ARS K1LNX > Johnson City, TN EM86 > http://www.k1lnx.net > Allstar Link: 2335 > IRLP: 4829 > PSTN: 423-665-9367 > SIP: k1lnx at k1lnx.net > > **************************************** > > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > > > > > > > -- > **************************************** > Stephen Brown - ARS K1LNX > Johnson City, TN EM86 > http://www.k1lnx.net > Allstar Link: 2335 > IRLP: 4829 > PSTN: 423-665-9367 > SIP: k1lnx at k1lnx.net > **************************************** > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > > > > > > > -- > **************************************** > Stephen Brown - ARS K1LNX > Johnson City, TN EM86 > http://www.k1lnx.net > Allstar Link: 2335 > IRLP: 4829 > PSTN: 423-665-9367 > SIP: k1lnx at k1lnx.net > **************************************** > > > > > > -- > **************************************** > Stephen Brown - ARS K1LNX > Johnson City, TN EM86 > http://www.k1lnx.net > Allstar Link: 2335 > IRLP: 4829 > PSTN: 423-665-9367 > SIP: k1lnx at k1lnx.net > **************************************** > > From k1lnx at k1lnx.net Wed Mar 23 19:22:30 2011 From: k1lnx at k1lnx.net (Stephen - K1LNX) Date: Wed, 23 Mar 2011 15:22:30 -0400 Subject: [App_rpt-users] IAX registration problems In-Reply-To: References: Message-ID: Making some progress... I ended up shifting some firewall rules around and I am now registering on port 4570 externally: allstar*CLI> iax2 show registry Host dnsmgr Username Perceived Refresh State 67.215.233.178:4569 N 2335 70.90.228.195:4570 60 Registered I am not showing up on the online nodes list however, and my rpt_extnodes has still not updated (still showing old IP). A little baffled at this point, rc.updatenodelist is running, but doesn't appear to be working as intended. tnx Stephen K1LNX On Tue, Mar 22, 2011 at 11:06 PM, Jeff DePolo wrote: > > Does your router support source-port preservation? If not, my guess is > that > when the registration hits the Allstar server, it assumes you're on 4569 by > default. If you want to force it to another port, one of the portal > administrators has to do it for you. > > The "ignoring bindport" is normal. > > rpt_extnodes gets downloaded every 10 minutes. > > --- Jeff WN3A > > > -----Original Message----- > > From: app_rpt-users-bounces at ohnosec.org > > [mailto:app_rpt-users-bounces at ohnosec.org] On Behalf Of > > Stephen - K1LNX > > Sent: Tuesday, March 22, 2011 9:43 PM > > To: app_rpt list > > Subject: Re: [App_rpt-users] IAX registration problems > > > > Still not making any progress on this, two questions: > > > > 1. I blew away rpt_extnodes on the premise that it would > > return upon reboot, is that not the case? I did save a copy > > just in case... > > 2. When I issue an iax2 reload, I see this in the console: > > [Mar 22 18:32:07] NOTICE[2241]: chan_iax2.c:11430 set_config: > > Ignoring bindport on reload > > > > Googling suggests this may be normal, but wasn't sure. > > Nonetheless, I still am coming up on 4569, even after > > Asterisk restarts and reboots: > > > > allstar*CLI> iax2 show registry > > Host dnsmgr Username Perceived > > Refresh State > > 67.215.233.178:4569 N 2335 70.90.228.195:4569 > > 60 Registered > > > > tnx > > Stephen > > K1LNX > > > > > > On Tue, Mar 22, 2011 at 8:50 PM, Stephen - K1LNX > > wrote: > > > > > > Weird.... ok rather than second guess it, I'm going to > > blow away that file and reboot to get a fresh copy. It's > > undoubtedly making it to the rest of the nodes :) > > > > > > On Tue, Mar 22, 2011 at 8:48 PM, David KE6UPI > > wrote: > > > > > > I show you using port 4570 and IP address .195. > > > > [root at asl2063 ~]# cat > > /var/lib/asterisk/rpt_extnodes | grep 2335 > > 2335=radio at 70.90.228.195:4570/2335,70.90.228.195 > > > > So it looks good now? > > > > David > > > > > > On Tue, Mar 22, 2011 at 8:45 PM, Stephen - > > K1LNX wrote: > > > > > > Thanks... for clarification, I have 5 > > static IP's from my provider. 4 of them live on one router > > (an atom based server running pfSense), the .196 sits on a > > seperate wireless router, completely isolated from everything > > else. It was cabled to that previously, but I moved it off of > > there as it was only there for temporary testing. > > > > > > > Did you configure the allstarlink > > server that you are using 4570? > > > > > > Yes, in the networking config section > > of the portal the port is set to 4570 and I have "custom (IP > > config set on VoIP server)" set in the dropdown menu. My > > theory is that once I have registered on the new IP it should > > have updated accordingly, I have restarted asterisk, > > rebooted, etc. and no luck :/ > > > > My guess at this point is maybe that > > it's cached at the allstar server end and expires after a > > pre-determined length of time when an IP changes. Still can't > > put a finger on the port thing though... > > > > > > > > On Tue, Mar 22, 2011 at 8:34 PM, David > > KE6UPI wrote: > > > > > > As for the public router > > address that would something to take up with your ISP. I > > would check it by using http://whatismyip.com. > > Here is my registry. I do use > > 4570. Did you configure the allstarlink server that you are > > using 4570? > > > > asl2063*CLI> iax2 show registry > > > > Host dnsmgr > > Username Perceived Refresh State > > > > 67.215.233.178:4569 N > > 2081 72.67.127.136:4570 60 Registered > > 67.215.233.178:4569 N > > 2080 72.67.127.136:4570 60 Registered > > 67.215.233.178:4569 N > > 2064 72.67.127.136:4570 60 Registered > > 67.215.233.178:4569 N > > 2063 72.67.127.136:4570 60 Registered > > > > David > > > > > > On Tue, Mar 22, 2011 at 8:18 > > PM, Stephen - K1LNX wrote: > > > > > > That's part of my > > issue, my 70.90.228.196 address is on an entirely different > > router, I am attempting to use 70.90.228.195 as my registered > > address, and unless I'm not looking at it correctly it is > > using port 4569 instead of 4570. If someone attempts to > > connect to me it will fail in it's current state. > > > > > > > > > > On Tue, Mar 22, 2011 at > > 8:10 PM, David KE6UPI wrote: > > > > > > Well the server > > you are connected too is using port 4569. I bet if a node > > connect to you they would use port 4570. > > > > David > > > > > > On Tue, Mar 22, > > 2011 at 7:47 PM, Stephen - K1LNX wrote: > > > > > > Ok... > > where am I going wrong? Running ACID, self managed server > > (not portal managed) and I can not get Asterisk to register > > to the registration server correctly. I am attempting to use > > port 4570 and set bindport=4570 in iax.conf. > > > > If I do > > an iax2 show registry: > > > > allstar*CLI> iax2 show registry > > Host > > dnsmgr Username Perceived Refresh State > > > > 67.215.233.178:4569 N 2335 70.90.228.195:4569 > > 60 Registered > > > > It show > > registered, but not on the correct port ??? > > > > I also > > show the entry in /var/lib/asterisk/rpt_extnodes to be > > incorrect, it shows the IP I was previously using: > > > > [root at allstar asterisk]# cat /var/lib/asterisk/rpt_extnodes | > > grep 2335 > > > > 2335=radio at 70.90.228.196:4570/2335,70.90.228.196 > > > > Anyone > > have any ideas? I've been off the air for a while due to > > hardware issues, and these configs were working previously, > > but it's probably been a year or more..... > > > > tnx and 73, > > Stephen > > > > -- > > > > **************************************** > > Stephen > > Brown - ARS K1LNX > > Johnson > > City, TN EM86 > > > > http://www.k1lnx.net > > Allstar > > Link: 2335 > > IRLP: 4829 > > PSTN: > > 423-665-9367 > > SIP: > > k1lnx at k1lnx.net > > > > **************************************** > > > > > > > > _______________________________________________ > > > > App_rpt-users mailing list > > > > App_rpt-users at ohnosec.org > > > > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > > > > > > > > > > > > > > > -- > > > > **************************************** > > Stephen Brown - ARS K1LNX > > Johnson City, TN EM86 > > http://www.k1lnx.net > > Allstar Link: 2335 > > IRLP: 4829 > > PSTN: 423-665-9367 > > SIP: k1lnx at k1lnx.net > > > > **************************************** > > > > > > > > _______________________________________________ > > App_rpt-users mailing list > > App_rpt-users at ohnosec.org > > > > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > > > > > > > > > > > > > > > -- > > **************************************** > > Stephen Brown - ARS K1LNX > > Johnson City, TN EM86 > > http://www.k1lnx.net > > Allstar Link: 2335 > > IRLP: 4829 > > PSTN: 423-665-9367 > > SIP: k1lnx at k1lnx.net > > **************************************** > > > > > > _______________________________________________ > > App_rpt-users mailing list > > App_rpt-users at ohnosec.org > > > > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > > > > > > > > > > > > > > > -- > > **************************************** > > Stephen Brown - ARS K1LNX > > Johnson City, TN EM86 > > http://www.k1lnx.net > > Allstar Link: 2335 > > IRLP: 4829 > > PSTN: 423-665-9367 > > SIP: k1lnx at k1lnx.net > > **************************************** > > > > > > > > > > > > -- > > **************************************** > > Stephen Brown - ARS K1LNX > > Johnson City, TN EM86 > > http://www.k1lnx.net > > Allstar Link: 2335 > > IRLP: 4829 > > PSTN: 423-665-9367 > > SIP: k1lnx at k1lnx.net > > **************************************** > > > > > > -- **************************************** Stephen Brown - ARS K1LNX Johnson City, TN EM86 http://www.k1lnx.net Allstar Link: 2335 IRLP: 4829 PSTN: 423-665-9367 SIP: k1lnx at k1lnx.net **************************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: From k1lnx at k1lnx.net Wed Mar 23 21:25:42 2011 From: k1lnx at k1lnx.net (Stephen - K1LNX) Date: Wed, 23 Mar 2011 17:25:42 -0400 Subject: [App_rpt-users] IAX registration problems In-Reply-To: References: Message-ID: I'm up now. It ended up being some firewall rules that weren't NAT'ing things correctly. I've corrected and it appears to be working now. tnx and 73.... Stephen K1LNX On Wed, Mar 23, 2011 at 3:22 PM, Stephen - K1LNX wrote: > Making some progress... I ended up shifting some firewall rules around and > I am now registering on port 4570 externally: > > > allstar*CLI> iax2 show registry > Host dnsmgr Username Perceived Refresh > State > 67.215.233.178:4569 N 2335 70.90.228.195:4570 60 > Registered > > I am not showing up on the online nodes list however, and my rpt_extnodes > has still not updated (still showing old IP). > A little baffled at this point, rc.updatenodelist is running, but doesn't > appear to be working as intended. > > tnx > Stephen > K1LNX > > > On Tue, Mar 22, 2011 at 11:06 PM, Jeff DePolo wrote: > >> >> Does your router support source-port preservation? If not, my guess is >> that >> when the registration hits the Allstar server, it assumes you're on 4569 >> by >> default. If you want to force it to another port, one of the portal >> administrators has to do it for you. >> >> The "ignoring bindport" is normal. >> >> rpt_extnodes gets downloaded every 10 minutes. >> >> --- Jeff WN3A >> >> > -----Original Message----- >> > From: app_rpt-users-bounces at ohnosec.org >> > [mailto:app_rpt-users-bounces at ohnosec.org] On Behalf Of >> > Stephen - K1LNX >> > Sent: Tuesday, March 22, 2011 9:43 PM >> > To: app_rpt list >> > Subject: Re: [App_rpt-users] IAX registration problems >> > >> > Still not making any progress on this, two questions: >> > >> > 1. I blew away rpt_extnodes on the premise that it would >> > return upon reboot, is that not the case? I did save a copy >> > just in case... >> > 2. When I issue an iax2 reload, I see this in the console: >> > [Mar 22 18:32:07] NOTICE[2241]: chan_iax2.c:11430 set_config: >> > Ignoring bindport on reload >> > >> > Googling suggests this may be normal, but wasn't sure. >> > Nonetheless, I still am coming up on 4569, even after >> > Asterisk restarts and reboots: >> > >> > allstar*CLI> iax2 show registry >> > Host dnsmgr Username Perceived >> > Refresh State >> > 67.215.233.178:4569 N 2335 70.90.228.195:4569 >> > 60 Registered >> > >> > tnx >> > Stephen >> > K1LNX >> > >> > >> > On Tue, Mar 22, 2011 at 8:50 PM, Stephen - K1LNX >> > wrote: >> > >> > >> > Weird.... ok rather than second guess it, I'm going to >> > blow away that file and reboot to get a fresh copy. It's >> > undoubtedly making it to the rest of the nodes :) >> > >> > >> > On Tue, Mar 22, 2011 at 8:48 PM, David KE6UPI >> > wrote: >> > >> > >> > I show you using port 4570 and IP address .195. >> > >> > [root at asl2063 ~]# cat >> > /var/lib/asterisk/rpt_extnodes | grep 2335 >> > 2335=radio at 70.90.228.195:4570/2335,70.90.228.195 >> > >> > So it looks good now? >> > >> > David >> > >> > >> > On Tue, Mar 22, 2011 at 8:45 PM, Stephen - >> > K1LNX wrote: >> > >> > >> > Thanks... for clarification, I have 5 >> > static IP's from my provider. 4 of them live on one router >> > (an atom based server running pfSense), the .196 sits on a >> > seperate wireless router, completely isolated from everything >> > else. It was cabled to that previously, but I moved it off of >> > there as it was only there for temporary testing. >> > >> > >> > > Did you configure the allstarlink >> > server that you are using 4570? >> > >> > >> > Yes, in the networking config section >> > of the portal the port is set to 4570 and I have "custom (IP >> > config set on VoIP server)" set in the dropdown menu. My >> > theory is that once I have registered on the new IP it should >> > have updated accordingly, I have restarted asterisk, >> > rebooted, etc. and no luck :/ >> > >> > My guess at this point is maybe that >> > it's cached at the allstar server end and expires after a >> > pre-determined length of time when an IP changes. Still can't >> > put a finger on the port thing though... >> > >> > >> > >> > On Tue, Mar 22, 2011 at 8:34 PM, David >> > KE6UPI wrote: >> > >> > >> > As for the public router >> > address that would something to take up with your ISP. I >> > would check it by using http://whatismyip.com. >> > Here is my registry. I do use >> > 4570. Did you configure the allstarlink server that you are >> > using 4570? >> > >> > asl2063*CLI> iax2 show registry >> > >> > Host dnsmgr >> > Username Perceived Refresh State >> > >> > 67.215.233.178:4569 N >> > 2081 72.67.127.136:4570 60 Registered >> > 67.215.233.178:4569 N >> > 2080 72.67.127.136:4570 60 Registered >> > 67.215.233.178:4569 N >> > 2064 72.67.127.136:4570 60 Registered >> > 67.215.233.178:4569 N >> > 2063 72.67.127.136:4570 60 Registered >> > >> > David >> > >> > >> > On Tue, Mar 22, 2011 at 8:18 >> > PM, Stephen - K1LNX wrote: >> > >> > >> > That's part of my >> > issue, my 70.90.228.196 address is on an entirely different >> > router, I am attempting to use 70.90.228.195 as my registered >> > address, and unless I'm not looking at it correctly it is >> > using port 4569 instead of 4570. If someone attempts to >> > connect to me it will fail in it's current state. >> > >> > >> > >> > >> > On Tue, Mar 22, 2011 at >> > 8:10 PM, David KE6UPI wrote: >> > >> > >> > Well the server >> > you are connected too is using port 4569. I bet if a node >> > connect to you they would use port 4570. >> > >> > David >> > >> > >> > On Tue, Mar 22, >> > 2011 at 7:47 PM, Stephen - K1LNX wrote: >> > >> > >> > Ok... >> > where am I going wrong? Running ACID, self managed server >> > (not portal managed) and I can not get Asterisk to register >> > to the registration server correctly. I am attempting to use >> > port 4570 and set bindport=4570 in iax.conf. >> > >> > If I do >> > an iax2 show registry: >> > >> > allstar*CLI> iax2 show registry >> > Host >> > dnsmgr Username Perceived Refresh State >> > >> > 67.215.233.178:4569 N 2335 70.90.228.195:4569 >> > 60 Registered >> > >> > It show >> > registered, but not on the correct port ??? >> > >> > I also >> > show the entry in /var/lib/asterisk/rpt_extnodes to be >> > incorrect, it shows the IP I was previously using: >> > >> > [root at allstar asterisk]# cat /var/lib/asterisk/rpt_extnodes | >> > grep 2335 >> > >> > 2335=radio at 70.90.228.196:4570/2335,70.90.228.196 >> > >> > Anyone >> > have any ideas? I've been off the air for a while due to >> > hardware issues, and these configs were working previously, >> > but it's probably been a year or more..... >> > >> > tnx and 73, >> > Stephen >> > >> > -- >> > >> > **************************************** >> > Stephen >> > Brown - ARS K1LNX >> > Johnson >> > City, TN EM86 >> > >> > http://www.k1lnx.net >> > Allstar >> > Link: 2335 >> > IRLP: 4829 >> > PSTN: >> > 423-665-9367 >> > SIP: >> > k1lnx at k1lnx.net >> > >> > **************************************** >> > >> > >> > >> > _______________________________________________ >> > >> > App_rpt-users mailing list >> > >> > App_rpt-users at ohnosec.org >> > >> > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >> > >> > >> > >> > >> > >> > >> > >> > -- >> > >> > **************************************** >> > Stephen Brown - ARS K1LNX >> > Johnson City, TN EM86 >> > http://www.k1lnx.net >> > Allstar Link: 2335 >> > IRLP: 4829 >> > PSTN: 423-665-9367 >> > SIP: k1lnx at k1lnx.net >> > >> > **************************************** >> > >> > >> > >> > _______________________________________________ >> > App_rpt-users mailing list >> > App_rpt-users at ohnosec.org >> > >> > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >> > >> > >> > >> > >> > >> > >> > >> > -- >> > **************************************** >> > Stephen Brown - ARS K1LNX >> > Johnson City, TN EM86 >> > http://www.k1lnx.net >> > Allstar Link: 2335 >> > IRLP: 4829 >> > PSTN: 423-665-9367 >> > SIP: k1lnx at k1lnx.net >> > **************************************** >> > >> > >> > _______________________________________________ >> > App_rpt-users mailing list >> > App_rpt-users at ohnosec.org >> > >> > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >> > >> > >> > >> > >> > >> > >> > >> > -- >> > **************************************** >> > Stephen Brown - ARS K1LNX >> > Johnson City, TN EM86 >> > http://www.k1lnx.net >> > Allstar Link: 2335 >> > IRLP: 4829 >> > PSTN: 423-665-9367 >> > SIP: k1lnx at k1lnx.net >> > **************************************** >> > >> > >> > >> > >> > >> > -- >> > **************************************** >> > Stephen Brown - ARS K1LNX >> > Johnson City, TN EM86 >> > http://www.k1lnx.net >> > Allstar Link: 2335 >> > IRLP: 4829 >> > PSTN: 423-665-9367 >> > SIP: k1lnx at k1lnx.net >> > **************************************** >> > >> > >> >> > > > -- > **************************************** > Stephen Brown - ARS K1LNX > Johnson City, TN EM86 > http://www.k1lnx.net > Allstar Link: 2335 > IRLP: 4829 > PSTN: 423-665-9367 > SIP: k1lnx at k1lnx.net > **************************************** > -- **************************************** Stephen Brown - ARS K1LNX Johnson City, TN EM86 http://www.k1lnx.net Allstar Link: 2335 IRLP: 4829 PSTN: 423-665-9367 SIP: k1lnx at k1lnx.net **************************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: From njgarbenis at gmail.com Thu Mar 24 01:54:04 2011 From: njgarbenis at gmail.com (Neal Garbenis) Date: Wed, 23 Mar 2011 18:54:04 -0700 Subject: [App_rpt-users] connected to stations Message-ID: <000001cbe9c6$5bc86fd0$13594f70$@com> Ryan, What telemetry do you want on you end I have mine turned of all the time. When I want to check my status I made a macro to turn it on, play status, then turn it back off 90=cop,33 turn on 91=cop,34 turn off [macro27629] 1=*90,*70,*91 So no the *51 will play my status This works for me but then again I don't know what you want. On another note what do you know about the link box I want to make a exp ref for IRLP to crosslink all systems legally in irlp standards. I will catch up with you soon on the radio. Neal NG8Y -------------- next part -------------- An HTML attachment was scrubbed... URL: From w5bi at amsat.org Thu Mar 24 18:41:37 2011 From: w5bi at amsat.org (GARY BONEBRAKE) Date: Thu, 24 Mar 2011 12:41:37 -0600 Subject: [App_rpt-users] Issues with Remote Base - Initial connect keyup & tail blurp Message-ID: Setup - UHF repeater IC-706 remote base 3 GHz P4 PC, 1G mem ACID CentOS install DMK URIs app_rpt version 0.273 Two issues with remote base operation that are not acceptable. 1. When initially connect RB node - keys up RB for 1-2 seconds (occasionally with loud raspy "braaaaap"). Occurs with *3nnnn and *2nnnn. 2. Randomly distorts last spoken word on RB and adds 0.5 - 1.5 second "braaaaap". Any suggestions on cause/remedy? Gary W5BI -------------- next part -------------- An HTML attachment was scrubbed... URL: From kb8pmy at kb8pmy.net Thu Mar 24 20:04:03 2011 From: kb8pmy at kb8pmy.net (Ryan Collier) Date: Thu, 24 Mar 2011 16:04:03 -0400 Subject: [App_rpt-users] connected to stations Message-ID: <1300997043574034000@kb8pmy.net> ?Neal, I want remote telemetry off. 2135 is killing me from all the connects and disconnects. Along with allthe other ones. Ryan -------------- next part -------------- An HTML attachment was scrubbed... URL: From telesistant at hotmail.com Thu Mar 24 23:52:24 2011 From: telesistant at hotmail.com (Jim Duuuude) Date: Thu, 24 Mar 2011 16:52:24 -0700 Subject: [App_rpt-users] Issues with Remote Base - Initial connect keyup & tail blurp In-Reply-To: References: Message-ID: interesting... ive seen something like this before, but I couldnt get it to do it again.. how consistent is it?? JIM WB6NIL From: w5bi at amsat.org To: app_rpt-users at ohnosec.org Date: Thu, 24 Mar 2011 12:41:37 -0600 Subject: [App_rpt-users] Issues with Remote Base - Initial connect keyup & tail blurp Setup ? UHF repeater IC-706 remote base 3 GHz P4 PC, 1G mem ACID CentOS install DMK URIs app_rpt version 0.273 Two issues with remote base operation that are not acceptable. 1. When initially connect RB node ? keys up RB for 1-2 seconds (occasionally with loud raspy ?braaaaap?). Occurs with *3nnnn and *2nnnn.2. Randomly distorts last spoken word on RB and adds 0.5 ? 1.5 second ?braaaaap?. Any suggestions on cause/remedy? Gary W5BI _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users -------------- next part -------------- An HTML attachment was scrubbed... URL: From telesistant at hotmail.com Sun Mar 27 00:23:13 2011 From: telesistant at hotmail.com (Jim Duuuude) Date: Sat, 26 Mar 2011 17:23:13 -0700 Subject: [App_rpt-users] New Releases Message-ID: There is a new release available of all the Distros for app_rpt/Allstar, ACID, Limey Linux (both platforms) and Pickle which reflect the current SVN state as of yesterday (3/26/2011). If you already have an ACID Distro CD, you do not need to download a new one, as the OS load is the same for all of our releases (it just downloads different files once Centos gets installed). JIM WB6NIL -------------- next part -------------- An HTML attachment was scrubbed... URL: From n3xcc at repeater-builder.com Sun Mar 27 01:47:27 2011 From: n3xcc at repeater-builder.com (Scott Zimmerman) Date: Sat, 26 Mar 2011 21:47:27 -0400 Subject: [App_rpt-users] New Releases In-Reply-To: References: Message-ID: <4D8E972F.802@repeater-builder.com> Jim, Not to sound completely stupid, but where can I find a change log for this new version. I looked fairly thoroughly on both the ohnosec and allstarlink.org sites. If I glanced past it, I apologize. Scott Scott Zimmerman Amateur Radio Call N3XCC 474 Barnett Road Boswell, PA 15531 On 3/26/2011 8:23 PM, Jim Duuuude wrote: > There is a new release available of all the Distros for app_rpt/Allstar, > ACID, Limey Linux (both platforms) and Pickle which reflect the current > SVN state as of yesterday (3/26/2011). > > If you already have an ACID Distro CD, you do not need to download a new > one, as the OS load is the same for all of our releases (it just downloads > different files once Centos gets installed). > > JIM WB6NIL > > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users From hwstar at rodgers.sdcoxmail.com Sun Mar 27 14:54:24 2011 From: hwstar at rodgers.sdcoxmail.com (Stephen Rodgers) Date: Sun, 27 Mar 2011 07:54:24 -0700 Subject: [App_rpt-users] New Releases In-Reply-To: <4D8E972F.802@repeater-builder.com> References: <4D8E972F.802@repeater-builder.com> Message-ID: <4D8F4FA0.3030208@rodgers.sdcoxmail.com> On 03/26/2011 06:47 PM, Scott Zimmerman wrote: > Jim, > > Not to sound completely stupid, but where can I find a change log for this new version. I looked fairly thoroughly on > both the ohnosec and allstarlink.org sites. If I glanced past it, I apologize. > > Scott > > Scott Zimmerman > Amateur Radio Call N3XCC > 474 Barnett Road > Boswell, PA 15531 > > On 3/26/2011 8:23 PM, Jim Duuuude wrote: >> There is a new release available of all the Distros for app_rpt/Allstar, >> ACID, Limey Linux (both platforms) and Pickle which reflect the current >> SVN state as of yesterday (3/26/2011). >> >> If you already have an ACID Distro CD, you do not need to download a new >> one, as the OS load is the same for all of our releases (it just downloads >> different files once Centos gets installed). >> >> JIM WB6NIL >> >> >> >> _______________________________________________ >> App_rpt-users mailing list >> App_rpt-users at ohnosec.org >> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > We've haven't produced change logs for our releases. There are automated tools for SVN but they still require a lot of manual intervention to make the result useable. With just two developers on the project, this is just not going to happen. If we were selling the software for a profit along with a support contract, then our customers would deserve a change log. If someone wants to take on change log generation for releases to help the project, then send us a request off-list. If you are interested in changes to specific files, then the viewvc SVN viewer can be used provide the results on a file-by file basis. You can also look at the times changes were made in specific projects (i.e. asterisk, acid and limey) and use that to compile a change log. Steve WA6ZFT From n3xcc at repeater-builder.com Sun Mar 27 15:56:17 2011 From: n3xcc at repeater-builder.com (Scott Zimmerman) Date: Sun, 27 Mar 2011 11:56:17 -0400 Subject: [App_rpt-users] New Releases In-Reply-To: <4D8F4FA0.3030208@rodgers.sdcoxmail.com> References: <4D8E972F.802@repeater-builder.com> <4D8F4FA0.3030208@rodgers.sdcoxmail.com> Message-ID: <4D8F5E21.3050500@repeater-builder.com> Maybe 'change log' was not the correct terminology. How about "newly added features / fixes" ? I found this, but it hasn't been updated yet for 1.1.4: http://stats.allstarlink.org/limeylinux/ Scott Scott Zimmerman Amateur Radio Call N3XCC 474 Barnett Road Boswell, PA 15531 On 3/27/2011 10:54 AM, Stephen Rodgers wrote: > On 03/26/2011 06:47 PM, Scott Zimmerman wrote: >> Jim, >> >> Not to sound completely stupid, but where can I find a change log for this new version. I looked fairly thoroughly on >> both the ohnosec and allstarlink.org sites. If I glanced past it, I apologize. >> >> Scott >> >> Scott Zimmerman >> Amateur Radio Call N3XCC >> 474 Barnett Road >> Boswell, PA 15531 >> >> On 3/26/2011 8:23 PM, Jim Duuuude wrote: >>> There is a new release available of all the Distros for app_rpt/Allstar, >>> ACID, Limey Linux (both platforms) and Pickle which reflect the current >>> SVN state as of yesterday (3/26/2011). >>> >>> If you already have an ACID Distro CD, you do not need to download a new >>> one, as the OS load is the same for all of our releases (it just downloads >>> different files once Centos gets installed). >>> >>> JIM WB6NIL >>> >>> >>> >>> _______________________________________________ >>> App_rpt-users mailing list >>> App_rpt-users at ohnosec.org >>> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >> _______________________________________________ >> App_rpt-users mailing list >> App_rpt-users at ohnosec.org >> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >> > We've haven't produced change logs for our releases. There are automated tools > for SVN but they still require a lot of manual intervention to make the result useable. > With just two developers on the project, this is just not going to happen. > If we were selling the software for a profit along with a support contract, > then our customers would deserve a change log. If someone wants to take on change > log generation for releases to help the project, then send us a request off-list. > > > If you are interested in changes to specific files, then the viewvc SVN viewer can > be used provide the results on a file-by file basis. You can also look at the > times changes were made in specific projects (i.e. asterisk, acid and limey) > and use that to compile a change log. > > Steve > WA6ZFT > > > > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > From hwstar at rodgers.sdcoxmail.com Sun Mar 27 16:54:03 2011 From: hwstar at rodgers.sdcoxmail.com (Stephen Rodgers) Date: Sun, 27 Mar 2011 09:54:03 -0700 Subject: [App_rpt-users] New Releases In-Reply-To: <4D8F5E21.3050500@repeater-builder.com> References: <4D8E972F.802@repeater-builder.com> <4D8F4FA0.3030208@rodgers.sdcoxmail.com> <4D8F5E21.3050500@repeater-builder.com> Message-ID: <4D8F6BAB.6040008@rodgers.sdcoxmail.com> On 03/27/2011 08:56 AM, Scott Zimmerman wrote: > Maybe 'change log' was not the correct terminology. > > How about "newly added features / fixes" ? I found this, but it hasn't been updated yet for 1.1.4: > http://stats.allstarlink.org/limeylinux/ > > Scott > > Scott Zimmerman > Amateur Radio Call N3XCC > 474 Barnett Road > Boswell, PA 15531 > > On 3/27/2011 10:54 AM, Stephen Rodgers wrote: >> On 03/26/2011 06:47 PM, Scott Zimmerman wrote: >>> Jim, >>> >>> Not to sound completely stupid, but where can I find a change log for this new version. I looked fairly thoroughly on >>> both the ohnosec and allstarlink.org sites. If I glanced past it, I apologize. >>> >>> Scott >>> >>> Scott Zimmerman >>> Amateur Radio Call N3XCC >>> 474 Barnett Road >>> Boswell, PA 15531 >>> >>> On 3/26/2011 8:23 PM, Jim Duuuude wrote: >>>> There is a new release available of all the Distros for app_rpt/Allstar, >>>> ACID, Limey Linux (both platforms) and Pickle which reflect the current >>>> SVN state as of yesterday (3/26/2011). >>>> >>>> If you already have an ACID Distro CD, you do not need to download a new >>>> one, as the OS load is the same for all of our releases (it just downloads >>>> different files once Centos gets installed). >>>> >>>> JIM WB6NIL >>>> >>>> >>>> >>>> _______________________________________________ >>>> App_rpt-users mailing list >>>> App_rpt-users at ohnosec.org >>>> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >>> _______________________________________________ >>> App_rpt-users mailing list >>> App_rpt-users at ohnosec.org >>> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >>> >> We've haven't produced change logs for our releases. There are automated tools >> for SVN but they still require a lot of manual intervention to make the result useable. >> With just two developers on the project, this is just not going to happen. >> If we were selling the software for a profit along with a support contract, >> then our customers would deserve a change log. If someone wants to take on change >> log generation for releases to help the project, then send us a request off-list. >> >> >> If you are interested in changes to specific files, then the viewvc SVN viewer can >> be used provide the results on a file-by file basis. You can also look at the >> times changes were made in specific projects (i.e. asterisk, acid and limey) >> and use that to compile a change log. >> >> Steve >> WA6ZFT >> >> >> >> >> >> _______________________________________________ >> App_rpt-users mailing list >> App_rpt-users at ohnosec.org >> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >> > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > Yes, that's correct the limey linux page needs to be updated. That will be done soon, it is on my to-do list. As for the changes to limey, the SVN repository can be used to figure them out. Please see: http://app-rpt-svn.ohnosec.org/viewvc/projects/allstar/limey-linux/trunk/?root=svn Steve WA6ZFT From yokshs at sbcglobal.net Sun Mar 27 20:56:26 2011 From: yokshs at sbcglobal.net (K&R Yoksh) Date: Sun, 27 Mar 2011 15:56:26 -0500 Subject: [App_rpt-users] Event Management Subsystem Message-ID: <004c01cbecc1$7097c930$6402a8c0@main> Hello all, I'd like to learn more about the Event Management Subsystem. Specifically, I don't understand the syntax in the examples: http://ohnosec.org/drupal/node/176 I managed to get the following command to work, but I am at a complete loss to understand how this works: status,2 = c|f|RPT_NUMLINKS The above line will cause your node to speak "Good evening/morning/afternoon, the time is......" after the last node connected to you is disconnected. I understand the first part of the line (the command to execute) but I have no idea what the syntax for the second part is. I'd like to have the opposite of the command above. That is, whenever my node connects to ANY other node, it should issue a DTMF. I discovered that using connpgm and discpgm for my fan control works so long as I initiate the connections. If anyone connects to ME, the fan is not turned on. I'm hoping that using the Event Management Subsystem will solve this problem. Thanks. 73 Kyle K0KN From hwstar at rodgers.sdcoxmail.com Sun Mar 27 22:23:31 2011 From: hwstar at rodgers.sdcoxmail.com (Stephen Rodgers) Date: Sun, 27 Mar 2011 15:23:31 -0700 Subject: [App_rpt-users] SVN checkout over HTTP Message-ID: <4D8FB8E3.6090300@rodgers.sdcoxmail.com> Read-only SVN checkout over HTTP is now supported. The checkout URL's are as follows-- Asterisk Sources http://svn.ohnosec.org/svn/projects/allstar/astsrc-1.4.23-pre/trunk Limey Linux http://svn.ohnosec.org/svn/projects/allstar/limey-linux/trunk/ ACID http://svn.ohnosec.org/svn/projects/allstar/acid/trunk/ Example use: svn co http://svn.ohnosec.org/svn/projects/allstar/astsrc-1.4.23-pre/trunk Commits-- This repository is read only. Commits can only be done by Jim and I. Additionally: 1. The new viewvc url is now http://svn.ohnosec.org/viewvc and the app-rpt-svn.ohnosec.org/viewvc url will be deleted soon. 2. All read-only svn+ssh accounts assigned on a case-by-case basis on ohnosec.org will be deleted soon. Steve WA6ZFT From kuggie at kuggie.com Sun Mar 27 22:52:57 2011 From: kuggie at kuggie.com (Kevin Custer) Date: Sun, 27 Mar 2011 18:52:57 -0400 Subject: [App_rpt-users] connected to stations In-Reply-To: <1300997043574034000@kb8pmy.net> References: <1300997043574034000@kb8pmy.net> Message-ID: <4D8FBFC9.4010306@kuggie.com> Ryan Collier wrote: > Neal, > > I want remote telemetry off. 2135 is killing me from all the connects > and disconnects. Along with all the other ones. There is code 'coming down the pike' that will allow you to change the normal level of speech announcements as well as an amount of reduction when the system is active. In other words, if someone has the mic keyed, the speech (and other telemetry) will be ducked by an amount you specify. Right now, I'm running the beta code on 27258 and have the normal level set at -5 and ducked to -16. The female voice (Allison as we refer to her) is more pleasant and completely out of the way if the system is busy. I'm assuming the code will be made available for ACID as well as XIPAR (zipper), but that's up to the developers to work out - we are running zipper for the most part. 2135 suffers from many "drive by's" from Echolink and AllStar connections. When a system is as busy as 2135, something has to be done or you'll quickly get tired of all of the announcements. If you are wanting to simply gain-down the telemetry (as a whole) there are scripts available to knock the level of Allison down to a more comfortable level. More information is available at allstarnode.com Kevin Custer - W3KKC Owner - 2135 -------------- next part -------------- An HTML attachment was scrubbed... URL: From hwstar at rodgers.sdcoxmail.com Mon Mar 28 00:18:01 2011 From: hwstar at rodgers.sdcoxmail.com (Stephen Rodgers) Date: Sun, 27 Mar 2011 17:18:01 -0700 Subject: [App_rpt-users] SVN checkout over HTTP In-Reply-To: <6D4E9DFF-99D3-4223-A81C-F31C40F5A47D@me.com> References: <4D8FB8E3.6090300@rodgers.sdcoxmail.com> <6D4E9DFF-99D3-4223-A81C-F31C40F5A47D@me.com> Message-ID: <4D8FD3B9.4040806@rodgers.sdcoxmail.com> On 03/27/2011 04:53 PM, Tim Sawyer wrote: > Limey Linux dosen't have svn on it. Can you give us the wget version, and/or maybe update Drupal? > -- > Tim > :wq > > On Mar 27, 2011, at 3:23 PM, Stephen Rodgers wrote: > >> Read-only SVN checkout over HTTP is now supported. >> >> The checkout URL's are as follows-- >> >> Asterisk Sources >> >> http://svn.ohnosec.org/svn/projects/allstar/astsrc-1.4.23-pre/trunk >> >> Limey Linux >> >> http://svn.ohnosec.org/svn/projects/allstar/limey-linux/trunk/ >> >> ACID >> >> http://svn.ohnosec.org/svn/projects/allstar/acid/trunk/ >> >> Example use: >> >> svn co http://svn.ohnosec.org/svn/projects/allstar/astsrc-1.4.23-pre/trunk >> >> >> Commits-- >> >> This repository is read only. Commits can only be done by Jim and I. >> >> >> Additionally: >> >> 1. The new viewvc url is now http://svn.ohnosec.org/viewvc and the app-rpt-svn.ohnosec.org/viewvc url will be deleted soon. >> >> 2. All read-only svn+ssh accounts assigned on a case-by-case basis on ohnosec.org will be deleted soon. >> >> >> Steve >> WA6ZFT >> >> _______________________________________________ >> App_rpt-users mailing list >> App_rpt-users at ohnosec.org >> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > For limey, if you want the latest svn you can use the tarball feature of viewvc to fetch the latest code. if you navigate to /projects/allstar/astsrc-1.4.23-pre/trunk with viewvc, and look at the bottom of the page, you'll see a link named "Download GNU tarball". Save that link location and use it for your wget. Yhe x.allstarlink.org links on http://ohnosec.org/drupal/node/74 and http://ohnosec.org/drupal/node/29 will start working once Jim changes these redirects to use svn.allstarlink.org instead of app-rpt-svn.allstarlink.org Steve WA6ZFT From telesistant at hotmail.com Mon Mar 28 02:02:15 2011 From: telesistant at hotmail.com (Jim Duuuude) Date: Sun, 27 Mar 2011 19:02:15 -0700 Subject: [App_rpt-users] SVN checkout over HTTP In-Reply-To: <4D8FD3B9.4040806@rodgers.sdcoxmail.com> References: <4D8FB8E3.6090300@rodgers.sdcoxmail.com>, <6D4E9DFF-99D3-4223-A81C-F31C40F5A47D@me.com>, <4D8FD3B9.4040806@rodgers.sdcoxmail.com> Message-ID: Its changed... it probably would have happened sooner if a certain person had pointed out to me it needed to be changed :-). JIM > Date: Sun, 27 Mar 2011 17:18:01 -0700 > From: hwstar at rodgers.sdcoxmail.com > To: tisawyer at gmail.com > CC: app_rpt-users at ohnosec.org > Subject: Re: [App_rpt-users] SVN checkout over HTTP > > On 03/27/2011 04:53 PM, Tim Sawyer wrote: > > Limey Linux dosen't have svn on it. Can you give us the wget version, and/or maybe update Drupal? > > -- > > Tim > > :wq > > > > On Mar 27, 2011, at 3:23 PM, Stephen Rodgers wrote: > > > >> Read-only SVN checkout over HTTP is now supported. > >> > >> The checkout URL's are as follows-- > >> > >> Asterisk Sources > >> > >> http://svn.ohnosec.org/svn/projects/allstar/astsrc-1.4.23-pre/trunk > >> > >> Limey Linux > >> > >> http://svn.ohnosec.org/svn/projects/allstar/limey-linux/trunk/ > >> > >> ACID > >> > >> http://svn.ohnosec.org/svn/projects/allstar/acid/trunk/ > >> > >> Example use: > >> > >> svn co http://svn.ohnosec.org/svn/projects/allstar/astsrc-1.4.23-pre/trunk > >> > >> > >> Commits-- > >> > >> This repository is read only. Commits can only be done by Jim and I. > >> > >> > >> Additionally: > >> > >> 1. The new viewvc url is now http://svn.ohnosec.org/viewvc and the app-rpt-svn.ohnosec.org/viewvc url will be deleted soon. > >> > >> 2. All read-only svn+ssh accounts assigned on a case-by-case basis on ohnosec.org will be deleted soon. > >> > >> > >> Steve > >> WA6ZFT > >> > >> _______________________________________________ > >> App_rpt-users mailing list > >> App_rpt-users at ohnosec.org > >> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > > > > For limey, if you want the latest svn you can use the tarball feature of viewvc to fetch the latest code. if you > navigate to /projects/allstar/astsrc-1.4.23-pre/trunk with viewvc, and look at the bottom of the page, you'll see a link > named "Download GNU tarball". Save that link location and use it for your wget. > > Yhe x.allstarlink.org links on http://ohnosec.org/drupal/node/74 and http://ohnosec.org/drupal/node/29 will start > working once Jim changes these redirects to use svn.allstarlink.org instead of app-rpt-svn.allstarlink.org > > Steve > WA6ZFT > > > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users -------------- next part -------------- An HTML attachment was scrubbed... URL: From szingman at msgstor.com Mon Mar 28 16:28:18 2011 From: szingman at msgstor.com (Steve Zingman) Date: Mon, 28 Mar 2011 12:28:18 -0400 Subject: [App_rpt-users] App_rpt-users Digest, Vol 25, Issue 37 In-Reply-To: References: Message-ID: <4D90B722.9090904@msgstor.com> > Message: 3 > Date: Sun, 27 Mar 2011 15:23:31 -0700 > From: Stephen Rodgers > Subject: [App_rpt-users] SVN checkout over HTTP > > Read-only SVN checkout over HTTP is now supported. > The checkout URL's are as follows-- > Asterisk Sources > http://svn.ohnosec.org/svn/projects/allstar/astsrc-1.4.23-pre/trunk > Limey Linux > http://svn.ohnosec.org/svn/projects/allstar/limey-linux/trunk/ > ACID > http://svn.ohnosec.org/svn/projects/allstar/acid/trunk/ > Example use: > svn co http://svn.ohnosec.org/svn/projects/allstar/astsrc-1.4.23-pre/trunk > Commits-- > This repository is read only. Commits can only be done by Jim and I. > Additionally: > 1. The new viewvc url is now http://svn.ohnosec.org/viewvc and the app-rpt-svn.ohnosec.org/viewvc url will be deleted soon. > 2. All read-only svn+ssh accounts assigned on a case-by-case basis on ohnosec.org will be deleted soon. > Steve > WA6ZFT THANK YOU !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! From bdboyle at bdboyle.com Tue Mar 29 17:41:51 2011 From: bdboyle at bdboyle.com (Bryan D. Boyle) Date: Tue, 29 Mar 2011 13:41:51 -0400 Subject: [App_rpt-users] Order of startup in rpt.conf Message-ID: <4D9219DF.4070408@bdboyle.com> I'm running a box that's hosting 4 nodes...one as a hub so that I can experiment (in my down time...after my Real Job) to "flex the muscles" of the software (and it allows me to release from the normal hub I connect to for normal traffic so as to not tie up the other machines with announce connect and disconnect telemetry) with node-to-node comms and the like. However, the first node that I registered is what I placed the first (of a planned 3 bands worth) repeater hardware on, and...have added other nodes as time went on. I'd like to leave the original registration in place, since downline external systems in our net up here have entries that reference the original number. Keeps the book keeping and churn to a minimum. What I'm running into is that the node that I've configured as my hub is down the list in rpt.conf (it's the third node stanza), so, in trying to bring up my other nodes (2 are lower numbers and before the hub, one after), I note that they don't connect as I would like the end state "to be": my hub connected to the other hub, with all my leaf nodes connecting to my own hub. So...question...should I re-arrange my rpt.conf so that the hub is the first that is read on boot or restart, establish the *953 persistent connection to the other hub and /then/ connect my leaf nodes? Right now, I'm doing it manually when I get a chance via either iaxrpt into my nodes from my desktop or over the web transciever. Or, is it a question of the iax registration sequence in iax.conf, or ??? Am I missing something here? Thx for any insight...or apologies if this has been chewed upon in gory detail sometime in the murky (for me) past... (I also have some questions re the custom/rpt.conf capability, but I'll save them for later....) tnx es 73 -- Bryan WB0YLE Allstar 27294 Echolink WB0YLE-R 224.54- PL 141.3 www.wb0yle.com Morrisville PA -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.osborn at manx.net Tue Mar 29 17:47:11 2011 From: david.osborn at manx.net (David Osborn) Date: Tue, 29 Mar 2011 18:47:11 +0100 Subject: [App_rpt-users] New Releases In-Reply-To: References: Message-ID: <003501cbee39$55786050$006920f0$@osborn@manx.net> Scratching around the SVN repository I noticed mention of a "Voter" and, upon further reading, talk of simulcast systems. This is v-e-r-y interesting. Is this part of the overall AllStar setup? Where can I learn more about this aspect of the project and how I can get up to speed? David Osborn GD4HOZ -------------- next part -------------- An HTML attachment was scrubbed... URL: From kc2wdz at gmail.com Tue Mar 29 19:42:10 2011 From: kc2wdz at gmail.com (KC2WDZ) Date: Tue, 29 Mar 2011 15:42:10 -0400 Subject: [App_rpt-users] Config files for Santiago Board Message-ID: I'm trying to figure out how to configure app_rpt to use the Santiago Board between an existing controller and repeater. Should duplex=1 in rpt.conf ? as for usbradio.conf only the following underlined are needed ?? *hdwtype=0 rxboost=1 *txboost=1 *rxctcssrelax=1 *txctcssdefault=100.0 rxctcssfreqs=100.0 txctcssfreqs=100.0 ;rxctcssoverride=0 carrierfrom=vox ctcssfrom=no rxdemod=speaker txprelim=no txlimonly=no txtoctype=no *txmixa=composite* txmixb=no *invertptt=0 duplex=0 *rxondelay=0 rxnoisefiltype=0 *eeprom=0* -------------- next part -------------- An HTML attachment was scrubbed... URL: From dshaw at ke6upi.com Tue Mar 29 22:09:34 2011 From: dshaw at ke6upi.com (David KE6UPI) Date: Tue, 29 Mar 2011 18:09:34 -0400 Subject: [App_rpt-users] New Releases In-Reply-To: <6454842132007031197@unknownmsgid> References: <6454842132007031197@unknownmsgid> Message-ID: https://allstarlink.org/voter.html On Tue, Mar 29, 2011 at 1:47 PM, David Osborn wrote: > Scratching around the SVN repository I noticed mention of a ?Voter? and, > upon further reading, talk of simulcast systems. > > > > This is v-e-r-y interesting. Is this part of the overall AllStar setup? > Where can I learn more about this aspect of the project and how I can get up > to speed? > > > > David Osborn > > GD4HOZ > > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ae5la at yahoo.com Wed Mar 30 02:29:40 2011 From: ae5la at yahoo.com (Chad Martin) Date: Tue, 29 Mar 2011 19:29:40 -0700 (PDT) Subject: [App_rpt-users] Help with login Message-ID: <448995.63129.qm@web120820.mail.ne1.yahoo.com> Hello all, I am having some trouble with a install. I have put centos on a computer. I change the root and the password and the pc again reboots. I get a blinking green led on my uri but I cant log into the pc at the loging screen. I have tried my node number, and allstar created password, i have tried my actual allstar log in information and several other variations. Any help would be appreciated. Thanks in advance Chad S. Martin -------------- next part -------------- An HTML attachment was scrubbed... URL: From rpt2 at chuck.midlandsnetworking.com Wed Mar 30 02:34:39 2011 From: rpt2 at chuck.midlandsnetworking.com (Chuck Henderson) Date: Tue, 29 Mar 2011 21:34:39 -0500 Subject: [App_rpt-users] Help with login In-Reply-To: <448995.63129.qm@web120820.mail.ne1.yahoo.com> References: <448995.63129.qm@web120820.mail.ne1.yahoo.com> Message-ID: username is root password is what you selected during ACID install. On Tue, Mar 29, 2011 at 9:29 PM, Chad Martin wrote: > Hello all, I am having some trouble with a install. I have put centos on a > computer. I change the root and the password and the pc again reboots. I get > a blinking green led on my uri but I cant log into the pc at the loging > screen. I have tried my node number, and allstar created password, i have > tried my actual allstar log in information and several other variations. Any > help would be appreciated. > > > Thanks in advance > Chad S. Martin > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From george at dyb.com Tue Mar 29 23:15:01 2011 From: george at dyb.com (George Csahanin) Date: Tue, 29 Mar 2011 18:15:01 -0500 Subject: [App_rpt-users] Help logging in Message-ID: <201103291815.02181.george@dyb.com> I have been trying to login to drupal and keep getting rejected From here I can get in and get a list of list members: http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users Can't login here: http://ohnosec.org/drupal/node/3 Also, can no longer log into mantis, forgot what username I used then, probably wb2dyb or george at dyb.com Oh yeah, I can send mail to the list. Applied a couple of times to set new account, and never received any confirmation e-mail. Can anyone help me? GeorgeC W2DB 2360 From bdboyle at bdboyle.com Wed Mar 30 12:03:19 2011 From: bdboyle at bdboyle.com (Bryan D. Boyle) Date: Wed, 30 Mar 2011 08:03:19 -0400 Subject: [App_rpt-users] Help with login In-Reply-To: References: <448995.63129.qm@web120820.mail.ne1.yahoo.com> Message-ID: <4D931C07.4040503@bdboyle.com> Userid: root Password: whatever you changed it to during the centos install process. -- Bryan In this world, you must be oh so smart or oh so pleasant. Well, for years I was smart. I recommend pleasant. You may quote me. From george at dyb.com Wed Mar 30 11:38:33 2011 From: george at dyb.com (George Csahanin) Date: Wed, 30 Mar 2011 06:38:33 -0500 Subject: [App_rpt-users] [SPAM] App_rpt-users Digest, Vol 25, Issue 40 In-Reply-To: References: Message-ID: <201103300638.33662.george@dyb.com> Wasn't talking about the app_rpt box, meant the web site features. GeorgeC > > ------------------------------ > > Message: 2 > Date: Wed, 30 Mar 2011 08:03:19 -0400 > From: "Bryan D. Boyle" > To: app_rpt-users at ohnosec.org > Subject: Re: [App_rpt-users] Help with login > Message-ID: <4D931C07.4040503 at bdboyle.com> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Userid: root > Password: whatever you changed it to during the centos install process.