Snakeoil 1.3.0 Alpha 1 (aarm64)
|
Posts: 2,951
Threads: 192
Joined: Feb 2016
Reputation:
639
Location: Perth, WA
21-Oct-2023, 11:10 AM
(This post was last modified: 23-Dec-2023, 08:54 AM by agent_kith.)
OK folks, this is the first test for Snakeoil 1.3.0. Currently only working for aarch64 (i.e. arm 64 bit). Built with Ubuntu for Raspberry Pi.
To use this, download Ubuntu arm 64 bit, write that contents to a micro-sd card.
SSH to the Raspberry Pi, and then run the following:
Code: bash -c "$(wget -qLO - https://artifacts.snakeoil-os.net/artifacts/testing/snakeoil-installer-aarch64-1.3.0-alpha-1-99d6ef0.sh)"
Answer any questions when prompted.
Reboot, and viola!
I hope this installation makes it better for folks? And time will tell if we will get another DDOS again, will cross that bridge when we come to it.
x86_64 and armv7l builds coming up in the next few days/weeks. Until then let me know how this sounds.
Snakeoil Operating System - Music, your way!
2
Posts: 752
Threads: 41
Joined: Mar 2019
Reputation:
200
Location: Melbourne, Australia
Just to fill in my own failing memory and will help others like me, not familiar with Pi, the steps are
- Use Raspberry Pi imager https://www.raspberrypi.com/software/
and select Ubuntu Server 22.04.3 LTS (64 bit) as OS, write to SD card
Make sure you pick Server version.
- Insert SD card into Pi, boot, find IP address if required
- Start up Putty, ssh to Pi, login ubuntu password ubuntu (will be asked to change) and run script
Not sure whether I needed to use Sudo to start Bash script, but I did! Script took a long time to run, maybe 20+ mins and appeared to run through a few cycles of updating Ubuntu before starting SO install.
Script is a success! Can get into SO instance via browser. Wanted to report this quickly before I get into activation, set up system properly etc and then listen. Minor issue to be addressed: not sure of password of Ubuntu user, had to go to SO webpage to change it.
Using Mercury V2 streamer with CM4 module.
Posts: 752
Threads: 41
Joined: Mar 2019
Reputation:
200
Location: Melbourne, Australia
System now running, did quick check that Mpd 0.21.25, 0.22.9, 0.23.5, LMS with Squeezelite 2.0 are working. Mympd is running, but do not use. However, there are issues, as expected: - Cannot install upmpdcli
- No Minimserver
- All the players mentioned so far are what I use, have not tried any of the others.
- 2 kernels installed 5.15.0-1041-raspi and -1035-raspi, which probably accounted for the long install ? Why these 2 kernels, and not standard kernel, which likely solve the next point.
- Tried installing CamillaDSP, but it said Module Snd-Aloop not found; it is missing in above kernels. Installed CamillaDSP successfully from scratch with recently rebuilt NUC on 22.04.1 with standard kernel
It sounds OK, but not possible to compare to NUC because it is missing CamillaDSP, my CPUSets and real time kernel.
Posts: 4
Threads: 0
Joined: Sep 2023
Reputation:
3
Location: china
+ Install Snakeoil RestAPI server... OK
+ Installing Snakeoil blob, please be patient... bunzip2: /var/cache/lighttpd/uploads/firmware: file ends unexpectedly
You can use the `bzip2recover' program to attempt to recover
data from undamaged sections of corrupted files.
ERROR
_setSchema(6)
Starting Snakeoil OS RESTful Server 1.3.0.1 (Measurements U0 ALPHA) [ALPHA]
Recovery firmware found. Please wait...
Invalid firmware. Ignoring recovery.
# Install aborted with errors!
root@ubuntu:/home/ubuntu#
Posts: 2
Threads: 0
Joined: Jan 2021
Reputation:
1
I installed the SO 1.3 (Ubuntu 22.04.03 LTS server) on the Allo Usbridge Signature (Raspberry CM3+) with dac Chord Qutest (connecting by USB). Playing with MPD+upmpdcli I hear music for a moment and then only a lot of noises and pops. With LMS+squeezelite+upmpdcli is the sam problem.
Posts: 752
Threads: 41
Joined: Mar 2019
Reputation:
200
Location: Melbourne, Australia
Thank you @ sy_boy and @ Anzelm for helping out with the Alpha testing, and welcome to the forum. Please provide as much information as possible when posting in this thread, including your Pi hardware, any hats and the Ubuntu software that you are using. With more people helping with the Alpha, we can get to Beta and a proper release quicker.
So far, I am encouraged by the results. It has made the install much easier to do and will hopefully encourage more people to try SnakeOil.
Posts: 2,951
Threads: 192
Joined: Feb 2016
Reputation:
639
Location: Perth, WA
(22-Oct-2023, 11:36 PM)sy_boy Wrote: + Install Snakeoil RestAPI server... OK
+ Installing Snakeoil blob, please be patient... bunzip2: /var/cache/lighttpd/uploads/firmware: file ends unexpectedly
You can use the `bzip2recover' program to attempt to recover
data from undamaged sections of corrupted files. I forgot about bad Internet connection. You might need to delete some files and re-run the installer. Can you try and run this and try again?
Code: sudo rm /media/snakeoil_cache/* -rf
Snakeoil Operating System - Music, your way!
Posts: 2,951
Threads: 192
Joined: Feb 2016
Reputation:
639
Location: Perth, WA
(23-Oct-2023, 03:15 AM)Anzelm Wrote: I installed the SO 1.3 (Ubuntu 22.04.03 LTS server) on the Allo Usbridge Signature (Raspberry CM3+) with dac Chord Qutest (connecting by USB). Playing with MPD+upmpdcli I hear music for a moment and then only a lot of noises and pops. With LMS+squeezelite+upmpdcli is the sam problem. That's a bit of a problem. Can you play some music for about 10 seconds, then generate a diagnostic file and send it to me?
Then, do a sudo apt update; sudo apt upgrade and see if there's a newer Pi kernel...
If yes, reboot and see if it's any change.
This might be a bit of a bummer as this is probably OS specific.  But will see what clues the diagnostic file can offer.
Snakeoil Operating System - Music, your way!
Posts: 752
Threads: 41
Joined: Mar 2019
Reputation:
200
Location: Melbourne, Australia
(23-Oct-2023, 09:10 AM)agent_kith Wrote: This might be a bit of a bummer as this is probably OS specific. But will see what clues the diagnostic file can offer. No clicks, issues with Mpd, LMS with Squeezelite 2, so unlikely to be OS specific..
Posts: 4
Threads: 0
Joined: Sep 2023
Reputation:
3
Location: china
23-Oct-2023, 12:27 PM
(This post was last modified: 23-Oct-2023, 12:46 PM by sy_boy.)
(23-Oct-2023, 05:11 AM)Snoopy8 Wrote: Thank you @sy_boy and @Anzelm for helping out with the Alpha testing, and welcome to the forum. Please provide as much information as possible when posting in this thread, including your Pi hardware, any hats and the Ubuntu software that you are using. With more people helping with the Alpha, we can get to Beta and a proper release quicker.
So far, I am encouraged by the results. It has made the install much easier to do and will hopefully encourage more people to try SnakeOil.
ok,I will try again. my hardware is Pi4,1G
[font]Reinstalled and it has started successfully, trying other features now, it's great![/font]
|
Users browsing this thread: |
1 Guest(s)
|
|
Welcome
|
You have to register before you can post on our site.
|
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.
|
|
|