Totally Lost on "python manage.py runserver"

2017-04-14 Thread Michael Durkin
I am at a loss. My Google-Fu seems to be sub-par as I cannot find an answer 
to what I'm looking for. 

I am running Ubuntu, using Python 3.6.0 (pyenv handles different Python 
versions for me), have installed SQLite and Apache and ran "pip install 
django" to get Django on my machine. 

I have run through the Django tutorial on installation 
(https://docs.djangoproject.com/en/1.11/topics/install/#installing-official-release)
 
and made it all the way to "python manage.py runserver". After running that 
line I get the following message through the shell that I simply do not 
understand:

~/Scripts/Django_Practice/mysite$ python manage.py runserver
Unhandled exception in thread started by .wrapper at 0x7f0e6c4ce730>
Traceback (most recent call last):
  File 
"/home/durkin/.pyenv/versions/3.6.0/lib/python3.6/site-packages/django/db/backends/sqlite3/base.py",
 
line 31, in 
from pysqlite2 import dbapi2 as Database
ModuleNotFoundError: No module named 'pysqlite2'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File 
"/home/durkin/.pyenv/versions/3.6.0/lib/python3.6/site-packages/django/db/backends/sqlite3/base.py",
 
line 33, in 
from sqlite3 import dbapi2 as Database
  File 
"/home/durkin/.pyenv/versions/3.6.0/lib/python3.6/sqlite3/__init__.py", 
line 23, in 
from sqlite3.dbapi2 import *
  File 
"/home/durkin/.pyenv/versions/3.6.0/lib/python3.6/sqlite3/dbapi2.py", line 
27, in 
from _sqlite3 import *
ModuleNotFoundError: No module named '_sqlite3'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File 
"/home/durkin/.pyenv/versions/3.6.0/lib/python3.6/site-packages/django/utils/autoreload.py",
 
line 227, in wrapper
fn(*args, **kwargs)
  File 
"/home/durkin/.pyenv/versions/3.6.0/lib/python3.6/site-packages/django/core/management/commands/runserver.py",
 
line 117, in inner_run
autoreload.raise_last_exception()
  File 
"/home/durkin/.pyenv/versions/3.6.0/lib/python3.6/site-packages/django/utils/autoreload.py",
 
line 250, in raise_last_exception
six.reraise(*_exception)
  File 
"/home/durkin/.pyenv/versions/3.6.0/lib/python3.6/site-packages/django/utils/six.py",
 
line 685, in reraise
raise value.with_traceback(tb)
  File 
"/home/durkin/.pyenv/versions/3.6.0/lib/python3.6/site-packages/django/utils/autoreload.py",
 
line 227, in wrapper
fn(*args, **kwargs)
  File 
"/home/durkin/.pyenv/versions/3.6.0/lib/python3.6/site-packages/django/__init__.py",
 
line 27, in setup
apps.populate(settings.INSTALLED_APPS)
  File 
"/home/durkin/.pyenv/versions/3.6.0/lib/python3.6/site-packages/django/apps/registry.py",
 
line 108, in populate
app_config.import_models()
  File 
"/home/durkin/.pyenv/versions/3.6.0/lib/python3.6/site-packages/django/apps/config.py",
 
line 202, in import_models
self.models_module = import_module(models_module_name)
  File 
"/home/durkin/.pyenv/versions/3.6.0/lib/python3.6/importlib/__init__.py", 
line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
  File "", line 978, in _gcd_import
  File "", line 961, in _find_and_load
  File "", line 950, in _find_and_load_unlocked
  File "", line 655, in _load_unlocked
  File "", line 678, in exec_module
  File "", line 205, in 
_call_with_frames_removed
  File 
"/home/durkin/.pyenv/versions/3.6.0/lib/python3.6/site-packages/django/contrib/auth/models.py",
 
line 4, in 
from django.contrib.auth.base_user import AbstractBaseUser, 
BaseUserManager
  File 
"/home/durkin/.pyenv/versions/3.6.0/lib/python3.6/site-packages/django/contrib/auth/base_user.py",
 
line 52, in 
class AbstractBaseUser(models.Model):
  File 
"/home/durkin/.pyenv/versions/3.6.0/lib/python3.6/site-packages/django/db/models/base.py",
 
line 124, in __new__
new_class.add_to_class('_meta', Options(meta, app_label))
  File 
"/home/durkin/.pyenv/versions/3.6.0/lib/python3.6/site-packages/django/db/models/base.py",
 
line 330, in add_to_class
value.contribute_to_class(cls, name)
  File 
"/home/durkin/.pyenv/versions/3.6.0/lib/python3.6/site-packages/django/db/models/options.py",
 
line 214, in contribute_to_class
self.db_table = truncate_name(self.db_table, 
connection.ops.max_name_length())
  File 
"/home/durkin/.pyenv/versions/3.6.0/lib/python3.6/site-packages/django/db/__init__.py",
 
line 33, in __getattr__
return getattr(connections[DEFAULT_DB_ALIAS], item)
  File 
"/home/durkin/.pyenv/versions/3.6.0/lib/python3.6/site-packages/django/db/utils.py",
 
line 211, in __getitem__
backend = load_backend(db['ENGINE'])
  File 
"/home/durkin/.pyenv/versions/3.6.0/lib/python3.6/site-packages/django/db/utils.py",
 
line 115, in load_backend
return import_module('%s.base' % backend_name)
  File 
"/home/durkin/.pyenv/versions/3.6.0/lib/python3.6/importlib/__init__.py", 
line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
  File 

[winswitch] error on build

2017-02-16 Thread Michael Durkin via shifter-users
Not sure if this is a but yet .. probably more of a Odroid-X2/Ubuntu16.04
fresh install issue ..

found gcc version: 5.4.0
Traceback (most recent call last):
  File "setup.py", line 2449, in 
ffmpeg_pkgconfig = pkgconfig("libavcodec", "libavformat")
  File "setup.py", line 688, in exec_pkgconfig
raise Exception("ERROR: cannot find a valid pkg-config entry for %s
using PKG_CONFIG_PATH=%s" % (" or ".join(options),
os.environ.get("PKG_CONFIG_PATH", "(empty)")))
Exception: ERROR: cannot find a valid pkg-config entry for libavformat
using PKG_CONFIG_PATH=(empty)

im still investigating 
___
shifter-users mailing list
shifter-users@lists.devloop.org.uk
http://lists.devloop.org.uk/mailman/listinfo/shifter-users


[winswitch] error -- doubt its xpra

2016-11-29 Thread Michael Durkin via shifter-users
im getting an error of sorts and im not sure how to deal with it ,,,

http://pastebin.com/A2NAug19

