Measures 1.3.0 Beta 1 (Last test hopefully.
#21
Thanks a lot, AK.

I've just tried it on my Pi 4B with 2G ram.

1. I downloaded the Raspberry Pi Imager as recommended here , I used the link for Windows.  
2. I chose Ubuntu 22.04LTS Server (64bits).  After I set the ssh and etc, then I burnt my sd card.
3. After boot up, I ssh in and updated the OS first.
4. I used the script provided at #1 
5. It took sometimes to finish setup.  And then I uninstalled those software I don't need, including smb server, NFS server/client, LMS and etc.
6. Yet Roon bridge can't be installed thru Snakeoil software menu, it needs the "Roon Bridge (armv8)"   in here, so I ran following line, then bridge is installed easily and successfully.
 
Code:
bash -c "$(wget -qLO - https://download.roonlabs.net/builds/roonbridge-installer-linuxarmv8.sh)"

During installation, I rebooted several times to complete all the installations.  So far this beta didn't cause me any trouble.

Yet it's pity that even I've enabled the RT kernel (pro enable realtime-kernel) successfully, and in SO menu can select it (and saved), all the time Pi only boots the ordinary kernel.  Being a new Pi user, I'm quite disappointed for this, towards Ubuntu.  Furthermore, it doesn't have my favorite hpet clocksource.  I'll try this again when the SO official release come, then I'll fresh-install everything.  I'll do the RT patching before installing SO.  Fingers crossed.


[Image: image.png]

It uses very few RAM in Pi 4 and latency is similar to my other x64 machines, e.g. NUC.
[Image: image.png]

[Image: image.png]

And for the sound, I hope it would be better in the official release.
Reply

#22
Using Debian GNU/Linux 12 (bookworm) non desktop version in 1.3.0 Beta.  Some strange results with Mpd. It has MPD (dsd-018) which cannot be removed.  MPD (0.21.25) and MPD (0.23.5)  are running OK, but MPD (0.22.9), my normal version crashes.  Most frustrated because I do not know where to start to fix these problems ???  Have been using all 3 Mpd versions with no problems in 1.2.13.

** Added, plus it does not reload NFS libraries on-reboot.  Have to manually load up.

Successfully manually loaded CamillaDSP !

With Ubuntu Server 22.0.04 LTS, all versions of Mpd are working as expected.  No stray install of MPD (dsd-018).  And all libraries loaded properly.  However, with implications for 1.3.1, cannot create loopback for CamillaDSP
 sudo modprobe snd-aloop
modprobe:  FATAL: Module snd-aloop not found in directory /lib/modules/5.15.0-1034-raspi
[-] The following 1 user Likes Snoopy8's post:
  • agent_kith
Reply

#23
(03-Dec-2023, 03:41 AM)uglymusic Wrote: So far, so good.

I have the RPi 5 with Beta 1 and LMS 8.4.0 on Raspberry Pi OS working. I've been playing music most of this afternoon and it seems stable.

RPis 3 and 4 have not yet benefitted from Beta 1.

But Ubuntu 23.10 64-bit Server still returns:
Quote: + Installing Snakeoil blob, please be patient... /usr/local/sbin/snakeoil-rest: 1: cannot open html: No such file
/usr/local/sbin/snakeoil-rest: 2: Syntax error: redirection unexpected
ERROR
# Install aborted with errors!

And, meanwhile, I have Ubuntu 22.04 LTS 64-bit server and Beta 1 running LMS without issue on and RPi 4 8GB.
Reply

#24
(03-Dec-2023, 09:13 PM)uglymusic Wrote:
(03-Dec-2023, 03:41 AM)uglymusic Wrote: So far, so good.

I have the RPi 5 with Beta 1 and LMS 8.4.0 on Raspberry Pi OS working. I've been playing music most of this afternoon and it seems stable.

RPis 3 and 4 have not yet benefitted from Beta 1.

But Ubuntu 23.10 64-bit Server still returns:
Quote: + Installing Snakeoil blob, please be patient... /usr/local/sbin/snakeoil-rest: 1: cannot open html: No such file
/usr/local/sbin/snakeoil-rest: 2: Syntax error: redirection unexpected
ERROR
# Install aborted with errors!

And, meanwhile, I have Ubuntu 22.04 LTS 64-bit server and Beta 1 running LMS without issue on and RPi 4 8GB.

I'd like to suggest that using the LTS to build SO to keep many trouble away, eg unsupported installation from SO, and security update from Ubuntu.
[-] The following 1 user Likes hkphantomgtr's post:
  • agent_kith
Reply

#25
Tried Ubuntu Server Server 23.10 64 bit.  Got the following error during script run:


No VM guests are running outdated hypervisor (qemu) binaries on this host.
      - Status: Installing... OK
  + Creating media folders... OK
  + Download LMS... OK
  + Download Snakeoil RestAPI server... OK
  + Download Snakeoil Blob... OK
  + Install Snakeoil RestAPI server... OK
  + Installing Snakeoil blob, please be patient... /usr/local/sbin/snakeoil-rest: 1: cannot open html: No such file
/usr/local/sbin/snakeoil-rest: 2: Syntax error: redirection unexpected
ERROR
# Install aborted with errors!
Reply

#26
(04-Dec-2023, 08:13 AM)hkphantomgtr Wrote:
(03-Dec-2023, 09:13 PM)uglymusic Wrote:
(03-Dec-2023, 03:41 AM)uglymusic Wrote: So far, so good.

I have the RPi 5 with Beta 1 and LMS 8.4.0 on Raspberry Pi OS working. I've been playing music most of this afternoon and it seems stable.

RPis 3 and 4 have not yet benefitted from Beta 1.

But Ubuntu 23.10 64-bit Server still returns:
Quote: + Installing Snakeoil blob, please be patient... /usr/local/sbin/snakeoil-rest: 1: cannot open html: No such file
/usr/local/sbin/snakeoil-rest: 2: Syntax error: redirection unexpected
ERROR
# Install aborted with errors!

And, meanwhile, I have Ubuntu 22.04 LTS 64-bit server and Beta 1 running LMS without issue on and RPi 4 8GB.

I'd like to suggest that using the LTS to build SO to keep many trouble away, eg unsupported installation from SO, and security update from Ubuntu.

LTS has not been updated to work with the RPi 5.
[-] The following 1 user Likes uglymusic's post:
  • hkphantomgtr
Reply

#27
(03-Dec-2023, 02:33 PM)hkphantomgtr Wrote: [font]Thanks a lot, AK.

I've just tried it on my Pi 4B with 2G ram.

1. I downloaded the Raspberry Pi Imager as recommended here , I used the link for Windows.  
2. I chose Ubuntu 22.04LTS Server (64bits).  After I set the ssh and etc, then I burnt my sd card.
3. After boot up, I ssh in and updated the OS first.
4. I used the script provided at #1 
5. It took sometimes to finish setup.  And then I uninstalled those software I don't need, including smb server, NFS server/client, LMS and etc.
6. Yet Roon bridge can't be installed thru Snakeoil software menu, it needs the "Roon Bridge (armv8)"   in here, so I ran following line, then bridge is installed easily and successfully.[/font]
 
Code:
bash -c "$(wget -qLO - https://download.roonlabs.net/builds/roonbridge-installer-linuxarmv8.sh)"

[font]During installation, I rebooted several times to complete all the installations.  So far this beta didn't cause me any trouble.

Yet it's pity that even I've enabled the RT kernel (pro enable realtime-kernel) successfully, and in SO menu can select it (and saved), all the time Pi only boots the ordinary kernel.  Being a new Pi user, I'm quite disappointed for this, towards Ubuntu.  Furthermore, it doesn't have my favorite hpet clocksource.  I'll try this again when the SO official release come, then I'll fresh-install everything.  I'll do the RT patching before installing SO.  Fingers crossed.


[Image: image.png]

It uses very few RAM in Pi 4 and latency is similar to my other x64 machines, e.g. NUC.
[Image: image.png]

[Image: image.png]

And for the sound, I hope it would be better in the official release.[/font]


[font]RT kernel (pro enable realtime-kernel) successfully ????[/font]


You can install it completely??? no error??? Although it displays​​​​​​​ rt 1051   grub? is ok???

roonbridge Driver error 
I've been reflecting on it for a long time
https://www.snakeoil-os.net/forums/Threa...idge-error
Reply

#28
(04-Dec-2023, 08:24 PM)wxrbbs Wrote:
(03-Dec-2023, 02:33 PM)hkphantomgtr Wrote: Thanks a lot, AK.

I've just tried it on my Pi 4B with 2G ram.

1. I downloaded the Raspberry Pi Imager as recommended here , I used the link for Windows.  
2. I chose Ubuntu 22.04LTS Server (64bits).  After I set the ssh and etc, then I burnt my sd card.
3. After boot up, I ssh in and updated the OS first.
4. I used the script provided at #1 
5. It took sometimes to finish setup.  And then I uninstalled those software I don't need, including smb server, NFS server/client, LMS and etc.
6. Yet Roon bridge can't be installed thru Snakeoil software menu, it needs the "Roon Bridge (armv8)"   in here, so I ran following line, then bridge is installed easily and successfully.
 
Code:
bash -c "$(wget -qLO - https://download.roonlabs.net/builds/roonbridge-installer-linuxarmv8.sh)"

During installation, I rebooted several times to complete all the installations.  So far this beta didn't cause me any trouble.

Yet it's pity that even I've enabled the RT kernel (pro enable realtime-kernel) successfully, and in SO menu can select it (and saved), all the time Pi only boots the ordinary kernel.  Being a new Pi user, I'm quite disappointed for this, towards Ubuntu.  Furthermore, it doesn't have my favorite hpet clocksource.  I'll try this again when the SO official release come, then I'll fresh-install everything.  I'll do the RT patching before installing SO.  Fingers crossed.


[Image: image.png]

It uses very few RAM in Pi 4 and latency is similar to my other x64 machines, e.g. NUC.
[Image: image.png]

[Image: image.png]

And for the sound, I hope it would be better in the official release.


RT kernel (pro enable realtime-kernel) successfully ????


You can install it completely??? no error??? Although it displays rt 1051   grub? is ok???

roonbridge Driver error 
I've been reflecting on it for a long time
https://www.snakeoil-os.net/forums/Threa...idge-error

RT kernel?  Yes.  Initially there is an error that saying a folder doesn't exist, then after I manually mkdir it, "pro enable realtime-kernel" works.  Yet it was not loaded in next reboot.  Then I can install lowlatency kernel, yet got no luck in loading.  Ubuntu will automatically choose the ordinary one.

And for the Roon bridge installation, I also encounter problem if I install it thru the SO webui menu.  Then I found the script in official support website and it works.  Maybe you can try.
Reply

#29
(04-Dec-2023, 10:45 PM)hkphantomgtr Wrote:
(04-Dec-2023, 08:24 PM)wxrbbs Wrote:
(03-Dec-2023, 02:33 PM)hkphantomgtr Wrote: Thanks a lot, AK.

I've just tried it on my Pi 4B with 2G ram.

1. I downloaded the Raspberry Pi Imager as recommended here , I used the link for Windows.  
2. I chose Ubuntu 22.04LTS Server (64bits).  After I set the ssh and etc, then I burnt my sd card.
3. After boot up, I ssh in and updated the OS first.
4. I used the script provided at #1 
5. It took sometimes to finish setup.  And then I uninstalled those software I don't need, including smb server, NFS server/client, LMS and etc.
6. Yet Roon bridge can't be installed thru Snakeoil software menu, it needs the "Roon Bridge (armv8)"   in here, so I ran following line, then bridge is installed easily and successfully.
 
Code:
bash -c "$(wget -qLO - https://download.roonlabs.net/builds/roonbridge-installer-linuxarmv8.sh)"

During installation, I rebooted several times to complete all the installations.  So far this beta didn't cause me any trouble.

Yet it's pity that even I've enabled the RT kernel (pro enable realtime-kernel) successfully, and in SO menu can select it (and saved), all the time Pi only boots the ordinary kernel.  Being a new Pi user, I'm quite disappointed for this, towards Ubuntu.  Furthermore, it doesn't have my favorite hpet clocksource.  I'll try this again when the SO official release come, then I'll fresh-install everything.  I'll do the RT patching before installing SO.  Fingers crossed.


[Image: image.png]

It uses very few RAM in Pi 4 and latency is similar to my other x64 machines, e.g. NUC.
[Image: image.png]

[Image: image.png]

And for the sound, I hope it would be better in the official release.


RT kernel (pro enable realtime-kernel) successfully ????


You can install it completely??? no error??? Although it displays rt 1051   grub? is ok???

roonbridge Driver error 
I've been reflecting on it for a long time
https://www.snakeoil-os.net/forums/Threa...idge-error

RT kernel?  Yes.  Initially there is an error that saying a folder doesn't exist, then after I manually mkdir it, "pro enable realtime-kernel" works.  Yet it was not loaded in next reboot.  Then I can install lowlatency kernel, yet got no luck in loading.  Ubuntu will automatically choose the ordinary one.

And for the Roon bridge installation, I also encounter problem if I install it thru the SO webui menu.  Then I found the script in official support website and it works.  Maybe you can try.

RT kernel can be installed   but not work
roonbridge Must be manually operated 
I'm running very well

Quote:wxrbbs Wrote:Switch Kernel and reboot 
Always the latest version

Still unable to work
This is a known issue. Will only be fixed in the later versions of Snakeoil. For now just stick to the manual way of updating the kernel from boot.txt

Thanks for raising these issues. Please report more.

Have filed these two issues in gitlab.
https://git.snakeoil-os.net/snakeoil/ope...issues/134
https://git.snakeoil-os.net/snakeoil/ope...issues/135

Waiting for repair  thx AK
Reply

#30
Tested X86 install script with Ubuntu Server 22.04 LTS on Intel NUC, ran with no problems. 

But with 23.10, same error as PI

No VM guests are running outdated hypervisor (qemu) binaries on this host.
      - Status: Installing... OK
  + Creating media folders... OK
  + Download LMS... OK
  + Download Snakeoil RestAPI server... OK
  + Download Snakeoil Blob... OK
  + Install Snakeoil RestAPI server... OK
  + Installing Snakeoil blob, please be patient... /usr/local/sbin/snakeoil-rest: 1: cannot open html: No such file
/usr/local/sbin/snakeoil-rest: 2: Syntax error: redirection unexpected
ERROR
# Install aborted with errors!
Reply



Bookmarks

Possibly Related Threads…
Thread Author Replies Views Last Post
  1.4.0 Beta 3 agent_kith 12 144 29-Dec-2024, 11:36 AM
Last Post: agent_kith
  1.4.0 Beta 2 agent_kith 11 125 26-Dec-2024, 10:36 AM
Last Post: agent_kith
  1.4.0 Beta 1 agent_kith 12 123 22-Dec-2024, 10:19 AM
Last Post: agent_kith
  Test 1.3.1 agent_kith 13 527 20-Jun-2024, 05:28 PM
Last Post: uglymusic
  Snakeoil 1.2.6 Beta 7 agent_kith 26 318 19-Aug-2022, 01:04 PM
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: 153
Work In Progress: 1.4.4
Last Post: Snoopy8
Yesterday 08:57 AM
» Replies: 3
» Views: 65
Playing music quickly after install
Last Post: Snoopy8
18-Apr-2025 04:12 PM
» Replies: 0
» Views: 22
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.