Snakeoil Forums

Full Version: Snakeoil Firmware - 1.2.1 (Gear Isolation U1)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Introduction
Just a quick update to resolve some problems. My focus from now will be  to try and finish the GUI. There's still a lot to go from that front so hopefully that can be U2.


Change log And Issues
Downloads[attachment=415]
(SHA1: 5db41c156b474caa850fcedcd908a23df3fafff0)[attachment=416]
(SHA1: 9c676cd32784eb9023bf90c97807fefb0779d465)
Hello,

managed to install Snakeoil. Really excited to get it in action. Uploaded the update to the server-pc...but how do start the update programme?

Thank you for an answer

Heinrich
(03-Feb-2022, 05:09 AM)heinrich_von_kleist Wrote: [ -> ]Hello,

managed to install Snakeoil. Really excited to get it in action. Uploaded the update to the server-pc...but how do start the update programme?

Thank you for an answer

Heinrich
Hi Heinrich,
Welcome to the Snakeoil community Big Grin.

Updating to point releases (e.g. U1, U2, etc) is via the web browser. You can go to the forum index of this sub-forum, there is a video at the top demonstrating how this is done. Alternatively, there's a text wiki here.
(03-Feb-2022, 05:34 AM)agent_kith Wrote: [ -> ]
(03-Feb-2022, 05:09 AM)heinrich_von_kleist Wrote: [ -> ]Hello,

managed to install Snakeoil. Really excited to get it in action. Uploaded the update to the server-pc...but how do start the update programme?

Thank you for an answer

Heinrich
Hi Heinrich,
Welcome to the Snakeoil community Big Grin.

Updating to point releases (e.g. U1, U2, etc) is via the web browser. You can go to the forum index of this sub-forum, there is a video at the top demonstrating how this is done. Alternatively, there's a text wiki here.

This is so nice to respond to this question since i can see you made it easy enough to find that solution by myself. Thank you very much! Wanted to check out Snakeoil for quite a while now but the headless/two devices-approach is something unfamiliar...works great so to install it. Now i am going to try to make mpd working and listen to some music!

Greetings
Heinrich
Would you please kindly tell me how to stop or even remove mympd, as it keeps the CPU busy?Thanks a lot!  Big Grin
[Image: image.png]​​​​​​​
0.7% is hardly busy.. Smile    More like almost nothing happening at all.
I would leave it and not worry.

The IRQ process  at 23.6% for 2hours and 26+ minutes is what worries me...

However, to kill myMPD use the PID at far left (whatever it is at the time..)
example as per your screenshot..
Code:
sudo kill 930
(15-Feb-2022, 01:17 PM)Bromf Wrote: [ -> ]0.7% is hardly busy.. Smile    More like almost nothing happening at all.
I would leave it and not worry.

The IRQ process  at 23.6% for 2hours and 26+ minutes is what worries me...

However, to kill myMPD use the PID at far left (whatever it is at the time..)
example as per your screenshot..
Code:
sudo kill 930

Thank you very  much, Bromf! BTW, how can I remove it permanently?Shy
(15-Feb-2022, 02:05 PM)hkphantomgtr Wrote: [ -> ]
(15-Feb-2022, 01:17 PM)Bromf Wrote: [ -> ]0.7% is hardly busy.. Smile    More like almost nothing happening at all.
I would leave it and not worry.

The IRQ process  at 23.6% for 2hours and 26+ minutes is what worries me...

However, to kill myMPD use the PID at far left (whatever it is at the time..)
example as per your screenshot..
Code:
sudo kill 930

Thank you very  much, Bromf! BTW, how can I remove it permanently?Shy

That may lead to breakage ??  and I would counsel to wait for  AK's reply.

However, Smile , if you want to try and don't mind having to do a complete reinstall..??? then..
Code:
sudo apt purge myMPD*
and that will remove everything associated with myMPD... and perhaps much of Snakeoil functionality !! Tongue Dodgy LOL
I have never tried it and so do not cry if it borks your install....just saying Wink
(15-Feb-2022, 03:52 PM)Bromf Wrote: [ -> ]
(15-Feb-2022, 02:05 PM)hkphantomgtr Wrote: [ -> ]
(15-Feb-2022, 01:17 PM)Bromf Wrote: [ -> ]0.7% is hardly busy.. Smile    More like almost nothing happening at all.
I would leave it and not worry.

The IRQ process  at 23.6% for 2hours and 26+ minutes is what worries me...

However, to kill myMPD use the PID at far left (whatever it is at the time..)
example as per your screenshot..
Code:
sudo kill 930

Thank you very  much, Bromf! BTW, how can I remove it permanently?Shy

That may lead to breakage ??  and I would counsel to wait for  AK's reply.

However, Smile , if you want to try and don't mind having to do a complete reinstall..??? then..
 
Code:
sudo apt purge myMPD*
and that will remove everything associated with myMPD... and perhaps much of Snakeoil functionality !! Tongue Dodgy LOL
I have never tried it and so do not cry if it borks your install....just saying Wink

That's a very powerful action...... let's wait for the confirmation from AK.  Big Grin
(15-Feb-2022, 04:35 PM)hkphantomgtr Wrote: [ -> ]That's a very powerful action...... let's wait for the confirmation from AK.  Big Grin
myMPD is a custom install at the moment. And the only way now is to manually kill it. Or you can modify the start scripts to disable starting myMPD (this will be replaced on every firmware update).

I do have a ticket allowing user to turn ON/OFF myMPD though. just havn't get to working on that yet.
Pages: 1 2