Re: [wsjt-devel] WSJT on ARM low power boards, dev is ready

2014-12-12 Thread Alan VK2ZIW
Hi Joe and all,

WSPR 4.0 r4727 on ARM armv7l  (SVN 4795)

I've adjusted the "limit" value to 4000, recompiled and have now run for
over 1/2 hour (just shed background noise) with no problems.

System: Banana Pi with Fedora 21 (Release Candidate 5) kernel 3.4.105.
"top" shows 
  PID USER  PR  NI    VIRT    RES    SHR S  %CPU %MEM TIME+ COMMAND 
 9290 alanb 20   0  562988  64572  12440 S   5.9  6.4   7:46.19 python3 
 4451 alanb 20   0   82532  21980   7104 S   1.3  2.2  13:20.18 Xvnc       
< Remote Desktop where WSPR is running.    
 
Great work.

Alan VK2ZIW

On Mon, 08 Dec 2014 13:25:12 -0500, Joe Taylor wrote
> Hi Alan,
> 
> On 12/7/2014 2:44 AM, Alan VK2ZIW wrote:
> > On the Banana Pi, WSPR takes 2 mins 10 secs to "Decode".
> 
> This is not a very useful statement.  The decoder used in my WSPR 
> code uses the sequential Fano algorithm, and execution times vary 
> widely depending on input data.  Signals well above the decoding 
> threshold should decode rapidly, and those well below threshold 
> should be skipped over quickly.  When a number of near-threshold 
> signals are present, decoding them (or finally failing) can take an 
> exponentially long time.
> 
> You can control the "timeout" duration by adjusting a parameter 
> called "limit" in decode162.f90.  Changing it from 1 to 1000 
> will speed up failed decodes by ten times, with a modest (less than 
> 1 dB) sensitivity penalty.
> 
> On another matter: probably you already noticed that I built an ARM 
> executable for kvasd 1.12 on your system at
> ~wsjtdev/kvasd/kvasd_1.12_armv71
> 
> -- Joe, K1JT
> 
> --
> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
> from Actuate! Instantly Supercharge Your Business Reports and Dashboards
> with Interactivity, Sharing, Native Excel Exports, App Integration & 
> more Get technology previously reserved for billion-dollar 
> corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Alan

Man's greatest waste of time: Worshipping the wrong God.
Consider Jesus.
---
Alan Beard               Unix Support Technician from 1984 to today
70 Wedmore Rd.           Sun Solaris, AIX, HP/UX, Linux, SCO OpenServer 5.0.X
Emu Heights N.S.W. 2750  Routers, terminal servers, printers, terminals etc..
+61 2 47353013 (h)       Support Programming, shell scripting, "C", assembler
0414 353013 (mobile)     After uni, electr
 
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT on ARM low power boards, dev is ready

2014-12-08 Thread Bill Somerville
On 08/12/2014 18:25, Joe Taylor wrote:

Hi Joe,

> Hi Alan,

> On another matter: probably you already noticed that I built an ARM
> executable for kvasd 1.12 on your system at
> ~wsjtdev/kvasd/kvasd_1.12_armv71

I have added this to the required svn location for the Linux installer 
to find it.
>
>   -- Joe, K1JT
73
Bill
G4WJS.

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT on ARM low power boards, dev is ready

2014-12-08 Thread Joe Taylor
Hi Alan,

On 12/7/2014 2:44 AM, Alan VK2ZIW wrote:
> On the Banana Pi, WSPR takes 2 mins 10 secs to "Decode".

This is not a very useful statement.  The decoder used in my WSPR code 
uses the sequential Fano algorithm, and execution times vary widely 
depending on input data.  Signals well above the decoding threshold 
should decode rapidly, and those well below threshold should be skipped 
over quickly.  When a number of near-threshold signals are present, 
decoding them (or finally failing) can take an exponentially long time.

You can control the "timeout" duration by adjusting a parameter called 
"limit" in decode162.f90.  Changing it from 1 to 1000 will speed up 
failed decodes by ten times, with a modest (less than 1 dB) sensitivity 
penalty.

On another matter: probably you already noticed that I built an ARM 
executable for kvasd 1.12 on your system at
~wsjtdev/kvasd/kvasd_1.12_armv71

-- Joe, K1JT

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT on ARM low power boards, dev is ready

2014-12-07 Thread KI7MT
Hi Allan,

I forgot to mention, try using WSPR0 ( command line version ), and see
the Decode Speed differences there. Bare in mind, it does not use CAT
control, send spots and all the fancy things WSPR GUI does, but, it is
very light weight.

You could easily write a Daemon to send spot information to WSPRnet /
PSK reporter etc, if that's important, but you'd need some way to
determine Frequency and things.

73's
Greg, KI7MT

On 12/7/2014 07:44, Alan VK2ZIW wrote:
> Hi all,
> On the Banana Pi, WSPR takes 2 mins 10 secs to "Decode".
> 
>  PID USER  PR  NIVIRTRESSHR S   %CPU %MEM TIME+
> COMMAND
> 12927 alanb 20   0  251492  85600  12476 S 108.3  8.5   7:13.84
> python3
> 11091 alanb 20   0   83304  22692   7144 S   1.3  2.2   5:23.39
> Xvnc   
> 12949 root  20   07148   1688   1236 R   0.7  0.2   0:00.77
> top
>   246 root20   0   47920  22960   1848 S   0.3  2.3   0:43.98
> xrdp   < My remote desktop
>   259 root20   0  148348  26888   7320 S   0.3  2.7  10:11.77
> Xorg.bin  
> 
> Decode:
>  0734 -5 -1.4 50.294548 0 VK2CBL QF56 33
> 
> My grid square also QF56.
> 
> Banana Pi has Dual core Allwinner A20 ARM v7 CPU.
> 
> Fedora 21 Release Candidate 5,  running on kernel 3.4.105.
> 
> Howzat
> 
> Alan VK2ZIW
> 
> *On Sun, 7 Dec 2014 07:07:16 +1000, Alan VK2ZIW wrote*
>> Hi all,
>> Problem:
>> WSJT crashes when drawing "specJT" waterfall, even if window closed.
>>
>> Solution:
>> Re-install PIL (Pillow) with and earlier version (not 2.6.1)
>> /usr/bin/pip3 install -I pillow==2.5.3
>>
> 
> 
> Alan
> 
> Man's greatest waste of time: Worshipping the wrong God.
> Consider Jesus.
> ---
> Alan Beard   Unix Support Technician from 1984 to today
> 70 Wedmore Rd.   Sun Solaris, AIX, HP/UX, Linux, SCO OpenServer
> 5.0.X
> Emu Heights N.S.W. 2750  Routers, terminal servers, printers, terminals
> etc..
> +61 2 47353013 (h)   Support Programming, shell scripting, "C",
> assembler
> 0414 353013 (mobile) After uni, electr
> 
> 
> --
> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
> from Actuate! Instantly Supercharge Your Business Reports and Dashboards
> with Interactivity, Sharing, Native Excel Exports, App Integration & more
> Get technology previously reserved for billion-dollar corporations, FREE
> http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
> 
> 
> 
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
> 

