[arm-allstar] wx script setup
Neil k8it
k8it at cac.net
Wed May 13 10:06:32 EST 2015
Thanks everbody and extra points go to Doug.
the following ran the weather script just fine.
If you are using BBB version 1.2.1 the wx_config.sh script is in this directory -
/usr/local/bin/Weather/wx_config.sh
now to wait a bit to let the wx info to load and start checking out the dtmf comands.
btw my bootup is proper and I am not in the backup mmc
73 neil k8it
From: Doug Crompton
Sent: Wednesday, May 13, 2015 12:43 AM
To: ARM Allstar
Subject: Re: [arm-allstar] wx script setup
I guess that its booting from the emmc is possible but in that case you would have a different login password and what you saw after login would be completely different. You also would not have Allstar running.
So when you boot up and login do you get the BBB 1.2.1 WA3DSP, KB4FXC, W0AMN message? Is Allstar running and working? Do you have a /etc/asterisk directory with all of the config files?
If you are using BBB version 1.2.1 the wx_config.sh script is in this directory -
[root at wa3dsp]# locate wx_config
/usr/local/bin/Weather/wx_config.sh
Do the locate command as above or try running it using the entire path.
73 Doug
WA3DSP
http://www.crompton.com/hamradio
--------------------------------------------------------------------------------
Date: Tue, 12 May 2015 22:56:27 -0500
From: w0anm73 at gmail.com
To: arm-allstar at hamvoip.org
Subject: Re: [arm-allstar] wx script setup
There are actually two bootable devices on the BBB. If for some reason the boot tails for the micro SD card due to corruption, it will try and boot under the other mmc device (/dev/mmcblk1p1). You can check this by typing:
cat /proc/cmdline
In the output,you should see "root=/dev/mmcblk0p2"
if you see something else, like root=/dev/mmcblk1p2" then you are booting the internal mmc device.
Is the the node working other then bringing up the wx_config.sh script?
Chris, w0anm
On Tue, May 12, 2015 at 10:42 PM, Neil k8it <k8it at cac.net> wrote:
I understand that you want me to look at these two listings on my bbb, but I don’t understand your comment. please explain. whats a internal mmc mean?
Could you be booting up using the internal mmc device?
From: Christopher Kovacs
Sent: Tuesday, May 12, 2015 11:13 PM
To: ARM Allstar
Subject: Re: [arm-allstar] wx script setup
Could you be booting up using the internal mmc device? What does the output from the following command look like:
ls -la /usr/local/sbin
and
ls -la /usr/local/bin
The outputs should be similar to:
ls -la /usr/local/bin
total 1660
drwxr-xr-x 2 root root 4096 Mar 23 14:23 .
drwxr-xr-x 13 root root 4096 Oct 3 2014 ..
-rwxr-xr-x 1 root root 6576 Oct 28 2014 bbbimg-backup
-rwxr-xr-x 1 root root 1213 Jan 8 21:16 clearWxAlerts
lrwxrwxrwx 1 root root 3 Sep 21 2014 ex -> vim
-rwxr-xr-x 1 root root 18886 Jan 8 21:16 getWxAlert
-rwxr-xr-x 1 root root 2273 Jan 8 21:16 getWxFor
-rwxr-xr-x 1 root root 9351 Jan 8 21:16 getWxRpt_ug
-rwxr-xr-x 1 root root 1407 Jan 8 21:16 google_tts.py
-rwxr-xr-x 1 root root 2901 Oct 28 2014 nfs-img-backup.sh
-rwxr-xr-x 1 root root 3819 Jan 8 21:16 playWxAlertBg
lrwxrwxrwx 1 root root 28 Oct 2 2014 rigctl -> /usr/local/hamlib/bin/rigctl
lrwxrwxrwx 1 root root 29 Oct 2 2014 rigctld -> /usr/local/hamlib/bin/rigctld
lrwxrwxrwx 1 root root 28 Oct 2 2014 rigmem -> /usr/local/hamlib/bin/rigmem
lrwxrwxrwx 1 root root 29 Oct 2 2014 rigsmtr -> /usr/local/hamlib/bin/rigsmtr
lrwxrwxrwx 1 root root 28 Oct 2 2014 rigswr -> /usr/local/hamlib/bin/rigswr
lrwxrwxrwx 1 root root 28 Oct 2 2014 rotctl -> /usr/local/hamlib/bin/rotctl
lrwxrwxrwx 1 root root 29 Oct 2 2014 rotctld -> /usr/local/hamlib/bin/rotctld
lrwxrwxrwx 1 root root 3 Sep 21 2014 rview -> vim
lrwxrwxrwx 1 root root 3 Sep 21 2014 rvim -> vim
-rwxr-xr-x 1 root root 2548 Jan 8 21:16 sendmail-gm.py
-rwxr-xr-x 1 root root 924 Jan 8 21:16 trend
-rwxr-xr-x 1 root root 3928 Jan 8 21:16 tts_audio.sh
lrwxrwxrwx 1 root root 3 Sep 21 2014 view -> vim
-rwxr-xr-x 1 root root 1574632 May 18 2014 vim
lrwxrwxrwx 1 root root 3 Sep 21 2014 vimdiff -> vim
-rwxr-xr-x 1 root root 2084 May 8 2014 vimtutor
-rwxr-xr-x 1 root root 24332 Feb 4 14:26 wx_config.sh
-rwxr-xr-x 1 root root 12076 May 8 2014 xxd
ls -la /usr/local/bin
total 1660
drwxr-xr-x 2 root root 4096 Mar 23 14:23 .
drwxr-xr-x 13 root root 4096 Oct 3 2014 ..
-rwxr-xr-x 1 root root 6576 Oct 28 2014 bbbimg-backup
-rwxr-xr-x 1 root root 1213 Jan 8 21:16 clearWxAlerts
lrwxrwxrwx 1 root root 3 Sep 21 2014 ex -> vim
-rwxr-xr-x 1 root root 18886 Jan 8 21:16 getWxAlert
-rwxr-xr-x 1 root root 2273 Jan 8 21:16 getWxFor
-rwxr-xr-x 1 root root 9351 Jan 8 21:16 getWxRpt_ug
-rwxr-xr-x 1 root root 1407 Jan 8 21:16 google_tts.py
-rwxr-xr-x 1 root root 2901 Oct 28 2014 nfs-img-backup.sh
-rwxr-xr-x 1 root root 3819 Jan 8 21:16 playWxAlertBg
lrwxrwxrwx 1 root root 28 Oct 2 2014 rigctl -> /usr/local/hamlib/bin/rigctl
lrwxrwxrwx 1 root root 29 Oct 2 2014 rigctld -> /usr/local/hamlib/bin/rigctld
lrwxrwxrwx 1 root root 28 Oct 2 2014 rigmem -> /usr/local/hamlib/bin/rigmem
lrwxrwxrwx 1 root root 29 Oct 2 2014 rigsmtr -> /usr/local/hamlib/bin/rigsmtr
lrwxrwxrwx 1 root root 28 Oct 2 2014 rigswr -> /usr/local/hamlib/bin/rigswr
lrwxrwxrwx 1 root root 28 Oct 2 2014 rotctl -> /usr/local/hamlib/bin/rotctl
lrwxrwxrwx 1 root root 29 Oct 2 2014 rotctld -> /usr/local/hamlib/bin/rotctld
lrwxrwxrwx 1 root root 3 Sep 21 2014 rview -> vim
lrwxrwxrwx 1 root root 3 Sep 21 2014 rvim -> vim
-rwxr-xr-x 1 root root 2548 Jan 8 21:16 sendmail-gm.py
-rwxr-xr-x 1 root root 924 Jan 8 21:16 trend
-rwxr-xr-x 1 root root 3928 Jan 8 21:16 tts_audio.sh
lrwxrwxrwx 1 root root 3 Sep 21 2014 view -> vim
-rwxr-xr-x 1 root root 1574632 May 18 2014 vim
lrwxrwxrwx 1 root root 3 Sep 21 2014 vimdiff -> vim
-rwxr-xr-x 1 root root 2084 May 8 2014 vimtutor
-rwxr-xr-x 1 root root 24332 Feb 4 14:26 wx_config.sh
-rwxr-xr-x 1 root root 12076 May 8 2014 xxd
73,
Chris, w0anm
On Tue, May 12, 2015 at 9:48 PM, Neil k8it <k8it at cac.net> wrote:
Robert...
same result -bash command not found error
From: Robert Newberry
Sent: Tuesday, May 12, 2015 10:10 PM
To: BeagleBone Black ARM Allstar
Subject: Re: [arm-allstar] wx script setup
Have you tried?
[root at kitlink ~]# /usr/local/bin/wx_config.sh
What happens whem you do that?
N1XBM
Apparare Scientor
Paratus Communicare
Allstar Node # 27086, 41540, 41812
----------------------------------------------------------------------------
_______________________________________________
arm-allstar mailing list
arm-allstar at hamvoip.org
http://lists.hamvoip.org/cgi-bin/mailman/listinfo/arm-allstar
Visit the BBB web page - http://www.crompton.com/hamradio/BeagleBoneBlackAllstar/
----------------------------------------------------------------------------
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2015.0.5941 / Virus Database: 4342/9760 - Release Date: 05/12/15
_______________________________________________
arm-allstar mailing list
arm-allstar at hamvoip.org
http://lists.hamvoip.org/cgi-bin/mailman/listinfo/arm-allstar
Visit the BBB web page - http://www.crompton.com/hamradio/BeagleBoneBlackAllstar/
------------------------------------------------------------------------------
_______________________________________________
arm-allstar mailing list
arm-allstar at hamvoip.org
http://lists.hamvoip.org/cgi-bin/mailman/listinfo/arm-allstar
Visit the BBB web page - http://www.crompton.com/hamradio/BeagleBoneBlackAllstar/
------------------------------------------------------------------------------
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2015.0.5941 / Virus Database: 4342/9760 - Release Date: 05/12/15
_______________________________________________
arm-allstar mailing list
arm-allstar at hamvoip.org
http://lists.hamvoip.org/cgi-bin/mailman/listinfo/arm-allstar
Visit the BBB web page - http://www.crompton.com/hamradio/BeagleBoneBlackAllstar/
_______________________________________________ arm-allstar mailing list arm-allstar at hamvoip.org http://lists.hamvoip.org/cgi-bin/mailman/listinfo/arm-allstar Visit the BBB web page - http://www.crompton.com/hamradio/BeagleBoneBlackAllstar/
--------------------------------------------------------------------------------
_______________________________________________
arm-allstar mailing list
arm-allstar at hamvoip.org
http://lists.hamvoip.org/cgi-bin/mailman/listinfo/arm-allstar
Visit the BBB web page - http://www.crompton.com/hamradio/BeagleBoneBlackAllstar/
--------------------------------------------------------------------------------
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2015.0.5941 / Virus Database: 4342/9764 - Release Date: 05/13/15
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.hamvoip.org/pipermail/arm-allstar/attachments/20150513/29fb7d32/attachment-0001.html>
More information about the arm-allstar
mailing list