Snakeoil Firmware - 1.2.6 (Gear Isolation U6)
#1
Introduction
This is a major bug fix release. With 101 commits, 1852 additions and 1011 deletions.

Some highlights:
  • Updated installer so it will work on newer Ubuntu LTS, and Ubuntu Studio.
  • New GUI to copy media from removable storage (USB Keys, HDD/SSD)
  • New Logitech MediaServer that will work on newer distros
Basically a more stable version now. Thanks to @Snoopy8 ​​​​​​, @hkphantomgtr and others for beta testing. 

For firmware please check in the firmware section later. I think I ran out of time for now so will make the firmware post later today or sometime tomorrow.

Changelog Downloads
.fw   snakeoil-armv7l-1.2.6.fw (Size: 52.07 MB / Downloads: 24)
(SHA1: b0aba0f900131c74046889508f1abbc82440dcc4)
.fw   snakeoil-x86_64-1.2.6.fw (Size: 57.75 MB / Downloads: 70)
(SHA1: a219e1b37cec4fe7a994416809f1ff2503093b14)
Snakeoil Operating System - Music, your way!
[-] The following 3 users Like agent_kith's post:
  • Bromf, hkphantomgtr, Snoopy8
Reply

#2
Thank you for the update and well done.  A few minor things slipped through the cracks:
  • Dashboard showing 1.2.6 loaded successfully, but Update is not detecting correctly and saying there is a new version 1.2.6
  • Browse is missing progress screen with F12 when copy/replace Ram.  All other Browse issues in Beta have been fixed.
  • SnakeOil/Hardware : unable to delete existing process priorities (have not checked this for a while!)
Reply

#3
(18-Aug-2022, 08:25 PM)Snoopy8 Wrote: Thank you for the update and well done.  A few minor things slipped through the cracks:
  • Dashboard showing 1.2.6 loaded successfully, but Update is not detecting correctly and saying there is a new version 1.2.6
Oh shit.. That can't be tested until release.. Might have to do a 1.2.6.1 to fix that.. Hopefully can do that this weekend.