-- 
73's
Greg, KI7MT

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT on ARM low power boards, dev is ready

2014-12-07 Thread KI7MT
Hi Alan,

I'm not surprised by this at all.

Try running some Single Core POV-Ray or MPEG encoding benchmarks and see
how it stacks up against, say, an Pentium-M class 1Ghz processor. Make
sure you have good cooling though.

Arm devices are great for many things, computational tasking is not one
of them, or at least, not something I would force it to do. It would be
fun to play with though.

73's
Greg, KI7MT



On 12/7/2014 07:44, Alan VK2ZIW wrote:
> Hi all,
> On the Banana Pi, WSPR takes 2 mins 10 secs to "Decode".
> 
>  PID USER  PR  NIVIRTRESSHR S   %CPU %MEM TIME+
> COMMAND
> 12927 alanb 20   0  251492  85600  12476 S 108.3  8.5   7:13.84
> python3
> 11091 alanb 20   0   83304  22692   7144 S   1.3  2.2   5:23.39
> Xvnc   
> 12949 root  20   07148   1688   1236 R   0.7  0.2   0:00.77
> top
>   246 root20   0   47920  22960   1848 S   0.3  2.3   0:43.98
> xrdp   < My remote desktop
>   259 root20   0  148348  26888   7320 S   0.3  2.7  10:11.77
> Xorg.bin  
> 
> Decode:
>  0734 -5 -1.4 50.294548 0 VK2CBL QF56 33
> 
> My grid square also QF56.
> 
> Banana Pi has Dual core Allwinner A20 ARM v7 CPU.
> 
> Fedora 21 Release Candidate 5,  running on kernel 3.4.105.
> 
> Howzat
> 
> Alan VK2ZIW
> 
> *On Sun, 7 Dec 2014 07:07:16 +1000, Alan VK2ZIW wrote*
>> Hi all,
>> Problem:
>> WSJT crashes when drawing "specJT" waterfall, even if window closed.
>>
>> Solution:
>> Re-install PIL (Pillow) with and earlier version (not 2.6.1)
>> /usr/bin/pip3 install -I pillow==2.5.3
>>
> 
> 
> Alan
> 
> Man's greatest waste of time: Worshipping the wrong God.
> Consider Jesus.
> ---
> Alan Beard   Unix Support Technician from 1984 to today
> 70 Wedmore Rd.   Sun Solaris, AIX, HP/UX, Linux, SCO OpenServer
> 5.0.X
> Emu Heights N.S.W. 2750  Routers, terminal servers, printers, terminals
> etc..
> +61 2 47353013 (h)   Support Programming, shell scripting, "C",
> assembler
> 0414 353013 (mobile) After uni, electr
> 
> 
> --
> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
> from Actuate! Instantly Supercharge Your Business Reports and Dashboards
> with Interactivity, Sharing, Native Excel Exports, App Integration & more
> Get technology previously reserved for billion-dollar corporations, FREE
> http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
> 
> 
> 
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
> 

-- 
73's
Greg, KI7MT

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT on ARM low power boards, dev is ready

2014-12-06 Thread Alan VK2ZIW
Hi all,
On the Banana Pi, WSPR takes 2 mins 10 secs to "Decode".

 PID USER  PR  NI    VIRT    RES    SHR S       %CPU %MEM TIME+ COMMAND 
    
12927 alanb 20   0  251492  85600  12476 S 108.3  8.5   7:13.84 python3 
11091 alanb 20   0   83304  22692   7144 S   1.3  2.2   5:23.39 Xvnc    
12949 root  20   0    7148   1688   1236 R   0.7  0.2   0:00.77 top 
  246 root        20   0   47920  22960   1848 S   0.3  2.3   0:43.98 xrdp   
< My remote desktop     
  259 root        20   0  148348  26888   7320 S   0.3  2.7  10:11.77 Xorg.bin  

Decode:
 0734 -5 -1.4 50.294548 0 VK2CBL QF56 33

My grid square also QF56.

Banana Pi has Dual core Allwinner A20 ARM v7 CPU.

Fedora 21 Release Candidate 5,  running on kernel 3.4.105.

Howzat

Alan VK2ZIW

On Sun, 7 Dec 2014 07:07:16 +1000, Alan VK2ZIW wrote
> Hi all,
> Problem:
> WSJT crashes when drawing "specJT" waterfall, even if window closed.
> 
> Solution:
> Re-install PIL (Pillow) with and earlier version (not 2.6.1)
> /usr/bin/pip3 install -I pillow==2.5.3
>

Alan

Man's greatest waste of time: Worshipping the wrong God. 
Consider Jesus. 
--- 
Alan Beard               Unix Support Technician from 1984 to today 
70 Wedmore Rd.           Sun Solaris, AIX, HP/UX, Linux, SCO OpenServer 5.0.X 
Emu Heights N.S.W. 2750  Routers, terminal servers, printers, terminals etc.. 
+61 2 47353013 (h)       Support Programming, shell scripting, "C", assembler 
0414 353013 (mobile)     After uni, electr
 
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT on ARM low power boards, dev is ready

2014-12-06 Thread Alan VK2ZIW
Hi all,
Problem:
WSJT crashes when drawing "specJT" waterfall, even if window closed.

Solution:
Re-install PIL (Pillow) with and earlier version (not 2.6.1)
/usr/bin/pip3 install -I pillow==2.5.3

Thanks Bill for the hint in your earlier post, this week.

Can you look into the WSJT python source, with a clue now?

80

Alan VK2ZIW

On Wed, 3 Dec 2014 21:31:22 +1000, Alan VK2ZIW wrote
> Hi Bill, Greg and all,
> 
> I've reloaded Fedora 21 LXDE TC4 and SSH and RDP are available as before
> (www.unixservice.com.au). wsjtdev / wsjtdev2
> 
> The development libraries are going on, as I write.
> Dev for WSJT:
> yum-config-manager --save --setopt=fedora.skip_if_unavailable=true
> yum groupinstall 'Development Tools'
> 
> yum install python3-tkinter fftw-devel python3-numpy-f2py libsamplerate-devel 
> \
> alsa-plugins-samplerate portaudio portaudio-devel gcc-gfortran libgfortran \
> python3-numpy python3-numpy-f2py python3-pillow-devel python3-pillow-tk 
> python3-pillow \
> libsamplerate qt-devel
> 
> WSJT r4336 compiles, runs, press "Monitor" and Seg Fault.
> 
> Run "wsjt10" from an LXTerminal and see.
> 
> Alan VK2ZIW
> 
> On Tue, 2 Dec 2014 13:39:05 +1000, Alan VK2ZIW wrote
> > Hi Bill and Greg,
> > 
> > WSPR
> > I've added "-fPIC", in Makefile for "C" and "gfortran" and compiled again.
> > 
> > We now receive and the bar graph shows audio.
> > Just after "Decoding" starts, Seg Fault.
> > 
> 
> 
> Alan 
> 
> Man's greatest waste of time: Worshipping the wrong God. 
> Consider Jesus. 
> --- 
> Alan Beard               Unix Support Technician from 1984 to today 
> 70 Wedmore Rd.           Sun Solaris, AIX, HP/UX, Linux, SCO OpenServer 5.0.X 
> Emu Heights N.S.W. 2750  Routers, terminal servers, printers, terminals etc.. 
> +61 2 47353013 (h)       Support Programming, shell scripting, "C", assembler 
> 0414 353013 (mobile)     After uni, electr
>

