nitram wrote: 
> NAME=“Ubuntu”
> VERSION=“12.04.5 LTS, Precise Pangolin”
> ID=ubuntu
> ID_LIKE=debian
> PRETTY_NAME=“Ubuntu precise (12.04.5 LTS)”
> VERSION_ID=“12.04”
> 
> Edit: This page has some linux images for the Allo Sparky. Seems that
> the most recent is Ubuntu 15.04 (I have the Piano Dac 2.1):
> 
> https://github.com/sparkysbc/sparky_linux_images
> 
> 

Why not give it a try, but make sure you first have a working backup, or
use a spare sd card.

I have a couple of suggestions (please remember that I know nothing much
:p) 

To find your installed ssl, run


Code:
--------------------
    openssl version
  
--------------------


This is my rpi3b


Code:
--------------------
    pi@raspberrypi:~ $ openssl version
  OpenSSL 1.1.0j  20 Nov 2018
  pi@raspberrypi:~ $
  
--------------------


and this is from LMS on the same pi 

> Perl Version: 5.24.1 - arm-linux-gnueabihf-thread-multi-64int
>                       Audio::Scan: 1.02
>                       IO::Socket::SSL: 2.044
>                       Database Version: DBD::SQLite 1.58 (sqlite 3.22.0)
> 
> 


Have you ever run 


Code:
--------------------
    sudo apt-get  -y install libio-socket-ssl-perl
--------------------


on the Sparky? this is needed for LMS 

Again you can check with 


Code:
--------------------
    pi@raspberrypi:~ $ sudo apt-get -y install libio-socket-ssl-perl
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  libio-socket-ssl-perl is already the newest version (2.044-1).
  libio-socket-ssl-perl set to manually installed.
  0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  pi@raspberrypi:~ $
  
--------------------


ronnie


------------------------------------------------------------------------
Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627
View this thread: http://forums.slimdevices.com/showthread.php?t=108189

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to