![]() |
Snakeoil 1.3.0 Alpha 1 (aarm64) - Printable Version +- Snakeoil Forums (https://forums.snakeoil-os.net) +-- Forum: Snakeoil Testers (https://forums.snakeoil-os.net/Forum-Snakeoil-Testers) +--- Forum: Test Builds (https://forums.snakeoil-os.net/Forum-Test-Builds) +--- Thread: Snakeoil 1.3.0 Alpha 1 (aarm64) (/Thread-Snakeoil-1-3-0-Alpha-1-aarm64) |
RE: Snakeoil 1.3.0 Alpha 1 (aarm64) - Luke 38 - 27-Oct-2023 Hello @agent_kith and others SO fans, I installed SO 1.3 (Ubuntu 22.04.03 LTS server) on the rPi4/2GB+ Allo DigiOne Signature . Installation was in progress almost 90min but at the end it was successfull. Can access SO via web browser. Activation was successfull too. Here are problems : 1. Can't install upmpdcli .This is what I get: Hit:1 http://ports.ubuntu.com/ubuntu-ports jammy InRelease Hit:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease Hit:4 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease Hit:5 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease Ign:3 https://www.lesbonscomptes.com/upmpdcli/downloads/raspbian jammy InRelease Err:6 https://www.lesbonscomptes.com/upmpdcli/downloads/raspbian jammy Release 404 Not Found [IP: 62.210.16.61 443] Reading package lists... E: The repository 'http://www.lesbonscomptes.com/upmpdcli/downloads/raspbian jammy Release' does not have a Release file. Changing software configuration... *** Name: upmpdcli Mode: Installing *** gpg: key 7808CE96D38B9201: "Jean-Francois Dockes <[email protected]>" not changed gpg: Total number processed: 1 gpg: unchanged: 1 Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). OK (Re-)Creating upmpdcli repo Hit:1 http://ports.ubuntu.com/ubuntu-ports jammy InRelease Hit:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease Hit:4 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease Hit:5 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease Ign:3 https://www.lesbonscomptes.com/upmpdcli/downloads/raspbian jammy InRelease Err:6 https://www.lesbonscomptes.com/upmpdcli/downloads/raspbian jammy Release 404 Not Found [IP: 62.210.16.61 443] Reading package lists... E: The repository 'http://www.lesbonscomptes.com/upmpdcli/downloads/raspbian jammy Release' does not have a Release file. Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package upmpdcli E: Unable to locate package upmpdcli-* E: Couldn't find any package by glob 'upmpdcli-*' E: Couldn't find any package by regex 'upmpdcli-*' Failed to disable unit: Unit file upmpdcli.service does not exist. Failed to stop upmpdcli.service: Unit upmpdcli.service not loaded. Install finished with errors, please review the above output for reasons. 2. Don't know how to add Allo Digione Signature (dtoverlay=allo digione) card to Ubuntu config.txt (don't know how to open config.txt) 3. When I try to disable WiFi in SO web browser I lost both ,ethernet and wifi .Same happened when I try to set "eth - dhcp".It seems that WiFi is only possible way to networking. Edit , 27.10.2023. : problem number 3 solved - WiFi disabled via ssh/Ubuntu/comand line. In SO/networking/wifi now standing "wifi card disabled" and ethernet works fine . ![]() RE: Snakeoil 1.3.0 Alpha 1 (aarm64) - uglymusic - 27-Oct-2023 OK. I've installed Ubuntu 64-bit LTS on my RPi 4 2GB twice now. Installation is good, with multiple sets of downloads, updates and installations as described by @snoopy08. But the RPi doesn't reconnect to the network when I reboot as instructed. ![]() I've done a command line reboot and a pull-the-power reboot. RE: Snakeoil 1.3.0 Alpha 1 (aarm64) - agent_kith - 28-Oct-2023 (24-Oct-2023, 01:49 PM)Snoopy8 Wrote: Using Pi2 Design Mercury V2 Streamer (and definitely no skips, clicks on Mpd, currently playing).Hmm. I would assume the drivers are in the kernels, and stock kernels should carry that. For ARM platforms then should we stick to Ubuntu or move to raspberry Pi as the platform then? You might need to look at the config.txt file and add them. File location should be: /boot/firmware/config.txt Advantage of Rasp OS is it will definitely support everything, but that's restricted to the Pi platform. Switching to Ubuntu might open the doors to other ARM SBCs. However there is a risk that Ubuntu may drop support any time. Can you try and install RaspPi Bookworm 64 bit and see how the Snakeoil installer fare? In theory everything should work well, however, Ubuntu 22.04 LTS is about a release behind Bookworm I believe. (27-Oct-2023, 02:05 AM)Luke 38 Wrote: 1. Can't install upmpdcli .This is what I get:I'll try and fix that in Alpha 2 or 3. Thanks for reporting. (27-Oct-2023, 02:05 AM)Luke 38 Wrote: 2. Don't know how to add Allo Digione Signature (dtoverlay=allo digione) card to Ubuntu config.txt (don't know how to open config.txt)It should be in here: /boot/firmware/config.txt (27-Oct-2023, 10:23 PM)uglymusic Wrote: OK. I've installed Ubuntu 64-bit LTS on my RPi 4 2GB twice now.Hmm.. Can you take a screenshot of your network config? Might have to connect a monitor + keyboard to do so. just run Code: sudo ip a Quick update, due to the lack of Raspberry Pi and ability to emulate the latest version of Bookworm, have just wiped the old armv7l build system. Going to move that to bookworm and then prepare the build environment. Once that is done I will look into upmpdcli and see what/how I can fix this. RE: Snakeoil 1.3.0 Alpha 1 (aarm64) - Snoopy8 - 28-Oct-2023 (28-Oct-2023, 07:33 AM)agent_kith Wrote: Can you try and install RaspPi Bookworm 64 bit and see how the Snakeoil installer fare? In theory everything should work well, however, Ubuntu 22.04 LTS is about a release behind Bookworm I believe.Tried Bookworm 64 bit OS Lite (without desktop). Firstly, it does not allow SSH. After hooking up terminal and keyboard, managed to enable SSH. Ran script but it said distro not supported. RE: Snakeoil 1.3.0 Alpha 1 (aarm64) - Luke 38 - 28-Oct-2023 Quote:(27-Oct-2023, 07:05 AM)Luke 38 Wrote:It should be in here: /boot/firmware/config.txt Thank you @agent_kith , Allo Digione added and works perfect via SqueezeLite 1.8 . RE: Snakeoil 1.3.0 Alpha 1 (aarm64) - Snoopy8 - 29-Oct-2023 (28-Oct-2023, 07:33 AM)agent_kith Wrote:Edited config.txt(24-Oct-2023, 01:49 PM)Snoopy8 Wrote: Using Pi2 Design Mercury V2 Streamer (and definitely no skips, clicks on Mpd, currently playing).Hmm. I would assume the drivers are in the kernels, and stock kernels should carry that. For ARM platforms then should we stick to Ubuntu or move to raspberry Pi as the platform then? Removed the line dtparam=audio=on Added dtoverlay=hifiberry-digi-pro Code: aplay -l Found the information here https://www.hifiberry.com/docs/software/configuring-linux-3-18-x/ --- Now to figure out why cannot do snd-aloop command in order to setup CamillaDSP. ** Forgot to mention, using Ubuntu 22.04.3 LTS Server with 5.15.0-1041-raspi kernel. RE: Snakeoil 1.3.0 Alpha 1 (aarm64) - uglymusic - 30-Oct-2023 (28-Oct-2023, 07:33 AM)agent_kith Wrote:Sorry for the delay. I can't find my mini-HDMI cable to connect the RPi 4 to a TV (I use an iMac and all my RPis run headless), so I'm going to set up an RPi 3 to see what happens there. RE: Snakeoil 1.3.0 Alpha 1 (aarm64) - uglymusic - 30-Oct-2023 (30-Oct-2023, 07:57 PM)uglymusic Wrote:(28-Oct-2023, 07:33 AM)agent_kith Wrote:Sorry for the delay. I can't find my mini-HDMI cable to connect the RPi 4 to a TV (I use an iMac and all my RPis run headless), so I'm going to set up an RPi 3 to see what happens there. The RPi 3 reconnects to the network with no problems, and the web app is running. I'll configure SO for my headphone system and give it a listen as soon as I have the time. I have no idea why the RPi 4 is not connecting to the same network via the same CAT6 cable. I'll try it again after I've got the RPi 3 playing music. Maybe the RPi 4 will work after Halloween ![]() RE: Snakeoil 1.3.0 Alpha 1 (aarm64) - wxrbbs - 11-Nov-2023 cm4安装1.3测试版成功。但安装了roonbridge后,显示成功安装,但无法在播放器选项里显示。 ![]() Unpacking RoonBridge_linuxarmv8.tar.bz2...Done Checking to see if RoonBridge can run on this machine Checking for Binary Compatibility [ OK ] Checking for ALSA Libraries [ OK ] STATUS: SUCCESS Copying Files...Done Failed to stop roonbridge.service: Unit roonbridge.service not loaded. Installing /etc/systemd/system/roonbridge.service Enabling service roonbridge... Created symlink /etc/systemd/system/multi-user.target.wants/roonbridge.service → /etc/systemd/system/roonbridge.service. Service Enabled Starting service roonbridge... Service Started -------------------------------------------------------------------------------------- All Done! RoonBridge should be running on your machine now. RE: Snakeoil 1.3.0 Alpha 1 (aarm64) - wxrbbs - 11-Nov-2023 cpuset如何解决,以前在x86 64平台可以解决的。1.3测试版下没有/etc/default/grub这个文件,如何解决!!! ![]() |