Alan

Man's greatest waste of time: Worshipping the wrong God. 
Consider Jesus. 
--- 
Alan Beard               Unix Support Technician from 1984 to today 
70 Wedmore Rd.           Sun Solaris, AIX, HP/UX, Linux, SCO OpenServer 5.0.X 
Emu Heights N.S.W. 2750  Routers, terminal servers, printers, terminals etc.. 
+61 2 47353013 (h)       Support Programming, shell scripting, "C", assembler 
0414 353013 (mobile)     After uni, electr
 
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT on ARM low power boards, dev is ready

2014-12-03 Thread Alan VK2ZIW
Hi Bill, Greg and all,

I've reloaded Fedora 21 LXDE TC4 and SSH and RDP are available as before
(www.unixservice.com.au). wsjtdev / wsjtdev2

The development libraries are going on, as I write.
Dev for WSJT:
yum-config-manager --save --setopt=fedora.skip_if_unavailable=true
yum groupinstall 'Development Tools'

yum install python3-tkinter fftw-devel python3-numpy-f2py libsamplerate-devel \
alsa-plugins-samplerate portaudio portaudio-devel gcc-gfortran libgfortran \
python3-numpy python3-numpy-f2py python3-pillow-devel python3-pillow-tk 
python3-pillow \
libsamplerate qt-devel

WSJT r4336 compiles, runs, press "Monitor" and Seg Fault.

Run "wsjt10" from an LXTerminal and see.

Alan VK2ZIW

On Tue, 2 Dec 2014 13:39:05 +1000, Alan VK2ZIW wrote
> Hi Bill and Greg,
> 
> WSPR
> I've added "-fPIC", in Makefile for "C" and "gfortran" and compiled again.
> 
> We now receive and the bar graph shows audio.
> Just after "Decoding" starts, Seg Fault.
>

Alan

Man's greatest waste of time: Worshipping the wrong God. 
Consider Jesus. 
--- 
Alan Beard               Unix Support Technician from 1984 to today 
70 Wedmore Rd.           Sun Solaris, AIX, HP/UX, Linux, SCO OpenServer 5.0.X 
Emu Heights N.S.W. 2750  Routers, terminal servers, printers, terminals etc.. 
+61 2 47353013 (h)       Support Programming, shell scripting, "C", assembler 
0414 353013 (mobile)     After uni, electr
 
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT on ARM low power boards, dev is ready

2014-12-01 Thread Alan VK2ZIW




Hi Bill and 
Greg,
 


 


 WSPR
I've added "-fPIC", in Makefile for "C" and "gfortran" and compiled again.

We now receive and the bar graph shows audio.
Just after "Decoding" starts, Seg Fault.

Can you login (RDP details below) run "wspr40" or "wsjt10" in an LXTerminal ?

80

Alan VK2ZIW


 

On Mon, 01 Dec 2014 11:18:54 +, Bill Somerville 
wrote
 

> On 01/12/2014 08:28, Alan VK2ZIW 
wrote:
 

> > Hi 
Greg,
 

> 
Alan,
 

> 
>
 

> > Thanks for the 
suggestion.
 

> 
>
 

> > Here are the "numpy" 
packages:
 

> > numpy.armv7hl                  
           
1:1.8.2-2.fc21
 

> > numpy-f2py.armv7hl                
        
1:1.8.2-2.fc21
 

> > python3-numpy.armv7hl               
      
1:1.8.2-2.fc21
 

> > python3-numpy-f2py.armv7hl              
  
1:1.8.2-2.fc21
 

> 
>
 

> > yum install python3-numpy-f2py 
python3-numpy
 

> 
>
 

> > Package 1:python3-numpy-f2py-1.8.2-2.fc21.armv7hl already installed 
and 
latest
 

> > Package 1:python3-numpy-1.8.2-2.fc21.armv7hl already installed and 
latest
 

> 
>
 

> > No other versions and in the 
Makefile:
 

> > PYTHON          ?=      
python3
 

> > F2PY            ?=      
/usr/bin/f2py3
 

> 
>
 

> > Though the tty LXTerm sais "core dumped", it's nowhere to be 
found.
 

> If 'ulimit -c' shows zero then that's why there's no core file. 

 

> 'ulimit -c unlimited' will turn off the limit. Having said that the 

 

> core file isn't much use unless you have an un-stripped debug build 

 

> of the offending image along with 
sources.
 

> 
>
 

> > BTW: these "Seg Fault"s happen even if I pull the running 
code 
from
 

> > the other ARM box (club.bmarc.org) so, it's in the libraries or 
environment
 

> > me 
thinks.
 

> > The same login is also on the box 
"club.bmarc.org".
 

> 
>
 

> > 
80
 

> 
>
 

> > Alan 
VK2ZIW
 

> 
73
 

> 
Bill
 

> 
G4WJS.
 

> 
>
 

> 
>
 

> > On Mon, 01 Dec 2014 05:03:23 +, KI7MT 
wrote
 

> >> Hi 
Alan,
 

> 
>>
 

> >> Just FYI, if you have installed python-numpy (python2x version), 
and
 

> >> your building later versions of WSJT (v10+) / WSPR (v4.0+), which 
use
 

> >> Python3, you should remove python-numpy and only install 
python3-
 

> >> numpy unless you need it 
elsewhere.
 

> 
>>
 

> >> 
73's
 

> >> Greg, 
KI7MT
 

> 
>>
 

> >> On 12/1/2014 02:55, Alan VK2ZIW 
wrote:
 

> >>> Hi 
all,
 

> 
>>>
 

> >>> DEV environment is 
ready.
 

> 
>>>
 

> >>> "python3-pillow" is 
installed.
 

> 
>>>
 

> >>> WSJT compiles, runs until "Monitor" is pressed 
then,
 

> >>> Seg 
Fault.
 

> 
>>>
 

> >>> Can you guys login and take a 
look?
 

> 
>>>
 

> >>> Access SSH or RDP to www.unixservice.com.au
 

> >>> User: 
wsjtdev
 

> >>> pwd: 
wsjtdev2
 

> 
>>>
 

> >>> 
Thanks
 

> 
>>>
 

> >>> Alan 
VK2ZIW
 

> 
>>>
 

> >>> On Mon, 1 Dec 2014 09:16:26 +1000, Alan VK2ZIW 
wrote
 

>  Hi 
all,
 

> 

 

>  WSJT Development ARM platform is 
ready.
 

> 

 

>  WSJT-X ARM platform is 
ready.
 

> 

 

>  WSJT, thus far, Python "PIL" 
issue.
 

> 

 

>  
Details:
 

> 

 

>  27/11 Loaded 
Fedora--armhfp-21_TC2-sda.raw.xz 
from
 

>  
/downloads/linux/fedora/arm..
 