/usr/bin/ld.bfd.real: /usr/local/lib/libavutil.a(log.o): relocation
R_ARM_THM_MOVW_ABS_NC against `a local symbol' can not be used when making
a shared object; recompile with -fPIC
/usr/local/lib/libavutil.a: error adding symbols: Bad value
collect2: error: ld returned 1 exit status
error: command 'arm-linux-gnueabihf-gcc' failed with exit status 1
___
shifter-users mailing list
shifter-users@lists.devloop.org.uk
http://lists.devloop.org.uk/mailman/listinfo/shifter-users


Re: [winswitch] [ANNOUNCE] Xpra 1.0-rc1

2016-11-27 Thread Michael Durkin via shifter-users
i get an odd error ... one that i think should not happen -- i already have
cython installed ... but get errror from building it durring python
setup.py install of xpra v1

http://pastebin.com/DJrB3tMH

On Sat, Nov 26, 2016 at 5:02 AM, Antoine Martin via shifter-users <
shifter-users@lists.devloop.org.uk> wrote:

> Hi,
>
> The next LTS release is nearly ready.
> We don't usually advertise release candidate builds, but this release is
> going to be special. For more details see:
> http://xpra.org/trac/wiki/News#a1.0ImportantFeatures
>
> Unless major problems are found with these latest builds, the only thing
> that will change for the final release is the new logo and icons which
> are being worked on [1]. Downloads can be found here:
> http://xpra.org/beta/
>
> Cheers
> Antoine
>
> [1] Feedback welcome on the direction for the new icons:
> http://xpra.org/trac/ticket/1342#comment:3
> ___
> shifter-users mailing list
> shifter-users@lists.devloop.org.uk
> http://lists.devloop.org.uk/mailman/listinfo/shifter-users
>
___
shifter-users mailing list
shifter-users@lists.devloop.org.uk
http://lists.devloop.org.uk/mailman/listinfo/shifter-users


[winswitch] error or not

2016-08-28 Thread Michael Durkin via shifter-users
Im not sure if this is a bug or just too old of ubuntu built on ...

trusty 14.04 ...

Cythonizing xpra/x11/bindings/keyboard_bindings.pyx

Error compiling Cython file:

...
cdef XkbRF_VarDefsRec rdefs
cdef XkbComponentNamesRec rnames
cdef char *locale = setlocale(LC_ALL, NULL)
log("setxkbmap: using locale=%s", locale)

rdefs.model = model or b""
   ^


xpra/x11/bindings/keyboard_bindings.pyx:273:28: Obtaining 'char *' from
temporary Python value
Traceback (most recent call last):
  File "setup.py", line 2388, in 
setup_options["ext_modules"] = cythonize(ext_modules, gdb_debug=False)
  File "/usr/lib/python2.7/dist-packages/Cython/Build/Dependencies.py",
line 798, in cythonize
cythonize_one(*args[1:])
  File "/usr/lib/python2.7/dist-packages/Cython/Build/Dependencies.py",
line 915, in cythonize_one
raise CompileError(None, pyx_file)
Cython.Compiler.Errors.CompileError: xpra/x11/bindings/keyboard_bindings.pyx
odroid@odroid:~/Downloads/xpra-0.17.5$
___
shifter-users mailing list
shifter-users@lists.devloop.org.uk
http://lists.devloop.org.uk/mailman/listinfo/shifter-users


[winswitch] microphone and speakers

2016-06-02 Thread Michael Durkin
Im thinking this is a stupid question ...

does xpra need to have settings in paprefs set so that pulse audio is
discoverable over network and network access to local sound devices ?
___
shifter-users mailing list
shifter-users@lists.devloop.org.uk
http://lists.devloop.org.uk/mailman/listinfo/shifter-users


Re: [winswitch] codec2

2016-05-31 Thread Michael Durkin
on the Xephyr window , using pavucontrol there is a device labled xpra on
the capture tab  that brings what ever speaker(?) output to the client
speakers  there is no reverse option for the microphone .

I want the client microphone to be available to the server  some times
its there, some times it not ... im not sure why. Might be a function of
bandwidth  connection is over 802.11B -- i think 20mb/s ? connection
should be ok, but i wonder  if at times there bandwidth/speed drops.

On Tue, May 31, 2016 at 7:56 PM, Antoine Martin <anto...@nagafix.co.uk>
wrote:

> On 01/06/16 01:38, Michael Durkin wrote:
> > Im wondering how .. if its needed, im not sure , to use codec2 instead of
> > opus ...
> They are completely unrelated.
> * dec_avcodec2 is a video decoder which uses ffmpeg, it is needed for
> decoding h264, hevc, etc..
> * opus is a sound codec
>
> Both are optional but recommended. If you have vorbis or even mp3, opus
> is probably not worth the effort if you are having problems.
> h264 on the other hand, is strongly recommended as it is the most
> efficient video codec.
>
> > I see a patch for V0.15 but not sure if it is already implements in V0.17
> > code ... or use a run switch ...
> Please be specific. What distro? What patch?
>
> > Also i see a thread on the server (to client) for xpra sound but not one
> > for client microphone to server  is that not possible ?
> I don't understand the question.
> As of version 0.15, the sound runs in a separate process, not thread.
> If you start the microphone forwarding, you will get an extra process.
>
> Cheers
> Antoine
> ___
> shifter-users mailing list
> shifter-users@lists.devloop.org.uk
> http://lists.devloop.org.uk/mailman/listinfo/shifter-users
>
___
shifter-users mailing list
shifter-users@lists.devloop.org.uk
http://lists.devloop.org.uk/mailman/listinfo/shifter-users


Re: [winswitch] codec2

2016-05-31 Thread Michael Durkin
Codec2 is for audio compression / low bit rates

http://loyc-etc.blogspot.com/2012/09/opus-codec-to-end-all-codecs.html
mentions that codec2 beats opus by a factor of 3

a little more info .. but i'm not sure codec2 is useful to xpra 

http://www.rowetel.com/blog/?page_id=452

Ubuntu 16 , only patch done is for Ubuntu/Debian ...

Oh ... i think we both made the same mistake avcodec2 does not = codec2

On Tue, May 31, 2016 at 7:56 PM, Antoine Martin <anto...@nagafix.co.uk>
wrote:

> On 01/06/16 01:38, Michael Durkin wrote:
> > Im wondering how .. if its needed, im not sure , to use codec2 instead of
> > opus ...
> They are completely unrelated.
> * dec_avcodec2 is a video decoder which uses ffmpeg, it is needed for
> decoding h264, hevc, etc..
> * opus is a sound codec
>
> Both are optional but recommended. If you have vorbis or even mp3, opus
> is probably not worth the effort if you are having problems.
> h264 on the other hand, is strongly recommended as it is the most
> efficient video codec.
>
> > I see a patch for V0.15 but not sure if it is already implements in V0.17
> > code ... or use a run switch ...
> Please be specific. What distro? What patch?
>
> > Also i see a thread on the server (to client) for xpra sound but not one
> > for client microphone to server  is that not possible ?
> I don't understand the question.
> As of version 0.15, the sound runs in a separate process, not thread.
> If you start the microphone forwarding, you will get an extra process.
>
> Cheers
> Antoine
> ___
> shifter-users mailing list
> shifter-users@lists.devloop.org.uk
> http://lists.devloop.org.uk/mailman/listinfo/shifter-users
>
___
shifter-users mailing list
shifter-users@lists.devloop.org.uk
http://lists.devloop.org.uk/mailman/listinfo/shifter-users


Re: [winswitch] build error

2016-05-26 Thread Michael Durkin
OH  thought i had it that time 

building 'xpra.codecs.csc_swscale.colorspace_converter' extension
creating build/temp.linux-x86_64-2.7/xpra/codecs/csc_swscale
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2
-Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c
xpra/codecs/csc_swscale/colorspace_converter.c -o
build/temp.linux-x86_64-2.7/xpra/codecs/csc_swscale/colorspace_converter.o
-Wall -Werror -Wno-error=strict-prototypes -fPIC
xpra/codecs/csc_swscale/colorspace_converter.c: In function
‘initcolorspace_converter’:
xpra/codecs/csc_swscale/colorspace_converter.c:10455:37: error:
‘AV_PIX_FMT_0RGB’ undeclared (first use in this function)
   __pyx_t_3 = __Pyx_PyInt_From_long(AV_PIX_FMT_0RGB); if
(unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 105;
__pyx_clineno = __LINE__; goto __pyx_L1_error;}
 ^
xpra/codecs/csc_swscale/colorspace_converter.c:10455:37: note: each
undeclared identifier is reported only once for each function it appears in
xpra/codecs/csc_swscale/colorspace_converter.c:10482:37: error:
‘AV_PIX_FMT_BGR0’ undeclared (first use in this function)
   __pyx_t_3 = __Pyx_PyInt_From_long(AV_PIX_FMT_BGR0); if
(unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 106;
__pyx_clineno = __LINE__; goto __pyx_L1_error;}
 ^
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

Was trying to build 0.17.2 on a Trusty Ubuntu intel64 ...

On Thu, May 26, 2016 at 12:05 PM, Michael Durkin <kc7...@gmail.com> wrote:

> Hey  making progress  i think this means that my client version is
> too old  which is a problem since its Ubuntu 14-- which does not have
> alot of packages available for building
>
> mike@SDR-client:~$ xpra attach ssh:kc7noa@10.0.0.127
> xpra client version 0.12.3
> 2016-05-26 12:02:31,788 cannot load csc_opencl (OpenCL colorspace
> conversion): ColorspaceConverter missing from
> xpra.codecs.csc_opencl.colorspace_converter: clGetPlatformIDs failed:
> platform not found khr
> 2016-05-26 12:02:31,789 error during codec import: clGetPlatformIDs
> failed: platform not found khr
> 2016-05-26 12:02:32,126 PyOpenGL warning: missing accelerate module
> 2016-05-26 12:02:32,126 PyOpenGL warning: missing array format handlers:
> numeric, vbo, vbooffset
> 2016-05-26 12:02:32,126 OpenGL Version: 2.1 Mesa 10.1.3
> 2016-05-26 12:02:32,345 detected keyboard: rules=evdev, model=pc105,
> layout=us
> 2016-05-26 12:02:32,346 desktop size is 1366x768 with 1 screen(s):
> 2016-05-26 12:02:32,346   ':0.0' (361x203 mm) workarea: 1333x756 at 33x12
> 2016-05-26 12:02:32,346 LVDS1 (345x194 mm)
> Warning: invalid option: 'scaling'
> 2016-05-26 12:02:33,039 server requested disconnect: ['version error',
> 'incompatible version: remote version [0, 12] is too old, sorry']
> 2016-05-26 12:02:33,247 Connection lost
> mike@SDR-client:~$
>
>
>
> On Thu, May 26, 2016 at 11:58 AM, Michael Durkin <kc7...@gmail.com> wrote:
>
>> ok .. that was easy enough to do ...
>>
>> Though i would suggest a simple addition, a comment after the patch that
>> removing the # at teh beginning of the line is how to enable the patch.
>>
>> now to test the server 
>>
>> On Thu, May 26, 2016 at 11:39 AM, Michael Durkin <kc7...@gmail.com>
>> wrote:
>>
>>> OK ... i should have used synaptec to search for packages way sooner ...
>>> its alot faster than google ...
>>>
>>> So ... im surprised this is still not patched as part of the main
>>> archive -- version 0.17
>>>
>>> now, ill look to see how to implement that patch ,,, or is it a build
>>> deceleration that needs to be changed in setup.py ?
>>>
>>> In file included from /usr/include/gtk-2.0/gtk/gtk.h:234:0,
>>>  from /usr/include/pygtk-2.0/pygtk/pygtk.h:8,
>>>  from xpra/x11/gtk2/gdk_display_source.c:297:
>>> /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: error: function
>>> declaration isn’t a prototype [-Werror=strict-prototypes]
>>>  typedef void (*GtkItemFactoryCallback)  ();
>>>  ^
>>> cc1: all warnings being treated as errors
>>> error: command 'aarch64-linux-gnu-gcc' failed with exit status 1
>>> kc7noa@odroid64:~/Downloads/xpra-0.17.2$
>>>
>>>
>>>
>>>
>>> On Thu, May 26, 2016 at 11:22 AM, Michael Durkin <kc7...@gmail.com>
>>> wrote:
>>>
>>>> So far on the Xinal(ubuntu 16) 64bit ... build with ./setup.py install
>>>> stops at
>>>>
>>>> Xdummy support unspecified, will try to detect
>>>> found OS release: Ubuntu xenial
>&

Re: [winswitch] build error

2016-05-26 Thread Michael Durkin
Hey  making progress  i think this means that my client version is
too old  which is a problem since its Ubuntu 14-- which does not have
alot of packages available for building

mike@SDR-client:~$ xpra attach ssh:kc7noa@10.0.0.127
xpra client version 0.12.3
2016-05-26 12:02:31,788 cannot load csc_opencl (OpenCL colorspace
conversion): ColorspaceConverter missing from
xpra.codecs.csc_opencl.colorspace_converter: clGetPlatformIDs failed:
platform not found khr
2016-05-26 12:02:31,789 error during codec import: clGetPlatformIDs failed:
platform not found khr
2016-05-26 12:02:32,126 PyOpenGL warning: missing accelerate module
2016-05-26 12:02:32,126 PyOpenGL warning: missing array format handlers:
numeric, vbo, vbooffset
2016-05-26 12:02:32,126 OpenGL Version: 2.1 Mesa 10.1.3
2016-05-26 12:02:32,345 detected keyboard: rules=evdev, model=pc105,
layout=us
2016-05-26 12:02:32,346 desktop size is 1366x768 with 1 screen(s):
2016-05-26 12:02:32,346   ':0.0' (361x203 mm) workarea: 1333x756 at 33x12
2016-05-26 12:02:32,346 LVDS1 (345x194 mm)
Warning: invalid option: 'scaling'
2016-05-26 12:02:33,039 server requested disconnect: ['version error',
'incompatible version: remote version [0, 12] is too old, sorry']
2016-05-26 12:02:33,247 Connection lost
mike@SDR-client:~$



On Thu, May 26, 2016 at 11:58 AM, Michael Durkin <kc7...@gmail.com> wrote:

> ok .. that was easy enough to do ...
>
> Though i would suggest a simple addition, a comment after the patch that
> removing the # at teh beginning of the line is how to enable the patch.
>
> now to test the server 
>
> On Thu, May 26, 2016 at 11:39 AM, Michael Durkin <kc7...@gmail.com> wrote:
>
>> OK ... i should have used synaptec to search for packages way sooner ...
>> its alot faster than google ...
>>
>> So ... im surprised this is still not patched as part of the main archive
>> -- version 0.17
>>
>> now, ill look to see how to implement that patch ,,, or is it a build
>> deceleration that needs to be changed in setup.py ?
>>
>> In file included from /usr/include/gtk-2.0/gtk/gtk.h:234:0,
>>  from /usr/include/pygtk-2.0/pygtk/pygtk.h:8,
>>  from xpra/x11/gtk2/gdk_display_source.c:297:
>> /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: error: function
>> declaration isn’t a prototype [-Werror=strict-prototypes]
>>  typedef void (*GtkItemFactoryCallback)  ();
>>  ^
>> cc1: all warnings being treated as errors
>> error: command 'aarch64-linux-gnu-gcc' failed with exit status 1
>> kc7noa@odroid64:~/Downloads/xpra-0.17.2$
>>
>>
>>
>>
>> On Thu, May 26, 2016 at 11:22 AM, Michael Durkin <kc7...@gmail.com>
>> wrote:
>>
>>> So far on the Xinal(ubuntu 16) 64bit ... build with ./setup.py install
>>> stops at
>>>
>>> Xdummy support unspecified, will try to detect
>>> found OS release: Ubuntu xenial
>>> found valid recent version of Xorg server: 1.18
>>> found gcc version: 5.3.1
>>> ERROR: cannot find a valid pkg-config package for ['pygtk-2.0',
>>> 'libpygtk-2.0']
>>> kc7noa@odroid64:~/Downloads/xpra-0.17.2$
>>>
>>>
>>> iv not been able to figure out that package yet ...
>>>
>>> On Thu, May 26, 2016 at 11:17 AM, Michael Durkin <kc7...@gmail.com>
>>> wrote:
>>>
>>>> Sorry i left out ...
>>>>
>>>> 0.15.8+dfsg-1 is the one shown as current by the package manager for
>>>> "Ubuntu 16" ... does that have the patches you previously mentioned ...??
>>>>
>>>> On Thu, May 26, 2016 at 10:10 AM, Michael Durkin <kc7...@gmail.com>
>>>> wrote:
>>>>
>>>>> Arm64 is not a intel (i386) or amd architecture  the computer is a
>>>>> 2"x2" SBC -- system-on-a-chip
>>>>> On May 26, 2016 9:32 AM, "Antoine Martin" <anto...@nagafix.co.uk>
>>>>> wrote:
>>>>>
>>>>>> On 26/05/16 22:12, Michael Durkin wrote:
>>>>>> > i tried from trusty archive(xpra) version 15.10-1 and got a
>>>>>> dependency
>>>>>> > unsatisfiable error for python-rencode ... how far back in the 15's
>>>>>> then
>>>>>> > does one need to go 
>>>>>> python-rencode has been available in the repository for many years.
>>>>>> If you are still having problems, please post the specific error
>>>>>> messages as well as all the relevant configuration details.
>>>>>>
>>>>>> > Then to apply patches ..( iguess)
>>>

Re: [winswitch] build error

2016-05-26 Thread Michael Durkin
ok .. that was easy enough to do ...

Though i would suggest a simple addition, a comment after the patch that
removing the # at teh beginning of the line is how to enable the patch.

now to test the server 

On Thu, May 26, 2016 at 11:39 AM, Michael Durkin <kc7...@gmail.com> wrote:

> OK ... i should have used synaptec to search for packages way sooner ...
> its alot faster than google ...
>
> So ... im surprised this is still not patched as part of the main archive
> -- version 0.17
>
> now, ill look to see how to implement that patch ,,, or is it a build
> deceleration that needs to be changed in setup.py ?
>
> In file included from /usr/include/gtk-2.0/gtk/gtk.h:234:0,
>  from /usr/include/pygtk-2.0/pygtk/pygtk.h:8,
>  from xpra/x11/gtk2/gdk_display_source.c:297:
> /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: error: function
> declaration isn’t a prototype [-Werror=strict-prototypes]
>  typedef void (*GtkItemFactoryCallback)  ();
>  ^
> cc1: all warnings being treated as errors
> error: command 'aarch64-linux-gnu-gcc' failed with exit status 1
> kc7noa@odroid64:~/Downloads/xpra-0.17.2$
>
>
>
>
> On Thu, May 26, 2016 at 11:22 AM, Michael Durkin <kc7...@gmail.com> wrote:
>
>> So far on the Xinal(ubuntu 16) 64bit ... build with ./setup.py install
>> stops at
>>
>> Xdummy support unspecified, will try to detect
>> found OS release: Ubuntu xenial
>> found valid recent version of Xorg server: 1.18
>> found gcc version: 5.3.1
>> ERROR: cannot find a valid pkg-config package for ['pygtk-2.0',
>> 'libpygtk-2.0']
>> kc7noa@odroid64:~/Downloads/xpra-0.17.2$
>>
>>
>> iv not been able to figure out that package yet ...
>>
>> On Thu, May 26, 2016 at 11:17 AM, Michael Durkin <kc7...@gmail.com>
>> wrote:
>>
>>> Sorry i left out ...
>>>
>>> 0.15.8+dfsg-1 is the one shown as current by the package manager for
>>> "Ubuntu 16" ... does that have the patches you previously mentioned ...??
>>>
>>> On Thu, May 26, 2016 at 10:10 AM, Michael Durkin <kc7...@gmail.com>
>>> wrote:
>>>
>>>> Arm64 is not a intel (i386) or amd architecture  the computer is a
>>>> 2"x2" SBC -- system-on-a-chip
>>>> On May 26, 2016 9:32 AM, "Antoine Martin" <anto...@nagafix.co.uk>
>>>> wrote:
>>>>
>>>>> On 26/05/16 22:12, Michael Durkin wrote:
>>>>> > i tried from trusty archive(xpra) version 15.10-1 and got a
>>>>> dependency
>>>>> > unsatisfiable error for python-rencode ... how far back in the 15's
>>>>> then
>>>>> > does one need to go 
>>>>> python-rencode has been available in the repository for many years.
>>>>> If you are still having problems, please post the specific error
>>>>> messages as well as all the relevant configuration details.
>>>>>
>>>>> > Then to apply patches ..( iguess)
>>>>> >
>>>>> > Also -- this is another subject -- i have 3 computers, 2 of which
>>>>> are Arm
>>>>> > (one 32bit with ububtu 14 and the other is 64bit with Ubuntu 16) ...
>>>>> is
>>>>> > there a package dependency list for ubuntu?
>>>>> Please refer to your package manager tool.
>>>>>
>>>>> > The binarys in the archive will
>>>>> > never work on those platforms ..
>>>>> Why not?
>>>>>
>>>>> Antoine
>>>>>
>>>>> >
>>>>> > On Thu, May 26, 2016 at 7:29 AM, Antoine Martin <
>>>>> anto...@nagafix.co.uk>
>>>>> > wrote:
>>>>> >
>>>>> >> On 26/05/16 13:23, Michael Durkin wrote:
>>>>> >>> Ahhh .. going with the most recent svn would do me no good right
>>>>> now ....
>>>>> >>> libavcodec-ffmpeg56 is not part of ubuntu 14.04 source ... sigh
>>>>> 
>>>>> >> Version 0.16.x dropped support for Ubuntu Trusty:
>>>>> >>
>>>>> >>
>>>>> http://lists.devloop.org.uk/pipermail/shifter-users/2015-December/001460.html
>>>>> >>
>>>>> >> Cheers
>>>>> >> Antoine
>>>>> >>
>>>>> >>>
>>>>> >>> Perhapse a PPA will help out some where  its late, im going to
>>>>> be

Re: [winswitch] build error

2016-05-26 Thread Michael Durkin
OK ... i should have used synaptec to search for packages way sooner ...
its alot faster than google ...

So ... im surprised this is still not patched as part of the main archive
-- version 0.17

now, ill look to see how to implement that patch ,,, or is it a build
deceleration that needs to be changed in setup.py ?

In file included from /usr/include/gtk-2.0/gtk/gtk.h:234:0,
 from /usr/include/pygtk-2.0/pygtk/pygtk.h:8,
 from xpra/x11/gtk2/gdk_display_source.c:297:
/usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: error: function declaration
isn’t a prototype [-Werror=strict-prototypes]
 typedef void (*GtkItemFactoryCallback)  ();
 ^
cc1: all warnings being treated as errors
error: command 'aarch64-linux-gnu-gcc' failed with exit status 1
kc7noa@odroid64:~/Downloads/xpra-0.17.2$




On Thu, May 26, 2016 at 11:22 AM, Michael Durkin <kc7...@gmail.com> wrote:

> So far on the Xinal(ubuntu 16) 64bit ... build with ./setup.py install
> stops at
>
> Xdummy support unspecified, will try to detect
> found OS release: Ubuntu xenial
> found valid recent version of Xorg server: 1.18
> found gcc version: 5.3.1
> ERROR: cannot find a valid pkg-config package for ['pygtk-2.0',
> 'libpygtk-2.0']
> kc7noa@odroid64:~/Downloads/xpra-0.17.2$
>
>
> iv not been able to figure out that package yet ...
>
> On Thu, May 26, 2016 at 11:17 AM, Michael Durkin <kc7...@gmail.com> wrote:
>
>> Sorry i left out ...
>>
>> 0.15.8+dfsg-1 is the one shown as current by the package manager for
>> "Ubuntu 16" ... does that have the patches you previously mentioned ...??
>>
>> On Thu, May 26, 2016 at 10:10 AM, Michael Durkin <kc7...@gmail.com>
>> wrote:
>>
>>> Arm64 is not a intel (i386) or amd architecture  the computer is a
>>> 2"x2" SBC -- system-on-a-chip
>>> On May 26, 2016 9:32 AM, "Antoine Martin" <anto...@nagafix.co.uk> wrote:
>>>
>>>> On 26/05/16 22:12, Michael Durkin wrote:
>>>> > i tried from trusty archive(xpra) version 15.10-1 and got a dependency
>>>> > unsatisfiable error for python-rencode ... how far back in the 15's
>>>> then
>>>> > does one need to go 
>>>> python-rencode has been available in the repository for many years.
>>>> If you are still having problems, please post the specific error
>>>> messages as well as all the relevant configuration details.
>>>>
>>>> > Then to apply patches ..( iguess)
>>>> >
>>>> > Also -- this is another subject -- i have 3 computers, 2 of which are
>>>> Arm
>>>> > (one 32bit with ububtu 14 and the other is 64bit with Ubuntu 16) ...
>>>> is
>>>> > there a package dependency list for ubuntu?
>>>> Please refer to your package manager tool.
>>>>
>>>> > The binarys in the archive will
>>>> > never work on those platforms ..
>>>> Why not?
>>>>
>>>> Antoine
>>>>
>>>> >
>>>> > On Thu, May 26, 2016 at 7:29 AM, Antoine Martin <
>>>> anto...@nagafix.co.uk>
>>>> > wrote:
>>>> >
>>>> >> On 26/05/16 13:23, Michael Durkin wrote:
>>>> >>> Ahhh .. going with the most recent svn would do me no good right
>>>> now 
>>>> >>> libavcodec-ffmpeg56 is not part of ubuntu 14.04 source ... sigh 
>>>> >> Version 0.16.x dropped support for Ubuntu Trusty:
>>>> >>
>>>> >>
>>>> http://lists.devloop.org.uk/pipermail/shifter-users/2015-December/001460.html
>>>> >>
>>>> >> Cheers
>>>> >> Antoine
>>>> >>
>>>> >>>
>>>> >>> Perhapse a PPA will help out some where  its late, im going to
>>>> bed.
>>>> >>>
>>>> >>> sorry for the direct emails ...
>>>> >>>
>>>> >>> On Wed, May 25, 2016 at 10:23 PM, Michael Durkin <kc7...@gmail.com>
>>>> >> wrote:
>>>> >>>
>>>> >>>> Ahhh .. going with the most recent svn would do me no good right
>>>> now
>>>> >> 
>>>> >>>> libavcodec-ffmpeg56 is not part of the ubuntu ffmpeg source ...
>>>> sigh
>>>> >> 
>>>> >>>>
>>>> >>>> Perhapse a PPA will help out some where  its late, im going to
>>>> bed.
>>>

Re: [winswitch] build error

2016-05-26 Thread Michael Durkin
Arm64 is not a intel (i386) or amd architecture  the computer is a
2"x2" SBC -- system-on-a-chip
On May 26, 2016 9:32 AM, "Antoine Martin" <anto...@nagafix.co.uk> wrote:

> On 26/05/16 22:12, Michael Durkin wrote:
> > i tried from trusty archive(xpra) version 15.10-1 and got a dependency
> > unsatisfiable error for python-rencode ... how far back in the 15's then
> > does one need to go 
> python-rencode has been available in the repository for many years.
> If you are still having problems, please post the specific error
> messages as well as all the relevant configuration details.
>
> > Then to apply patches ..( iguess)
> >
> > Also -- this is another subject -- i have 3 computers, 2 of which are Arm
> > (one 32bit with ububtu 14 and the other is 64bit with Ubuntu 16) ... is
> > there a package dependency list for ubuntu?
> Please refer to your package manager tool.
>
> > The binarys in the archive will
> > never work on those platforms ..
> Why not?
>
> Antoine
>
> >
> > On Thu, May 26, 2016 at 7:29 AM, Antoine Martin <anto...@nagafix.co.uk>
> > wrote:
> >
> >> On 26/05/16 13:23, Michael Durkin wrote:
> >>> Ahhh .. going with the most recent svn would do me no good right now
> 
> >>> libavcodec-ffmpeg56 is not part of ubuntu 14.04 source ... sigh 
> >> Version 0.16.x dropped support for Ubuntu Trusty:
> >>
> >>
> http://lists.devloop.org.uk/pipermail/shifter-users/2015-December/001460.html
> >>
> >> Cheers
> >> Antoine
> >>
> >>>
> >>> Perhapse a PPA will help out some where  its late, im going to bed.
> >>>
> >>> sorry for the direct emails ...
> >>>
> >>> On Wed, May 25, 2016 at 10:23 PM, Michael Durkin <kc7...@gmail.com>
> >> wrote:
> >>>
> >>>> Ahhh .. going with the most recent svn would do me no good right now
> >> 
> >>>> libavcodec-ffmpeg56 is not part of the ubuntu ffmpeg source ... sigh
> >> 
> >>>>
> >>>> Perhapse a PPA will help out some where  its late, im going to
> bed.
> >>>>
> >>>> On Wed, May 25, 2016 at 9:18 PM, Michael Durkin <kc7...@gmail.com>
> >> wrote:
> >>>>
> >>>>> Looks like
> >>>>> 1 no-strict-prototypes-gtkitemfactory.patch was added 10 months ago
> >> ....
> >>>>>
> >>>>> If that's true  then I sapose I'd be better off using the svn
> >>>>> repository and build the most recent offering.
> >>>>>
> >>>>> I'm not sure how to insert the patches listed  I didn't see any
> >> that
> >>>>> were newer than 2 months old ...
> >>>>>
> >>>>> I would think they would be in svn's latest. ... I don't use svn too
> >>>>> often, git way more often 
> >>>>> On May 25, 2016 8:36 PM, "Antoine Martin" <anto...@nagafix.co.uk>
> >> wrote:
> >>>>>
> >>>>>> On 26/05/16 08:17, Michael Durkin wrote:
> >>>>>>> was trying to build on Ubuntu 14.04 used apt-get build-dep to pull
> >>>>>>> dependencies
> >>>>>>>
> >>>>>>>
> >>>>>>> building 'xpra.x11.gtk2.gdk_display_source' extension
> >>>>>>> creating build/temp.linux-x86_64-2.7/xpra/x11/gtk2
> >>>>>>> x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g
> >> -fwrapv
> >>>>>> -O2
> >>>>>>> -Wall -Wstrict-prototypes -fPIC -I/usr/include/glib-2.0
> >>>>>>> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gtk-2.0
> >>>>>>> -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0
> >>>>>>> -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0
> >>>>>> -I/usr/include/pango-1.0
> >>>>>>> -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2
> >>>>>>> -I/usr/include/pixman-1 -I/usr/include/libpng12
> >> -I/usr/include/harfbuzz
> >>>>>>> -I/usr/include/pygtk-2.0 -I/usr/include/python2.7 -c
> >>>>>>> xpra/x11/gtk2/gdk_display_source.c -o
> >>>>>>> build/temp.linux-x86_64-2.7/xpra/x11/gtk2/gdk_display_source.o
> -Wall
> >>>>>>> -Werror -fPIC

Re: [winswitch] build error

2016-05-26 Thread Michael Durkin
i tried from trusty archive(xpra) version 15.10-1 and got a dependency
unsatisfiable error for python-rencode ... how far back in the 15's then
does one need to go 

Then to apply patches ..( iguess)

Also -- this is another subject -- i have 3 computers, 2 of which are Arm
(one 32bit with ububtu 14 and the other is 64bit with Ubuntu 16) ... is
there a package dependency list for ubuntu? The binarys in the archive will
never work on those platforms ..

On Thu, May 26, 2016 at 7:29 AM, Antoine Martin <anto...@nagafix.co.uk>
wrote:

> On 26/05/16 13:23, Michael Durkin wrote:
> > Ahhh .. going with the most recent svn would do me no good right now 
> > libavcodec-ffmpeg56 is not part of ubuntu 14.04 source ... sigh 
> Version 0.16.x dropped support for Ubuntu Trusty:
>
> http://lists.devloop.org.uk/pipermail/shifter-users/2015-December/001460.html
>
> Cheers
> Antoine
>
> >
> > Perhapse a PPA will help out some where  its late, im going to bed.
> >
> > sorry for the direct emails ...
> >
> > On Wed, May 25, 2016 at 10:23 PM, Michael Durkin <kc7...@gmail.com>
> wrote:
> >
> >> Ahhh .. going with the most recent svn would do me no good right now
> 
> >> libavcodec-ffmpeg56 is not part of the ubuntu ffmpeg source ... sigh
> 
> >>
> >> Perhapse a PPA will help out some where  its late, im going to bed.
> >>
> >> On Wed, May 25, 2016 at 9:18 PM, Michael Durkin <kc7...@gmail.com>
> wrote:
> >>
> >>> Looks like
> >>> 1 no-strict-prototypes-gtkitemfactory.patch was added 10 months ago
> 
> >>>
> >>> If that's true  then I sapose I'd be better off using the svn
> >>> repository and build the most recent offering.
> >>>
> >>> I'm not sure how to insert the patches listed  I didn't see any
> that
> >>> were newer than 2 months old ...
> >>>
> >>> I would think they would be in svn's latest. ... I don't use svn too
> >>> often, git way more often 
> >>> On May 25, 2016 8:36 PM, "Antoine Martin" <anto...@nagafix.co.uk>
> wrote:
> >>>
> >>>> On 26/05/16 08:17, Michael Durkin wrote:
> >>>>> was trying to build on Ubuntu 14.04 used apt-get build-dep to pull
> >>>>> dependencies
> >>>>>
> >>>>>
> >>>>> building 'xpra.x11.gtk2.gdk_display_source' extension
> >>>>> creating build/temp.linux-x86_64-2.7/xpra/x11/gtk2
> >>>>> x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g
> -fwrapv
> >>>> -O2
> >>>>> -Wall -Wstrict-prototypes -fPIC -I/usr/include/glib-2.0
> >>>>> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gtk-2.0
> >>>>> -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0
> >>>>> -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0
> >>>> -I/usr/include/pango-1.0
> >>>>> -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2
> >>>>> -I/usr/include/pixman-1 -I/usr/include/libpng12
> -I/usr/include/harfbuzz
> >>>>> -I/usr/include/pygtk-2.0 -I/usr/include/python2.7 -c
> >>>>> xpra/x11/gtk2/gdk_display_source.c -o
> >>>>> build/temp.linux-x86_64-2.7/xpra/x11/gtk2/gdk_display_source.o -Wall
> >>>>> -Werror -fPIC
> >>>>> In file included from /usr/include/gtk-2.0/gtk/gtk.h:234:0,
> >>>>>  from /usr/include/pygtk-2.0/pygtk/pygtk.h:8,
> >>>>>  from xpra/x11/gtk2/gdk_display_source.c:354:
> >>>>> /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: error: function
> >>>> declaration
> >>>>> isn’t a prototype [-Werror=strict-prototypes]
> >>>>>  typedef void (*GtkItemFactoryCallback)  ();
> >>>>>  ^
> >>>>> cc1: all warnings being treated as errors
> >>>>> error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
> >>>>> mike@SDR-client:~/Downloads/xpra-0.17.2$
> >>>> We build xpra with -Werror which triggers an error and stops the build
> >>>> if there are any warnings at all, and the Debian version of the GTK
> >>>> headers generate a warning.
> >>>> There are other problems with the libav headers too.
> >>>> You can find the patches that need to be applied to build on Debian
> >>>> based systems here:
> >>>> http://xpra.org/trac/browser/xpra/tags/v0.17.x/debian/patches
> >>>> (which patches need to be applied varies from one version to another)
> >>>>
> >>>> Cheers
> >>>> Antoine
> >>>> ___
> >>>> shifter-users mailing list
> >>>> shifter-users@lists.devloop.org.uk
> >>>> http://lists.devloop.org.uk/mailman/listinfo/shifter-users
> >>>>
> >>>
> >>
> > ___
> > shifter-users mailing list
> > shifter-users@lists.devloop.org.uk
> > http://lists.devloop.org.uk/mailman/listinfo/shifter-users
> >
>
> ___
> shifter-users mailing list
> shifter-users@lists.devloop.org.uk
> http://lists.devloop.org.uk/mailman/listinfo/shifter-users
>
___
shifter-users mailing list
shifter-users@lists.devloop.org.uk
http://lists.devloop.org.uk/mailman/listinfo/shifter-users


Re: [winswitch] build error

2016-05-26 Thread Michael Durkin
Ahhh .. going with the most recent svn would do me no good right now 
libavcodec-ffmpeg56 is not part of ubuntu 14.04 source ... sigh 

Perhapse a PPA will help out some where  its late, im going to bed.

sorry for the direct emails ...

On Wed, May 25, 2016 at 10:23 PM, Michael Durkin <kc7...@gmail.com> wrote:

> Ahhh .. going with the most recent svn would do me no good right now 
> libavcodec-ffmpeg56 is not part of the ubuntu ffmpeg source ... sigh 
>
> Perhapse a PPA will help out some where  its late, im going to bed.
>
> On Wed, May 25, 2016 at 9:18 PM, Michael Durkin <kc7...@gmail.com> wrote:
>
>> Looks like
>> 1 no-strict-prototypes-gtkitemfactory.patch was added 10 months ago 
>>
>> If that's true  then I sapose I'd be better off using the svn
>> repository and build the most recent offering.
>>
>> I'm not sure how to insert the patches listed  I didn't see any that
>> were newer than 2 months old ...
>>
>> I would think they would be in svn's latest. ... I don't use svn too
>> often, git way more often 
>> On May 25, 2016 8:36 PM, "Antoine Martin" <anto...@nagafix.co.uk> wrote:
>>
>>> On 26/05/16 08:17, Michael Durkin wrote:
>>> > was trying to build on Ubuntu 14.04 used apt-get build-dep to pull
>>> > dependencies
>>> >
>>> >
>>> > building 'xpra.x11.gtk2.gdk_display_source' extension
>>> > creating build/temp.linux-x86_64-2.7/xpra/x11/gtk2
>>> > x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv
>>> -O2
>>> > -Wall -Wstrict-prototypes -fPIC -I/usr/include/glib-2.0
>>> > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gtk-2.0
>>> > -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0
>>> > -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0
>>> -I/usr/include/pango-1.0
>>> > -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2
>>> > -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz
>>> > -I/usr/include/pygtk-2.0 -I/usr/include/python2.7 -c
>>> > xpra/x11/gtk2/gdk_display_source.c -o
>>> > build/temp.linux-x86_64-2.7/xpra/x11/gtk2/gdk_display_source.o -Wall
>>> > -Werror -fPIC
>>> > In file included from /usr/include/gtk-2.0/gtk/gtk.h:234:0,
>>> >  from /usr/include/pygtk-2.0/pygtk/pygtk.h:8,
>>> >  from xpra/x11/gtk2/gdk_display_source.c:354:
>>> > /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: error: function
>>> declaration
>>> > isn’t a prototype [-Werror=strict-prototypes]
>>> >  typedef void (*GtkItemFactoryCallback)  ();
>>> >  ^
>>> > cc1: all warnings being treated as errors
>>> > error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
>>> > mike@SDR-client:~/Downloads/xpra-0.17.2$
>>> We build xpra with -Werror which triggers an error and stops the build
>>> if there are any warnings at all, and the Debian version of the GTK
>>> headers generate a warning.
>>> There are other problems with the libav headers too.
>>> You can find the patches that need to be applied to build on Debian
>>> based systems here:
>>> http://xpra.org/trac/browser/xpra/tags/v0.17.x/debian/patches
>>> (which patches need to be applied varies from one version to another)
>>>
>>> Cheers
>>> Antoine
>>> ___
>>> shifter-users mailing list
>>> shifter-users@lists.devloop.org.uk
>>> http://lists.devloop.org.uk/mailman/listinfo/shifter-users
>>>
>>
>
___
shifter-users mailing list
shifter-users@lists.devloop.org.uk
http://lists.devloop.org.uk/mailman/listinfo/shifter-users


[winswitch] build error

2016-05-25 Thread Michael Durkin
was trying to build on Ubuntu 14.04 used apt-get build-dep to pull
dependencies


building 'xpra.x11.gtk2.gdk_display_source' extension
creating build/temp.linux-x86_64-2.7/xpra/x11/gtk2
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2
-Wall -Wstrict-prototypes -fPIC -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gtk-2.0
-I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0
-I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0
-I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2
-I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz
-I/usr/include/pygtk-2.0 -I/usr/include/python2.7 -c
xpra/x11/gtk2/gdk_display_source.c -o
build/temp.linux-x86_64-2.7/xpra/x11/gtk2/gdk_display_source.o -Wall
-Werror -fPIC
In file included from /usr/include/gtk-2.0/gtk/gtk.h:234:0,
 from /usr/include/pygtk-2.0/pygtk/pygtk.h:8,
 from xpra/x11/gtk2/gdk_display_source.c:354:
/usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: error: function declaration
isn’t a prototype [-Werror=strict-prototypes]
 typedef void (*GtkItemFactoryCallback)  ();
 ^
cc1: all warnings being treated as errors
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
mike@SDR-client:~/Downloads/xpra-0.17.2$
___
shifter-users mailing list
shifter-users@lists.devloop.org.uk
http://lists.devloop.org.uk/mailman/listinfo/shifter-users


Re: [wsjt-devel] wsjt

2016-05-08 Thread Michael Durkin
yea, i see waterfall  just not hearing anything at my location .


think ill just leave it on 20m . or 15 ...

i know what jt signals sound like 

On Sun, May 8, 2016 at 10:18 AM, Michael Black <mdblac...@gmail.com> wrote:

> Decoder is built in now.
> Are you seeing waterfall but no decoding?
>
> RRR
> Mike W9MDB
>
>
> On Sun, May 8, 2016 at 11:20 AM, Michael Durkin <kc7...@gmail.com> wrote:
>
>> all looks good but so far no decodes on 20M 
>>
>> Does V1.7 need the KVASD decoder still ?
>>
>> On Sat, May 7, 2016 at 5:21 PM, Michael Durkin <kc7...@gmail.com> wrote:
>>
>>> k ... found v1.7 ... sigh... building
>>>
>>> On Sat, May 7, 2016 at 5:19 PM, Michael Durkin <kc7...@gmail.com> wrote:
>>>
>>>> Ha  i was wrong .... i can build   
>>>>
>>>> so, i thought latest does not need KVSAD decoder?
>>>>
>>>>
>>>>
>>>> On Sat, May 7, 2016 at 2:27 PM, Michael Durkin <kc7...@gmail.com>
>>>> wrote:
>>>>
>>>>> found the problem,but theres nothing i can do about it 
>>>>>
>>>>> libgles2-mesa-dev conflicts with mali video drivers and untill the
>>>>> messa headder gets updated  im stuck .
>>>>>
>>>>> On Sat, May 7, 2016 at 9:32 AM, Michael Durkin <kc7...@gmail.com>
>>>>> wrote:
>>>>>
>>>>>> Well ... i did not .. but did this morning 
>>>>>> Dang ... i thought i was a bit more up to date on my packages ... but
>>>>>> 1.3G of new packages ;)
>>>>>>
>>>>>> jtsdk seems to be running fine ... building wsjtx-exp ... by accident
>>>>>> (kinda) .. didint mean to make a tarbal but once its done i guess i could
>>>>>> share it with other SBC Odroid-C2 users out there  if all goes well 
>>>>>> ...
>>>>>>
>>>>>> I think a addition to the help files that are used within jtsdk. Like
>>>>>> a "(RC = type of build)"
>>>>>>
>>>>>> I don't know what the differences are and a real short addition to
>>>>>> the help file would be nice ..
>>>>>>
>>>>>> Id guess this afternoon ill have a working wsjtx . ill still need
>>>>>> to get a loop-sink working ... ie snd-aloop i think is what its called 
>>>>>> ...
>>>>>>
>>>>>> I can Rx with wsjtx, I know that even before its build ... the
>>>>>> monitor of my SDR speaker output is easy  Tx is another thing  i
>>>>>> dont ever remember seeing a "monitor" option of the microphone (soundcard
>>>>>> input) that the SDR uses that wsjtx could be pointed to.
>>>>>>
>>>>>> I usally use hamlib #2 with a port id  to controll Rx/Tx and
>>>>>> frequency .
>>>>>>
>>>>>> looking forward to working VHF/UHF from my location . DN17jo
>>>>>>
>>>>>> On Fri, May 6, 2016 at 11:12 PM, T61AA Ross <t6...@amsat.org> wrote:
>>>>>>
>>>>>>> Mike,
>>>>>>>
>>>>>>> There is a file listing all file dependencies that JTSDK needs, did
>>>>>>> you open this file and just do a copy and paste of and including "sudo
>>>>>>> apt-get install .."
>>>>>>> File is called README.pkg-lists
>>>>>>>
>>>>>>> 73
>>>>>>>
>>>>>>> Ross
>>>>>>>
>>>>>>> Sent from my iPhone 6
>>>>>>>
>>>>>>> On 7 May 2016, at 05:22, Michael Durkin <kc7...@gmail.com> wrote:
>>>>>>>
>>>>>>> jtsdk-nix did build and install 
>>>>>>>
>>>>>>> with 2 cavets ...
>>>>>>>
>>>>>>> must be exstracted to /home/
>>>>>>>
>>>>>>> and
>>>>>>>
>>>>>>> renamed to jtsdk
>>>>>>>
>>>>>>> now ... first error when installing might be a missing package ...
>>>>>>> not sure.
>>>>>>> oh .. i was using jtsdk to build hamlib3
>>>>>>>
>>>>>>> make[1

Re: [wsjt-devel] wsjt

2016-05-08 Thread Michael Durkin
well ... maybe i know why now 

Iv never seen QRZ band prediction graph be all red  80M to 10M 
might be time to switch to 2M 

On Sun, May 8, 2016 at 9:20 AM, Michael Durkin <kc7...@gmail.com> wrote:

> all looks good but so far no decodes on 20M 
>
> Does V1.7 need the KVASD decoder still ?
>
> On Sat, May 7, 2016 at 5:21 PM, Michael Durkin <kc7...@gmail.com> wrote:
>
>> k ... found v1.7 ... sigh... building
>>
>> On Sat, May 7, 2016 at 5:19 PM, Michael Durkin <kc7...@gmail.com> wrote:
>>
>>> Ha  i was wrong  i can build   
>>>
>>> so, i thought latest does not need KVSAD decoder?
>>>
>>>
>>>
>>> On Sat, May 7, 2016 at 2:27 PM, Michael Durkin <kc7...@gmail.com> wrote:
>>>
>>>> found the problem,but theres nothing i can do about it 
>>>>
>>>> libgles2-mesa-dev conflicts with mali video drivers and untill the
>>>> messa headder gets updated  im stuck .
>>>>
>>>> On Sat, May 7, 2016 at 9:32 AM, Michael Durkin <kc7...@gmail.com>
>>>> wrote:
>>>>
>>>>> Well ... i did not .. but did this morning 
>>>>> Dang ... i thought i was a bit more up to date on my packages ... but
>>>>> 1.3G of new packages ;)
>>>>>
>>>>> jtsdk seems to be running fine ... building wsjtx-exp ... by accident
>>>>> (kinda) .. didint mean to make a tarbal but once its done i guess i could
>>>>> share it with other SBC Odroid-C2 users out there  if all goes well 
>>>>> ...
>>>>>
>>>>> I think a addition to the help files that are used within jtsdk. Like
>>>>> a "(RC = type of build)"
>>>>>
>>>>> I don't know what the differences are and a real short addition to the
>>>>> help file would be nice ..
>>>>>
>>>>> Id guess this afternoon ill have a working wsjtx . ill still need
>>>>> to get a loop-sink working ... ie snd-aloop i think is what its called ...
>>>>>
>>>>> I can Rx with wsjtx, I know that even before its build ... the monitor
>>>>> of my SDR speaker output is easy  Tx is another thing  i dont ever
>>>>> remember seeing a "monitor" option of the microphone (soundcard input) 
>>>>> that
>>>>> the SDR uses that wsjtx could be pointed to.
>>>>>
>>>>> I usally use hamlib #2 with a port id  to controll Rx/Tx and
>>>>> frequency .
>>>>>
>>>>> looking forward to working VHF/UHF from my location . DN17jo
>>>>>
>>>>> On Fri, May 6, 2016 at 11:12 PM, T61AA Ross <t6...@amsat.org> wrote:
>>>>>
>>>>>> Mike,
>>>>>>
>>>>>> There is a file listing all file dependencies that JTSDK needs, did
>>>>>> you open this file and just do a copy and paste of and including "sudo
>>>>>> apt-get install .."
>>>>>> File is called README.pkg-lists
>>>>>>
>>>>>> 73
>>>>>>
>>>>>> Ross
>>>>>>
>>>>>> Sent from my iPhone 6
>>>>>>
>>>>>> On 7 May 2016, at 05:22, Michael Durkin <kc7...@gmail.com> wrote:
>>>>>>
>>>>>> jtsdk-nix did build and install 
>>>>>>
>>>>>> with 2 cavets ...
>>>>>>
>>>>>> must be exstracted to /home/
>>>>>>
>>>>>> and
>>>>>>
>>>>>> renamed to jtsdk
>>>>>>
>>>>>> now ... first error when installing might be a missing package ...
>>>>>> not sure.
>>>>>> oh .. i was using jtsdk to build hamlib3
>>>>>>
>>>>>> make[1]: Entering directory '/home/kc7noa/jtsdk/src/build/hamlib/doc'
>>>>>> Updating /home/kc7noa/jtsdk/src/g4wjs-hamlib/doc/version.texi
>>>>>>   MAKEINFO /home/kc7noa/jtsdk/src/g4wjs-hamlib/doc/hamlib.info
>>>>>>   MAKEINFO hamlib.html
>>>>>> /home/kc7noa/jtsdk/src/g4wjs-hamlib/build-aux/missing: line 81:
>>>>>> makeinfo: command not found
>>>>>> /home/kc7noa/jtsdk/src/g4wjs-hamlib/build-aux/missing: line 81:
>>>>>> makeinfo: command not found
>>>>>> WARNING:

Re: [wsjt-devel] wsjt

2016-05-08 Thread Michael Durkin
all looks good but so far no decodes on 20M 

Does V1.7 need the KVASD decoder still ?

On Sat, May 7, 2016 at 5:21 PM, Michael Durkin <kc7...@gmail.com> wrote:

> k ... found v1.7 ... sigh... building
>
> On Sat, May 7, 2016 at 5:19 PM, Michael Durkin <kc7...@gmail.com> wrote:
>
>> Ha  i was wrong  i can build   
>>
>> so, i thought latest does not need KVSAD decoder?
>>
>>
>>
>> On Sat, May 7, 2016 at 2:27 PM, Michael Durkin <kc7...@gmail.com> wrote:
>>
>>> found the problem,but theres nothing i can do about it 
>>>
>>> libgles2-mesa-dev conflicts with mali video drivers and untill the messa
>>> headder gets updated  im stuck .
>>>
>>> On Sat, May 7, 2016 at 9:32 AM, Michael Durkin <kc7...@gmail.com> wrote:
>>>
>>>> Well ... i did not .. but did this morning 
>>>> Dang ... i thought i was a bit more up to date on my packages ... but
>>>> 1.3G of new packages ;)
>>>>
>>>> jtsdk seems to be running fine ... building wsjtx-exp ... by accident
>>>> (kinda) .. didint mean to make a tarbal but once its done i guess i could
>>>> share it with other SBC Odroid-C2 users out there  if all goes well ...
>>>>
>>>> I think a addition to the help files that are used within jtsdk. Like a
>>>> "(RC = type of build)"
>>>>
>>>> I don't know what the differences are and a real short addition to the
>>>> help file would be nice ..
>>>>
>>>> Id guess this afternoon ill have a working wsjtx . ill still need
>>>> to get a loop-sink working ... ie snd-aloop i think is what its called ...
>>>>
>>>> I can Rx with wsjtx, I know that even before its build ... the monitor
>>>> of my SDR speaker output is easy  Tx is another thing  i dont ever
>>>> remember seeing a "monitor" option of the microphone (soundcard input) that
>>>> the SDR uses that wsjtx could be pointed to.
>>>>
>>>> I usally use hamlib #2 with a port id  to controll Rx/Tx and
>>>> frequency .
>>>>
>>>> looking forward to working VHF/UHF from my location . DN17jo
>>>>
>>>> On Fri, May 6, 2016 at 11:12 PM, T61AA Ross <t6...@amsat.org> wrote:
>>>>
>>>>> Mike,
>>>>>
>>>>> There is a file listing all file dependencies that JTSDK needs, did
>>>>> you open this file and just do a copy and paste of and including "sudo
>>>>> apt-get install .."
>>>>> File is called README.pkg-lists
>>>>>
>>>>> 73
>>>>>
>>>>> Ross
>>>>>
>>>>> Sent from my iPhone 6
>>>>>
>>>>> On 7 May 2016, at 05:22, Michael Durkin <kc7...@gmail.com> wrote:
>>>>>
>>>>> jtsdk-nix did build and install 
>>>>>
>>>>> with 2 cavets ...
>>>>>
>>>>> must be exstracted to /home/
>>>>>
>>>>> and
>>>>>
>>>>> renamed to jtsdk
>>>>>
>>>>> now ... first error when installing might be a missing package ... not
>>>>> sure.
>>>>> oh .. i was using jtsdk to build hamlib3
>>>>>
>>>>> make[1]: Entering directory '/home/kc7noa/jtsdk/src/build/hamlib/doc'
>>>>> Updating /home/kc7noa/jtsdk/src/g4wjs-hamlib/doc/version.texi
>>>>>   MAKEINFO /home/kc7noa/jtsdk/src/g4wjs-hamlib/doc/hamlib.info
>>>>>   MAKEINFO hamlib.html
>>>>> /home/kc7noa/jtsdk/src/g4wjs-hamlib/build-aux/missing: line 81:
>>>>> makeinfo: command not found
>>>>> /home/kc7noa/jtsdk/src/g4wjs-hamlib/build-aux/missing: line 81:
>>>>> makeinfo: command not found
>>>>> WARNING: 'makeinfo' is missing on your system.
>>>>>  You should only need it if you modified a '.texi' file, or
>>>>>  any other file indirectly affecting the aspect of the manual.
>>>>>  You might want to install the Texinfo package:
>>>>>  <http://www.gnu.org/software/texinfo/>
>>>>>  The spurious makeinfo call might also be the consequence of
>>>>>  using a buggy 'make' (AIX, DU, IRIX), in which case you might
>>>>>  want to install GNU make:
>>>>>  <http://www.gn

Re: [wsjt-devel] wsjt

2016-05-07 Thread Michael Durkin
k ... found v1.7 ... sigh... building

On Sat, May 7, 2016 at 5:19 PM, Michael Durkin <kc7...@gmail.com> wrote:

> Ha  i was wrong  i can build   
>
> so, i thought latest does not need KVSAD decoder?
>
>
>
> On Sat, May 7, 2016 at 2:27 PM, Michael Durkin <kc7...@gmail.com> wrote:
>
>> found the problem,but theres nothing i can do about it 
>>
>> libgles2-mesa-dev conflicts with mali video drivers and untill the messa
>> headder gets updated .... im stuck .
>>
>> On Sat, May 7, 2016 at 9:32 AM, Michael Durkin <kc7...@gmail.com> wrote:
>>
>>> Well ... i did not .. but did this morning 
>>> Dang ... i thought i was a bit more up to date on my packages ... but
>>> 1.3G of new packages ;)
>>>
>>> jtsdk seems to be running fine ... building wsjtx-exp ... by accident
>>> (kinda) .. didint mean to make a tarbal but once its done i guess i could
>>> share it with other SBC Odroid-C2 users out there  if all goes well ...
>>>
>>> I think a addition to the help files that are used within jtsdk. Like a
>>> "(RC = type of build)"
>>>
>>> I don't know what the differences are and a real short addition to the
>>> help file would be nice ..
>>>
>>> Id guess this afternoon ill have a working wsjtx . ill still need to
>>> get a loop-sink working ... ie snd-aloop i think is what its called ...
>>>
>>> I can Rx with wsjtx, I know that even before its build ... the monitor
>>> of my SDR speaker output is easy  Tx is another thing  i dont ever
>>> remember seeing a "monitor" option of the microphone (soundcard input) that
>>> the SDR uses that wsjtx could be pointed to.
>>>
>>> I usally use hamlib #2 with a port id  to controll Rx/Tx and
>>> frequency .
>>>
>>> looking forward to working VHF/UHF from my location . DN17jo
>>>
>>> On Fri, May 6, 2016 at 11:12 PM, T61AA Ross <t6...@amsat.org> wrote:
>>>
>>>> Mike,
>>>>
>>>> There is a file listing all file dependencies that JTSDK needs, did you
>>>> open this file and just do a copy and paste of and including "sudo apt-get
>>>> install .."
>>>> File is called README.pkg-lists
>>>>
>>>> 73
>>>>
>>>> Ross
>>>>
>>>> Sent from my iPhone 6
>>>>
>>>> On 7 May 2016, at 05:22, Michael Durkin <kc7...@gmail.com> wrote:
>>>>
>>>> jtsdk-nix did build and install 
>>>>
>>>> with 2 cavets ...
>>>>
>>>> must be exstracted to /home/
>>>>
>>>> and
>>>>
>>>> renamed to jtsdk
>>>>
>>>> now ... first error when installing might be a missing package ... not
>>>> sure.
>>>> oh .. i was using jtsdk to build hamlib3
>>>>
>>>> make[1]: Entering directory '/home/kc7noa/jtsdk/src/build/hamlib/doc'
>>>> Updating /home/kc7noa/jtsdk/src/g4wjs-hamlib/doc/version.texi
>>>>   MAKEINFO /home/kc7noa/jtsdk/src/g4wjs-hamlib/doc/hamlib.info
>>>>   MAKEINFO hamlib.html
>>>> /home/kc7noa/jtsdk/src/g4wjs-hamlib/build-aux/missing: line 81:
>>>> makeinfo: command not found
>>>> /home/kc7noa/jtsdk/src/g4wjs-hamlib/build-aux/missing: line 81:
>>>> makeinfo: command not found
>>>> WARNING: 'makeinfo' is missing on your system.
>>>>  You should only need it if you modified a '.texi' file, or
>>>>  any other file indirectly affecting the aspect of the manual.
>>>>  You might want to install the Texinfo package:
>>>>  <http://www.gnu.org/software/texinfo/>
>>>>  The spurious makeinfo call might also be the consequence of
>>>>  using a buggy 'make' (AIX, DU, IRIX), in which case you might
>>>>  want to install GNU make:
>>>>  <http://www.gnu.org/software/make/>
>>>> WARNING: 'makeinfo' is missing on your system.
>>>>  You should only need it if you modified a '.texi' file, or
>>>>  any other file indirectly affecting the aspect of the manual.
>>>>  You might want to install the Texinfo package:
>>>>  <http://www.gnu.org/software/texinfo/>
>>>>  The spurious makeinfo call might also be the consequence of
>>>>  using a buggy 'make' (AIX, DU

Re: [wsjt-devel] wsjt

2016-05-07 Thread Michael Durkin
Ha  i was wrong  i can build   

so, i thought latest does not need KVSAD decoder?



On Sat, May 7, 2016 at 2:27 PM, Michael Durkin <kc7...@gmail.com> wrote:

> found the problem,but theres nothing i can do about it 
>
> libgles2-mesa-dev conflicts with mali video drivers and untill the messa
> headder gets updated  im stuck .
>
> On Sat, May 7, 2016 at 9:32 AM, Michael Durkin <kc7...@gmail.com> wrote:
>
>> Well ... i did not .. but did this morning 
>> Dang ... i thought i was a bit more up to date on my packages ... but
>> 1.3G of new packages ;)
>>
>> jtsdk seems to be running fine ... building wsjtx-exp ... by accident
>> (kinda) .. didint mean to make a tarbal but once its done i guess i could
>> share it with other SBC Odroid-C2 users out there  if all goes well ...
>>
>> I think a addition to the help files that are used within jtsdk. Like a
>> "(RC = type of build)"
>>
>> I don't know what the differences are and a real short addition to the
>> help file would be nice ..
>>
>> Id guess this afternoon ill have a working wsjtx . ill still need to
>> get a loop-sink working ... ie snd-aloop i think is what its called ...
>>
>> I can Rx with wsjtx, I know that even before its build ... the monitor of
>> my SDR speaker output is easy  Tx is another thing  i dont ever
>> remember seeing a "monitor" option of the microphone (soundcard input) that
>> the SDR uses that wsjtx could be pointed to.
>>
>> I usally use hamlib #2 with a port id  to controll Rx/Tx and
>> frequency .
>>
>> looking forward to working VHF/UHF from my location . DN17jo
>>
>> On Fri, May 6, 2016 at 11:12 PM, T61AA Ross <t6...@amsat.org> wrote:
>>
>>> Mike,
>>>
>>> There is a file listing all file dependencies that JTSDK needs, did you
>>> open this file and just do a copy and paste of and including "sudo apt-get
>>> install .."
>>> File is called README.pkg-lists
>>>
>>> 73
>>>
>>> Ross
>>>
>>> Sent from my iPhone 6
>>>
>>> On 7 May 2016, at 05:22, Michael Durkin <kc7...@gmail.com> wrote:
>>>
>>> jtsdk-nix did build and install 
>>>
>>> with 2 cavets ...
>>>
>>> must be exstracted to /home/
>>>
>>> and
>>>
>>> renamed to jtsdk
>>>
>>> now ... first error when installing might be a missing package ... not
>>> sure.
>>> oh .. i was using jtsdk to build hamlib3
>>>
>>> make[1]: Entering directory '/home/kc7noa/jtsdk/src/build/hamlib/doc'
>>> Updating /home/kc7noa/jtsdk/src/g4wjs-hamlib/doc/version.texi
>>>   MAKEINFO /home/kc7noa/jtsdk/src/g4wjs-hamlib/doc/hamlib.info
>>>   MAKEINFO hamlib.html
>>> /home/kc7noa/jtsdk/src/g4wjs-hamlib/build-aux/missing: line 81:
>>> makeinfo: command not found
>>> /home/kc7noa/jtsdk/src/g4wjs-hamlib/build-aux/missing: line 81:
>>> makeinfo: command not found
>>> WARNING: 'makeinfo' is missing on your system.
>>>  You should only need it if you modified a '.texi' file, or
>>>  any other file indirectly affecting the aspect of the manual.
>>>  You might want to install the Texinfo package:
>>>  <http://www.gnu.org/software/texinfo/>
>>>  The spurious makeinfo call might also be the consequence of
>>>  using a buggy 'make' (AIX, DU, IRIX), in which case you might
>>>  want to install GNU make:
>>>  <http://www.gnu.org/software/make/>
>>> WARNING: 'makeinfo' is missing on your system.
>>>  You should only need it if you modified a '.texi' file, or
>>>  any other file indirectly affecting the aspect of the manual.
>>>  You might want to install the Texinfo package:
>>>  <http://www.gnu.org/software/texinfo/>
>>>  The spurious makeinfo call might also be the consequence of
>>>  using a buggy 'make' (AIX, DU, IRIX), in which case you might
>>>  want to install GNU make:
>>>  <http://www.gnu.org/software/make/>
>>> Makefile:485: recipe for target 'hamlib.html' failed
>>> make[1]: *** [hamlib.html] Error 1
>>> make[1]: *** Waiting for unfinished jobs
>>> Makefile:451: recipe for target '/home/kc7noa/jtsdk/src/g4wjs-hamlib/doc/
>>> hamlib.info' failed
>>> make[1]: *** [/home/kc7noa/jtsdk/src/g4wjs-hamlib/doc/hamlib.

Re: [wsjt-devel] wsjt

2016-05-07 Thread Michael Durkin
found the problem,but theres nothing i can do about it 

libgles2-mesa-dev conflicts with mali video drivers and untill the messa
headder gets updated  im stuck .

On Sat, May 7, 2016 at 9:32 AM, Michael Durkin <kc7...@gmail.com> wrote:

> Well ... i did not .. but did this morning 
> Dang ... i thought i was a bit more up to date on my packages ... but 1.3G
> of new packages ;)
>
> jtsdk seems to be running fine ... building wsjtx-exp ... by accident
> (kinda) .. didint mean to make a tarbal but once its done i guess i could
> share it with other SBC Odroid-C2 users out there  if all goes well ...
>
> I think a addition to the help files that are used within jtsdk. Like a
> "(RC = type of build)"
>
> I don't know what the differences are and a real short addition to the
> help file would be nice ..
>
> Id guess this afternoon ill have a working wsjtx . ill still need to
> get a loop-sink working ... ie snd-aloop i think is what its called ...
>
> I can Rx with wsjtx, I know that even before its build ... the monitor of
> my SDR speaker output is easy  Tx is another thing  i dont ever
> remember seeing a "monitor" option of the microphone (soundcard input) that
> the SDR uses that wsjtx could be pointed to.
>
> I usally use hamlib #2 with a port id  to controll Rx/Tx and frequency
> .
>
> looking forward to working VHF/UHF from my location . DN17jo
>
> On Fri, May 6, 2016 at 11:12 PM, T61AA Ross <t6...@amsat.org> wrote:
>
>> Mike,
>>
>> There is a file listing all file dependencies that JTSDK needs, did you
>> open this file and just do a copy and paste of and including "sudo apt-get
>> install .."
>> File is called README.pkg-lists
>>
>> 73
>>
>> Ross
>>
>> Sent from my iPhone 6
>>
>> On 7 May 2016, at 05:22, Michael Durkin <kc7...@gmail.com> wrote:
>>
>> jtsdk-nix did build and install 
>>
>> with 2 cavets ...
>>
>> must be exstracted to /home/
>>
>> and
>>
>> renamed to jtsdk
>>
>> now ... first error when installing might be a missing package ... not
>> sure.
>> oh .. i was using jtsdk to build hamlib3
>>
>> make[1]: Entering directory '/home/kc7noa/jtsdk/src/build/hamlib/doc'
>> Updating /home/kc7noa/jtsdk/src/g4wjs-hamlib/doc/version.texi
>>   MAKEINFO /home/kc7noa/jtsdk/src/g4wjs-hamlib/doc/hamlib.info
>>   MAKEINFO hamlib.html
>> /home/kc7noa/jtsdk/src/g4wjs-hamlib/build-aux/missing: line 81: makeinfo:
>> command not found
>> /home/kc7noa/jtsdk/src/g4wjs-hamlib/build-aux/missing: line 81: makeinfo:
>> command not found
>> WARNING: 'makeinfo' is missing on your system.
>>  You should only need it if you modified a '.texi' file, or
>>  any other file indirectly affecting the aspect of the manual.
>>  You might want to install the Texinfo package:
>>  <http://www.gnu.org/software/texinfo/>
>>  The spurious makeinfo call might also be the consequence of
>>  using a buggy 'make' (AIX, DU, IRIX), in which case you might
>>  want to install GNU make:
>>  <http://www.gnu.org/software/make/>
>> WARNING: 'makeinfo' is missing on your system.
>>  You should only need it if you modified a '.texi' file, or
>>  any other file indirectly affecting the aspect of the manual.
>>  You might want to install the Texinfo package:
>>  <http://www.gnu.org/software/texinfo/>
>>  The spurious makeinfo call might also be the consequence of
>>  using a buggy 'make' (AIX, DU, IRIX), in which case you might
>>  want to install GNU make:
>>  <http://www.gnu.org/software/make/>
>> Makefile:485: recipe for target 'hamlib.html' failed
>> make[1]: *** [hamlib.html] Error 1
>> make[1]: *** Waiting for unfinished jobs
>> Makefile:451: recipe for target '/home/kc7noa/jtsdk/src/g4wjs-hamlib/doc/
>> hamlib.info' failed
>> make[1]: *** [/home/kc7noa/jtsdk/src/g4wjs-hamlib/doc/hamlib.info] Error
>> 127
>> make[1]: Leaving directory '/home/kc7noa/jtsdk/src/build/hamlib/doc'
>> Makefile:564: recipe for target 'all-recursive' failed
>> make: *** [all-recursive] Error 1
>> kc7noa@odroid64:~/jtsdk-nix$
>>
>>
>>
>> kc7noa@odroid64:~/jtsdk-nix$ sudo apt-get install textinfo
>> [sudo] password for kc7noa:
>> Reading package lists... Done
>> Building dependency tree
>> Reading state information... Done
>> E: Unable to locate package textinfo
>> kc7noa@odroid64

Re: [wsjt-devel] wsjt

2016-05-06 Thread Michael Durkin
jtsdk-nix did build and install 

with 2 cavets ...

must be exstracted to /home/

and

renamed to jtsdk

now ... first error when installing might be a missing package ... not sure.
oh .. i was using jtsdk to build hamlib3

make[1]: Entering directory '/home/kc7noa/jtsdk/src/build/hamlib/doc'
Updating /home/kc7noa/jtsdk/src/g4wjs-hamlib/doc/version.texi
  MAKEINFO /home/kc7noa/jtsdk/src/g4wjs-hamlib/doc/hamlib.info
  MAKEINFO hamlib.html
/home/kc7noa/jtsdk/src/g4wjs-hamlib/build-aux/missing: line 81: makeinfo:
command not found
/home/kc7noa/jtsdk/src/g4wjs-hamlib/build-aux/missing: line 81: makeinfo:
command not found
WARNING: 'makeinfo' is missing on your system.
 You should only need it if you modified a '.texi' file, or
 any other file indirectly affecting the aspect of the manual.
 You might want to install the Texinfo package:
 <http://www.gnu.org/software/texinfo/>
 The spurious makeinfo call might also be the consequence of
 using a buggy 'make' (AIX, DU, IRIX), in which case you might
 want to install GNU make:
 <http://www.gnu.org/software/make/>
WARNING: 'makeinfo' is missing on your system.
 You should only need it if you modified a '.texi' file, or
 any other file indirectly affecting the aspect of the manual.
 You might want to install the Texinfo package:
 <http://www.gnu.org/software/texinfo/>
 The spurious makeinfo call might also be the consequence of
 using a buggy 'make' (AIX, DU, IRIX), in which case you might
 want to install GNU make:
 <http://www.gnu.org/software/make/>
Makefile:485: recipe for target 'hamlib.html' failed
make[1]: *** [hamlib.html] Error 1
make[1]: *** Waiting for unfinished jobs
Makefile:451: recipe for target '/home/kc7noa/jtsdk/src/g4wjs-hamlib/doc/
hamlib.info' failed
make[1]: *** [/home/kc7noa/jtsdk/src/g4wjs-hamlib/doc/hamlib.info] Error 127
make[1]: Leaving directory '/home/kc7noa/jtsdk/src/build/hamlib/doc'
Makefile:564: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
kc7noa@odroid64:~/jtsdk-nix$



kc7noa@odroid64:~/jtsdk-nix$ sudo apt-get install textinfo
[sudo] password for kc7noa:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package textinfo
kc7noa@odroid64:~/jtsdk-nix$


On Fri, May 6, 2016 at 9:17 PM, T61AA Ross <t6...@amsat.org> wrote:

> I might also add I'm running JTSDK and WSJTX 1.7.0 r6674 on another Linux
> 14.04 and two Win 10 machines as well without issue.
>
> Sent from my iPhone 6
>
> > On 7 May 2016, at 01:17, T61AA Ross <t6...@amsat.org> wrote:
> >
> > I'm also running JTSDK and compiling and running WSJTX on a RaspberryPi
> B3 without issues on Ubuntu 16.04
> >
> > Sent from my iPhone 6
> >
> >> On 7 May 2016, at 00:52, KI7MT <ki...@yahoo.com> wrote:
> >>
> >> Hi Michael,
> >>
> >> Can you expand a bit on the permission error; where and how does it
> >> manifest?
> >>
> >> I tested JTSDK v2.0.19 on an ARMHF device (RPI2 Quad core) using
> >> Ubuntu-Mate 15.04 and did not hit any permission problems.
> >>
> >> All the apps JTSDK can build worked as expected, but on a busy band (20m
> >> JT65 + JT9) sometimes the decodes would go into the next cycle. It may
> >> have been my setup with dual pass and other advanced feature setting
> >> causing the slowness, not sure.
> >>
> >> 73's
> >> Greg, KI7MT
> >>
> >>>> On 05/06/2016 05:46 PM, Michael Durkin wrote:
> >>>> I always got permission errors with the jtsdk ... least on the SBC
> arm ...
> >>>> On May 6, 2016 4:43 PM, "T61AA Ross" <t6...@amsat.org> wrote:
> >>>>
> >>>> Hi Bill and Mike,
> >>>>
> >>>> JTSDK will install all needed packages, you can also use synaptic to
> see
> >>>> what dependencies are needed.
> >>>>
> >>>> 73
> >>>>
> >>>> Ross
> >>>> VN1UN/VK8UN/T61AA/6O0O
> >>>> Sent from my iPhone 6
> >>>>
> >>>>>> On 6 May 2016, at 23:09, Bill Somerville <g4...@classdesign.com>
> wrote:
> >>>>>>
> >>>>>> On 06/05/2016 23:45, Michael Durkin wrote:
> >>>>>> darn   cmake cant find Qt5Widgets  hummm
> >>>>>
> >>>>> Hi Michael,
> >>>>>
> >>>>> there are a few Qt5 packages you need to install, try:
> >>>>>
> >>>>> $ sudo apt-get install qtmultimedia5-dev liqt5serialport5

Re: [wsjt-devel] wsjt

2016-05-06 Thread Michael Durkin
When installing .. or was it running ... jtsdk  it was more than 6mo
ago now ... gave up on it and installed manually wsjtx 1.6dev 
On May 6, 2016 5:56 PM, "T61AA Ross" <t6...@amsat.org> wrote:

Mike,

Do you mean permission errors on installing JTSDK or permission errors
running WSJTX?

I hope you are trying to use sudo ./wsjtx when running it?

73

Ross


Sent from my iPhone 6

On 6 May 2016, at 23:46, Michael Durkin <kc7...@gmail.com> wrote:

I always got permission errors with the jtsdk ... least on the SBC arm ...
On May 6, 2016 4:43 PM, "T61AA Ross" <t6...@amsat.org> wrote:

> Hi Bill and Mike,
>
> JTSDK will install all needed packages, you can also use synaptic to see
> what dependencies are needed.
>
> 73
>
> Ross
> VN1UN/VK8UN/T61AA/6O0O
> Sent from my iPhone 6
>
> > On 6 May 2016, at 23:09, Bill Somerville <g4...@classdesign.com> wrote:
> >
> >> On 06/05/2016 23:45, Michael Durkin wrote:
> >> darn   cmake cant find Qt5Widgets  hummm
> >
> > Hi Michael,
> >
> > there are a few Qt5 packages you need to install, try:
> >
> >   $ sudo apt-get install qtmultimedia5-dev liqt5serialport5-dev
> > libqt5multimedia5-plugins libusb-dev libudev-dev
> >
> > 73
> > Bill
> > G4WJS
> >
> >
> >
> --
> > Find and fix application performance issues faster with Applications
> Manager
> > Applications Manager provides deep performance insights into multiple
> tiers of
> > your business applications. It resolves application problems quickly and
> > reduces your MTTR. Get your free trial!
> > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> > ___
> > wsjt-devel mailing list
> > wsjt-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
>
>
> --
> Find and fix application performance issues faster with Applications
> Manager
> Applications Manager provides deep performance insights into multiple
> tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers
of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z

___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers
of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] wsjt

2016-05-06 Thread Michael Durkin
I always got permission errors with the jtsdk ... least on the SBC arm ...
On May 6, 2016 4:43 PM, "T61AA Ross" <t6...@amsat.org> wrote:

> Hi Bill and Mike,
>
> JTSDK will install all needed packages, you can also use synaptic to see
> what dependencies are needed.
>
> 73
>
> Ross
> VN1UN/VK8UN/T61AA/6O0O
> Sent from my iPhone 6
>
> > On 6 May 2016, at 23:09, Bill Somerville <g4...@classdesign.com> wrote:
> >
> >> On 06/05/2016 23:45, Michael Durkin wrote:
> >> darn   cmake cant find Qt5Widgets  hummm
> >
> > Hi Michael,
> >
> > there are a few Qt5 packages you need to install, try:
> >
> >   $ sudo apt-get install qtmultimedia5-dev liqt5serialport5-dev
> > libqt5multimedia5-plugins libusb-dev libudev-dev
> >
> > 73
> > Bill
> > G4WJS
> >
> >
> >
> --
> > Find and fix application performance issues faster with Applications
> Manager
> > Applications Manager provides deep performance insights into multiple
> tiers of
> > your business applications. It resolves application problems quickly and
> > reduces your MTTR. Get your free trial!
> > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> > ___
> > wsjt-devel mailing list
> > wsjt-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
>
>
> --
> Find and fix application performance issues faster with Applications
> Manager
> Applications Manager provides deep performance insights into multiple
> tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] wsjt

2016-05-06 Thread Michael Durkin
It's my bad ...

I thought ubuntu 16 shipped with Qt5 ... it's still qt4, checked with Qmake
-v
On May 6, 2016 4:12 PM, "Bill Somerville" <g4...@classdesign.com> wrote:

> On 06/05/2016 23:45, Michael Durkin wrote:
> > darn   cmake cant find Qt5Widgets  hummm
>
> Hi Michael,
>
> there are a few Qt5 packages you need to install, try:
>
>$ sudo apt-get install qtmultimedia5-dev liqt5serialport5-dev
> libqt5multimedia5-plugins libusb-dev libudev-dev
>
> 73
> Bill
> G4WJS
>
>
>
> --
> Find and fix application performance issues faster with Applications
> Manager
> Applications Manager provides deep performance insights into multiple
> tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] wsjt

2016-05-06 Thread Michael Durkin
darn   cmake cant find Qt5Widgets  hummm

On Fri, May 6, 2016 at 2:37 PM, Michael Durkin <kc7...@gmail.com> wrote:

> GOSH  you guys are as blind as me  .. lol ...
>
> i see the error  copy/paste of a character too many , an extra "$" at
> the beginning of the command string 
>
> and d/l in 20 sec ... prolly be built in under half hour . dang i hate
> egg on face 
>
> thanks for the help guys  i always say not to work on stuff when your
> tired  some day ill follow that advise ... some day ..
>
>
>
> On Fri, May 6, 2016 at 2:28 PM, Bill Somerville <g4...@classdesign.com>
> wrote:
>
>> On 06/05/2016 22:12, KI7MT wrote:
>> > Additionally, if you do not have Subversion installed ( which provides
>> > SVN), you need that package, which may also be contributing to the bash
>> > error your seeing.
>>
>> Hi Michael & all,
>>
>> if you are planning to build any packages from source on Ubuntu the
>> first thing you need to install is the build-essential package:
>>
>>   $ sudo apt-get install build-essential
>>
>> that has a whole bunch of development tools that most things are going
>> to need installed.
>>
>> 73
>> Bill
>> G4WJS.
>>
>>
>>
>> --
>> Find and fix application performance issues faster with Applications
>> Manager
>> Applications Manager provides deep performance insights into multiple
>> tiers of
>> your business applications. It resolves application problems quickly and
>> reduces your MTTR. Get your free trial!
>> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
>> ___
>> wsjt-devel mailing list
>> wsjt-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>>
>
>
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] wsjt

2016-05-06 Thread Michael Durkin
GOSH  you guys are as blind as me  .. lol ...

i see the error  copy/paste of a character too many , an extra "$" at
the beginning of the command string 

and d/l in 20 sec ... prolly be built in under half hour . dang i hate
egg on face 

thanks for the help guys  i always say not to work on stuff when your
tired  some day ill follow that advise ... some day ..



On Fri, May 6, 2016 at 2:28 PM, Bill Somerville 
wrote:

> On 06/05/2016 22:12, KI7MT wrote:
> > Additionally, if you do not have Subversion installed ( which provides
> > SVN), you need that package, which may also be contributing to the bash
> > error your seeing.
>
> Hi Michael & all,
>
> if you are planning to build any packages from source on Ubuntu the
> first thing you need to install is the build-essential package:
>
>   $ sudo apt-get install build-essential
>
> that has a whole bunch of development tools that most things are going
> to need installed.
>
> 73
> Bill
> G4WJS.
>
>
>
> --
> Find and fix application performance issues faster with Applications
> Manager
> Applications Manager provides deep performance insights into multiple
> tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] wsjt

2016-05-06 Thread Michael Durkin
When i get into the front of the computer (its in the garage and im still
getting the kids off to school and the XYl leaves in a few hours)

its close to

Bash# no input file (specified?)

On Fri, May 6, 2016 at 7:53 AM, Bill Somerville <g4...@classdesign.com>
wrote:

> On 06/05/2016 15:26, Michael Durkin wrote:
> >
> > What I left out ... was that I couldn't seem to find the latest 
> > sortof.
> >
> > Svn kept giving me an odd response  not an error , but more like a
> > file not found. . and like the computer didn't know what to do
> > with the command after svn 
> >
> Hi Michael,
>
> that's not much for us to go on. Can you show us the relevant output
> please?
>
> 73
> Bill
> G4WJS.
>
>
>
> --
> Find and fix application performance issues faster with Applications
> Manager
> Applications Manager provides deep performance insights into multiple
> tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


[wsjt-devel] wsjt

2016-05-06 Thread Michael Durkin
Im not sure where to ask this exactly ... but

Iv got wsjt (10 ??) installed and wsjtx1.6 on a new Arm8 (odroid-c2)

both don't quite do rig control  (i could do softrock - but no Tx
control)

and i know that they could ... its just that i don't seem to have the
latest version of either ...

I use hamlib rig control #2 .. and let Quisk control the Rf end.

the wsjtx1.6-dev(v5667 i think) does work on a different (slightly) older
Arm7 Odroid-X2, with rig #2 because i can enter the port number using
localhost

Iv added the PPA for wsjtx devil but upgrade still shows that i have the
latest --(i dont think so) 

anyways, it got late and i decided to get to bed. the XYL will be leaving
for a week and im sure she would be stressed and my being tired would be a
bad combo so i stopped hunting ... and figured id drop a note here before
heading off to bed.
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT-X: Using with I/Q data

2016-05-04 Thread Michael Durkin
Both is more accurately correct ...

The i/q audio ,left & right channels are time domain shifted to produce a
image rejection in the mixed (more accurate to say added by transformer)
output of the sdr.

As long as the audio frequency is not shifted a few kHz from where the
image rejection is calibrated and main oscillator  is also not changed more
than a few 100khz then image rejection will be maintained.

If you put a I/Q signal to some  headphones,  you will not be able
distinguish between the channels they will sound the same.

Transmitting a non image rejection calibrated output is poor practice --
you will be decoded at two frequencies.
On May 4, 2016 10:16 AM, "Bill Somerville"  wrote:

Hi all,

I have been helping out Jim W6JHB build a Linux version of WSJT-X with
support for the custom USB Hamlib devices. This is because he has an
OmniaSDR device which is a reincarnation of the AE9RB Peaberry v2 SDR.
This device is controlled by a few custom USB commands including setting
and reading the frequency and it also appears as a CODECs for input and
output which is I/Q format data delivered/consumed as stereo audio streams.

WSJT-X does not provide I/Q support via audio streams or otherwise but
Jim has discovered that he can make QSOs by connecting the I/Q CODEC
directly to WSJT-X. This surprised me so I asked for a sample saved .WAV
file and it certainly decodes although the "audio" level is very low. Am
I right in assuming that transmitting using the input CODEC is not going
to produce a faithful signal given that the SDR hardware is expecting
I/Q data rather than PCM audio?

I know that others have had success using the QUISK (or HDSDR on
Windows) SDR software as an intermediary for both rig control and base
band PCM audio suitable for connection to WSJT-X. Should Jim be doing
the same?

73
Bill
G4WJS.


--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers
of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] Fwd: Re: f2py

2016-05-03 Thread Michael Durkin
found the fix i think  just a package ...

python3-pil.imagetk



On Tue, May 3, 2016 at 9:45 PM, Michael Durkin <kc7...@gmail.com> wrote:

> this might be a real bug for my system 
>
> Traceback (most recent call last):
>   File "/usr/local/wsjt/share/wsjt/wsjt.py", line 12, in 
> from PIL import (Image, ImageTk)
> ImportError: cannot import name 'ImageTk'
>
>
> On Tue, May 3, 2016 at 5:26 PM, KI7MT <ki7m...@gmail.com> wrote:
>
>> Hi Michael,
>>
>> There are two options that will disable building both the user guide and
>> manpages. Options can be views with:
>>
>> ./configure --help=short
>>
>> to disable the user guide and manpages during configure:
>>
>> ./configure --disable-manpages --disable-docs
>>
>>
>> Or, you can install all Asciidoc, AsciiDoctor and their dependants to
>> enable building them.
>>
>>
>> 73's
>> Greg, KI7MT
>>
>>
>> On 05/03/2016 06:02 PM, Michael Durkin wrote:
>> > error was from corrupted os ... rebuild image and now i get an error
>> about
>> > the man pages 
>> >
>> > Build Manpages
>> > 
>> > manpages/jt65code.1.txt
>> > /bin/bash: line 2: --doctype: command not found
>> > manpages/wsjt.1.txt
>> > /bin/bash: line 2: --doctype: command not found
>> > Makefile:180: recipe for target 'manp' failed
>> > make: *** [manp] Error 127
>> >
>> >
>> > On Mon, May 2, 2016 at 5:10 PM, KI7MT <ki7m...@gmail.com> wrote:
>> >
>> >> Hi Michel,
>> >>
>> >> Do you have the python3 development package(s) installed? This would
>> >> indicated not:
>> >>
>> >> "Python.h: No such file or directory"
>> >>
>> >> For Debian bsed distros, the package is named: python3-dev
>> >>
>> >> 73's
>> >> Greg, KI7MT
>> >>
>> >>
>> >> On 05/02/2016 06:01 PM, Michael Durkin wrote:
>> >>> Got an error that I did see a fix for ... but couldn't exactly find
>> the
>> >>> correct location to force the fix ... but on that later ...
>> >>>
>> >>> I tried to build 6650 and got this error ... might be an easy fix by
>> >> using
>> >>> a diferent version of fortan. ..
>> >>> -- Forwarded message --
>> >>> From: "Michael Durkin" <kc7...@gmail.com>
>> >>> Date: May 2, 2016 3:25 PM
>> >>> Subject: Re: f2py
>> >>> To: <bil...@classdesign.com>
>> >>> Cc:
>> >>>
>> >>> RUN F2PY Audio.so
>> >>>> -
>> >>>> /usr/bin/f2py3 -c --quiet --fcompiler=gnu95 --f77exec=gfortran
>> >>>> --f90exec=gfortran \
>> >>>> --opt="-cpp -fbounds-check -O2"   -L/usr/lib/gcc/aarch64-linux-gnu/5/
>> >>>> -lfftw3f -lgfortran -lportaudio -lpthread -lsamplerate  libjt.a -m
>> Audio
>> >>>> ftn_init.f90 ftn_quit.f90 audio_init.f90 spec.f90 getfile.f90
>> >> azdist0.f90
>> >>>> astro0.f90 chkt0.f90
>> >>>> rmbadname1: Replacing "len" with "len_bn".
>> >>>> {}
>> >>>> {}
>> >>>> {}
>> >>>> {}
>> >>>> {}
>> >>>> {'attrspec': ['intent(out)']}
>> >>>> {'attrspec': ['intent(out)']}
>> >>>> {'attrspec': ['intent(out)']}
>> >>>> {'attrspec': ['intent(out)']}
>> >>>> {'attrspec': ['intent(out)']}
>> >>>> {'attrspec': ['intent(out)']}
>> >>>> {'attrspec': ['intent(in)']}
>> >>>> {'attrspec': ['intent(in)']}
>> >>>> {'attrspec': ['intent(in)']}
>> >>>> {'attrspec': ['intent(in)']}
>> >>>> {'attrspec': ['intent(in)']}
>> >>>> {'attrspec': ['intent(out)']}
>> >>>> {'attrspec': ['intent(out)']}
>> >>>> {'attrspec': ['intent(out)']}
>> >>>> {'attrspec': ['intent(out)']}
>> >>>> {'attrspec': ['intent(out)']}
>> >>>> {'attrspec': ['intent(out)']}
>> >>>> {'attrspec': ['intent(out)']}
>> >>>> {'attrspec': ['intent(out)']}
>> >>>> In file included from
>> >>>> /tmp/tmplzdcmaa8/src.linux-aarch64-3.5/fortranobject.c:2:0:
>> >>&g

Re: [wsjt-devel] Fwd: Re: f2py

2016-05-03 Thread Michael Durkin
this might be a real bug for my system 

Traceback (most recent call last):
  File "/usr/local/wsjt/share/wsjt/wsjt.py", line 12, in 
from PIL import (Image, ImageTk)
ImportError: cannot import name 'ImageTk'


On Tue, May 3, 2016 at 5:26 PM, KI7MT <ki7m...@gmail.com> wrote:

> Hi Michael,
>
> There are two options that will disable building both the user guide and
> manpages. Options can be views with:
>
> ./configure --help=short
>
> to disable the user guide and manpages during configure:
>
> ./configure --disable-manpages --disable-docs
>
>
> Or, you can install all Asciidoc, AsciiDoctor and their dependants to
> enable building them.
>
>
> 73's
> Greg, KI7MT
>
>
> On 05/03/2016 06:02 PM, Michael Durkin wrote:
> > error was from corrupted os ... rebuild image and now i get an error
> about
> > the man pages 
> >
> > Build Manpages
> > 
> > manpages/jt65code.1.txt
> > /bin/bash: line 2: --doctype: command not found
> > manpages/wsjt.1.txt
> > /bin/bash: line 2: --doctype: command not found
> > Makefile:180: recipe for target 'manp' failed
> > make: *** [manp] Error 127
> >
> >
> > On Mon, May 2, 2016 at 5:10 PM, KI7MT <ki7m...@gmail.com> wrote:
> >
> >> Hi Michel,
> >>
> >> Do you have the python3 development package(s) installed? This would
> >> indicated not:
> >>
> >> "Python.h: No such file or directory"
> >>
> >> For Debian bsed distros, the package is named: python3-dev
> >>
> >> 73's
> >> Greg, KI7MT
> >>
> >>
> >> On 05/02/2016 06:01 PM, Michael Durkin wrote:
> >>> Got an error that I did see a fix for ... but couldn't exactly find the
> >>> correct location to force the fix ... but on that later ...
> >>>
> >>> I tried to build 6650 and got this error ... might be an easy fix by
> >> using
> >>> a diferent version of fortan. ..
> >>> -- Forwarded message --
> >>> From: "Michael Durkin" <kc7...@gmail.com>
> >>> Date: May 2, 2016 3:25 PM
> >>> Subject: Re: f2py
> >>> To: <bil...@classdesign.com>
> >>> Cc:
> >>>
> >>> RUN F2PY Audio.so
> >>>> -
> >>>> /usr/bin/f2py3 -c --quiet --fcompiler=gnu95 --f77exec=gfortran
> >>>> --f90exec=gfortran \
> >>>> --opt="-cpp -fbounds-check -O2"   -L/usr/lib/gcc/aarch64-linux-gnu/5/
> >>>> -lfftw3f -lgfortran -lportaudio -lpthread -lsamplerate  libjt.a -m
> Audio
> >>>> ftn_init.f90 ftn_quit.f90 audio_init.f90 spec.f90 getfile.f90
> >> azdist0.f90
> >>>> astro0.f90 chkt0.f90
> >>>> rmbadname1: Replacing "len" with "len_bn".
> >>>> {}
> >>>> {}
> >>>> {}
> >>>> {}
> >>>> {}
> >>>> {'attrspec': ['intent(out)']}
> >>>> {'attrspec': ['intent(out)']}
> >>>> {'attrspec': ['intent(out)']}
> >>>> {'attrspec': ['intent(out)']}
> >>>> {'attrspec': ['intent(out)']}
> >>>> {'attrspec': ['intent(out)']}
> >>>> {'attrspec': ['intent(in)']}
> >>>> {'attrspec': ['intent(in)']}
> >>>> {'attrspec': ['intent(in)']}
> >>>> {'attrspec': ['intent(in)']}
> >>>> {'attrspec': ['intent(in)']}
> >>>> {'attrspec': ['intent(out)']}
> >>>> {'attrspec': ['intent(out)']}
> >>>> {'attrspec': ['intent(out)']}
> >>>> {'attrspec': ['intent(out)']}
> >>>> {'attrspec': ['intent(out)']}
> >>>> {'attrspec': ['intent(out)']}
> >>>> {'attrspec': ['intent(out)']}
> >>>> {'attrspec': ['intent(out)']}
> >>>> In file included from
> >>>> /tmp/tmplzdcmaa8/src.linux-aarch64-3.5/fortranobject.c:2:0:
> >>>> /tmp/tmplzdcmaa8/src.linux-aarch64-3.5/fortranobject.h:7:20: fatal
> >> error:
> >>>> Python.h: No such file or directory
> >>>> compilation terminated.
> >>>> In file included from
> >>>> /tmp/tmplzdcmaa8/src.linux-aarch64-3.5/fortranobject.c:2:0:
> >>>> /tmp/tmplzdcmaa8/src.linux-aarch64-3.5/fortranobject.h:7:20: fatal
> >> error:
> >>>> Python.h: No such file or directory
> >>>> compilation terminated.
> >>>> error: Command "aarch64-linux-gnu-gcc -pthr

Re: [wsjt-devel] Fwd: Re: f2py

2016-05-03 Thread Michael Durkin
error was from corrupted os ... rebuild image and now i get an error about
the man pages 

Build Manpages

manpages/jt65code.1.txt
/bin/bash: line 2: --doctype: command not found
manpages/wsjt.1.txt
/bin/bash: line 2: --doctype: command not found
Makefile:180: recipe for target 'manp' failed
make: *** [manp] Error 127


On Mon, May 2, 2016 at 5:10 PM, KI7MT <ki7m...@gmail.com> wrote:

> Hi Michel,
>
> Do you have the python3 development package(s) installed? This would
> indicated not:
>
> "Python.h: No such file or directory"
>
> For Debian bsed distros, the package is named: python3-dev
>
> 73's
> Greg, KI7MT
>
>
> On 05/02/2016 06:01 PM, Michael Durkin wrote:
> > Got an error that I did see a fix for ... but couldn't exactly find the
> > correct location to force the fix ... but on that later ...
> >
> > I tried to build 6650 and got this error ... might be an easy fix by
> using
> > a diferent version of fortan. ..
> > -- Forwarded message --
> > From: "Michael Durkin" <kc7...@gmail.com>
> > Date: May 2, 2016 3:25 PM
> > Subject: Re: f2py
> > To: <bil...@classdesign.com>
> > Cc:
> >
> > RUN F2PY Audio.so
> >> -
> >> /usr/bin/f2py3 -c --quiet --fcompiler=gnu95 --f77exec=gfortran
> >> --f90exec=gfortran \
> >> --opt="-cpp -fbounds-check -O2"   -L/usr/lib/gcc/aarch64-linux-gnu/5/
> >> -lfftw3f -lgfortran -lportaudio -lpthread -lsamplerate  libjt.a -m Audio
> >> ftn_init.f90 ftn_quit.f90 audio_init.f90 spec.f90 getfile.f90
> azdist0.f90
> >> astro0.f90 chkt0.f90
> >> rmbadname1: Replacing "len" with "len_bn".
> >> {}
> >> {}
> >> {}
> >> {}
> >> {}
> >> {'attrspec': ['intent(out)']}
> >> {'attrspec': ['intent(out)']}
> >> {'attrspec': ['intent(out)']}
> >> {'attrspec': ['intent(out)']}
> >> {'attrspec': ['intent(out)']}
> >> {'attrspec': ['intent(out)']}
> >> {'attrspec': ['intent(in)']}
> >> {'attrspec': ['intent(in)']}
> >> {'attrspec': ['intent(in)']}
> >> {'attrspec': ['intent(in)']}
> >> {'attrspec': ['intent(in)']}
> >> {'attrspec': ['intent(out)']}
> >> {'attrspec': ['intent(out)']}
> >> {'attrspec': ['intent(out)']}
> >> {'attrspec': ['intent(out)']}
> >> {'attrspec': ['intent(out)']}
> >> {'attrspec': ['intent(out)']}
> >> {'attrspec': ['intent(out)']}
> >> {'attrspec': ['intent(out)']}
> >> In file included from
> >> /tmp/tmplzdcmaa8/src.linux-aarch64-3.5/fortranobject.c:2:0:
> >> /tmp/tmplzdcmaa8/src.linux-aarch64-3.5/fortranobject.h:7:20: fatal
> error:
> >> Python.h: No such file or directory
> >> compilation terminated.
> >> In file included from
> >> /tmp/tmplzdcmaa8/src.linux-aarch64-3.5/fortranobject.c:2:0:
> >> /tmp/tmplzdcmaa8/src.linux-aarch64-3.5/fortranobject.h:7:20: fatal
> error:
> >> Python.h: No such file or directory
> >> compilation terminated.
> >> error: Command "aarch64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2
> >> -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat
> >> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> >> -I/tmp/tmplzdcmaa8/src.linux-aarch64-3.5
> >> -I/usr/lib/python3/dist-packages/numpy/core/include
> >> -I/usr/include/python3.5m -c
> >> /tmp/tmplzdcmaa8/src.linux-aarch64-3.5/fortranobject.c -o
> >> /tmp/tmplzdcmaa8/tmp/tmplzdcmaa8/src.linux-aarch64-3.5/fortranobject.o"
> >> failed with exit status 1
> >> Makefile:157: recipe for target 'WsjtMod/Audio.so' failed
> >> make: *** [WsjtMod/Audio.so] Error 1
> >> kc7noac2@odroid64:~/Downloads/wsjt-wsjt$
> >>
> >> Fortran is trying to do something with python.h 
> >>
> >> On Mon, May 2, 2016 at 1:12 PM, bil...@classdesign.com [wsjtgroup] <
> >> wsjtgroup-nore...@yahoogroups.com> wrote:
> >>
> >>> Hi Michael,
> >>>
> >>> there is no Python in WSJT-X. What is the exact text of the error you
> are
> >>> getting?
> >>>
> >>> 73
> >>> Bill
> >>> G4WJS.
> >>
> >>
> >>
> >
> >
> >
> >
> --
> > Find and fix application performance issues faster with Applications
> Manager
> > Applications Manager provides deep performance insights into mult

[wsjt-devel] Fwd: Re: f2py

2016-05-02 Thread Michael Durkin
Got an error that I did see a fix for ... but couldn't exactly find the
correct location to force the fix ... but on that later ...

I tried to build 6650 and got this error ... might be an easy fix by using
a diferent version of fortan. ..
-- Forwarded message --
From: "Michael Durkin" <kc7...@gmail.com>
Date: May 2, 2016 3:25 PM
Subject: Re: f2py
To: <bil...@classdesign.com>
Cc:

RUN F2PY Audio.so
> -
> /usr/bin/f2py3 -c --quiet --fcompiler=gnu95 --f77exec=gfortran
> --f90exec=gfortran \
> --opt="-cpp -fbounds-check -O2"   -L/usr/lib/gcc/aarch64-linux-gnu/5/
> -lfftw3f -lgfortran -lportaudio -lpthread -lsamplerate  libjt.a -m Audio
> ftn_init.f90 ftn_quit.f90 audio_init.f90 spec.f90 getfile.f90 azdist0.f90
> astro0.f90 chkt0.f90
> rmbadname1: Replacing "len" with "len_bn".
> {}
> {}
> {}
> {}
> {}
> {'attrspec': ['intent(out)']}
> {'attrspec': ['intent(out)']}
> {'attrspec': ['intent(out)']}
> {'attrspec': ['intent(out)']}
> {'attrspec': ['intent(out)']}
> {'attrspec': ['intent(out)']}
> {'attrspec': ['intent(in)']}
> {'attrspec': ['intent(in)']}
> {'attrspec': ['intent(in)']}
> {'attrspec': ['intent(in)']}
> {'attrspec': ['intent(in)']}
> {'attrspec': ['intent(out)']}
> {'attrspec': ['intent(out)']}
> {'attrspec': ['intent(out)']}
> {'attrspec': ['intent(out)']}
> {'attrspec': ['intent(out)']}
> {'attrspec': ['intent(out)']}
> {'attrspec': ['intent(out)']}
> {'attrspec': ['intent(out)']}
> In file included from
> /tmp/tmplzdcmaa8/src.linux-aarch64-3.5/fortranobject.c:2:0:
> /tmp/tmplzdcmaa8/src.linux-aarch64-3.5/fortranobject.h:7:20: fatal error:
> Python.h: No such file or directory
> compilation terminated.
> In file included from
> /tmp/tmplzdcmaa8/src.linux-aarch64-3.5/fortranobject.c:2:0:
> /tmp/tmplzdcmaa8/src.linux-aarch64-3.5/fortranobject.h:7:20: fatal error:
> Python.h: No such file or directory
> compilation terminated.
> error: Command "aarch64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2
> -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> -I/tmp/tmplzdcmaa8/src.linux-aarch64-3.5
> -I/usr/lib/python3/dist-packages/numpy/core/include
> -I/usr/include/python3.5m -c
> /tmp/tmplzdcmaa8/src.linux-aarch64-3.5/fortranobject.c -o
> /tmp/tmplzdcmaa8/tmp/tmplzdcmaa8/src.linux-aarch64-3.5/fortranobject.o"
> failed with exit status 1
> Makefile:157: recipe for target 'WsjtMod/Audio.so' failed
> make: *** [WsjtMod/Audio.so] Error 1
> kc7noac2@odroid64:~/Downloads/wsjt-wsjt$
>
> Fortran is trying to do something with python.h 
>
> On Mon, May 2, 2016 at 1:12 PM, bil...@classdesign.com [wsjtgroup] <
> wsjtgroup-nore...@yahoogroups.com> wrote:
>
>> Hi Michael,
>>
>> there is no Python in WSJT-X. What is the exact text of the error you are
>> getting?
>>
>> 73
>> Bill
>> G4WJS.
>
>
>
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: Fresco Logic FL2000

2014-07-22 Thread Michael Durkin
  Usage Type   Data
wMaxPacketSize 0x0200  1x 512 bytes
bInterval   0
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x82  EP 2 IN
bmAttributes   25
  Transfer TypeIsochronous
  Synch Type   Adaptive
  Usage Type   Feedback
wMaxPacketSize 0x0004  1x 4 bytes
bInterval   7
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x01  EP 1 OUT
bmAttributes2
  Transfer TypeBulk
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0200  1x 512 bytes
bInterval   0
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x02  EP 2 OUT
bmAttributes9
  Transfer TypeIsochronous
  Synch Type   Adaptive
  Usage Type   Data
wMaxPacketSize 0x1400  3x 1024 bytes
bInterval   1
Interface Descriptor:
  bLength 9
  bDescriptorType 4
  bInterfaceNumber2
  bAlternateSetting   0
  bNumEndpoints   1
  bInterfaceClass16
  bInterfaceSubClass  2
  bInterfaceProtocol  0
  iInterface  0
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x83  EP 3 IN
bmAttributes3
  Transfer TypeInterrupt
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0040  1x 64 bytes
bInterval   1
Binary Object Store Descriptor:
  bLength 5
  bDescriptorType15
  wTotalLength   22
  bNumDeviceCaps  2
  USB 2.0 Extension Device Capability:
bLength 7
bDescriptorType16
bDevCapabilityType  2
bmAttributes   0x0002
  Link Power Management (LPM) Supported
  SuperSpeed USB Device Capability:
bLength10
bDescriptorType16
bDevCapabilityType  3
bmAttributes 0x00
wSpeedsSupported   0x000c
  Device can operate at High Speed (480Mbps)
  Device can operate at SuperSpeed (5Gbps)
bFunctionalitySupport   2
  Lowest fully-functional device speed is High Speed (480Mbps)
bU1DevExitLat  10 micro seconds
bU2DevExitLat2047 micro seconds
Device Status: 0x
  (Bus Powered)
root@SDR-client:/home/mike#

On Mon, Jul 21, 2014 at 9:24 AM, Laurent Pinchart
laurent.pinch...@ideasonboard.com wrote:
 Hi Michael,

 On Tuesday 20 May 2014 18:32:08 Michael Durkin wrote:
 It was suggested to me to inquire here if anyone was working on
 drivers or support for the Fresco Logic FL2000 1d5c:2000

 Could you please post the output of

 lsusb -v -d 1d5c:2000

 (if possible running as root) ?

 --
 Regards,

 Laurent Pinchart

--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: usb to VGA

2014-05-29 Thread Michael Durkin
I did open it up ... and it has printed on the largest IC

Fresco Logic
FL2000

On Thu, May 29, 2014 at 5:58 AM, Alex Deucher alexdeuc...@gmail.com wrote:
 On Wed, May 28, 2014 at 9:11 PM, Michael Durkin kc7...@gmail.com wrote:
 Yea .. im looking for Xorg or KMS drivers for it ... i dont think
 there are any yet ... and im hopeing some one would be interested in
 doing so ...

 You'll need to find out what chip it uses.  There is pretty good KMS
 support for displaylink-based devices, at least the earlier versions.

 Alex


 On Wed, May 28, 2014 at 6:02 PM, Alan Coopersmith
 alan.coopersm...@oracle.com wrote:
 On 05/28/14 10:18 AM, Michael Durkin wrote:

 Would this be the right list to ask about Fresco Logic's FL2000 USB to
 VGA adapter?

 Iv been on a few ML now with being told its the wrong place ...


 Depends what you want to ask - general questions about it are mostly off
 topic, questions about using it with Xorg would be on topic.  (Though I
 have no idea if anyone's written an Xorg or KMS driver for it, since this
 is the first I've heard of it.)

 --
 -Alan Coopersmith-  alan.coopersm...@oracle.com
  Oracle Solaris Engineering - http://blogs.oracle.com/alanc
 ___
 xorg@lists.x.org: X.Org support
 Archives: http://lists.freedesktop.org/archives/xorg
 Info: http://lists.x.org/mailman/listinfo/xorg
 Your subscription address: %(user_address)s
___
xorg@lists.x.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.x.org/mailman/listinfo/xorg
Your subscription address: %(user_address)s


usb to VGA

2014-05-28 Thread Michael Durkin
Would this be the right list to ask about Fresco Logic's FL2000 USB to
VGA adapter?

Iv been on a few ML now with being told its the wrong place ...

1d5c:2000 ID

Mike KC7NOA
___
xorg@lists.x.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.x.org/mailman/listinfo/xorg
Your subscription address: %(user_address)s


Re: am i in the right list?

2014-05-28 Thread Michael Durkin
Then i guess it will not be supported any time soon  its been for
sale for almost a year.
Im a stay at home dad, not a developer. The chance of me paying some
one to write code is next to nill 

Thank you for the response  

On Wed, May 28, 2014 at 7:29 AM, Steven Toth st...@kernellabs.com wrote:
 On Tue, May 27, 2014 at 8:18 PM, Michael Durkin kc7...@gmail.com wrote:
 what's the process tree like when its looked at?

 1d5c:2000

 On Thu, May 22, 2014 at 8:44 AM, Steven Toth st...@kernellabs.com wrote:
 Should i email Hans Verkuil or would he see this already ?
 Fresco Logic FL2000 USB to VGA adapter

 He would have seen this already.

 I'm not sure I understand your question but let me take a shot at what
 I think you mean. I think you mean, how does a developer someone go
 about creating a driver for a new product?

 1. They announce their intensions on the mailing-list (here), just to
 check that no other developer is actively working the same driver.
 This isn't mandatory, but can often avoid cases where multiple people
 are working on the same end-goal.

 2. Wait a week, anyone interested will likely comment very quickly, if
 they are already working on something. If you get little or no
 feedback then nobody is working in that area.

 3. Assuming nobody is working on it (as in your case), go ahead and
 start development - or hire someone to engineer the driver on your
 behalf.

 :)

 --
 Steven Toth - Kernel Labs
 http://www.kernellabs.com
 +1.646.355.8490
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: am i in the right list?

2014-05-27 Thread Michael Durkin
what's the process tree like when its looked at?

1d5c:2000

On Thu, May 22, 2014 at 8:44 AM, Steven Toth st...@kernellabs.com wrote:
 Should i email Hans Verkuil or would he see this already ?
 Fresco Logic FL2000 USB to VGA adapter

 He would have seen this already.

 - Steve

 --
 Steven Toth - Kernel Labs
 http://www.kernellabs.com
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: am i in the right list?

2014-05-22 Thread Michael Durkin
Should i email Hans Verkuil or would he see this already ?
Fresco Logic FL2000 USB to VGA adapter

Mike KC7NOA

On Wed, May 21, 2014 at 11:39 AM, Antti Palosaari cr...@iki.fi wrote:
 Moikka


 On 05/21/2014 09:28 PM, Michael Durkin wrote:

 Im looking for support for a Fresco logic FL2000 USB to VGA adapter ...
 Is any one already working on this or am i in the wrong list?


 List is right AFAIK. In my understanding it should be implement as a V4L2
 device which sends picture, like a analog RV modulator. I am not sure if
 there is any existing driver. There is modulator driver for audio
 transmitters, though.

 Hans Verkuil is correct person to answer that as he known about everything
 from V4L2.

 regards
 Antti

 --
 http://palosaari.fi/
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


am i in the right list?

2014-05-21 Thread Michael Durkin
Im looking for support for a Fresco logic FL2000 USB to VGA adapter ...
Is any one already working on this or am i in the wrong list?

Mike KC7NOA
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


new driver Fresco Logic

2014-05-20 Thread Michael Durkin
Forgive my intrusion ...

Im hoping to get a driver made for a Fresco Logic FL2000 USB to VGA adapter ...

Device ID 1d5c:2000

Mike KC7NOA
--
To unsubscribe from this list: send the line unsubscribe linux-usb in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: new driver Fresco Logic

2014-05-20 Thread Michael Durkin
It can be used on USB3 or USB2 .. depending on max resolution ... I
would be happy with USB2 800X600 resolution ...

I got the device off of ebay ... but i could send an email to Fresco
Logic (the maker of the IC) or to Orinco (who sells retail devices)
I have already sent an email to the seller whom recanted on
open-source drivers with Linux in the auction ...

The print on the chip is FL2000 Fresco Logic ... and is also what is
seen in win7 

On Tue, May 20, 2014 at 1:31 PM, Greg KH gre...@linuxfoundation.org wrote:
 On Tue, May 20, 2014 at 08:07:43AM -0700, Michael Durkin wrote:
 Forgive my intrusion ...

 Im hoping to get a driver made for a Fresco Logic FL2000 USB to VGA adapter 
 ...

 Device ID 1d5c:2000

 What type of chip is in this device?  If it is a USB 3 device, odds are
 that Linux doesn't support it yet as DeviceLink isn't providing the spec
 for the chip to anyone.  Can you ask the company you bought the device
 from for how to get the specs for it?

 thanks,

 greg k-h
--
To unsubscribe from this list: send the line unsubscribe linux-usb in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: new driver Fresco Logic

2014-05-20 Thread Michael Durkin
Ok ill join them and see if linux-me...@vger.kernel.org are working on it ...

i had no idea where to start ...

Mike KC7NOA


On Tue, May 20, 2014 at 5:25 PM, Greg KH gre...@linuxfoundation.org wrote:
 On Tue, May 20, 2014 at 06:38:01PM -0500, Felipe Balbi wrote:
 Hi,

 On Wed, May 21, 2014 at 05:31:13AM +0900, Greg KH wrote:
  On Tue, May 20, 2014 at 08:07:43AM -0700, Michael Durkin wrote:
   Forgive my intrusion ...
  
   Im hoping to get a driver made for a Fresco Logic FL2000 USB to VGA
   adapter ...
  
   Device ID 1d5c:2000
 
  What type of chip is in this device?  If it is a USB 3 device, odds are
  that Linux doesn't support it yet as DeviceLink isn't providing the spec

 DisplayLink ?

 Yes, sorry :)

  for the chip to anyone.  Can you ask the company you bought the device
  from for how to get the specs for it?

 AFAICT this is a competing device. From what I could gather, Fresco
 Logic implemented this device from scratch. The good thing about it, is
 that it implements USB 3 A/V class, which means all we need is the USB
 IF A/V Class specification from [1]

 [1] 
 http://www.usb.org/developers/docs/devclass_docs/USB_AV_Specification_Rev_1.0.zip

 Ah, good.  I think someone is working on that.  Michael, you might want
 to ask about this on the linux-me...@vger.kernel.org mailing list, the
 developers there should be able to help you out.

 greg k-h
--
To unsubscribe from this list: send the line unsubscribe linux-usb in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[no subject]

2014-05-20 Thread Michael Durkin
subscribe
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Fresco Logic FL2000

2014-05-20 Thread Michael Durkin
It was suggested to me to inquire here if anyone was working on
drivers or support for the Fresco Logic FL2000 1d5c:2000

Mike KC7NOA
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[no subject]

2014-05-18 Thread Michael Durkin
Im not sure if im even looking in the right resource ...

I have a Fresco Logic USB3/2 to VGA adapter and im not sure if there
is support for it in the kernel ...

Vender id is 1d5c and the producet is 2000
--
To unsubscribe from this list: send the line unsubscribe linux-usb in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html