![]() |
Snakeoil Firmware - 1.2.6 (Gear Isolation U6) - Printable Version +- Snakeoil Forums (https://forums.snakeoil-os.net) +-- Forum: Off Topic (https://forums.snakeoil-os.net/Forum-Off-Topic) +--- Forum: Archived Threads (https://forums.snakeoil-os.net/Forum-Archived-Threads) +---- Forum: Snakeoil Firmwares (https://forums.snakeoil-os.net/Forum-Snakeoil-Firmwares) +---- Thread: Snakeoil Firmware - 1.2.6 (Gear Isolation U6) (/Thread-Snakeoil-Firmware-1-2-6-Gear-Isolation-U6) |
Snakeoil Firmware - 1.2.6 (Gear Isolation U6) - agent_kith - 18-Aug-2022 Introduction This is a major bug fix release. With 101 commits, 1852 additions and 1011 deletions. Some highlights:
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
![]() (SHA1: b0aba0f900131c74046889508f1abbc82440dcc4) ![]() (SHA1: a219e1b37cec4fe7a994416809f1ff2503093b14) RE: Snakeoil Firmware - 1.2.6 (Gear Isolation U6) - Snoopy8 - 18-Aug-2022 Thank you for the update and well done. A few minor things slipped through the cracks:
RE: Snakeoil Firmware - 1.2.6 (Gear Isolation U6) - agent_kith - 19-Aug-2022 (18-Aug-2022, 08:25 PM)Snoopy8 Wrote: Thank you for the update and well done. A few minor things slipped through the cracks: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: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:Will also look at this and fix this in 1.2.6.1 thanks ![]() RE: Snakeoil Firmware - 1.2.6 (Gear Isolation U6) - Bromf - 20-Aug-2022 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. RE: Snakeoil Firmware - 1.2.6 (Gear Isolation U6) - agent_kith - 20-Aug-2022 (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 ![]() RE: Snakeoil Firmware - 1.2.6 (Gear Isolation U6) - seafoodlover - 21-Aug-2022 (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. 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 RE: Snakeoil Firmware - 1.2.6 (Gear Isolation U6) - agent_kith - 21-Aug-2022 @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 RE: Snakeoil Firmware - 1.2.6 (Gear Isolation U6) - hkphantomgtr - 21-Aug-2022 (18-Aug-2022, 07:18 PM)agent_kith Wrote: Introduction 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. RE: Snakeoil Firmware - 1.2.6 (Gear Isolation U6) - seafoodlover - 21-Aug-2022 (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.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:~$ RE: Snakeoil Firmware - 1.2.6 (Gear Isolation U6) - agent_kith - 22-Aug-2022 (21-Aug-2022, 07:33 PM)seafoodlover Wrote: got an errorMy bad, try this Code: sudo apt install libid3tag0 Have amended post to add the extra 0. |