>   Copied the SD card's F21 root to 
/dev/sda1, fixed /etc/fstab, 
set
 

>  root passwd  Then copied the 
zImage to an SD card of Bananian, 
1st
 

>  500Mb (/boot)  Edited uEnv.txt Dev 
for WSJT: yum-config-manager 
-
 

>  -save --setopt=fedora.skip_if_unavailable=true yum 
groupinstall
 

>  'Development 
Tools'
 

> 

 

>  yum install python3-tkinter 
fftw-devel
 

>  yum install python-devel python-numpy python-imaging-tk 
python-
 

>  pillow-tk yum install python3-numpy-f2py 
libsamplerate-devel 
alsa-
 

>  plugins-samplerate yum install portaudio 
portaudio-devel
 

> 

 

>  
WSJT-X
 

> 

 

>  yum install qt-devel  <--- 
fails
 

>  Error: Package: libdrm-devel-2.4.58-1.fc21.armv7hl 
(fedora)
 

>              Requires: libdrm 
= 
2.4.58-1.fc21
 

>              Installed: 
libdrm-2.4.58-3.fc21.armv7hl 
(@updates-testing)
 

>  Available: libdrm-2.4.58-1.fc21.armv7hl 
(fedora)
 

> 

 

>  Did: yum clean all; yum repolist; 
enabled 
"updates-testing"
 

>   vi 
/etc/yum.repos.d/fedora*
 

>  yum install qt-devel  <--- 
SUCCESS
 

> 

 

>  On Sat, 29 Nov 2014 09:12:02 +1000, Alan VK2ZIW 
wrote
 

> > Hi 
all,
 

> 
>
 

> > I've downloaded Fedora-LXDE-armhfp-21-TC2-sda.raw.xz 
and 
installed
 

> > it onto my Banana Pi with SATA disk. No small feet as 
there are 
no
 

> > instructions that WORK. I've got there by using the 
"uboot" 
from
 

> > Bananian to load the kernel from Fedora and use the 
SATA disk as 
root
 

> > copied from the Fedora SD 
card.
 

> > (when running on SATA, the SD card can be 
removed/changed)
 

> 
>
 

> > Gotcha: Still kernel 3.4.90 with no kernel modules. 
Obviously
 

> > the Fed

Re: [wsjt-devel] WSJT on ARM low power boards, dev is ready

2014-12-01 Thread Bill Somerville
On 01/12/2014 08:28, Alan VK2ZIW wrote:
> Hi Greg,
Alan,
>
> Thanks for the suggestion.
>
> Here are the "numpy" packages:
> numpy.armv7hl 1:1.8.2-2.fc21
> numpy-f2py.armv7hl1:1.8.2-2.fc21
> python3-numpy.armv7hl 1:1.8.2-2.fc21
> python3-numpy-f2py.armv7hl1:1.8.2-2.fc21
>
> yum install python3-numpy-f2py python3-numpy
>
> Package 1:python3-numpy-f2py-1.8.2-2.fc21.armv7hl already installed and latest
> Package 1:python3-numpy-1.8.2-2.fc21.armv7hl already installed and latest
>
> No other versions and in the Makefile:
> PYTHON  ?=  python3
> F2PY?=  /usr/bin/f2py3
>
> Though the tty LXTerm sais "core dumped", it's nowhere to be found.
If 'ulimit -c' shows zero then that's why there's no core file. 'ulimit 
-c unlimited' will turn off the limit. Having said that the core file 
isn't much use unless you have an un-stripped debug build of the 
offending image along with sources.
>
> BTW: these "Seg Fault"s happen even if I pull the running code from
> the other ARM box (club.bmarc.org) so, it's in the libraries or environment
> me thinks.
> The same login is also on the box "club.bmarc.org".
>
> 80
>
> Alan VK2ZIW
73
Bill
G4WJS.
>
>
> On Mon, 01 Dec 2014 05:03:23 +, KI7MT wrote
>> Hi Alan,
>>
>> Just FYI, if you have installed python-numpy (python2x version), and
>> your building later versions of WSJT (v10+) / WSPR (v4.0+), which use
>> Python3, you should remove python-numpy and only install python3-
>> numpy unless you need it elsewhere.
>>
>> 73's
>> Greg, KI7MT
>>
>> On 12/1/2014 02:55, Alan VK2ZIW wrote:
>>> Hi all,
>>>
>>> DEV environment is ready.
>>>
>>> "python3-pillow" is installed.
>>>
>>> WSJT compiles, runs until "Monitor" is pressed then,
>>> Seg Fault.
>>>
>>> Can you guys login and take a look?
>>>
>>> Access SSH or RDP to www.unixservice.com.au
>>> User: wsjtdev
>>> pwd: wsjtdev2
>>>
>>> Thanks
>>>
>>> Alan VK2ZIW
>>>
>>> On Mon, 1 Dec 2014 09:16:26 +1000, Alan VK2ZIW wrote
 Hi all,

 WSJT Development ARM platform is ready.

 WSJT-X ARM platform is ready.

 WSJT, thus far, Python "PIL" issue.

 Details:

 27/11  Loaded Fedora--armhfp-21_TC2-sda.raw.xz from
 /downloads/linux/fedora/arm..
Copied the SD card's F21 root to /dev/sda1, fixed /etc/fstab, set
 root passwdThen copied the zImage to an SD card of Bananian, 1st
 500Mb (/boot)  Edited uEnv.txt Dev for WSJT: yum-config-manager -
 -save --setopt=fedora.skip_if_unavailable=true yum groupinstall
 'Development Tools'

 yum install python3-tkinter fftw-devel
 yum install python-devel python-numpy python-imaging-tk python-
 pillow-tk yum install python3-numpy-f2py libsamplerate-devel alsa-
 plugins-samplerate yum install portaudio portaudio-devel

 WSJT-X

 yum install qt-devel  <--- fails
 Error: Package: libdrm-devel-2.4.58-1.fc21.armv7hl (fedora)
 Requires: libdrm = 2.4.58-1.fc21
 Installed: libdrm-2.4.58-3.fc21.armv7hl (@updates-testing)
 Available: libdrm-2.4.58-1.fc21.armv7hl (fedora)

 Did:   yum clean all; yum repolist; enabled "updates-testing"
vi /etc/yum.repos.d/fedora*
 yum install qt-devel  <--- SUCCESS

 On Sat, 29 Nov 2014 09:12:02 +1000, Alan VK2ZIW wrote