(18-Aug-2022, 08:25 PM)Snoopy8 Wrote:
  • Browse is missing progress screen with F12 when copy/replace Ram.  All other Browse issues in Beta have been fixed.
  • Yeah, have to take that out as I can't seem to hide elements based on screenwidth any more. Will just put this in the wiki notes.

    (18-Aug-2022, 08:25 PM)Snoopy8 Wrote:
  • SnakeOil/Hardware : unable to delete existing process priorities (have not checked this for a while!)
  • Will also look at this and fix this in 1.2.6.1

    thanks Smile
    Snakeoil Operating System - Music, your way!
    Reply

    #4
    Installed new firmware. Library on remote (CIFS) shows as added and good but no players start. 

    Error on several browsers is the same...connection refused (from ip address of Snakeoil:8080 for all mpd ) however can connect from Ubuntu to the server in filesystem so not a server fault.
    Webpage ?   
    Have tried clearing all caches, reloading, rebooting, several browsers, clearing and resetting CIFS ....

    OK...have now got LMS running and it is scanning the library on the CIFS NAS so it is not a network or server error.....
    Just the often encountered myMPD error that prevents loading the player.....I recall there was a workaround in prior versions to fix this...anyone got a link to that ?....I can't find the thread.
    Reply

    #5
    (20-Aug-2022, 12:31 PM)Bromf Wrote: Just the often encountered myMPD error that prevents loading the player.....I recall there was a workaround in prior versions to fix this...anyone got a link to that ?....I can't find the thread.
    myMPD errors should be fixed. However i have changed some API and I reckon the WebApp still isn't refreshed properly.

    Can you do a ALT+F5 to force a WebApp refresh and see if you still have the same problems? If yes, please generate a diagnostic file and send it to me for a look. Thanks Smile
    Snakeoil Operating System - Music, your way!
    Reply

    #6
    (20-Aug-2022, 02:28 PM)agent_kith Wrote:
    (20-Aug-2022, 12:31 PM)Bromf Wrote: Just the often encountered myMPD error that prevents loading the player.....I recall there was a workaround in prior versions to fix this...anyone got a link to that ?....I can't find the thread.
    myMPD errors should be fixed. However i have changed some API and I reckon the WebApp still isn't refreshed properly.

    Can you do a ALT+F5 to force a WebApp refresh and see if you still have the same problems? If yes, please generate a diagnostic file and send it to me for a look. Thanks Smile

    Hi kith,
    the connection error on myMPD page also happened on my PC after upgraded to 1.2.6, it happened when I updated to 1.2.2, then all other versions were fine until 1.2.6, do u need my diagnostics file?
    seafoodlover
    Reply

    #7
    @seafoodlover @hkphantomgtr Can you both SSH into the computer and run this command? Then click on the restart players button and see if that fixes it? Seems it's missing some libraries.
     
    Code:
    sudo apt install libid3tag0

    If still having problems, can you run this command and show me the output?
     
    Code:
    ldd /usr/local/bin/mympd
    Snakeoil Operating System - Music, your way!
    Reply

    #8
    (18-Aug-2022, 07:18 PM)agent_kith Wrote: Introduction
    This is a major bug fix release. With 101 commits, 1852 additions and 1011 deletions.

    Some highlights:
    • Updated installer so it will work on newer Ubuntu LTS, and Ubuntu Studio.
    • New GUI to copy media from removable storage (USB Keys, HDD/SSD)
    • New Logitech MediaServer that will work on newer distros
    Basically a more stable version now. Thanks to @Snoopy8 ​​​​​​, @hkphantomgtr and others for beta testing. 

    For firmware please check in the firmware section later. I think I ran out of time for now so will make the firmware post later today or sometime tomorrow.

    Changelog Downloads
    (SHA1: b0aba0f900131c74046889508f1abbc82440dcc4)
    (SHA1: a219e1b37cec4fe7a994416809f1ff2503093b14)

    FYI, AK, few days ago I updated NUC (still from UbuntuStudio 20.04) with 1.2.6 FW and there is no problem to me.  This noon, I reinstalled my NUC with UbuntuStudio 22.04.1 and SO 1.2.6 installer, so far it works properly.
    [-] The following 1 user Likes hkphantomgtr's post:
      • agent_kith
    Reply

    #9
    (21-Aug-2022, 05:38 PM)agent_kith Wrote: @seafoodlover @hkphantomgtr Can you both SSH into the computer and run this command? Then click on the restart players button and see if that fixes it? Seems it's missing some libraries.
     
    Code:
    sudo apt install libid3tag

    If still having problems, can you run this command and show me the output?
     
    Code:
    ldd /usr/local/bin/mympd
    got an error

    ray@musicserver:~$ sudo apt install libid3tag
    [sudo] password for ray:
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Unable to locate package libid3tag
    ray@musicserver:~$
    Reply

    #10
    (21-Aug-2022, 07:33 PM)seafoodlover Wrote: got an error
    My bad, try this
    Code:
    sudo apt install libid3tag0

    Have amended post to add the extra 0.
    Snakeoil Operating System - Music, your way!
    Reply



    Bookmarks

    Possibly Related Threads…
    Thread Author Replies Views Last Post
      Snakeoil Firmware - 1.2.13 (Gear Isolation U13) agent_kith 4 2,181 06-Sep-2023, 07:59 AM
    Last Post: agent_kith
      Snakeoil Firmware - 1.2.12 (Gear Isolation U12) agent_kith 0 658 11-Jun-2023, 04:17 PM
    Last Post: agent_kith
      Snakeoil Firmware - 1.2.11 (Gear Isolation U11) agent_kith 39 6,112 29-May-2023, 11:10 PM
    Last Post: pikachullk
      Snakeoil Firmware - 1.2.10 (Gear Isolation U10) agent_kith 18 3,384 14-Feb-2023, 01:55 AM
    Last Post: uglymusic
      Snakeoil Firmware - 1.2.9 (Gear Isolation U9) agent_kith 2 905 31-Dec-2022, 06:19 PM
    Last Post: ea59



    Users browsing this thread:
    2 Guest(s)

    [-]
    Our Sponsors

    [-]
    Welcome
    You have to register before you can post on our site.

    Username/Email:


    Password:





    [-]
    Latest Threads
    ZimaBoard 2x NIC, 2x SATA, 2x USB, 1x PC...
    Last Post: agent_kith
    26-Mar-2024 12:04 PM
    » Replies: 13
    » Views: 626
    LMS Upgrade ?
    Last Post: uglymusic
    15-Mar-2024 09:14 PM
    » Replies: 7
    » Views: 149
    Squeezebox shutdown
    Last Post: TripleX
    13-Mar-2024 07:34 AM
    » Replies: 4
    » Views: 71
    MP3 Not Playing
    Last Post: Coacharnold
    10-Mar-2024 10:25 AM
    » Replies: 3
    » Views: 52
    Fail to install myMPD
    Last Post: hkphantomgtr
    03-Mar-2024 08:45 PM
    » Replies: 9
    » Views: 195
    Intel HFI Driver Can "Save Tons Of CPU C...
    Last Post: hkphantomgtr
    28-Feb-2024 09:15 PM
    » Replies: 0
    » Views: 41
    Announcing Snakeoil Measurements 1.3.0
    Last Post: agent_kith
    26-Feb-2024 10:02 PM
    » Replies: 94
    » Views: 4151
    More Problems with Squeezelite in 1.3
    Last Post: Coacharnold
    17-Feb-2024 09:47 PM
    » Replies: 2
    » Views: 69
    Snakeoil Music server & Snakeoil its own...
    Last Post: Snoopy8
    17-Feb-2024 11:20 AM
    » Replies: 8
    » Views: 366
    RoonBridge (64 bit only)
    Last Post: scrarfussi
    15-Feb-2024 08:26 PM
    » Replies: 3
    » Views: 4126

    [-]
    SnakeoilOS Mission Statement

    Our mission is to create a free to use computer OS that is easy to install, intuitive to operate and play music that will connect and engage with you emotionally.

    SnakeoilOS gives you the freedom to spend more time on listening, enjoying and exploring music. Wasting time on computers is now a thing of the past! Everything is constantly evolving/improving. Please check back often for updates.

    If you like this project, do show your support with a small token donation. All donations collected will be used to run this website, and for purchasing new equipment for the project.


    Powered By MyBB, © 2002-2024. Theme © Melroy van den Berg.