Cruisers Forum
 


Reply
  This discussion is proudly sponsored by:
Please support our sponsors and let them know you heard about their products on Cruisers Forums. Advertise Here
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 27-05-2020, 22:57   #106
bcn
Registered User

Join Date: May 2011
Location: underway whenever possible
Boat: Rangeboat 39
Posts: 4,734
Re: USB key dongle for oeSENC

Taking note...
bcn is offline   Reply With Quote
Old 05-06-2020, 07:02   #107
Registered User

Join Date: Jan 2018
Boat: Norseman 447cc
Posts: 172
Re: USB key dongle for oeSENC

Any timeline on when the dongle will be supported on MacOS?
svspirited is offline   Reply With Quote
Old 05-06-2020, 08:05   #108
bcn
Registered User

Join Date: May 2011
Location: underway whenever possible
Boat: Rangeboat 39
Posts: 4,734
Re: USB key dongle for oeSENC

We launched another request yesterday...
bcn is offline   Reply With Quote
Old 05-06-2020, 09:50   #109
Registered User

Join Date: Jan 2018
Boat: Norseman 447cc
Posts: 172
Re: USB key dongle for oeSENC

Quote:
Originally Posted by bcn View Post
We launched another request yesterday...

Thanks
svspirited is offline   Reply With Quote
Old 26-06-2020, 14:07   #110
Registered User

Join Date: Dec 2019
Posts: 85
Re: USB key dongle for oeSENC

The all new oeserverd with SGlock library was released for arm64.