> Hi all,
>
> I've downloaded Fedora-LXDE-armhfp-21-TC2-sda.raw.xz and installed
> it onto my Banana Pi with SATA disk. No small feet as there are no
> instructions that WORK. I've got there by using the "uboot" from
> Bananian to load the kernel from Fedora and use the SATA disk as root
> copied from the Fedora SD card.
> (when running on SATA, the SD card can be removed/changed)
>
> Gotcha: Still kernel 3.4.90 with no kernel modules. Obviously
> the Fedora team are awaiting the 3.17.4-300.fc21 kernel.
>
> So now it's software development time:
>
> # python -V  =>  3.4.1
>
> gcc 4.9
> gcc-gfortran 4.9
>
> Access for you guys, SSH and RDP to www.unixservice.com.au
> user: wsjtdev
> pwd:  wsjtdev2
>
> Have fun.
>
> Alan VK2ZIW
>
> On Fri, 28 Nov 2014 11:53:16 -0500, Joe Taylor wrote
>> Bill --
>>
>>> ...  How about leaving things as is
>>> except that the newly generated CQ message gets displayed in the "Gen
>>> msg" box (this is a clear defect as it stands now) and the "Gen msg"
>>> radio button gets selected. The custom free text message can stay
>>> unchanged. That way we don't have too much difference in behaviour
>>> between tab 1 and tab 2.
>> OK, that's a reasonable solution.  Tab 1 stays as is.
>>
>>  -- Joe
>>
>>
>>> --
>> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
>> from Actuate! Instantly 

Re: [wsjt-devel] WSJT on ARM low power boards, dev is ready

2014-12-01 Thread Alan VK2ZIW
Hi Greg,

WSPR

SVN ver 4710 downloaded, installed "autogen" and ran it. Compile error:

/usr/bin/ld: thnix.o: relocation R_ARM_MOVW_ABS_NC against `mtxcom_' can not
be used when making a shared object; recompile with -fPIC

Makefile:
CFLAGS  +=  -fPIC
FFLAGS  +=  -fPIC

And it now compiles.

Must run

Alan VK2ZIW

On Mon, 1 Dec 2014 18:28:05 +1000, Alan VK2ZIW wrote
> Hi Greg,
> 
> Thanks for the suggestion.
> 
> Here are the "numpy" packages:
> numpy.armv7hl 1:1.8.2-2.fc21
> numpy-f2py.armv7hl1:1.8.2-2.fc21
> python3-numpy.armv7hl 1:1.8.2-2.fc21
> python3-numpy-f2py.armv7hl1:1.8.2-2.fc21
> 
> yum install python3-numpy-f2py python3-numpy
> 
> Package 1:python3-numpy-f2py-1.8.2-2.fc21.armv7hl already installed 
> and latest Package 1:python3-numpy-1.8.2-2.fc21.armv7hl already 
> installed and latest
> 
> No other versions and in the Makefile:
> PYTHON  ?=  python3
> F2PY?=  /usr/bin/f2py3
> 
> Though the tty LXTerm sais "core dumped", it's nowhere to be found.
> 
> BTW: these "Seg Fault"s happen even if I pull the running code from
> the other ARM box (club.bmarc.org) so, it's in the libraries or environment
> me thinks.
> The same login is also on the box "club.bmarc.org".
> 
> 80
> 
> Alan VK2ZIW
> 
> On Mon, 01 Dec 2014 05:03:23 +, KI7MT wrote
> > Hi Alan,
> > 
> > Just FYI, if you have installed python-numpy (python2x version), and
> > your building later versions of WSJT (v10+) / WSPR (v4.0+), which use
> > Python3, you should remove python-numpy and only install python3-
> > numpy unless you need it elsewhere.
> > 
> > 73's
> > Greg, KI7MT
> > 
> > On 12/1/2014 02:55, Alan VK2ZIW wrote:
> > > Hi all,
> > > 
> > > DEV environment is ready.
> > > 
> > > "python3-pillow" is installed.
> > > 
> > > WSJT compiles, runs until "Monitor" is pressed then,
> > > Seg Fault.
> > > 
> > > Can you guys login and take a look?
> > > 
> > > Access SSH or RDP to www.unixservice.com.au
> > > User: wsjtdev
> > > pwd: wsjtdev2
> > > 
> > > Thanks
> > > 
> > > Alan VK2ZIW
> > > 
> > > On Mon, 1 Dec 2014 09:16:26 +1000, Alan VK2ZIW wrote
> > >> Hi all,
> > >>
> > >> WSJT Development ARM platform is ready.
> > >>
> > >> WSJT-X ARM platform is ready.
> > >>
> > >> WSJT, thus far, Python "PIL" issue.
> > >>
> > >> Details:
> > >>
> > >> 27/11Loaded Fedora--armhfp-21_TC2-sda.raw.xz from
> > >> /downloads/linux/fedora/arm..
> > >>  Copied the SD card's F21 root to /dev/sda1, fixed /etc/fstab, set 
> > >> root passwd  Then copied the zImage to an SD card of Bananian, 1st 
> > >> 500Mb (/boot)Edited uEnv.txt Dev for WSJT: yum-config-manager -
> > >> -save --setopt=fedora.skip_if_unavailable=true yum groupinstall 
> > >> 'Development Tools'
> > >>
> > >> yum install python3-tkinter fftw-devel 
> > >> yum install python-devel python-numpy python-imaging-tk python-
> > >> pillow-tk yum install python3-numpy-f2py libsamplerate-devel alsa-
> > >> plugins-samplerate yum install portaudio portaudio-devel
> > >>
> > >> WSJT-X
> > >>
> > >> yum install qt-devel  <--- fails
> > >> Error: Package: libdrm-devel-2.4.58-1.fc21.armv7hl (fedora)
> > >>Requires: libdrm = 2.4.58-1.fc21
> > >>Installed: libdrm-2.4.58-3.fc21.armv7hl (@updates-testing)
> > >> Available: libdrm-2.4.58-1.fc21.armv7hl (fedora)
> > >>
> > >> Did: yum clean all; yum repolist; enabled "updates-testing"
> > >>  vi /etc/yum.repos.d/fedora*
> > >> yum install qt-devel  <--- SUCCESS
> > >>
> > >> On Sat, 29 Nov 2014 09:12:02 +1000, Alan VK2ZIW wrote
> > >>> Hi all,
> > >>>
> > >>> I've downloaded Fedora-LXDE-armhfp-21-TC2-sda.raw.xz and installed
> > >>> it onto my Banana Pi with SATA disk. No small feet as there are no
> > >>> instructions that WORK. I've got there by using the "uboot" from
> > >>> Bananian to load the kernel from Fedora and use the SATA disk as root
> > >>> copied from the Fedora SD card.
> > >>> (when running on SATA, the SD card can be removed/changed)
> > >>>
> > >>> Gotcha: Still kernel 3.4.90 with no kernel modules. Obviously
> > >>> the Fedora team are awaiting the 3.17.4-300.fc21 kernel.
> > >>>
> > >>> So now it's software development time:
> > >>>
> > >>> # python -V  =>  3.4.1
> > >>>
> > >>> gcc 4.9
> > >>> gcc-gfortran 4.9
> > >>>
> > >>> Access for you guys, SSH and RDP to www.unixservice.com.au
> > >>> user: wsjtdev 
> > >>> pwd:  wsjtdev2
> > >>>
> > >>> Have fun.
> > >>>
> > >>> Alan VK2ZIW
> > >>>
> > >>> On Fri, 28 Nov 2014 11:53:16 -0500, Joe Taylor wrote
> >  Bill --
> > 
> > > ...  How about leaving things as is
> > > except that the newly generated CQ message gets displayed in the "Gen
> > > msg" box (this is a clear defect as it stands now) and the "Gen msg"
> > > radio button gets selected. The custom free text message can stay
> > > unchanged. That way we don't have too much difference in behaviour
> > > between tab 1

Re: [wsjt-devel] WSJT on ARM low power boards, dev is ready

2014-12-01 Thread Alan VK2ZIW
Hi Greg,

Thanks for the suggestion.

Here are the "numpy" packages:
numpy.armv7hl 1:1.8.2-2.fc21
numpy-f2py.armv7hl1:1.8.2-2.fc21
python3-numpy.armv7hl 1:1.8.2-2.fc21
python3-numpy-f2py.armv7hl1:1.8.2-2.fc21

yum install python3-numpy-f2py python3-numpy

Package 1:python3-numpy-f2py-1.8.2-2.fc21.armv7hl already installed and latest
Package 1:python3-numpy-1.8.2-2.fc21.armv7hl already installed and latest

No other versions and in the Makefile:
PYTHON  ?=  python3
F2PY?=  /usr/bin/f2py3

Though the tty LXTerm sais "core dumped", it's nowhere to be found.

BTW: these "Seg Fault"s happen even if I pull the running code from
the other ARM box (club.bmarc.org) so, it's in the libraries or environment
me thinks.
The same login is also on the box "club.bmarc.org".

80

Alan VK2ZIW 


On Mon, 01 Dec 2014 05:03:23 +, KI7MT wrote
> Hi Alan,
> 
> Just FYI, if you have installed python-numpy (python2x version), and
> your building later versions of WSJT (v10+) / WSPR (v4.0+), which use
> Python3, you should remove python-numpy and only install python3-
> numpy unless you need it elsewhere.
> 
> 73's
> Greg, KI7MT
> 
> On 12/1/2014 02:55, Alan VK2ZIW wrote:
> > Hi all,
> > 
> > DEV environment is ready.
> > 
> > "python3-pillow" is installed.
> > 
> > WSJT compiles, runs until "Monitor" is pressed then,
> > Seg Fault.
> > 
> > Can you guys login and take a look?
> > 
> > Access SSH or RDP to www.unixservice.com.au
> > User: wsjtdev
> > pwd: wsjtdev2
> > 
> > Thanks
> > 
> > Alan VK2ZIW
> > 
> > On Mon, 1 Dec 2014 09:16:26 +1000, Alan VK2ZIW wrote
> >> Hi all,
> >>
> >> WSJT Development ARM platform is ready.
> >>
> >> WSJT-X ARM platform is ready.
> >>
> >> WSJT, thus far, Python "PIL" issue.
> >>
> >> Details:
> >>
> >> 27/11  Loaded Fedora--armhfp-21_TC2-sda.raw.xz from
> >> /downloads/linux/fedora/arm..
> >>Copied the SD card's F21 root to /dev/sda1, fixed /etc/fstab, set 
> >> root passwdThen copied the zImage to an SD card of Bananian, 1st 
> >> 500Mb (/boot)  Edited uEnv.txt Dev for WSJT: yum-config-manager -
> >> -save --setopt=fedora.skip_if_unavailable=true yum groupinstall 
> >> 'Development Tools'
> >>
> >> yum install python3-tkinter fftw-devel 
> >> yum install python-devel python-numpy python-imaging-tk python-
> >> pillow-tk yum install python3-numpy-f2py libsamplerate-devel alsa-
> >> plugins-samplerate yum install portaudio portaudio-devel
> >>
> >> WSJT-X
> >>
> >> yum install qt-devel  <--- fails
> >> Error: Package: libdrm-devel-2.4.58-1.fc21.armv7hl (fedora)
> >>Requires: libdrm = 2.4.58-1.fc21
> >>Installed: libdrm-2.4.58-3.fc21.armv7hl (@updates-testing)
> >> Available: libdrm-2.4.58-1.fc21.armv7hl (fedora)
> >>
> >> Did:   yum clean all; yum repolist; enabled "updates-testing"
> >>vi /etc/yum.repos.d/fedora*
> >> yum install qt-devel  <--- SUCCESS
> >>
> >> On Sat, 29 Nov 2014 09:12:02 +1000, Alan VK2ZIW wrote
> >>> Hi all,
> >>>
> >>> I've downloaded Fedora-LXDE-armhfp-21-TC2-sda.raw.xz and installed
> >>> it onto my Banana Pi with SATA disk. No small feet as there are no
> >>> instructions that WORK. I've got there by using the "uboot" from
> >>> Bananian to load the kernel from Fedora and use the SATA disk as root
> >>> copied from the Fedora SD card.
> >>> (when running on SATA, the SD card can be removed/changed)
> >>>
> >>> Gotcha: Still kernel 3.4.90 with no kernel modules. Obviously
> >>> the Fedora team are awaiting the 3.17.4-300.fc21 kernel.
> >>>
> >>> So now it's software development time:
> >>>
> >>> # python -V  =>  3.4.1
> >>>
> >>> gcc 4.9
> >>> gcc-gfortran 4.9
> >>>
> >>> Access for you guys, SSH and RDP to www.unixservice.com.au
> >>> user: wsjtdev 
> >>> pwd:  wsjtdev2
> >>>
> >>> Have fun.
> >>>
> >>> Alan VK2ZIW
> >>>
> >>> On Fri, 28 Nov 2014 11:53:16 -0500, Joe Taylor wrote
>  Bill --
> 
> > ...  How about leaving things as is
> > except that the newly generated CQ message gets displayed in the "Gen
> > msg" box (this is a clear defect as it stands now) and the "Gen msg"
> > radio button gets selected. The custom free text message can stay
> > unchanged. That way we don't have too much difference in behaviour
> > between tab 1 and tab 2.
> 
>  OK, that's a reasonable solution.  Tab 1 stays as is.
> 
>   -- Joe
> 
> 
> > --
>  Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
>  from Actuate! Instantly Supercharge Your Business Reports and Dashboards
>  with Interactivity, Sharing, Native Excel Exports, App Integration & 
>  more Get technology previously reserved for billion-dollar 
>  corporations, FREE
> >>> http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
>  

Re: [wsjt-devel] WSJT on ARM low power boards, dev is ready

2014-11-30 Thread KI7MT
Hi Alan,

Just FYI, if you have installed python-numpy (python2x version), and
your building later versions of WSJT (v10+) / WSPR (v4.0+), which use
Python3, you should remove python-numpy and only install python3-numpy
unless you need it elsewhere.

73's
Greg, KI7MT


On 12/1/2014 02:55, Alan VK2ZIW wrote:
> Hi all,
> 
> DEV environment is ready.
> 
> "python3-pillow" is installed.
> 
> WSJT compiles, runs until "Monitor" is pressed then,
> Seg Fault.
> 
> Can you guys login and take a look?
> 
> Access SSH or RDP to www.unixservice.com.au
> User: wsjtdev
> pwd: wsjtdev2
> 
> Thanks
> 
> Alan VK2ZIW
> 
> On Mon, 1 Dec 2014 09:16:26 +1000, Alan VK2ZIW wrote
>> Hi all,
>>
>> WSJT Development ARM platform is ready.
>>
>> WSJT-X ARM platform is ready.
>>
>> WSJT, thus far, Python "PIL" issue.
>>
>> Details:
>>
>> 27/11Loaded Fedora--armhfp-21_TC2-sda.raw.xz from
>> /downloads/linux/fedora/arm..
>>  Copied the SD card's F21 root to /dev/sda1, fixed /etc/fstab, set 
>> root passwd  Then copied the zImage to an SD card of Bananian, 1st 
>> 500Mb (/boot)Edited uEnv.txt Dev for WSJT: yum-config-manager -
>> -save --setopt=fedora.skip_if_unavailable=true yum groupinstall 
>> 'Development Tools'
>>
>> yum install python3-tkinter fftw-devel 
>> yum install python-devel python-numpy python-imaging-tk python-
>> pillow-tk yum install python3-numpy-f2py libsamplerate-devel alsa-
>> plugins-samplerate yum install portaudio portaudio-devel
>>
>> WSJT-X
>>
>> yum install qt-devel  <--- fails
>> Error: Package: libdrm-devel-2.4.58-1.fc21.armv7hl (fedora)
>>Requires: libdrm = 2.4.58-1.fc21
>>Installed: libdrm-2.4.58-3.fc21.armv7hl (@updates-testing)
>> Available: libdrm-2.4.58-1.fc21.armv7hl (fedora)
>>
>> Did: yum clean all; yum repolist; enabled "updates-testing"
>>  vi /etc/yum.repos.d/fedora*
>> yum install qt-devel  <--- SUCCESS
>>
>> On Sat, 29 Nov 2014 09:12:02 +1000, Alan VK2ZIW wrote
>>> Hi all,
>>>
>>> I've downloaded Fedora-LXDE-armhfp-21-TC2-sda.raw.xz and installed
>>> it onto my Banana Pi with SATA disk. No small feet as there are no
>>> instructions that WORK. I've got there by using the "uboot" from
>>> Bananian to load the kernel from Fedora and use the SATA disk as root
>>> copied from the Fedora SD card.
>>> (when running on SATA, the SD card can be removed/changed)
>>>
>>> Gotcha: Still kernel 3.4.90 with no kernel modules. Obviously
>>> the Fedora team are awaiting the 3.17.4-300.fc21 kernel.
>>>
>>> So now it's software development time:
>>>
>>> # python -V  =>  3.4.1
>>>
>>> gcc 4.9
>>> gcc-gfortran 4.9
>>>
>>> Access for you guys, SSH and RDP to www.unixservice.com.au
>>> user: wsjtdev 
>>> pwd:  wsjtdev2
>>>
>>> Have fun.
>>>
>>> Alan VK2ZIW
>>>
>>> On Fri, 28 Nov 2014 11:53:16 -0500, Joe Taylor wrote
 Bill --

> ...  How about leaving things as is
> except that the newly generated CQ message gets displayed in the "Gen
> msg" box (this is a clear defect as it stands now) and the "Gen msg"
> radio button gets selected. The custom free text message can stay
> unchanged. That way we don't have too much difference in behaviour
> between tab 1 and tab 2.

 OK, that's a reasonable solution.  Tab 1 stays as is.

-- Joe


> --
 Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
 from Actuate! Instantly Supercharge Your Business Reports and Dashboards
 with Interactivity, Sharing, Native Excel Exports, App Integration & 
 more Get technology previously reserved for billion-dollar 
 corporations, FREE
>>> http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
 ___
 wsjt-devel mailing list
 wsjt-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>>>
>>> Alan
>>>
>>> Man's greatest waste of time: Worshipping the wrong God.
>>> Consider Jesus.
>>> ---
>>> Alan Beard   Unix Support Technician from 1984 to today
>>> 70 Wedmore Rd.   Sun Solaris, AIX, HP/UX, Linux, SCO 
>>> OpenServer 5.0.X Emu Heights N.S.W. 2750  Routers, terminal servers, 
>>> printers, terminals etc.. +61 2 47353013 (h)   Support 
>>> Programming, shell scripting, "C", assembler 0414 353013 (mobile)
>>>  After uni, electr
>>>
>>> --
>>> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
>>> from Actuate! Instantly Supercharge Your Business Reports and Dashboards
>>> with Interactivity, Sharing, Native Excel Exports, App Integration & 
>>> more Get technology previously reserved for billion-dollar 
>>> corporations, FREE
>> http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
>>> ___

Re: [wsjt-devel] WSJT on ARM low power boards, dev is ready

2014-11-30 Thread Alan VK2ZIW
Hi all,

DEV environment is ready.

"python3-pillow" is installed.

WSJT compiles, runs until "Monitor" is pressed then,
Seg Fault.

Can you guys login and take a look?

Access SSH or RDP to www.unixservice.com.au
User: wsjtdev
pwd: wsjtdev2

Thanks

Alan VK2ZIW

On Mon, 1 Dec 2014 09:16:26 +1000, Alan VK2ZIW wrote
> Hi all,
> 
> WSJT Development ARM platform is ready.
> 
> WSJT-X ARM platform is ready.
> 
> WSJT, thus far, Python "PIL" issue.
> 
> Details:
> 
> 27/11 Loaded Fedora--armhfp-21_TC2-sda.raw.xz from
> /downloads/linux/fedora/arm..
>   Copied the SD card's F21 root to /dev/sda1, fixed /etc/fstab, set 
> root passwd   Then copied the zImage to an SD card of Bananian, 1st 
> 500Mb (/boot) Edited uEnv.txt Dev for WSJT: yum-config-manager -
> -save --setopt=fedora.skip_if_unavailable=true yum groupinstall 
> 'Development Tools'
> 
> yum install python3-tkinter fftw-devel 
> yum install python-devel python-numpy python-imaging-tk python-
> pillow-tk yum install python3-numpy-f2py libsamplerate-devel alsa-
> plugins-samplerate yum install portaudio portaudio-devel
> 
> WSJT-X
> 
> yum install qt-devel  <--- fails
> Error: Package: libdrm-devel-2.4.58-1.fc21.armv7hl (fedora)
>Requires: libdrm = 2.4.58-1.fc21
>Installed: libdrm-2.4.58-3.fc21.armv7hl (@updates-testing)
> Available: libdrm-2.4.58-1.fc21.armv7hl (fedora)
> 
> Did:  yum clean all; yum repolist; enabled "updates-testing"
>   vi /etc/yum.repos.d/fedora*
> yum install qt-devel  <--- SUCCESS
> 
> On Sat, 29 Nov 2014 09:12:02 +1000, Alan VK2ZIW wrote
> > Hi all,
> > 
> > I've downloaded Fedora-LXDE-armhfp-21-TC2-sda.raw.xz and installed
> > it onto my Banana Pi with SATA disk. No small feet as there are no
> > instructions that WORK. I've got there by using the "uboot" from
> > Bananian to load the kernel from Fedora and use the SATA disk as root
> > copied from the Fedora SD card.
> > (when running on SATA, the SD card can be removed/changed)
> > 
> > Gotcha: Still kernel 3.4.90 with no kernel modules. Obviously
> > the Fedora team are awaiting the 3.17.4-300.fc21 kernel.
> > 
> > So now it's software development time:
> > 
> > # python -V  =>  3.4.1
> > 
> > gcc 4.9
> > gcc-gfortran 4.9
> > 
> > Access for you guys, SSH and RDP to www.unixservice.com.au
> > user: wsjtdev 
> > pwd:  wsjtdev2
> > 
> > Have fun.
> > 
> > Alan VK2ZIW
> > 
> > On Fri, 28 Nov 2014 11:53:16 -0500, Joe Taylor wrote
> > > Bill --
> > > 
> > > > ...  How about leaving things as is
> > > > except that the newly generated CQ message gets displayed in the "Gen
> > > > msg" box (this is a clear defect as it stands now) and the "Gen msg"
> > > > radio button gets selected. The custom free text message can stay
> > > > unchanged. That way we don't have too much difference in behaviour
> > > > between tab 1 and tab 2.
> > > 
> > > OK, that's a reasonable solution.  Tab 1 stays as is.
> > > 
> > >   -- Joe
> > > 
> > >
--
> > > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
> > > from Actuate! Instantly Supercharge Your Business Reports and Dashboards
> > > with Interactivity, Sharing, Native Excel Exports, App Integration & 
> > > more Get technology previously reserved for billion-dollar 
> > > corporations, FREE
> > http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
> > > ___
> > > wsjt-devel mailing list
> > > wsjt-devel@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/wsjt-devel
> > 
> > Alan
> > 
> > Man's greatest waste of time: Worshipping the wrong God.
> > Consider Jesus.
> > ---
> > Alan Beard   Unix Support Technician from 1984 to today
> > 70 Wedmore Rd.   Sun Solaris, AIX, HP/UX, Linux, SCO 
> > OpenServer 5.0.X Emu Heights N.S.W. 2750  Routers, terminal servers, 
> > printers, terminals etc.. +61 2 47353013 (h)   Support 
> > Programming, shell scripting, "C", assembler 0414 353013 (mobile)
> >  After uni, electr
> > 
> > --
> > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
> > from Actuate! Instantly Supercharge Your Business Reports and Dashboards
> > with Interactivity, Sharing, Native Excel Exports, App Integration & 
> > more Get technology previously reserved for billion-dollar 
> > corporations, FREE
> http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
> > ___
> > wsjt-devel mailing list
> > wsjt-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wsjt-devel
> 
> Alan
> 
> Man's greatest waste of time: Worshipping the wrong God.
> Consider Jesus.
> ---
> Alan Beard  

Re: [wsjt-devel] WSJT on ARM low power boards, dev is ready

2014-11-30 Thread Alan VK2ZIW
Hi all,

WSJT Development ARM platform is ready.

WSJT-X ARM platform is ready.

WSJT, thus far, Python "PIL" issue.

Details:

27/11   Loaded Fedora--armhfp-21_TC2-sda.raw.xz from
/downloads/linux/fedora/arm..
Copied the SD card's F21 root to /dev/sda1, fixed /etc/fstab, set root 
passwd
Then copied the zImage to an SD card of Bananian, 1st 500Mb (/boot)
Edited uEnv.txt
Dev for WSJT:
yum-config-manager --save --setopt=fedora.skip_if_unavailable=true
yum groupinstall 'Development Tools'

yum install python3-tkinter fftw-devel 
yum install python-devel python-numpy python-imaging-tk python-pillow-tk 
yum install python3-numpy-f2py libsamplerate-devel alsa-plugins-samplerate
yum install portaudio portaudio-devel

WSJT-X

yum install qt-devel  <--- fails
Error: Package: libdrm-devel-2.4.58-1.fc21.armv7hl (fedora)
   Requires: libdrm = 2.4.58-1.fc21
   Installed: libdrm-2.4.58-3.fc21.armv7hl (@updates-testing)
Available: libdrm-2.4.58-1.fc21.armv7hl (fedora)

Did:yum clean all; yum repolist; enabled "updates-testing"
vi /etc/yum.repos.d/fedora*
yum install qt-devel  <--- SUCCESS




On Sat, 29 Nov 2014 09:12:02 +1000, Alan VK2ZIW wrote
> Hi all,
> 
> I've downloaded Fedora-LXDE-armhfp-21-TC2-sda.raw.xz and installed
> it onto my Banana Pi with SATA disk. No small feet as there are no
> instructions that WORK. I've got there by using the "uboot" from
> Bananian to load the kernel from Fedora and use the SATA disk as root
> copied from the Fedora SD card.
> (when running on SATA, the SD card can be removed/changed)
> 
> Gotcha: Still kernel 3.4.90 with no kernel modules. Obviously
> the Fedora team are awaiting the 3.17.4-300.fc21 kernel.
> 
> So now it's software development time:
> 
> # python -V  =>  3.4.1
> 
> gcc 4.9
> gcc-gfortran 4.9
> 
> Access for you guys, SSH and RDP to www.unixservice.com.au
> user: wsjtdev 
> pwd:  wsjtdev2
> 
> Have fun.
> 
> Alan VK2ZIW
> 
> On Fri, 28 Nov 2014 11:53:16 -0500, Joe Taylor wrote
> > Bill --
> > 
> > > ...  How about leaving things as is
> > > except that the newly generated CQ message gets displayed in the "Gen
> > > msg" box (this is a clear defect as it stands now) and the "Gen msg"
> > > radio button gets selected. The custom free text message can stay
> > > unchanged. That way we don't have too much difference in behaviour
> > > between tab 1 and tab 2.
> > 
> > OK, that's a reasonable solution.  Tab 1 stays as is.
> > 
> > -- Joe
> > 
> > --
> > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
> > from Actuate! Instantly Supercharge Your Business Reports and Dashboards
> > with Interactivity, Sharing, Native Excel Exports, App Integration & 
> > more Get technology previously reserved for billion-dollar 
> > corporations, FREE
> http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
> > ___
> > wsjt-devel mailing list
> > wsjt-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wsjt-devel
> 
> Alan
> 
> Man's greatest waste of time: Worshipping the wrong God.
> Consider Jesus.
> ---
> Alan Beard   Unix Support Technician from 1984 to today
> 70 Wedmore Rd.   Sun Solaris, AIX, HP/UX, Linux, SCO 
> OpenServer 5.0.X Emu Heights N.S.W. 2750  Routers, terminal servers, 
> printers, terminals etc.. +61 2 47353013 (h)   Support 
> Programming, shell scripting, "C", assembler 0414 353013 (mobile)
>  After uni, electr
> 
> --
> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
> from Actuate! Instantly Supercharge Your Business Reports and Dashboards
> with Interactivity, Sharing, Native Excel Exports, App Integration & 
> more Get technology previously reserved for billion-dollar 
> corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Alan

Man's greatest waste of time: Worshipping the wrong God.
Consider Jesus.
---
Alan Beard   Unix Support Technician from 1984 to today
70 Wedmore Rd.   Sun Solaris, AIX, HP/UX, Linux, SCO OpenServer 5.0.X
Emu Heights N.S.W. 2750  Routers, terminal servers, printers, terminals etc..
+61 2 47353013 (h)   Support Programming, shell scripting, "C", assembler
0414 353013 (mobile) After uni, electr


--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and D