Preview: Measurements 1.3.0
#1
Installation is now simplified into a single command:

Works on x86_64 (focal, jammy, lunar)
Works on aarch64 (Pi Debian bookworm and ubuntu jammy). Should work with Ubuntu lunar too
 
Code:
bash -c "$(wget -qLO - https://artifacts.snakeoil-os.net/artifacts/snakeoil-installer.sh)"

I'm going to leave it here and officially publish this later today or early tomorrow. Then work on updating the wiki. Then will start work on GUI for camilla DSP.

Any last minutes problems, please leave a note.
Snakeoil Operating System - Music, your way!
[-] The following 3 users Like agent_kith's post:
  • uglymusic, hkphantomgtr, Snoopy8
Reply

#2
(23-Dec-2023, 10:11 AM)agent_kith Wrote: Works on aarch64 (Pi Debian bookworm and ubuntu jammy). Should work with Ubuntu lunar too

Found aarch64 Ubuntu lunar 23.04 image here as an iso file and had to use Rufus / balenaEtscher to write to sd card.
https://cdimage.ubuntu.com/releases/lunar/release/
Boot failed.

It will be better if we use Ubuntu mantic 23.10, which is available on Raspberry Pi Imager, Ubuntu website and ready for Pi5 ? I tried SO install script on 23.10 and it said OS not supported. Version: mantic Arch: aarch64. Probably too late to change before release tomorrow?
[-] The following 1 user Likes Snoopy8's post:
  • agent_kith
Reply

#3
(23-Dec-2023, 12:47 PM)Snoopy8 Wrote: Found aarch64 Ubuntu lunar 23.04 image here as an iso file and had to use Rufus / balenaEtscher to write to sd card.
https://cdimage.ubuntu.com/releases/lunar/release/
Boot failed.
ISO file is probably meant for Single Board Computers (SBC) with aarm64 (arm v8) CPUs. The ISO image will need BIOS/EFI (i.e. boot up like a computer, but using an arm CPU instead of Intel/AMD CPU).

Scroll down the page and you will get a Raspi image with an extension of img.

(23-Dec-2023, 12:47 PM)Snoopy8 Wrote: It will be better if we use Ubuntu mantic 23.10, which is available on Raspberry Pi Imager, Ubuntu website and ready for Pi5 ? I tried SO install script on 23.10 and it said OS not supported. Version: mantic Arch: aarch64. Probably too late to change before release tomorrow?
Can you try again and see if it works now? Snakeoil is a static build so should be more compliant across platforms (with one exception, a library called glibc)... If Snakeoil crashes often then I'll remove support for mantic for now.
Snakeoil Operating System - Music, your way!
[-] The following 1 user Likes agent_kith's post:
  • Snoopy8
Reply

#4
(23-Dec-2023, 01:06 PM)agent_kith Wrote: ISO file is probably meant for Single Board Computers (SBC) with aarm64 (arm v8) CPUs. The ISO image will need BIOS/EFI (i.e. boot up like a computer, but using an arm CPU instead of Intel/AMD CPU).

Scroll down the page and you will get a Raspi image with an extension of img.
OOOPS! Blush  
I found the image, but did not try it. Had only time to try 23.10, see below.
 
(23-Dec-2023, 01:06 PM)agent_kith Wrote: Can you try again and see if it works now? Snakeoil is a static build so should be more compliant across platforms (with one exception, a library called glibc)... If Snakeoil crashes often then I'll remove support for mantic for now.
Install worked, took much, much longer than Bookworm, SO is running, mpd playing music  but can only a full test tomorrow (am going out soon!).  All go for mantic !  Well done AK. Clap
Reply

#5
Comments for Mantic, Ubuntu Raspi 64 23.10

Mantic running mpd 0.22.9, 0.23.5 with no problems.  SO restored old settings with no issues.  NFS library reloads properly, unlike Bookworm which requires manual reload.  Also no problems with mpd player remembering audio output unlike Bookworm which sometimes forgets.

Mantic issues:
  • LMS cannot start with log showing: Start Player: cd /var/www;/var/www/players/lms/start /var/www/players/lms 2>&1;
  • CPUsets not working, no etc/deafult/grub file. Tried adding grub file, but no grub update??
  • Cannot compile RT kernel "out of the box" unlike Bookworm
  • Still have problem installing CamillaDSP.  FATAL: Module snd-aloop not found in directory /lib/modules/6.5.0-1008-raspi.  Was hoping newer kernel would fix problem...

@hkphantomgtr I did another listening comparison between Ubuntu 23.10 (mantic) and Raspberry Bookworm using mpd 0.23.5.  Ubuntu does sound a little better but the difference was not as much as you reported with Roon End point.
Reply