On my Ubuntu 18.04 / arm64 system it works like a charm (Odroid N2). (Tested with 5,1,621/github, but I'm sure the 5.1.619/bdbcat version also works).

On my Pi4 (Ubuntu 20.04 / arm64) I get an error.

I guess there will be some request for information. Please tell me what you need.

PS Undoubtedly the current release of OpenCPN5.2 has currently a higher priority than the making the USB key ready for Ubuntu 20.04/arm64.
Attached Thumbnails
Click image for larger version

Name:	oesenc-arm64-gtk3-error.png
Views:	55
Size:	23.3 KB
ID:	218120  
hreuver is offline   Reply With Quote
Old 26-06-2020, 23:40   #111
Registered User

Join Date: Oct 2014
Location: Netherlands
Boat: Halmatic 30
Posts: 1,103
Re: USB key dongle for oeSENC

Hi Reuver,

Oesenc plugin for my dongle works here on my Raspberry P4 2 GB and the 64 bit RaspiOS.

With the latest OpenCPN version. There is a new plugin manager. But if you look at it, it shows empty folders..

But if you remove the OpenCPN config first. Then a new one is generated at the start.

Then the folders of the plugin manager shows up. And you can install the 4.2.12 Oesenc-pi pluging.

Then my present Oesenc charts works. There is no longer a need to make a fingerprint for the dongle.

Regards,


Bram
verkerkbr is offline   Reply With Quote
Old 26-06-2020, 23:59   #112
Registered User

Join Date: Dec 2019
Posts: 85
Re: USB key dongle for oeSENC

Quote:
Originally Posted by verkerkbr View Post
Hi Reuver,

Oesenc plugin for my dongle works here on my Raspberry P4 2 GB and the 64 bit RaspiOS.

With the latest OpenCPN version. There is a new plugin manager. But if you look at it, it shows empty folders..
That's the way it works with Ubuntu 18.04. Plugins via OpenCPN, when I looked it up there is currently only one platform for ARM64 for the pluginmanager from OpenCPN.

I suspect either you are using the same plugins via a backdoor or openplotter provides a set of plugins for raspbian.
Code:
Ubuntu            Debian
20.04  focal      bullseye/ sid   - 11
18.04  bionic     buster  / sid   - 10
However for 20.04 the pluginmanager provides no plugins.

The github version of the plugin which works with 18.04 does not work for 20.04 (both compiled on the computers involved).

I think you may run into trouble when you are "upgrading" to RaspiOS Bullseye. For now Bullseye is the testing environment for Debian. For the laptop (Debian/Bullseye/Sid/x86_64) I bypassed the problem by switching to Flatpak.
hreuver is offline   Reply With Quote
Old 27-06-2020, 00:06   #113
Registered User

Join Date: Oct 2014
Location: Netherlands
Boat: Halmatic 30
Posts: 1,103
Re: USB key dongle for oeSENC

Quote:
Originally Posted by hreuver View Post
That's the way it works with Ubuntu 18.04. Plugins via OpenCPN, when I looked it up there is currently only one platform for ARM64 for the pluginmanager from OpenCPN.


I suspect either you are using the same plugins via a backdoor or openplotter provides a set of plugins for raspbian.
Code:
Ubuntu            Debian
20.04  focal      bullseye/ sid   - 11
 18.04  bionic     buster  / sid   - 10
However for 20.04 the pluginmanager provides no plugins.


The github version of the plugin which works with 18.04 does not work for 20.04 (both compiled on the computers involved).

It seems to be part of the OpenCPN version for Arm64. But remember first remove the Opencpn.conf file. Then go to the plugin manager and you will see the 4.2.12 version. Focal seems also be supported by OpenCPN.


Not done any compiling.


Bram
verkerkbr is offline   Reply With Quote
Old 27-06-2020, 00:32   #114
Registered User

Join Date: Oct 2014
Location: Netherlands
Boat: Halmatic 30
Posts: 1,103
Re: USB key dongle for oeSENC

Image of the plugin manager.
Attached Thumbnails
Click image for larger version

Name:	2020-06-26-144240_1680x1050_scrot.jpg
Views:	74
Size:	284.5 KB
ID:	218134  
verkerkbr is offline   Reply With Quote
Old 27-06-2020, 00:38   #115
Registered User

Join Date: Dec 2019
Posts: 85
Re: USB key dongle for oeSENC

Perhaps this might give a clue:
Code:
# oeserverd -a
oeserverd Version 1.17

# oeserverd -s
0
# oeserverd-armhf -a
oeserverd Version 1.14

# oeserverd-armhf -s
1
Small feature request for Dave:
Is it possible to add a switch for architecture of the plugin, just in case people claim to be using "arm" without stating "armhf" or "arm64".
I think it might give you some cheap information which can expose some obvious mistakes which should never happen but can never be ruled out completely.


I will open an Issue at github (bdbcat/oesenc_pi).
hreuver is offline   Reply With Quote
Old 18-07-2020, 04:07   #116
Registered User

Join Date: Dec 2019
Posts: 85
Re: USB key dongle for oeSENC

Quote:
Originally Posted by hreuver View Post
The all new oeserverd with SGlock library was released for arm64.

On my Ubuntu 18.04 / arm64 system it works like a charm (Odroid N2). (Tested with 5,1,621/github, but I'm sure the 5.1.619/bdbcat version also works).

On my Pi4 (Ubuntu 20.04 / arm64) I get an error.
With the release of OpenCPN I retested the RPI4. It seems that I overlooked something before, most probably the dependency on libusb-0.1 (the udev rule was certainly present).

I thought I tested it explicitly after some comment from Dave as a reaction on a post by Bram in the beta thread. Seems I was not thorough enough.

When it works on Focal it should also work without much trouble on Bullseye.

Currently tested:
Odroid N2 / supplier Ubuntu 18.04/4.9.xx kernel, OpenCPN 5.2 bionic
Odroid N2 / Armbian (Focal)/ 5.6.x kernel, OpenCPN 5.2 bionic
RPI4 / Ubuntu Focal 20.04 (Canonical), OpenCPN 5.2 focal / github oesenc_pi-4.2.14.

With the bionic version I used the oesenc plugin from the PluginManager. (Armbian probably works with the bionic version due to an older libwxgtk version).
hreuver is offline   Reply With Quote
Old 25-03-2021, 03:28   #117
Registered User

Join Date: Mar 2021
Posts: 6
Re: USB key dongle for oeSENC

I have been in contact with o-charts.org and their response was:

Hi Benjamin,
There is a small bug in OpenCPN that will be fixed on next versions. Please open an terminal and type this to install a required package:

sudo apt install opencpn-sglock-arm32

You are right something is not working as it should with the oeSENC plugin on Raspberry. I have been able to reproduce your issue.
I will escalate this to plugin developers and I will back to you with a solution ASAP.
Roberto
SkibladnerII is offline   Reply With Quote
Old 11-04-2021, 00:51   #118
Registered User

Join Date: Sep 2017
Location: Kiel, Germany
Boat: TRT 1200 GT
Posts: 176
Re: USB key dongle for oeSENC

@bcn: Any news on the Mac front? I tried and few weeks ago, but it didn't seem to work with the same messages described two years ago.

Paul

Paul
toolbar is offline   Reply With Quote
Old 11-04-2021, 02:58   #119
bcn
Registered User

Join Date: May 2011
Location: underway whenever possible
Boat: Rangeboat 39
Posts: 4,734
Re: USB key dongle for oeSENC

Hi Paul,


some weeks ago we got the notice from SG "working now on it, shall be available in some weeks".


As you are from Kiel, you might just pick up the phone and give them a call, perhaps. Or visit them.. SG-Intec, Schauenburgerstr. 116, 24118 Kiel


Cheers


Hubert
bcn is offline   Reply With Quote
Old 11-04-2021, 03:15   #120
Registered User

Join Date: Jul 2010
Location: Hannover - Germany
Boat: Amel Sharki
Posts: 2,541
Re: USB key dongle for oeSENC

Quote:
Originally Posted by bcn View Post
Hi Paul,
some weeks ago we got the notice from SG "working now on it, shall be available in some weeks".
As you are from Kiel, you might just pick up the phone and give them a call, perhaps. Or visit them.. SG-Intec, Schauenburgerstr. 116, 24118 Kiel
Cheers
Hubert
Their website talks about "MAC OS X (32/64-Bit)" compatibility although macOS is not 32Bit anymore since some times ago.
https://www.sg-lock.com/de/products.php
Strange...
CarCode is offline   Reply With Quote
Reply

Tags
enc

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
New AIS Receiver - USB Dongle Form-Factor Paul Elliott Marine Electronics 15 23-12-2013 11:34
USB dongle gps compatible with opencpn on mac Dieterdong OpenCPN 0 10-04-2013 22:40
USB Dongle and Tablets noelex 77 Marine Electronics 2 02-09-2011 06:25
Powered USB Hub vs Powered USB Cables Bryan Kemler Monohull Sailboats 2 20-01-2010 15:24
USB GPS Receiver stick dongle ? bob_deb Marine Electronics 8 19-01-2009 20:16

Advertise Here


All times are GMT -7. The time now is 14:29.


Google+
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Social Knowledge Networks
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.

ShowCase vBulletin Plugins by Drive Thru Online, Inc.