#6
(24-Dec-2023, 07:34 AM)Snoopy8 Wrote: [*]Still have problem installing CamillaDSP.  FATAL: Module snd-aloop not found in directory /lib/modules/6.5.0-1008-raspi.  Was hoping newer kernel would fix problem...
Same kernel version as in Bookworm? I wonder, maybe Linux kernel developers have removed snd-aloop from the source code?
Snakeoil Operating System - Music, your way!
Reply

#7
(24-Dec-2023, 07:58 AM)agent_kith Wrote:
(24-Dec-2023, 07:34 AM)Snoopy8 Wrote:
  • Still have problem installing CamillaDSP.  FATAL: Module snd-aloop not found in directory /lib/modules/6.5.0-1008-raspi.  Was hoping newer kernel would fix problem...
Same kernel version as in Bookworm? I wonder, maybe Linux kernel developers have removed snd-aloop from the source code?
Bookworm is using 6.1 kernel sourced from Raspberry repository.  Mantic is using 6.5 kernel sourced from Ubuntu repository.  I suspect Ubuntu removed snd-aloop ?
Reply

#8
Confirming preview script works for Pi Bookworm 64 Lite, with no issues.  Minor point: please default mympd to not installed; it creates Smart playlists that LMS can see and it takes time to manually delete them.
Reply

#9
(24-Dec-2023, 09:35 AM)Snoopy8 Wrote: Confirming preview script works for Pi Bookworm 64 Lite, with no issues.  Minor point: please default mympd to not installed; it creates Smart playlists that LMS can see and it takes time to manually delete them.
Will find ways to do that in a later build. To be honest I hate smart playlists.. Don't like them myself..
Snakeoil Operating System - Music, your way!
[-] The following 1 user Likes agent_kith's post:
  • Snoopy8
Reply

#10
(24-Dec-2023, 07:34 AM)Snoopy8 Wrote: Comments for Mantic, Ubuntu Raspi 64 23.10

Mantic running mpd 0.22.9, 0.23.5 with no problems.  SO restored old settings with no issues.  NFS library reloads properly, unlike Bookworm which requires manual reload.  Also no problems with mpd player remembering audio output unlike Bookworm which sometimes forgets.

Mantic issues:
  • LMS cannot start with log showing: Start Player: cd /var/www;/var/www/players/lms/start /var/www/players/lms 2>&1;
  • CPUsets not working, no etc/deafult/grub file. Tried adding grub file, but no grub update??
  • Cannot compile RT kernel "out of the box" unlike Bookworm
  • Still have problem installing CamillaDSP.  FATAL: Module snd-aloop not found in directory /lib/modules/6.5.0-1008-raspi.  Was hoping newer kernel would fix problem...

@hkphantomgtr I did another listening comparison between Ubuntu 23.10 (mantic) and Raspberry Bookworm using mpd 0.23.5.  Ubuntu does sound a little better but the difference was not as much as you reported with Roon End point.

I use Ubuntu 22.04 Server to compare with Raspberry Bookworm, not Ubuntu 23.10.  Maybe you can try.
Reply



Bookmarks

Possibly Related Threads…
Thread Author Replies Views Last Post
  Measurements 1.3.x - platform discussion Snoopy8 8 102 23-Dec-2023, 07:39 AM
Last Post: agent_kith



Users browsing this thread:
1 Guest(s)

[-]
Our Sponsors

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

Username/Email:


Password:





[-]
Latest Threads
new install issues
Last Post: Snoopy8
Yesterday 01:08 PM
» Replies: 7
» Views: 155
Work In Progress: 1.4.4
Last Post: Snoopy8
Yesterday 08:57 AM
» Replies: 3
» Views: 66
Playing music quickly after install
Last Post: Snoopy8
18-Apr-2025 04:12 PM
» Replies: 0
» Views: 23
Wiki update - need your help!
Last Post: Snoopy8
16-Apr-2025 01:59 PM
» Replies: 6
» Views: 139
Connecting Spotify to SnakeOil
Last Post: Snoopy8
16-Apr-2025 01:55 PM
» Replies: 10
» Views: 230
No audio devices on RPi5 with latests bu...
Last Post: hkphantomgtr
13-Apr-2025 05:29 PM
» Replies: 13
» Views: 326
Misc. sharing for building Raspberry Pi ...
Last Post: hkphantomgtr
13-Apr-2025 12:47 PM
» Replies: 2
» Views: 101
Snakeoil 1.4.3 (High End U3)
Last Post: hkphantomgtr
10-Apr-2025 10:57 PM
» Replies: 11
» Views: 754
[split] Snakeoil 1.4.3 (High End U3)
Last Post: agent_kith
09-Apr-2025 03:45 PM
» Replies: 1
» Views: 68
SQ difference - Raspberry Pi vs x86_64?
Last Post: agent_kith
09-Apr-2025 03:41 PM
» Replies: 15
» Views: 1051

[-]
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-2025. Theme © Melroy van den Berg.